/*
	Theme Name: ما هو اسم القالب؟
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
/* start part basic */
@import url(assets/css/helper\ v0.2.css);
@import url(assets/css/all.min.css);
@import url(assets/css/bootstrap.css);
@import url(assets/css/aos.css);
@import url(assets/css/slick-theme.css);
@import url(assets/css/slick.css);
@import url(assets/css/animate.min.css);
@import url(assets/css/splide.min.css);
@import url(assets/css/magnific-popup.css);

@font-face {
    font-family: arabic;
    src: url(assets/FONT/GE_SS_Two_Medium.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: var(--prime);
    text-decoration: none !important;
}

.zain-extralight {
    font-family: "Zain", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.zain-light {
    font-family: "Zain", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.zain-regular {
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zain-bold {
    font-family: "Zain", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zain-extrabold {
    font-family: "Zain", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.zain-black {
    font-family: "Zain", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.zain-light-italic {
    font-family: "Zain", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.zain-regular-italic {
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: italic;
}

body {
    font-family: "Zain", sans-serif;
    overflow-x: hidden !important;
    -webkit-box-sizing: 0;
    box-sizing: 0;
    padding: 0;
    margin: 0;

    direction: ltr;
}

:root {
    --title: rgb(172, 172, 172);
    --prime: rgba(22, 95, 130, 1);
    --second: rgb(14, 64, 87);
    --third: rgba(5, 224, 238, 1);
    --four: rgb(13, 141, 150);
    --sodark: #010d3f;
    --border: transparent;
    --bg: rgb(20, 20, 20);
    --text: white;
    --shadow: 0px 0px 5px 5px rgba(167, 167, 167, 0.267);
}

.backgroun {
    background-color: var(--bg);
    color: var(--text);
}


p::selection,
h1::selection,
h2::selection,
h4::selection,
h5::selection,
h6::selection {
    background-color: var(--prime);
    color: white;
}

p,
h1,
h2,
h4,
h5,
h6 {
    margin: 0px;
}
p{
	font-size:20px;
}
h1{
	font-size:45px;
}
h2{
	font-size:40px;
}
h3{
	font-size:35px;
}
h4{
	font-size:30px;
}
h5{
	font-size:25px:
}
h1,
h2,
h4,
h5,
h6 {
    font-weight: bolder;
}

p {
    font-weight: bold;
}

ul {
    list-style: none;
}

input:focus {
    outline: none;
}

.load {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load img {
    width: 20%;
    height: 20%;
}




.loaderlodging {
    height: 100vh;
    z-index: 10000;
    transition: .8s;

}

.loaderlodging__body {
    overflow: hidden;
}

.loaderlodging__body.afterloading {
    overflow: inherit;
}

.loaderlodging.remove {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: var(--prime);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loaderlodging img {
    width: 250px;
    height: 100px;
	object-fit:contain;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}



button:focus,
a:focus-visible {
    outline: none;
}

.bg {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg img {
    width: 100%;
    height: 100%;
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 70px 0px;
}

.title h2 {
    background: var(--prime);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 5px;
}

/* .title::before {
  content: url(assets/image/bg-title.svg);
  position: absolute;
  left: 46%;
  top: 25%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: 100%;
} */

.title2::before {
    display: none;
}

.btn-primary {
  background: linear-gradient(60deg, var(--prime), var(--third));
  transition: 1s all !important;
}

.btn-primary:hover {
  background: linear-gradient(120deg, var(--prime), var(--third));
  opacity: 0.8;
}

.bg-primary {
  background: linear-gradient(80deg, var(--prime), var(--third))
}

.btn-secondary {
  background-color: var(--third);
  transition: 1s;
}

.btn-secondary:hover {
  background-color: var(--third);
  opacity: 0.8;
}

.btn-outline-secondary {
  border: var(--third) solid 1px;
  color: var(--third);
  transition: 1s;
}

.btn-outline-secondary:hover {
  border: var(--third) solid 1px;
  background-color: var(--third);
  color: white;
}

.text-secondary {
  color: var(--third) !important;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-toggle i {
    margin-left: 10px;
}


.landing .dropdown-menu {
    min-width: 15rem;
    z-index: 100;
    padding: 0px;
}

.landing .dropdown-menu .dropdown-item {
    color: black !important;
    /* margin: 10px 0px; */
    padding: 10px;
    text-wrap: wrap;
}

.landing .slick-dots {
    display: none !important;
}


.landing .autoplay div>img {
    filter: brightness(0.7);
}
.slick-list{
	direction:rtl;
}
/* end basic */
/* start header  */
header {
    position: absolute;
    top: 0px;
    height: 100px;
    width: 100%;
    z-index: 100;
}
/* header .container-90{
	direction:rtl;
} */
header .head {
  background-color: #0000002e;
    padding: 15px 0px;
}

header .dropdown-item {
    text-align: center;
    border-radius: 3px;
    transition: 1s;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .dropdown-item>* {
    color: white !important;
    margin: 0px 5px;
}

header .dropdown-item:hover {
    padding: 15px;
    color: var(--prime) !important;
    background-color: white;
}

header .dropdown-item:hover>* {
    color: var(--prime) !important;
}

header .dropdown-menu {
    transform: translate3d(0px, 35px, 0px) !important;
    background-color: var(--prime);
    padding: 0px;
}


header ul .dropdown-toggle::after {
    display: none;
}

header ul .dropdown-toggle::before {
    content: "\f107";
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-40%);
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 800;
}

header .head .logo img {
    width: 200px;
    height: 100%;
    object-fit: contain;
}

header .head .col {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 5px;
}

/* header .head .phone {
  display: flex;
  align-items: center;
  justify-content: center;
} */
header .head .list-links {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto;
}

header .head .list-links>* {
    margin: 0px 20px;
}

header .head ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto 20px;
}

header .head li {
    margin: auto 15px !important;
    text-wrap: nowrap;
    position: relative;
}

header .head ul>li>a {
    transition: 1s;
    font-weight: bold;
    color: white !important;
}

header .head li:hover>a {
    color: var(--prime);
}

header .head li::after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: -10px;
    width: 0%;
    height: 2px;
    background-color: var(--prime);
    transition: 1s;
    z-index: 1;
}

header .head li:hover:after {
    width: 50%;
}

header .head li::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: -10px;
    width: 0%;
    height: 2px;
    background-color: var(--third);
    transition: 1s;
    z-index: 2;
}

header .head li:hover:before {
    width: 50%;
}

/* header .head .lang-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
} */



header .head .lang-btn .dropdown-toggle::after {
    display: none;
}

header .dropdown2 .dropdown-menu {
    background-color: var(--prime);
    margin: 10px 0px 0px -50px;
    min-width: 200px;
    border-radius: 15px;
    padding: 0px;
}

header .dropdown2 .dropdown-menu:hover a {
    color: white;
}

header .dropdown2 .dropdown-menu .dropdown-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

header .dropdown2 .dropdown-menu .dropdown-item:last-of-type {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

header .dropdown2 .dropdown-menu a:hover {
    color: var(--prime);
}

header .dropdown2 .dropdown-menu a {
    padding: 15px;
    color: white;
}

header .acoutn-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .acoutn-btn button img {
    margin-right: 10px;
}

header .acoutn-btn button .dropdown-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

header .acoutn-btn button i {
    margin-left: 8px;
}

header .buttons-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .buttons-header div {
    margin-right: 25px;
}

/* end header   */
/* ////////////////////////////////////////////// */
/* start landing  */
.landing {
    position: relative;
    height: 100vh;
}

.landing .bg::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(220deg, rgba(0, 18, 45, 1) 0% 50%, rgba(0, 0, 0, 0) 80% 100%);
    opacity: 0.8;
}

.landing .text-landing {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateX(50%);
    color: white;
    width: 35%;
    text-align: left;
    transform: translateY(-50%);
}
    .landing .text-landing p {
        font-size: 25px;
		margin-bottom:20px;
    }
/* end landing */
/* /////////////////////////////////////// */
/* start who-us  */
.who-us .col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.who-us .col button {
    font-size: 20px;
    padding: 10px 25px;
    margin-left: 105px;
}

.who-us .col h1 {
    color: var(--prime);
    font-weight: bold;
    position: relative;

}

.who-us h1 img {
    position: absolute;
    bottom: -5px;
    left: 0%;
    transform: translateX(50%);
    object-fit: contain;
    animation-name: move3;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes move3 {
    0% {
        bottom: 30px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 30px;
    }
}

.who-us .col .tab-pane>* {
    margin: 25px 0px;
}

.who-us .who-us-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.who-us .who-us-img img {
    width: 100%;
    height: 100%;
    height: 500px;
    object-fit: contain;
}

.who-us .col ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.who-us .col ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 48%;
    box-shadow: var(--shadow);
    padding: 15px;
    margin: 0% 1%;
    border-radius: 5px;
}

.who-us .col ul li img {
    margin-right: 3px;
}

.who-us .nav-tabs {
    width: 75% !important;
    border-bottom: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.who-us .col {}

.who-us .nav-tabs .col {
    margin: 20px 0.5%;
    padding: 0px;
    padding: 10px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.who-us .nav-tabs .col a {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 10px;
    border: solid 2px var(--prime);
    border-radius: 10px;
    color: var(--prime) !important;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    transition: 1s;
}

.who-us .nav-tabs .col .active {
    background-color: var(--prime);
    color: white !important;
}

.who-us .tab-content>.tab-pane {
    margin: 0px;
    padding: 0px;
}

/* end who-us  */
/* start serivecses  */
.services {
    position: relative;
}

.services .bg {
    height: 70%;
}

.services .text-service {
    color: white;
    text-align: center;
    margin-bottom: 40px;
}

.services .slide {
    color: var(--prime);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    background-color: white;
    margin: 0px 20px;
    border-radius: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: var(--shadow);
    padding: 0px 10px;
    position: relative;
    padding-top: 60px;
    z-index: 1;
}

.services .slide * {
    transition: 1s;
}

.services .slide:hover * {
    color: white;
}

.services .slide::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 0%;
    background-color: var(--prime);
    border-radius: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    transition: 1s;
    z-index: -1;
}

.services .slide:hover:after {
    height: 100%;
}

.services .slide img {
    position: absolute;
    top: -50px;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    object-fit: contain;
}

.services .slick-dots {
    display: none !important;
}

.services .slide:last-of-type {
    border-radius: 15px;
}

.services .slide * {
    margin: 10px 0px;
}

.services .slide i {
    color: var(--third);
}

.services .slide a {
    color: var(--prime);
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .slide a * {
    margin: 0px 5px;
}

.services .slick-slide {
    height: inherit !important;
}

.services .slick-track {
    padding: 50px 0px 10px;
    display: flex !important;
}

.services .slick-prev,
.services .slick-next {
    top: -30px;
    font-size: 25px;
    z-index: 100;
}

.services .slick-prev {
    left: -70px !important;
}

.services .slick-next {
    right: -15px !important;
}

[dir='rtl'] .slick-prev:before {
    content: url(assets/image/next-landing.svg);
}

[dir='rtl'] .slick-next:before {
    content: url(assets/image/prev-landing.svg);
}

/* end services */
/* ///////////////////////////////////////////// */
/* start why us  */
.why-us .col {
    margin: 20px 0.5%;
}


.why-us .col h1 {
    margin-bottom: 50px;
    color: var(--prime);
    position: relative;
    font-weight: bolder;
}

.why-us .col h1 img {
    position: absolute;
    left: 80px;
    bottom: -10px;
    width: 120px;
}

.why-us .col ul li {
    border-left: 3px solid var(--third);
    background-color: rgba(242, 242, 242, 1);
    margin: 5px 0px;
    padding: 10px;
    position: relative;
    z-index: 1;
    transition: 1s;
}

.why-us .col ul li:hover {
    color: white;
}

.why-us .col ul li::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: var(--third);
    z-index: -1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 1s;
}

.why-us .col ul li:hover:after {
    width: 100%;
}

.why-us .col>img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

/* end why us  */
/* //////////////////////////// */
/* start contact us  */
.contact-us {
    position: relative;

}

.contact-us .bg {
    height: 70%;
}

.contact-us .content-contact {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.contact-us .content-contact>img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-fit: contain;
}

.form-contet {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    margin: auto;
    border-radius: 1;
    padding: 30px 60px;
    box-shadow: var(--shadow);
    border-radius: 5px;
    background-color: white;
    position: absolute;
    top: 20%;
    right: 50%;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.form-contet h1 {
    color: var(--prime);
    margin-bottom: 20px;
}

.form-contet form {
    width: 100%;
}

.form-contet h1 {
    font-size: 40px;
    font-weight: bolder;
    position: relative;
    width: 100%;
}



.form-contet h1 img {
    position: absolute;
    bottom: -5px;
    left: 15%;
    transform: translateX(0%);
    object-fit: contain;
    animation-name: move2;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes move2 {
    0% {
        bottom: -15%;
    }

    50% {
        bottom: -25%;
    }

    100% {
        bottom: -15%;
    }
}

.form-contet .row>* {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-contet .row>div {
    display: flex;
    align-items: flex-start;
    margin: 10px 0px;
}

.form-contet .btns-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.form-contet .btns-form * {
    display: flex;
    align-items: center;
    color: black !important;
}

.form-contet .btns-form input {
    margin-right: 8px;
}

.form-contet .row div input,
.form-contet .row div textarea,
.form-contet .row div select {
    width: 100%;
    border: solid 1.5px rgba(133, 133, 133, 0.226);
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(217, 217, 217, 0.1);
}

.form-contet .row .btn {
    width: 100%;
    background-color: var(--prime);
}


/* end contact us  */
/* ///////////////////////////////////////////// */
/* start company  */

.company .splide__arrows {
    display: none;
}

.company .splide__track {
    padding: 25px;
}

.company .splide .splide__slide {
    background-color: var(--prime);
    box-shadow: var(--shadow);
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
    border-radius: 10px;
    width: 150px;
    padding: 15px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.company .splide .splide__slide::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0%;
    height: 0%;
    background-color: var(--third);
    border-radius: 10px;
    transition: 1s;
    z-index: -1;
}

.company .splide .splide__slide:hover:after {
    width: 100%;
    height: 100%;
}

.company .splide__pagination {
    position: relative;
    top: 20px;
}

.company .splide__pagination button {
    transition: 0.7s;
    margin: 0px 5px;
}

.company .splide__pagination .is-active {
    background-color: var(--prime);
    width: 30px;
    height: 7.5px;
    border-radius: 5px;
}

.company .splide .splide__slide img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.company .title {
    position: relative;
}

.company .title * {
    font-weight: bolder !important;
    color: var(--prime);
}

.company .title img {
    position: absolute;
    left: 50%;
    top: 70%;
    width: 130px;
    transform: translate(-50%, 50%);
    animation-name: move3;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes move3 {
    0% {
        top: 70%;
    }

    50% {
        top: 85%;
    }

    100% {
        top: 70%;
    }
}

/* end company  */

/* start pages seo  */
/* start courses  */
.courses .card {
    padding: 0px;
    border-radius: 20px;
    margin: 20px 0.5%;
}

.courses .card {}

.courses .card .card-img-top {
    padding: 0px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.courses .card .card-img-top img {
    width: 100%;
    height: 300px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: 1s;
    object-fit: cover;
    object-position: top;
}

.courses .card:hover .card-img-top img {
    scale: 1.1;
    filter: brightness(0.7);
}

.courses .card {
    background-color: var(--prime);
}

.courses .card h5 {
    color: white;
    height: 52px;
    overflow-y: hidden;
}

.courses .card a {
    width: 100%;
    border-radius: 10px;
    padding: 5px;
    font-weight: bold;
    margin-top: 25px;
}

.button-card {
    position: relative;
    padding: 10px;
}

.button-card i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 50%;
    color: var(--four);
    padding: 10px;
}

/* end courses  */
/* /////////////////////////////////////////////////////////// */
/* start courses 2 */
.courses-2 {
    position: relative;
}

.courses-2 .col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: var(--shadow);
    margin: 20px 0.5%;
    border-radius: 15px;
    padding: 40px 20px;
    background-color: white;
    overflow: hidden;
}

.courses-2 .col::after {
    content: "1";
    position: absolute;
    right: 40px;
    bottom: -30px;
    font-size: 70px;
    font-weight: 900;
    color: var(--prime);
    opacity: 0.1;
}

.courses-2 .col:nth-of-type(2)::after {
    content: "2";
}

.courses-2 .col:nth-of-type(3)::after {
    content: "3";
}

.courses-2 .col:nth-of-type(4)::after {
    content: "4";
}

.courses-2 .col img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-right: 20px;
}

/* end courses 2 */
/* /////////////////////////////////////////////////////////// */
/* start package  */
.package .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.package .content-pack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 90%;
}

.package .left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.package .pack {
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 10px 15px 0px;
    margin: 20px 0.5%;
    transition: 1s;
    cursor: pointer;
    height: 95%;
}

.package .pack:hover {
    box-shadow: 0px 0px 5px 5px var(--prime);
}

.package .pack div>* {
    margin: 15px 0px;
}

.package .pack .title-pack {
    color: var(--prime);
    font-weight: bolder;

}

.package .pack .title-pack h3 {
    font-size: 20px;
    height: 55px;
    overflow: hidden;
}

.package .pack .con-pack {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px gray;
}

.package .pack .con-pack>* {
    margin-bottom: 25px;
}

.package .pack .con-pack i {
    color: var(--prime);
    margin-right: 15px;
}

.package .pack .con-pack p {
    font-weight: bolder;
}

.package .pack a {
    width: 100%;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px;
}

/* end package  */
/* /////////////////////////////////////////////////////////// */
/* start contact-us  */
.contact-us-2 {
    position: relative;
}

.contact-us-2 .bg-contact-us2 {
    position: absolute;
    right: 55%;
    top: 5%;
    transform: translate(50%, -20%);
    z-index: 1;
}

.contact-us-2 form {
    padding: 40px 0px;
}

.contact-us-2 .form2 {
    box-shadow: none;
}

.contact-us-2 form div label {
    font-weight: bolder;
    margin-bottom: 15px;
    margin-left: 10px;
}

.contact-us-2 form div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
}

.contact-us-2 form .title-contact {
    justify-content: flex-end;
}

.contact-us-2 form .title-contact h3 {
    color: var(--four);
    padding-bottom: 15px;
    border-bottom: 3px var(--third) solid;
}

.contact-us-2 form div input,
.contact-us-2 form div textarea {
    width: 100%;
    border: none;
    background-color: rgba(213, 215, 215, 0.25);
    border-radius: 10px;
    padding: 10px;
}

.contact-us-2 form div p {
    width: 100%;

}

.contact-us-2 form .btn-secondary {
    background-color: var(--prime);
    color: white;

}

.contact-us-2 .info-contact {
    position: relative;
    width: 70%;
}

.contact-us-2 .info-contact .info-text {
    position: absolute;
    right: 50%;
    top: 10%;
    transform: translatex(50%);
    width: 70%;
    height: 90%;
    color: white;
    padding: 25px;
}

.contact-us-2 .info-contact .info-text>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0px;
}

.contact-us-2 .info-contact .info-text>div h5 {
    margin-bottom: 15px;
}

.contact-us-2 .info-contact .info-text>div i {
    font-size: 25px;
    margin-right: 15px;
    color: var(--four);
}

.contact-us-2 .info-contact .bg-contact {
    position: absolute;
    right: 50%;
    top: 5%;
    transform: translatex(50%);
    width: 80%;
    height: 95%;
    z-index: -1;
}

.contact-us-2 .info-contact .bg-contact img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-us-2 .location iframe {
    width: 100%;
    margin: 30px 0px;
    border-radius: 15px;
}
.contact-us-2 .en-rev{
	flex-direction:row-reverse !important:
}


/* end contact us  */
/* start page add  */

/* start about  us  */
.bg {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.bg img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.message {
    height: 30vh;
    position: relative;
}

.message .container-90 {
    height: 100%;
}

.message .text-message {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.message .text-message h1 {
    margin-bottom: 25px;
}

.message2 {
    height: 35vh;
    padding: 30px;
}

.message2 .text-message {
    background-color: rgba(255, 255, 255, 0.233);
    color: white;
    text-align: left !important;
    align-items: flex-start;
    padding: 20px;
    border-radius: 25px;
}

.message2 .text-message h1 {
    color: white !important;
}

.message2 .text-message p {
    font-weight: normal;
    font-size: 20px;
}

.request-content {
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.request-content img {
    width: 200px;
    height: 200px;
}

.request-content>* {
    margin: 10px 0px;

}


/* start .pagination */

.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}

.pagination span,
.pagination a {
    margin: 0px 5px;
    box-shadow: 0px 0px 5px 5px rgba(241, 241, 241, 0.74);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 1s;
    color: black;
    transition: 0.5s;
}

.pagination .active {
    background-color: var(--prime);
    color: white;
}

.pagination span:hover,
.pagination a:hover {
    background-color: var(--prime);
}

.pagination span:hover,
.pagination a:hover {
    color: white;
}

.pagination ul .arrow-page:hover a {
    background-color: var(--third);
    color: white;
}

.wpcf7-response-output {
    width: 100%;
}

.project-content>div div {
    margin: 20px 0px;
    width: 100%;
}

.project-content>div h5 {
    background: var(--prime);
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.project-info .col img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.modal-open .modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal.show .modal-dialog {
    width: 75%;
}

.about-us .col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.about-us .col img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.about-us .col>* {
    margin-bottom: 15px;
    line-height: 27px;
}

.about-us .col:last-of-type {
    align-items: center;
}

.about-us .col a img {
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.about-us .special {
    margin: 30px 0px;
}

.about-us .special .row {
    margin: 20px 0px;
}

.about-us .special .col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    margin: 20px 0.5%;
    padding: 20px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.8s;
    position: relative;
    bottom: 0px;
    cursor: pointer;
    color: var(--prime);
}

.about-us .special .col:hover {
    position: relative;
    bottom: 20px;
    background-color: var(--prime);
    color: white;
}

.about-us .special .col img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

/* ////////////////////////////////////////////////// */
/* start why seo  */
.why-seo .col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: var(--shadow);
    margin: 20px 0.5%;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 1s;
    z-index: 1;
}

.why-seo .col h5 {
    margin-bottom: 15px;
    color: var(--prime);
}

.why-seo .col img {
    margin-right: 25px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.why-seo .col::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(126, 50, 226, 0.356);
    transition: 1s;
    border-radius: 10px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: -1;
}

.why-seo .col>*,
.why-seo .col h5 {
    transition: 1s;
}

.why-seo .col:hover>*,
.why-seo .col:hover h5 {
    color: white;
}

.why-seo .col:hover::after {
    width: 100%;
    border-radius: 10px;
}

/* end why seo  */
/* ///////////////////////////////////////// */
/* start projects  */
.project .nav-tabs {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project .nav-tabs li {
    width: 139px;
    height: 50px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.project .nav-tabs li a {

    margin: 0px 5px;
    border: solid 1px rgb(172, 171, 171);
    padding: 8px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: var(--prime) !important;
    width: 150px;
    height: 100%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: 1s;
}

.project .nav-tabs li .active {
    background-color: var(--prime);
    color: white !important;
    border: none;
}

.project .row {
    margin: 70px 0px;
}

.project .col {
    position: relative;
    margin: 20px 0.5%;
    padding: 0px;

}

.project .col .bg-card>img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.project .col .float {
    position: absolute;
    right: 10%;
    bottom: 10px;
    width: 80%;
    background-color: rgba(63, 62, 62, 0.541);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: 10px;
    padding: 15px;
    border-radius: 10px;
}

.project .col .float img {
    width: 30px;
}

.project .col div {
    transition: 1s;
    padding: 0px;
}

.project .col:hover>div {
    cursor: pointer;
    transform: rotate(2deg);
    filter: brightness(0.7);
}

/* end projects  */
/* ////////////////////////////////// */
/* start why us  */
/* .why-us .col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.why-us .col:first-of-type {
    align-items: center;
}

.why-us .col:first-of-type img {
    width: 350px;
    height: 350px;
    object-fit: contain;
}

.why-us .col div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: var(--shadow);
    width: 100%;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 10px;
    color: var(--prime);
    transition: 1s;
}

.why-us .col .float {
    position: absolute;
    top: 55%;
    left: 55%;
}

.why-us .col .float img {
    width: 160px;
    height: 160px;
}

.why-us .col .float img {
    animation-name: spiner;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spiner {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);

    }

    100% {
        transform: rotate(360deg);
    }
}

.why-us .col div:hover {
    padding: 30px;
    cursor: pointer;
    background-color: rgba(126, 50, 226, 0.356);
    color: white;
}

.why-us .col div img {
    margin-left: 20px;
    width: 60px;
    width: 60px;
}
 */
/* end why us  */
/* ///////////////////////////////////////////// */
/* start service */
.service .col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: var(--shadow);
    margin: 30px 0.5%;
    border-radius: 20px;
    padding: 40px 20px 10px;
    overflow: hidden;
    border-bottom: solid 5px var(--prime);
    z-index: 1;
    transition: 1s;
    cursor: pointer;
    bottom: 0px;
}

.service .col::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 100%;
    height: 0%;
    background: var(--prime);
    /*     opacity: 0.5; */
    border-radius: 20px;
    transition: 1s;
    z-index: -1;
}

.service .col * {
    transition: 1s;
}

.service .col:hover {
    position: relative;
    bottom: 20px;
}

.service .col:hover * {
    color: white !important;
}

.service .col i {
    margin-left: 5px;
	transform:rotatey(180deg);
}

.service .col:hover:after {
    height: calc(100% + 5px);
}

.service .col>* {
    margin-bottom: 25px;
    text-align: center;
}

.service .col h5 {
    color: var(--prime);
}

.service .col img {
    width: 100px;
    height: 100px;
}

/* end service */
/* /////////////////////////////////// */
/* start package  */
.package .col {
    margin: 20px 0.5%;
}

.package .col .footer-pack,
.package .head-pack {
    background-color: var(--prime);
}

.package .col:nth-of-type(2) .footer-pack,
.package .col:nth-of-type(2) .head-pack {
    background-color: var(--third);
}

.package .col:nth-of-type(3) .footer-pack,
.package .col:nth-of-type(3) .head-pack {
    background: linear-gradient(270deg, var(--liner));
}

.package .head-pack {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 18px;
    font-weight: bolder;
    color: white;
}

.package .body-pack li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;
    padding: 15px;
    border-radius: 10px;
}

.package .footer-pack {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    text-wrap: nowrap;
    border-radius: 5px;
    color: white;
}

.package .footer-pack a {
    width: 100%;
    margin-left: 10px;
    border-radius: 5px;

}

.package .body-pack li:nth-child(even) {
    background-color: rgba(187, 186, 186, 0.151);
}

.package .body-pack li i {
    margin-right: 10px;
    background: linear-gradient(30deg, var(--liner));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* end package  */
/* //////////////////////////////////// */
/* start check  */
.check .check-content ul {
    margin-bottom: 35px;
}

.check .check-content ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin: 15px 0px;
}

.check .check-content ul li p {
    margin-left: 10px;
}

.check .check-content select,
.check .check-content textarea {
    background-color: rgba(228, 228, 228, 0.452);
    border-radius: 5px;
    border: none;
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
    padding: 10px;
}

.check .check-content h5 {
    margin-bottom: 10px;
}

.form-content .col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin: 15px 0px;
}

.form-content .col label {
    font-weight: bolder;
}

.form-content .col input {
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: rgba(228, 228, 228, 0.452);
    padding: 15px;
}

/* end check  */
/* start services 2 */
.service-2 .col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}

.service-2 .col>* {
    margin: 15px 0px;
}

.service-2 .col>h5 {
    color: var(--prime);
}

.service-2 .col i {
    margin-left: 5px;
}

.service-2 .col img {
    width: 100%;
    height: 150px;
    transition: 1s;
    object-fit: contain;
}

.service-2 .col:hover img {
    scale: 1.2;
}

/* end services 2 */
/* //////////////////////////////////////////////////////// */
/* start help  */
.help .blus-open-info {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--third);
    border: none;
}

.help .scrol::-webkit-scrollbar {
    display: none;
}

.help .blus-open-info span {
    font-weight: bolder;
    font-size: 20px;
    position: absolute;
    right: 45%;
    top: 5%;
    transform: rotate(90deg) !important;
    transition: 0.5s;
}

.help .blus-open-info .rotate {
    top: 0px;
    right: 40%;
    transform: rotate(0deg) !important;
}

.help .blus-open-info:hover .rotate {
    transform: rotate(90deg);
}

.help .col {
    box-shadow: 0px 0px 5px 5px rgba(51, 51, 51, 0.178);
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    margin: 10px 0.5%;
    height: 100%;
}

.help .collapse {
    border-top: 1px solid rgba(100, 100, 100, 0.555);
    padding-top: 20px;
    margin-top: 20px;
}

/* end help  */
/* /////////////////////////////////////////////// */
/* start clients  */
.clients {
    position: relative;
    background-color: rgba(250, 250, 250, 1);
}

.clients .coment {
    background-color: white;
    padding: 15px;
    border-radius: 20px;
    margin: 0px 20px;
    box-shadow: var(--shadow);
}

.clients .slick-track {
    padding: 15px 0px;
}

.clients .coment>* {
    margin: 15px 0px;
}

.clients .coment .person-client {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients .coment p {
    font-weight: bold;
}

.clients .coment .person-client>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients .coment .person-client>div h6 {
    color: var(--third);
}

.clients .coment .person-client>div img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.clients .coment .person-client ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.clients .coment .person-client ul li {
    color: rgb(255, 197, 6);
    margin: 3px;
    font-size: 25px;
}

.clients .slick-dots {
    display: none !important;
}

.clients .slick-prev,
.slick-next {
    top: 105%;
}

.clients .slick-next {
    left: 55%;
}

.clients .slick-prev {
    /* left: 45% !important; */
    left: 40% !important;
}

.clients .bg-title-client {
    position: relative;
    margin-bottom: 30px;
}

.clients .bg-title-client h3 {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    color: white;
    font-weight: bold;
}

.clients .slick-arrow {
    display: none !important;
}

/* 
.slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 30px;
    background-color: var(--third);
    border-radius: 50%;
    padding: 10px;
    transition: 1s;
    opacity: 0.5;
}

.slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 30px;
    opacity: 0.5;
    background-color: var(--third);
    border-radius: 50%;
    padding: 10px;
    transition: 1s;
}

.slick-next:hover:before,
.slick-prev:hover:before {
    background-color: var(--third);
} */

/* end clients  */
/* ////////////////////////////// */
/* start articales  */
.articales .card {
    margin: 20px 0.5%;
    border-radius: 15px;
    background-color: white;
    border: none;
    box-shadow: var(--shadow);
    position: relative;
    bottom: 0px;
    transition: 1s;
    padding: 10px;
}

.articales .card:hover {
    position: relative;
    bottom: 15px;
    cursor: pointer;
}

.articales .card .card-img-top {
    padding: 15px;
    overflow: hidden;
}

.articales .card .card-img-top img {
    width: 100%;
    height: 300px;
}

.articales .card .card-body {
    padding: 20px 15px;
    position: relative;
}

.articales .card .card-body img {
    position: absolute;
    top: -70px;
    left: 30px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.articales .card .card-body>* {
    margin: 13px 0px;
}

.articales .card .card-body p {
    font-size: 15px;
    font-weight: 700;
    color: var(--prime);
}

.articales .card .card-body h5 {
    color: var(--prime);
}

.articales .card .card-body p:first-of-type {
    color: rgb(131, 130, 130);
    font-weight: 600;
}

.artical .box-artical {
    width: 99%;
    margin: auto;
    background-image: linear-gradient(-145deg, rgb(1 79 163 / 91%), rgb(76 42 119));
    padding: 15px;
    border-radius: 10px;
}

.artical .box-artical .col>* {
    margin: 7px 0px;
    color: white;
}

.artical .col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.artical .col img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin: auto;
}

.artical .col ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.artical .col ul li {
    margin: 5px;
    background-color: #00A7DC;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10px;
}

.artical .col ul li i {
    font-size: 14px;
}

/* end articales  */
.article .image-article i {
    color: var(--prime);
}

.article .image-article .content-image-article {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.article .image-article .content-image-article div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.article .image-article .content-image-article div i {
    margin-right: 10px;
}

.article .content-article>* {
    margin: 30px 0px;
}

.article .content-article div:last-of-type {
    margin-bottom: 0px;
}

.article .titles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--prime);
}

.article .titles ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.article .titles ul li {
    margin: 10px 5px;
    font-size: 13px;
    font-weight: bold;
    background-color: rgb(228, 228, 228);
    padding: 5px 20px;
    border-radius: 10px;
    transition: 1s;
    cursor: pointer;
}

.article .titles ul li:hover {
    background-color: var(--third);
    color: white;
}

.article .content-image-article div {
    margin-bottom: 10px;
}

.list-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
}

.list-new ul {
    width: 100%;
}

.list-new .title-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--prime);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
}

.list-new li {
    box-shadow: 0px 0px 5px 5px rgba(59, 59, 59, 0.363);
    background-color: white;
    border-radius: 10px;
    transition: 1s;
}

.list-new li:hover {
    background-color: var(--prime);
}

.list-new li a {
    transition: 1s;
}

.list-new li:hover a {
    color: white !important;
}

.list-new li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px;
    padding: 10px 5px;
    color: black !important;
    border-radius: 10px;
}

.list-new li img {
    width: 55px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: cover;
}

.list-new li p {
    font-size: 11px;
    font-weight: bold;
}

.news .card {
    margin: 20px 0.5%;
    border-radius: 5px;
    box-shadow: var(--shadow);
    border: none;
    padding: 15px;
    padding-bottom: 0px;
    border-radius: 10px;
    transition: 1s;
    overflow: hidden;
}

.news .card:hover {
    transform: scale(1.04);
    cursor: pointer;
}

.news .card .card-img-top {}

.news .card .card-img-top img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
}

.news .card .card-body {
    padding: 15px;
    width: 100%;
}

.news .card ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

.news .card ul li {
    font-size: 14px;
}

.news .card ul li i {
    margin-right: 5px;
    color: var(--third);
}

.news .card .card-body h5 {
    font-size: 14px;
}

.news .card .card-body>* {
    margin-bottom: 15px;
}

.news .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 0.25;
    border: solid 2px var(--prime);
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news .slick-dots .slick-active button:before {
    background-color: var(--prime);
    opacity: 0.9;
    scale: 1.2;
}

.list-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
}

/* new articale edit  */
.list-new .box-list {
    width: 100%;
    margin-bottom: 20px;
}

.list-new .social-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
}

