/* Base */
body {
    line-height: 1.7;
    font-weight: 400;
    font-size: 1.1rem;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::-moz-selection {
    background: #000;
    color: #fff;
}

.backs {
    background-color: #dae0e6;
}

.gcm {
    direction: inherit;
    /* يرث الاتجاه من العنصر الأب */
    text-align: inherit;
    /* يرث محاذاة النص من العنصر الأب */
}

.sidebar-calendar {
    height: 100vh;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #f8f9fa;
    overflow-x: hidden;
    padding-top: 20px;
}

/* تعديل اتجاه الشريط الجانبي بناءً على اللغة */
.sidebar-calendar.rtl {
    left: auto;
    right: 0;
}

.sidebar-calendar.ltr {
    right: auto;
    left: 0;
}

.sidebar-calendar button {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    outline: none;
}

/* تعديل اتجاه النص للأزرار بناءً على اللغة */
.sidebar-calendar button.rtl {
    text-align: right;
}

.sidebar-calendar button.ltr {
    text-align: left;
}

.sidebar-calendar button:hover {
    color: #555;
}

.main-content {
    padding: 0px 10px;
    height: 350px;
    overflow-y: auto;
    background-color: #a5a9ad;
}

/* تعديل المارجن بناءً على اللغة */
.main-content.rtl {
    margin-right: 260px;
    margin-left: auto;
}

.main-content.ltr {
    margin-left: 260px;
    margin-right: auto;
}

#scroll-to-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent; /* جعل خلفية الزر شفافة */
    border: none; /* إزالة الحدود */
    text-decoration: none;
    transition: all 0.5s ease;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid rgb(182, 162, 12); /* اللون الأصفر للسهم */
    position: absolute; /* تغيير الوضعية إلى مطلقة */
    top: -15px; /* تعديل موقع السهم */
    left: 50%;
    transform: translateX(-50%);
}


::selection {
    background: #000;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a:hover {
    text-decoration: none;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.bg-dark {
    background: #13171d !important;
}

.line-height-sm {
    line-height: 1.3;
}

.line-height-xs {
    line-height: 1;
}

.site-wrap:before {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.btn {
    position: relative;
    top: 0;
}
.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000;
}
.btn.btn-sm {
    font-size: 0.9rem;
}
.btn.btn-primary {
    color: #fff;
}
.btn.btn-outline-primary:hover {
    color: #fff !important;
}
.btn.btn-black {
    background: #000 !important;
    color: #fff;
}
.btn.btn-black:hover {
    background: #333333 !important;
}
.btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.btn.btn-white.btn-outline-white:hover {
    background: #fff;
    color: #000;
}

.bg-black {
    background: #000;
}

.form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
}
.form-control:active,
.form-control:focus {
    border-color: #cea15a;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-section {
    padding: 3em 0;
}
@media (min-width: 768px) {
    .site-section {
        padding: 7em 0;
    }
}
.site-section.site-section-sm {
    padding: 4em 0;
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.bg-image {
    background-size: cover;
    background-repeat: no-rpeeat;
    overflow: hidden;
    background-position: center center;
}
.bg-image.center {
    background-position: top center;
}
.bg-image.fixed {
    background-position: fixed !important;
}
.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
    position: relative;
}
.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4);
}
.bg-image.overlay-primary:before {
    background: rgba(206, 161, 90, 0.9);
}
.bg-image.overlay-info:before {
    background: rgba(83, 205, 226, 0.9);
}
.bg-image.overlay-success:before {
    background: rgba(124, 189, 30, 0.9);
}
.bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9);
}

@media (max-width: 767.98px) {
    .display-3,
    .display-2,
    .display-4 {
        font-size: 2rem !important;
    }
}

