
body.rtl {
  font-family: "Cairo" !important;
  color: #444444;
  direction: rtl;
  text-align: right;
}
.rtl #header
.header-nav-main
nav
> ul
> li.dropdown
.dropdown-menu
li.dropdown-submenu.open
> a:after,
.rtl #header
.header-nav-main
nav
> ul
> li.dropdown
.dropdown-menu
li.dropdown-submenu
> a:after {
opacity: 1;
right: unset;
left: 15px;
transform: rotate(180deg);
transform-origin: center;
}

.rtl #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu{
  right: 100%;
left: unset;
}

.rtl #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after{
  top: 18%;
}


.rtl .header-nav.header-nav-links-vertical-slide
nav
ul
li.dropdown
.dropdown-menu,
.rtl .header-nav.header-nav-links-vertical-slide
nav
ul
li.dropdown
.dropdown-menu {
  left: unset !important;
  right: 100% !important;
}

.rtl .el-input--suffix .el-input__inner{
  padding-left: 30px;
  padding-right: 15px;
}
.rtl .el-input__prefix, .el-input__suffix{
  position: absolute;
  top: 0;
}
.rtl .el-input__suffix{
  left: 5px;
  right: unset;
}
.rtl *{
  direction: rtl;
}
.rtl *:not(.fa,.fas) {
  font-family: "Cairo";
  letter-spacing:unset !important;
}
.rtl .owl-carousel .owl-stage-outer {
  direction: ltr;
}
.rtl a {
  color: #f28427;
  font-family: "Cairo", sans-serif !important;
  text-decoration: none;
}

.rtl a:hover {
  color: #00123f;
  text-decoration: none;
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
font-family: "Cairo", sans-serif !important;
}

.rtl #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #fff;
}
.rtl #preloader:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #f28427;
border-top-color: #00123f;
border-radius: 50%;
width: 60px;
height: 60px;
-webkit-animation: animate-preloader 1s linear infinite;
animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

@keyframes animate-preloader {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.rtl #topbar {
background: #00123f;
height: 150px;
font-size: 12px;
transition: all 0.5s;
z-index: 996;
}
.rtl #topbar.topbar-scrolled {
top: -150px;
}
.rtl #topbar .col-lg-6 {
padding-left: 200px;
padding-right: 200px;
}
.rtl #topbar button {
font-size: 10px;
letter-spacing: 1px;
}
.rtl #topbar .contact-info a {
line-height: 1;
color: #444444;
transition: 0.3s;
}
.rtl #topbar .o6o {
margin-right: 30px;
letter-spacing: 1px
}
.rtl #topbar .contact-info a:hover {
color: #1977cc;
}
.rtl #topbar .contact-info i {
color: #1977cc;
padding-right: 4px;
margin-left: 15px;
line-height: 0;
}
.rtl #topbar .contact-info i:first-child {
margin-left: 0;
}
.rtl #topbar .ri-search-line {
position: relative;
left: 30px;
font-size: 18px;
top: 3px;
}
.rtl #topbar .social-links a {
color: #437099;
padding-left: 15px;
display: inline-block;
line-height: 1px;
transition: 0.3s;
}
.rtl #topbar .social-links a:hover {
color: #1977cc;
}
.rtl #topbar .social-links a:first-child {
border-left: 0;
}

