/*   Start Upper-bar     */

body {
    margin: 0;
    padding: 0;
}

.upper-bar {
    padding: 0;
    font-family: al-mateen bold;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.upper-bar .info img {
    width: 250px;
    margin-top: 40px;

}

.upper-bar .info1 {
    width: 100px;
}

.upper-bar .info1 img {
    width: 150px;
    margin-top: 10px;
}

@media ( max-width:576px) {
    .upper-bar .info1 img {
        margin: auto;
        width: 160px;
        margin-top: 20px;
    }
}

@media ( max-width:576px) {
    .upper-bar .info1 h3 {

        width: 180px;
        margin-top: 20px;
    }
}

.upper-bar h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    color: #1f3b72;
}

.upper-bar h2 {
    float: right;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 500;
    font-family: al-mateen;
    line-height: 1.5px;
    color: #005c48;

    /*text-align: right;*/
}

.upper-bar h2 .h-upper-bar {
    margin-top: -20px
}

.line span {
    width: 100%;
    height: 20px;
    padding: 0;
    color: #009a79;
}

/*   End Upper-bar     */

/*  Start Navbar  */

.navbar {
    background-color: #005c48;
    padding: 10px;
}

.navbar:hover {
    background-color: #2e3192;

}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 100px;
    color: white;
    font-weight: bold;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #cbcbcb;
    border-left: 1px solid black;
    transition: all 0.5s ease-in-out;
}


.navbar .navbar-nav .nav-item .dropdown-item {
    /* font-size: 16px;
    text-transform: uppercase;
    margin-left: 100px;
    color: white;
    font-weight: bold;*/
    color: black;
    font-weight: 600;
    text-align: right;
}

.navbar .navbar-nav .nav-item .dropdown-item:hover {
    /* font-size: 16px;
    text-transform: uppercase;
    margin-left: 100px;
    color: white;
    font-weight: bold;*/
    color: white;
    background-color: #2e3192;
    font-weight: 600;
    text-align: right;
}


/*  End Navbar  */

/*  Start Slider  */

.carousel-control-prev {
    color: green;

}

.carousel-control-prev .carousel-control-prev-icon {
    color: green
}

/*  End  Slider  */

/*  Start card */

.image-flip .frontside .backside .card a {
    color: aliceblue
}



/*  End card */

/* Start chooseus */

.chooseus {
    color: #ddd !important;
}

.chooseus img {
    width: 50px
}

.njn {
    width: 60%;
    margin-bottom: 20px;
    margin-left: 40px;
}

.nknkk {
    margin-top: 50px;
    float: left
}

.choose-uys .nknkk {
    margin-left: -100
}

.nknkk .nav {
    width: 70%;
}

.nknkk .tab-content {
    width: 70%;

}

.choose-us p {
    text-align: center;
    font-size: 40px;
    font-family: al-mateen;
    margin-top: 5px;
    color: #1d3870;
    width: 100%;
    font-weight: bold
}

.choose-us p:hover {
    color: #2950a0;
    transition: all 0.5s ease-in-out
}

@media ( max-width:576px) {
    .choose-us p {
        color: #1d3870;
        font-size: 21px;
        width: 100%
    }
}

.info2 .btn {
    margin-left: 40%;
    margin-bottom: 20px;
}



/*   Start featured-work   */

.featured-work h2 {
    color: red;
    font-family: al-mateen;
    font-weight: bold;
    background-color: antiquewhite;
}

.featured-work h2:hover {
    color: blue;
    transition: all 0.9s ease-in-out;
    border-bottom: 1px dashed red;
}

/*Google fonts
==============================*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

/*Body
==============================*/

#container {
    overflow-x: hidden;
    width: 100%;
    font-family: arimo;
    color: #6c6c6c;
    font-size: 14px;
}

.padcol {
    width: 100%
}

p {
    color: #fff;
    font-family: 'oswald', sans-serif;
}

#service-provide {
    padding: 80px 0;
    color: #333;
}

#service-provide h2 {
    color: #333;
}

.col-pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 6.5em;
    background: rgba(0, 0, 0, 0.43);


}

.col-pic p {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Oxygen-Bold';
}

.col-pic h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'roboto slab', sans-serif;
    letter-spacing: 0.25px;
}

.col-pic label {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}

.col-3 {
    position: relative;
    margin-bottom: 1.5em;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;

}

.col-3 a img {
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    -ms-transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;
    height: 320px;
    width: 100%;


}

