* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
  padding-top: 104px;
  position: relative;
  height: 1000px;
}

.Body_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}


.owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  top: 85%;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
}

.owl-nav > div {
  background: #F5B91D;
  color: #FFF;
  border: 2px solid #F5B91D;
  font-size: 25px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-nav > div:hover {
  background: #13305E;
  color: #fff;
}

.owl-nav .owl-prev {
  position: relative;
  right: 10px;
  top: 40px;
}

.owl-nav .owl-next {
  position: relative;
  left: 10px;
  top: 40px;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

label {
  color: #7e7e7e;
  cursor: pointer;
}

.btn:focus {
  box-shadow: none;
}

.btn:hover {
  color: unset;
}

.form-control {
  border-radius: 5px;
  padding: 20px;
  background-color: #F8F8F8;
  font-size: 14px;
  color: #000;
}

.form-control::placeholder {
  color: #7e7e7e;
}

.form-control,
textarea.form-control {
  box-shadow: 0px 3px 2px -2px transparent;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
  color: #000;
  border-color: #F5B91D;
  box-shadow: 0px 6px 8px -2px #F5B91D14;
}

textarea.form-control {
  resize: none;
  height: 200px;
}

.section_header {
  margin-bottom: 50px;
}

.section_header .section-title {
  font-size: 30px;
  color: #13305E;
  font-weight: 600;
  text-transform: uppercase;
}

.section_header .header_line {
  text-align: center;
}

.section_header .header_line img {
  width: 80px;
  height: auto;
}

.modal {
  z-index: 1075;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  border-radius: 3px;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.SearchModelContent {
  background-color: transparent;
}

.search_box_popup {
  width: 80%;
  margin: auto;
  text-align: center;
}

.search_box_popup .search_input {
  width: 100%;
  padding: 10px;
  border: 1px solid #efeeee;
  border-radius: 5px;
  outline: none;
  margin-bottom: 0px;
  -webkit-appearance: none;
  transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn {
  visibility: hidden;
  opacity: 0;
  padding: 7px;
  background-color: #F5B91D;
  color: #fff;
  width: 37%;
  outline: none;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn:hover {
  background-color: #13305E;
}

.Search_Icon {
  position: absolute;
  right: 70px;
  top: 20px;
  font-size: 20px;
  color: #13305E;
}

.Arabic {
  font-family: "Cairo", sans-serif;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-pills {
  padding: 0;
}

.nav-pills .nav-link {
  color: #696969 !important;
  border: 1px solid #f1f0f0;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  width: 170px;
  padding: 7px;
  transition: all 0.2s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-color: #F5B91D;
  background-color: #fff;
  color: #F5B91D !important;
}

.nav-pills .nav-link img {
  width: auto;
  height: 18px;
  margin-right: 5px;
  border-radius: 0px;
}

.Test_Tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li:last-of-type {
  margin-right: 0;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ddd;
  outline: none;
}

.page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-link:hover {
  color: #fff;
  background: #F5B91D;
  border-color: #fff;
}

.simple-pagination .current {
  color: #fff;
  background-color: #F5B91D;
  border-color: #fff;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #fff;
  color: #F5B91D;
  border: 1px solid #ddd;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #F5B91D;
  border-radius: 0.25rem;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #F5B91D;
}

.formobile {
  display: none;
}

.formobile img {
  margin-right: 5px;
  height: 15px;
}

.navbar {
  background-color: #13305E;
  padding: 5px 0;
  top: 0;
  transition: top 0.5s ease-in-out 0s;
}

.navbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
}

.navbar-collapse {
  justify-content: center;
}

#navbarContent::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 15px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .nav-link.active::after,
.navbar-light .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    margin-top: 3px;
    border-radius: 3px;
    background-color:#F5B91D;
    transition: width 0.5s;
}

.navbar-light .navbar-nav .nav-link.active::after,
.navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #F5B91D !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #F5B91D !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/menu-button.svg");
}

.navbar-light .navbar-toggler {
  position: fixed;
  right: 2%;
  top: 20px;
  z-index: 1;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none;
  outline: none;
}

.navbar-toggler > .close {
  display: inline-block;
  color: #000;
  opacity: 1;
  text-shadow: none;
  margin-top: 3px;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.navbar-brand {
  outline: none;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.navbar-brand img {
  width: auto;
  height: 55px;
}

.navbar .links {
  text-align: right;
  margin-right: 10px;
}

.navbar .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar .links ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}


.Notif_Number {
  position: absolute;
  top: -15%;
  right: -10%;
  height: 8px;
  width: 8px;
  background: #F5B91D;
  text-align: center;
  border-radius: 150px;
}

.Notif_Number h5 {
  font-size: 10px;
  width: 14px;
  padding: 1px 0;
  margin: auto;
}

.navbar .links ul li a {
  outline: none;
  text-decoration: none;
}

.navbar .links ul li img {
  width: auto;
  height: 20px;
}

.navbar .links ul li img.NotifNav:hover {
  content: url("../images/notification_orange.png");
}

.navbar .links ul li img.searchNav:hover {
  content: url("../images/search_orange.png");
}

.navbar .links ul li img.langNav:hover {
  content: url("../images/lang_orange.png");
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: "\f0da" !important;
  float: right !important;
  border: none !important;
  font-family: "FontAwesome" !important;
  position: absolute !important;
  right: 15px !important;
  margin-top: 0 !important;
  margin-left: 0.255em !important;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #0000001a;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-item {
  padding: 10px 0px;
  padding-right: 30px;
  padding-left: 20px;
  color: #5d5d5d;
  font-size: 14px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #F5B91D;
  color: #fff;
}

.dropdown-toggle::after {
  content: "" !important;
  height: 3px !important;
  margin-top: 3px !important;
  border: none !important;
}

.dropdown-item.firstDrop {
  border-radius: 10px 10px 0 0;
}

.dropdown-item.lastDrop {
  border-radius: 0 0 10px 10px;
}

/* Slider */
.Slider-item {
  position: relative;
  padding-bottom: 40px;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  top: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  color: white;
  background: #313131;
  border-radius: 50%;
  z-index: 1;
}

.slick-next {
  right: 25px;
}

.slick-prev {
  left: 15px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: white;
  outline: 0px;
  background: #313131;
}

.slick-dots {
  bottom: 0;
  text-align: left;
  padding-left: 20px;
}
.slick-dots li {
  margin: 0;
  width: 16px;
  height: 16px;
}

.slick-dots li button:before {
  font-size: 40px;
  opacity: 1;
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #F5B91D;
  opacity: 1;
  border: none;
  border-radius: 50%;
}

.slick-dots li button:before {
  line-height: 16px;
  width: 16px;
  height: 16px;
}

.contentSlider {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 48%;
  text-align: left;
  z-index: 3;
}

.contentSlider h1 {
  margin-bottom: 20px;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
}

.contentSlider h1 span {
  color: #F5B91D;
}

.contentSlider p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}


.contentSlider .SliderBtn {
  border: 1px solid #F5B91D;
  padding: 1px;
  width: fit-content;
  border-radius: 5px;
}

.contentSlider .SliderBtn .moreBtn {
  background: #13305E;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 10px 7px;
  width: 180px;
  border-radius: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.contentSlider .SliderBtn .moreBtn:hover {
  background-color: #F5B91D;
}

.imgbottomslider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.imgbottomslider img {
  width: 100%;
  height: auto;
}


.HeaderSocial {
  position: absolute;
  bottom: 200px;
  right: 50px;
  z-index: 2;
}

.HeaderSocial ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.HeaderSocial ul li {
  display: inline-block;
  margin-left: 5px;
}

.HeaderSocial ul li a {
    display: flex;
    color: #FFF;
    background-color: #13305E;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.HeaderSocial ul li a.iconColor {
  background-color: #F5B91D;
}

.HeaderSocial ul li a i {
  font-size: 18px;
}

.HeaderSocial ul li a:hover {
  background-color: #F5B91D;
  transform: rotate(360deg);
}

.HeaderSocial ul li a.iconColor:hover {
  background-color: #13305E;
  transform: rotate(360deg);
}

/* About */
#About {
  padding: 40px 0;
}

#About .images {
  width: 100%;
  height: 620px;
  position: relative;
}

#About .images .mainImg {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#About .images .secondImg {
  position: absolute;
  right: -60px;
  top: 82px;
  width: auto;
  height: 450px;
  border: 32px solid #FFF;
  border-radius: 30px;
}

#About .content {
  padding-left: 40px;
  padding-top: 60px;
  position: relative;
}