.rtl #header {
/*background: #f28427;*/
transition: all 0.5s;
z-index: 997;
/*padding: 15px 0;*/
/*top: 160px;*/
box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
.rtl #header .logo {
font-size: 30px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 700;
letter-spacing: 0.5px;
}
.rtl #header .logo a {
color: #2c4964;
}
.rtl #header .logo img {
max-height: 40px;
}
.rtl #home-section .ar_header {
  right: 40%;
}
@media (max-width: 991px) {
.rtl  #topbar {
    background: #00123f;
    height: 220px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
    letter-spacing: 0px
}
.rtl  #topbar .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px !important;
    text-align: center !important;
}
.rtl #topbar .o6o {
    margin-right: px;
    letter-spacing: 1px;
    font-size: 14px;
}
.rtl #topbar .ri-search-line {
    display: none;
}
.rtl #topbar.topbar-scrolled {
    top: -220px;
}
.rtl #header {
    background: #f28427;
    transition: all 0.5s;
    z-index: 997;
    /*padding: 15px 0;*/
    /*top: 279px;*/
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
.rtl #input-sign {
    width: 220px;
    height: 38px;
    border-radius: 17px;
    /* width:300px;
    height:40px; */
}
.rtl #login {
    font-size: 20px ! important;
    width: 220px;
}
.rtl #main-section-col1 {
    order: 2 !important;
    padding-top: 0px ! important;
}
.rtl #main-section-col1-div-h1 {
    font-size: 30px !important;
}
.rtl #main-section-col2 {
    order: 1 !important;
    padding-top: 0px ! important;
    font-size: 20px;
}
.rtl #info-card1 {
    height: 450px !important;
    width: 100% !important;
    margin-bottom: 5px;
}
.rtl #info-card2 {
    height: 450px !important;
    width: 100% !important;
    margin-bottom: 5px;
}
.rtl #card2-style {
    background-color: #001448;
    height: 100% !important;
    border-bottom: 23px solid #f28427 ! important;
}
.rtl #info-card2-img {
    position: absolute;
    height: 350px !important;
    width: 300px;
    top: 0px;
    left: 0px;
}
.rtl #card2-title1 {
    color: white;
    margin: 27px;
    font-size: 18px;
    padding-top: 20px;
    font-family: 'Cairo';
    font-weight: bold;
    letter-spacing: 2px;
}
.rtl #card2-title2 {
    color: white;
    margin: 25px;
    font-size: 18px;
    padding-top: 18px;
    font-family: 'Cairo';
    font-weight: bold;
    letter-spacing: 2px;
}
.rtl #card2-num1 {
    color: #f28427;
    margin: 18px;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Cairo';
    font-weight: bold;
}
.rtl #card2-num2 {
    color: #f28427;
    margin: 18px;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Cairo';
    font-weight: bold;
}
.rtl #info-card3 {
    height: 450px !important;
    width: 93% !important;
    /* margin-bottom: 5px; */
    margin: auto;
}
.rtl #card3-style1 {
    height: 300px;
    background-color: #001448;
}
#card3-style2 {
    height: 140px;
    background-color: #001448;
    max-width: 100%;
    border-bottom: 23px solid #f28427;
}
.rtl #card3-img1 {
    height: 85px;
}
.rtl #card3-img2 {
    padding-right: 124px;
}
.rtl #card3-list {
    background-color: #f28427;
    color: white;
    padding-right: 40px;
    font-size: 18px;
    height: 40px;
    padding-top: 8px;
    font-weight: bold;
    font-family: 'Cairo';
}
.rtl #card3-title1 {
    color: white;
    font-size: 20px !important;
    padding-right: 18px;
    font-weight: bold;
    font-family: 'Cairo';
    letter-spacing: 2px;
    line-height: 25px;
}
.rtl #card3-title2 {
    color: white;
    font-size: 20px;
    padding-top: 40px;
    padding-right: 18px;
    font-weight: bold;
    font-family: 'Cairo';
}
.rtl #layout-news {
    height: 650px !important;
}
.rtl #layout-news-col {
    height: 100% !important;
    background-color: antiquewhite;
    padding-right: 0px ! important;
}
.rtl #owl-carousel-layout {
    width: 104.5%;
    left: -13px;
}
.rtl #news-row {
    height: 650px !important;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.rtl #news-img-div {
    background-color: none;
    border-right: none;
}
.rtl #news-news-div {
    /* width: 310px ! important; */
}
.rtl #news-title {
    color: white;
    font-size: 14px;
    margin: -46px 1px 15px 19px;
    letter-spacing: 1px;
    line-height: 19px;
}
.rtl #news-news {
    color: #d4d4d4;
    font-size: 15px;
    margin: 10px 0px 42px 19px;
    letter-spacing: 1px;
    line-height: 16px;
}

