* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family:'Cairo', sans-serif; 
    padding-top: 80px;
    direction: rtl;
    text-align: right;
    background-color: #0C0E1B;
}

.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: space-between;
    top: 30%;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
    direction: ltr;
}

.owl-nav>div {
    background: #2259FF;
    border: 2px solid #2259FF;
    color: #FFF;
    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-color: #1A1D2E;
    border-color: #1A1D2E;
}

.owl-nav .owl-prev {
    position: relative;
    right: 60px;
    top: 25px;
}

.owl-nav .owl-next {
    position: relative;
    left: 60px;
    top: 25px;
}

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: 10px;
    padding: 20px;
    background-color: #FFF;
    font-size: 14px;
    color:#000;
}

.form-control::placeholder {
    color: #7e7e7e;
}

select {
    padding: 5px  !important;
    padding-left: 20px !important;
    height: 35px !important;
    background: url('../images/SelectArrow.png') no-repeat left;
    background-position-x: 5%;
    -webkit-appearance: none;
    box-shadow: none !important;
    border: none !important;
}

select:valid {
    color:#000;
}

select:invalid {
    color: #7e7e7e;
}

.form-control,
textarea.form-control {
    box-shadow: 0px 3px 2px -2px transparent;
    border: 1px solid #ececec;
    transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
    color:#000;
    border-color: #2259FF;
    box-shadow: 0px 6px 8px -2px #2259FF61;
}

textarea.form-control {
    resize: none;
    height: 200px;
}

.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: 3px;
    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: #2259FF;
    color: #FFF;
    width: 30%;
    outline: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn:hover {
    background-color: #000;
}

.Search_Icon {
    position: absolute;
    left: 80px;
    top: 22px;
    font-size: 20px;
    color: #FFF;
}

.Arabic {
    font-family: 'Poppins', sans-serif;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}


.Section_title {
    text-align: right;
    margin-bottom: 40px;
    border-right: 4px solid #2259FF;
}

.Section_title h2 {
    margin-bottom: 0;
    color:#2259FF;
    font-size: 30px;
    margin-right: 15px;
    font-family: 'Air Strip Arabic', sans-serif;
}

.titleHeader {
    margin-bottom: 40px;
  }
  
  .titleHeader h3 {
    font-size: 28px;
    display: flex;
    position: relative;
  }
  
  .titleHeader h3::after {
    content: "";
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #d8d8d8;
    position: absolute;
    display: block;
    top: 18px;
    left: 0;
  }
  
  .titleHeader span {
    padding-left: 18px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    color: #000;
    font-size: 28px;
  }

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
    font-family: 'Tajawal', sans-serif;
}

.simple-pagination li {
	display: inline-block;
	margin-left: 5px;
}

.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: #2259FF;
    border-color: #2259FF;
}

.simple-pagination .current {
	color: #FFF;
    background-color:#2259FF;
    border-color: #2259FF;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #FFF;
    color: #2259FF;
    border: 1px solid #DDD;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #FFF;
    text-align: center;
    background-color: #2259FF;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #2259FF;
}

.formobile {
    display: none;
}

.formobile img {
    margin-left: 5px;
    height: 15px;
}



.navbar {
    background-color: #0C0E1B;
    padding: 0;
    top: 0;
    box-shadow:0px 3px 10px #0000001a;
    transition: top 0.5s ease-in-out 0s;
}


.navbar-collapse {
    justify-content: center;
}

#navbarContent::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF !important;
    font-size: 14px;
    padding: 0.7rem 1rem;
    transition: all 0.2s ease-in-out;
}

.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: #2259FF !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #2259FF !important;
}

.navbar-toggler {
    padding: .25rem .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;
    left: 4%;
    top: 18px;
    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;
}

.navbar-brand img {
    width: auto;
    height: 75px;
}

.phone_Num {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.phone_Num i {
    margin-left: 10px;
    color: #2259FF;
    font-size: 18px;
}

.phone_Num span {
    color: #FFF;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: left;
    border: none;
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    margin-right: .255em;
    margin-left: 0;
    transform: rotate(180deg);
}

.dropdown-menu {
    right: 0;
    left: unset;
    text-align: right;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    background-color: #272727;
}

.dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0px;
    margin-right: 0px;
}