.list-new .social-list li {
    margin: 0px 0px;
    box-shadow: none;
    background-color: transparent;
}

.list-new .social-list li::after {
    display: none;
}

.list-new .social-list i {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.list-new .box-list .list-ser li {
    box-shadow: 0px 0px 5px 5px rgba(187, 187, 187, 0.199);
    border-radius: 5px;
    padding: 15px;
}


.list-new .box-list .list-ser li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0px;

}

.fac {
    background-color: #1877f2;
}

.ins {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.you {
    background-color: red;
}

.tw {
    background-color: black;
}





.list-new .title-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--prime);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
}

.list-new li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: var(--shadow);
    margin: 20px 0px;
    padding: 10px 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: 1s;
    z-index: 1;
}

.list-new li a {
    color: black !important;
    transition: 1s;

}

.list-new li:hover a {
    color: white !important;
}

.list-new li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: var(--prime);
    border-radius: 5px;
    transition: 1s;
    z-index: -1;
}

.list-new li:hover::after {
    width: 100%;
}

.list-new li img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: cover;
    filter: brightness(0.7);
}

.list-new li p {
    font-size: 11px;
    font-weight: bold;
}

/* start landing 2  */
.landing-2 {
    height: 60vh;
    background-color: var(--prime);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: relative;
    bottom: 30px;
    text-align: center;
}

