@font-face {

    font-family: 'ge_dinar_onemedium';

    src: url('../fonts/ge_dinar_one_medium-webfont.woff2') format('woff2'),

         url('../fonts/ge_dinar_one_medium-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Open Sans';

    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),

        url('../fonts/OpenSans-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}

@font-face {

  font-family: 'El Messiri';

  src: url('../fonts/ElMessiri-Medium.woff2') format('woff2'),

      url('../fonts/ElMessiri-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}

@font-face {

  font-family: 'El Messiri';

  src: url('../fonts/ElMessiri-Bold.woff2') format('woff2'),

      url('../fonts/ElMessiri-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}

@font-face {

  font-family: 'El Messiri';

  src: url('../fonts/ElMessiri-Regular.woff2') format('woff2'),

      url('../fonts/ElMessiri-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}

@font-face {

  font-family: 'El Messiri';

  src: url('../fonts/ElMessiri-SemiBold.woff2') format('woff2'),

      url('../fonts/ElMessiri-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;

}

body{

  width:100%;

  height: 100%;

  padding:0px;

  margin:0px;

}

html{

  font-size: 10px;

  font-family: 'El Messiri';

}

@-webkit-keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

.animate__fadeInDown {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

}

@media only screen and (min-width:1440px){

  .container{

    max-width:1360px;

  }

}

/*top-header*/

.top-header{

  background-color: #2D83A1;

  padding:23.5px 0px;

}

.top-header p{

  font:normal 400 1.4rem/1.8rem 'El Messiri';

  color:#EFF8F9;

  

  margin:0px;

}

.top-header p span{

  color:#FFE892;

  padding-right:4px;

}

/*top-header*/

/*header*/

.header.fixed-header {

  position: fixed;

  top: 0px;

  left: 0px;

  right: 0px;

  background-color: #fff;

  z-index: 2;

  animation: fadeInDown 0.5s ease-out;

}

.header.fixed-header .whatsapp{

  padding:24px 0px;

}

.header.fixed-header .logo-section{

  position: relative;

  top:auto;

}

.header .logo-section .fixed-logo{

  display: none;

}

.header.fixed-header .logo-section .fixed-logo{

  display: block;

}

.header.fixed-header .logo-section .normal-logo{

  display: none;

}

.header .whatsapp{

  padding:42.5px 0px;

  position: relative;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}

.header .phone{

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}

.header .phone img{

  padding-right:17px;

}

.header .phone a{

  font:normal 300 1.5rem/1.5rem Open Sans;

  color:#000000;

  text-decoration: none;

}

.header .logo-section{

  position: absolute;

  right: 0px;

  top: -40px;

}

.header .navbar ul{

  margin:0 auto;

  align-items: center;

}

.header .navbar ul li{

  padding:0px 24px;

}

.header .navbar ul li a{

  font:normal 400 1.5rem/1.7rem 'El Messiri';

  color:#292929;

  padding:0px;

}

.header .navbar ul li a:hover, .header .navbar ul li a.active{

  color:#00509E;

}

/*header*/

/*search*/

.search-area, .advanced-search{

  box-sizing: border-box;

  background-color: #E3E3E3;

  display: none;

  position: relative;

}

.search-area.home{

  display: block;

}

.search-area input{

  border: 0;

  padding-bottom: 5px;

  background-color: transparent;

  overflow: hidden;

  max-width: 520px;

  white-space: nowrap;

  min-width: 100px;

  padding-left: 2px;

  font:normal 400 4rem/3.2rem 'El Messiri';

  color:#BCB9B0;

  text-align: center;

  display: inline-block;

}

.first-search{

  display: inline-flex;

  width: 90%;

}

.search-area input:focus{

  background: transparent;

}

.search-area input:focus-visible{

  outline:none;

}

.search-area .sub-heading, .advanced-search .sub-heading{

  background: url('../images/search.webp') no-repeat;

  width: 113px;

  height: 120px;

  position: absolute;

  right: 0px;

  top: 50%;

  transform: translateY(-50%);

}

.search-area .search-input{

  width:100%;

  padding:25px 0px;

  display: inline-flex;

}

.advanced-search .search-input{

  width:100%;

  padding:25px 0px 0px 0px;

  display: inline-flex;

}

.advanced-search .calendar{

  position: relative;

}

.advanced-search .calendar:after{

  content:"";

  position: absolute;

  background: url('../images/calendar.webp') no-repeat;

  width: 22px;

  height: 22px;

  top: 21px;

  left: 25px;

}

.search-area .search-word, .advanced-search .search-word{

  font:normal 400 1.8rem/2.3rem 'El Messiri';

  color:#fff;

  transform: rotate(90deg); 

  position: absolute;

  transform: rotate(-90deg);

  right: 0px;

  top: 48px;

}

.search-area .close{

  border:none;

  background: transparent;

  margin-right:70px;

}

.search-area .advanced-toggle{

  font:normal 400 1.6rem/2.6rem 'El Messiri';

  color:#00509E;

  background: transparent;

  border:none;

  float: left;

  margin-right:150px;

}

 .search-toggle{

  border:none;

  background-color: #F4EBEB;

  width:40px;

  height:40px;

  border-radius: 50%;

}

.search-toggle:focus-visible{

  outline: none;

}

.search-area .advanced-search{

  display: none;

  width: 90%;

  float: left;

}

.advanced-search .advanced-close{

  border:none;

  width: 10%;

  float: left;

  text-align: left;

  background: transparent;

}

.advanced-search select{

  width:100%;

  padding:15px 10px;

  font: normal 400 1.6rem/3.2rem 'El Messiri';

  color: #6E6E6E;

  border:1px solid #C0CDDD;

  border-radius: 4px;

  -webkit-appearance: none;

  background: #F5FAFF;

  

}

 .advanced-search input{

  width:100%;

  padding:15px 10px;

  font: normal 400 1.6rem/3.2rem 'El Messiri';

  color: #6E6E6E;

  border:1px solid #C0CDDD;

  border-radius: 4px;

  background: #F5FAFF;

  

  text-align: right;

}

.advanced-search input::placeholder{

  font: normal 400 1.6rem/3.2rem 'El Messiri';

  color: #6E6E6E;

}

.advanced-search .select-box{

  position: relative;

  margin-bottom:24px;

}

.advanced-search select:focus-visible{

  outline:none;

}

 .advanced-search .select-box:after{

  content:"";

  position: absolute;

  border-right: 2px solid #38486F;

  border-top: 2px solid #38486F;

  width: 7px;

  height: 7px;

  top: 27px;

  left: 25px;

  transform: rotate(135deg);

}

.advanced-search{

  display: none;

}

.advanced-search .search-options{

  width:80%;

  float: left;

}

.advanced-search .header-search{

  float: left;

}

.search-area input:focus{

  box-shadow: none;

}

/*search*/

/*geometric*/

.geometric{

  display: inline-block;

  width:100%;

  padding:40px 0px;

}

.geometric .shapes{

  position: relative;

}

.geometric .shapes .image-section{

  position:  relative;

}

.geometric .shapes .image-section img{

  width:100%;

}

.geometric .background-bg{

  background: rgb(0 0 0 / 50%);

  position: relative;

  top:0px;

  left:0px;

  right:0px;

  bottom:0px;

}

.geometric .content{

  position: absolute;

  top:0px;

  bottom:0px;

  left:0px;

  right:0px;

  width:320px;

  margin:0 auto;

  text-align: center;

  padding:24px;

}

.geometric .content.wide-width{

  width:50rem;

  padding:24px;

}

.geometric .content img{

  margin-bottom:24px;

}

.geometric .content h2{

  font:normal 400 3.2rem/3.2rem 'El Messiri';

  color:#FFE892;

  margin-bottom:24px;

}

.geometric .content p{

  font:normal 400 1.6rem/2rem 'El Messiri';

  color:#fff;

  margin-bottom:24px;

}

.geometric .content .read-more{

  background-color:#fff;

  border:none;

  padding:12px 40px;

  border-radius: 5px;

  font:normal 400 1.4rem/1.8rem 'El Messiri';

  color:#00509E;

}

.geometric .files-scientific{

  margin-top:20px;

}

.geometric .scientific{

  text-align: center;

}

.geometric .scientific img{

  margin-bottom:8px;

}

.geometric .scientific h2{

  font:normal 400 2.4rem/2.4rem 'El Messiri';

  color:#00509E;

  margin-bottom:8px;

}

.geometric .scientific p{

  font:normal 400 1.6rem/2rem 'El Messiri';

  color:#292929;

  margin:0px;

}

.geometric .scientific{

  padding:26px 46px;

}

.geometric .scientific.first{

  background: linear-gradient(90deg, #F5F0F0 0%, #F8E6C5 100%);

}

.geometric .scientific.second{

  background: linear-gradient(90deg, #F5F0F0 0%, #D8F6D8 100%);

}

.geometric .scientific.third{

  background: linear-gradient(90deg, #F5F0F0 0%, #9EDFE3 100%);

}

/*geometric*/

/*network*/

.network{

  background: url('../images/logos-bg.png') no-repeat;

  padding:120px 0px;

  background-size: cover;

}

.network .logos{

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

}

.network .logos img{

  width: auto;

  position: relative;

}

.network .logos .our{

  position: relative;

  text-align: center;

}

.network .logos .our:first-child{

  text-align: left;

}

.network .logos .our:last-child{

  text-align: right;

}

.network .logos .our:after{

  content:"";

  position: absolute;

  background: #FFFFFF;

  width:2px;

  height:100%;

  right:-58px;

  top:0px;

}

.network .logos .our:last-child:after{

  background: transparent;

}

/*network*/

/*specialists*/

.specialists{

  display: inline-block;

  width: 100%;

  padding:80px 0px;

}

.specialists h2{

  font:normal 400 4rem/4rem 'El Messiri';

  color:#00509E;

  text-align: center;

  margin-bottom:40px;

}

.carousel-section {

  overflow: hidden;

}

.carousel-section .owl-carousel .owl-stage {

  padding-left: 0 !important;

}

.carousel-section .owl-carousel .owl-stage-outer {

  overflow: unset;

}

.carousel-item {

  display: block;

  position: relative;

}

.specialists .carousel-item img{

  height: 550px;

  object-fit: cover;

  object-position: center;

}

.specialists .carousel-item .content{

  position: absolute;

  top:0px;

  bottom:0px;

  left:0px;

  right:0px;

  padding:40px 16px;

  display: flex;

  flex-wrap: wrap;

  align-content: space-between;

  background: rgb(0 0 0 / 30%);

}

.specialists .carousel-item .content p{

  font:normal 400 2.8rem/4rem 'El Messiri';

  color:#E0FDFF;

  text-align: center;

  margin:0px;

  width:100%;

}

.specialists .carousel-item .content .special-link{

  background: #FFFFFF;

  padding:12px 40px;

  font:normal 400 1.4rem/1.8rem 'El Messiri';

  color:#00509E;

  border-radius: 5px;

  margin:0 auto;

  border:1px solid #fff;

}

.specialists .owl-theme .owl-nav{

  margin-top:50px;

}

.specialists .owl-theme .owl-nav button{

  width:48px;

  height:48px;

  border-radius: 50% !important;

  background: #FDFDFD !important;

  border:1.5px solid #C3DAF4 !important;

}

.specialists .owl-prev{

  transform: rotate(180deg);

  margin:0px 18px 0px 0px;

}

.specialists .owl-next{

  margin:0px;

}

/*specialists*/

/*space*/

.space{

  display: inline-block;

  width:100%;

  text-align: center;

  background: #F4EBEB;

  padding:80px 0px;

}

.space h2{

  font:normal 400 3.2rem/3.2rem 'El Messiri';

  width:690px;

  margin:0 auto;

  color:#3b3b3b;

}

.space p{

  font:normal 600 1.4rem/1.8rem 'El Messiri';

  color:#3b3b3b;

  margin:30px 0px 0px;

}

/*space*/

/*excerpts*/

.swiper-slide  .slide{

  width:100%;

}

body .swiper-slide img {

  width: 100%;

  height: 360px;

  margin: auto;

  object-fit: cover;

}

.excerpts{

  display: inline-block;

  width: 100%;

  padding:40px 0px;

}

.excerpts h2{

  font:normal 400 4rem/4rem 'El Messiri';

  color:#00509E;

  margin-bottom:40px;

  text-align: center;

}

.swiper-wrapper{

  padding-bottom:40px;

}

.swiper-pagination{

  bottom:0px !important;

}

.swiper-pagination-bullet{

  background: #D9D9D9;

  width:8px;

  height:8px;

}

.swiper-pagination-bullet.swiper-pagination-bullet-active{

  background:#00509E;

}

/*excerpts*/

/*social-network*/

.social-network{

  padding:40px 0px;

}

.social-network .medias{

  background-color: #F8E6C5;

  padding:4rem;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: flex-end;

  height: 100%;

}

.social-network .medias .content{

  width: 300px;

  float: left;

  

}

.social-network .medias.subscribe .content{

  width:320px;

}

.social-network .medias .content h4{

  font:normal 400 2.8rem/3.2rem 'El Messiri';

  color:#38486F;

  text-align: right;

  margin-bottom:20px;

}

.social-network .medias .content ul{

  margin:0px 0px 20px 0px;

  padding:0px;

  list-style: none;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

.social-network .medias .content ul li a{

  width:58px;

  height:58px;

  background-color: #F5FAFF;

  border-radius: 50%;

  display: inline-flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

}

.social-network .medias .content p{

  font:normal 400 1.4rem/2rem 'El Messiri';

  color:#6E6E6E;

  text-align: right;

  margin:0px;

}

.social-network .medias.subscribe{

  background: #C3DAF4;

  height: 100%;

}

.social-network .emails{

  margin-bottom:20px;

  position: relative;

  width:298px;

  text-align: right;

}

.social-network .emails:after{

  content:"";

  position: absolute;

  background: url('../images/right-arrow.webp') no-repeat;

  width: 15px;

  height: 12px;

  top: 23px;

  right: 10px;

}

.social-network .emails input{

  height:58px;

  padding:16px;

  font:normal 400 1.6rem/3.2rem 'El Messiri';

  color:#6E6E6E;

  text-align: left;

  

}

.social-network .emails input::placeholder{

  font:normal 400 1.6rem/3.2rem 'El Messiri';

  color:#6E6E6E;

}

.social-network .medias .image{

  width: 140px;

  float: left;

  margin-left:80px;

}

/*social-network*/

/*footer*/

footer{

  display: inline-block;

  width: 100%;

  padding:40px 0px;

  background: #2D83A1;

}

footer .footer-section{

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

footer .address{

  width: 242px;

  float: left;

}

footer .quick-links{

  width: 136px;

  float: left;

}

footer .call-email{

  width: 200px;

  float: left;

}

footer .community{

  width: 206px;

  float: left;

}

footer h4{

  font:normal 400 2rem/2.5rem 'El Messiri';

  color:#ACE9ED;

  text-align: right;

  margin-bottom:16px;

}

footer p{

  font:normal 300 1.4rem/2rem 'Open Sans';

  color:#FFFFFF;

  text-align: right;

}

footer ul{

  list-style: none;

  margin:0px;

  padding:0px;

}

footer ul li a:hover{

  color:#FFFFFF;

}

footer .call-email ul li{

  padding-bottom:4px;

}

footer .call-email .call{

  margin-bottom:64px;

}

footer .call-email .call li a{

  font:normal 300 1.6rem/2rem 'Open Sans';

}

footer .call-email .partner ul{

  text-align: right;

}

footer .call-email .partner li{

  display: inline-block;

}

footer .whats{

  text-align: right;

  margin-bottom:40px;

}

footer .whats a{

  font:normal 300 1.5rem/1.5rem 'Open Sans';

  color:#FFFFFF;

  margin-right:17px;

  text-decoration: none;

}

footer ul li{

  text-align: right;

  padding-bottom:16px;

}

footer ul li a{

  font:normal 400 1.6rem/2rem 'El Messiri';

  color:#FFFFFF;

  text-decoration: none;

}

footer .bottom-footer{

  padding:40px 0px 0px 0px;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

footer .bottom-footer p{

  font:normal 400 1.4rem/1.8rem 'El Messiri';

  color:#ACE9ED;

  margin:0px;

}

footer .bottom-footer ul li{

  display: inline-block;

  margin-right:24px;

}

footer .bottom-footer ul li:last-child{

  margin-right: 0px;

}

footer .bottom-footer ul li a{

  font:normal 400 1.4rem/2.1rem 'El Messiri';

  color:#FFE892;

}

/*footer*/

/*aboutus*/

.aboutus-banner{

  position: relative;

}

.aboutus-banner img{

  width: 100%;

}

.aboutus-banner .banner-content{

  position: absolute;

  top: 150px;

  bottom: 0px;

  left: 0px;

  right: 0px;

}

.aboutus-banner .inner-banner{

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: flex-end;

}

.aboutus-banner .banner-content .content{

  width: 69.2rem;

  float: left;

}

.aboutus-banner .banner-content .content p{

  font:normal 300 2rem/3.2rem 'El Messiri';

  color:#6E6E6E;

  margin:0px;

  

}

.aboutus-banner .banner-content .heading{

  width:35rem;

  padding-left:40px;

 /* margin-left:40px;

  border-left:1px solid #fff;*/

  float: left;

}

.aboutus-banner .banner-content h1{

  font:normal 300 9.6rem/9.6rem 'El Messiri';

  color:#292929;

  

}

.president{

  display: inline-block;

  width:100%;

  padding:10rem 0px;

  background-color: #FAF7F7;

}

.president .content{

  

}

.president .image img{

  width:560px;

  height: 745px;

  object-fit: cover;

  object-position: center;

  float: right;

}

.president h3{

  font:normal 400 1.8rem/2.9rem 'El Messiri';

  color:#D57945;

  margin-bottom:40px;

}

.president .speech{

  position: relative;

}

.president .speech .image{

  position: absolute;

  right:0px;

  bottom:-30px;

}

.president p{

  font:normal 300 2.4rem/3.8rem 'El Messiri';

  color:#292929;

  margin-bottom:40px;

}

.president a{

  width:64px;

  height:64px;

  background-color: #FFFFFF;

  border-radius: 50%;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

}

.articles{

  display: inline-block;

  width: 100%;

  background-color: #FAF7F7;

}

.articles .articles-list{

  display: flex;

  flex-wrap: wrap;

  flex-direction: row-reverse;

}

.articles .articles-list .single-article{

  width:36rem;

  margin-bottom:100px;

  margin-left:10rem;

}

.articles .articles-list .single-article:nth-of-type(3n){

  margin-left:0px;

}

.articles .articles-list .single-article .image-section img{

  width: 100%;

  margin-bottom:32px;

}

.articles .content-section{

  

}

.articles .content-section h3{

  font:normal 400 1.6rem/2.6rem 'El Messiri';

  color:#D57945;

  margin-bottom:32px;

}

.articles .articles-list .single-article h3 img{

  margin-left:10px;

}

.articles .content-section p{

  font:normal 300 1.8rem/2.9rem 'El Messiri';

  color:#292929;

  margin-bottom:32px;

}

.articles .content-section a{

  width:64px;

  height:64px;

  background-color: #FFFFFF;

  border-radius: 50%;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

}

/*aboutus*/

/*president-msg*/

.aboutus-banner.president-msg .banner-content{

  top:0px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}

.aboutus-banner.president-msg .heading{

  width:53rem;

  float: left;

}

.aboutus-banner.president-msg .content{

  width:55rem;

  

}

.aboutus-banner.president-msg .content p{

  color:#fff;

}

.aboutus-banner.president-msg .heading h1{

  color:#FFE892;

}

.culture-arab{

  display: inline-block;

  width:100%;

  padding:10rem 0px;

}

.culture-arab .community img{

  width:48rem;

  height:49.2rem;

  object-fit: cover;

  object-position: center;

  margin-right:100px;

  margin-bottom:40px;

  float: left;

}

.culture-arab .community{

  width:112rem;

  margin:0 auto;

}

.culture-arab .community h3{

  font:normal 300 3.2rem/4.2rem 'El Messiri';

  color:#D57945;

  margin-bottom:40px;

  

}

.culture-arab .community p{

  font:normal 300 1.6rem/3.2rem 'El Messiri';

  color:#292929;

  margin-bottom:40px; 

  

}

.culture-arab .community .name{

  font:normal 400 2.4rem/3.2rem 'El Messiri';

  color:#00509E;

  margin:0px;

  

}

.culture-arab .community .designation{

  

  color:#6E6E6E;

  margin:0px;

}

/*president-msg*/

/*our-achievement*/

.aboutus-banner.our-achievement .banner-content{

  top:0px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}

.aboutus-banner.our-achievement .heading{

  width:36rem;

  float: left;

}

.aboutus-banner.our-achievement .content{

  width:64rem;

  

}

.aboutus-banner.our-achievement .content p{

  color:#fff;

}

.aboutus-banner.our-achievement .heading h1{

  color:#FFE892;

}

.projects{

  display: inline-block;

  width:100%;

  padding:12rem 0px 2rem;

}

.projects .projects-list{

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  width:112rem;

  margin:0 auto;

  padding-bottom:100px;

}

.projects .projects-list .image img{

  width:100%;

}

.projects .projects-list:nth-of-type(even) .content{

  order:2;

}

.projects .projects-list:nth-of-type(even) .image{

  order:1;

}

.projects .content{

  width:56rem;

  float: left;

}

.projects .content h3{

  font:normal 400 1.8rem/2.9rem 'El Messiri';

  color:#D57945;

  margin-bottom:40px;

  

}

.projects .content h3 img{

  margin-left:10px;

}

.projects .content p{

  font:normal 300 2.4rem/3.8rem 'El Messiri'; 

  color:#292929;

  direction:rtl;

  margin-bottom:40px;

}

.projects .content a{

  width:64px;

  height:64px;

  border-radius: 50%;

  border:1px solid #C3DAF4;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  float: right;

}

/*our-achievement*/

/*our-achievement-projects*/

.projects.achieve-projects .content{

  background-color: #FAF7F7;

  width:82.8rem;

  padding:6rem 15rem 6rem 8rem;

  position: relative;

}

.projects.achieve-projects .projects-list{

  width:120rem;

  position: relative;

}

.projects.achieve-projects .image{

  position: absolute;

  right:5px;

}

.projects.achieve-projects .projects-list:nth-of-type(even){

  justify-content: flex-end;

}

.projects.achieve-projects .projects-list:nth-of-type(even) .content{

  padding:6rem 8rem 6rem 15rem;

  order:2;

}

.projects.achieve-projects .projects-list:nth-of-type(even) .image{

  left:5px;

  right:auto;

  order:1;

  z-index: 1;

}

/*our-achievement-projects*/

/*our-achievement-studies*/

.research-unit{

  display: inline-block;

  width: 100%;

  background-color: #F4EBEB;

  padding:10rem 0px;

  text-align: center;

}

.research-unit h2{

  font:normal 300 4.8rem/4.8rem 'El Messiri'; 

  color:#00509E;

  margin-bottom:64px;

  

}

.research-unit .filter-dropdown .sciences{

  font:normal 400 1.6rem/2.6rem 'El Messiri';

  color:#6E6E6E;

  border-radius: 40px;

  padding:16px 32px 16px 42px;

  background-color: #FFFFFF;

  border:1px solid #E6DBDB;

  margin-right:16px; 

  width: auto;

  display: inline-block;

  position: relative;

}

.research-unit .filter-dropdown .sciences:before{

  content: "";

  position: absolute;

  width: 7px;

  height: 7px;

  border-bottom: 2px solid #6E6E6E;

  border-left: 2px solid #6E6E6E;

  left: 26px;

  top: 26px;

  transform: rotate(45deg);

}

.research-unit .filter-dropdown .sciences.active{

  border:2px solid #D57945;

  color:#D57945;

}

.research-unit .filter-dropdown .sciences.active:before{

  border-bottom: 2px solid #D57945;

  border-left: 2px solid #D57945;

}

.research-unit .filter-dropdown .sciences:last-child{

  margin-right:0px;

}

.ramanden-sciences{

  display: inline-block;

  width: 100%;

  padding:8rem 0px 0px 0px;

}

.ramanden-sciences h2{

  font:normal 300 4rem/5.6rem 'El Messiri';

  color:#292929;

  margin-bottom:48px;

  text-align: center;

  

}

.ramanden-sciences .sciences-list{

  display: flex;

  flex-wrap: wrap;

  width:127.2rem;

  margin:0 auto;

  justify-content: center;

}

.ramanden-sciences .sciences-list .single-science{

  width:270px;

  margin-right:64px;

  margin-bottom:64px;

}

.ramanden-sciences .sciences-list .single-science:nth-of-type(4n){

  margin-right:0px;

}

.ramanden-sciences .sciences-list .image{

  margin-bottom:24px;

}

.ramanden-sciences .sciences-list .single-science img{

  width:100%;

}

.ramanden-sciences .content h3{

  font:normal 400 1.6rem/2.6rem 'El Messiri';

  color:#D57945;

  margin-bottom:16px;

  

}

.ramanden-sciences .content p{

  font:normal 300 1.8rem/2.9rem 'El Messiri';

  color:#292929;

  margin:0px;

  

}

.ramanden-sciences .load-more{

  text-align: center;

  display: inline-block;

  width: 100%;

}

.ramanden-sciences .load-more button{

  font:normal 400 1.4rem/2.2rem 'El Messiri';

  color:#FFFFFF;

  background-color: #00509E;

  border:1px solid #C3DAF4;

  border-radius: 5px;

  padding:12px 40px;

  

}

.aboutus-banner.our-studies .heading span{

  font:normal 300 2.4rem/2.4rem 'El Messiri';

  color:#C6C4BE;

  display: block;

  margin-bottom:10px;

  

}

.aboutus-banner.our-studies .heading{

  width: 55rem;

}

.aboutus-banner.our-studies .heading h1{

  color:#FFE892;

}

.aboutus-banner.our-studies .content{

  width: 62rem;

}

.aboutus-banner.our-studies .content p{

  color:#FFFFFF;

}

.aboutus-banner.our-studies  .banner-content{

  top:0px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: flex-end;

}

/*our-achievement-studies*/

/*our-achievement-ebook*/

.aboutus-banner.our-ebook .heading span{

  font:normal 300 2.4rem/2.4rem 'El Messiri';

  color:#C6C4BE;

  display: block;

  margin-bottom:10px;

  

}

.aboutus-banner.our-ebook  .banner-content{

  top:0px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: flex-end;

}

.aboutus-banner.our-ebook .heading{

  width: 62rem;

}

.aboutus-banner.our-ebook .heading h1{

  color:#FFE892;

}

.aboutus-banner.our-ebook .content{

  width: 64rem;

}

.research-unit.ebook h2{

  margin-bottom:16px;

}

.research-unit.ebook p{

  font:normal 300 2rem/3.2rem 'El Messiri';

  color:#292929;

  margin-bottom:64px;

}

/*our-achievement-ebook*/





@media only screen and (min-width:1365px) and (max-width:1439px){

  /*index*/

  .social-network .medias{

    padding:4rem 2rem;

  }

  .social-network .medias .image{

    margin-left:50px;

  }

  .header .navbar ul li{

    padding:0px 22px;

  }

  /*index*/

  /*aboutus*/

  .articles .articles-list .single-article {

    width: 33rem;

    margin-left: 6.5rem;

  }

  /*aboutus*/

  /*our-achievement-studies*/

  .ramanden-sciences .sciences-list {

    width:100%;

  }

  .ramanden-sciences .sciences-list .single-science{

    margin-right:30px;

    width:258px;

  }

  .aboutus-banner.our-studies .content {

    width: 53rem;

  }

  /*our-achievement-studies*/ 

  /*our-achievement-ebook*/

  .aboutus-banner.our-ebook .content{

    width:50rem;

  }

  .aboutus-banner.our-ebook .heading{

    width:58rem;

  }

  .aboutus-banner .banner-content h1{

    font-size: 90px;

  }

  /*our-achievement-ebook*/

}

@media only screen and (min-width:1680px){

  /*aboutus*/

  .aboutus-banner .banner-content{

    top:300px;

  }

  /*aboutus*/

  /*our-achievement-ebook*/

 

  /*our-achievement-ebook*/

}