.dropdown-item {
    padding: 10px 0px;
    padding-left: 30px;
    padding-right: 20px;
    color: #b1b1b1;
    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: #4a4a4a;
    color: #FFF;
} 


/* Slider */
.My_Slider .slide {
    position: relative;
}

.slick-slider {
    margin-bottom: 0;
}

.My_Slider .slide img {
  width: 100%;
  height: auto;
}

.slick-dots {
  bottom: -10px;
  text-align: center;
}
.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 40px;
  opacity: 1;
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #2259FF;
  opacity: 1;
}

.contentSlider {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%,-50%);
  color: #FFF;
  width: 50%;
  text-align: right;
  z-index: 3;
}

.contentSlider h1 {
  margin-bottom: 10px;
  font-size: 23px;
  color:#FFF;
  font-family: 'Air Strip Arabic', sans-serif;
}

.contentSlider p {
  margin-bottom: 0px;
  font-size: 40px;
  color: #FFF;
}


.contentSlider button {
  margin-top: 20px;
  border: none;
  padding: 7px;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  background-color: #2259FF;
  width: 100px;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}

.contentSlider button:hover {
  background-color: #0C0E1B;
}

/* Literature */
#Literature {
    padding: 60px 0;
}

.book_item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    background-color: #1A1D2E;
    transition: all 0.5s ease-in-out;
  }

  .book_item:hover .image img {
    transform: scale(1.1);
  }

  .book_item:hover .title h5 {
    color: #2259FF;
  }

  .book_item .image {
    width: 100%;
    height: 313px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .book_item .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
  }

  .book_item .title h5 {
      color: #FFF;
      font-size: 16px;
      transition: all 0.5s ease-in-out;
  }


#Literature .moreButton {
    text-align: left;
}

#Literature .moreButton a {
    background: #2259FF;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 100px;
    border-radius: 30px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#Literature .moreButton a:hover {
    background-color: #1A1D2E;
}

/* AboutMe */
#AboutMe {
    padding: 60px 0;
}

#AboutMe .content {
    padding: 40px;
    background-color: #FFF;
    border-radius: 20px;
}

#AboutMe .image {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  .rectangle {
    border: 2px solid #2259FF;
    width: 100%;
    height: 330px;
    border-radius: 10px;
    margin-top: 20px;
  }
  
  #AboutMe .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
  }
  
  #AboutMe .title {
    margin-bottom: 30px;
  }
  
  #AboutMe .title h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
  }
  
  #AboutMe .desc p {
    font-size: 14px;
    text-align: justify;
    color: #000;
    line-height: 1.8;
    margin-bottom: 0;
  }


/* Conferences */
  #Conferences {
    padding: 60px 0;
  }
  
  #Conferences .Content {
    background-color: #1A1D2E;
    padding: 20px;
    border-radius: 20px;
  }

  .Big_Conference {
    width: 100%;
  }

  .Big_Conference iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }

  .Big_Conference .desc {
      margin-top: 10px;
  }

  .Big_Conference .desc p {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    line-height: 1.7;
   }

   .Small_Conference {
       margin-bottom: 20px;
       transition: all 0.5s ease-in-out;
   }

   .Small_Conference:hover .desc p {
    color: #2259FF;
   }

   .Small_Conference:hover .Image img {
    transform: scale(1.1);
   }

   .Small_Conference .Image {
    margin: 0 10px;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
   }

   .Small_Conference .Image img {
    width: 100%;
    height: 70px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}

.Small_Conference .desc p {
    font-size: 12px;
    color: #FFF;
    transition: all 0.5s ease-in-out;
}

  #Conferences .moreButton {
    text-align: left;
}

#Conferences .moreButton a {
    background: #2259FF;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 100px;
    border-radius: 30px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#Conferences .moreButton a:hover {
    background-color: #1A1D2E;
}