.landing-2 h1 {
    color: white;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 900;
}

.landing-2 h6 a,
.landing-2 h6 i {
    color: white !important;
}

/* /////////////////////////////////////////////////////////// */


/* start footer */
footer {
    position: relative;
    margin-top: 50px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top: solid var(--prime) 3px;

}

footer::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80%;
    z-index: -5;
    background-color: white;
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
}

.footer-2::after {
    height: 100%;
}

footer .container-90 {
    border-radius: 20px;
}

footer .container-90 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

footer .col {
    margin: 20px 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: black;
}

footer .col h2 {
    margin-bottom: 30px;
    font-size: 25px;
}

footer .col ul {
    padding: 0;
    margin-left: 10px;
}

footer .fast-link li {
    list-style-type: disc;
}

footer .col li {
    margin-bottom: 20px;
    text-align: left;
    color: black;
}

footer .col li a {
    color: black !important;
}

footer .logo {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

footer .logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

footer .logo div {
    margin: 0px 10px;
}

footer .logo ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}

footer .logo ul li {
    margin: 0px 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .logo ul li i {
    font-size: 25px;
    color: black;
}

footer .col a {
    color: var(--prime);
}

footer .search {
    margin-top: 20px;
}

footer .search-content {
    position: relative;
    width: 100%;
}

footer .search input {
    width: 100%;
    border-radius: 30px;
    margin-top: 20px;
    padding: 15px;
    border: none;
    font-size: 15px;
    padding-left: 20px;
    box-shadow: 0px 0px 5px 5px rgba(92, 92, 92, 0.199);
}

footer .search button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-25%);
}

