:root{
  --main-color : #1EAEE4;
  --secound-color : #004d69;
  --thired-color : #d4ecf6;
  --black-color : #000000;
  --white-color : #ffffff;
}
@font-face {
  font-family: "main";
  src: url("../fonts/Cairo-VariableFont_wght.ttf");
}
body {
  font-family: main ,"Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }
    ::-webkit-scrollbar {
      width: 5px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
      /*box-shadow: inset 0 0 5px grey; */
      border-radius: 10px;
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: var(--main-color); 
      border-radius: 10px;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: var(--secound-color); 
    }
    .example::-webkit-scrollbar {
      display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    }
    
p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: main,"Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
scroll-behavior: smooth;

}
  a, a:hover {
    text-decoration: none !important; }


.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: var(--main-color); }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid rgba(0, 153, 255, 0.5);
background-color: var(--white-color); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
background-color: var(--white-color); }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 350; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 10px;
        color: var(--main-color);
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: var(--secound-color); }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: var(--secound-color); }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: var(--main-color); }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: var(--secound-color); }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; 
    font-weight: 300;}
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: var(--main-color); }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: var(--main-color); }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar ul li.active a {
      color: var(--secound-color); }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: var(--white-color); }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        color: var(--main-color);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: var(--secound-color) !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: var(--secound-color) !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: var(--secound-color); }
.tammem-icon{
  height: 60px;
  position: relative;
}



.hero {
  height: 65vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
/* crousel */
/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 100hv;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.mySlides img{
  padding-top: 130px;
  height: 100vh;
  object-fit: cover;
  padding-bottom: 150px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}
.myactive, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.myfade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*media*/
.icon-whatsapp{
  color: var(--main-color);
}
.icon-facebook{
  color: var(--main-color);
}
.icon-wechat{
  color: var(--main-color);
}
.icon-instagram{
  color: var(--main-color);
}
.icon-phone{
  color: var(--main-color);
}
.icon-envelope{
  color: var(--main-color);
  transition: 0.5s;
}
.icon-menu{
  color: var(--main-color);
}
.icon-map-marker{
  font-family: main;
}
.mytitle{
  text-align: center;
  color: var(--main-color);
  background-color: var(--white-color);
  padding: 5px;
} 
.myContainer{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  
  background-repeat: no-repeat;
  background-size: cover;
}
.columnn {
  float: left;
  width: 25%;
  max-width: 220px;
  margin-bottom: 16px;
  margin-top: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: 0.4s ease;
}
.card:hover {
  box-shadow: 0 8px 8px 0 rgba(24,144, 211, 0.5);
  box-shadow: 1px 1px 2px rgba(24,144, 211, 0.5), 0 0 25px rgba(24,144, 211, 0.5), 0 0 5px rgba(24,144, 211, 0.5);
}
.card img{
  width: 100%;
  border-radius: 50px;
  padding: 10px;

}
.card h2{
  text-align: center;
  font-size: 24px;
  margin: 10px;
  }
.myContainer h2{
  text-align: center;
  color: var(--main-color);
}
.containera {
  padding: 0 16px;
}
.containera::after, .roww::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 650px) {
 
}