/* News */
#News {
    padding: 60px 0;
  }

  .news_item {
    width: 100%;
    margin: auto;
    text-align: right;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.news_item:hover .image img {
    transform: scale(1.1);
}

.news_item .image {
    width: 100%;
    height: 314px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.news_item .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.news_item .date {
    margin-bottom: 10px;
}

.news_item .date span {
    color: #FFF;
    font-size: 14px;
}

.news_item .desc {
    margin-bottom: 10px;
}

.news_item .desc p {
    color: #FFF;
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 0;
}

.news_item .moreBtn a {
    font-size: 14px;
    color: #2259FF;
    transition: all 0.2s ease-in-out;
} 

.news_item .moreBtn a:hover {
    color: #1c4de2;
} 

  #News .moreButton {
    text-align: left;
}

#News .moreButton a {
    background: #2259FF;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 100px;
    border-radius: 30px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#News .moreButton a:hover {
    background-color: #1A1D2E;
}

 /* Contact_Us */
 #Contact_Us {
    padding: 60px 0;
  }

  #Contact_Us .content {
      padding: 20px;
      background-color: #1A1D2E;
      border-radius: 20px;
      margin-bottom: 30px;
  }

  #Contact_Us .getintouch p {
    color: #FFF;
    font-size: 16px;
    line-height: 1.7;
  }
  
  #Contact_Us .call {
    margin-top: 30px;
    width: 70%;
    margin-bottom: 20px;
  }
  
  #Contact_Us .call ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #Contact_Us .call ul li {
    display: block;
    margin-bottom: 10px;
  }
  
  #Contact_Us .call ul li i {
    float: right;
    font-size: 18px;
    color: #2259FF;
  }
  
  #Contact_Us .call ul li .phone, 
  #Contact_Us .call ul li .mail {
    margin-right: 30px;
    font-size: 16px;
    color: #FFF;
  }

  #Contact_Us .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #Contact_Us .social ul li {
    display: inline-block;
    margin-left: 7px;
  }
  
  #Contact_Us .social ul li a {
    display: flex;
    color: #FFF;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
  }
  
  #Contact_Us .social ul li a i {
    font-size: 20px;
  }
  
  #Contact_Us .social ul li a:hover {
    background-color: #2259FF;
  }
  
  
  #Contact_Us .SendButton {
    margin-top: 20px;
  }
  
  #Contact_Us .SendButton a {
    background: #2259FF;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 100px;
    border-radius: 30px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
  }
  
  #Contact_Us .SendButton a:hover {
    background-color: #1A1D2E;
  }

/* Footer */
.footer {
    padding-top: 60px;
    background-color: #1A1D2E;
}

