@font-face {
  font-family: "Helvetica_Neue";
  src: url("../fonts/HelveticaNeueW23foSKY-Bd.eot");
  src: url("../fonts/HelveticaNeueW23foSKY-Bd.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueW23foSKY-Bd.woff2") format("woff2"),
    url("../fonts/HelveticaNeueW23foSKY-Bd.woff") format("woff"),
    url("../fonts/HelveticaNeueW23foSKY-Bd.ttf") format("truetype");
  /* font-weight: bold; */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica_Neue_Reg";
  src: url("../fonts/HelveticaNeueW23forSKY-Reg.eot");
  src: url("../fonts/HelveticaNeueW23forSKY-Reg.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueW23forSKY-Reg.woff2") format("woff2"),
    url("../fonts/HelveticaNeueW23forSKY-Reg.woff") format("woff"),
    url("../fonts/HelveticaNeueW23forSKY-Reg.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

:root {
  --mainColor: #1a6399;
  --secondColor: #f6a409;
}
html {
  font-size: 100%;
}
body {
  font-family: "Helvetica_Neue_Reg";
  font-weight: 400;
  line-height: 1.75;
}
h1 {
  font-size: 2.488rem;
}
h3 {
  font-size: 2.074rem;
}
h2 {
  font-size: 1.728rem;
}
h4 {
  font-size: 1.44rem;
}
h5 {
  font-size: 1.2rem;
}
small,
.text_small {
  font-size: 0.833rem;
}
@media (max-width: 991.98px) {
  html,
  body {
    font-size: 90%;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 105.5%;
  } /*18px*/
}
@media (max-width: 576.98px) {
  html {
    font-size: 100%;
  } /*16px*/
}
.mainColor {
  color: var(--mainColor) !important;
}
.mainColor-bg {
  background-color: var(--mainColor) !important;
}
.secondColor {
  color: var(--secondColor) !important;
}
.secondColor-bg {
  background-color: var(--secondColor) !important;
}
@media (min-width: 1200px) {
  .container-ec {
    max-width: 1550px;
  }
}

body {
  /* font-family: 'NeoSansArabic-Regular'; */
}

a,
a:hover {
  color: #333;
  text-decoration: none;
}

button {
  border: 0;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.common-btn {
  padding: 12px 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
  color: #fff !important;
  font-size: 16px;
  opacity: 1;
  transition: 043s;
}

.common-btn:hover {
  opacity: 0.9;
}

/* start header-sec */
.header-sec {
  background-color: #fcfdfe;
}
.navbar {
  padding: 20px 0 15px;
  width: 100%;
  background-color: transparent;
  align-items: flex-end;
  z-index: 3;
}

.navbar .navbar-toggler {
  border: 0 !important;
  outline: none !important;
  color: var(--mainColor) !important;
  background-color: #eaeaea;
  align-self: center;
}
.navbar-light .navbar-brand {
  margin: 0;
  margin-right: 100px;
  padding: 0;
  max-width: 215px;
}
.navbar .main-menu {
  margin-right: auto;
  align-items: center;
}

.navbar .main-menu .nav-item > .nav-link {
  padding: 10px 10px;
  margin-right: 30px;
  color: #5a5654;
  font-family: "Helvetica_Neue";
  font-size: 1rem;
  line-height: 32px;
  transition: 043s;
}
.navbar .main-menu .nav-item > .nav-link:hover {
  color: var(--mainColor);
}
.navbar .main-menu .nav-item.active .nav-link {
  color: var(--mainColor);
}
.navbar .main-menu .nav-item > .nav-link .text {
  margin: 0 5px 0 10px;
  position: relative;
  font-size: 1.2rem;
}
.navbar .main-menu .nav-item.dropdown > .nav-link .text::after,
.navbar .main-menu .nav-item.dropdown > .nav-link .text::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -18px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/down.png) center no-repeat;
  background-size: contain !important;
  transition: 0.3s;
  z-index: 3;
}
.navbar .main-menu .nav-item.dropdown > .nav-link .text::after {
  background: url(../img/down-color.png) center no-repeat;
  opacity: 0;
}
.navbar .main-menu .nav-item > .nav-link:hover .text::after,
.navbar .main-menu .nav-item > .nav-link.active .text::after,
.navbar .main-menu .active .nav-link .text::after,
.navbar .main-menu .show .nav-link .text::after {
  opacity: 1;
}
.navbar .main-menu .nav-item > .nav-link:hover .text::before,
.navbar .main-menu .nav-item > .nav-link.active .text::before,
.navbar .main-menu .active .nav-link .text::before,
.navbar .main-menu .show .nav-link .text::before {
  opacity: 0;
}
.navbar .have-btns {
  display: flex;
  position: relative;
  align-items: center;
}
.navbar .have-btns .line {
  display: inline-block;
  background-color: #a19f9f;
  height: 22px;
  width: 2px;
  margin: 0 20px;
}
.have-btns .lang,
.have-btns .lang a {
  color: #5a5654;
  font-size: 22px;
}
.dropdown-menu.dropdown-r {
  left: unset;
  right: 0;
}
.dropdown-menu {
  margin-top: 0 !important;
  min-width: 100%;
}
.navbar-nav .dropdown,
.navbar-nav .dropdown:hover .dropdown-menu,
.navbar-nav .dropdown.open .dropdown-menu {
  display: block;
}
@media (max-width: 1200px) {
  /* .navbar {
    padding: 15px;
  } */
  .navbar-light .navbar-brand {
    max-width: 150px;
    margin: 0;
  }
  .navbar .main-menu {
    margin-right: 0;
    align-items: flex-start;
    margin-top: 30px;
  }
  .navbar .main-menu .nav-item > .nav-link {
    display: block !important;
    margin: 0 0 10px !important;
    padding-top: 0px;
  }
  .navbar-nav .dropdown .dropdown-menu {
    margin-bottom: 20px;
    position: static;
  }
  .dropdown-menu.dropdown-r {
    left: 0;
    right: unset;
  }
}
.sec-head {
  position: relative;
  padding: 17px 0 20px;
}
.sec-head .common-title {
  padding: 0 20px;
  margin: 0 10px;
  color: #5a5654;
  position: relative;
  font-size: 23px;
  font-family: "Helvetica_Neue";
}
.sec-head .common-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 3px;
  height: 27px;
  background-color: var(--secondColor);
}
#search-icon {
  display: flex;
  align-items: center;
  /* width: 25px; */
}
#search-icon .dropdown-menu {
  padding: 0;
  border: 0;
  min-width: 10rem;
  top: -5px;
  right: 35px;
}
@media (max-width: 1200px) {
  #search-icon .dropdown-menu {
    top: 100%;
  }
}
/* #search-icon.active{width: auto;} */
#search-icon i {
  font-size: 22px;
  color: #5a5654;
}
#search-icon input {
  opacity: 0;
  position: relative;
  z-index: -1;
  transition: 0.3s;
}
#search-icon.show input {
  opacity: 1;
  z-index: 2;
}
.search-icon-btn {
  outline: 0;
  border: 0;
  padding: 0;
}