.rtl #read-more-button {
    border-color: #001448 #001448 #001448 ! important;
    position: absolute;
    bottom: -65%;
    left: 12%;
    font-size: 14px;
    height: 37px;
    /* text-align: center;
}
#read-more-button:hover {
    border-color: #f28427 #f28427 #f28427 ! important;
    background-color: #f28427;
}
}
@media (min-width:991px) {
#news-img-div {
    background-color: #f28427;
    border-left: 10px solid #f28427;
    padding-right: 0px;
    padding-left: 0px;
}
#news-header {
    position: absolute;
    top: 50px;
    right: 42%;
    color: #7b90c4;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Noto Seirf';
}
#news-title {
    color: white;
    font-size: 20px;
    margin: 90px 85px 16px 30px;
    letter-spacing: 1px;
    font-family: 'Noto Seirf';
    line-height: 35px;
}
#news-news {
    color: #d4d4d4;
    font-size: 12px;
    margin: 18px 40px 16px 30px;
    letter-spacing: 1px;
    font-family: 'Noto Seirf';
    line-height: 18px;
}
#read-more-button {
    border-color: #001448 #001448 #001448 ! important;
    position: absolute;
    bottom: 5%;
    left: 7%;
    font-size: 18px;
}
#read-more-button:hover {
    border-color: #f28427 #f28427 #f28427 ! important;
    background-color: #f28427;
}
#input-sign {
    width: 320px;
    height: 38px;
    border-radius: 17px;
    /* width:300px;
    height:40px; */
}
.rtl #login {
    font-size: 20px ! important;
    width: 320px;
}
.rtl #info-card1 {
    height: 450px !important;
}
.rtl #info-card2 {
    height: 450px !important;
}
.rtl #card2-style {
    background-color: #001448;
    height: 100% !important;
    border-bottom: 23px solid #f28427 ! important;
    right: -9px;
}
.rtl #card2-title1 {
    color: white;
    margin: 27px;
    font-size: 20px;
    padding-top: 20px;
    font-family: 'Cairo';
    font-weight: bold;
    letter-spacing: 2px;
}
.rtl #card2-title2 {
    color: white;
    margin: 25px;
    font-size: 20px;
    padding-top: 20px;
    font-family: 'Cairo';
    font-weight: bold;
    letter-spacing: 2px;
}
.rtl #card2-num1 {
    color: #f28427;
    margin: 35px;
    font-size: 70px;
    letter-spacing: 2px;
    font-family: 'Cairo';
    font-weight: bold;
}
.rtl #card2-num2 {
    color: #f28427;
    margin: 28px;
    font-size: 70px;
    letter-spacing: 2px;
    font-family: 'Cairo';
    font-weight: bold;
}
.rtl #info-card2-img {
    position: absolute;
    height: 100%;
    width: 360px;
    top: 0px;
    left: 0px;
}
.rtl #info-card3 {
    height: 450px !important;
}
.rtl #card3-style1 {
    height: 300px;
    background-color: #001448;
}
.rtl #card3-style2 {
    height: 140px;
    background-color: #001448;
    max-width: 100%;
    border-bottom: 23px solid #f28427;
}
.rtl #card3-img1 {
    height: 85px;
}
.rtl #card3-img2 {
    padding-right: 220px;
}
.rtl #card3-list {
    background-color: #f28427;
    color: white;
    padding-right: 40px;
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    font-weight: bold;
    font-family: 'Cairo';
}

.rtl #card3-title1 {
    color: white;
    font-size: 25px !important;
    padding-right: 18px;
    font-weight: bold;
    font-family: 'Cairo';
    letter-spacing: 2px;
    line-height: 25px;
}
.rtl #card3-title2 {
    color: white;
    font-size: 25px;
    padding-top: 40px;
    padding-right: 18px;
    font-weight: bold;
    font-family: 'Cairo';
}
}
@media (max-width: 1399px) {
#topbar .col-lg-6 {
    padding-left: 40px;
    padding-right: 40px;
}
}

.rtl .navbar {
padding: 0;
}
.rtl .navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
.rtl .navbar li {
position: relative;
}
.rtl .navbar>ul>li {
position: relative;
white-space: nowrap;
letter-spacing: 1px;
padding: 0px 10px 8px 29px;
}
.rtl .navbar a,
.rtl .navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
color: #2c4964;
white-space: nowrap;
transition: 0.3s;
padding: 10px 5px;
font-weight: 600;
}
.rtl .navbar a i,
.rtl .navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}
.rtl .navbar a:hover,
.rtl .navbar .active,
.rtl .navbar .active:focus,
.rtl .navbar li:hover>a {
color: #ffffff;
border-color: #ffffff;
font-weight: 900;
}
.rtl .navbar .dropdown ul {
display: block;
position: absolute;
left: 20px;
top: calc(100% + 30px);
margin: 0;
padding: 10px 0;
z-index: 99;
opacity: 0;
visibility: hidden;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}
.rtl .navbar .dropdown ul li {
min-width: 200px;
}
.rtl .navbar .dropdown ul a {
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
text-transform: none;
color: #082744;
border: none;
}
.rtl .navbar .dropdown ul a i {
font-size: 12px;
}
.rtl .navbar .dropdown ul a:hover,
.rtl .navbar .dropdown ul .active:hover,
.rtl .navbar .dropdown ul li:hover>a {
color: #1977cc;
}
.rtl .navbar .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.rtl .navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}
.rtl .navbar .dropdown .dropdown:hover>ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}
@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
    left: -90%;
}
.navbar .dropdown .dropdown:hover>ul {
    left: -100%;
}
}