@media (max-width: 991.98px) {
    .bg-md-height {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .bg-sm-height {
        height: 300px;
    }
}

.text-gray-100 {
    color: #f8f9fa !important;
}

.text-gray-200 {
    color: #e9ecef !important;
}

.text-gray-300 {
    color: #dee2e6 !important;
}

.text-gray-400 {
    color: #ced4da !important;
}

.text-gray-500 {
    color: #adb5bd !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.text-gray-700 {
    color: #495057 !important;
}

.text-gray-800 {
    color: #343a40 !important;
}

.text-gray-900 {
    color: #212529 !important;
}

.row-wrap {
    margin-left: 15px;
    margin-right: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.row-items {
    height: calc(50% - 15px);
    margin-bottom: 15px;
}
.row-items.last {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .responsive-md-height {
        height: 500px !important;
        margin-bottom: 15px;
    }
}

.site-footer {
    padding: 4em 0;
}
@media (min-width: 768px) {
    .site-footer {
        padding: 7em 0;
    }
}
.site-footer p {
    color: #737373;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #fff;
}
.site-footer a {
    color: #cea15a;
}
.site-footer a:hover {
    color: #000;
}
.site-footer ul li {
    margin-bottom: 10px;
}
.site-footer .footer-heading {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    position: relative;
    padding-bottom: 15px;
}
.site-footer .footer-heading:before {
    content: "";
    background: #cea15a;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
}

/* Navbar */
.site-navbar-top .site-logo {
    font-size: 2rem;
}

.site-navbar-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
}
.site-navbar-wrap a {
    color: #000;
}
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: none;
    position: absolute;
    z-index: 99;
}
.site-navbar .site-logo {
    font-weight: 200;
}
.site-navbar .site-logo a {
    font-weight: 200;
    color: #000;
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff;
}
.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 10px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 5px 20px;
    display: block;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li
    > a:hover {
    color: #cea15a;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > .dropdown,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > ul {
    left: 100%;
    top: 0;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:hover
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:active
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:focus
    > a {
    color: #cea15a;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}






.site-mobile-menu {
    width: 250px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #000000;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #cea15a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #ffffff;
}
.site-mobile-menu .site-nav-wrap a:hover {
    color: #cea15a;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #cea15a;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

/* Blocks */
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    min-height: 600px;
    height: calc(100vh);
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.site-blocks-cover h1 {
    color: #fff;
    font-size: 4rem;
    text-transform: uppercase;
}

.site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
}

.site-blocks-cover-gg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    min-height: 600px;
    height: calc(100vh);
}

.site-blocks-cover-gg.overlay-gg:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.site-blocks-cover-gg .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.site-blocks-cover-gg h1 {
    color: #fff;
    font-size: 4rem;
    text-transform: uppercase;
}

.site-blocks-cover-gg p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
}

/* Media Queries للشاشات الصغيرة مثل الهواتف المحمولة */
@media (max-width: 991.98px) {
    .site-blocks-cover {
        height: auto;
        min-height: 400px;
    }

    .site-blocks-cover .container {
        position: absolute; /* استخدم absolute بدلاً من static */
        top: 50%; /* ضبط النص ليظهر في المنتصف عمودياً */
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}
.site-blocks-cover.subscribe h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}
.site-blocks-cover.subscribe p {
    font-size: 1rem !important;
    font-weight: 100;
}

/* Judicial */
.btn-primary {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1rem;
    color: #fff !important;
    border-radius: 0;
}

p.dropcap:first-child:first-letter {
    color: #fd7e14;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.blockquote {
    padding: 20px 0;
    position: relative;
}
.blockquote *:last-child {
    margin-bottom: 0;
}
.blockquote:before,
.blockquote:after {
    background: #fd7e14;
    height: 5px;
    width: 40%;
}
.blockquote:before {
    content: "";
    position: absolute;
    top: 0;
}
.blockquote:after {
    content: "";
    position: absolute;
    bottom: 0;
}