.title-widget {
    color: #FFF;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}


.widget_nav_menu .footerLogo {
    width: auto;
    height: 75px;
    margin: 25px 0;
}

.widget_nav_menu p {
    font-size: 14px;
    color: #FFF;
}

.widget_nav_menu .linksList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu .linksList li {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    color: #CFCFCF;
}

.widget_nav_menu .linksList li a {
    color: #CFCFCF;
    font-weight: lighter;
    transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList li a i {
    margin-left: 10px;
    color: #FFF;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList li a:hover {
    color: #2259FF;
    padding-right: 10px;
    border-right: 3px solid #2259FF;
}

.widget_nav_menu hr {
    border-color: #717171;
}

.footer-bottom {
    width: 100%;
    padding: 10px 0;
    margin-top: 60px;
    border-top: 1px solid #717171;
}

.language {
    color: #FFF;
    padding: 10px 0;
}

.copyright {
    color: #FFF;
    text-align: left;
    padding: 10px 0;
}

.copyright img {
    height: auto;
    width: 50px;
    margin-right: 5px;
}

.copyright p, .language p {
    font-size: 14px;
    margin-bottom: 0;
}

.SocialList {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.SocialList span {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #FFF;
}

.newsteller .email-box {
    position: relative;
    width: 100%;
    height: 40px;
    box-shadow: 1px 3px 10px #00000014;
}

.newsteller .email-box .subscribeInp {
    position: absolute;
    right: 0;
    width: 75%;
    border-radius: 0 5px 5px 0;
    background-color: #FFF;
    border: none;
    font-size: 11px;
    transition: all 0.2s ease-in-out;
}

.newsteller .email-box .subscribeInp:focus {
    box-shadow: none;
}

.newsteller .subscribeButton {
    text-align: center;
}

.newsteller .subscribeButton button {
    position: absolute;
    left: 0;
    width: 25%;
    color: #FFF;
    border-radius: 5px 0 0 5px;
    background-color: #2259FF;
    padding: 8px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.newsteller .subscribeButton button:hover {
    background-color: #1A1D2E;
}

/*Scroll To Top */
.scroll_top {
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #2259FF;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 50px;
    opacity: 0;
    visibility: hidden;
	cursor: pointer;
    border-radius: 30px;
    z-index: 999;
    transition: all 0.2s ease-in-out;
}

.scroll_top i{
	position: absolute;
	top: 10px;
    left: 13px;
    font-size: 22px;
}

.scroll_top:hover{
    background-color:#1A1D2E;
}



/* AboutPage */
#AboutPage {
    padding: 60px 0;
}

#AboutPage .image {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }

  #AboutPage .rectangle {
    border: 2px solid #FFF;
    width: 100%;
    height: 330px;
    border-radius: 10px;
    margin-top: 20px;
  }
  
  #AboutPage .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
  }
  
  #AboutPage .title {
    margin-bottom: 30px;
  }
  
  #AboutPage .title h4 {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
  }
  
  #AboutPage p {
    font-size: 14px;
    text-align: justify;
    color: #FFF;
    line-height: 1.8;
  }



  /* ContactPage */
 #ContactPage {
    padding: 60px 0;
  }

  #ContactPage .content {
      padding: 20px;
      background-color: #1A1D2E;
      border-radius: 20px;
      margin-bottom: 30px;
  }

  #ContactPage .getintouch p {
    color: #FFF;
    font-size: 16px;
    line-height: 1.7;
  }
  
  #ContactPage .call {
    margin-top: 30px;
    width: 70%;
    margin-bottom: 20px;
  }
  
  #ContactPage .call ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #ContactPage .call ul li {
    display: block;
    margin-bottom: 10px;
  }
  
  #ContactPage .call ul li i {
    float: right;
    font-size: 18px;
    color: #2259FF;
  }
  
  #ContactPage .call ul li .phone, 
  #ContactPage .call ul li .mail {
    margin-right: 30px;
    font-size: 16px;
    color: #FFF;
  }

  #ContactPage .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #ContactPage .social ul li {
    display: inline-block;
    margin-left: 7px;
  }
  
  #ContactPage .social ul li a {
    display: flex;
    color: #FFF;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
  }
  
  #ContactPage .social ul li a i {
    font-size: 20px;
  }
  
  #ContactPage .social ul li a:hover {
    background-color: #2259FF;
  }
  
  
  #ContactPage .SendButton {
    margin-top: 20px;
  }
  
  #ContactPage .SendButton a {
    background: #2259FF;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 100px;
    border-radius: 30px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
  }
  
  #ContactPage .SendButton a:hover {
    background-color: #1A1D2E;
  }


/* LiteraturePage */
#LiteraturePage {
    padding: 60px 0;
}

/* NewsPage */
#NewsPage {
    padding: 60px 0;
}

/* ConferencesPage */
#ConferencesPage {
    padding: 60px 0;
}

.Conference_item {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    background-color: #1A1D2E;
    transition: all 0.5s ease-in-out;
}

.Conference_item:hover .desc p {
    color: #2259FF;
}

.Conference_item iframe {
    width: 100%;
    height: 250px;
}

.Conference_item .desc p {
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}


/* News_Details */
#News_Details {
    padding: 60px 0;
}

.Relatedltitle {
    margin-top: 30px;
}

.Relatedltitle h3 {
    color: #FFF;
}

#News_Details .News_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

#News_Details .News_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#News_Details  .News_Details .date {
    margin-bottom: 5px;
}

#News_Details  .News_Details .date span {
    color: #FFF;
    font-size: 14px;
}

#News_Details  .News_Details .desc {
    margin-bottom: 20px;
}

#News_Details  .News_Details .desc p {
    font-size: 14px;
    text-align: justify;
    color: #FFF;
    line-height: 1.8;
}

#News_Details .News_Details .title {
    margin-bottom: 20px;
}

#News_Details .News_Details .title h3 {
    color: #FFF;
}


a .at-icon-wrapper {
    line-height: 25px !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
}

.at-icon {
    height: 40px !important;
    width: 25px !important;
}

.addthis_default_style .addthis_separator, 
.addthis_default_style .at4-icon, 
.addthis_default_style .at300b, 
.addthis_default_style .at300bo, 
.addthis_default_style .at300bs, 
.addthis_default_style .at300m {
    float: right !important;
}




/* Literature_Details */
#Literature_Details {
    padding: 60px 0;
}

#Literature_Details .image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

  
  #Literature_Details .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  
  #Literature_Details .title {
    margin-bottom: 30px;
  }
  
  #Literature_Details .title h4 {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
  }
  
  #Literature_Details p {
    font-size: 14px;
    text-align: justify;
    color: #FFF;
    line-height: 1.8;
  }


  /* conference_Details */