@media screen and (max-width: 800px) {
  .columnn {
    width: 33.3%;
    display: block;
  }
  .myContainer{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .card h2{
    font-size: 18px;
  }
  .card img{
    width: 100%;
  }

}
@media screen and (max-width: 600px) {
  .columnn {
    width: 50%;
    display: block;
  }
  .myContainer{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .card img{
    width: 80%;
    margin-left: 10%;
    margin-left: 10%;
    border-radius: 30px;
  }
}


/* Footer */
#scrollToTopBtn {
  display: none;
  background-color: var(--main-color);
  border: none;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  line-height: 40px;
  width: 40px;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  position: fixed;
  outline: none;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
ul{
	list-style: none;
}
.footer{
    background-image: url(../images/footer-background6cb4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.footer-col{
   width: 20%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
  text-align: right;

}
.footer-col h4::before{
	content: '';
	position: absolute;
	right:0;
	bottom: -10px;
	background-color: var(--white-color);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
  text-align: right;
	font-size: 16px;
  font-family: main ;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
  margin-left: -40px;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
  font-family: main;
	background-color: rgba(34, 23, 23, 0);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
  float: right;
}

.footer img{
  height: 80px;
  display: block;
  
}
.fb-like-btn{
 display: block;
 float: right;
}
/* .footer .icon-wechat,.icon-facebook,.icon-envelope,.icon-whatsapp{
 color: var(--main-color);
 background-color: #ffffff69;
 padding: 10px 20px;
 transition: 0.5s;
}
.footer-col .icon-wechat:hover,.icon-facebook:hover,.icon-envelope:hover,.icon-whatsapp:hover{
  background-color: #004d6969;
  padding: 10px 20px;
  border-radius: 100px;
 } */
 .social-links i{
  padding: 10px;
  border-radius: 40px;
  color: var(--white-color);
  transition: 0.5s;
 }
 .social-links i:hover{
  background-color: #004d6969;
  padding: 10px 20px;
  border-radius: 100px;
 }
/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}

div.scard h3{
  font-size: 18px;
}
div.scard p{
  font-size: 12px;
  font-weight: 200;
  padding: 0;
  margin: 0;
}
div.scard img{
  width: 100%;
}
}
.copyrights{
  text-align: center;
  color: var(--white-color);
  font-weight: 100;
  margin: 5px;
  font-size: 12px;
}
.developer{
  text-align: center;
  color: var(--white-color);
  font-weight: 100;
  margin: 5px;
  font-size: 12px;
}
.developer a{
  text-decoration: none;
  color: var(--white-color);
}
.introduction{
  display: block;
  margin: 20px;
}
.introduction .tammem{
  font-size: 2rem;
  font-weight: 500;
  color: var(--main-color);
}
.introduction h1{
  text-align: center;
}
.introduction p{
  text-align: center;
  color: #212529;
}

/*prmises*/
.promise{
  margin: auto;
  display: block;
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
}
.promise .cvp_img_container{
  padding: auto;
}
.promise .card{
  margin: 10px;
  box-shadow: none;
  border: none;
  width: 100%;
}
.promise h1{
  text-align: center;
  font-size: 24px;
  color: var(--main-color);
  color: #000;
}
.promise p{
  text-align: center;
  font-size: 18px;
  color: #575a7b;
}
.promise .card img{
  display: block;
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px; 
}

/*services*/
.service-section {
  width: 100%;
  display: grid;
  place-items: center;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-heading{
  color: var(--main-color);
  margin: 20px;
  text-align: center;
}
.section-heading h2{
font-weight: 600;
}
.section-heading p{
  color: #575a7b;
  font-size: 18sp;
}
.srow {
  display: flex;
  flex-wrap: wrap;
}
.scolumn {
  width: 50%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.scard {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, var(--main-color) 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  box-shadow: 0 0 15px rgba(0, 162, 255, 0.12);
  cursor: pointer;
  transition: 0.5s;
  border-radius: 30px;
  border: 1px var(--main-color) solid;
  /* border-top-left-radius: 30px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 30px;  */
}
.scard img{
  width: 100%;
  max-width: 200px;
  height: 80px;
}
.scard h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
.scard p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 350 !important;
}
.sicon-wrapper {
  background-color: var(--main-color);
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.scard:hover {
  background-position: 0 100%;
}
.scard:hover .icon-wrapper {
  background-color: #ffffff;
  color: var(--main-color);
}
.scard:hover h3 {
  color: #ffffff;
}
.scard:hover p {
  color: #fff;
}
@media screen and (min-width: 768px) {
 
  .scolumn {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }
  .scolumn {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
/*partners*/

.partners h2{
  text-align: center;
  padding: 20px;
}
.partners h2{
  font-weight: 600;
  color: var(--main-color);
}


/*Table*/
table {
  border: 2px solid var(--main-color);
  border-radius: 10px;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th{
  background-color: var(--main-color);
  color: var(--white-color);

}
table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: right;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/*cool place*/

.menu__container {
  width: 200px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 20px 1px rgba(0, 112, 187, 0.5);
  background-image: url(../images/tameemprofile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform-origin: center center 0px;
  transition: all 0.5s ease-out;
  /* animation-name: animate; */
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: perspective(1000px) rotateX(35deg) rotateY(4deg) rotateZ(-30deg);
  z-index: 1;
  position: relative;

}
.menu__container:hover {
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.menu__container .menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  height: 100%;
  color: #fff;
}
.menu a{
  padding: 10px;
  border: var(--main-color) solid 2px;
  color: var(--main-color);
  background-color: var(--white-color);
  border-radius: 10px;
}
.menu a:hover{
  border: var(--white-color) solid 2px;
  color: var(--white-color);
  background-color: var(--main-color);
}
.partners h1{
  text-align: center;
  color: var(--main-color);
  width: 600;
  margin-top: 50px;
}
@-moz-keyframes animate {
  0% {
    margin-top: 10vh;
  }
  50% {
    margin-top: 8vh;
  }
  100% {
    margin-top: 10vh;
  }
}
@-webkit-keyframes animate {
  0% {
    margin-top: 10vh;
  }
  50% {
    margin-top: 8vh;
  }
  100% {
    margin-top: 10vh;
  }
}
@-o-keyframes animate {
  0% {
    margin-top: 10vh;
  }
  50% {
    margin-top: 8vh;
  }
  100% {
    margin-top: 10vh;
  }
}
@keyframes animate {
  0% {
    margin-top: 10vh;
  }
  50% {
    margin-top: 8vh;
  }
  100% {
    margin-top: 10vh;
  }
}
/*new partners*/

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 6));
  }
}
.Partnerslider {
  background: white;
  /* box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.125); */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Partnerslider::before, .Partnerslider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 10%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.Partnerslider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.Partnerslider::before {
  left: 0;
  top: 0;
}
.Partnerslider .Partnerslider-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 12);
}
.Partnerslider .Partnerslide {
  height: 100px;
  width: 250px;
  margin-right: 10px;
  margin-left: 10px;
}
.line{
  width: 70px ;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 15px;
  background-color: #17628d;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Preloader

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--white-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}
#preloader:before, #preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--main-color);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}
p{
  font-weight: 400 !important;
}


#particles-js {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
}

#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(45, 80, 103, 0.65);
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}
#hero .container {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#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 {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white-color);

}
#hero .carousel-control-next-icon:hover, #hero 
.carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--main-color);
}
/* #hero .carousel-control-next-icon:after, 
#hero .carousel-control-prev-icon:after {
  content: "";
  background: #ffffff;
  display: block;
  position: absolute;
  border: 5px solid var(--white-color);
  opacity: 0;
  transition: all 1s
}

#hero .carousel-control-next-icon:active:after, 
#hero .carousel-control-prev-icon:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
} */
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--main-color);
}
#hero .btn-get-started {
  font-family: main;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: var(--main-color);
}
#hero .btn-get-started:hover {
  background: #3fb8e4;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 66px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

*{
  font-family: main;
}

.scroller{
  position: fixed;
  background-color: #1EAEE4;
  z-index: 99999;
  height: 5px;
}