/*

main colors : 

black : #1B1B2F
pink : #E43F5A 
blue : #1F4068
dark navy : #162447

*/

@font-face {
    font-family: plex;
    src: url('fonts/plex/IBMPlexSansArabic-Regular.ttf');
}

@font-face {
    font-family: ika;
    src: url('fonts/ika/ItcavantgardestdBk.otf');
}

@font-face {
    font-family: Cairo;
    src: url('fonts/cairo/Cairo-Regular.ttf');
}

@font-face {
    font-family: Tajawal;
    src: url('fonts/taj/Tajawal-Regular.ttf');
}

@font-face {
    font-family: Poppins;
    src: url('fonts/pop/Poppins-Regular.ttf');
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "plex", sans-serif, Arial, Helvetica;
    background-color: #fff;
    overflow: hidden;
}

.navbar {
    padding: 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999999999999999;
}

.uppernav {
    width: 100%;
    display: none;
    justify-content: space-between;
    background-color: #030303ba;
    height: 29px;
}

.uphh {
    padding-left: 3%;
}

.uppernav a {
    color: white;
    font-size: 13px;
    padding-top: 5px;
    margin-right: 6%;
}

.uppernav i {
    margin-right: 8px;
}

#inlang {
    text-align: end;
    padding-right: 1%;
}

a {
    color: #303030;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
}

.uphh2 {
    justify-content: end;
}

.bottomnavbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff5c;
}

.logo {
    margin-left: 3%;
}

.logo img {
    height: auto;
    width: 65px;
}

.bottomline {
    width: 100%;
    padding: 30px;
    padding-left: 6%;
    padding-right: 6%;
    height: 101px;
    padding-top: 15px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba( 0, 0, 0, 0.4);
    ;
    z-index: 3;
}

.mainmenu {
    position: relative;
    top: 30px;
    padding-right: 3%;
}

.mainmenu ul {
    margin: 0px;
}

.mainmenu li {
    display: inline;
    margin-left: 20px;
    padding-bottom: 27px;
    transition: 0.5s;
    padding-left: 5px;
    padding-right: 5px;
}

.mainmenu a:hover {
    font-size: 17px;
}

.mainmenu li a {
    color: #e0e0e0;
    font-weight: bolder;
}

.slider {
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.carousel-indicators {}

.slider .carousel-caption {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-66%, -50%);
    width: 100%;
}

.newrow {
    direction: rtl;
    margin-top: 100px;
    margin-bottom: 10px;
    border-bottom: 5px solid #b31d36;
    background-color: #f4f4f4;
}

.bigtitlenews {
    font-size: 45px;
    text-align: right;
    font-weight: bolder;
    margin-top: 35px;
    margin-right: 50px;
}

.forr {
    padding: 3%;
    color: #434343;
    background-color: #f4f4f4;
}

.nonthat {
    text-align: center;
    color: #434343;
    font-size: 30px;
    font-weight: bold;
}

.newrow img {
    height: 325px;
    width: auto;
    margin-left: 50px;
}

.subtit {
    text-align: end;
    font-size: 17px;
    margin-right: 30px;
    font-weight: bold;
    color: #5f5f5f;
}

.subtit span {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.subtit p {
    color: #303030;
    display: inline;
    text-decoration: underline;
}

.thri {
    margin-bottom: 50px;
}

.indate {
    text-align: right;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: baseline;
}

.newsbody .carousel-item {
    width: 100%;
    height: 411px;
    overflow: hidden;
}

.newstext p {
    text-align: right;
    padding: 30px;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    color: #454545;
}

.showrelated {
    padding: 85px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    max-height: 150vh;
    overflow-y: auto;
}

.showrelated h3 {
    font-size: 18px;
    color: #d31a38;
    margin-bottom: 50px;
}

.related {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d7d7;
}

.related a {
    text-align: right;
    font-size: 11px;
}

.related a:hover {
    color: #303030;
}

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

.related h5 {
    text-align: right;
    font-size: 12px;
    color: #777;
}

.related img {
    width: 100px;
    height: auto;
}

.newsbody {
    padding: 30px;
}

.indate h4 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 30px;
    border-left: 2px solid #949494;
    padding-left: 30px;
    color: #343434;
}

