/*----------------------------------------------------------------------------------------

	Theme Name: asstor2026

	Theme URI: asstor2026

	Description:asstor2026

	Author: asstor2026

	Author URI: asstor2026

	Version: 1

*/
 
 

@font-face {
  font-family: 'Ubuntu Arabic';
  src: url('//asstor.net/wp-content/themes/asstor2026/fonts/dehinted-UbuntuArabic-Bold.woff2') format('woff2'),
    url('//asstor.net/wp-content/themes/asstor2026/fonts/dehinted-UbuntuArabic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu Arabic';
  src: url('//asstor.net/wp-content/themes/asstor2026/fonts/dehinted-UbuntuArabic-Regular.woff2') format('woff2'),
    url('//asstor.net/wp-content/themes/asstor2026/fonts/dehinted-UbuntuArabic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 
 

* {
 font-family: "Ubuntu Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  text-decoration: none !important; 
  transition: all 0.5s ease-in-out;
    color: #1f1f1f
}

.clear {
  clear: both;
}

a:focus {
  outline: none;
}
 
 

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
 
}
a {
  color: var(--darkcolorbg) !important;
}

img {
  max-width: 100%;
}

:hover {
  text-decoration: none;
}

body{
  font-size: 1.8rem;
  line-height: 35px;
}
 

h1 {
  font-size: 3.7rem;

}

h2 {
  font-size: 2rem;

}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

::selection {
  background-color: var(--darkcolorbg);
  color: #fff
}

:root {
  --darkcolorbg: #19202a;
  --secondcolor: #2ca4b8;
  --browncolor: #98071f;
  --borderRadius: 10px;
}
 
a:focus {
  outline: 0px !important;
}

 

.header_menu .sub-menu {
opacity: 0;
  position: absolute;
  width: 273px !important;
  transform: translateY(16px);
  box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  pointer-events: none;
  background-color: var(--lightblue) !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  gap: 0;
}

.header_menu li.menu-item-has-children a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;

  margin-right: 9px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  display: inline-block;
}

 

.header_menu li.menu-item-has-children li a:after {

  display: none;
}

.header_menu li.menu-item-has-children a:hover:after {
  transform: rotate(180deg);
  transition-duration: 0.5s;
  transition-delay: 0.1s;

}

.header_menu li:hover .sub-menu {
  opacity: 1;
  z-index: 10000 !important;
  width: 220px;
  background: var(--footerbg);
  transform: translateY(0px);
  border-bottom-right-radius: 30px;
  pointer-events: visible;
}

.header_menu li li:before {
  height: 100% !important;
  z-index: -1;
  border-radius: 0 !important;
  border-bottom-right-radius: 30px !important;
}


 

.header_menu li li:hover {
  background-color: var(--lightblue);
}
.topmenu li ul ul{
  display: none;

}
.topmenu li ul ul ul li{
  display: none;
}
.topmenu li ul ul li:hover ul li{
  display: block;
}
.topmenu li ul li:hover ul {
  display: block;
  left: 100%;
  right: 0;
  top: 0;

}

.header_menu li.current-menu-item li a::before {
  background-image: none !important;
  background-color: transparent !important;
}

.header_menu li li {
 
 
  border-bottom: 1px solid #051d5e;
  width: 100%;
  max-height: 53px !important;
  display: block;
  min-height: 53px !important;
  line-height: 53px !important;
  display: block;

  margin-right: 0;
 
  text-align: right;

  margin-left: 0;
}

header .header_menu .sub-menu li a{
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  line-height: 50px !important;
}

.header_menu li li:last-child {
  border-bottom: 0px;

}

.header_menu li.menu-item-has-children ul li.current-menu-item:hover {
  background-color: #1f1f1f
}

.header_menu li li a {
  color: #fff !important;
  font-size: 1.4rem;
  text-shadow: 0px 0px 0px transparent;
  width: 250px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px !important;
  text-overflow: ellipsis;
  min-height: 53px;
}

header div.header_menu li li a:before {
  background-image: none !important;
  background-color: transparent !important;
}


 



.header_menu li {
  position: relative;
}

 
 
 
.header_menu li {
  display: inline-block;
  position: relative;
 
}
 
 

 
.home .header_menu li a {
	color:#fff;
}
.header_menu li a {
  position: relative;
  color: #fff !important;
  font-weight: 700 !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem !important;
  z-index: 1;
  display: block;
  line-height: 32px;
}

 
.category .loopblock{
  margin-bottom: 30px;
}
.topmenu li:hover a{
  color: #fff !important;
}
 
 
 

.header_menu li.current-menu-item:before {
  display: none;
  right: 0;
}

.header_menu li li:before {
  display: none;

}

.header_menu ul {
  gap: 14px;
  display: flex;
  justify-content: center;
  text-align: right;
  margin-top: 0;
  align-items: center;
min-height: 65px;
}

.header_menu ul ul {
  min-height: auto
}

 
 

 
.postimg img{
float: none !important;
  width: 100%;
  min-height: 400px;
  margin-top: 11px;
  margin-bottom: 22px;
  border-radius: 20px;
  max-height: 400px;
  object-fit: cover;
}

 

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



#acaart_pagination {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 0;
}