#conference_Details {
    padding: 60px 0;
}

#conference_Details iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

#conference_Details p {
    font-size: 14px;
    text-align: justify;
    color: #FFF;
    line-height: 1.8;
  }


@media only screen and (max-width: 600px) {
    body {
        padding-top: 69px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .formobile {
        display: block;
    }
    .navbar {
        padding: 5px 0;
    }
    .phone_Num {
        display: none;
    }
    .navbar-brand {
        margin-right: 20px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        padding-top: 70px;
        padding-right: 20px;
        background-color: #0c0e1b;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    #navbarContent {
        height: 100vh;
        padding-bottom: 70px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .navbar-nav {
        text-align: right;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
        padding: 5px 0;
    }
    #dropdownMenu_2 {
        background-color: #b59468;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-right: 2.5rem;
    }
    .dropdown-item {
        color: #FFF;
    }
    .slick-dots li button:before {
        font-size: 30px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
    }
    .contentSlider {
        width: 55%;
    }
    .contentSlider h1 {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .contentSlider p {
        font-size: 14px;
    }
    .contentSlider button {
        padding: 2px;
        width: 65px;
        font-size: 10px;
        margin-top: 10px;
    }



    .owl-nav .owl-prev {
        right: 0;
    }
    .owl-nav .owl-next {
        left: 0;
    }
    .Section_title h2 {
        font-size: 22px;
    }
    #Literature .moreButton a,
    #Conferences .moreButton a,
    #News .moreButton a {
        padding: 3px;
        width: 85px;
        font-size: 14px;
    }
    .book_item {
        padding: 10px;
    }
    .book_item .image {
        height: 160px;
    }
    .book_item .title h5 {
        font-size: 12px;
    }
    #AboutMe .content {
        text-align: center;
    }
    .rectangle {
        height: 205px;
    }
    #AboutMe .image img {
        bottom: 10px;
        left: 10px;
    }
    #AboutMe .title h4 {
        font-size: 16px;
    }
    #AboutMe .desc p {
        font-size: 12px;
    }
    .Big_Conference iframe {
        height: 250px;
    }
    .Big_Conference .desc p {
        font-size: 12px;
    }
    .Big_Conference {
        margin-bottom: 30px;
    }
    .Small_Conference .Image img {
        height: 55px;
    }
    .Small_Conference .desc p {
        font-size: 10px;
    }
    .news_item .image {
        height: 234px;
    }
    .news_item .date span {
        font-size: 12px;
    }
    .news_item .desc p {
        font-size: 14px;
    }
    .news_item {
        width: 90%;
    }
    #Contact_Us .getintouch p {
        font-size: 12px;
    }
    #Contact_Us .call ul li .phone, 
    #Contact_Us .call ul li .mail {
        font-size: 14px;
    }
    #Contact_Us .call ul li i {
        font-size: 16px;
    }
    #Contact_Us .social ul li a i {
        font-size: 18px;
    }
    #Contact_Us .SendButton a {
        font-size: 14px;
        padding: 3px;
        width: 90px;
    }
    .widget_nav_menu .footerLogo {
        height: 65px;
        margin: 20px 0;
    }
    .footer-bottom {
        padding: 0;
        margin-top: 0;
    }
    .footer {
        text-align: center;
        padding-top: 40px;
    }





    .widget_nav_menu p {
        font-size: 12px;
    }
    .copyright img {
        width: 40px;
    }
    .copyright,.language {
        text-align: center;
    }
    .title-widget {
        font-size: 16px;
    }
    .widget_nav_menu .linksList li {
        font-size: 14px;
    }
    .widget_nav_menu ul li {
        font-size: 14px;
    }
    .copyright p, .language p {
        font-size: 12px;
    }
    .language {
        padding-bottom: 5px;
    }
    .form-control {
        font-size: 12px;
    }



    #AboutPage .image {
        margin-bottom: 20px;
    }
    #AboutPage .rectangle {
        height: 240px;
    }
    #AboutPage .image img {
        bottom: 10px;
        left: 10px;
    }
    #AboutPage p {
        font-size: 12px;
    }



    .Conference_item iframe {
        height: 210px;
    }
    .Conference_item .desc p {
        font-size: 12px;
    }


    #ContactPage .getintouch p {
        font-size: 14px;
    }
    #ContactPage .call ul li .phone, #ContactPage .call ul li .mail {
        font-size: 14px;
    }
    #ContactPage .call ul li i {
        font-size: 16px;
    }
    #ContactPage .social ul li a i {
        font-size: 18px;
    }



    #News_Details .News_Details .date span {
        font-size: 12px;
    }
    #News_Details .News_Details .title h3 {
        font-size: 20px;
    }
    #News_Details .News_Details .desc p {
        font-size: 12px;
    }
    a .at-icon-wrapper {
        line-height: 20px !important;
        height: 35px !important;
        width: 30px !important;
        text-align: center !important;
    }
    .at-icon {
        height: 35px !important;
        width: 20px !important;
    }
    .Relatedltitle h3 {
        font-size: 22px;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    body {
        padding-top: 69px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .formobile {
        display: block;
    }
    .Search_Icon {
        left: 90px;
    }
    .navbar {
        padding: 5px 0;
    }
    .phone_Num {
        display: none;
    }
    .navbar-brand {
        margin-right: 20px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 40%;
        padding-top: 70px;
        padding-right: 20px;
        background-color: #0c0e1b;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    #navbarContent {
        height: 100vh;
        padding-bottom: 70px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .navbar-nav {
        text-align: right;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
        padding: 5px 0;
    }
    #dropdownMenu_2 {
        background-color: #b59468;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-right: 2.5rem;
    }
    .dropdown-item {
        color: #FFF;
    }
    .slick-dots li button:before {
        font-size: 30px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
    }
    .contentSlider h1 {
        font-size: 18px;
    }
    .contentSlider p {
        font-size: 20px;
    }
    .contentSlider button {
        padding: 3px;
        width: 90px;
        font-size: 14px;
    }
    .navbar-light .navbar-toggler {
        left: 15%;
    }





    .Section_title h2 {
        font-size: 25px;
    }
    #Literature .moreButton a,
    #Conferences .moreButton a,
    #News .moreButton a {
        padding: 3px;
        width: 85px;
        font-size: 14px;
    }
    .book_item .image {
        height: 291px;
    }
    .book_item .title h5 {
        font-size: 14px;
    }
    #AboutMe .content {
        text-align: center;
    }
    .rectangle {
        height: 320px;
    }
    #AboutMe .image img {
        bottom: 10px;
        left: 10px;
    }
    #AboutMe .title h4 {
        font-size: 16px;
    }
    #AboutMe .desc p {
        font-size: 12px;
    }
    .Big_Conference iframe {
        height: 300px;
    }
    .Big_Conference .desc p {
        font-size: 12px;
    }
    .Big_Conference {
        margin-bottom: 30px;
    }
    .news_item .image {
        height: 216px;
    }
    .news_item .date span {
        font-size: 12px;
    }
    .news_item .desc p {
        font-size: 14px;
    }
    #Contact_Us .getintouch p {
        font-size: 12px;
    }
    #Contact_Us .call ul li .phone, 
    #Contact_Us .call ul li .mail {
        font-size: 14px;
    }
    #Contact_Us .call ul li i {
        font-size: 16px;
    }
    #Contact_Us .social ul li a i {
        font-size: 18px;
    }
    #Contact_Us .SendButton a {
        font-size: 14px;
        padding: 3px;
        width: 90px;
    }
    .widget_nav_menu .footerLogo {
        height: 65px;
        margin: 20px 0;
    }
    .footer-bottom {
        padding: 0;
        margin-top: 0;
    }
    .footer {
        text-align: center;
        padding-top: 40px;
    }







    
    .widget_nav_menu p {
        font-size: 12px;
    }
    .copyright img {
        width: 40px;
    }
    .title-widget {
        font-size: 16px;
    }
    .widget_nav_menu .linksList li {
        font-size: 14px;
    }
    .widget_nav_menu ul li {
        font-size: 14px;
    }
    .copyright p, .language p {
        font-size: 9px;
    }


    .form-control {
        font-size: 12px;
    }




    #AboutPage .rectangle {
        height: 380px;
    }
    #AboutPage p {
        font-size: 12px;
    }



    .Conference_item .desc p {
        font-size: 12px;
    }


    #News_Details .News_Details .date span {
        font-size: 12px;
    }
    #News_Details .News_Details .title h3 {
        font-size: 20px;
    }
    #News_Details .News_Details .desc p {
        font-size: 12px;
    }
    a .at-icon-wrapper {
        line-height: 20px !important;
        height: 35px !important;
        width: 30px !important;
        text-align: center !important;
    }
    .at-icon {
        height: 35px !important;
        width: 20px !important;
    }
    .Relatedltitle h3 {
        font-size: 22px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    body {
        padding-top: 69px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .formobile {
        display: block;
    }
    .Search_Icon {
        left: 100px;
    }
    .navbar {
        padding: 5px 0;
    }
    .phone_Num {
        display: none;
    }
    .navbar-brand {
        margin-right: 20px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 40%;
        padding-top: 70px;
        padding-right: 20px;
        background-color: #0c0e1b;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }



    #navbarContent {
        height: 100vh;
        padding-bottom: 70px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .navbar-nav {
        text-align: right;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
        padding: 5px 0;
    }
    #dropdownMenu_2 {
        background-color: #b59468;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-right: 2.5rem;
    }
    .dropdown-item {
        color: #FFF;
    }
    .slick-dots li button:before {
        font-size: 30px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
    }
    .contentSlider h1 {
        font-size: 24px;
    }
    .contentSlider p {
        font-size: 30px;
    }
    .contentSlider button {
        padding: 5px;
        width: 100px;
        font-size: 14px;
    }


    .owl-nav .owl-prev {
        right: 30px;
    }
    .owl-nav .owl-next {
        left: 30px;
    }
    .Section_title h2 {
        font-size: 25px;
    }
    #Literature .moreButton a,
    #Conferences .moreButton a,
    #News .moreButton a {
        padding: 3px;
        width: 85px;
        font-size: 14px;
    }
    .book_item .image {
        height: 248px;
    }
    .rectangle {
        height: 205px;
    }
    #AboutMe .image img {
        bottom: 10px;
        left: 10px;
    }
    .Big_Conference {
        margin-bottom: 30px;
    }
    .Small_Conference .Image img {
        height: 90px;
    }
    .news_item .image {
        height: 189px;
    }
    .news_item .date span {
        font-size: 12px;
    }
    .news_item .desc p {
        font-size: 14px;
    }
    #Contact_Us .getintouch p {
        font-size: 14px;
    }
    .widget_nav_menu .footerLogo {
        height: 65px;
        margin: 20px 0;
    }
    .footer-bottom {
        padding: 0;
        margin-top: 20px;
    }
    .footer {
        padding-top: 40px;
    }
    .newsteller .email-box .subscribeInp {
        width: 60%;
    }
    .newsteller .subscribeButton button {
        width: 40%;
    }


    .widget_nav_menu p {
        font-size: 12px;
    }
    .copyright img {
        width: 40px;
    }
    .title-widget {
        font-size: 14px;
    }
    .widget_nav_menu .linksList li {
        font-size: 12px;
    }
    .widget_nav_menu ul li {
        font-size: 12px;
    }
    .copyright p, .language p {
        font-size: 10px;
    }






    #AboutPage .rectangle {
        height: 230px;
    }
    #AboutPage p {
        font-size: 12px;
    }


    .Conference_item iframe {
        height: 210px;
    }
    .Conference_item .desc p {
        font-size: 12px;
    }



    #News_Details .News_Details .date span {
        font-size: 12px;
    }
    #News_Details .News_Details .title h3 {
        font-size: 20px;
    }
    #News_Details .News_Details .desc p {
        font-size: 12px;
    }
    a .at-icon-wrapper {
        line-height: 20px !important;
        height: 35px !important;
        width: 30px !important;
        text-align: center !important;
    }
    .at-icon {
        height: 35px !important;
        width: 20px !important;
    }
    .Relatedltitle h3 {
        font-size: 22px;
    }
}


@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .owl-nav .owl-prev {
        right: 40px;
    }
    .owl-nav .owl-next {
        left: 40px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.7rem 0.5rem;
    }
    .book_item .image {
        height: 248px;
    }
    .newsteller .subscribeButton button {
        width: 30%;
    }
    .newsteller .email-box .subscribeInp {
        width: 70%;
    }

    .copyright p, .language p {
        font-size: 12px;
    }


    .news_item .image {
        height: 260px;
    }
}



