html 
{
   height: 100%;
   direction:rtl;
   font-family: 'El Messiri';
  }
  @font-face {
    font-family: 'El Messiri';
    font-style:normal;
    font-weight: 400;
    src: url(el.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
  }
  body {
    direction: rtl;
    font-family: 'El Messiri';
    color: #444444;
    text-align: right;
    overflow-x: hidden;
    background-color:#f3f8ff;
   }

  a { text-decoration: none; outline: none;}
   a:hover { color: #30b1e8;text-decoration: none;}
  .floatleft { float: left;}
  .floatright { float: right;}
  .alignleft { float: left; margin-right: 15px; margin-bottom: 15px; }
  .alignright { float: right;  margin-left: 15px;  margin-bottom: 15px; }
   a:focus {outline: 0px solid;}
  img {max-width: 100%;height: auto;}
 .fix {overflow: hidden;}
  
h1,h5 {
     color: #0461f7;
     font-weight: 420;
	  line-height: 1.4em; 
	  font-size: 18px;
      text-align: right; 
  }
  h5 { color: #0461f7; text-align: center}
em , h4 em 
{
   font-size:17px;
  line-height: 1.5em; 
   padding:2px;
   color: #022864 ;
   text-align: center;
   background:#fffdba;
   font-style:normal;
   text-decoration: underline;
   text-decoration-color:#fe4d4d;
 }
 h4 em { font-size:16px; line-height: 1.5em; }
  h2 em { font-size:20px; margin: 0 ; }
  h6 , p  { font-size: 18px; line-height: 1.4;  color: #2c2e2e; margin:6px; text-align: center; }
  a { transition: all 0.3s ease 0s; text-decoration: none; }
  a:hover {color: #3eb2d5; text-decoration: none; }
  a:active, a:hover { outline: 0 none; }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #03b5fc;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes animate-preloader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  transition: all 0.4s;
  background: linear-gradient(3deg,#0126b7 5%,#0487F0 50%, #0224ac 100%);  
}
.back-to-top i {
  font-size: 24px;
  color: #fafbfd;
  background: none;
  line-height: 0;
}
.back-to-top :hover {color: #f7f588; font-size: 26px;}
.back-to-top.active { visibility: visible;  opacity: 1; box-shadow: 0px 3px 15px #f8f8e3;}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] { transition-delay: 0 !important; }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  color: #fff;
  height: 68px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  z-index: 996;
  transition: all 0.5s;
  text-shadow:1px 1px 1px rgb(43, 47, 53);
  background: linear-gradient(3deg,#23319A 0%,#0b97f5 55%,#0028a8 100%);    
}
#topbar.topbar-scrolled {top: -40px;}
#topbar i {padding-right: 6px; line-height: 0;}
#topbar span {
  padding: 10px;
  line-height: 10px;
  font-size: 24px;
  font-family: "El Messiri";	
}
/*----------------------------# Header---------------------------------------------------------*/
#header {
  background: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  top: 60px;
  box-shadow: 0px 2px 15px #128efa;
}
@media (max-width: 992px) {
 #header { padding: 8px 0; }
 #header .logo img {margin-right: 28px; max-height: 51px;padding-left: 6px;}
 #header span { margin-right: 10px; font-size: 0.99em; color: #0153ec;} 
 #topbar span { font-size: 16px;} 
  }
#header.header-scrolled {top: 0;}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
 }
#header .logo a {float: right;}
#header .logo img { max-height: 65px; padding-left: 6px; }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/********** Desktop Navigation ********8*/
.navbar {padding:0 10px;}
.navbar ul {
  margin: 0 ;
  padding: 0 18px;
  display: flex;
  list-style: none;
  align-items: center; 
}
.navbar li {position: relative;}
.navbar a, .navbar a:focus 
{
  display: flex;
  align-items: center;
  padding: 10px 0 10px 30px;
   font-size: 18px;
   color: #0153ec;
  text-shadow: 1px 2px 2px #c5cace;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #04a8f5;text-shadow: 1px 2px 2px #cde4f7;}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  margin: 10;
  padding: 2px 0;
  z-index: 99;
   opacity: 0;
  visibility: hidden;
  background:#01265721;
  transition: 0.3s;
  max-height:253px;
  overflow-y: scroll;
  border-radius: 0px 14px 14px 0px;
}
.navbar .dropdown ul li {
  min-width: 200px;
  margin:2px;
  background:#EEF6FF;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
}
.navbar .dropdown ul a {
  padding: 6px 6px;
  font-size: 13px;
  text-transform: none;
  text-shadow: none;
  font-weight: 200;
  color: #2F76F1;
  border-radius: 12px;
  transition: 0.3s;
}
.navbar .dropdown ul a i {font-size: 13px;}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
  background: linear-gradient(3deg,#23319A 0%,#129dfa 50%,#0028a8 100%); text-shadow: 1px 2px 1px #012f55; 

}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {left: -90%;}
  .navbar .dropdown .dropdown:hover > ul {left: -100%;}
  }
/****************** Mobile Navigation ****************/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {color: #fff;}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-block;
    font-size: 24px;
    }
  .navbar ul {display: none;}
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background:#F1F6FD;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 6px;
  right: 5px;
  }
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  max-height:510px;
  padding: 10px 0;
  background:#EEF6FF;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #eceff3;
 }
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {color: #0A76E0;}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {margin: 15px;color: #0A76E0;}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background:#edeff1;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
  font-size: 13px;
 }
.navbar-mobile .dropdown ul li {
  min-width: 200px;
  background:#EEF6FF;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
}
.navbar-mobile .dropdown ul li a{
  word-wrap: break-word;
  white-space: normal;
  font-size: 12px;;
}
.navbar-mobile .dropdown ul a {padding: 10px 20px;}
.navbar-mobile .dropdown ul a i {font-size: 12px;}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {color: #ffffff;}
.navbar-mobile .dropdown > .dropdown-active {display: block;}
/*** Mobile Navigation ***/
.mobile-nav-toggle {
  color: #0A76E0;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {color: #0A76E0;}

@media (max-width: 991px) {
  .mobile-nav-toggle {  display: block; }
  .navbar ul {display: none;}
}
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px;  right: 15px; }
.navbar-mobile ul {
  display: block;
  position: absolute;
  padding: 10px 0;
  border-radius: 8px;
  background:#f9fcff;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0A76E0;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {color: #0A76E0;}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background:#e2eaf5;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
}
.navbar-mobile .dropdown ul li { min-width: 200px; }
.navbar-mobile .dropdown ul a { padding: 10px 18px;}
.navbar-mobile .dropdown ul a i { font-size: 12px; }
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {color: rgb(247, 243, 243);}
.navbar-mobile .dropdown > .dropdown-active {display: block;}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(0, 24, 77, 0.438), rgba(1, 19, 70, 0.466)), url("../img/ct-bg.jpg") fixed center center;
  background-size: cover;
  height: calc(60vh);
  margin-bottom: 17px;
  margin-top: 41px;
  box-shadow: 0 12px 10px -9px #128efa; 
  padding: 73px 0;
}
@media (max-width: 1024px) { .cta { background-attachment: scroll; } }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:28px 0;
  overflow: hidden;
  transition: all .3s;
}
 .section-bg {
  background-color:#f3f8ff;
  box-shadow:  inset 3px 3px 5px #c6ddf8;
}
.section-title {text-align: center;width:100%; }
.section-title h2 {
  font-size: 1.32em;
  font-weight: 400;
  color: #0153ec;
  text-shadow: 1px 2px 2px #c5cace;
  border-bottom: 0.19em solid transparent;
  border-image: linear-gradient(0.24turn,rgba(3, 82, 252, 0),#0039d6,rgb(1, 181, 252),#00f6fe,rgb(1, 178, 248),#0039d6,rgba(1, 100, 212,0));
 border-image-slice: 1;
 margin:5px 1px 24px;
 padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .section-title h2 , .section-title h2 em { font-size: 0.92em; font-weight: 370; }
  .section-title h2 img { width: 33px;}
}
/*--------------------------------------------------------------
# Sections Heroooooooooooooo
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(40vh - 82px);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 14px 12px -9px#3399f3; 
  padding: 6px 0;
  justify-content: center;
  text-align: center;
  margin-top: 78px;	
  background: linear-gradient(rgba(0, 24, 77, 0.397),rgba(1, 19, 70, 0.445)),url("../img/ct-bg.jpg") fixed center center;
  background-size: cover;
}
#hero .carousel-item {
  width: 100%;
  height: calc(37vh - 82px);
  overflow: hidden;
  background-repeat: no-repeat;
  overflow: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-container h2 , #hero .carousel-container h1 
{
  background: rgb(17, 0, 88); font-size: 22px; padding:6px;
  background: linear-gradient(0deg, #01204481 0%, rgba(1, 22, 63, 0.473)50%, rgba(255,255,255,0) 99.99%);
  box-shadow: rgba(6, 201, 254, 0.4) 5px 5px, rgba(6, 201, 254, 0.3) 10px 10px,
  rgba(6, 201, 254, 0.2) 15px 15px, rgba(6, 201, 254, 0.144) 20px 17px; border-radius: 5px; border: 1px solid rgb(6, 201, 254); 
  width: 130px;
  color :#00d4ff; display: inline-block;
  margin-bottom: 22px;
}
#hero .carousel-container h1 
{
  box-shadow:rgba(177, 226, 255, 0.4) 5px 5px,rgba(183, 223, 255, 0.3) 10px 10px,rgba(181, 222, 255, 0.24) 15px 15px,rgba(170, 213, 248, 0.171) 20px 17px;
  border-radius: 5px; border: 1px solid #c0defc; width: 130px; color: #ddeeff; text-align: center; }
#hero  h3 {
  border-radius: 13px 13px 4px 4px;
  font-family: 'El Messiri';
  line-height: 1.5em;
  text-align: center; 
  padding: 10px 5px;
  color: #edf6ff;  
  font-size: 20px;
  font-weight: 200;
  background: rgb(17, 0, 88);
  background: linear-gradient(0deg, #0120449f 0%, rgba(255,255,255,0) 99.99%);
  border-bottom: 0.15em solid transparent;
  border-image: linear-gradient(0.24turn, rgba(1, 53, 150, 0.127),#d4e8ff,rgb(1, 172, 252),
  #00f6fe,rgb(1, 160, 252),#d4e8ff,rgba(0, 46, 129, 0.127));  border-image-slice: 1;
  animation-delay: 0.4s;
  margin: 0 auto 10px auto; 
 }
 #hero  b {  color:#00d4ff; background:#00285781; padding:3px;}
/*#hero h3 i {  color:#ff0000; background:#fcfcc7; padding:4px;}*/
#hero h3 i
   {
	color:#ffff7f; 
	background: linear-gradient(0deg, #f500007a 0%, rgba(15, 0, 0, 0.473)50%, rgba(36, 3, 3, 0.247) 99.99%); 
	padding:6px;
  }

 #hero .carousel-container .attent
{
  font-size: 22px; padding:6px;
  background: linear-gradient(0deg, #f500006c 0%, rgba(15, 0, 0, 0.473)50%, rgba(36, 3, 3, 0.247) 99.99%);
  box-shadow: rgba(255, 255, 105, 0.4) 5px 5px, rgba(248, 239, 107, 0.3) 10px 10px,
  rgba(253, 229, 20, 0.2) 15px 15px, rgba(250, 235, 31, 0.144) 20px 17px; border-radius: 5px; border: 1px solid rgb(255, 246, 126);
  width: 131px;
  color:#ffff7f; display: inline-block;
  margin-bottom: 22px;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item ,#hero .carousel-inner .carousel-item
   { height: calc(42vh - 82px); background-attachment: scroll; padding: 12px 3px; }
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
  justify-content: center;
  align-items: center;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end { opacity: 0;}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end { opacity: 1; transition: 0.5s;}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  font-size: 32px;
  background: #01205a;
  border-radius: 40px;
  transition: 0.3s;
  color:#ebf3fc ;
  width: 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover { color: #eafdff; background:#024db6; }
#hero .carousel-indicators li
 {
  cursor: pointer;
  background: #fff;
  overflow-wrap: normal;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.5;
  transition: 0.3s;
  margin-bottom: 6px;
}
#hero .carousel-indicators li.active { opacity: 1; background: #00cbfe; }
#hero .btn-get-started {
   display: inline-block;
  padding: 12px ;
  border-radius: 6px;
  color: #e9f5ff; 
  animation-delay: 0.8s;
  background: rgb(17, 0, 88);
  background: linear-gradient(0deg, #01204481 0%, rgba(0,0,0,0) 33.33%, rgb(77, 127, 173) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
#hero .btn-get-started:hover { background-position: 0% 0%;  transition: .5s; color:#00d8ff;}
@media (max-width: 768px) {
  #hero h2 ,#hero h3 ,#hero b ,#hero .btn-get-started
  { font-size: 16px; margin-bottom: 16px; line-height: 1.5em; }
  #hero h3  {  margin-bottom: 10px; }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {  width: 5%; }
  #hero .carousel-container  h2 {margin-bottom: 22px;}
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box , .box-special 
{
    padding: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.200);
    background: linear-gradient(3deg, #E4F0FF 0%, #f6fbff 50%,#E4F0FF 100%);
    border: 1px solid #d5ecff;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
   }
  
   .pricing .blue-style,.pricing .green-style, .pricing .navs-style,.pricing .lamon-style
  {
    font-weight: 370;
    margin: -20px -20px 18px -20px;
    padding: 18px 6px;
    font-size: 18px;
    color: #025ce4;
    background:#D5E7F9;
	text-shadow:1px 1px 1px #a2b7d4;
    border-top: 6px solid #9ac5fd;
  }
  .pricing .lamon-style { background: #F5F9E1;}   
  .pricing .green-style {
    background: #dcede2;
    color: #05632f;
    border-top: 6px solid #7fad8a;
  }
  .pricing .navs-style { 
    border-top: 0.33em solid transparent;
    background: linear-gradient(3deg, #ffece7 0%,#F5EFF0 50%, #ffece7 100%)
    padding-box, repeating-linear-gradient(45deg, #f69ea2 0, #f69e9e 12.5%,transparent 0, transparent 25%,
                                             #93c2ff 0, #93c2ff 37.5%, transparent 0, transparent 50%) 0 / 5em 5em;
   }
  .pricing .box h4 {text-decoration:none;}
  .pricing .box-special h4 , .pricing .box-special h6 
  {
    font-weight: 460;
    font-size: 16px;     
    text-align: center;
    text-decoration: underline;
    text-decoration-color:#0060f2;
  }
  .pricing .box-special h4 {  color: #f45353;}
  .pricing .box-special h6 {  color: #036eda; text-decoration-color:#f45353}
  .pricing .box-special  h4  i {color: #72bdff; font-size: 20px;}
  .pricing .box-special  h6  i {color: #ff8686; font-size: 19px;}
  .pricing .box h6 , .pricing .box h4 , .pricing .box-special span 
    {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #464646;
    text-align: center;
  }
  .pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 17px 12px;
    text-align: center;
    background:#EDF0F6;
  }
  .pricing a , .pricing .asker a {
   position: relative;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  display: inline-flex;
  padding: 9px;
  border-radius: 14px;
  line-height: 1;
  box-shadow: 0px 5px 10px 0px #c4ced8;
  border: 1px solid #c6e3fd;
  color: #0040af;
  background: linear-gradient(3deg, #ffffff 0%, #a5cdff 50%, #fff 100%);   
  text-shadow:1px 1px 1px rgb(197, 219, 252);
   margin: 2px;
  }
  .pricing .asker a {color: #05632f;
    background: linear-gradient(3deg, #ffffff 0%, #a0d1a7 50%, #fff 100%);   
    text-shadow:1px 1px 1px rgb(154, 207, 165);
}

.pricing a:hover {border: 1px solid #98ccfa; padding: 8px 12px;  border-radius: 24px; transform: translateY(-0.25em); }
.pricing .box-special h6 a 
  { 
	background: none; border:none;
	color:#ff5858;box-shadow: none; 
	text-decoration: underline;
	text-decoration-color:#007df2;
  } 
 .pricing .advanced {
  position: absolute;
  top: 18px;
  right: -59px;
  transform: rotate(46deg);
  z-index: 1;
  font-size: 16px;
  padding: 5px 0 3px 0;
  background: linear-gradient(3deg, #a9ccf5 0%, #d4e2f8 50%, #a9ccf5 100%);   
  text-shadow:1px 1px 1px rgb(231, 231, 250);
  color:#ec2626;
  width: 200px;
  }
  @media screen and (max-width: 768px) {
    .pricing .box h4 ,  .pricing .box h6  , .pricing .box-special h4 ,
    .pricing .box-special h6 , .pricing .box span ,.pricing .blue-style,
    .pricing .navs-style , .pricing .lamon-style  { font-size: 15px;}
  }
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box 
{
  text-align: center; 
  overflow:initial;
   padding: 46px 6px 12px;
  margin: 12px 1px;
  line-height: 1.9;
  box-sizing: content-box;
  margin: 12px 1px;
  border-radius: 6px;
  border: 5px solid #fff;
  box-shadow: 0px 2px 12px #ced5da;
  background:linear-gradient(to bottom, #ddecff96 0%, #fff 100%);
  transition: all 0.3s ease-in-out;
}
.services .icon-box::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -36px;
  width:50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}
.services .icon-box:hover::before {
  background: #d4eafa;
  background: radial-gradient(at right top, #ddecff, #FFFFFF);
   border-radius: 6px;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%; 
   }
   .services .icon-box .icon {
    width: 90px;
    border-radius: 50px;
    position: absolute;
    left: 15px;
    top: -42px;
    background: #fff;
    background: radial-gradient(at right top, #ddecff, #FFFFFF);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 4px;
    }

  .services .icon-box span { font-weight: 420; font-size: 17px; color: #666a6b; margin: 9px;}
   .services  h4 
  {
    font-size: 18px;
    font-weight: 420;
    color: #0159dd;
    margin-top: 9px;
	line-height: 1.55em;
   }
   .services .icon-box p a {
    position: relative;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    display: inline-flex;
    padding: 9px;
    border-radius: 14px;
    line-height: 1;
    box-shadow: 0px 5px 10px 0px #c4ced8;
    border: 1px solid #d0e8ff;
    color: #0159dd;
    background: linear-gradient(3deg, #ffffff 0%, #a5cdff 50%, #fff 100%);   
    text-shadow:1px 1px 1px rgb(197, 219, 252);
     margin: 2px;
   }
 
  .services .icon-box p a:hover 
    {border: 1px solid #98ccfa; padding: 8px 12px;  border-radius: 24px; transform: translateY(-0.25em); }
  @media (max-width: 1200px) {
   .services .icon-box h4 , services .icon-box h4 em { font-size: 0.90em;  line-height: 1.55em;}
   .services .icon-box span , .services .icon-box p { font-size: 0.92em ; color:#022864;}
   em { font-size: 0.92em }
 }
/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services img {border-radius: 6px;}
.more-services .card {
   border-radius: 6px;
  text-align: ceneter;
  box-shadow: 0px 2px 12px #cbd4da;
  border: 4px solid #fff;
}
.more-services .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
  }
.more-services .card-body p a {
  position: relative;
   text-align: center;
  display: inline-flex;
  padding: 9px;
  border-radius: 14px;
  line-height: 1;
  color: #0461f7;
   margin: 2px;
  font-size: 17px;
  transition: ease-in-out 0.3s;
  background:linear-gradient(to bottom, #faf9f9 5%, #e6e6e6 100%);
  text-shadow:1px 1px 1px rgb(229, 233, 238);
  border: 1px solid #d7deff;
  box-shadow: 0px 5px 10px 0px #c4ced8;
  }
  .more-services .card-body p a:hover 
  {
    border: 1px solid #effae4; padding: 8px 12px;
    border-radius: 24px;
  }
/*--------------------------------------------------------------
# Result-Qr
--------------------------------------------------------------*/
.result-qr .qr-wrap { padding-left: 37px; }
.result-qr .result-qr-item {
  box-sizing: content-box;
  padding: 20px 20px 10px;
  margin: 12px 5px;
  min-height: 140px;
  position: relative;
  border-radius: 14px;
  border: 0.09em solid #abcffa;
  border-right: 4px solid #a1c7f5;
  border-radius: 2px 14px 14px 1px;
  box-shadow: 0px 2px 12px #4d606d5e;
  background: linear-gradient(3deg, #eef6ff 0%, #fff 50%, #ebf4ff 100%);
}

  .result-qr .result-qr-item .icon
   {
    border: 2px solid #fcfcfd;
  position: absolute;
  left: -50px;
  text-align: center; 
  overflow:initial;
  border-radius: 46px;
   width: 90px;
  box-shadow: 4px 2px 12px #8cc7ee;
  }
    .result-qr-icon 
    {  width: 81px; }


.result-qr .result-qr-item h3 
{
  font-size: 17px;
  margin: 10px 0 5px 0;
  color: #494848;
  text-align: right;
}
.result-qr a 
{
  position: relative;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  padding: 7px;
  border-radius: 14px;
  line-height: 1;
  box-shadow: 0px 5px 10px 0px #c4ced8;
  border: 1px solid #c6e3fd;
  color: #043fa5;
  background: linear-gradient(3deg, #ffffff 0%, #a5cdff 50%, #fff 100%);   
  text-shadow:1px 1px 1px rgb(197, 219, 252);
   margin: 2px;
}
.result-qr a:hover {border: 1px solid #98ccfa; padding: 8px 12px;  border-radius: 24px; transform: translateY(-0.25em); }
@media (max-width: 767px) {
  .result-qr .result-qr-wrap { padding-left: 0; }
  .result-qr .result-qr-item { padding: 30px;  margin: 15px; }
  .result-qr .result-qr-item .result-qr-img {
    position: static;
    width: 58%;
    margin-left: auto;
    margin-right: 20%;
    margin-bottom: 10%;
   }
   .result-qr .result-qr-item h3 ,.result-qr .result-qr-item h5
    { font-size: 16px;  text-align: center; }
   }         
/*--------------------------- # Footer --------------------------------------------------------------*/
#footer {
   padding: 0 0 24px 0;
   font-size: 15px;
   color: #f7f7f7;
   background: linear-gradient(3deg, rgb(1, 44, 126) 5%,#002049 55%, rgb(0, 50, 141) 100%);  
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: linear-gradient(rgba(0, 13, 39, 0.514), rgba(5, 5, 5, 0.699)), url("../img/footer-bg.jpg") fixed center center;
  background-size: cover;
  opacity: 0.7;
}
#footer .footer-top .footer-info { margin-bottom: 30px;}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
}
#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'El Messiri';
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #036eda;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 24px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-size: 20px;
}
#footer .footer-top .social-links a:hover {
  background: #0053ba;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .footer-links {margin-bottom: 30px;}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0053ba;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child { padding-top: 0;}
#footer .footer-top .footer-links ul a {
  color: #f7f7f7;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover { color: #007df2; }
#footer .copyright { text-align: center; padding-top: 26px;}
/*---------------------------------- # Finsh Section ----------------------------------------------*/
.finsh .finsh-list ul li * {color: #50524e;}
.finsh .finsh-list {padding: 0 20px;}
.finsh .finsh-list ul {padding: 0;list-style: none;}
.finsh .finsh-list li+li {margin-top: 15px;}
.finsh .finsh-list li .pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 17px 12px;
  text-align: center;
  background: #EFF3F7;
}
.finsh .finsh-list li , .finsh .finsh-list li .section-bg{
  padding: 14px 8px;
  border-radius: 4px;
  position: relative;
  box-shadow: 2px 1px 2px #128efa;
  background: rgb(237, 244, 255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgb(222, 239, 255) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
  border: 0.09em solid #e5f0fc;
}
.finsh .finsh-list li:active ,.finsh .finsh-list li:hover {box-shadow: 2px 1px 2px #7b8288; }
.finsh .finsh-list li .section-bg {box-shadow: none; border:none;} 
.finsh .finsh-list a {
  display: block;
  position: relative;
  font-family: 'El Messiri';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 28px;
  outline: none;
  cursor: pointer;
}
.finsh .finsh-list .icon-show,
.finsh .finsh-list .icon-close {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  color: #0066e2;
}
.finsh .finsh-list .blue-style, .finsh .finsh-list .navs-style,.finsh .finsh-list .lamon-style { background: #E4E6E9; border-top: 6px solid #b1b1b1;}
.finsh .finsh-list p { margin-bottom: 0; padding: 10px 0 0 0;}
.finsh .finsh-list .icon-show {display: none;}
.finsh .finsh-list a.collapsed .icon-show {display: inline-block;}
.finsh .finsh-list a.collapsed .icon-close {display: none;}
.finsh .finsh-list .content p a  { color:#a1a1a1;}
.finsh .finsh-list .pricing a 
{
	border-radius:10px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-size:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
  text-align: center;
   padding: 8px;
   transition: 0.3s;
  line-height: 1;
  background:linear-gradient(to bottom, #faf9f9 5%, #dfdfdf 100%);
  }
  .finsh .finsh-list ul li a span  {color:#fd5806;}
  .finsh .finsh-list .advanced  {background: #c2c3c7; color: #017ba0;}
  .finsh .section-title h2 { 
    border-bottom: 3px solid #64645f;
    border-radius: 12%;
    color:#64645f;
    }
    .finsh .finsh-list .pricing em  {background: #e6e6e6;}

.finsh .finsh-list .border-line
 {  
       border: 0.3em solid transparent;
        background: linear-gradient(#ecf0f3, #feffff)
      padding-box,
      repeating-linear-gradient(-45deg,
      #dddddd 0, #dddddd 12.5%,
      transparent 0, transparent 25%,
      #9e9e9e 0, #9e9e9e 37.5%, 
      transparent 0, transparent 50%) 0 / 5em 5em;
 }
@media (max-width: 1200px) {
  .finsh .finsh-list { padding: 0;}
  .finsh .finsh-list ul li a {font-size: 0.842em; color:#022d6d}
  .finsh .finsh-list .faq .faq-list { padding: 0;  }
  .finsh .finsh-list .pricing h4 , .finsh .finsh-list .pricing h6 , .finsh .finsh-list span,
  .finsh .finsh-list .pricing h4 , .finsh .pricing .special h4   { font-size: 15px; }
  .finsh .finsh-list .section-title h2  { font-size: 17px; }
  .finsh .finsh-list ul li .section-title h2  img { width:24px; }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap { padding-left: 40px; }
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 28px 20px 6px;
  margin: 18px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 131px;
  border-radius: 10px;
  border: 2px solid  #3EC1D5;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 
{
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  text-align: right;
}
.testimonials .testimonial-item h4 { font-size: 16px; color: #999;  margin: 0;}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right { color: #d0e8f8; padding: 2px;  font-size: 26px; }
.testimonials .testimonial-item .quote-icon-left { display: inline-block; left: -5px; position: relative; }

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  font-size: 18px;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap { padding-left: 0; }
  .testimonials .testimonial-item { padding: 30px;  margin: 15px; }
 .testimonials .testimonial-item .testimonial-img {
    position: static;
    width: 60%;
    margin-left: auto;
    margin-right: 20%;
    margin-bottom: 10%;
   }
}
.border-line
{  
   border: 0.3em solid transparent;
    background: linear-gradient(#ecf0f3, #feffff)
  padding-box,
  repeating-linear-gradient(-45deg,
  #f69ea2 0, #f69e9e 12.5%,
  transparent 0, transparent 25%,
  #7eb4e2 0, #7eb4e2 37.5%,
  transparent 0, transparent 50%) 0 / 5em 5em;
}
/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  }
.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  color: #274a8b;
  margin: 5px 5px 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 12px;
  border-bottom: 1px solid #7eb4e2;
  background: linear-gradient(3deg, #e2efff 0%, #ffffff 50%, #fcfeff 100%);  
  box-shadow: 2px 1px 2px #b5c4d3; 
  }
  .menu #menu-flters li:hover {
    cursor: pointer;
    display: inline-block;
    color: #0053ba;
    transition: all ease-in-out 0.3s;
    border-radius: 24px;
    border-bottom: 1px solid #0053ba;
 }
 .menu #menu-flters li.filter-active {
  color:#0179e9; border-bottom: 1px solid #0096c4;
}
.menu #menu-flters li:last-child { margin-right: 0;}
.menu .menu-item { margin-top: 28px;}
.menu .menu-img {
  width: 74px;
  float: left;
  margin-right: 9px;
  border-radius: 50%;
 /* border: 4px solid #C0DDF9;
  background-color:rgb(241, 246, 255);*/
  border: 5px solid #fff;
  box-shadow: 0px 2px 12px #ced5da;
  background:linear-gradient(to bottom, #d7e8fd 0%, #fff 100%);
}
.menu .menu-content {
  margin-left: 50px;
  overflow: hidden;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  position: relative;
}
.menu .menu-content::after {
  content: "______________________________________________" "______________________________________________" "______________________________________________";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;  
  top: -4px;
  z-index: 1;
  color: #0179e9;
  text-shadow: 1px 1px 2px rgb(222, 230, 236);
 }
 .menu .menu-content a {
  padding: 0 10px;
  background-color:#f4faff;
  position: relative;
  z-index: 3;
  font-weight: 400;
  color:#007df2; text-shadow: 1px 1px 2px rgb(222, 230, 236);
  transition: 0.3s;
}
.menu .menu-ingredients {
  margin: 1px 29px 1px 36px;
  font-size: 16px;
  text-align: justify;
  color: rgba(46, 76, 110, 0.74);
  background-color: #fdfeff;
  padding: 2px 5px; 
  border-radius: 5px;
   }
  .menu .menu-ingredients:hover{
    margin: 1px 29px 1px 36px;
    text-shadow: 1px 1px 2px rgb(222, 230, 236);
    color:#5e5e5e;
    }