.indate section a {
    margin-left: 15px;
    display: inline-block;
    color: #d31a38;
    font-size: 20px;
}

.indate section i {}

.slider .carousel-caption h5 {
    color: #E43F5A;
    text-align: right;
    font-size: 24px;
    -webkit-animation: slidi 8s infinite;
    position: relative;
    right: 0px
}

@-webkit-keyframes slidi {
    0% {
        right: 0px
    }
    100% {
        right: 15px
    }
}

.slider .carousel-caption p {
    text-align: right;
    font-size: 46px;
    -webkit-animation: slidi2 8s infinite;
    position: relative;
    left: 0px;
    font-weight: bolder;
}

@-webkit-keyframes slidi2 {
    0% {
        left: 0px
    }
    100% {
        left: 15px
    }
}

.slider .carousel-item img {
    -webkit-animation: zoomin 28s infinite;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

.slidbtn {
    display: flex;
    justify-content: right;
    align-items: baseline;
    position: relative;
    top: 14%;
    margin-top: 10px;
}

.slidbtn a {
    font-size: 15px;
    color: #f4f4f4;
    position: relative;
    right: 2px;
}

.slidbtn div:hover {
    cursor: pointer;
}

.slidbtn i {
    font-size: 9px;
    position: relative;
    bottom: 1px;
    opacity: 0;
    transition: 0.5s;
    color: white;
    right: 3px;
}

.slidbtn div:hover a {
    right: -3px;
}

.slidbtn div:hover i {
    color: white;
    right: 3px;
    opacity: 1;
}

.ininde {
    color: #f4f4f4;
    text-align: center;
    position: relative;
    top: 14px;
}

.ininde i {
    font-size: 13px;
    margin-bottom: 22px;
    position: relative;
    bottom: 0px;
    transition: 0.6s;
}

.ininde h4 {
    font-size: 15px;
    position: relative;
    top: 0px;
    transition: 0.6s;
}

.slider .carousel-indicators li:hover .ininde i {
    bottom: 4px;
}

.slider .carousel-indicators li:hover .ininde h4 {
    top: 4px;
}

.slider .carousel-indicators li {
    height: auto !important;
    background: none !important;
    text-indent: 0px !important;
    border-left: 1px solid #ffffff78;
    width: 20% !important;
}

.slider .carousel-indicators {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0px !important;
    z-index: 99999;
    padding: 10px;
    margin: 0px;
}

#carouselExampleIndicators {
    height: 100vh;
}

.slider .carousel-inner {
    height: 100vh;
}

#inda3 {
    border-right: 1px solid #ffffff78;
}

.newsindex {
    padding: 10%;
    background-repeat: repeat;
    background-size: contain;
    background-position: center top;
    background-image: url("../main/bg.jpg");
    margin-top: 100vh;
    position: relative;
    padding-bottom: 3%;
}

.aboutus {
    padding: 14%;
    background-color: #fffbf8;
    margin-top: 100vh;
    position: relative;
    padding-bottom: 3%;
}

.incard2 {
    text-align: end;
    padding: 19px;
}

.wh {
    margin-top: 100vh;
}

.incard2 h4 {
    font-size: 50px;
    color: #343434;
    margin-bottom: 60px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: bolder;
    background-image: linear-gradient(188deg, #b33131, #876a14);
    text-align: center;
}

.incard2 p {
    font-size: 19px;
    line-height: 39px;
    color: #454545;
}

.incard2 a {
    margin-top: 40px;
    display: inline-block;
    padding: 10px;
    border: 3px solid #454545;
}

.incard {
    display: grid;
    padding: 57px;
    margin-top: 100px;
}

.incard img {
    height: auto !important;
    width: 100px !important;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #f4f4f4;
    justify-self: center;
}

.rownew {
    padding: 4%;
}

.newbgt {
    margin-top: 30px;
    text-align: center;
    font-weight: bolder;
    color: #d31a38;
    font-size: 37px;
}

.whyaa .wer {
    font-size: 19px;
    padding: 15%;
    text-align: center;
    margin-top: 35px;
}

.whyaa .wer p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: lighter;
    color: #c1c1c1;
}

.incard p {
    margin-top: 40px;
    text-align: center;
    color: #343434;
}

.incard h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 50px;
}