#About .content .quotes {
  position: absolute;
  right: -80px;
  top: -60px;
  width: auto;
  height: 140px;
}

#About .content .title .Inside_title {
  margin-bottom: 10px;
}

#About .content .title .Inside_title h2 {
  font-size: 35px;
  color: #F5B91D;
}

#About .content .title h3 {
  color: #13305E;
  font-size: 45px;
  font-weight: 600;
}

#About .content .desc {
  margin-top: 20px;
}

#About .content .desc p {
  font-size: 14px;
  text-align: justify;
  color: #BAB4B4;
  line-height: 1.8;
}

#About .content .listAbout {
  list-style: none;
  padding: 0;
  margin: 0;
}

#About .content .listAbout li {
  display: block;
  margin-bottom: 20px;
}

#About .content .listAbout li i {
  margin-right: 10px;
  color: #F5B91D;
  font-size: 16px;
}

#About .content .listAbout li span {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
}

#About .content .AboutBtn {
  border: 1px solid #F5B91D;
  padding: 1px;
  width: fit-content;
  border-radius: 5px;
  margin-left: auto;
}

#About .content .AboutBtn .moreBtn {
  background: #13305E;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 90px;
  border-radius: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#About .content .AboutBtn .moreBtn:hover {
  background-color: #F5B91D;
}



