*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  background-color:#fff;
  font-size: 15px;
  color: #1d1c1c;
  font-family: 'Inter', sans-serif;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Inter', serif;
  margin:0;
  padding:10px 0;
  color:#1d1c1c;
  font-weight: bold;
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:16px;
  font-weight:400;
  color: #63646d;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:#1d1c1c;
  font-weight: 600;
}
a:hover{
  text-decoration:none; 
  color:#eee;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{ 
  margin:0 0 0 15px; 
  padding:0;
}
ul li, ol li{font-size: 14px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
/*input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"]{
  border: 1px solid #f3f3f9;
  font-size: 12px;
  border-radius: 40px;
  padding: 8px 20px;
  margin: 3px 0 3px 0;
  height: auto;
  width: 50%;
  background: #f3f3f9;
  box-shadow: 0 0 8px 5px #eec9cd;
  color: #858d92
}*/
/*section{
  padding: 60px 0;
}*/
select{
  width: 100%;
  padding: 6px;
}
/*input[type="submit"] {
    padding: 14px 30px;
    border-radius: 40px;      
    border: 1px solid #f3f3f9;
    background-color: #f3f3f9;
    position: relative;
    top: -30px;
    left: 0;
    box-shadow: 0 0 8px 5px #eec9cd;
}*/
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  padding:5px;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
table, td, th {
  border: 1px solid black;
}

/*------------------ Contact Page -----------------*/

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border:2px solid #cccccc;
  background-color: transparent;
}
.contact-section-form form.wpcf7-form.init {
    background: #f9c416;
    padding: 25px;
    border-radius: 10px;
} 
i.contactpage-phone-icon,i.contactpage-email-icon,i.contactpage-add-icon{
  font-size: 20px;
}
.contact-section-form textarea {
    height: 80px;
    border-radius: 10px;
    width: 85%;
    margin: 5px;
    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
}
.contact-section-form input[type="text"],.contact-section-form  input[type="tel"],.contact-section-form input[type="email"]{
    font-size: 15px;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    color: #ffffff !important;
    border: 1px solid #eee;
}
.contact-section-form input.wpcf7-form-control.wpcf7-submit.contactp-sumbit {
    padding: 10px 20px;
    border-radius: 10px;
    margin: 5px;
    background: #fff;
    color: #f9c416;
    border: 1px solid #eee;
    display: inline-block;
}

/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: #ff5721;
  color: #ffffff !important;
  border: 1px solid #ff5721;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #ff5721;
  color: #000000 !important;
}
div#single_post .news-box{
position: relative;
}
div#single_post .datebox.text-center {
    display: flex;
    /*width: 30%;*/
    position: absolute;
    bottom: 38%;
    left: 6%;
}
#single_post .img-box img {
    width: 100%;
}
p.comment-form-comment label {
    position: absolute;
    bottom: 27%;
    font-weight: 700;
}
.single-post .feature-box img {
    width: 100%;
}
.single-post .metabox i{
  background: #f9c416;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p.comment-form-comment {
    padding-top: 35px;
}

/*------------------ Comments BOX ------------------*/
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px; 
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:12px 10px; 
  font-size:18px;
}
#comments input[type="submit"].submit {  
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
}
#comments .comment-author.vcard img {
  padding: 2px;
}

/*--------------- Sidebar -----------------*/

#sidebar caption {
  font-weight: bold;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  text-align: center;
}
#sidebar td {
  padding: 7px;
}
#sidebar th {
  text-align: center;
  padding: 5px;
}
#sidebar select {
  padding: 10px 5px;
  border: solid 1px #4a4f55;
  background: transparent;
}
#sidebar h3 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  border-bottom: solid 2px #4a4f55;
  border-top: solid 1px #4a4f55;
  padding: 4% 0;
}
#sidebar input[type="search"], input[type="search"] {
  padding: 17px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #666c6e;
  border: solid 1px #e5eaec;
  width: 100%;
}
#sidebar .search-form .search-submit{
  bottom: 4px;
  padding: 15px;
  position: absolute;
  right: 4px;
  width: 25%;
}
.search-form {
  position: relative;
}
#sidebar label{
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"]{
  padding:10px 0;
  font-size:12px;
  width: 100%;
  font-weight: bold;
}
#sidebar .widget {
  margin-bottom: 25px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li {
  border-bottom: 1px dashed #ddd;
  background: url(../images/icon1.png) no-repeat 0 15px;
  margin: 0 0 5px;
  padding: 10px 20px 10px;
}
#sidebar ul li:last-child{
  border: none;
}
#sidebar ul li a {
  font-size: 15px;
  font-weight: 500;
}
#sidebar .tagcloud a,.site-footer .tagcloud a{
  background:#eeeeee;
  color:#2c2c2c;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}

