
@font-face {
    font-family: 'myFont-ar';
    src: url('fonts/GE Dinar Two Light.otf') format('truetype');
}
@font-face {
    font-family: 'myFont-en';
    src:  url('fonts/majalla.ttf')  format('truetype')
}
.social-home{display: none;}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #122052ed;
  z-index: 3000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: #84754f;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color:#ffffffc7;
  color: #84754f;
}
 
body {
    margin: 0;
    font-family: 'myFont-ar';
    color: #545454;
    font-size: 18px;
    background-color:#e7e7e7 ;
    text-align: right;
    direction: rtl;
   letter-spacing: 1px;

}
h1,h2,h3,h4,h4,h5,h6{
    font-family: 'myFont-ar';

}
h1{
    font-size: 2rem !important;
}
h3{
    font-size: 1.3rem !important;
}
.contact_info,
.contact-info
{
    font-family: 'myFont-en' !important;
    font-size: 23px !important;

}

.fixed-edg{
    position: fixed !important;
    width: 100%;
    top: 0px;
    z-index: 2000;
}
.fixed-edg .nav-link{
    padding: 0 0.8rem !important;

}
.date-news{
    font-family: 'myFont-en' !important;


}
.contact-info{
    direction: ltr !important;
    text-align: left !important;

}

.logo{
    width:130px;
}
.navbar-nav .nav-link {
    padding: 0rem 1rem !important;
    font-size: 16px;
    width: fit-content;

    color: #06205c !important;
    font-weight: 600;
}
.navbar-nav .dropdown-toggle{
    cursor: default !important;

}
.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #06205c;
    top: 50px;
    border-top: 3px solid #84754f;
    padding: 5px;
    transition: all 0.3s;

}
.dropdown .dropdown-item{
    font-size: 16px !important;
    text-align: right;
}
.dropdown .dropdown-item:not(:last-child){
    border-bottom: 1px solid #84754f;



}
.dropdown .dropdown-item{
    padding: 5px 9px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s;

}
.dropdown .dropdown-item:hover{
    background-color: #06205c;
    color: #fff;
}
.navbar-nav .nav-item:not(:last-child) {
    border-left: 1px solid #84754f;
}
#slider .carousel-item{

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 800px;
}


.home-item2{

    background-size: cover;
    background-position: center center;
    color:#fff;
    margin-bottom: 1rem;
    height: 285px;
    width: 600px;

}
.home-item2 .item{
    padding: 3.5rem 4.5rem 2.5rem 1rem;
    line-height: 30px;
}
.home-item2::before{
    content: "";
    position: absolute;
    background-color: #84754f;
    right: 34px;
    height: 50%;
    width: 2px;
    top: 0;
    opacity: 1;
    transition: all 0.7s linear;
}
.home-item2::after{
    content: "";
    position: absolute;
    background-color: #84754f;
    right: 20px;
    top: 30px;
    height: 2px;
    width: 50%;
    opacity: 1;
    right: 0;
    transition: all 0.7s linear;
}
.home-item2:hover::before{
    height: 95%;

}
.home-item2:hover::after{
    width: 95%;


}

.responsiveGallery-item {
    width: 33% !important;
}
.navbar{

    transition: all 1s;
}

/******************************* news bar **************************************/

.tcontainer span{
    position: relative;

    padding: 60px 30px;
    background: #ffffff;
    z-index: 2;
    color: #84754f;

    top: 14px;
}

/*news tricker*/
.simple-marquee-container *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.simple-marquee-container{
    width: 100%;
    background: #14245d;
    float: right;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 50px;
    position: relative;
}

.marquee-sibling{
    padding-top: 4px;
    background: rgb(132, 117, 79);
    width: 20%;
    height: 50px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    float: right;
    right: 0;
    z-index: 2000;
}