/* Departments */
#Departments {
  padding: 40px 0;
}

.Depart_Item {
  width: 85%;
  text-align: center;
  padding-bottom: 40px;
  margin: auto;
  margin-top: 25px;
  transition: all 0.5s ease-in-out;
}

.Depart_Item .image {
  width: 100%;
  height: 247px;
  position: relative;
}

.Depart_Item .image .main {
  width: 100%;
  height: 100%;
}

.Depart_Item .image .Depart_top {
  position: absolute;
  top: -16px;
  right: -16px;
  width: auto;
  height: 80px;
}

.Depart_Item .image .Depart_bottom {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: auto;
  height: 80px;
}

.Depart_Item .title {
  margin-top: 30px;
}

.Depart_Item .title h5 {
  background: rgb(19,48,94);
  background: linear-gradient(90deg, rgba(19,48,94,1) 0%, rgba(23,73,154,1) 100%);
  padding: 14px;
  color: #FFF;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}



/* OurPartners */
#OurPartners {
  margin: 40px 0;
  padding: 40px 0;
  padding-bottom: 100px;
  background-image: url('../images/partnersBG.png');
  background-size: cover;
  background-position: center;
  position: relative;
}

#OurPartners .section_header {
  position: relative;
}

#OurPartners .section_header .section-title {
  color: #F5B91D;
}

#OurPartners .overlay {
  background-color: #13305ef2;
  z-index: 0;
}

.partnerItem {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.partnerItem .image {
  width: 70%;
  margin: auto;
}

.partnerItem .image img {
  width: auto;
  margin: auto;
  height: 100px;
}



/* ContactUs */
#ContactUs .content {
  padding: 40px;
}

#ContactUs .section_header .header_line {
  text-align: left;
}

#ContactUs .content .Form .SendButton {
  border: 1px solid #F5B91D;
    padding: 1px;
    width: fit-content;
    border-radius: 5px;
}