.section-2 {
    margin-bottom: 30px;
    background: #cea15a;
    color: #fff;
    font-size: 15px;
}
@media (max-width: 991.98px) {
    .section-2 {
        padding-bottom: 30px;
    }
}
.section-2 .service-1-title {
    padding-top: 30px;
    position: relative;
    padding: 70px 50px;
}
@media (max-width: 991.98px) {
    .section-2 .service-1-title {
        padding: 30px;
    }
}
.section-2 .service-1-title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
    .section-2 .service-1-title:after {
        display: none;
    }
}
.section-2 .service-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
@media (max-width: 991.98px) {
    .section-2 .service-1 {
        margin-bottom: 30px;
    }
}
.section-2 .service-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
    .section-2 .service-1:after {
        display: none;
    }
}
.section-2 .service-1 *:last-child {
    margin-bottom: 0;
}
.section-2 .service-1:before {
    content: "";
    position: absolute;
    background: #cea15a;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
@media (max-width: 991.98px) {
    .section-2 .service-1:before {
        background: rgba(41, 52, 98, 0.7);
    }
}
.section-2 .service-1 .service-1-contents {
    padding: 70px 50px;
    position: relative;
}
@media (max-width: 991.98px) {
    .section-2 .service-1 .service-1-contents {
        padding: 30px;
    }
}
.section-2 .service-1 .service-1-contents p,
.section-2 .service-1 .service-1-contents h2 {
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.section-2 .service-1 .service-1-contents h2 {
    font-size: 18px;
    text-transform: uppercase;
}
.section-2 .service-1:hover:before {
    background: rgba(41, 52, 98, 0.7);
}
.section-2 .service-1:hover h2,
.section-2 .service-1:hover p {
    color: #fff;
}
.section-2 .service-1 .more {
    color: #fff;
}
.section-2 .wrap-icon {
    margin-bottom: 30px;
    display: block;
}
.section-2 .wrap-icon span {
    font-size: 3rem;
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.section-title h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 20%;
    height: 2px;
    background: #fff;
}

.section-title.text-center h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fd7e14;
}

.more {
    text-transform: uppercase;
}

.service-2 {
    border: 1px solid #efefef;
    padding: 30px;
}
.service-2 .service-2-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.service-2 .service-2-icon span {
    font-size: 4rem;
    color: #fd7e14;
    line-height: 0;
}
.service-2 .service-2-contents h3 {
    font-size: 20px;
}

.section-4 {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.section-4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(41, 52, 98, 0.8);
}
.section-4 h2,
.section-4 p {
    color: #fff;
}

.feature-1 .feature-1-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    position: relative;
    border: 1px solid #cea15a;
}
.feature-1 .feature-1-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    font-size: 2.5rem;
    color: #cea15a;
}

.feature-1 .feature-1-contents .number,
.feature-1 .feature-1-contents .caption {
    display: block;
}

.feature-1 .feature-1-contents .number {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}

.feature-1 .feature-1-contents .caption {
    font-size: 13px;
    text-transform: uppercase;
    color: #cea15a;
}

.person-1 .person-1-contents {
    width: 90%;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #cea15a;
    color: #fff;
}
.person-1 .person-1-contents h2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
}
.person-1 .person-1-contents .position {
    font-size: 13px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.person-1 .person-1-contents .person-1-social a {
    display: inline-block;
    color: #fff;
    padding: 10px;
}
.person-1 .person-1-contents .person-1-social a:first-child {
    padding-left: 0;
}

.person-1:hover .person-1-contents {
    background: #293462;
}

.section-5 {
    background: #293462;
    color: #fff;
}

.form-request {
    padding: 50px;
    background: #fff;
}
.form-request h2 {
    font-size: 30px;
    color: #cea15a;
    margin-bottom: 30px;
}
.form-request .form-control {
    border: 1px solid #efefef;
}
.form-request .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.form-request textarea {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-request .btn {
    padding: 15px 30px;
}

.testimony-1 h3 {
    font-size: 1.4rem;
}

.testimony-1 .vcard {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.testimony-1 img {
    max-width: none !important;
    width: 800px !important;
    border-radius: 0%;
}

.testimony-1 blockquote {
    font-style: italic;
}

.testimonial-slider .owl-dots {
    display: inline-block;
}
.testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
}
.testimonial-slider .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 50%;
}
.testimonial-slider .owl-dots .owl-dot.active span {
    background: #cea15a;
}

.accordion-item {
    font-family: "Oswald", sans-serif;
}

.accordion-item[aria-expanded="true"] {
    color: #cea15a;
}

.block-16 {
    position: relative;
}
.block-16 .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.block-16 .play-button > span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}
.block-16 .play-button:hover {
    border: 1px solid white;
}
.block-16 .play-button:hover > span {
    color: #fff;
}
