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.4; 
	  font-size: 18px;
      text-align: right; 
  }
  h5 { color: #0461f7; text-align: center}
em , h4 em 
{
   font-size:17px;
   padding:2px;
   color: #022864 ;
   text-align: center;
   background:#fffdba;
   font-style:normal;
   text-decoration: underline;
   text-decoration-color:#fe4d4d;
 }
 h4 em { font-size:16px;}
  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(68vh - 100px);
  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(68vh - 100px);
  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.64em;
  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(74vh - 55px); 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;}
}

/*--------------------------------------------------------------
# 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;}
/*------------------------------# Tab Section-----------------------------*/
.nav > li > a {
  border: none !important;
  border-radius:0;
  font-size: 19px;
  border-top:4px solid rgb(199, 203, 206)!important;
  border-bottom:4px solid rgb(199, 203, 206)!important;
}
.nav > li > a:hover {
  border: none !important;
  border-radius:0;
  background-color:#ffffd0;
  border-top:4px solid rgb(2, 94, 222)!important; 
  transform: none; 
}

.nav-tabs.nav-justified > li > a:hover {
  border-radius:0;
  background-color:#ffffd0;
}
.nav-tabs.nav-justified > li > a > .mapText {
  border: none;
  border-top:4px solid #FFF!important;
  display: block;
  background-color:#0a3c91;
  
  color:#fff;
  padding: 20px 0;
}
.nav-tabs.nav-justified > li.active > a > .mapText {
  border-top:4px solid #093!important;
  background-color: #FFF;
  color: #000;    
} 
.nav-link{ border: none;}
.nav-link.nav-justified > li.active > a {
  border-right:1px solid #fff;
  background-color:#ffffd0;
}