@font-face {
    font-family: 'din-next-lt-w23-regular';
    src: url('../font/din-next-lt-w23-regular.ttf');
}

@font-face {
    font-family: 'din-next-lt-w23-bold';
    src: url('../font/din-next-lt-w23-bold.ttf');
}


* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

body {
    font-family: 'din-next-lt-w23-regular' !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'din-next-lt-w23-bold' !important;
    margin: 0;

}

a {
    text-decoration: none !important;
    color: #000;
}

li {
    list-style: none;
}

.wrap {
    overflow: hidden;
}

/*start top*/
.top {
    position: absolute;
    z-index: 5;
    top: 30px;
    width: 100%;
}

/*end top*/

/*start slider*/
.main-slide .item {
    position: relative;
}
.main-slide .item iframe{
    display:block;
    width:100%;
    height:100vh;
}
.main-slide .item img{
    display:block;
    width:100%;
    height:100vh;
}
.main-slide .item .item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.item .item-content h2 {
    color: #fff;
    font-size: 55px;
}

.item .item-content h5 {
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
}

.main-slide .owl-nav button {
    position: absolute;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px dotted transparent;
    background: transparent;
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all linear .5s;
}

.main-slide .owl-nav .owl-prev {
    left: 75px;
    top: 50%;

}

.main-slide .owl-nav .owl-next {
    right: 75px;
    top: 50%;
}


.main-slide .owl-nav .owl-next i {
    color: #B7AC9C;
    font-size: 50px;
}

.main-slide .owl-nav .owl-prev i {
    color: #B7AC9C;
    font-size: 50px;

}

/*end slider*/


/*start works*/
.works {
    position: relative;
    margin-top: -150px;
    z-index: 1;
}

.works:before {
    content: '';
    width: 100%;
    height: 50%;
    background-color: #585858;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.work-content {
    background-color: #222222;
    padding: 35px 25px;
    text-align: center;

}
.work-archive-content{
        background-color: #f2f2f2;
}

.work-title h4 {
    color: #fff;
    padding-bottom: 30px;
}

.work-content:hover .work-title h4 {
    color: #D3AA37;

}

.work-paragraph p {
    color: #fff;
    padding-bottom: 30px;
}
.work-link{
padding-top: 10px;
}
.main-link {
    color: #fff;
    text-decoration: none;
    background: #D3AA37;
    font-size: 14px;
    display: inline-block;
    transition: all linear .5s;
    border-radius: 38px;
}

.work-content:hover .main-link {
    background: #254393;
    transition: all linear .5s;

}

.main-link a {
    padding: 10px 40px;
    display: inline-block;
    color: #fff;

}

.work-content:hover .main-link a {
    color: #fff;

}

/*end works*/


/*start about*/
.about {
    background-color: #585858;
    padding: 60px 0;
}

.about-title {
    text-align: center;
    padding-bottom: 50px;
}

.about-title h3 {
    color: #D3AA37;

}

.about-paragraph {
    text-align: center;
}

.about-paragraph p {
    color: #fff;
}

/*end about*/

/*start services*/
.services {
    background-color: #254393;
    padding: 50px 0;
}

.main-tittle {
    padding-bottom: 75px;


}

.main-tittle h3 {
    color: #D3AA37;
    padding-bottom: 5px;
    position: relative;
    padding-right: 60px;
}

.main-tittle h5 {

    position: relative;
    padding-right: 60px;
    color: #fff;

}

.main-tittle h3:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    right: 0;
    width: 55px;
    height: 2px;
    background-color: #D3AA37;
    transition: all linear .5s;

}

.services-content {
    text-align: center;
    padding-bottom: 50px;
}

.services-content:hover .services-title h5 {
    color: #D3AA37;
    transition: all linear .5s;
}

.services-img {
    padding-bottom: 20px;
    text-align: center;
}

.services-img img {
    max-height: 60px;
    display: inline-block;
}

.services-title h5 {
    color: #fff;
    padding-bottom: 20px;
    transition: all linear .5s;
}

.services-paragraph p {
    color: #fff;
}

.services-link {
    text-align: center;
}

.services-link .main-link {
    background: transparent;
    border: 1px solid #586DA4;

}

.services-link .main-link:hover {
    background: #D3AA37;
    border: 1px solid #586DA4;

}

/*end services*/


/*start business*/
.business {
    padding: 65px 0 0;
}

.business .main-tittle h5 {
    color: #959595;
}



