body,
html {
    height: 100%;
    font-family: "Zain", sans-serif;
    font-size: 14px;
    background: #fff;
    line-height: 1.2;
    font-weight: 400 !important;
}

/*---------------Font Start---------------*/
.font-weight-black {
    font-weight: 900 !important;
    font-family: "Zain", sans-serif;
}

.font-weight-extrabold {
    font-weight: 800 !important;
    font-family: "Zain", sans-serif;
}

.font-weight-bold {
    font-weight: 700 !important;
    font-family: "Zain", sans-serif;
}

.font-weight-normal {
    font-weight: 400 !important;
    font-family: "Zain", sans-serif;
}

.font-weight-light {
    font-weight: 300 !important;
    font-family: "Zain", sans-serif;
}

.font-weight-thin {
    font-weight: 200 !important;
    font-family: "Zain", sans-serif;
}

/*---------------Font familly End---------------*/

/*---------------Font Size---------------*/
.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-42 {
    font-size: 42px;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-56 {
    font-size: 56px;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-70 {
    font-size: 70px;
}

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

.line-hight-2 {
    line-height: 1.1;
}

.line-hight-22 {
    line-height: 1.2;
}

.line-hight-3 {
    line-height: 1.4;
}

.line-hight-4 {
    line-height: 1.8;
}

.line-hight-normal {
    line-height: normal;
}

.leter1 {
    letter-spacing: 2px;
}

.shadow-sm {
    box-shadow: 0 .125rem 1.25rem rgba(0, 0, 0, .075) !important;
}

.rounded-18 {
    border-radius: 18px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.btn {
    border-radius: .42rem;
}

.navbar-toggler:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.rounded {
    border-radius: .38rem !important;
}

/*---------------Font Size End---------------*/

.form-control {
    height: calc(2em + .75rem + 2px);
    font-size: 18px;
    border-color: #C9C9C9;
    color: #696F79;
}

.form-control:focus {
    box-shadow: none;
    border-color: #FFC94A !important;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    outline: none !important;
}

body .form-control::-webkit-input-placeholder {
    color: #696F79;
    opacity: 1;
    font-weight: 400 !important;
    font-family: "Zain", sans-serif;
    font-size: 18px;
}

body .form-control::-moz-placeholder {
    color: #696F79;
    opacity: 1;
    font-weight: 400 !important;
    font-family: "Zain", sans-serif;
    font-size: 18px;
}

body .form-control:-ms-input-placeholder {
    color: #696F79;
    opacity: 1;
    font-weight: 400 !important;
    font-family: "Zain", sans-serif;
    font-size: 18px;
}

body .form-control:-moz-placeholder {
    color: #696F79;
    opacity: 1;
    font-weight: 400 !important;
    font-family: "Zain", sans-serif;
    font-size: 18px;
}

.custom-file-input {
    height: calc(2em + .75rem + 2px);
}

.custom-file-label {
    height: calc(2em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 2;
    font-size: 14px;
}

.custom-file-label::after {
    height: calc(2em + .75rem);
    padding: .375rem .75rem;
    line-height: 2;
}

textarea.form-control {
    min-height: 100px;
}

/*---------------Text Color Start---------------*/
.text-primary {
    color: #1563b4 !important;
}

.text-dark {
    color: #212121 !important;
}

.text-muted {
    color: #757575 !important;
}

.text-yellow {
    color: #FDC60A !important;
}

.text-secondary {
    color: #B3B3B3 !important;
}

/*---------------Text Color End---------------*/

/*---------------Button Start---------------*/
.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-danger {
    background-color: #FFC94A;
    border-color: #fff;
}

.btn-danger:hover,
.btn-check:focus+.btn-danger,
.btn-danger:focus {
    background-color: #000000;
    border-color: #fff;
    color: #FFC94A;
}

.btn-outline-warning {
    border-color: #FFC94A;
}

.btn-outline-warning:hover,
.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    background-color: #FFC94A;
    border-color: #FFC94A;
    color: #000;
}

/*---------------Button End---------------*/

/*---------------BG Background Start---------------*/
.bg-primary {
    background-color: #2179D2 !important;
}

.bg-light {
    background-color: #D9D9D9 !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-danger {
    background-color: #330C1B !important;
}

.bg-success {
    background-color: #62A532 !important;
}

.bg-yellow {
    background-color: #D39E00 !important;
}

/*---------------BG Background End---------------*/

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav li .nav-link {
        position: relative;
        color: #4D4D4D;
    }

    .navbar-expand-lg .navbar-nav li .nav-link::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: calc(.5em - -4px);
        left: 0;
        width: 100%;
        height: 2px;
        opacity: .8;
        transform: scale3d(0, 1, 1);
        transform-origin: 100% 50%;
        transition: transform .3s ease-in-out;
        transition-timing-function: ease-in-out;
        transition-timing-function: cubic-bezier(.2, 1, .3, 1);
        background: #FFC94A;
        border-radius: 6px;
    }

    .navbar-expand-lg .navbar-nav li:hover .nav-link::before,
    .navbar-expand-lg .navbar-nav li .nav-link.active::before {
        transform: scale3d(1, 1, 1);
        transform-origin: 0% 50%;
        transition-timing-function: ease;
    }
}

.homepad {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.home-pad {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.see-secret {
    padding-top: 5rem !important;
}

.company-box {
    margin-top: 200px;
}

.company-box .the-company {
    margin-top: -125px;
    top: -52px;
}

.header-top .logo img {
    width: 200px;
}

.header-right>a {
    width: 42px;
    height: 42px;
    line-height: 25px;
    color: #fff;
}

.footer {
    background: #020203;
    padding-top: 3.2rem;
}

.dropdown-toggle.userprofile::after {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    display: none;
}

.header-right .dropdown-menu.show {
    inset: 0px 0px auto auto;
    transform: translate(0px, 65px);
    animation-duration: 4.2s;
    -webkit-animation-duration: 4.2s;
}

.header-right .dropdown-menu {
    animation-duration: 4.2s;
    -webkit-animation-duration: 4.2s;
    margin-top: 0px;
}

.header-right .dropdown-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-right .dropdown-menu {
    min-width: 200px;
    background-color: #FFC94A;
}

.header-right .dropdown-menu li .dropdown-item:hover,
.header-right .dropdown-menu li .dropdown-item:focus {
    background-color: #000;
    color: #fff !important;
}

.speak-themselves {
    min-height: 250px;
}

.offcanvas {
    background-color: #000;
}

.offcanvas .offcanvas-body {
    padding: 0 0 50px;
}

.offcanvas .navbar-nav li a {
    padding: 16px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas .navbar-nav li:hover a,
.offcanvas .navbar-nav li a.active {
    color: #FFC94A !important;
}

.offcanvas .offcanvas-header .btn-close {
    background: #FFC94A !important;
    opacity: 1;
    position: relative;
    right: 10px;
    width: 11px;
    height: 10px;
    border-radius: 50px;
}

.offcanvas .offcanvas-header .btn-close::before,
.offcanvas .offcanvas-header .btn-close::after {
    content: "";
    width: 14px;
    height: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    left: 6px;
    top: 11px;
}

.offcanvas .offcanvas-header .btn-close::before {
    transform: rotate(44deg);
}

.offcanvas .offcanvas-header .btn-close::after {
    transform: rotate(-48deg);
}

.offcanvas .offcanvas-header img {
    max-width: 210px;
}

.btn-close:focus {
    box-shadow: none !important;
}

.home-banner .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 100%;
    background-color: #e6e6e6;
}

.home-banner .carousel-indicators button.active {
    background-color: #9AE300;
}

.home-banner .carousel-caption {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 510px;
    margin: 0 auto;
}

.home-banner .carousel-item::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 2.74%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 1;
}

.lineheading::after {
    background: #FFC94A;
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.lineheading .linehea-bg {
    z-index: 2;
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

.logo-icon {
    margin-top: -46px;
}

.ourservices .owl-stage-outer {
    height: 100%;
    display: flex;
}

.ourservices .owl-stage-outer .owl-stage {
    display: flex;
    margin-top: 25px;
}

.ourservices .owl-stage-outer .owl-stage .item {
    height: 100%;
}

.ourservices .ourservices-box {
    margin: 0px 2px 0px;
    /* border-color: #000000 !important; */
    height: 100%;
    border: 2px solid #000 !important;
}

.owl-nav .owl-nav {
    position: absolute;
    bottom: -87px;
    left: 43px;
    z-index: -1;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: url(../images/slider-arrow.svg) no-repeat !important;
    width: 48px;
    height: 48px;
    font-size: 0 !important;
    animation-duration: 4s;
}

.owl-nav button.owl-next {
    margin-left: 8px;
    background-position: -51px 0 !important;
}

.owl-nav button.owl-prev {}

.owl-nav button.owl-prev:hover {
    background-position: 0px -50px !important;
}

.owl-nav button.owl-next:hover {
    background-position: -51px -50px !important;
}

.ourservices .owl-nav {
    position: absolute;
    left: -60px;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.ourservices .owl-nav .owl-next {
    float: right;
}

.newsevents .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -52px;
}

.newsevents .newsevents-pad {
    padding-bottom: 60px;
    min-height: 380px;
}

.socialmedia a {
    border: 2px solid rgba(255, 255, 255, 0.1);
    width: 38px;
    height: 38px;
    line-height: 41px;
}

.socialmedia a:hover {
    background-color: #FFC94A;
    border-color: #FFC94A;
}

.footermenu .footermenu-col:hover a {
    color: #FFC94A !important;
}

.see-secret-l {
    display: flex;
    flex-wrap: wrap;
}

.see-secret-l::after {
    content: "";
    background-color: #FDC60A;
    position: absolute;
    left: 0;
    height: 160px;
    width: 44%;
    z-index: 0;
    border-bottom-right-radius: 15px;
    align-self: flex-end !important;
    margin-bottom: -26px;
}

.see-secret-l img {
    z-index: 1;
}

.see-secret-r {
    display: flex;
    flex-wrap: wrap;
}

.see-secret-r::after {
    content: "";
    background-color: #FDC60A;
    position: absolute;
    right: 0;
    height: 160px;
    width: 48%;
    z-index: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    align-self: flex-end !important;
    margin-bottom: -26px;
}

.see-secret-r img {
    z-index: 1;
}

.innerbanner h2 {
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.ourlegacy-tab {
    display: flex;
    flex-wrap: wrap;
}

.ourlegacy-tab li.nav-item {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
}

.ourlegacy-tab li.nav-item button {
    border-bottom: 2px dashed #B3B3B3 !important;
    position: relative;
}

.ourlegacy-tab li.nav-item button.active {
    color: #FFC94A !important;
    font-weight: 900;
    border-bottom-color: #FFC94A !important;
}

.ourlegacy-tab li.nav-item button::after {
    content: "";
    background-color: #E2E2E2;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 3px;
    transform: rotate(45deg);
    bottom: -11px;
    left: 0;
}

.ourlegacy-tab li.nav-item button.active::after {
    background-color: #FFC94A;
}

.ourlegacy-tab li.nav-item:last-child {
    flex: 0 0 auto;
    width: auto;
}

.ourlegacy-tab li.nav-item:last-child button::after {
    right: 0;
    left: auto;
}

.services-row>div {
    margin-top: 80px;
}

.contractingworks li img {
    max-width: 30px;
}

.owl-ourlegacy .owl-stage {
    display: flex;
    align-items: center !important;
}

.owl-ourlegacy .owl-item.active.center {
    transform: scale(1);
    z-index: 2;
}

.owl-ourlegacy .owl-item.active {
    transform: scale(.6);
    transition: .6s ease;
}

.owl-ourlegacy .owl-item .mad {
    margin-left: -50px;
    margin-right: -50px;
}

.owl-ourlegacy .owl-item.active.center .mad {
    margin-left: -90px;
    margin-right: -90px;
}

.owl-ourlegacy .owl-item.active.center .ourlegacy-bg {
    visibility: visible !important;
}

.owl-ourlegacy-mad>div {
    margin-left: -50px;
    margin-right: -50px;
}

.owl-ourlegacy .ourlegacy-bg {
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: rgba(0, 0, 0, 0.75);
}

.owl-ourlegacy .owl-nav {
    text-align: center;
    margin-top: 1.5rem;
}

.document-name {
    background: #FFFFFF;
    border: 1px solid #f6c32e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #0F0F0F;
    font-size: 16px;
    padding: 11px 11px 11px 18px;
}

.document-row a {
    color: #E41D1D;
    background: #FFF3F3;
    width: 22px;
    height: 22px;
    right: 15px;
    line-height: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-content {
    border-radius: 15px;
}

.modal-header .btn-close {
    margin: -4rem 0rem 0rem auto;
    background-color: #fff;
    opacity: 1;
    border-radius: 50px;
    background-size: 10px;
}

.all-formalities-box {
    background-color: #EFF3FD;
}

.all-formalities-box i {
    font-size: 52px;
}

/* developer  */

.pointer {
    pointer-events: auto;
    cursor: pointer;
}

.hr-footer {
    color: #ffffff99;
    height: 1px;
}

.card.speak-themselves:hover {
    border: 2px solid #FFC94A !important;
    background-image: url('../images/bg-box.svg');
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center bottom 20px;
}

.card.speak-themselves:hover h2 {
    color: #FFC94A !important;
}

.card.ourservices-box:hover {
    border: 2px solid #FFC94A !important;
}

.card.ourservices-box:hover .img-fluid.first-logo {
    content: url('../images/logo-icon1.svg');
    /* color: #FFC94A; */
}

.user-icon {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    position: relative;
    background: #D9D9D9;
    cursor: pointer;
}

.user-icon .user-header {
    padding: 7px;
}

.user-icon .per-icon {
    font-size: 26px;
}

.items-header {
    display: none;
    position: absolute;
    top: 104%;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dddbdb;
}

.items-header ul {
    list-style: none;
    padding: 0px;
    width: 136px;
    margin: 0;
}

.items-header li {
    padding: 5px;
    font-size: 16px;
    margin: 5px;
}

.items-header li a {
    text-decoration: none;
    color: #000;
}

.items-header {
    z-index: 2;
    float: inline-start;
    margin-inline-start: -80px;
}

.news_boxes .news-img {
    display: block;
    min-height: 212px;
    background-position: center !important;
    background-size: cover !important;
}

pre {
    white-space: pre-wrap;
    overflow: clip;
}

.beta-version {
    z-index: 9;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 150px;
}
.beta-version div {
    transform: rotate(45deg) translate(55px, -11px);
    background-color: #FFC94A;
    padding: 10px 50px;
    font-size: 18px;
}

[dir=rtl] .beta-version {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 150px;
}

[dir=rtl] .beta-version div {
    transform: rotate(-45deg) translate(-55px, -9px);
    background-color: #FFC94A;
    padding: 10px 50px;
    font-size: 18px;
}