.marquee, *[class^="marquee"]{
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee{
    margin-right: 25%;
}

.marquee-content-items{
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.marquee-content-items li{
    display: inline-block;
    line-height: 35px;
    color: #fff;
}

.marquee-content-items li:after{
    content: "|";
    margin: 0 1em;
}


.startups{
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../images/about1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;

}
.startups .owl-startups .owl-stage-outer{
    padding: 2rem 0;
    background-color: #fff;

}
.startups .owl-startups img{
    width: 40% !important;

}
.startups .owl-startups .owl-next {
    top: 111px !important;
    right: -13px !important;

}
.startups-hr{
    border-bottom: 3px solid #10e7bd  !important;
    margin-left: 80% !important;

}

/*************************** Slideshow homepage ************************************/
.fnc {

}
.fnc-nav{
    height: 0;
}
.fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
    box-sizing: border-box;
}
.fnc-slider__slides {
    position: relative;
    height: 100%;
    transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
    background-color: #06205c;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
    background-color: rgb(156, 151, 151);
}
.fnc-slider .m--navbg-dark {
    background-color: #06205c;
}
.fnc-slider .m--blend-green .fnc-slide__inner {
    background-color: #06205c;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
    background-color: #06205c;
}
.fnc-slider .m--navbg-green {
    background-color: #06205c;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #06205c;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #06205c;
}
.fnc-slider .m--navbg-red {
    background-color: #06205c;
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
    background-color: #06205c;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
    background-color: #06205c;
}
.fnc-slider .m--navbg-blue {
    background-color: #06205c;
}
.fnc-slide {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
    z-index: 2 !important;
    transform: translate3d(-100%, 0, 0);
}
.fnc-slide.m--active-slide {
    z-index: 1;
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center top;
    transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
    transform: translate3d(100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 60%;
    top: 15%;
    width: 50.25vh;
    height: 67vh;
    margin-left: -90px;
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);*/
    /*-webkit-clip-path : polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);*/
    transform-origin: 50% 0;
    transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
}
.m--active-slide .fnc-slide__mask {
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
}
.fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-right: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    transform-origin: 50% 16.5vh;
    transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 1.2222222222s;
    transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 0.3333333333s;
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.fnc-slide__content {
    z-index: 2;
    position: absolute;
    right: 40%;
    top: 40%;
}
.fnc-slide__heading {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-left: 20px;

    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
}
.fnc-slide__heading-line:nth-child(2) {
    padding-right: 30px;
}
.m--before-sliding .fnc-slide__heading-line {
    transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
    transition: transform 1.5s;
    transform: translateY(-100%);
}
.fnc-slide__heading-line span {
    display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
    transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
    transition: transform 1.5s;
    transform: translateY(100%);
}
.fnc-slide__action-btn {
    position: relative;
    margin-right: 200px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    color: transparent;
    border: none;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    text-align: center;
    outline: none;
}
.fnc-slide__action-btn span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    line-height: 30px;
    color: #fff;
}
.fnc-slide__action-btn span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
}
.fnc-slide__action-btn span:after {
    content: attr(data-text);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: #1f2833;
    opacity: 0;
    transform-origin: 50% 0;
    transform: translateY(100%) rotateX(-90deg);
    transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
    transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
    opacity: 1;
    transition: opacity 0.15s;
}
.fnc-nav {
    z-index: 5;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fnc-nav__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
    z-index: 2 !important;
    transform: translateX(-100%);
}
.fnc-nav__bg.m--active-nav-bg {
    z-index: 1;
    transition: transform 1s 0.6666666667s;
    transform: translateX(0);
}
.fnc-nav__controls {
    font-size: 0;
}
.fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
    background: #1f2833;
}
.fnc-nav__control-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
    transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
    transform: translateX(-100%);
    transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
    transform: scaleX(0);
    transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
    transition: all 0s 0s !important;
    transform: scaleX(0) !important;
}