/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px; 
  font-weight:bold;
  margin: 10px 0;
} 
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: #333333; 
  color:#ffffff;
  font-weight:normal;
}
.title-box{
  background:#efefef;
}

/* SITE LOADER */

.preloader {
  background: #fff0e9;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.load{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100px;
  height:100px;
}
.load hr{
  border:0;
  margin:0;
  width:40%;
  height:40%;
  position:absolute;
  border-radius:50%;
  animation:spin 2s ease infinite;
}
.load :first-child{animation-delay:-1.5s}
.load :nth-child(2){animation-delay:-1s}
.load :nth-child(3){animation-delay:-0.5s}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

/* SEARCH POPUP */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
      -o-transform: translate(0px, -100%) scale(0, 0);
        transform: translate(0px, -100%) scale(0, 0);    
  opacity: 0;
  display: none;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
      -o-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
  z-index: 99999;
  display: block;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, .8);
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}
#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}
.search-box form {
  position: static;
}
.search-box input[type="submit"] {
  display: none;
}
/*topbar*/
.topbar-spacing span{
  color: #63646d; 
}
.topbar-spacing p {
    color: #f9c416;
    font-size: 16px;
    font-weight: 700;
}
div#mySidenav {
    display: block;
}
.contact-detail i,.email-detail i,.social-i-detail i:hover{
    background: #f9c416;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.contact-detail i {
  transform: rotate(-45deg);
}
  .social-i-detail i{
    color: #63636d;
    font-size: 16px;
  }
.head_btn i {
    color: #ff94b3;
    font-size: 16px;
}

/* HEADER */

.socialbox {
  display: inline-block;
}
.socialbox i {
  margin-right: 15px;
}
.header-nav-box {
  border-top: solid 1px #e9eaea;
}
.logo {
  position: absolute;
  z-index: 999;
}
.logo h1{
  font-size: 20px;
}

/* STICKY HEADER */

.stickynavbar {
  background-color: #fff !important;
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
  padding-bottom: 0 !important;
}

/* MENU BAR */

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  display: block;
}
.main-navigation li{
  position: relative;
  display: inline-block;
}
.main-navigation ul.sub-menu li:after{
  display: none;
}
/*.main-navigation a{
  display: block;
  font-size: 16px;
  color: #4a4f55;
  font-weight: 600;
  padding: 5px 15px;
}*/
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #fff;
  min-width: 215px;
  z-index: 9999;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #e9eaea;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}
.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.main-navigation a:hover {
    background: #f9c416;
    border-radius: 10px;
}
ul.children li a {
    padding: 10px;
}


/*---------------- Footer Section ----------------------*/
div#footer_box {
    background: #343246;
    padding-top: 10%;
}
.footer1 p,.footer-social-icons .socialbox a,.footer2 a,.footer3 a,.menu-information-link-3-container a,.copyright p {
    color: #bab8c4;
    font-size: 15px;
    font-weight: 700;
}
#footer_box h3.widget-title {
    color: #ffffff;
    font-size: 22px;
}
ul#menu-causes-footer-link1,ul#menu-support-footer-link2,ul#menu-information-link-3 {
    list-style: none;
    line-height: 40px;
    padding: 15px 0px;
    margin: 0;
}
.copyright {
    border-top: 1px solid #bab8c4;
    width: 75%;
}
.footer1 p:hover,.footer-social-icons .socialbox a:hover,.footer2 a:hover,.footer3 a:hover,.menu-information-link-3-container a:hover,span.credit_link a {
    color: #f9c416;
}

/*-------------------------- Calendar widget --------------------------*/
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #fff;
  position: relative;
  top: 13px;
  font-size: 19px;
  padding: 3px 18px;
  box-shadow:none;
  transition: all 0.40s ease;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
}
#return-to-top:hover {
  background: transparent;
  box-shadow: 0 0 10px 0 #f9c416 inset, 0 0 10px 4px #f9c416;
}
#return-to-top:hover i {
  top: 5px;
  color: #f9c416 !important;
}
/*notification bell icon*/