#ContactUs .content .Form .SendButton a {
  background: #13305E;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 7px;
    width: 140px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

#ContactUs .content .Form .SendButton a:hover {
  background-color: #F5B91D;
}

#ContactUs .image {
  width: 100%;
  height: 720px;
}

#ContactUs .image img {
  width: 100%;
  height: 100%;
}


/* Footer */
.footer {
  padding: 40px 0;
  padding-bottom: 0;
  background-image: url('../images/footerBG.png');
  background-size: cover;
  background-position: center;
}

.title-widget {
  color:#FFF;
  font-size: 18px;
  position: relative;
  margin: 30px 0;
  text-transform: uppercase;
}

.title-widget img {
  width: auto;
  height: 1px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.widget_nav_menu .linksList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_nav_menu .linksList li {
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  width:100%;
  color:#FFF;
  font-weight: 600;
}

.widget_nav_menu .linksList li a {
  color: #FFF;
  font-weight: lighter;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList li a i {
  font-size: 9px;
  padding-right: 5px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList li a:hover i {
  padding-right: 10px;
  color:#F5B91D;
}

.widget_nav_menu .linksList li a:hover {
  color:#F5B91D;
}


.widget_nav_menu .linksList .Links ul li {
  color:#000;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList .Links ul li:last-of-type {
  margin-bottom: 0;
}

.widget_nav_menu .linksList .Links ul li div {
  color: #FFF;
  font-size: 14px;
  display: inline-block;
}

.widget_nav_menu .linksList .Links ul li .iconFooter {
  color: #F5B91D;
  font-size: 14px;
  vertical-align: super;
}

.footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff42;
}

.footer-bottom {
  width: 100%;
}

.language {
  color: #FFF;
  padding-bottom: 10px;
}

.copyright {
  color: #FFF;
  text-align: right;
  padding-bottom: 10px;
}

.copyright img {
  height: auto;
  width: 50px;
  margin-left: 3px;
}

.copyright p, .language p {
  font-size: 14px;
  margin-bottom: 0;
}

.SocialList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsteller span {
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 10px;
}

.newsteller .email-box  {
  position: relative;
  width: 100%;
}

.newsteller .email-box .subscribeInp {
  border-radius: 3px;
  border: 1px solid #CFCFCF;
  color: #000;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.newsteller .email-box .subscribeInp:focus {
  box-shadow: none;
  border-color: #FFF;
}

.newsteller .subscribeButton {
  margin: 15px 0;
}

.newsteller .subscribeButton button {
  background-color: #13305E;
  color: #FFF;
  border: 1px solid #F5B91D;
  border-radius: 3px;
  width: 100%;
  padding: 7px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.newsteller .subscribeButton button:hover {
  background-color:#F5B91D;
  color: #FFF;
}

.socialFooter  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.socialFooter ul li{
  display: inline-block;
  margin-right: 5px;
}

.socialFooter ul li a {
  display: flex;
  color: #8197BB !important;
  background-color: #13305E;
  border: 1px solid #223D68;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.socialFooter ul li a i {
  font-size: 16px;
}

.socialFooter ul li a:hover {
  background-color: #F5B91D;
  color: #FFF;
  border-color: #F5B91D;
}



/*Scroll To Top */

.scroll_top {
  width: 40px;
  height: 40px;
  color: #FFF;
  background-color: #F5B91D;
  text-align: center;
  position: fixed;
  right: 0px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  border-radius: 3px;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}

.scroll_top i {
  position: absolute;
  top: 9px;
  right: 13px;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}

.scroll_top:hover {
  background-color: #13305E;
}



/***********************/
/****** Start Eman ****/
/***********************/

/***********************/
/* AboutPage */
/***********************/
#AboutPage {
  padding: 40px 0;
}

#AboutPage .image {
  width: 100%;
  height: 378px;
}

#AboutPage .image img {
  width: 100%;
  height: 100%;
}