.col-3 a {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.col-3 a:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.col-3:hover .col-pic {
    background: rgba(0, 0, 0, 0.59);
}

.padcol {
    padding-left: 1px;
    padding-right: 2px;
    margin-top: -17px;
}

.margright {
    margin-right: -2px;
}


/*   End featured-work   */

nav > .nav.nav-tabs {

    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;

}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}




/* End chooseus */

/*  Start img-slide */

/*
.sos {
    background-color: #e3e3e3;
}

.img-slide {
    width: 60%;
    /*height: 200px;*/

/* margin: auto;
    background: #e3e3e3 !important;
}

.carousel-caption {
    width: 50%;
    height: 100px;
    border-radius: 25px;
    background-color: #e3e3e3;
    margin-left: 60px;
}

.carousel-caption h5 {
    color: darkblue;
    font-size: 40px;
    outline: white;
    font-family: B Farnaz;
    margin-top: -20px;
}

.carousel-caption p {
    color: white;
    font-size: 25px;
    outline: white;
    font-family: al-mateen;
    text-align: right;
    margin-right: 30px;
}

.carousel-caption button {
    margin-top: -20%;
    margin-left: -70%;
}*/

/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.backside .card .btn a {

    color: #ddd !important;
    text-decoration: none;
    font-weight: bold
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}



/*  End img-slide */

/* Cards */

h2 {
    text-align: center;
    padding: 20px;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



/* End Cards  */

/* Start Latest-posts      */

.Latest-posts {
    background-color: #00652e;
}

.Latest-posts .h-1 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 5px;
    color: white
}

.card00 {
    background-color: #c7eafb;
    margin: 20px;
}

.card00 .card00-img-top {
    width: 40px;
    text-align: center;
    margin-top: 10px;
    margin-left: 45%;

    /* border-radius: 24px; 
    background-color: green; */
}

.card00 .card00-img-top:hover {}

.Latest-posts .card00 .card-title {
    font-size: 30px;
    line-height: 1.5;
    color: red;
    text-align: center
}

.Latest-posts .card00 .card-text {
    font-size: 18px;
    line-height: 1.5;
    color: #8b0304;
    text-align: center;
    font-weight: bold
}

.card00:hover {
    background-color: #2e3192
}

.Latest-posts .card00 .card-title:hover {
    color: white;
}

.Latest-posts .card00 .card-text:hover {
    color: #c3c3c3;
}


/* End Latest-posts      */

/*  Start Footer  */

.helpful-links .form-group {
    width: 100%;
    margin-top: 20px;
    float: right;
}

.form {
    width: 100%;
    margin-bottom: 15px;
}

.footer .site-info {

    margin-top: 20px;
}


.form-table {
    width: 100%;
    margin-top: 20px;
    text-align: right;
    float: right;

}

.form-group input,
textarea {
    text-align: right;
    margin-top: 4px;
}



.footer {
    background-color: #005c48;
}

@media ( min-width:576px) {
    .footer .site-info iframe {
        /* margin: 0;
        padding: 0;
        width: 100%;*/
    }
}

.footer .helpful-links .form-table {
    width: 80%;
    margin-top: 20px;
    margin-left: 60px;
}



.footer .contact h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    /*margin-left: 25px;*/
}

.footer .contact ul li {
    line-height: 2;
    text-align: right;
    /*margin-left: 70px;*/
    color: white;
}

.contact .list-unstyled .links i {
    display: inline-block;
    float: right;
    padding: 20px;
    color: white;
    font-size: 30px;
    /* padding: 20px;
    width: 20px;
    color: white;
    margin: 0;
    padding: 0;*/
}

.links i {

    display: inline-block
}

.sociallinks {
    display: inline-block;
    color: white;
}

.sociallinks i {
    color: white;
    font-size: 25px;
    margin-top: 10px;
    padding: 10px
}



.Copy-right {
    background-color: black;


}



.Copy-right h1 {
    color: white;
    font-size: 18px;
    /*margin-left: 60%;*/
    margin-top: 2px;
}


.backtotop {
    float: right;
    background-color: #000;
}


/*  End Footer */

/*    Gallery Doors   */

/*Now the styles*/

/*
.gallery {
    margin: 10px 50px;
}

.gallery img {
    width: 250px;
    padding: 5px;
    filter: grayscale(100%);
    transition: 1s;
}

.gallery img:hover {
    filter: grayscale(0);
    transform: scale(1.1)
}

.gallery img:active {
    width: 100%
} */

.gallery-section {
    width: 100%;
    padding: 30px 0;
    background: #f1f1f1;
}