.rtl .mobile-nav-toggle {
color: #2c4964;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}
.rtl .mobile-nav-toggle.bi-x {
color: #fff;
}
@media (max-width: 991px) {
.mobile-nav-toggle {
    display: block;
}
.navbar ul {
    display: none;
}
}
.rtl .navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(28, 47, 65, 0.9);
transition: 0.3s;
z-index: 999;
}
.rtl .navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}
.rtl .navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}
.rtl .navbar-mobile>ul>li {
padding: 0;
}
.rtl .navbar-mobile a,
.rtl .navbar-mobile a:focus {
padding: 10px 20px;
font-size: 15px;
color: #2c4964;
border: none;
}
.rtl .navbar-mobile a:hover,
.rtl .navbar-mobile .active,
.rtl .navbar-mobile li:hover>a {
color: #1977cc;
}
.rtl .navbar-mobile .getstarted,
.rtl .navbar-mobile .getstarted:focus {
margin: 15px;
}
.rtl .navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 10px 20px;
padding: 10px 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.rtl .navbar-mobile .dropdown ul li {
min-width: 200px;
}
.rtl .navbar-mobile .dropdown ul a {
padding: 10px 20px;
}
.rtl .navbar-mobile .dropdown ul a i {
font-size: 12px;
}
.rtl .navbar-mobile .dropdown ul a:hover,
.rtl .navbar-mobile .dropdown ul .active:hover,
.rtl .navbar-mobile .dropdown ul li:hover>a {
color: #1977cc;
}
.rtl .navbar-mobile .dropdown>.dropdown-active {
display: block;
}

.rtl #hero {
width: 100%;
height: 60vh;
background: url("/img/color-3243424.png") top center;
background-size: cover;
/* border-bottom: 8px solid #f28427; */
}
.rtl #hero .container {
position: relative;
}
.rtl #hero .btn-get-started {
font-family: "Cairo", sans-serif;
text-transform: capitalize;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 35px;
margin-top: 30px;
border-radius: 50px;
transition: 0.5s;
color: #fff;
background: #1977cc;
}
.rtl #hero .btn-get-started:hover {
background: #3291e6;
}
@media (min-width: 1024px) {
.rtl #hero {
    background-attachment: fixed;
}
}
@media (max-width: 992px) {
#hero {
    margin-bottom: 0;
    height: 100vh;
}
#hero .container {
    padding-bottom: 63px;
}
#hero h1 {
    font-size: 28px;
    line-height: 36px;
}
#hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
}
@media (max-height: 600px) {
#hero {
    height: 70vh;
}
}