#AboutPage .content {
  padding-top: 20px;
}

#AboutPage .content .title .Inside_title {
  margin-bottom: 10px;
}

#AboutPage .content .title .Inside_title h2 {
  font-size: 35px;
  color: #F5B91D;
}

#AboutPage .content .title h3 {
  color: #13305E;
  font-size: 45px;
  font-weight: 600;
}

#AboutPage .content .desc {
  margin-top: 20px;
}

#AboutPage .content .desc p {
  font-size: 14px;
  text-align: justify;
  color: #BAB4B4;
  line-height: 1.8;
}

#AboutPage .content .listAbout {
  list-style: none;
  padding: 0;
  margin: 0;
}

#AboutPage .content .listAbout li {
  display: block;
  margin-bottom: 20px;
}

#AboutPage .content .listAbout li i {
  margin-right: 10px;
  color: #F5B91D;
  font-size: 16px;
}

#AboutPage .content .listAbout li span {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
}

#AboutPage .content .AboutBtn {
  border: 1px solid #F5B91D;
  padding: 1px;
  width: fit-content;
  border-radius: 5px;
  margin-left: auto;
}

#AboutPage .content .AboutBtn .moreBtn {
  background: #13305E;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 90px;
  border-radius: 5px;
  color: #fff;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#AboutPage .content .AboutBtn .moreBtn:hover {
  background-color: #F5B91D;
}


/***********************/
/* PartnersPage */
/***********************/
#PartnersPage {
  padding: 40px 0;
}

#PartnersPage .partnerItem {
  margin-bottom: 40px;
}

#PartnersPage .partnerItem .image {
  width: 100%;
}

.w-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  max-width: 20%;
}


/***********************/
/* ContactPage */
/***********************/
#ContactPage {
  padding: 40px 0;
}

#ContactPage iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  border-radius: 10px;
}


#ContactPage .getintouch h5 {
  font-size: 20px;
  font-weight: 600;
  color: #13305E;
}

#ContactPage .getintouch h5 span {
  color: #F5B91D;
}

#ContactPage .content {
  margin: 30px 0;
  width: 70%;
  margin-bottom: 20px;
}

#ContactPage .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ContactPage .content ul li {
  display: block;
  margin-bottom: 10px;
}

#ContactPage .content ul li i {
  float: left;
  font-size: 16px;
  color: #F5B91D;
}

#ContactPage .content ul li .phone, 
#ContactPage .content ul li .mail, 
#ContactPage .content ul li .map {
  margin-left: 30px;
  font-size: 14px;
  color: #8D8D8D;
}


#ContactPage .Form {
  background-color: #FFF;
  box-shadow: 1px 3px 10px #DDD;
  padding: 40px;
  width: 100%;
  border-radius: 10px;
}

#ContactPage .Form .socialMedia {
  text-align: center;
  margin-bottom: 30px;
}

#ContactPage .Form .socialMedia  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ContactPage .Form .socialMedia ul li{
  display: inline-block;
  margin-right: 20px;
}

#ContactPage .Form .socialMedia ul li:last-of-type {
  margin-right: 0;
}

#ContactPage .Form .socialMedia ul li a {
  display: flex;
  color: #FFF;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  background-color: #F5B91D;
  transition: all 0.2s ease-in-out;
}

#ContactPage .Form .socialMedia ul li a i {
  font-size: 20px;
}

#ContactPage .Form .socialMedia ul li a:hover {
  background-color:#13305E;
  transform: scale(1.1);
}


#ContactPage .Form .SendButton {
  border: 1px solid #F5B91D;
    padding: 1px;
    width: fit-content;
    margin-left: auto;
    border-radius: 5px;
}

#ContactPage .Form .SendButton a {
  background: #13305E;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 7px;
    width: 140px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

#ContactPage .Form .SendButton a:hover {
  background-color: #F5B91D;
}


/***********************/
/* DepartDetails */
/***********************/
#DepartDetails {
  padding: 40px 0;
}