.business-content-items .business-content:nth-of-type(odd) {
    direction: rtl;
}

.business-content-items .business-content:nth-of-type(odd) .business-img img {
    border-radius: 0 0 0 225px;
}

.business-content-items .business-content:nth-of-type(odd) .business-title {
    display: inline-block;
    position: relative;
    top: -260px;
    background: #fff;
    padding: 20px 50px;
    right: 70%;
    box-shadow: 0 0 18px rgba(0, 0, 0, .26);
}


.business-content-items .business-content:nth-of-type(even) {
    direction: ltr;
}

.business-content-items .business-content:nth-of-type(even) .business-img img {
    border-radius: 0 0 225px 0;
}

.business-content-items .business-content:nth-of-type(even) .business-title {
    display: inline-block;
    position: relative;
    top: -260px;
    background: #fff;
    padding: 20px 50px;
    left: 70%;
    box-shadow: 0 0 18px rgba(0, 0, 0, .26);
}


/*end business*/


/*start officers*/
.officers {
    background-image: url("../image/background-1.png");
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 85px 0;
}

.officers-content {
    text-align: center;
}

.officers-img img {
    display: inline-block;
}

.officers-number h3 {
    color: #fff;
    margin-bottom: 5px;

}

.officers-title h3 {
    color: #fff;
    position: relative;

}

.officers-title {
    position: relative;
}

.officers-title:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background: #707070;
    bottom: -110px;
    right: 50%;
}

.officers-title:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background: #707070;
    bottom: -50px;
    right: 50%;
}

.officers-title h3:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background: #707070;
    bottom: -80px;
    right: 50%;
}

.officers-img {
    background-color: #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.officers-img img {
    max-height: 52px;
}

.officers-icon {
    padding: 120px 0 60px;
    display: inline-block;
}

/*contact-us*/
.form-control {
    border: 1px solid #D3AA37;
    background-color: #D7B24B;
    direction: rtl !important;

}

.main-title h5 {
    position: relative;
    top: 90px;
}

.contact-us .form-content input {
    width: 100%;

    height: 40px;
    padding: 0 15px;
    margin-top: 25px;
    background-color: #D7B24B;
    color: #fff;
}

.contact-us form input::placeholder {
    color: #fff;
}

textarea.form-control::placeholder {
    color: #fff;
}

.form-group .message-form {
    margin-top: 25px;
    width: 100%;
    height: 200px;
    padding: 15px;
    background-color: #D7B24B;
    color: #fff;
}

.message-form::placeholder {
    color: #fff;

}

.contact-link {
    text-align: center;
    background-color: #254393;
    display: table;
    margin: 25px auto 0;
    transition: all linear .5s;
}

.contact-link:hover {
    background-color: #592F7F;
    transition: all linear .5s;

}

.contact-link {
    padding: 10px 45px;
    color: #ffffff;
}

/*end officers*/


/*start clint*/
.clint {
    background-color: #585858;
    padding: 50px 0;
}

.sec-slider .clint-img {
     display: flex;
    justify-content: center;
    align-items: center;
}

.sec-slider .clint-img img {
    max-height: 150px;
    width: 100%;
 }

.sec-slider .item {
    position: relative;
}

.sec-slider .owl-nav .owl-prev {
    right: -75px;
}

.sec-slider .owl-nav .owl-next {
    left: -75px;
}

.sec-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    color: #fff;
    border: 1px solid #717171;
    border-radius: 100%;
    display: inline-block;
    transition: all ease-in-out .5s;
}

.sec-slider .owl-nav button i {
    color: #717171;
}

.sec-slider .owl-nav button:hover {
    background: #D7B24B;
    transition: all ease-in-out .5s;

}

/*clint footer*/


/*start footer*/
.footer {
    padding: 85px 0 45px;
    background-color: #000D2D;

}

.footer-social {
    margin-top: 33px;
    text-align: center;
}

.footer-social .fa-facebook-f {
    border-radius: 100%;
    background-color: #2d3d60;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all linear .5s;

}

.footer-social .fa-facebook-f:hover {
    background-color: #2d3d60;
    transition: all linear .5s;

}

.footer-social .fa-twitter {
    border-radius: 100%;
    background-color: #54acee;
    width: 25px;
    height: 25px;
    line-height: 25px;
    transition: all linear .5s;
    text-align: center;
}