.rtl section {
padding: 10px 0;
overflow: hidden;
}
.rtl .section-bg {
background-color: #f1f7fd;
}
.rtl .section-title {
padding-bottom: 30px;
}
.rtl .section-title h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #ffffff;
}
.rtl /*--------------------------------------------------------------
.rtl # Why Us
.rtl --------------------------------------------------------------*/
.rtl .why-us {
position: relative;
bottom: 339px;
}
.rtl .why-us .layers {
width: 106%;
}
.rtl .why-us .title h1 {
/*font-size: 70px;*/
/*font-weight: 900;*/
/*line-height: 35px;*/
text-transform: capitalize;
color: #ffffff;
}
.rtl .why-us .title h2 {
color: #ffffff;
/*font-size: 45px;*/
/*font-weight: 900;*/
}
.rtl .why-us .title p {
color: #ffffff;
font-size: 32px;
}
.rtl .why-us .layer h2 {
background: #000000;
height: 66px;
color: #fff;
font-size: 26px;
position: relative;
display: flex;
align-items: center;
width: 94.3%;
top: 152px;
}
.rtl .why-us .layer .title2 {
background: #00123f !important;
}
.rtl .why-us .content {
background: #00123fd1;
/*border-radius: 4px;*/
color: #fff;
position: relative;
/* height: 698px; */
}
.rtl .why-us .content h3 {
font-weight: 700;
font-size: 40px;
text-transform: capitalize;
margin-bottom: 60px;
}
.rtl .why-us h2 b {
text-transform: capitalize;
}
.rtl .why-us .content p {
margin-bottom: 80px;
font-size: 17px;
}
@media (max-width: 1399px) {
.rtl .why-us .content {
    background: #00123fd1;
    border-radius: 0px;
    color: #fff;
    position: relative;
    height: 662px;
}
.rtl .why-us .content h3 {
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.rtl .why-us .content p {
    margin-bottom: 90px;
    font-size: 16px;
}
.rtl .why-us .layer h2 {
    background: #000000;
    width: 207px;
    height: 66px;
    color: #fff;
    font-size: 26px;
    top: 176px;
    position: relative;
    display: flex;
    align-items: center;
}
.rtl .why-us .content .more-btn {
    display: inline-block;
    background: #f28427;
    position: relative;
    color: #fff;
    transition: all ease-in-out 0.4s;
}
}
.rtl .owl-carousel .owl-item img {
object-fit: cover;
}
@media (min-width: 565px) {
.owl-carousel .owl-stage-outer #news-img-div {
    height: 458px;
}
.owl-carousel .owl-stage-outer #news-img-div img {
    height: 458px;
    object-fit: cover;
}
}
@media (max-width: 765px) {
.rtl .why-us .title {
    position: absolute;
    top: 0;
}
.rtl .why-us .layer {
    height: 360px;
    background-size: cover;
    left: 0px !important;
    position: relative;
}
.rtl .why-us .content {
    margin-top: 350px;
    background: #00123fd1;
    border-radius: 4px;
    color: #fff;
    position: relative;
    height: 662px !important;
}
.rtl .why-us .content h3 {
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.why-us .content p {
    margin-bottom: 25px;
    font-size: 14px;
}
.rtl .why-us .title h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 56px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 32px;
}
.rtl .why-us .title h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}
.rtl .why-us .title p {
    color: #ffffff;
    font-size: 25px;
}
.rtl .why-us .content .more-btn {
    display: inline-block;
    background: #f28427;
    width: 121% !important;
    position: relative;
    font-size: 14px;
    right: -10% !important;
    padding: 15px;
    color: #fff;
    transition: all ease-in-out 0.4s;
}
.rtl .why-us .layer h2 {
    background: #000000;
    width: 103%;
    height: 65px;
    color: #fff;
    font-size: 26px;
    top: 195px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.rtl .why-us .content .more-btn {
display: inline-block;
background: #f28427;
position: relative;
color: #fff;
transition: all ease-in-out 0.4s;
}
.rtl .why-us .content .more-btn i {
font-size: 14px;
}
.rtl .why-us .content .more-btn:hover {
color: #000000 !important;
background: #fff;
}
.rtl /*--------------------------------------------------------------
.rtl # Departments
.rtl --------------------------------------------------------------*/
.rtl .departments {
overflow: hidden;
}
.rtl .departments .container {
/* background-color: #00123f; */
/* height: 660px; */
}
.rtl .departments .nav-tabs {
background-color: #f28427;
border: 0;
height: 100%;
}
.rtl .departments .nav-link {
border: 0;
transition: 0.3s;
color: #ffffff;
border-radius: 0;
font-weight: 600;
font-size: 15px;
}
.rtl .departments .nav-link:hover {
color: #00123f;
}
.rtl .departments .nav-link.active {
color: #ffffff;
background: transparent;
}
.rtl .departments .tab-pane.active {
-webkit-animation: fadeIn 0.5s ease-out;
animation: fadeIn 0.5s ease-out;
}
.rtl .departments h3 {
font-size: 26px;
font-weight: 600;
margin-bottom: 20px;
color: #ffffff;
}
.rtl .departments p {
font-size: 14px;
color: #ffffff;
}
.rtl .departments .pb-3 {
margin-bottom: 20px;
}
.rtl .departments p:last-child {
margin-bottom: 0;
}
@media (max-width: 992px) {
.departments .nav-link {
    border: 0;
    padding: 15px;
}
.departments .container {
    /* background-color: #00123f; */
    height: 100%;
}
.departments .nav-tabs {
    background-color: #f28427;
    border: 0;
}
.departments .nav-link.active {
    color: #fff;
    background: #00123f;
}
}
.rtl /*--------------------------------------------------------------
.rtl # Footer
.rtl --------------------------------------------------------------*/
.rtl #footer {
color: #ffffff;
font-size: 14px;
background: #00123f;
border-top: 8px solid #f28427;
font-weight: 700;
}
.rtl #footer .footer-top {
padding: 60px 0 30px 0;
box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
.rtl #footer .footer-top .footer-contact {
margin-bottom: 30px;
}
.rtl #footer .footer-top .footer-contact h4 {
font-size: 22px;
margin: 0 0 30px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 700;
}
.rtl #footer .footer-top .footer-contact p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Cairo", sans-serif;
color: #ffffff;
}
.rtl #footer .footer-top h4 {
font-size: 16px;
font-weight: bold;
color: #f28427;
position: relative;
width: 150px;
padding-bottom: 12px;
border-bottom: 2px solid;
}
.rtl #footer .footer-top .footer-links {
margin-bottom: 30px;
}
.rtl #footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
.rtl #footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #f28427;
font-size: 18px;
line-height: 1;
}
.rtl #footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}
.rtl #footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
.rtl #footer .footer-top .footer-links ul a {
color: #ffffff;
transition: 0.3s;
display: inline-block;
line-height: 1;
}
.rtl #footer .footer-top .footer-links ul a:hover {
text-decoration: none;
color: #f28427;
}
.rtl #footer .footer-newsletter {
font-size: 15px;
}
.rtl #footer .footer-newsletter h4 {
font-size: 16px;
font-weight: bold;
color: #ffffff;
position: relative;
padding-bottom: 12px;
}
.rtl #footer .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 50px;
text-align: left;
border: 1px solid #bfdcf7;
}
.rtl #footer .footer-newsletter form input[type="email"] {
border: 0;
padding: 4px 8px;
width: calc(100% - 100px);
}
.rtl #footer .footer-newsletter form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: #f28427;
color: #fff;
transition: 0.3s;
border-radius: 50px;
}
.rtl #footer .footer-newsletter form input[type="submit"]:hover {
background: #f28427;
}
.rtl #footer .social-links a {
font-size: 18px;
display: inline-block;
background: #f28427;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
.rtl #footer .social-links a:hover {
background: #1c84e3;
color: #fff;
text-decoration: none;
}
.rtl /*search part */
.rtl .has-search .form-control {
padding-left: 2.375rem;
border-radius: 40px;
}
.rtl .has-search .form-control-feedback {
position: absolute;
z-index: 2;
left: 10px;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
.rtl .firstImage {
background-image: url("/img/Rectangle518copy18.png");
height: 334px;
background-size: cover;
}
.rtl .secondImage {
background-image: url("/img/Rectangle518copy19.png");
height: 334px;
background-size: cover;
}
.rtl .thirdImage {
background-image: url("/img/Rectangle518copy20.png");
height: 334px;
background-size: cover;
}
.rtl .keep-up-data {
position: absolute;
top: 50px;
color: #7b90c4 !important;
font-size: 17px;
letter-spacing: 1px;
}
.rtl .FooterLogo{
padding-top:15% ; padding-left:40% ;
}
.rtl #main {
direction: rtl;
}
.rtl #main-section {
background-image: url("/img/here1.png");
margin-top: -30px;
height: 530px;
border-bottom: 8px solid #f28427;
text-align: right;
}
.rtl #main-section-col {
align-items: start;
justify-content: start;
}
.rtl #owl-stage-outer-faculties {
margin-left: 1% !important;
margin-right: 1%!important;
}
.rtl #owl-item-faculties {
width: 284.01px ! important;
margin-right: 10px;
height: 316px ! important;
}
.rtl #owl-stage-h4 {
color: white;
letter-spacing: 1px;
font-weight: 500 ! important;
position: absolute;
top: 10px;
right: 16px;
font-size: 20px ! important;
line-height: 22px ! important;
}
.rtl #owl-carousel-layout {
  background-color: rgb(9, 60, 113);
  width: 104.5%;
  /* left: 0px; */
  right: -1.3%;
  height: auto;
}