.demo-cont {
    overflow: hidden;
    position: relative;
    height: 100vh;
    perspective: 1500px;
    background: #000;
}
.demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: #303030;

    color: #fff;
    text-align: center;
    transition: transform 0.7s;
    transform: translate3d(-100%, 0, 0) rotateY(-45deg);
    will-change: transform;
}
.credits-active .demo-cont__credits {
    transition: transform 0.7s 0.2333333333s;
    transform: translate3d(0, 0, 0);
}
.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
    box-sizing: border-box;
}
.demo-cont__credits-close {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.demo-cont__credits-close:before, .demo-cont__credits-close:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}
.demo-cont__credits-close:before {
    transform: rotate(-45deg);
}
.demo-cont__credits-close:after {
    transform: rotate(45deg);
}
.demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}
.demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
}
.demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
}
.demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}
.demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
}
.example-slider {
    z-index: 2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
}
.credits-active .example-slider {
    transform: translate3d(400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide-1 .fnc-slide__inner, .example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    /* background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../images/head4.jpg'); */
}
.example-slider .fnc-slide-2 .fnc-slide__inner, .example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    /* background-image: url('../images/head5.jpg'); */
}
.example-slider .fnc-slide-3 .fnc-slide__inner, .example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    /* background-image: url('../images/head2.jpg'); */
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner, .example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: url('../images/head1.jpg');
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading, .example-slider .fnc-slide__action-btn, .example-slider .fnc-nav__control {

}