#acaart_pagination span {
  background-color: var(--lightblue);
  color: #fff;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}
#acaart_pagination a{
display: none
}
 

#acaart_pagination .inactive {
  font-size: 15px;
  font-weight: 600;
  background-color: var(--darkblue);
  color: #fff;
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}



 

/* The side navigation menu */
.sidenav {
height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  z-index: 11111;
}


/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  background-color: var(--secondColor) !important;
  margin-left: 50px;
  border-radius: 100%;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.mobileicon {
  display: none;
}

 



.mobileicon {
  width: 13%;
  float: left !important;
  margin-top: 36px;
  text-align: left !important;
  direction: ltr;

}

.mobileicon span {
  background-color: #333;
  width: 30px;
  height: 4px;
  text-align: right !important;
  display: block;
  margin-bottom: 7px;

}

.mobileicon span:nth-child(2) {
  max-width: 23px;
}

.mobileicon a {
  display: block;
  cursor: pointer;
}

.sidenav {
  display: block;
}

#mySidenav li {
  border-bottom: 1px solid #151515;

  line-height: 37px;
}

.sidenav a {
  font-size: 17px !important;
  color: #fff;
  padding-right: 18px;
}

.sidenav a:hover {
  color: #fff !important;
}

.closebtn {
  background: var(--lightblue) !important;
  text-align: center;
  padding: 0px !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  margin-top: 20px !important;
  color: #fff !important;
}

a.closebtn:hover {
  color: #fff !important;
}

.sidenav li.menu-item-has-children .sub-menu {
  display: none;

}


.sidenav li.menu-item-has-children a {
  position: relative;
}

.sidenav li.menu-item-has-children a:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;

  right: 30px;
  top: 20%;
  margin-top: 10px;
  z-index: 100;

}

.sidenav li.menu-item-has-children a::after {
content: '';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 23px;
  top: 24%;
  margin-top: 10px;
  z-index: 100;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  right: auto;
}

.sidenav li.menu-item-has-children li a::after {

  width: 0px;
  height: 0px;

  clip-path: none;
}

.sidenav li.menu-item-has-children a.active {

  background-color: var(--lightblue);
}



img {
  max-width: 100%;
}

.mobicon {

  display: none !important;
}

.header_menu li.menu-item-has-children ul li.current-menu-item a {

  color: #fff !important;
  width: 100%;
}

.header_menu li.menu-item-has-children ul li.current-menu-item {
 
  line-height: 53px !important;
  background-color: #1f1f1f;

}

.header_menu li a:hover {
  color: #fff;
  border-radius: 0px;
}

.header_menu li.current-menu-item li a {
  padding: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
}

 

 
.header_menu li.current_page_item:hover a{
  color: #fff !important;
}


.header_menu li.current-menu-item:hover a:before {

  height: 100%;
  opacity: 1;
}
 
.header_menu li:hover a{
  color: #fff !important;
}
 
 

.shrink {
  position: fixed !important;
  width: 100% !important;
  z-index: 1111 !important;
  top: 0;
background-color: rgb(0,0,0,0.7) !important;
}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

.totopa2:hover {
  background-color: var(--browncolor);
  border-radius: var(--borderRadius);
}

.totopa2:hover i {
  color: #fff;
}

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--secondcolor);
  width: 45px;
  border-top-right-radius: var(--borderRadius) !important;
  border-radius: 10px;
  height: 45px;
  z-index: 100;
  bottom: 28px;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  padding-right: 55px !important;
}

.totopa2 i {
  color: #fff;
  font-size: 19px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;

  margin: 0 auto;
}

.totopa2 i.upclass {
  bottom: 12px;
}

.totopa2 i.bottomclass {
  bottom: -124px;
}

.totopa2:hover i.upclass {
  bottom: 50px;
}

