/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Main Structure */
@font-face {
  font-family: roboto;
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: almarai;
  src: url("../fonts/Almarai-Regular.ttf");
}
@font-face {
  font-family: almarai;
  src: url("../fonts/Almarai-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: almarai;
  src: url("../fonts/Almarai-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: almarai;
  src: url("../fonts/Almarai-ExtraBold.ttf");
  font-weight: 900;
}
input::-webkit-input-placeholder {
  line-height: 50px;
}
input::-moz-placeholder {
  line-height: 50px;
}
input:-ms-input-placeholder {
  line-height: 50px;
}
input::-ms-input-placeholder {

  line-height: 50px;
}
input::placeholder {

  line-height: 50px;
}
.form-control{
  line-height: 50px;
}
.form-control.no-outline:focus{
outline: none;
box-shadow: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8b8d8f;
  border-radius: 5px;
  margin: 0 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8b8d8f;
}
*,
*:focus,
*:hover {
  outline: none;
}
body {
  font-family: almarai;
  text-align: right;
  min-width: 320px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
ul {
  list-style: none;
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}
button:focus {
  outline: none;
}
/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* main slider */
.main-slider {
  height: 100vh;
  position: relative;
  min-height: 420px;
}
.slide-bg {
  min-width: 100%;
  display: block;
  min-height: 100%;
  position: relative;
}
.slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/Overlay.png);
  background-size: contain;
  background-repeat: repeat;
  z-index: 1;
}

.main-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
.main-slider .swiper-pagination-bullet-active {
  background-color: #50cbf4;
}
.main-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 110px;
}
.main-slider .scroll-btn {
  position: absolute;
  bottom: 20px;
  right: calc(50% - 12px);
  z-index: 2;
  text-align: center;
  width: 24px;
}
.main-slider .scroll-btn img {
  display: inline-block;
  cursor: pointer;
  -webkit-animation-name: scroll-btn;
  animation-name: scroll-btn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes scroll-btn {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes scroll-btn {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.main-navbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
.top-navbar {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.nav-items {
  padding: 0;
  margin-top: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: right;
}
.nav-items .nav-item {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
  position: relative;
}
.nav-items .nav-item.icon-btn {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  position: relative;
}
.nav-items .nav-item > a {
  color: #fff;
  padding: 0 5px;
}
.nav-items .nav-item > a:hover {
  color: #50cbf4;
}
.nav-items .show.nav-item > a {
  color: #50cbf4;
}
.bot-navbar .nav-items .nav-item > a > div {
  line-height: 35px;
}
.navbar-expand-md .navbar-nav .nav-item:first-child .nav-link,
.navbar-expand-md .navbar-nav .nav-item:first-child {
  padding-right: 0;
  margin-right: 0;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link,
.navbar-expand-md .navbar-nav .nav-item:last-child {
  padding-left: 0;
  margin-left: 0;
}
.nav-items .nav-item a:hover p {
  opacity: 1;
}
.nav-item p.lang,
.nav-item p.contact {
  position: absolute;
  bottom: -15px;
  margin: 0;
  font-size: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nav-bot-line {
  height: 3px;
  background-color: #50cbf4;
  width: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.show .nav-bot-line {
  width: 100%;
}
.nav-item p.contact {
  right: -5px;
}
.nav-item p.lang {
  right: 5px;
}
.nav-item i.fas.fa-chevron-down {
  font-size: 9px;
  width: 17px;
  height: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.13);
  padding: 3px;
  margin-right: 4px;
  border-radius: 3px;
}

li.nav-item.separator {
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}
.nav-logos {
  margin-bottom: 0;
}
.nav-logos .nav-logo {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px;
}
.nav-logos .nav-logo:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.megamenu-li {
  position: static !important;
}
.nav-link {
  position: relative;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  text-align: right;
  margin: -1px;
  background-color: #e3ebf1;
  border-radius: 0;
}
.megamenu h5 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
}
.megamenu .dropdown-item {
  padding: 0.5rem 0.75rem;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 15px;
}
.megamenu .dropdown-item:focus,
.megamenu .dropdown-item:hover,
.megamenu .dropdown-item:active {
  color: #50cbf4;
  background-color: #ffffff;
}
.megamenu a.dropdown-item.main-link {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: normal;
}
.megamenu a.dropdown-item.active-link {
  background-color: #fff;
  color: #50cbf4;
  font-weight: bold;
  padding-right: calc(0.5rem - 3px);
  margin-bottom: 30px;
}
.megamenu a.dropdown-item.active-link span {
  border-right: 3px solid #50cbf4;
  display: inline-block;
  padding-right: 0.5rem;
}
.megamenu h5 span {
  border-bottom: 3px solid #50cbf4;
  padding-bottom: 8px;
  display: inline-block;
}
.megamenu p {
  color: #8b8d8f;
  font-size: 15px;
  line-height: 32px;
  height: calc(32px * 3);
  overflow: hidden;
}
.megamenu .all-btn {
  margin: auto;
  margin-top: 30px;
}
.bot-navbar {
  padding: 0;
}
.bot-navbar .nav-item i.fas.fa-chevron-down {
  background: none;
  position: absolute;
  left: 12px;
  bottom: 10px;
}

.bot-navbar .nav-items {
  margin-top: 40px;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bot-navbar .nav-items .nav-item {
  font-size: 17px;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.main-slider .caption {
  position: absolute;
  color: #fff;
  z-index: 2;
  text-align: center;
  top: 40vh;
  left: 0;
  right: 0;
}
.main-slider .caption p.sm-title {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.main-slider .caption h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.main-slider .caption span {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
button.swiper-more-btn {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #40b763;
  padding: 9px 28px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 23px;
  color: #fff;
}
button.swiper-more-btn:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: #40b763;
}
.swiper-more-btn i.fas.fa-arrow-circle-left {
  margin-right: 6px;
  font-size: 12px;
  vertical-align: middle;
}
.play .play-btn {
  border: none;
  background: none;
  background: #40b763;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 8vh;
  -webkit-box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.15);
  font-size: 25px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.play .play-btn:hover {
  width: 65px;
  height: 65px;
  -webkit-box-shadow: 0 0 0px 18px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0px 18px rgba(255, 255, 255, 0.15);
}
.play .play-btn i {
  margin-left: 5px;
}
.play .play-btn#videoPlay i {
  margin: 0;
}
.main-social {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.main-social li {
  display: inline-block;
  font-size: 25px;
  margin: 2px;
  padding: 5px;
}
.main-social li a {
  color: rgba(255, 255, 255, 0.8);
}
.main-social li a:hover {
  color: #fff;
}
.new-side-card {
  position: absolute;
  top: 40vh;
  left: 0;
  z-index: 2;
  height: 260px;
  overflow: hidden;
}
.card-toggle {
  display: block;
  width: 75px;
  background: #2f446d;
  height: 75px;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-menu-btn .card-toggle{
  width: 45px;
  background: #FFFFFF;
  height: 45px;
  border-radius: 6px;
}

.card-toggle span {
  display: block;
  width: 35px;
  height: 1px;
  background-color: #fff;
  margin: 10px auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-menu-btn .card-toggle span{
  background-color: #153E72;
  width: 30px;
  height: 2px;
    margin: 8px auto;
}
.card-toggle.hovered {
  padding-top: 12px;
  background: #50cbf4;
  width: 90px;
  height: 90px;
}
.side-menu-btn .card-toggle.hovered{
  padding-top: 0;
  background: #FFFFFF;
  width: 45px;
  height: 45px;
}
.card-toggle.hovered span:nth-child(2) {
  display: none;
}
.card-toggle.hovered span:nth-child(3) {
  -webkit-transform: rotateZ(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  transform: rotateZ(90deg) translateX(-10px);
}
.new-side-card .card-header {
  background-color: #fff;
  width: 75px;
  height: calc(100% - 75px);
  float: left;
}
.new-side-card .card-header span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
  display: block;
  margin-top: 30px;
  font-size: 18px;
  white-space: nowrap;
  color: #2f446d;
}
.mega-menu-body {
  position: absolute;
  top: 30px;
  background-color: #fff;
  border-radius: 5px;
  color: #40b763;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-shadow: 5px 6px 28px -5px #000;
  box-shadow: 5px 6px 28px -5px #000;
  display: none;
  right: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.mega-menu-body h4 {
  font-size: 22px;
  font-weight: 700;
}
.mega-menu-body ul {
  padding-right: 10px;
}
.mega-menu-body ul li a {
  color: #40b763 !important;
  display: block;
  padding: 5px !important;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mega-menu-body ul li a:hover {
  color: #fff !important;
  background-color: #40b763 !important;
}
.settings-pop {
  position: absolute;
  right: 0;
  width: 160px;
  background-color: #fff;
  padding: 5px 0;
  z-index: 3;
  border-radius: 6px;
  -webkit-box-shadow: 5px 6px 28px -5px #000;
  box-shadow: 5px 6px 28px -5px #000;
  display: none;
}
.settings-pop ul {
  padding: 0;
}
.settings-pop li {
  margin-bottom: 4px;
  color: #464749 ;
  padding: 0 15px;
}
.settings-pop li:hover{
background-color: #50CBF4;
color: #fff;
}
.settings-pop li a {
  color: inherit ;
  display: block;
  padding: 5px ;
  font-size: 14px;
}
.search-box {
  position: absolute;
  width: 400px;
  padding-left: 50px;
  background-color: #fff;
  display: none;
  z-index: 10;
  border-radius: 7px;
}
.search-box .form-control {
  border: none;
  font-size: 16px;
  height: 45px;
}
a.search-btn {
  position: absolute;
  left: 27px;
  color: #1D4D8B;
  padding: 5px !important;
  top: 5px;
}
a.close-search-btn {
  position: absolute;
  left: 3px;
  color: #777 !important;
  font-size: 20px;
  padding: 5px !important;
  top: 3px;
}
.nav-items .nav-item.icon-btn.side-menu-btn {
  display: none;
}
.mob-navbar {
  background-color: #50cbf4;
  color: #fff;
  display: none;
}
.mob-navbar .panel {
  background-color: #50cbf4;
  border: none;
}
.mob-navbar .panel-heading {
  background-color: #50cbf4 !important;
  border: none !important;
}
.mob-navbar h4.panel-title {
  color: #2f446d;
  font-weight: 700;
  border: none;
}
.mob-navbar .panel-body {
  border: none !important;
  background-color: #2f446d;
  border: none;
}
.mob-navbar .panel-body li {
  font-size: 15px;
  padding: 2px 0;
}

/* services */
.services {
  background-color: #f5f5f5;
  background-image: url("../images/TriArt-bg.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  overflow: hidden;
}
header {
  text-align: center;
}
header h2 {
  color: #464749;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
}
header p {
  color: #8b8d8f;
  font-size: 14px;
}
.services .nav {
  text-align: center;
  margin: 30px 0;
}
.services .nav-tabs > li {
  float: none;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  color: #464749;
  margin: 0 40px;
  display: inline-block;
}
.services .nav-tabs > li > a.active,
.services .nav-tabs > li > a.active:focus,
.services .nav-tabs > li > a.active:hover {
  background: none;
  border: none;
  border-bottom: 3px solid #1d4d8b;
  color: #1d4d8b;
  display: inline-block;
  padding-bottom: 20px;
}
.services .nav-tabs > li > a {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 20px;
}

.service-box {
  background-color: #ffffff;
  padding: 60px 20px;
  position: relative;
  background-image: url("../images/Clip.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
}
.services .swiper-wrapper{
  margin-bottom: 65px;
}
.services .swiper-wrapper .swiper-slide{
  background: inherit;
}
.services .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1D4D8B;
}
.services .swiper-pagination-bullet{
  background-color: #D4D4D4;
}
.service-box:hover {
  background-color: #e6f9ff;
}
.service-box:hover i {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.service-box img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 15px;
}
.service-box .title {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.service-box .title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #555555;
  line-height: 24px;
  height: calc(24px * 2);
  overflow: hidden;
}
.service-box .title p {
  color: #888888;
  font-size: 14px;
  line-height: 21px;
  height: calc(21px * 2);
  overflow: hidden;
}
.service-box a.details-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #337ab7;
}
.service-box span.icon-box {
  margin-right: 5px;
  border: 1px solid;
  padding: 1px 5px;
}
.service-box span.icon-box i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
i.details-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.999' height='9.011' viewBox='0 0 11.999 9.011'%3E%3Cpath id='Shape_40' data-name='Shape 40' d='M1214.388,2441.173h-9.074l2.8,2.745a.3.3,0,0,1,.075.23.3.3,0,0,1-.087.242l-.516.527a.3.3,0,0,1-.429,0l-4.064-4.221a.278.278,0,0,1-.09-.222.27.27,0,0,1,.087-.218l3.993-4.177a.306.306,0,0,1,.427,0l.515.527a.381.381,0,0,1,0,.485l-2.744,2.82h9.1a.623.623,0,0,1,.617.629h0A.623.623,0,0,1,1214.388,2441.173Z' transform='translate(-1203.006 -2435.994)' fill='%23337ab7'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.all-btn {
  color: #1d4d8b;
  font-size: 16px;
  margin: 20px 0 60px;
  display: inline-block;
}
.all-btn i {
  margin-right: 8px;
}
i.all-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='All' transform='translate(-386 -933)'%3E%3Ccircle id='Ellipse_6' data-name='Ellipse 6' cx='1' cy='1' r='1' transform='translate(396 933)' fill='%231d4d8b'/%3E%3Ccircle id='Ellipse_11' data-name='Ellipse 11' cx='1' cy='1' r='1' transform='translate(396 938)' fill='%231d4d8b'/%3E%3Ccircle id='Ellipse_14' data-name='Ellipse 14' cx='1' cy='1' r='1' transform='translate(396 943)' fill='%231d4d8b'/%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='1' cy='1' r='1' transform='translate(391 933)' fill='%231d4d8b'/%3E%3Ccircle id='Ellipse_10' data-name='Ellipse 10' cx='1' cy='1' r='1' transform='translate(391 938)' fill='%231d4d8b'/%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='1' cy='1' r='1' transform='translate(391 943)' fill='%231d4d8b'/%3E%3Ccircle id='Ellipse_8' data-name='Ellipse 8' cx='1' cy='1' r='1' transform='translate(386 933)' fill='%231d4d8b'/%3E%3Ccircle id='Ellipse_9' data-name='Ellipse 9' cx='1' cy='1' r='1' transform='translate(386 938)' fill='%231d4d8b'/%3E%3Ccircle id='Ellipse_12' data-name='Ellipse 12' cx='1' cy='1' r='1' transform='translate(386 943)' fill='%231d4d8b'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

/* news */
.news-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  position: relative;
  -webkit-box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
}
.news-card:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-card:hover .content-box {
  bottom: 0;
  -webkit-box-shadow: 0 0 65px 80px #fff;
  box-shadow: 0 0 65px 80px #fff;
}
.news-card:hover h4 {
  color: #1d4d8b;
}
.news-card img {
  min-width: 100%;
  height: 368px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.content-box {
  position: absolute;
  bottom: -90px;
  text-align: right;
  width: 100%;
  padding: 0 15px;
  -webkit-box-shadow: 0 0px 15px 20px #fff;
  box-shadow: 0 0px 15px 20px #fff;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.content-box h4 {
  font-weight: 700;
  margin: 0;
  position: relative;
  top: -10px;
  color: #464749;
  line-height: 34px;
  height: calc(34px * 2);
    overflow: hidden;
}
.content-box p.date {
  font-size: 14px;
  color: #8b8d8f;
}
.content-box p.details {
  color: #464749;
  line-height: 24px;
}
.news .swiper-container-horizontal > .swiper-pagination-bullets,
.news .swiper-pagination-custom,
.news .swiper-pagination-fraction {
  bottom: 0;
}
.news .swiper-wrapper {
  margin-bottom: 65px;
}
.news .all-btn {
  margin-top: 0;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #eeeeee;
  opacity: 1;
}
.news .swiper-pagination-bullet-active {
  background-color: #639fd2;
}

/* library */
.library {
  background-color: #f5f5f5;
  background-image: url(../images/line-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -5em;
  padding: 100px 0;
}
.library .custom-accordion,
.library .how-swiper {
  height: 400px;
  -webkit-box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
}
.library .custom-toggle {
  width: 100px;
  background-color: #1d4d8b;
  height: 100%;
  float: left;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.library .custom-toggle.active {
  width: 0;
}
.library .custom-panel {
  width: 0;
  padding: 0;
  height: 100%;
  float: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.library .custom-panel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/Overlay.png");
}
.library .custom-panel.active {
  width: calc(100% - 200px);
}
.library .custom-toggle.digital-library {
  background-color: #E04615;
}
.custom-toggle.digital-library img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.library .custom-toggle.activites {
  background-color: #F79826;
}
.library .custom-toggle.ads {
  background-color: #3979B7;
}
.library .custom-toggle.activites img.right-arrow {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.custom-toggle h3 {
  color: #fff;
  -webkit-transform: rotateZ(-90deg) translate(-80px, 0px);
  -ms-transform: rotate(-90deg) translate(-80px, 0px);
  transform: rotateZ(-90deg) translate(-80px, 0px);
  white-space: nowrap;
  margin: 0;
}
.library .custom-toggle.ads h3 {
  -webkit-transform: rotateZ(-90deg) translate(-115px, 0px);
  -ms-transform: rotate(-90deg) translate(-115px, 0px);
  transform: rotateZ(-90deg) translate(-115px, 0px);
}
.custom-toggle img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.library .custom-panel.digital-library {
  background-image: url("../images/NoPath-1.png");
}
.library .custom-panel.active {
  padding: 50px 30px;
}
.library .custom-panel.digital-library .play {
  text-align: center;
  height: 100px;
}
.library .custom-panel h3 {
  font-size: 25px;
  line-height: 42px;
}
.library .custom-panel.activites {
  background-image: url("../images/NoPath-2.png");
}
.library .custom-panel.ads {
  background-image: url("../images/NoPath-3.png");
}
.library .custom-panel.ads p {
  font-size: 22px;
  margin-top: 140px;
}
.overlay-escaper {
  position: relative;
  z-index: 3;
}
.sm-line {
  width: 100px;
  height: 5px;
  background-color: #d9b319;
}
.library .custom-panel.activites h3 {
  margin-top: 90px;
}
.panel-sm-content {
  margin-top: 30px;
}
.panel-sm-content i {
  vertical-align: top;
  margin-left: 5px;
  font-size: 16px;
  color: #f6db29;
}
.panel-sm-content span {
  display: inline-block;
  width: calc(100% - 25px);
  font-size: 16px;
  color: #45e2c8;
}
.library .all-btn {
  position: absolute;
  margin: 0;
  bottom: 40px;
  z-index: 4;
  left: 35px;
}
.library .swiper-pagination-bullet-active {
  background-color: #639fd2;
}
.slide-box {
  height: 100%;
  padding-top: 40px;
}
.slide-box h3 {
  color: #464749;
  padding: 0 25px;
}
.slide-box p {
  color: #337ab7;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  padding: 0 25px;
}
.library .swiper-container-horizontal > .swiper-pagination-bullets,
.library .swiper-pagination-custom,
.library .swiper-pagination-fraction {
  bottom: 60px;
}
.library .play .play-btn {
  margin-top: 30px;
}

/* counters */
section.counters {
  text-align: center;
  background-image: url(../images/Statistics_Numbers.png);
  background-color: #3979B7;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-bottom: 50px;
  overflow: hidden;
}
.counters header h2 {
  color: #fff;
  font-size: 34px;
}
.count-line {
  height: 4px;
  background-color: #fff;
  width: 100px;
  margin: 25px auto 45px;
}
h2.count {
  font-size: 50px;
  font-family: roboto;
  line-height: 38px;
  margin-top: 20px;
}
.counters p {
  font-size: 16px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.feedback {
  padding: 120px 0;
  background-image: url("../images/feedback-pg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.twitter-box {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
}
.questions {
  background-color: #fff;
  text-align: center;
  height: 400px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  padding: 60px 10px;
}
.questions h2 {
  color: #1d4d8b;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 40px;
}
.questions p {
  color: #464749;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 32px;
}
.questions a {
  color: #337ab7;
  font-size: 16px;
}
.questions i {
  margin-right: 5px;
}

.survey {
  background-color: #fff;
  height: 400px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 45px 0px rgba(0, 0, 0, 0.15);
  padding: 0 30px;
}
.survey h3 {
  text-align: center;
  color: #1d4d8b;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 20px;
}
.survey p {
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
/* Customize the label (the container) */
.radio-container {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #8b8d8f;
  font-weight: 500;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #8b8d8f;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .radio-container:hover input ~ .checkmark:after {
  display: block;
} */

.radio-container input:checked ~ .check-label {
  color: #1d4d8b;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1d4d8b;
}
.btn-box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
button.vote {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #1d4d8b;
  width: 130px;
  padding: 8px;
  border-radius: 23px;
  border: 2px solid #1d4d8b;
  margin: 5px;
}
button.vote-results {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  background: none;
  border: none;
  font-size: 16px;
  width: 130px;
  padding: 8px;
  border-radius: 23px;
  border: 2px solid #1d4d8b;
  margin: 5px;
  color: #1d4d8b;
  background-color: #fff;
}

/* partners */
.partners {
  background-color: #f6f6f6;
  padding: 100px 0;
}
.partners-slider {
  background-color: #fff;
  height: 130px;
}
.partners-slide {
  width: 100%;
}
.partners-title {
  background-color: #eae9e9;
  height: 130px;
  overflow: hidden;
  padding: 15px;
  margin: 0 -15px;
  border-radius: 0 10px 10px 0;
}
.partners-title h4 {
  color: #26984d;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  margin-top: 15px;
}
.slider-bg {
  background-color: #fff;
  padding: 0 40px;
  border-radius: 15px 0 0 15px;
}
.partners .swiper-button-next,
.partners .swiper-button-prev {
  color: #adaeaf !important;
}
.partners .swiper-button-next:focus,
.partners .swiper-button-prev:focus {
  outline: none;
}
footer {
  background-image: url("../images/Footer-Blue.png");
  padding-top: 60px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #11325b;
}
footer h4 {
  color: #40b763;
  font-size: 22px;
  font-weight: 700;
}
.news-letter {
  padding: 10px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.customer-service {
  padding: 10px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.subscribe {
  position: relative;
  margin: 0;
}
.subscribe input {
  background: rgba(255, 255, 255, 0.7);
  color: #464749;
  height: 40px;
  line-height: 40px;
  padding-left: 95px;
}
.subscribe input:focus {
  background: rgba(255, 255, 255, 0.7);
}
.subscribe input::-webkit-input-placeholder {
  color: #464749;
  line-height: 40px;
}
.subscribe input::-moz-placeholder {
  color: #464749;
  line-height: 40px;
}
.subscribe input:-ms-input-placeholder {
  color: #464749;
  line-height: 40px;
}
.subscribe input::-ms-input-placeholder {
  color: #464749;
  line-height: 40px;
}
.subscribe input::placeholder {
  color: #464749;
  line-height: 40px;
}
.subscribe button {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: none;
  border-radius: 4px 0 0 4px;
  height: 100%;
  padding: 0px 26px;
  color: #1d4d8b;
}
.news-letter li {
  display: inline-block;
  font-size: 30px;
  margin: 0 10px;
  padding: 5px;
}
.news-letter li a {
  color: rgba(255, 255, 255, 0.8);
}
.news-letter li a :hover {
  color: rgba(255, 255, 255, 1);
}
.customer-service .contact {
  font-size: 16px;
  margin-bottom: 20px;
}
.contact i {
  margin-left: 5px;
  color: #40b763;
}
.contact .contact-title {
  color: #fff;
  margin-left: 5px;
}
.contact .contact-value {
  color: #40b763;
  font-weight: 700;
}
.customer-service p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.quick-links {
  padding: 10px 0 30px;
}
.quick-links a {
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  display: inline-block;
  margin: 8px 0;
}
.footer.copy {
  color: #fff;
  font-size: 13px;
}
.footer .nav-logos .nav-logo:first-child {
  border: none;
  margin-left: 5px;
}
.footer .nav-logos,
.footer .nav-logos .nav-logo {
  padding: 0;
}
.copy .links li {
  border-left: 1px solid #fff;
  padding: 0 5px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.copy li:last-child {
  border: none;
}
.copy ul,
.copy p {
  padding: 0;
  padding-top: 70px;
}
.copy ul.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.links a:hover {
  color: #40b763;
}
ul.pull-left {
  text-align: left;
}
.copy p {
  white-space: nowrap;
}
.scroll-up-button {
  background: none;
  border: none;
  border-radius: 4px;
  border: 2px solid #337ab7;
  background-color: #fff;
  color: #fff;
  position: fixed;
  padding: 0;
  padding-top: 5px;
  bottom: 2vh;
  left: 2vw;
  width: 47px;
  height: 47px;
  font-size: 2em;
  z-index: 999999;
}
.scroll-up-button span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.807' height='39.807' viewBox='0 0 39.807 39.807'%3E%3Cpath id='Path_1583' data-name='Path 1583' d='M20.271,0,15.79,15.958,0,20.995l28.28,7.021Z' transform='translate(19.997 39.807) rotate(-135)' fill='%2350cbf4'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
}
span.icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* .dropdown.megamenu-li:hover>.dropdown-menu {
  display: block;
 } */
 .slide-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
    direction: ltr;
}