.bell i {
    font-size: 18px;
  }
.notification {
  background: rgba(255, 82, 82, 1);
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 2;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgb(255 82 82);
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 25px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
/*Service*/

.service-inner {    
    right: -16px;
}
.serv-head {   
    left: 10%;    
}
.progress-bar span {    
    right: 88%;   
}
div#events-content .owl-stage {
    left: 22px;
}
#our_events .inner-info i.far.fa-calendar-alt {
    margin-left: 4px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    direction: ltr;
}
#about hr.first{
  margin: 0px 78% !important;
}
#about hr.second{
  margin: 8px 85% !important;
}
.single-post span.entry-date i {
    position: absolute;
    right: 57%;
}
.contact-detail i {
    position: absolute;
    right: 100%;
}
.email-detail i {
    position: absolute;
    right: 95%;
}
.email-detail {
    padding: 0 16px;
}
.social {
    text-align: left !important;
}
@media screen and (max-width: 720px) and (min-width: 320px){
.slide_btn a {
    padding: 8px 1px;
}
.service-inner {
    width: 110%;
}
p.comment-form-comment label {
    bottom: 32%;
}
.email-detail i {
    position: absolute;
    right: 81%;
}
.contact-detail i {
    position: absolute;
    right: 82%;
}
.sticky, .logo, #contact .map-box {
    position: static !important;
    transform: none;
}
#latest_news .datebox {
    top: 30%;
}
#latest_news .datebox {
    width: 70%;
    left: 20px;
    top: 27%;
}
.literacy-box img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}
a.popup-youtube {
    bottom: 115px;
    left: 22%;
    right: 20%;
}
.progress-bar span {
    right: 90%;
}
div#single_post .datebox.text-center {
    bottom: 62%;
    left: 18%;
}
}
#brands .row.shift {
    position: relative;
    right: 12%;
}
div#single_post .datebox i {
    padding: 0 10px;
}
.single-post span.entry-date i {
    position: absolute;
    right: 58%;
}
@media screen and (max-width: 425px) and (min-width:375px){
.progress-bar span {
    top: 22%;
}
a.popup-youtube {
    right: 28%;
    bottom: 120px;
    padding: 14px;
}
#latest_news .datebox {
    width: 70%;
    left: 20px;
    top: 33%;
}
}
@media screen and (max-width: 768px) and (min-width:425px){
.progress-bar span {
    top: 23%;
}
}
@media screen and (max-width: 1000px) and (min-width:768px){
}
@media screen and (max-width: 1000px){
.nav ul li a {
    width: 240px;
}
.notification{
  right: 125px;
}
.service-inner{
  width: 105%;
}
.social {
    text-align: center !important;
}
#brands .row.shift {
    right: 0%;
}
a.popup-youtube i {
    position: relative;
    left: 22px;
}
a.popup-youtube {
    bottom: 185px;
    right: 30%;
    padding: 15px;
}
}
@media screen and (max-width: 1199px) and (min-width:1024px){
.progress-bar span {
    right: 88%;
    top: 20%;
}
.single-post span.entry-date i {
    right: 69%;
}
p.comment-form-comment label {    
    bottom: 75%;   
}
.contact-info p {
    padding: 0 !important;
    margin: 0 !important;
}
i.fas.fa-phone.contactpage-phone-icon {
    padding-right: 25px;
}
.call0 {
    padding: 0 !important;
}
a.popup-youtube {
    right: 40%;
}
a.popup-youtube i {
    position: relative;
    left: 22px;
}
a.popup-youtube {
    padding: 14px;
}
}
@media screen and (min-width: 1400px){
} 
a.abt-join-btn {
    display: inline-block;
}
.container {
    overflow-x: hidden;
}
a.popup-youtube {
    right: 45%;
    padding: 14px;
}
a.popup-youtube i {
    position: relative;
    left: 21px;
}
body {
    font-family: 'Cairo', sans-serif;
}
body {
    direction: rtl;
    text-align: right;
}

.main-navigation {
    display: flex;
    justify-content: flex-end;
}

.main-navigation ul ul {
    right: 0;
    left: auto;
}

.main-navigation li {
    text-align: right;
}
.main-navigation ul ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    right: 0;
    left: auto;
}

.main-navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
}