#DepartDetails .image {
  width: 100%;
  height: 507px;
}

#DepartDetails .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#DepartDetails .desc {
  margin-bottom: 20px;
}

#DepartDetails .desc p {
  font-size: 14px;
  line-height: 1.7;
  color: #BBBBBB;
}


/***********************/
/* PartnerDetails */
/***********************/
#PartnerDetails {
  padding: 40px 0;
}

#PartnerDetails .image {
  width: 100%;
  height: 280px;
}

#PartnerDetails .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#PartnerDetails .desc {
  margin-bottom: 20px;
}

#PartnerDetails .desc p {
  font-size: 14px;
  line-height: 1.7;
  color: #BBBBBB;
}

@media only screen and (max-width: 600px) {
  #AboutPage .image {
    height: auto;
  }
  #AboutPage .content .title .Inside_title h2 {
    font-size: 20px;
}
#AboutPage .content .title h3 {
  font-size: 22px;
}
#AboutPage .content .desc p {
  font-size: 12px;
}
#AboutPage .content .listAbout li span {
  font-size: 12px;
}
#AboutPage .content .listAbout li i {
  margin-right: 3px;
  font-size: 12px;
}



#ContactPage .Form .socialMedia ul li {
  margin-right: 10px;
}
#ContactPage .Form .SendButton {
  width: auto;
}
#ContactPage .Form .SendButton a {
  width: 100%;
}
#ContactPage .Form {
  margin-bottom: 20px;
}


#DepartDetails .image {
  height: auto;
  margin-bottom: 20px;
}



#PartnerDetails .image {
  height: auto;
  margin-bottom: 20px;
}


.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50%;
}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  #AboutPage .image {
    height: 173px;
}
#AboutPage .content .title .Inside_title h2 {
  font-size: 26px;
}
#AboutPage .content .title h3 {
  font-size: 32px;
}
#AboutPage .content .listAbout li span {
  font-size: 14px;
}


#ContactPage .Form {
  margin-bottom: 20px;
}


#DepartDetails .image {
  height: 580px;
  margin-bottom: 20px;
}

#PartnerDetails .image {
  height: 412px;
  margin-bottom: 20px;
}


.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #AboutPage .image {
    height: 235px;
}
#AboutPage .content .title .Inside_title h2 {
  font-size: 30px;
}
#AboutPage .content .title h3 {
  font-size: 38px;
}

#ContactPage .Form .socialMedia ul li {
  margin-right: 10px;
}


#DepartDetails .image {
  height: 308px;
}


#PartnerDetails .image {
  height: 170px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #AboutPage .image {
    height: 316px;
}
}


/***********************/
/****** End Eman ****/
/***********************/


@media only screen and (max-width: 600px) {
  body,
  .MainBody {
    padding-top: 76px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .owl-nav > div {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
  .formobile {
    display: block;
  }
  .navbar {
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 0px 3px 10px #0000001a;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    padding-top: 70px;
    padding-left: 20px;
    background-color: #fff;
  }

  .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
  }
  .navbar:before {
    content: none;
  }
  .navbar-brand {
    padding: 10px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }
  #navbarContent {
    height: 100vh;
    padding-bottom: 70px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .navbar-nav {
    text-align: left;
  }
  .navbar .links {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    margin: 5px 0;
    padding: 5px 0;
  }
  #dropdownMenu_2 {
    background-color: #fff;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-left: 2.5rem;
  }
  .dropdown-item {
    color: #000;
  }





  .contentSlider {
    left: 45%;
    top: 40%;
    width: 80%;
  }
  .contentSlider h1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contentSlider p {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .slick-dots {
    display: none !important;
  }
  .contentSlider .SliderBtn .moreBtn {
    padding: 5px 3px;
    width: 120px;
    font-size: 10px;
  }
  .imgbottomslider {
    bottom: 28px;
}
.HeaderSocial {
  display: none;
}
.navbar-light .navbar-nav .nav-link.active::after,
 .navbar-light .navbar-nav .nav-link::after {
  display: none;
 }






#About .content .quotes {
  right: -5px;
  height: 50px;
  top: 15px;
}
#About .images {
  height: 404px;
}
#About .images .secondImg {
  right: -10px;
  top: 60px;
  height: 307px;
  border: 17px solid #FFF;
}
#About .content {
  padding-left: 0;
  padding-top: 35px;
}
#About .content .title .Inside_title h2 {
  font-size: 23px;
}
#About .content .title h3 {
  font-size: 25px;
}
#About .content .desc p {
  font-size: 12px;
}
#About .content .listAbout li span {
  font-size: 12px;
}
#About .content .listAbout li i {
  margin-right: 5px;
  font-size: 14px;
}
#About .content .listAbout li {
  margin-bottom: 10px;
}
#About .content .AboutBtn .moreBtn {
  padding: 5px;
  width: 70px;
  font-size: 12px;
}