.footer-social .fa-twitter:hover {
    background-color: #54acee;
    transition: all linear .5s;

}

.footer-social .fa-instagram {
    border-radius: 100%;
    background-color: #664035;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all linear .5s;

}

.footer-social .fa-instagram:hover {
    background-color: #664035;
    transition: all linear .5s;

}

.footer-social .fa-youtube {
    border-radius: 100%;
    background-color: #c4302b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all linear .5s;

}

.footer-social .fa-youtube:hover {
    background-color: #c4302b;
    transition: all linear .5s;

}

.footer-social a {
    color: #fff;
    margin-right: 10px;
}


.footer-top {
    border-bottom: 2px solid #0B1733;
    padding-bottom: 25px;
}

.footer-paragraph {
    text-align: justify;
}

.footer-paragraph p {
    line-height: 30px;
    color: #fff;
}

.footer-center {
    padding-top: 40px;
}

.footer-list li {
    padding-bottom: 40px;
    width: 50%;
    float: right;
}

.footer-list li a {
    color: #fff;
    font-size: 16px;
}

.footer-tittle h3 {
    color: #3B4898;
    padding-bottom: 30px;
}

.content-position-shape {
    padding-bottom: 40px;
}

.content-position-icon {
    display: inline-block;
    padding-left: 25px;
}

.content-position-icon i {
    color: #FAD57D;
    font-size: 30px;
}

.content-position-text {
    display: inline-block;
    color: #fff;
    position: relative;
    top: -5px;
}

.content-position-text a {
    color: #fff;
}

.map {
    display: block;
}

.map iframe {
    width: 100%;
    height: 190px;
}

.footer-center-contact {
    border-bottom: 2px solid #0B1733;
    padding: 15px 0;
}

.copyright {
    text-align: center;
    color: #fff;
    padding-top: 25px;
}

.copyright a {
    color: #fff;

}

/*end footer*/


/*start responsive*/
@media (min-width: 1024px) {
    .item .item-content h2 {
        font-size: 50px;
    }

    .item .item-content h5 {
        font-size: 20px;
        margin-top: 15px;

    }

    .works {
        margin-top: -118px;
    }

    .works:before {
        height: 60%;
    }

    .main-slide .owl-nav .owl-prev i {
        font-size: 35px;
    }

    .main-slide .owl-nav .owl-next i {
        font-size: 35px;
    }

    .main-slide .owl-nav .owl-prev {
        left: 15px;
    }

    .main-slide .owl-nav .owl-next {
        right: 15px;
    }
    .business-content-items .business-content:nth-of-type(even) .business-title {
        top: -115px;
         left: 75%;

    }

    .business-content-items .business-content:nth-of-type(odd) .business-title {
        top: -115px;
         right: 75%;
    }
}

@media (min-width: 992px) {

    .main-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
    }

    .nav-list {
        display: flex;
        margin-bottom: 0;
        list-style: none;
        margin-top: 28px;
    }

    .nav-list > .link {
        display: flex;
        align-items: center;
        position: relative;
    }

    .has_sub_menu {
        width: calc(100% - 25px);
    }

    .has_sub_menu ~ i {
        width: 15px;
        display: inline-block;
        text-align: center;
        color: #D3AA37;
    }

    .nav-list > .link > a {
        display: block;
        color: #fff;
        position: relative;
    }

    .nav-list > .link:hover a,
    .nav-list > .link.active a {
        color: #D3AA37;
    }

    .sub-list {
        background-color: #fff;
        padding: 20px;
        list-style: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        position: absolute;
        top: 100%;
        min-width: 230px;
        display: none;
        z-index: 4;
    }

    .sub-list li {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cacaca;
    }

    .sub-list li a {
        display: block;
        width: 100%;
        position: relative;
        color: #000;
    }

    .sub-list li a.has_sub_menu {
        width: calc(100% - 30px);
        display: inline-block;
    }

    .sub-list li:hover {
        border-bottom: 1px solid #D3AA37;
    }

    .sub-list li a:hover {
        color: #D3AA37;
    }

    .sub-list li:last-child > a {
        margin-bottom: 0;
    }

    .sub-list .sub-link {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        transition: all .5s linear;
    }

    .sub-list .sub-link:hover {
        background-color: #D3AA37;
    }

    .sub-list .sub-link:last-child {
        border-bottom: 0;
    }

    .nav-list .link:hover > .sub-list {
        display: block;
    }

    .sub-list .sub-list {
        top: 0;
    }

    .nav-list .link .sub-list .sub-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list .link .sub-list .sub-link:hover > .sub-list {
        display: block;
    }

    .nav-btn,
    .mobile-nav-list {
        display: none;
    }

    /**/
    .nav-list > .link {
        text-transform: capitalize;
        margin-left: 48px;
    }

    .nav-list
    .has_sub_menu {
        margin-right: 5px;
    }

    .sub-list {
        left: 0;
    }

    .sub-list li a.has_sub_menu {
        margin-left: 5px;
    }

    .sub-list .sub-list {
        left: 100%;
    }

}