.totopa2:hover i.bottomclass {
  bottom: 10px;

}

.header_menu li:hover a {
  color: var(--lightblue);
}

 
 
.header_menu li.current_page_item {
  position: relative;
border-radius: 5px;
}


.header_menu li.current_page_item a {
 
  color: var(--lightblue);
}

 
.header_menu li li.current-menu-item a {
 
  color: #fff !important;
}
 
.header_menu li.current-menu-item a:hover{
   color: #fff;
}
 
.header_menu li.current-menu-item a {
color: #fff !important;
  border-radius: 50px !important;
  background-color: var(--secondcolor); 
  padding-inline: 20px;
}
 

.catpagenew .case_card a.card-title {
  font-size: 1.1rem;
  display: block;
}



 

.slider_th {
text-align: center;
  min-height: 274px;
  position: relative;
  z-index: 1;
  clip-path: none;
  margin-bottom: 35px;
  border-radius: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
 
}
 
.slider_th2 h1{
   font-size: 2.3rem;
}
.singlepost, .singlepost p{
  font-size: 1.1rem;
  line-height: 40px;
}
 
 

 
.slider_th h2 {
margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.slider_th h1 {
margin: 0;
  color: var(--lightblue);
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  text-shadow: 0px 1px 0px var(--lightblue);
}

 
.slider_th  {
border-bottom-right-radius: 100px;
  overflow: hidden;
  border-bottom-left-radius: 100px;
  background-image: url(images/1_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
 
}
 
 


 

       .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
  }
  @keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
  } 
 

 

 
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 
  
  
 
 

 .spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border: 4.5px solid #0000;
  border-radius: 50%;
  border-color: #f1f1f1 #0000;
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
  animation: 1s linear infinite spinner-e04l1k;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}