.gallery-section h1 {
    text-align: center;
    text-transform: uppercase;
    color: seagreen;
    font-family: Georgia;
    font-weight: bold
}

.gallery-section span {
    text-align: center;
    text-transform: ;
    color: seagreen;
    font-size: 27px
}

.inner-width {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.border {
    width: 250px;
    height: 4px;
    background: #333;
    margin: 60px auto;
}

.gallery-section .gallery h6 {
    color: black;
    text-align: center;
    font-size: 20px;
    margin-top: 20px
}

.gallery-section .gallery {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center
}

.gallery-section .image {
    flex: 25%;
    overflow: hidden;
    cursor: pointer;
}

.gallery-section .image img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.gallery-section .image:hover img {
    transform: scale(1.4) rotate(15deg);
}

@media screen and(max-width:960px) {
    .gallery-section .image {
        flex: 33.33%;

    }
}

@media screen and(max-width:768) {
    .gallery-section .image {
        flex: 50%;

    }
}

@media screen and(max-width:480) {
    .gallery-section .image {
        flex: 100%;

    }
}

@media(min-width:576px) {
    .gallery-section .image img {
        display: ;
    }
}


/* عن الشركة */

.no-re {
    margin: 0;
    padding: 0;
}

.no-re p {
    position: absolute;

    top: 200;
    width: 70%;
    color: black
}

.feature-work .line {
    width: 150px;
    background: black;
    height: 2px;
    margin: auto;
}

.feature-work .line span {
    display: block;
    width: 100px;
    height: 4px;
    background-color: black;
    margin: auto;
    position: relative;
    bottom: 3px;
}

.feature-work h1 {
    color: seagreen;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right
}

@media ( max-width:576px) {
    .feature-work h1 {

        text-align: center;
    }
}

.feature-work h1:hover {
    color: blue;
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out
}


.h-imp {
    color: #5a2e90;
    font-size: 50px;
    margin-top: 3px;
}

.h-imp:hover {
    color: #f7941d;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}

.feature-work h6 {
    color: #5a2e90;
    font-size: 50px;
    margin-top: 20px
}


.cards {
    display: flex;
    /*flex-wrap: wrap;*/
    list-style: none;
    margin: 0;
    padding: 0;


}

@media ( max-width:576px) {
    .cards {
        /*display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;*/
        display: block;
        width: 95%;
    }
}

.cards_item {
    display: flex;
    margin-top: 10px;
    /*padding: 1rem;*/
}

@media ( min-width:576px) {
    .cards {
        width: 100%
    }
}



@media ( max-width:576px) {
    .feature-work .shuffle-imags .cards .cards_item .card,
    .feature-work .shuffle-imags .cards .cards_item .card img {
        width: 100%;

    }
}

@media ( max-width:576px) {
    .feature-work .shuffle-imags .cards .cards_item .card {
        margin-top: 20px;
    }
}



@media (min-width: 40rem) {
    .cards_item {
        width: 50%;

    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 33.3333%;

    }
}



.feature-work .card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 20px;

}

.card_content {
    padding: 1rem;
    background: seagreen;
    height: 40px;
}

.card_content:hover {

    background: white;

}

.feature-work h2 {
    color: white;
    font-size: 25px;
    margin-top: -32px;
    font-family: al-mateen;
}

.feature-work h2:hover {
    color: seagreen;
    transition: all 0.5s ease-in-out;
}

.card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}

.overview .line {
    width: 150px;
    background: white;
    height: 2px;
    margin: auto;
}

.feature-work .line span {
    display: block;
    width: 100px;
    height: 4px;
    background-color: yellow;
    margin: auto;
    position: relative;
    bottom: 3px;
}

.feature-work .shuffle-immags {
    margin-top: 25px;
    width: 100%;

}

@media ( max-width:576px) {
    .shuffle-immags .cards .cards_item .card {
        width: 100%;
        margin: auto;
        margin-bottom: 5px
    }
    .shuffle-immags .cards .cards_item .card img {
        width: 100%;
        margin: auto
    }
}


/* contact */

.head {
    background-color: #e3e3e3;
}

.head h2 {
    margin: auto;
    color: #005c48;
    text-decoration: none;
}

.head h2:hover {
    color: #1d3870;
    text-decoration: none;
}

.head ul li {
    font-size: 20px;
    line-height: 1.9;
    font-weight: bold;
    color: #1d3870
}

.head ul li:hover {
    color: #005c48;
}

.head .contact .sociallinks i {
    color: #005c48;
}

.head .contact .sociallinks i:hover {
    color: #006a53;
}