@media (max-width: 992px) {
    .nav-list {
        display: none;
    }


    .main-nav {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #585858;
        border-radius: 100%;
        color: #fff;
        font-size: 20px;
        display: block;
    }

    .mobile-nav-list {
        display: block;
        position: fixed;
        top: 0;
        z-index: 6;
        height: 100%;
        width: 300px;
        background-color: #585858;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        transform: translateX(100%);
        transition: all .5s linear;
    }

    .mobile-nav-list .link {
        font-size: 18px;
        padding: 25px 15px;
        position: relative;
        border-bottom: 1px solid #000D2D;
    }

    .mobile-nav-list .link a {
        color: #fff;
        display: block;
        width: 100%;
    }

    .mobile-nav-list .link a.has_sub_menu {
        display: inline-block;
        width: calc(100% - 40px);
    }

    .mobile-nav-list .link a:hover,
    .mobile-nav-list .link.active a {
        color: #D3AA37;
    }

    .mobile-nav-list .link i {
        color: #fff;
        background-color: #D3AA37;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .link i.open {
        transform: rotate(180deg);
    }

    .sub-list {
        box-shadow: none;
        width: 100%;
        overflow: hidden;
        background-color: transparent;
    }

    .sub-list.open {
    }

    .sub-list a {
        display: block;
        position: relative;
    }

    .sub-list .sub-link {
        border: 0;
        padding: 5px 20px;
        font-size: 14px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        white-space: nowrap;
    }

    .sub-list .sub-list a {
        display: block;
        position: relative;
    }

    .trans-none {
        transform: none !important;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }

    /**/
    .mobile-nav-list {
        right: 0;
    }

    .mobile-nav-list .link a.has_sub_menu {
        margin-left: 5px;
    }

    .sub-list .sub-list a {
        padding-right: 15px;
    }

    .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .main-slide .item iframe , .main-slide .item img{
    height:300px;
}
    .works {
        position: static;
        background-color: #585858;
        margin-top: 0px;
        padding-top: 50px;
    }

    .works:before {
        position: static;
    }

    .main-tittle {
        text-align: center;
    }

    .main-tittle h3 {
        padding-right: 0;
    }

    .main-tittle h5 {
        padding-right: 0;
    }

    .main-tittle h3:before {
        position: static;
    }

    .item .item-content h2 {
        font-size: 30px;

    }

    .item .item-content h5 {
        font-size: 15px;
    }

    .logo {
        text-align: left;
    }

    .logo img {
        display: inline-block;
    }

    .top {
        top: 0;
        position: static;
        background-color: #000D2D;
        padding-bottom: 75px;

    }

    .menu-icons {
        position: relative;
        top: 75px;
    }

    .logo-mob {
        background-color: #000D2D;
        padding: 15px;
        margin-top: 35px;

    }

    .officers {
        background-image: none;
        background-color: #222222;
    }

    .contact-us .form-content input {
        width: 96%;
    }

    .form-group .message-form {
        width: 96%;

    }

    .footer-logo {
        text-align: center;
        padding-bottom: 25px;
    }

    .footer-paragraph {
        text-align: center;
    }

    .footer-logo img {
        display: inline-block;
    }
    .business-content-items .business-content:nth-of-type(even) .business-title {
        top: -115px;
        padding: 12px 20px;
        left: 70%;

    }

    .business-content-items .business-content:nth-of-type(odd) .business-title {
        top: -115px;
        padding: 12px 20px;
        right: 70%;
    }


}