/* end header-sec */
/* start social */
.main {
  position: relative;
}
.social-list {
  position: fixed;
  top: 310px;
  right: 0;
  z-index: 10;
}
.social-list .social {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.social-list a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  color: #fff;
  transition: 0.3s;
}
.social-list a:hover {
  width: 100px;
}
.social-list a i {
  font-size: 35px;
}
.facebook {
  background-color: #4c65ac !important;
}
.twitter {
  background-color: #3e9dc6 !important;
}
.instagram {
  background: linear-gradient(45deg, #ffdd55, #ff543e, #c837ab) !important;
}
.youtube {
  background-color: #de2625 !important;
}
@media (max-width: 1200px) {
  .social-list {
    position: relative;
    top: 0px;
    right: 0;
  }
  .social-list .social {
    flex-direction: row;
  }
}
/* end social */
/* start news-box */
.welcom-sec {
  padding: 17px 0;
  border-bottom: 1px solid #f2f2f3;
}
.news-box {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
#nt-example1-container i{
  cursor: pointer;
}
.news-box .hold-img {
  overflow: hidden;
  width: 100%;
  height: 245px;
  background-color: #f5f5f5;
}
.first-col .news-box .hold-img {
  height: 500px;
}
.with-tags-col .news-box .hold-img {
  height: 325px;
}
.first-col,
.second-col {
  padding: 0 8px;
  height: 100%;
}
.news-box .hold-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s;
}
.news-box:hover .hold-img img {
  transform: scale(1.1);
}
.news-box .hold-title {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 75px;
  display: flex;
  align-items: center;
  width: 100%;
 /* background-color: rgb(26 99 153 / 80%);*/
 background-color: rgb(27 27 27 / 70%);
  color: #fff;
  padding: 20px 70px 20px 30px;
}
.news-box .tag {
  position: absolute;
  top: -38px;
  left: 0;
  background-color: var(--secondColor);
  color: #252422;
  padding: 5px 18px;
  font-size: 16px;
  font-family: "Helvetica_Neue";
  border-top-right-radius: 20px;
}
.news-box .time {
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-size: 14px;
}
.news-box .time::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  background-color: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.news-box .hold-title h2 {
  font-size: 17px;
  margin-bottom: 0;
  text-align: justify;
  line-height: 1.5;
  font-family: "Helvetica_Neue";
}
.first-col .news-box .hold-title h2 {
  font-size: 24px;
}
.with-tags-col .news-box .hold-title h2 {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .news-box .hold-title {
    padding: 10px 15px !important;
    justify-content: flex-start;
  }
  .news-box .hold-title h2 {
    font-size: 16px !important;
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .first-col .news-box .hold-img {
    height: 277px;
  }
}
.my-gutters {
  margin-right: 0;
  margin-left: 0;
}
.my-gutters > .col,
.my-gutters > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list li {
  margin-bottom: 20px;
}
.news-list .hold-img,
.box-common .hold-img,
.box-common.imgs-s .hold-img {
  position: relative;
  height: 80px;
  width: 120px;
  overflow: hidden;
}
.news-list .hold-img img,
.box-common .hold-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
}
#mainMenu .nav-item img{
  max-height: 34px;
}
.news-list .hold-img .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--secondColor);
  color: #252422;
  padding: 0px 10px;
  font-size: 14px;
  font-family: "Helvetica_Neue";
  border-top-right-radius: 20px;
}
.news-list .heading,
.box-common .heading {
  color: #5a5654;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
  max-height: 44px;
  overflow: hidden;
}
.box-common.imgs-s .heading {
  margin-bottom: 0;
}
.box-common.no-imgs .media {
  border-top: 1px solid #eaeaff;
  padding: 20px 0;
  margin-bottom: 0;
}
.box-common.no-imgs .media-body {
  padding: 0;
}
.box-common.no-imgs .media-body .heading {
  margin-bottom: 0;
}
.news-list .media-body,
.box-common .media-body {
  padding: 0 0 0 20px;
  font-family: "Helvetica_Neue";
}
.news-list .media-body .time,
.box-common .media-body .time {
  color: #898786;
  font-size: 14px;
  display: block;
  font-family: "Helvetica_Neue_Reg";
}
.box-common {
  border-bottom: 2px solid var(--secondColor) !important;
  padding: 0 20px;
  margin-bottom: 15px;
}
.box-common.border-sec {
  padding: 0 20px;
}
.box-common .sec-head .common-title {
  margin: 0;
}
.box-common .media {
  margin-bottom: 25px;
}
.box-common .hold-img {
  height: 108px;
  width: 108px;
}
.news-list .media-body .time::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  background-color: #898786;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.bg-main {
  background-color: var(--mainColor);
  padding: 0 13px;
  margin: 0 8px;
  margin-bottom: 15px;
}
.company-news {
  border-top: 2px solid var(--secondColor);
}
.bg-main .sec-head .common-title a{color: #fff;}
.bg-main .sec-head .common-title {
  color: #fff;
}
.company-news .one-news {
  color: #fff;
}
.one-news .have-content {
}
.spotlight .have-content{
	height: 160px;
    overflow: hidden;
}
.one-news .have-img-or {
  width: 100%;
  height: 215px;
  margin-bottom: 20px;
}

.one-news .have-img-or iframe,
.one-news .have-img-or video {
  width: 100%;
  height: 215px;
}
.one-news .have-img-or img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.one-news {
  border-bottom: 1px solid var(--secondColor);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 15px;
  padding-bottom: 1rem;
}

.one-news .have-title {
  /* height: 100%; */
}
.one-news .have-title h2 {
  font-family: "Helvetica_Neue";
  font-size: 16px;
  line-height: 1.4;
  height: 42px;
  overflow: hidden;
  margin-bottom: 20px;
}
.hold-media-img {
  overflow: hidden;
  width: 100%;
  max-height: 105px;
  margin-bottom: 15px;
}
.hold-media-img img {
  object-fit: cover;
  width: 100%;
  /* height: 100%; */
}
.news-whith-detals {
  border-bottom: 0;
}
.border-b {
  border-bottom: 1px solid var(--secondColor);
}
.border-sec {
  border: 1px solid #eaeaff;
  padding: 0 8px;
  margin: 0 8px 15px;
}
.news-whith-detals .have-content {
}
.news-whith-detals .have-content h2 {
  font-family: "Helvetica_Neue";
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #252422;
}
.news-whith-detals .have-content .time-icon {
  color: #898786;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.news-whith-detals .have-content .time-icon i {
  margin-right: 5px;
}
.news-whith-detals .have-content p {
  font-size: 16px;
  color: #252422;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-video {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.single-video iframe,
.single-video video {
  width: 100%;
  height: 550px;
}
.video-sec .scroll {
  height: 550px;
}
.sub-menu .nav-link {
  padding: 0;
  border-radius: 0;
  margin-bottom: 37px;
  background-color: transparent;
  transition: 0.3s;
}
.sub-menu .nav-link .media-body {
  padding: 0 15px;
}
.sub-menu .nav-link .heading {
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 0;
  /* height: 56px; */
  overflow: hidden;
}
.sub-menu .nav-pills .nav-link.active,
.sub-menu .nav-pills .show > .nav-link {
  background-color: #2375b1;
}
.sub-menu .hold-img {
  border: 1px solid #fff;
  width: 120px;
  height: 80px;
  overflow: hidden;
}
.sub-menu .active .hold-img,
.sub-menu .show .hold-img {
  border: 1px solid var(--secondColor);
}
.sub-menu ul li:last-of-type .nav-link {
  margin-bottom: 0;
}
.donar-sec .hold-form {
  padding: 0 15px;
}
.donar-sec .hold-form label {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  font-family: "Helvetica_Neue";
}
.donar-sec .hold-form input::placeholder,
.donar-sec .hold-form option {
  font-size: 14px;
  font-family: "Helvetica_Neue";
  color: #898786;
}
.hold-form .have-logo {
  height: 66px;
  width: 100%;
}
.hold-form .have-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hold-form .btn-sub {
  height: calc(1.5em + 0.75rem + 2px);
  background-color: var(--mainColor);
  color: #fff;
  font-size: 16px;
  border: 0;
  outline: 0;
  border-radius: 5px;
  padding: 0 15px;
  transition: 0.3s;
  opacity: 1;
}
.hold-form .search-btn {
  text-decoration: underline;
  color: var(--mainColor);
}
.hold-form .btn-sub:hover {
  opacity: 0.9;
}
.hold-form .custom-select {
  background: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.hold-form .form-control {
  background-color: transparent;
}
.hold-form label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 800;
  position: absolute;
  top: 112%;
  right: 10px;
  color: #898786;
  z-index: -1;
}
.bt-0 {
  border-top: 0 !important;
}
.price-title {
  text-align: center;
  max-width: 280px;
  font-size: 22px;
  color: #252422;
  font-family: "Helvetica_Neue";
  padding: 10px 0;
  margin: 0px auto;
}
.hold-prices {
  background-color: #ebecec;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.hold-prices .box-sm {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
  color: #898786;
  width: 100%;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #898786;
  display: flex;
  align-items: center;
  justify-content: center;
}
.span-p {
  padding-right: 15px;
}
.hold-prices .box-sm span {
}
.one-news .have-title a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .single-video {
    margin-bottom: 15px;
  }
  .single-video,
  .single-video iframe,
  .single-video video,
  .video-sec .scroll {
    height: 355px;
  }
  .hold-prices {
    flex-wrap: wrap;
  }
}
@media (max-width: 768.98px) {
  .sub-menu .nav-link .heading {
    font-size: 14px;
    height: auto;
  }
  .sub-menu .hold-img {
    display: none;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .hold-subscribe .form-control {
    width: 180px !important;
  }
}
@media (max-width: 1199.98px) and (min-width: 991.98px) {
  .single-video,
  .single-video iframe,
  .single-video video,
  .video-sec .scroll {
    height: 355px;
  }
  .sub-menu .hold-img {
    display: none;
  }
  .sub-menu .nav-link .heading {
    height: auto;
  }
  .hold-prices {
    flex-wrap: wrap;
  }
}
/* end news-box */

/* start footer-sec */
.footer-sec {
  background-color: #343230;
}
.footer-sec .footer-top {
  background-color: #403e3c;
  padding: 22px 25px;
}
.hold-social ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.hold-social ul li {
  margin-right: 30px;
}
.hold-social ul li:last-of-type {
  margin-right: 0px;
}
.hold-social ul li a {
  color: #fff;
  font-size: 25px;
  width: 35px;
  display: block;
  text-align: center;
}
.hold-subscribe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hold-subscribe label {
  color: #fff;
  font-family: "Helvetica_Neue";
  margin-bottom: 0;
  padding: 0 10px;
}
.hold-subscribe .form-control {
  color: #252422;
  background-color: #898786;
  font-family: "Helvetica_Neue";
  border: 0;
  height: 40px;
  border-radius: 0;
}
.hold-subscribe .form-control::placeholder {
  color: #252422;
  font-family: "Helvetica_Neue";
}
.hold-subscribe .btn-sub {
  color: #252422;
  background-color: var(--secondColor);
  font-family: "Helvetica_Neue";
  height: 40px;
  margin-left: 5px;
}
.footer-content {
  padding-top: 45px;
  padding-bottom: 60px;
}
.footer-logo {
  text-align: center;
  overflow: hidden;
  max-height: 170px;
}
.footer-content .title-menu {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}
.footer-menu {
  list-style: none;
  padding: 0 0 !important;
}
.footer-menu li {
}
.footer-menu .one-link {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  opacity: 1;
}
.footer-menu .one-link:hover {
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .hold-social ul {
    /* justify-content: center; */
    margin-bottom: 20px;
  }
  .hold-subscribe {
    display: block;
  }
  .hold-subscribe label {
    padding: 0;
  }
  .hold-subscribe .form-control {
    width: 100% !important;
  }
}
/* end footer-sec */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
html {
  scroll-behavior: smooth;
}
/* Scrollbar styles */
.scroll {
  overflow: auto;
}
.scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  border-radius: 50px;
}
.scroll::-webkit-scrollbar-thumb {
  background: var(--secondColor);
  border-radius: 50px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: var(--secondColor);
}
.stext{
  float: left;
}
.a2a_default_style .a2a_counter img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg,.a2a_default_style a{
  float: right!important;
}
.title {
    font-size: 30px;
    color: #006599;
}
.header, .title, .title1 {
    font-weight: 700;
    text-align: center;
    clear: both;
}
#all_body, #all_body span:not(.tooltiptext):not(.author_title_span):not(.author_desc_span):not(.morecontent1):not(.moreellipses), #all_body p, #all_body div {
    /*font-family: bbcnassim!important;*/
    font-size: 18px;
    color: #000!important;
}

#all_body {
    font-size: 18px;
    width: 100%;
}
.internal_div{
  margin-top: 1rem;
}
#carouselExampleCaptions {
  padding: 0 15px 15px;
}
#carouselExampleCaptions .carousel-item a{color: #fff}
#carouselExampleCaptions .carousel-item{
  height: 408px;
}
#nt-example1 li {
    color: #4e4e4e;
    background: #f2f2f2;
    overflow: hidden;
    height: 80px;
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
    text-align: right;
    border-bottom: 1px dotted #2c8162;
}
.nt-example1-container i{
  cursor: pointer;
}
#nt-example1{
  padding-right: 8px;
}