.incard h4 {
    text-align: center;
    font-size: 16px;
    color: #5b5b5b;
}

.bgtit {
    text-align: end;
    margin-top: 100px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
    color: #909090;
    margin-right: 36px;
}

.bgtit2 {
    text-align: end;
    font-size: 52px;
    font-weight: bolder;
    margin-right: 36px;
    margin-bottom: 35px;
}

.cubed {
    height: 370px;
    background-color: #fff;
    margin: 5px;
    border-radius: 26px;
    box-shadow: rgba(140, 140, 140, 0.29) 0px 0px 9px 3px;
    padding: 70px;
    text-align: end;
    font-weight: bolder;
    transition: 0.4s;
}

.medcubed {
    height: 370px;
    background-color: #fff;
    margin: 5px;
    border-radius: 26px;
    box-shadow: rgba(140, 140, 140, 0.29) 0px 0px 9px 3px;
    padding: 70px;
    text-align: center;
    font-weight: bolder;
    transition: 0.4s;
}

.medcubed2 {
    height: 120px;
    padding: 28px;
    background-color: #08103e;
    margin: 5px;
    border-radius: 26px;
    box-shadow: rgba(140, 140, 140, 0.29) 0px 0px 9px 3px;
    text-align: center;
    font-weight: bolder;
    transition: 0.4s;
    margin-top: 70px;
}

.medcubed3 {
    height: 120px;
    padding: 50px;
    background-color: #fff;
    margin: 5px;
    border-radius: 26px;
    box-shadow: rgba(140, 140, 140, 0.29) 0px 0px 9px 3px;
    text-align: center;
    font-weight: bolder;
    transition: 0.4s;
    margin-top: 0px;
}