@media (max-width: 460px) {
    .business-content-items .business-content:nth-of-type(even) .business-title {
        top: -65px;
        padding: 6px 10px;
        left: 58%;

    }

    .business-content-items .business-content:nth-of-type(odd) .business-title {
        top: -65px;
        padding: 6px 10px;
        right: 58%;
    }

    .menu-icons {
        top: 155px;
        right: 0;
    }

    .item .item-content h2 {
        font-size: 18px;
    }

    .item .item-content h5 {
        font-size: 12px;
        margin-top: 10px;

    }

    .main-slide .owl-nav .owl-next i {
        font-size: 35px;
    }

    .main-slide .owl-nav .owl-prev i {
        font-size: 35px;
    }

    .main-slide .owl-nav .owl-next {
        right: 12px;
    }

    .main-slide .owl-nav .owl-prev {
        left: 12px;

    }

    .business-title h4 {
        font-size: 14px;
    }

    .business-title {
        padding: 10px 18px;
        right: 50%;
        top: -100px;

    }

    .business-title-2 h4 {
        font-size: 14px;
    }

    .business-title-2 {
        padding: 10px 18px;
        left: 50%;
        top: -100px;
    }
}

/*end responsive*/
/*start wordpress*/
.inside {
    background-color: #000D2D;
}

.work-archive-img {
    text-align: center;
    padding: 25px 0;
}

.work-archive-img img {
    display: inline-block;
}

.work-archive-title {
    text-align: center;
    padding: 25px 0;
}
.work-archive-title h2{
    color: #FAD57D;
}
.work-archive-paragraph p{
    color: #020202;

}

.work-archive-paragraph {
    text-align: center;
    box-shadow: 0 0 18px rgba(0, 0, 0, .26);
    padding: 15px;
    margin-bottom: 50px;

}

.work-archive-paragraph p {
    font-size: 18px;
}

.page-thumb {
    text-align: center;
    padding: 25px 0;
}

.page-thumb img {
    display: inline-block;
}

.page-tit {
    padding: 25px 0;
}

.page-content {
    text-align: center;
    font-size: 18px;
}

.services-archive-img {
    padding-bottom: 20px;
    text-align: center;
}

.services-archive-img img {
    max-height: 60px;
    display: inline-block;
}

.services-archive-content {
    background-color: #585858;
    padding: 15px;
    margin-bottom: 35px;
}

.services-archive-title {
    text-align: center;
}

.services-archive-link {
    text-align: center;
    padding: 10px 0;
}

.services-archive-paragraph p {
    color: #BFBBBB;
}

.services-archive-title h5 {
    color: #BFBBBB;
}

.archive-title {
    text-align: center;
    padding-bottom: 25px;
}

.page-main-single {
    text-align: center;

    margin: 25px 0;
}
.page-content-single{
     padding: 25px;
}


/*.page-thumb-single img{*/
/*    width: 100%;*/
/*}*/

/*end wordpress*/
/*breadcrumbs*/
.breadcrumbs {
    margin-top: 75px;
    font-size: 18px;
    background-color: #D3AA37;
    background-position: 32% 80%;
    background-repeat: no-repeat;
    padding: 35px;
    background-size: 100%;
    position: relative;
    z-index: 3;
    top: -75px;
}

.breadcrumbs span {
    color: #585858;
    font-size: 20px;
    transition: all ease-in-out .5s;
}

.breadcrumbs.archive {
    color: #fff;
    font-size: 18px;
}

/*wp-pagenavi*/
.wp-pagenavi {
    text-align: center;
    padding: 25px 0;
}

.page-thumb {
    text-align: center;
}

.page-content {
    padding: 25px 0;
}

.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #D3AA37;
    background: #D3AA37;
    padding: 5px 8px;
    margin: 2px;
    color: #fff;
    display: inline-block;
    text-align: center;

}

.wp-pagenavi span.current {
    text-decoration: none;
    border: 1px solid #858585;
    padding: 5px 8px;
    margin: 3px;
    background: #585858;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.wp-pagenavi a {
    text-decoration: none;
    border: 1px solid #858585;
    padding: 5px 8px;
    margin: 3px;
    background: #D3AA37;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.form-archive{
    margin: 25px 0;
}
.form-archive input::placeholder{
    color: #fff;
}
.archive-business-img img{
    width: 100%;
}
.archive-business-content{
    box-shadow: 0 0 18px rgba(0,0,0,.26);
    border: 2px solid #777;
    margin: 50px 0;
     padding: 10px;

}
.archive-business-content h4{
    text-align: center;
    padding: 25px 0;

}
.archive-business-all-content{

    margin: 15px 0;
    color: #101010;
    font-size: 18px;
    text-align: center;

}