.colorful-switch {
    position: relative;
    width: 180px;
    height: 77.1428571429px;
    margin: 0 auto;
    border-radius: 32.1428571429px;
    background: #cfcfcf;
}
.colorful-switch:before {
    content: "";
    z-index: -1;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 190px;
    height: 87.1428571429px;
    border-radius: 37.1428571429px;
    background: #314239;
    transition: background-color 0.3s;
}
.colorful-switch:hover:before {
    background: #4c735f;
}
.colorful-switch__checkbox {
    z-index: -10;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.colorful-switch__label {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32.1428571429px;
    cursor: pointer;
}
.colorful-switch__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 540px;
    height: 100%;
    background: linear-gradient(-90deg, #14dcd6 0, #10e7bd 180px, #ef9c29 360px, #e76339 100%);
    transition: transform 0.5s;
    transform: translate3d(360px, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
    transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
    position: absolute;
    right: 131.1428571429px;
    top: 50%;
    width: 5.1428571429px;
    height: 5.1428571429px;
    margin-right: -2.5714285714px;
    margin-top: -2.5714285714px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
    transform: translate3d(80.3571428571px, 0, 0);
}
.colorful-switch__on {
    position: absolute;
    right: 104.1428571429px;
    top: 22.5px;
    width: 19.2857142857px;
    height: 36px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
    transform: translate3d(80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transform-origin: 0% 50%;
    transform: rotate(-45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(-45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
    content: "";
    position: absolute;
    border-radius: 2.5714285714px;
    background: #fff;
}
.colorful-switch__on__inner:before {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
    left: 0;
    top: 0;
    width: 6.1428571429px;
    height: 100%;
}
.colorful-switch__off {
    position: absolute;
    right: 131.1428571429px;
    top: 50%;
    width: 41.1428571429px;
    height: 41.1428571429px;
    margin-right: -20.5714285714px;
    margin-top: -20.5714285714px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
    transform: translate3d(80.3571428571px, 0, 0);
}
.colorful-switch__off:before, .colorful-switch__off:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 5.1428571429px;
    margin-top: -2.5714285714px;
    border-radius: 2.5714285714px;
    background: #fff;
    transition: transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-delay: 0s;
}
.colorful-switch__off:before {
    transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
    transform: rotate(-45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
    transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-timing-function: ease;
    transform: rotate(45deg) scaleX(0) translateZ(0);
}


/*********************** ABOUT US ***********************************************/
.about-us{
    background-image: linear-gradient(rgba(13, 32, 90, 0.65),rgba(12, 32, 90, 0.64)),url("../images/head1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-txt{
    padding: 3rem;
    color: #fff;
    position: relative;
    padding: 70px 30px 70px 0px;
    border: 10px solid #fff;
    border-left: 0px;

}
.about-txt::before{
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 50px;
    background-color: #fff;
    bottom: 0px;
    left: 0px;

}
.about-txt::after{
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 50px;
    background-color: #fff;
    top: 0px;
}
.about-txt p{
    width: 57vw;
    line-height: 28px;
    font-size: 18px;
    white-space: 50px;
    font-weight: 300;
}


.owl-about .item{
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.slider-about::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 93%;
    border: 10px solid #84754f ;
    right: -50px;
    bottom: -24px;
    z-index: -1;
}


.slider-about{
    position: relative;
    z-index: 2;
    margin-right: 50px;
}
.owl-about .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: -15px;
    bottom: 52px;
}
.owl-about .owl-prev,.owl-about .owl-next{
    display: block;
    margin: 0px;
    color: #fff !important;
    background-color:#84754f!important;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 25px !important;
    transition: all 0.5s;
}
.owl-about .owl-prev:hover,.owl-about .owl-next:hover{
    background-color:rgba(170, 136, 44, 0.8) !important ;

}
.about2,.about1{

    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;

}


.image{
    width: 100%;
    height: 400px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative;
    top: -231px; */
    /* border: 18px solid #fff; */
}
.about1  p,.about2 p{
    text-align: justify;

}
.image p{
    color: #fff;
    padding: 3rem;
    position: absolute;
    top: 275px;
    font-size: 20px;
    text-align: right;

}


.about1 .right  {
    box-shadow: -44px -43px 0px -11px #84754f;


}
.about2 .left {
    box-shadow: 42px -41px 0px -9px #84754f;

}
.about1  ul{
    padding: 0;
    text-align: justify;

}
.image p::before{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 6px;
    height: 100px;
    right: 23px;
    bottom: -6px;
}
.image p::after{
    width: 100px;
    height: 6px;
    right: 6px;
    bottom: 10px;
    position: absolute;
    content: "";
    background-color: #fff;
}
.img-about{
    height: 400px;
    background-image:linear-gradient(rgb(55, 83, 164,0.6),rgb(55, 83, 164,0.6)), url("../images/head4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img-about .txt{
    position: absolute;
    left: -36px;
    bottom: -50px;
    width: 78%;
    min-height: 92%;
    padding: 25px 25px 25px 70px;
    border: 15px solid #84754f;
    color: #fff;
}
/**************************** TEAM MEMBERS ********************************************/
.bg-blue{
    background-color: #06205c;
    color: #fff;
}
.bg-blue .content{
    padding: 3rem 0;

    margin-right: auto;
    text-align: left;

}
.bg-blue .card{
    padding:3rem 0;
    width: 62%;
    margin-right: auto;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff;
    z-index: 1;

}

.team-members{
    padding-top: 154px;
}
@media(min-width :992px){
    .team::after {

    }
    .search-item-nav{
        display: none;
    }
    .navbar-brand{
        width: 36%;
    }
    .logo {
        width: 126px;
    }

    .dropdown-toggle:not(:last-child)::after{
        display: none;
        transition: all 0.5s;
    }
    .dropdown:not(:last-child) > .dropdown-menu{
        visibility:hidden;
        display:block;
        opacity:0;
        padding: 1rem 0.5rem;
        /* top: 53px; */
        border-top: 5px solid #84754f;

    }
    .dropdown:not(:last-child):hover > .dropdown-menu{
        visibility:visible;
        opacity:0.9;
        display: block;
        background: #fff;
    }

}

@media(max-width :992px){
    .navbar-nav .nav-item{
        border-left: 0px solid transparent !important ;
    }
    .search-item{
        display: none;
    }

}

@media(min-width :1024){
    .team-members .card .card-img-top{
        height: 380px !important;

    }

}
.team-members .card .card-img-top{
    height: 270px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius:  0 !important;

}
.team-members .card .card-text{
    font-size: 20px;


}
.team-members .card {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 2rem;
}
.team-members .card  .card-body::before

{
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    background-color: #84754f;

    width: 40px;
    height: 4px;
}
.team-members .card  .card-body::after{
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    background-color: #84754f;

    width: 4px;
    height: 40px;
}
.team-members .card  .card-body .card-title{
    font-size: 25px;
    color: #06205c;
    margin-bottom: 1rem;
    font-weight: 600;

}
.team  [class*="col-"]{
    margin-bottom: 2rem;
}
.team-members .owl-nav{
    position: absolute;
    bottom: 0;


}
.team-members .owl-nav .owl-next,.team-members .owl-nav .owl-prev{
    width: 40px;
    margin: 0 5px;
    font-size: 28px !important;
    background-color:#84754f!important;
    color: #06205c !important;
}
.owl-investement,.speech img ,.profile-member{
    box-shadow: 40px 41px 0px -11px #84754f
}

.profile-member::before{
    content: "";
    position: absolute;
    top: 27px;
    right: -15px;
    width: 90%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgb(132, 117, 79);
    z-index: -1;
}
[class*="col-"]{
    margin-bottom: 2rem;
}
.governance .file a{
    padding: 12px;
    background: #84754f;
    color: #fff;
    transition: all 0.7s;
    cursor: pointer;


}

/* investements projects */
.owl-investement .item{
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    transition: all 2s;
}
.owl-investement .item .content{
    padding:3rem 1rem;
}
.owl-investement a{
    text-decoration: none;
}

.owl-investement .item .underline{
    height: 5px;
    width: 60px;
    background-color: #fff;
    transition: all 0.5s;
    margin-bottom: 1rem;
}
.owl-investement .item:hover .underline{
    width: 60%;

}

.owl-investement .item:hover .content h3{
    width: 100%;

}


.slider-investement{
    position: relative;
    z-index: 2;
    margin-right: 50px;
}
.owl-investement .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: -15px;
    bottom: 52px;
}
.owl-investement .owl-prev,.owl-investement .owl-next{
    display: block;
    margin: 0px;
    color: #fff !important;
    background-color:#84754f!important;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 25px !important;
    transition: all 0.5s;
}
.owl-investement .owl-prev:hover,.owl-investement .owl-next:hover{
    background-color:rgba(170, 136, 44, 0.8) !important ;

}
.investment .logo{
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}


/******************************* contact   **************************************/
.contact-info i{
    color: #84754f;

}
.contact-info span{
    padding: 0 15px;
}
.contact h1 span::before

{
    position: absolute;
    content: '';
    right: 277px;
    bottom: 90%;
    width: 83px;
    height: 2px;
    background-color:  #00a776;
}


.color{
    color: #84754f!important;
}
h1,h2{
    font-weight: 800;
}

.about2 .left img {
    position: relative;
    left: 50px;
    width: 100%;
}

.speech ,.profile-member{
    height: max-content;
}



.my-btn{
    background-color: #06205c;
    color: #fff;
    border-radius: 5px;
    transition: all 0.7s;
    font-size: 18px;
}
 
.my-btn:hover{
    color: #fff;
    background-color: #84754f;
}
.single-news h6{
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}


/* NEWS */
.news hr,.single-news hr{
    border-bottom: 3px solid #84754f;
    margin-left: 90%;

}
.single-news .owl-news .item{
    height: 400px;
    background-position:  center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100% !important;


}
.single-news .owl-news .owl-prev {
    height: 40px;
    width: 45px;
    background: #84754f!important;
    padding: 2px 17px !important;
    color: #fff !important;
    font-size: 28px !important;
    position: absolute;
    right: -13px;
    top: 44%;
}
.single-news .owl-news .owl-next {
    height: 40px;
    width: 45px;
    background: #84754f!important;
    padding: 2px 17px !important;
    color: #fff !important;
    font-size: 28px !important;
    position: absolute;
    top: 44%;
    left: -3%;
}
.Related .text-muted {
    color: #adb0b6 !important;
    margin-bottom: 0;

}
.Related a:hover{
    color: #84754f!important;
    transition: all 0.7s;
    cursor: pointer;


}
@media(min-width:1024px){
    .Related {
        position: fixed;
        left: 14px;
    }
}
.owl-startups img{
    width: 50% !important;
    margin: auto;

    filter: grayscale(1);
    transition: all 1.7s;

}
.owl-startups  .owl-stage-outer{
    padding: 60px 0;
}
.owl-startups img:hover{

    transform: scale(1.5);
    filter: grayscale(0);

}
.owl-startups .owl-item {
    display: flex;
}
.owl-startups .owl-item  .item{
    margin: auto;

}

.owl-startups .owl-prev {
    height: 40px;
    width: 45px;
    background: #84754f!important;
    padding: 2px 17px !important;
    color: #fff !important;
    font-size: 28px !important;
    position: absolute;
    right: -13px;
    top: 44%;
    border-radius: 5px;
}
.owl-startups .owl-next {
    height: 40px;
    width: 45px;
    background: #84754f!important;
    padding: 2px 17px !important;
    color: #fff !important;
    font-size: 28px !important;
    position: absolute;
    top: 44%;
    left: -3%;
    border-radius: 5px;
}


.news-two .img{
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.news-two .col{
    position: relative;
    right: -55px;
    background: #fff;
    top: 50px;


}
.news_{
    padding: 1.5rem;

    box-shadow: -10px 10px 9px #e9ecef;
}
.news_ h5 span::before{
    position: absolute;
    content: '';
    right: -110px;
    bottom: 90%;
    width: 128px;
    height: 2px;
    background-color: #d9b256;
}

.tabs-nav{
    display: block;
    list-style: none;
    background: #fff;
    padding: 2rem;

    /* padding: 0; */
    text-align: center;
}
.tabs-nav .nav-item{

    transition: all 0.5s;

    margin: 1rem 0;

}
.tabs-nav .nav-item a:hover ,
.tabs-nav .nav-item a:focus{
    background: #0d1f57;
    color: #84754f  !important;

}


.tab-content{
    background: #fff;
}
.tabs-nav .nav-item a{
    color: #1b3280 !important;
    font-weight: 900;
    transition: all 0.5s;
    line-height: 40px;
    background: #bbbfcb ;
}
.tabs-nav .nav-item.active a
{
    background: #0d1f57;
    color: #84754f !important;

}

.invst{
    background-image:linear-gradient(rgba(13, 32, 90, 0.65),rgba(12, 32, 90, 0.64)) ,url("../images/invst.jpg");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.row-news{
    background-color: #fff;
    padding: 1rem;
}
.card-invst{
    background: rgba(12, 32, 88, 0.2);
    padding: 10px;
    border-right: 5px solid #84754f;
    transition: all 0.5s;
    cursor: pointer;
}
.card-invst a{
    color: #0a215a;

}
.card-invst a:hover{
    color: #84754f;
    text-decoration: none;

}
.card-invst:hover{
    box-shadow: -1px 1px 10px #333;
}

@media(max-width:500px){
    .fnc-slide__heading-line{
        font-size: 40px;
    }
}

.list-social-icon {
    list-style: none;
    padding: 0.7rem 0rem 0rem 1rem;
}
.list-social-icon li {
    display: inline-block;
    margin: 5px 0px 5px 10px;
}
.list-social-icon li a {
    display: block;
    height: 30px;
    width: 30px;
    border: 2px solid #84754f;
    background-color: #84754f;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.list-social-icon li a:hover {
    border: 2px solid #06205c;
    background-color: #84754f;
    color: #06205c;
}
.appa{
    width: 50px;
    cursor: pointer;
    margin: 0 5px;
}
.copy h4{
    font-size: 1.5rem;
    padding: 11px 1rem;
    width: 55%;
    margin-bottom: 3rem;
    font-weight: 800;
    border-bottom: 5px solid #84754f;
    border-radius: 40%;
    text-align: center;
}

.block3{
    text-align: right;
}

.carousel2{
    direction: ltr !important;
}
@media(max-width:992px){
    .social ul{
        padding-top: 22%;

    }
    .carousel2 .carousel2-item{
        right: -4px;
        width: 72%;
    }
}
@media(max-width:768px){
    .home-item2{
        height: fit-content;
    }
    .block1 ,.block3{
        text-align: center !important;
    }

    .social ul,.copy p {
        padding-top: 0% !important;

    }
    .fnc-slide__mask{
        overflow: visible;
        z-index: 1;
        position: absolute;
        left: 60%;
        top: 15%;
        width: 280px;
        height: 411px;
        margin-left: -90px;

        transform-origin: 50% 0;
        transition-timing-function: ease-in-out;
        clip-path: polygon(0% 0%, 0% 100%, 15% 100%, 14% 10%, 86% 10%, 86% 91%, 11% 91%, 3% 100%, 100% 100%, 100% 0%);
    }


}
@media(max-width:425px){
    .home-item2 .item {
        padding: 3rem 3rem 2.5rem 1rem;
        line-height: 30px;

    }
    .copy h4{
        width: 80%;

    }

    .home-item2::before {
        right: 21px;
    }
    .home-item2::after{
        top: 19px;
    }

    .fnc-slide__mask{
        overflow: visible;
        z-index: 1;
        position: absolute;
        left: 60%;
        top: 15%;
        width: 248px;
        height: 364px;
        margin-left: -130px !important;
        transform-origin: 50% 0;
        transition-timing-function: ease-in-out;
        clip-path: polygon(0% 0%, 0% 100%, 15% 100%, 14% 10%, 86% 10%, 86% 91%, 11% 91%, 3% 100%, 100% 100%, 100% 0%);

    }
    .about1 .right img,
    .about2 .left img

    {
        display: none;
    }
    .image{
        top: 0;
    }
    .tcontainer {
        height: 106px;
        text-align: center;
    }

    .tcontainer span {
        position: absolute;
        padding: 10px 5px;
        right: 0;
        top: 0;
        width: 100%;
    }
    .ticker-wrap {
        margin-top: 63px;
    }
    .footer{
        background-position: center  !important;
        background-size: 100% !important;
    }
    .tabs-nav{
        padding: 1rem !important;
        font-size: 19px;
    }
    .marquee-sibling{
        width: 32% !important;
    }


}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.2)!important;
}
.carousel2-item{
    background-size: 79%;
    background-repeat: no-repeat;
    background-position: -128%;
    background-color: #0a215a !important;
    color: #fff;

}
@media(max-width:551px){
    .carousel2 .carousel2-item {
        right: 0px;
        width: 87%;
    }
}

@media(max-width:1024px){
    .about1 .right img {
        position: relative;
        right: 21px;
        top: 0px;
        /* width: 100%; */
    }
}
.badge-dark {
    color: #fff;
    background-color: #84754f;
}

.navbar .nav-link:not(:last-child):hover{
    border-bottom: 2px solid #84754f;


}
@media(max-width:425px){
    .owl-investement .owl-nav {
        margin-top: 0px;
        position: absolute;
        left: 11px;
        bottom: 13px;
    }
}
.news-item{
    margin-top: 1.2rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;

}
.news-item .txt{
    padding: 1rem 2.5rem;
    background-color: rgba(6, 32, 92, 0.83);
    color: #fff;
    width: 298px;
    position: relative;
    right: -19px;
    top: 104px;
    height: 220px;
    line-height: 1.3;
    max-height: 220px;
    /* text-transform: uppercase; */

    box-shadow: 20px 26px 24px -22px rgba(27, 20, 17, 0.52);
}
.news-item .news-cat{
    writing-mode: vertical-rl;
    position: relative;
    right: -11px;
    top: -104px;
    color: #d8d0bb;
    font-size: 16px;



}
.block1{
    text-align: right;
}
.block3{
    text-align: left;
}
.pagination{
    width: max-content;
    margin: auto;
}
.page-link{
    color: #fff;
    background-color:#84754f;
    border-color:#84754f;
    transition: 0.5s;
}
.page-link:hover{
    background-color: #0a215a;
    color: #fff;
}
.page-item.active .page-link{
    background-color:#0a215a;
    border-color: #0a215a;

}

.row-news h3 ,.single-news  h3{
    font-weight: 800;
}
.read-more {
    background: rgba(132, 117, 79, 0.2901960784313726);
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    position: absolute;
    bottom:10px
}
.read-more:hover{
    color: #ccc;

}
.h-line{
    background-color: #84754f;
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.single-news p{
    text-align: justify;

}

.contact-info {
    background: #06205c;
    color: #fff;
}
.bottom-footer{
    background: #fff;
    color: #333;

}
.img-footer{
    width: 50%;
    padding-top: 20px;
}
.contact-info {
    position: absolute;
    left: -89px;
    margin-top: 44px;
}
.contact{
    border: 10px solid #06205c;
    margin-left: 65px;

}
.form-control{
    font-size: 16px;
}
.form-contact{
    padding: 38px 38px  0px 0px;
}
.form-contact .form-control{
    border-color: #fff;
    border-bottom: 1px solid #06205c;
    border-radius: 0;
    padding-right: 0;
    outline: none;
    outline-color: transparent !important;
}
@media(max-width:992px){
    .contact-info{
        position: initial;
        margin-top: 24px;

    }
    .contact{
        margin: 0;
    }
    .form-contact {
        padding: 1rem;
    }
}
.content .card{
    box-shadow: 40px 41px 0px -11px #84754f;
}
.navbar-toggler-icon{
    background: #06205c;
    height: 3px;
    display: block;
    margin: 5px 0;
}
.navbar-toggler{
    font-size: 1.25rem !important;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #84754f;
    border-radius: .25rem;
}
.list-footer,.con-info {
    list-style: none;
    padding: 1rem 0;

}
.list-footer li
{
    padding: 6px 0;

    cursor: pointer;

}
.list-footer i ,.con-info i{
    transform: rotateY(175deg);
    padding: 0 7px;
    font-weight: 800;
    transition: all 0.5s;
}
.list-social-icon{
    transform: rotateY(175deg);
}
.list-footer li:hover i{
    padding-right: 5px;

}
.list-footer a{
    color: #fff;
    text-decoration: none;
}
.footer{
    background-position: top;
    background-size:53% 100%;
    background-color:#06205c;
    background-attachment: fixed;
    /* background-repeat: repeat; */

}
footer{
    color: #fff;
}
.logo-footer{
    width: 36%;
}
.con-info  p i{
    padding: 0 8px;
}

.home-caption{
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}
.card-h p{
    font-size: 20px;
}
.card-h p::before, .card-h p::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 60px;
    border: solid 3px #0a215a;

}
.card-h p::after {
    border-right: none;
    border-top: none;
    bottom: 0px;
    left: 0px;
}
.card-h p::before {
    border-left: none;
    border-bottom: none;
    top: 0px;
    right: 0px;
}
/************* Search box         **************/

.navbar-nav .nav-item:not(:last-child){
    position: relative;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;

}
#search {
    float: left;
    margin-top: 9px;
    width: 240px;
}

.search-box {
    padding: 5px 0;

    height: 30px;
    position: relative;
    left: 0px;
    float: right;
    line-height: 22px;
}

.search-box input {
    position: absolute;
    top: 0;
    width: 0px;
    float: left;
    margin-left: 0px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 35px;
    line-height: 18px;
    padding: 0 0px 0 2px;
    border-radius:1px;
    padding-right: 7px;
}
.btn-search:hover{
    background-color: #84754f !important;

}
.search-box:hover input, .search-box input:focus {
    width: 150px;
    margin-right: -150px;
    padding-right: 19px;

}

.btn-search{
    height: 35px;
    position: absolute;
    left: -18px;
    top: 0px;
    border-radius:1px;
}

.btn-search-focus{
    background-color: #84754f !important;

}
.btn-search-focus i{
    color: #fff !important;
}
.logo-startup-info{
    font-size: 20px;
}
.logo-startup-info i{
    padding: 0 5px;
}
.logo-startup-info a{
    color: #84754f;
}
.line-center{
    background-color: #84754f;
    height: 3px;
    width: 80px;
    margin: auto;

}
.caption-home{
    position: absolute;
    color: #fff;
    top: 83%;
    background: rgba(0, 0, 0, 0.7098039215686274);

    padding: 0.5rem;
    font-size: 28px !important;
    text-align: center;
}
.logo-startup-img{
    position: relative;
    top: -70px;
    border-radius:10px;

}
.search-img{
    background-size: cover;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
}
.pagination{
    width: max-content;
    margin: auto;
}
.page-link{
    color: #fff;
    background-color:#84754f;
    border-color:#84754f;
    transition: 0.5s;
}
.page-link:hover{
    background-color: #0a215a;
    color: #fff;
}
.page-item.active .page-link{
    background-color:#0a215a;
    border-color: #0a215a;

}
.related-topic a{
    color: #545454;

}
.search-box-nav .btn{
    background-color: #84754f;
    color: #fff;
    position: relative;
    top: -38px;
    padding: 7px;
    right: 210px;
}
.search-box-nav{
    width: 240px;
    height: 49px;
}
.img-search {
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: center center;
}
.ml-auto{
    margin-right:auto !important;
}
.phone_ar{
    direction: ltr;
    display: inline-block !important;
}
.search-card {
    min-height: 512px;

}
.search-card a{
    position: absolute;
    bottom: 33px;
}
.fnc-nav__control{
    display: none;
}