footer .footer-new ul {
    margin: 0px;
}

footer .footer-new ul li {
    margin: 20px 0px;
    padding: 0px;
    color: black;
}

footer .footer-new ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    color: black;
}

footer .footer-new ul li img {
    width: 75px;
    height: 70px;
    padding-right: 5px;
}

footer .footer-new ul li a span {
    margin-right: 0px;
}

footer .footer-new ul li a span p {
    font-size: 15px;
    margin-top: 5px;
}

footer .end-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    color: black;
    margin-top: 0px;
    border-top: solid 1px white;
    position: relative;
    text-align: center;
}

footer .end-footer::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--prime);
}

footer .elnoor {
    width: 100px;
    height: 30px;
}

footer .col .row {
    margin-top: 30px;
}

footer .col .row {
    width: 50%;
}

footer .col .col {
    padding: 0px;
    margin: 2px 0.5%;
    padding: 5px;
}

footer .col .col img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.end-footer a {
    display: flex !important;
    align-items: center;
    width: 250px;
    color: black !important;
}

.end-footer p {
    color: black;
}

.end {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 60;
    background-color: var(--third);
    border-radius: 10px;
    height: 40px;
    width: 40px;
}

/* end footer  */

/*--------- Responsive ----- */
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
  }
    header .head-phone {
        display: none !important;
    }

    /* start project  */
    .project2 .buttons-project {
        width: 60%;
    }

    .phone {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .loaderlodging img {
        width: 180px;
        height: 100px;
    }

    /* start header  */
    .bars {
        font-size: 25px;
        color: var(--prime);
    }

    header .phone {
        display: none;
        position: absolute !important;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100vh;
        align-items: flex-start !important;
        overflow-x: hidden;
    }

    header .head .col {
        align-items: flex-start !important;
    }

    header .container-90>.row {
        margin-top: 10px;
    }

    header .head .list-links {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start !important;
    }

    header .head .list-links>* {
        margin: 20px 20px;
    }

    header .acoutn-btn button {
        color: white;
    }


    header .phone-slide {
        position: absolute;
        right: -100%;
        top: 0px;
        height: 100vh;
        width: 50%;
        margin: 0px;
        background-color: var(--sodark);
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
        transition: 1s;
        z-index: 100;
    }

    header .head-phone {
        margin: 30px 0px;
    }

    header .head-phone .closes i {
        color: white;
        font-size: 35px;
    }

    header .phone-slide ul {
        flex-direction: column;
        align-items: flex-start;
        margin: 0px;
        padding: 0px;
        width: 100% !important;
    }

    header .phone-slide ul li {
        margin: 15px 0px !important;
        padding: 0px;
        width: 95%;
    }

    header .phone-slide ul li a {
        color: white !important;
    }

    header .head .logo {
        justify-content: flex-start !important;
    }

    header .head .col-bars {
        display: flex !important;
        justify-content: flex-end !important;
    }

    /* start landing  */
    .landing .bg img {
        object-fit: cover;
        border-bottom-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }

    .landing .text-landing {
        width: 95%;
    }

    .landing .text-landing h4 {
        font-size: 15px;
    }

    .landing .text-landing h1 {
        font-size: 50px;
    }

    .who-us h1 img {
        width: 130px;
        bottom: 0px;
    }

    .landing .text-landing p {
        font-size: 25px;
        line-height: 1.5rem;
    }

    /* start landing  */
    [dir='rtl'] .slick-prev:before {
        display: none;
    }

    [dir='rtl'] .slick-next:before {
        display: none;
    }

    .w-md-100 {
        width: 100%;
    }

    .contact-us {
        height: 75vh;
    }

    .contact-us .edit-img>img {
        width: 100%;
        height: 600px;
    }

    .contact-us .form-contet {
        width: 75%;
        right: 30%;
    }

    /* 	new pages seo  */
    .list-new li {
        padding: 10 5px !important;
    }

    .list-new li a i {
        width: 35px !important;
        height: 35px !important;
        font-size: 15px !important;
    }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }

  header .phone-slide {
    width: 100%;
  }

  header .dropdown2 .dropdown-menu {
    margin: 10px 0px 0px 0px;
    min-width: 100%;
  }

  header .buttons-header div {
    margin-right: 15px;
  }

  /* header .head .col-bars{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  } */
  header .head .logo img {
    width: 150px;
    height: 100%;
  }




  .landing .bg img {
    object-fit: cover;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .landing .text-landing {
    width: 95%;
    left: 2.5%;
    text-align: center;
  }
	.landing .text-landing > * {
		margin-bottom:20px;
	}
  .landing .text-landing h4 {
    font-size: 15px;
  }

  .landing .text-landing h1 {
    font-size: 30px;
  }

  .who-us h1 img {
    width: 80px;
    bottom: 0px;
  }



  /* start who us  */

  .who-us .col h1 {
    font-size: 30px;
	  line-height:40px;
  }

  .who-us .nav-tabs {
    width: 100% !important;
    margin: auto;
  }

  .who-us .nav-tabs .col {
    padding: 5px;
  }

  .who-us .col .tab-pane ul {
    display: flex;
    flex-direction: column;
  }

  .who-us .col .tab-pane ul li {
    margin: 10px 0%;
    width: 100%;
  }

  .who-us .who-us-img img {
    height: 350px;
  }



.who-us h1 img {
    left: 10%;
	width:120px;
}

@keyframes move3 {
    0% {
        bottom: -10px;
    }

    50% {
        bottom: -20px;
    }

    100% {
        bottom: -10px;
    }
}


  /* start footer */
  footer .col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  footer .col:last-of-type li i {
    margin: 25px 10px;
    font-size: 25px;
  }


  [dir='rtl'] .slick-prev {
    left: auto;
  }

  [dir='rtl'] .slick-prev:before {
    content: url(assets/image/arrow-right-sm.svg);
  }

  [dir='rtl'] .slick-next:before {
    content: url(assets/image/arrow-left-sm.svg);
  }
	.services .slick-arrow{
		display:none !important;
	}
  .contact-us {
    height: 100%;
  }
	.contact-us .edit-img>img{
		display:none;
	}
	.contact-us .form-contet{
		position:relative
	}
  .contact-us .content-contact>img {
    display: none;
  }

  .contact-us .form-contet {
    right: 0%;
    top: 0%;
    width: 100%;
	  padding:20px;
  }
/* 	new pages seo  */
	  /* start about us  */
  .about-us .col a img {
    width: 100%;
    height: 100%;
  }
.about-us img{
	width:100%;
}
  /* start why seo  */
  .why-seo .col {
    flex-direction: column;
  }

  .why-seo .col img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  /* start why us  */

/* .why-us .col h1 img {
  position: absolute;
  right: 80px;
  bottom: -10px;
  width: 120px;
} */
  /* start clients  */
  .stars i {
    font-size: 10px;
  }

  .articales .card .card-img-top img {
    height: 225px;
  }
	  .contact-us-2 .info-contact {
    height: 55vh;
  }
  .contact-us-2 {
    padding: 0px;
  }
  .contact-us-2 .info-contact .info-text {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-us-2 .info-contact .info-text>div {
    margin: 10px 0px !important;
  }

  .contact-us-2 form div {
    width: 95%;
  }

  .contact-us-2 .info-contact .info-text > div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 15px 0px !important;
  }

  .contact-us-2 .info-contact {
    height: 100vh;
  }

  .contact-us-2 .info-contact .info-text {
    padding: 10px;
  }

  .contact-us-2 form {
    margin-top: 0px;
  }

  .service-2 .col {
    margin: 30px 0.5%;
  }

  .message {
    height: 110%;
  }

  .message2 {
    height: 100%;
  }

  .bg img {
    object-fit: cover;
  }
.article .image-article img {
	height:200px;
	}
	.artical .box-artical{
		width:99%;
	}
	.about-us .col img {
		height: 250px;
	}
	.modal.show .modal-dialog{
	width:100%;
	}
    .row-cols-sm-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-sm-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-sm-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-sm-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-sm-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
	.about-us .col img {
    height: 250px;
	}
	.modal.show .modal-dialog{
	width:100%;
	}
	.wp-100{
		width:100% !important;
	}
}

@media (max-width: 500px) {}

@media (max-width: 375px) {}

/* start basic js  */
.left-0 {
  right: 0% !important;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

.noen {
  display: none !important;
}

.header-fixed {
  position: fixed !important;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100px;
  transition: 1s;
  z-index: 50;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  background-color: var(--sodark) !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header-fixed .list-links ul li a,
.header-fixed .dropdown .dropdown-toggle {
  color: white !important;
}

@keyframes down {
  from {
    position: fixed;
    top: -100%;
  }

  to {
    position: fixed;
    top: 0%;
  }
}




.auto-hover {

  animation-name: hover;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes hover {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* toggle button  */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--prime);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  right: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--third);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--third);
}

input:checked + .slider:before {
  -webkit-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  transform: translateX(-45px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
  max-width: 99%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 32%;
  flex: 0 0 32.333333%;
  max-width: 32.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 15.666667%;
  flex: 0 0 15.666667%;
  max-width: 15.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