.section_header .section-title {
  font-size: 23px;
}
.section_header .header_line img {
  width: 70px;
}




.Depart_Item .image {
  height: 280px;
}



#ContactUs .content .Form .SendButton,
#ContactUs .content .Form .SendButton a {
  width: 100%;
}
#ContactUs .image {
  height: 320px;
}



.language,
.copyright {
  text-align: center;
}





}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  body,
  .MainBody {
    padding-top: 76px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .formobile {
    display: block;
  }
  .navbar {
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 0px 3px 10px #0000001a;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    padding-top: 70px;
    padding-left: 20px;
    background-color: #fff;
  }

  .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
  }
  .navbar:before {
    content: none;
  }
  .navbar-brand {
    padding: 10px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }
  .Search_Icon {
    right: 75px;
  }
  #navbarContent {
    height: 100vh;
    padding-bottom: 70px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .navbar-nav {
    text-align: left;
  }
  .navbar .links {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    margin: 5px 0;
    padding: 5px 0;
  }
  #dropdownMenu_2 {
    background-color: #fff;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-left: 2.5rem;
  }
  .dropdown-item {
    color: #000;
  }
  .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .nav-link::after {
    display: none;
  }




  .HeaderSocial {
    bottom: 120px;
}
.imgbottomslider {
  bottom: 15px;
}
  .contentSlider {
    left: 40%;
    width: 60%;
  }
  .contentSlider h1 {
    font-size: 30px;
  }
  .contentSlider p {
    margin-bottom: 20px;
    font-size: 14px;
}
.contentSlider .SliderBtn .moreBtn {
  width: 150px;
  font-size: 12px;
  padding: 7px;
}
.HeaderSocial ul li a {
  width: 30px;
  height: 30px;
}
.HeaderSocial ul li a i {
  font-size: 16px;
}
.slick-dots {
  bottom: 5px;
}