.medcubed3 h3 {
    font-size: 25px;
    font-weight: bolder;
    color: #343434;
    margin-bottom: 28px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: bolder;
    background-image: linear-gradient(188deg, #b33131, #143687);
}

.rowrev {
    direction: rtl;
}

.medcubed img {
    height: auto;
    width: 90px;
    margin-bottom: 20px;
}

.medcubed2 h3 {
    font-size: 46px;
    font-weight: bolder;
    color: #343434;
    margin-bottom: 28px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: bolder;
    background-image: linear-gradient(188deg, #fff, #989fae);
}

.medcubed h3 {
    font-size: 46px;
    font-weight: bolder;
    color: #343434;
    margin-bottom: 28px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: bolder;
    background-image: linear-gradient(188deg, #b33131, #143687);
}

.medcubed p,
.medcubed2 p,
.medcubed3 p {
    font-size: 15px;
    font-weight: lighter;
    color: #6e6e6e;
}

.cubedsmall {
    height: 170px;
    background-color: #fff;
    margin: 5px;
    border-radius: 26px;
    box-shadow: rgba(140, 140, 140, 0.29) 0px 0px 9px 3px;
    transition: 0.4s;
    padding: 30px;
    text-align: center;
}

.cubedsmall p {
    color: #777;
    position: relative;
    bottom: 8px;
    font-size: 14px;
}

.span1 {
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    font-size: 58px !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: bolder;
    background-image: linear-gradient(188deg, #1d00b2, #00f0ff);
}

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

.span2 {
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    font-size: 58px !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: bolder;
    background-image: linear-gradient(188deg, #1e0060, #b59aef);
}

.span2 span {
    font-size: 31px;
}

.petrol {
    padding: 10%;
    background-color: #f4f4f4;
    margin-top: 100vh;
    position: relative;
    padding-bottom: 3%;
}

.cubed p {
    font-size: 17px;
    color: #505050;
    font-weight: 300;
}

.cubed h3 {
    font-size: 44px;
    font-weight: bolder;
    color: #000;
    margin-bottom: 35px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: bolder;
    background-image: linear-gradient(188deg, #313131, #8f8f8f);
}

.cubed:hover,
.cubedsmall:hover,
.medcubed:hover {
    box-shadow: rgba(140, 140, 140, 0.29) 0px 0px 15px 11px;
}

.newsmore {
    background-repeat: repeat;
    background-size: contain;
    background-position: center top;
    background-image: url("../main/bg.jpg");
    padding: 8%;
}

.newsmore .cardsma {
    padding: 22px;
    margin-top: 0px;
}

.ourservices {
    position: relative;
}

.ina {
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 0px;
}

.newdiv {
    height: 400px;
    padding: 30px;
    border-left: 4px solid #d31a38;
}

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

.dateandshare h3 {
    font-size: 14px;
    border-right: 2px solid #999;
    padding-right: 25px;
}

.dateandshare span {
    cursor: pointer;
    transition: 0.4s;
    display: flex;
}

.shric {
    color: #d31a38;
    transition: 0.4s;
    position: relative;
    top: 4px;
    margin-left: 17px;
    left: 0px;
}

.showshare {
    opacity: 0;
    transition: 0.4s;
}

.dateandshare span:hover .showshare {
    opacity: 1;
}

.dateandshare span:hover .shric {
    left: 3px;
}

.showshare a {
    margin-left: 3px;
    margin-right: 3px;
    color: #d31a38;
}

.thetitle {
    font-size: 22px;
    font-weight: bold;
}

.thetitle:hover {
    color: #303030;
}

.thep {
    text-align: right;
    font-size: 15px;
    display: block;
    margin-top: 40px;
    height: 110px;
    overflow: hidden;
}

.intit {
    display: block;
    margin-top: 30px;
    text-align: right;
}

.moremo {
    background-color: #d31a38;
    padding: 4px;
    color: white;
    border-radius: 2px;
    font-size: 15px;
    margin-top: 16px;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
}

.moremo:hover {
    color: white;
}

.newsindex .card,
.forr .card,
.newsmore .card {
    background-color: #fff !important;
    margin-bottom: 70px;
    border-radius: 0px !important;
    box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 14px 5px;
    height: 500px;
}

.newsindex .card img,
.forr .card img,
.newsmore .card img {
    border-radius: 0px !important;
}

.newsindex .card-body,
.newsmore .card-body {
    padding-top: 23px !important;
}

.outmg {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-bottom: 3px solid #d31a38;
}

.newsindex .card-subtitle,
.forr .card-subtitle,
.newsmore .card-subtitle {
    font-size: 12px;
    margin: 10px !important;
    text-align: right;
}

.newsindex .card-title,
.forr .card-title,
.newsmore .card-title {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    margin-top: 20px;
    display: block;
}

.newsindex .card-title:hover,
.forr .card-title:hover,
.newsmore .card-title:hover {
    color: #303030;
}

.newsindex .card-text,
.forr .card-text,
.newsmore .card-text {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: right;
    display: block;
    margin-top: 18px;
    overflow: hidden;
    height: 89px;
}

.btncard {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    padding-top: 34px;
}

.btncard h4 {
    background: linear-gradient(to right, #d31a38, #d31a38, #000);
    font-size: 12px;
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    opacity: 0;
    position: relative;
    top: 5px;
    transition: 0.5s;
}

.btncard:hover i {
    top: 10px;
    transition: 0.5s;
}

.btncard:hover h4 {
    opacity: 1;
    position: relative;
    top: 0px;
}

.btncard i {
    color: #d31a38;
    font-size: 19px;
    transition: 0.5s;
    position: relative;
    top: 0px;
}

.cardsma {
    margin-top: 30px;
    transition: 0.5s;
    padding: 0px;
}

.cardsma:hover,
.cardbig:hover {
    transform: scale(1.03);
}

.cardbig {
    box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 14px 5px;
    transition: 0.5s;
}

#card1 {
    margin-right: 20px;
}

#card3 {
    margin-left: 20px;
}

.bigtitle {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #d31a38;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
}

.whatweoffer {
    padding: 7%;
    background-color: #f4f4f4;
    padding-bottom: 3%;
    padding-top: 3%;
    position: relative;
}

.inimgs {}

.inimgs img {
    height: auto;
    width: 85%;
}

.bgp {
    text-align: right;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgp2 {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 6px 1px;
    font-size: 13px;
}

.bgp2 a {}

.bgp2 i {
    color: #d31a38;
}

.bgp a {
    display: block;
    margin-top: 0px;
    background-color: #fff;
    padding: 10px;
    width: max-content;
    justify-self: right;
    box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 6px 1px;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.bgp a:hover,
.bgp2:hover {
    color: #303030;
    transform: scale(1.03);
}

.bgp i {
    margin-right: 80px;
    color: #d31a38;
}

.bgp h2 {
    font-size: 49px;
    font-weight: bold;
    color: #272727;
}

.ph1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url("../main/arc.jpg");
    padding-top: 130px;
    padding-right: 0px;
    transition: 0.4s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ph2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url("../main/2.jpg");
    padding-top: 130px;
    padding-right: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: 0.4s;
}

.ph3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url("../main/arc3.jpg");
    padding-top: 130px;
    padding-right: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: 0.4s;
}

ul {
    padding: 0px !important;
}

.inincont {
    padding: 40px !important;
    background-color: #fffffff7;
    box-shadow: rgba(140, 140, 140, 0.29) 1px 4px 7px 2px;
}

.inincont ul {
    margin-top: 40px;
    padding: 0px
}

.inincont li {
    direction: rtl;
    margin-top: 12px;
}

.bgjul {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url("../main/jul.jpg");
    width: 100%;
}

.inju {
    display: grid;
    text-align: center;
    padding: 10%;
    padding-bottom: 5%;
}

.caspan {
    height: 3px;
    display: block;
    width: 150px;
    background-color: #ffffffba;
    justify-self: center;
}

.bgjul h3 {
    color: #f4f4f4;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: bolder;
}

.rightjul {
    width: 100%;
    height: 100%;
    background-color: #0b0b0b;
    padding: 50px;
    text-align: end;
    color: white;
    padding-top: 32%;
    text-align: end;
}

.rightjul div {
    display: grid;
    margin-top: 95px;
}

.rightjul h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.rightjul h2 {
    margin-bottom: 20px;
    font-weight: 800;
}

.rightjul a {
    background-color: #b41d36;
    color: white;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    justify-self: end;
    border-radius: 2px;
    height: 40px;
    margin-top: 7px;
}

.owl-carousel2 .owl-dots,
.owl-carousel2 .owl-nav {
    display: none;
}

.caritem {
    padding: 5px;
    text-align: end;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin: 13px;
    border-radius: 2px;
    background-color: #00000070;
    margin-bottom: 50px;
    transition: 0.4s;
}

.innerheader {
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url("../main/bg.jpg");
    top: 85px;
    border: 1px solid #e3e3e3;
    height: auto;
    width: 100vw;
    left: 0px;
    display: none;
    justify-content: space-around;
    opacity: 0;
    padding-bottom: 20px;
    box-shadow: rgba(140, 140, 140, 0.29) 1px 4px 7px 2px;
}

.innerheader li {
    display: block;
    margin: 0px;
    padding-bottom: 5px;
    direction: rtl;
    text-align: right;
}

.innerheader ul {
    margin-top: 20px;
    direction: rtl;
}

.innerheader li:first-child a {
    background: linear-gradient(to right, #3b3b3b, #60676c, #000);
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    font-size: 16px !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    direction: rtl;
}

.innerheader span {
    width: 70px;
    height: 1px;
    display: block;
    background-color: #bdbdbd;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.innerheader li a {
    color: #525252 !important;
    font-size: 13px !important;
    font-weight: 200 !important;
}

.innerheader li a:hover {
    color: #242424;
    border: 0px !important;
}

.caritem:hover {
    transform: scale(1.03);
    background-color: #0000009c;
}

.caritem span {
    color: #d2bbbf;
    margin-top: 15px;
    display: block;
    font-size: 12px;
}

.caritem h3 {
    color: white;
    font-size: 16px;
    margin-top: 15px;
}

.caritem p {
    font-size: 13px;
    color: #9a9a9a;
    margin-top: 10px;
    display: block;
}

.caritem a {
    color: #b41d36;
    font-size: 13px;
}

.upph1,
.upph3 {
    position: relative;
    bottom: 170px;
    padding: 40px;
}

.whyus {
    position: relative;
    background-color: #f4f4f4;
}

.whyus1 {
    padding: 10%;
    text-align: center;
    max-height: 508px;
}

.whyus1 h3 {
    margin-bottom: 50px;
    color: #433;
    font-size: 61px;
    font-weight: 600;
}

.wer {
    text-align: end;
    padding: 20%;
    font-weight: 700;
    font-size: 2.6rem;
    margin: 0px;
}

.whyaa {
    border-bottom: 1px solid #d8d8d8;
}

#cclo2 {
    cursor: pointer;
    color: #f4f4f4cc;
    bottom: 9px;
}

.bottomnavbar {
    height: 86px;
}

.mainmenu i {
    text-align: center;
    color: #103452;
    font-size: 17px;
    transition: 0.5s;
}

.logo img {
    transition: 0.3s;
}

.mainmenu i {
    display: none;
}

.preload {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #ffffffe8;
}

.preload img {
    height: auto;
    width: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
}

.whyus .whyaa img {
    width: 100% !important;
    height: 100%;
}

.whyus .whhww img {
    width: 100% !important;
    height: 100%;
}

.whyus1 a {
    padding: 10px;
    font-size: 20px;
    border: 3px solid #343434d1;
    padding-left: 25px;
    padding-right: 25px;
}

.whyus1 a:hover {
    color: white;
    background-color: #343434d8;
}

.whyus1 p {
    text-align: end;
    margin-bottom: 40px;
    color: #4e4e4e;
}

ul {
    list-style-type: none;
}

.bgp2 h5 {
    font-size: 15px;
    margin: 0px;
}

.cont1 {
    padding: 0px;
}

.co1 {
    padding: 10%;
    background-color: #1B1B2F;
}

.co1 h3 {
    color: white;
    text-align: center;
    font-size: 46px;
    font-weight: bolder;
}

.co1 p {
    text-align: center;
    color: #bababa;
}

.formation {
    padding: 8%;
    background-color: #f4f4f4;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 1%;
    height: 300px;
}

.formation form {
    padding: 60px;
    background-color: #fff;
    box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 6px 1px;
    position: relative;
    bottom: 250px;
    border-radius: 5px;
    direction: rtl;
    display: grid;
}

.btn1 {
    width: 130px;
    justify-self: center;
    margin-top: 30px;
}

.testimonials {
    position: relative;
    background-color: #fff4f4;
    padding: 6%;
}

.intest {
    text-align: center;
    display: grid;
}

.intest h2 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #33182b;
    margin: 0px;
}

.hight {
    font-size: 55px;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #33182b;
}

.intest span {
    display: block !important;
    justify-self: center !important;
    height: 3px !important;
    width: 300px !important;
    background-color: #33182b !important;
    margin-bottom: 90px !important;
    border-radius: 0px !important;
    border: 2px solid #492158 !important;
}

.boxoftest {
    background-color: #fff;
    padding: 35px;
    padding-top: 35px;
    text-align: center;
    padding-top: 10px;
    box-shadow: rgba(140, 140, 140, 0.29) 1px 4px 7px 2px;
    border-radius: 5px;
    transition: 0.4s;
}

.boxoftest:hover {
    transform: scale(1.01);
}

.boxoftest h4 {
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: #d31a38;
    margin-bottom: 36px;
}

.boxoftest h3 {
    color: #33182b;
    font-size: 16px;
    margin-top: 45px;
    font-weight: bold;
}

.boxoftest p {
    color: #33182b;
    font-size: 20px;
    font-weight: bold;
}

.boxoftest span {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: bold;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

.testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.testimonials .owl-stage-outer {
    padding: 30px 0;
}

.testimonials .owl-nav {
    display: none;
}

.testimonials .owl-dots {
    text-align: center;
}

.testimonials span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}

.testimonials .active {
    box-shadow: none;
}

.testimonials .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #f0c9c9;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
    transition: 0.4s;
}

.testimonials .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.testimonials .card h5 {
    color: #b41d36;
    font-size: 21px;
    line-height: 1.3;
}

.testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.testimonials .center {
    opacity: 1;
}

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

.testimonials h5 span {
    font-size: 20px;
}

.testimonials.card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.testspan {
    font-size: 13px !important;
    color: #666666 !important;
    display: inline !important;
    background: none !important;
    border: 0px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #6d3467 !important;
    border: 1px solid #000 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #fff;
}

.row3 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 170px;
}

.indash {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

.dash {
    padding: 4%;
    margin-top: 12%;
}

.indash h4 {
    display: block;
    margin-top: 0px;
    background-color: #fff;
    padding: 10px;
    width: max-content;
    justify-self: right;
    box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 6px 1px;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    color: #d31a38;
}

.indash a {
    display: block;
    margin-top: 0px;
    background-color: #fff;
    padding: 10px;
    width: max-content;
    justify-self: right;
    box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 6px 1px;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    direction: ltr;
}

.indash a i {
    margin-right: 80px;
    color: #d31a38;
}

.indash a:hover {
    color: #303030;
}

.tabledash {
    margin-top: 40px;
}

.addne {
    margin-top: 11%;
    padding: 3%;
}

.mymem {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

#twop,
#trip {
    display: none;
}

.addne input,
.addne textarea {
    text-align: right;
}

.mem {
    text-align: center;
    color: #d31a38;
    display: grid;
}

.labelmem {
    justify-content: center;
}

.tabledash img {
    height: 100px;
    width: auto;
}

.bottomline {
    transition: 0.3s;
}

.imags {
    width: 100%;
    height: auto;
}

@media (max-width:1330px) {
    .formation form {
        padding: 60px;
        background-color: #fff;
        box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 6px 1px;
        position: relative;
        bottom: 30vh !important;
        border-radius: 5px;
        direction: rtl;
        display: grid;
    }
}

@media (max-width:1180px) {
    .imags {
        height: 100vh;
        width: auto;
    }
}

@media (max-width:800px) {
    .medcubed2 h3 {
        font-size: 3vw !important;
    }
    .medcubed {
        padding: 21px !important;
    }
    .medcubed h3 {
        font-size: 4vw !important;
    }
    .cubed h3 {
        font-size: 3vw !important;
    }
    .cubedsmall {
        padding: 16px !important;
    }
    .cubed {
        padding: 50px !important;
    }
    .slider .carousel-caption {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-58%, -50%) !important;
        width: 100%;
    }
    .newrow {
        direction: rtl;
        margin-top: 79px !important;
        margin-bottom: 10px;
        border-bottom: 5px solid #b31d36;
        background-color: #f4f4f4;
    }
    .newrow img {
        height: auto !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 30px;
    }
    .bigtitlenews {
        font-size: 5vw !important;
        text-align: right !important;
        font-weight: bolder;
        margin-top: 35px;
        margin-right: 0px !important;
    }
    .thri {
        margin-bottom: 50px;
        flex-direction: column-reverse !important;
    }
    .slider .carousel-caption p {
        font-size: 6vw !important;
    }
    .slider .carousel-caption h5 {
        font-size: 4vw !important;
    }
    .bigtitle {
        font-size: 4.9vw !important;
    }
    .formation {
        height: auto !important;
    }
    .formation form {
        padding: 60px;
        background-color: #fff;
        box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 6px 1px;
        position: relative;
        bottom: 20vh !important;
        border-radius: 5px;
        direction: rtl;
        display: grid;
    }
    .ina {
        width: 100%;
        height: auto !important;
        overflow: hidden;
        padding: 0px;
    }
    .newdiv {
        height: 400px;
        padding: 30px;
        border: 0px solid #d31a38 !important;
    }
    .slider .carousel-indicators li {
        height: auto !important;
        background: none !important;
        text-indent: 0px !important;
        border-left: 1px solid #ffffff78;
        width: 25vw !important;
    }
    .jultxt {
        color: #f4f4f4;
        margin-bottom: 30px;
        font-size: 4.5vw !important;
        font-weight: bolder;
    }
    .caspan {
        height: 3px;
        display: block;
        width: 150px;
        background-color: #ffffffba;
        justify-self: center;
        margin-bottom: 70px !important;
    }
    .ininde i {
        font-size: 12px !important;
        margin-bottom: 7px !important;
        position: relative;
        bottom: 9px !important;
        transition: 0.6s;
    }
    .ininde h4 {
        font-size: 12px !important;
        position: relative;
        transition: 0.6s;
    }
    #card1 {
        margin-right: 0px !important;
    }
    #card3 {
        margin-left: 0px !important;
    }
    .newsindex .card,
    .forr .card,
    .newsmore .card {
        margin-bottom: 15px !important;
    }
    .mainmenu i {
        display: block !important;
        position: relative;
    }
    .bottomline {
        height: 78px !important;
    }
    .mainmenu i {
        display: block !important;
        position: relative;
    }
    .mainmenu {
        margin-top: 30px !important;
    }
    .mainmenu ul {
        position: fixed !important;
        background-color: #f4f4f4 !important;
        width: 100vw;
        height: 100vh;
        transition: 0.5s;
        top: 75px;
        right: -1000px;
        display: none;
    }
    .bottomnavbar {
        height: 65px !important;
    }
    .mainmenu {
        margin-top: 7px !important;
        top: 38px;
    }
    .mainmenu li a {
        color: #5B5B5B;
        margin-right: 8px;
        font-size: 12px;
        transition: 0.2s;
        margin: 0px;
    }
    .mainmenu li {
        display: flex;
        justify-content: end;
        align-items: center !important;
        width: 100%;
        padding: 13px;
        cursor: pointer;
        transition: 0.2s;
        border-bottom: 1px solid #e0e0e0;
        margin: 0px;
    }
    .mainmenu {
        top: 21px !important;
    }
    .mainmenu a:hover {
        font-size: 12px !important;
    }
    #imgsrc {
        width: 50px;
    }
    .hight {
        font-size: 6.5vw !important;
        letter-spacing: 1px;
        font-weight: bolder;
        color: #33182b;
        margin-top: 73px;
    }
    .intest span {
        width: 28vw !important;
        margin-bottom: 1px !important;
    }
    .whyus1 h3 {
        margin-bottom: 50px;
        color: #433;
        font-size: 10vw !important;
        font-weight: 600;
    }
}