.spinner::before {
  border-color: var(--secondcolor) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

@keyframes spinner-e04l1k {
  100% {
    transform: rotate(1turn);
  }
}




.owl-one{
  direction: ltr;
  text-align: right;
  position: relative;
}

.tophead{
  min-height: 109px;
}
.centerhead{
  background-color: var(--darkcolorbg);
  min-height: 65px;
  border-radius: 55px;
}
.todaydate span{
  font-size: 1.2rem;
}
.todaydate i{
  color: var(--secondcolor);
  font-size: 1.4rem;
}
.bottomheader{
  background-color: #f5f5f5;
  min-height: 65px;
  border-radius: 55px;
}
.catname{
  background-color: var(--browncolor);
  border-radius: var(--borderRadius);
  font-size: 1rem;
  min-width: 92px;
  min-height: 36px;
  left: 10px;
  top: 10px;
  z-index: 1
}
.newsimage img{
  border-radius: var(--borderRadius);
}
h3.firstnewblock{
  font-size: 1.8rem !important;
  text-align: justify;
  line-height: 40px !important;;
}
.newsloop h3{
  position: relative;
  padding-right: 15px;
}
.postlink h3{
  font-size: 1.3rem;
  line-height: 32px;
}
.newsloop h3:before{
  content: '';
  width: 7px;
  height: 70%;
  display: inline-block;
  background-color: var(--browncolor);
  position: absolute;
  right: 0;
  border-radius: var(--borderRadius);
  top: 17%;
}
.firstnewspara{
  font-size: 1.25rem;
  text-align: justify;
  line-height: 40px;
  margin: 0;
  padding: 0
}
.read-more{
  margin-left: 0;
  margin-right: auto;
  background-color: var(--secondcolor);
  border-radius: var(--borderRadius);
  width: 134px;
  min-height: 45px;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
h3.firstnewblock:before{
  display: none;
}
.catname.lightcatname{
  background-color: var(--secondcolor);
}
.newsloop.firstloop .newsimage{
  min-height: 368px;
  width:100%;
}
.newsloop .newsimage{
  height: 245px;
  width:100%;
}
.newsimage img, .thumb img, .video_astor img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  min-height: 100% !important;
}
aside h2{
  border-radius: var(--borderRadius);
  background-color: var(--secondcolor);
  min-height: 64px;
  font-size: 1.8rem
}
.beforedot span{
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: var(--secondcolor);
  display: block;
}
.beforedot{
  width: 16px;
  height: 16px;
  gap: 2px;
  margin-left: 10px;
}
aside .beforedot span{
  background-color:  #fff !important;
}
.thumb{
  min-width: 95px;
  height: 95px;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.content h3, .category{
  font-size: 1.25rem;
  line-height: 20px;
  margin: 0 !important;
  padding: 0 !important;
}
.category{
  color: var(--browncolor)
}
.news-item{
  margin-bottom: 10px;
}
.video_astor{
  height: 382px;
  border-radius: var(--borderRadius);
  overflow: hidden;
  z-index: 1
}
.video_astor .postlink {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.postlink span{
  top: 10px;
  left: 10px;
}
.postlink i{
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 70px;
  background-color: rgb(0,0,0,0.5);
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.video_astor .postlink h3{
  bottom: 7%;
  margin: 0;
}
.video_astor:before{
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  display: block;
  background: #2A7B9B;
  background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgba(25, 32, 42, 0.9) 100%);
  z-index: 2
}
.video_astor span.catname, .video_astor h3, .video_astor i{
  z-index: 11
}
#photo_template{
  background-color: var(--darkcolorbg)
}

.topfooter{
  background-color: var(--darkcolorbg);
  border-radius: var(--borderRadius)
}
.topfooter *{
  color: #fff
}
.footertitle{
  font-size: 1.8rem;
  color: var(--secondcolor)
}
.topfooter .category{
  color: var(--secondcolor);
  font-weight: bold
}
.topfooter .thumb {
  min-width: 75px;
  height: 75px;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.topfooter .content h3, .topfooter .content {
  font-size: 1.2rem;

}
.bottomfooter .container, .footerhq{
  min-height: 82px;
}
.footerhq, .footerblink li a{
  font-size: 1.2rem !important;
}
.footerblink li:not(:last-child):after{
  content:'|';
  margin-inline: 10px;
  font-size: 1rem
}
.topfooter:after, #photo_template:after, #photo_template:before{
  content: '';
  width: 50%;
  height: 7px;
  background-color: var(--browncolor);
  display: block;
  position: absolute;
  left: 0;
  right: 0;


}
.topfooter:after{
  background-color: var(--browncolor);
  border-bottom-right-radius:  10px;
  border-bottom-left-radius:  10px;
  margin: 15px auto;
}
#photo_template:after{
  margin: 24px auto;
  background-color: var(--secondcolor);

  border-bottom-right-radius:  10px;
  border-bottom-left-radius:  10px;
}
#photo_template:before{
  margin: -31px auto;
  background-color: var(--secondcolor);

  border-top-right-radius:  10px;
  border-top-left-radius:  10px;
}
.read-more.smcat{
  background-color: var(--darkcolorbg)
}
.newsletter_section{
  background-color: var(--secondcolor);
  min-height: 122px;
  border-radius: var(--borderRadius);
  margin-top: -70px;
}
.fasel{
  min-height: 5px;
  clear: both;
}

.owl-one .owl-nav{
  position: absolute;
  top: -20%;
}

.owl-one .owl-next, .owl-one .owl-prev{
  background-color: var(--secondcolor) !important;
  border-radius: var(--borderRadius) !important;
  width: 42px;
  height: 42px;
  line-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
}

.owl-one .owl-next i, .owl-one .owl-prev i{
  color: #fff;
  font-size: 1rem
}
.owl-one .owl-next:hover, .owl-one .owl-prev:hover{
  background-color: var(--browncolor) !important;
}
.newsimage, .news-item .thumb, .featured .newsimage {
  overflow: hidden;
  border-radius: var(--borderRadius);

}
.newsloop:hover img, .news-item:hover .thumb img, .featured:hover .newsimage img, .video_astor:hover img {
  transform: scale(1.2) rotate(4deg)
}
.newsloop img, .news-item img, .featured img, .video_astor img{
  transition: all 1s ease-in-out
}
.read-more:before{
  content: '';
  width: 100%;
  height: 100%;
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(25, 32, 42, 0) 100%);
  position: absolute;
  z-index: -1;
  right:  100%;
  transition: all 1s ease-in-out
}
.read-more:hover:before{
  right: -200%
}

.newsloop .newsimage:before, .featured .newsimage:before{
    content: '';
  width: 100%;
  height: 100%;
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgba(0, 255, 255, 0.1) 50%, rgba(25, 32, 42, 0) 100%);
  position: absolute;
  z-index: 111111;
  right:  100%;
  transition: all 1s ease-in-out;
  right: -100%;
  
}
.newsloop:hover .newsimage:before, .featured:hover .newsimage:before{
    right: 100%;
}
.footersocial li{
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.footersocial li i{
  color: #fff;
  font-size: 1.4rem
}