#About .content .quotes {
  right: -50px;
  height: 85px;
  top: 15px;
}
  #About .images {
    height: 700px;
  }
  #About .images .secondImg {
    right: -60px;
    top: 130px;
    height: 450px;
    border: 17px solid #FFF;
}
  #About .content {
    padding-left: 0;
    padding-top: 35px;
  }
  #About .content .title .Inside_title h2 {
    font-size: 30px;
  }
  #About .content .title h3 {
    font-size: 30px;
  }
  #About .content .desc p {
    font-size: 14px;
  }
  #About .content .listAbout li span {
    font-size: 14px;
  }
  #About .content .listAbout li i {
    margin-right: 5px;
    font-size: 14px;
  }
  #About .content .listAbout li {
    margin-bottom: 10px;
  }
  #About .content .AboutBtn .moreBtn {
    padding: 5px;
    width: 90px;
    font-size: 12px;
  }
  
  
  
  .section_header .section-title {
    font-size: 25px;
  }
  .section_header .header_line img {
    width: 70px;
  }
  
  
  
  
  .Depart_Item .image {
    height: 232px;
  }
  
  
  

  #ContactUs .image {
    height: 706px;
  }
  
  
  .socialFooter ul li {
    margin-right: 3px;
}
  .copyright p, .language p {
    font-size: 10px;
}
  
 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body,
  .MainBody {
    padding-top: 76px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .formobile {
    display: block;
  }
  .navbar {
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 0px 3px 10px #0000001a;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    padding-top: 70px;
    padding-left: 20px;
    background-color: #fff;
  }

  .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
  }
  .navbar:before {
    content: none;
  }
  .navbar-brand {
    padding: 10px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }
  .Search_Icon {
    right: 75px;
  }
  #navbarContent {
    height: 100vh;
    padding-bottom: 70px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .navbar-nav {
    text-align: left;
  }
  .navbar .links {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    margin: 10px 0;
    padding: 5px 0;
  }
  #dropdownMenu_2 {
    background-color: #fff;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-left: 2.5rem;
  }
  .dropdown-item {
    color: #000;
  }






  .contentSlider {
    left: 40%;
    width: 70%;
  }
  .contentSlider h1 {
    font-size: 30px;
  }
  .imgbottomslider {
    bottom: 11px;
}
.HeaderSocial {
  bottom: 120px;
}





  #About .content .quotes {
    right: -25px;
    height: 85px;
    top: -20px;
  }
    #About .images {
      height: 375px;
    }
    #About .images .secondImg {
      right: -60px;
      top: 35px;
      height: 310px;
      border: 17px solid #FFF;
  }
    #About .content {
      padding-top: 35px;
    }
    #About .content .title .Inside_title h2 {
      font-size: 26px;
    }
    #About .content .title h3 {
      font-size: 22px;
    }
    #About .content .desc p {
      font-size: 12px;
    }
    #About .content .listAbout li span {
      font-size: 12px;
    }
    #About .content .listAbout li i {
      margin-right: 5px;
      font-size: 14px;
    }
    #About .content .listAbout li {
      margin-bottom: 10px;
    }
    #About .content .AboutBtn .moreBtn {
      padding: 5px;
      width: 90px;
      font-size: 12px;
    }
    
    
    
    .section_header .section-title {
      font-size: 25px;
    }
    .section_header .header_line img {
      width: 70px;
    }
    
    
    
    
    .Depart_Item .image {
      height: 203px;
    }
    
    
    
  
    #ContactUs .image {
      height: 620px;
    }
    
    
    .socialFooter ul li {
      margin-right: 2px;
      margin-bottom: 3px;
  }
    .copyright p, .language p {
      font-size: 11px;
  }
  .widget_nav_menu .linksList li,
  .newsteller span {
    font-size: 12px;
}
  .widget_nav_menu .linksList .Links ul li div {
    font-size: 10px;
}
.newsteller .email-box .subscribeInp {
  font-size: 12px;
  padding: 10px;
}
.newsteller .subscribeButton button {
  padding: 5px;
  font-size: 12px;
}
.widget_nav_menu .linksList li a i {
  font-size: 7px;
}

 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    padding: 0.4rem;
  }
  .navbar .links ul li {
    margin-left: 15px;
  }
  .navbar:before {
    width: 25%;
  }
  .navbar-brand img {
    height: 54px;
  }
  .navbar .links ul li .RequestBtn {
    font-size: 14px;
    width: 160px;
  }




  .contentSlider {
    left: 40%;
    width: 70%;
  }
  .contentSlider h1 {
    font-size: 40px;
  }
  .HeaderSocial {
    bottom: 155px;
}



  #About .content .quotes {
    right: -25px;
    height: 110px;
}
#About .content .title h3 {
  font-size: 42px;
}



.Depart_Item .image {
  height: 203px;
}



#ContactUs .image {
  height: 635px;
}


.socialFooter ul li a {
  width: 30px;
  height: 30px;
}
.socialFooter ul li {
  margin-right: 1px;
}

  
}