@media (max-width:650px) {
    .neasq {
        margin: 0px !important;
    }
    .bgtit2 {
        text-align: center !important;
        font-size: 8vw !important;
        font-weight: bolder;
        margin-right: 0px !important;
        margin-bottom: 30px !important;
    }
    .bgtit {
        text-align: center !important;
        margin-top: 100px;
        font-weight: bold;
        font-size: 20px !important;
        margin-bottom: 0px;
        color: #909090;
        margin-right: 0px !important;
    }
    .cubed h3 {
        font-size: 7vw !important;
    }
    .cubed {
        padding: 35px !important;
        height: auto !important;
    }
    .rowrev .col-sm-12 {
        padding: 14px !important;
    }
    .medcubed h3 {
        font-size: 7vw !important;
    }
    .medcubed2 h3 {
        font-size: 6vw !important;
    }
    .medcubed2 {
        height: 90px !important;
    }
    .medcubed3 h3 {
        font-size: 17px !important;
    }
    .medcubed {
        height: auto !important;
        padding: 31px !important;
    }
    .medcubed3 {
        height: 89px !important;
        padding: 35px !important;
    }
    .caritem h3 {
        font-size: 15px !important;
    }
    .footer-14398 .footer-site-logo {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 8px;
        display: flex;
        justify-content: center !important;
    }
    .xalmda {
        text-align: center;
    }
    .indas {
        text-align: center;
    }
    .inhada {
        padding-right: 20px;
        margin-top: 37px !important;
    }
    .footer-14398 h3 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center !important;
    }
    .inhada ul {
        padding: 0px;
        text-align: center !important;
    }
    .caritem p {
        font-size: 12px !important;
        color: #9a9a9a;
        margin-top: 10px;
        display: block;
    }
    .caritem {
        height: 244px;
    }
    .formation form {
        padding: 22px !important;
        background-color: #fff;
        box-shadow: rgba(140, 140, 140, 0.29) 0px -1px 6px 1px;
        position: relative;
        bottom: 13vh !important;
        border-radius: 5px;
        direction: rtl;
        display: grid;
    }
}

#con {
    padding-top: 80px;
}

@media (max-width:500px) {
    .caritem h3 {
        margin-bottom: 19px !important;
        font-size: 13px !important;
    }
    .testimonials .card-img-top {
        width: 70px !important;
        height: 70px !important;
    }
    .testimonials .card h5 {
        color: #b41d36;
        font-size: 16px !important;
        line-height: 1.3;
    }
    .testimonials .card p {
        font-size: 14px !important;
        color: #555;
        padding-bottom: 15px;
    }
    #whsa p {
        margin-bottom: 9% !important;
    }
    #whsa {
        padding: 5% !important;
    }
    .slidbtn {
        display: none !important;
    }
    .petrol {
        padding: 2% !important;
    }
}