@font-face {
  font-family: 'A Jannat LT';
  src: url('AJannatLT.woff2') format('woff2'),
    url('AJannatLT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A Jannat LT';
  src: url('AJannatLT-Regular.woff2') format('woff2'),
    url('AJannatLT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'A Jannat LT';
  src: url('AJannatLT-Bold.woff2') format('woff2'),
    url('AJannatLT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "A Jannat LT", sans-serif;
  color: #484949;
  background: #FFF;
}

html[lang="en"] body {
  font-family: "Poppins", sans-serif;
}

:root {
  --color-site: #008a9c;
  --color-site2: #01355a;
}

a {
  text-decoration: none;
  transition: all 300ms ease-in-out;
  color: var(--color-site2);
}

img {
  max-width: 100%;
}

p {
  color: #7a7a7a;
  line-height: 1.8;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

figure {
  padding: 0;
  margin: 0;
}

#post-114 img,
.contact img,
#post-116 img,
.contact img {
  position: absolute;
  width: 29px;
  height: 31px;
  background-size: contain;
  padding: 5px;
  left: 30px;
  bottom: 10px;
  z-index: 999;
}

input[type="file"] {
  font-size: 0px !important;
  position: relative;
  height: 48px;
}

.wpcf7-submit,
.btn-site {
  background-color: var(--color-site);
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  font-size: 16px;
  display: inline-block;
  transition: 300ms;
  font-weight: 600;
}

a.btn-site.btn-icon i {
  padding-inline-start: 5px;
  font-size: 15px;
}

a.btn-site.btn-icon img {
  width: 16px;
  height: 18px;
  display: inline-block;
  object-fit: contain;
  margin-inline-start: 5px;
}

.wpcf7-submit:hover,
.btn-site:hover {
  background-color: #0a3d61 !important;
  color: #fff;
  border-color: transparent !important;
}

.p-70 {
  padding-block: 70px;
}

.title-section h2 {
  margin-block-end: 40px;
  position: relative;
  font-weight: 600;
  font-size: 45px;
  color: var(--color-site2);
}

.title-section h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: var(--color-site);
}

.content p {
  margin-block-end: 30px;
}

.title-section.t-c h2::before {
  left: 0;
  margin: auto;
  right: 0;
}

header .navbar-site .top-nav {
  display: none;
}

/* article Site */
.article-site {
  padding: 10px 20px;
  background: #fff;
  transition: 300ms;
  margin-block: 30px;
  border-radius: 10px;
  min-height: 250px;
  /* display: grid; */
  place-content: center;
}

.article-site:hover {
  background-color: var(--color-site);
}

.article-site .icon {
  height: 40px;
  width: 40px;
  margin: auto;
  position: relative;
}

.article-site .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.article-site a {
  display: block;
  width: 70%;
  margin: 40px auto 0;
  color: #484949;
  font-size: 20px;
  font-weight: 600;
}

.article-site:hover a {
  color: #484949;
}

/* article Site */

/* Start Header */
header {
  padding-block: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #FFF;
}

header .logo-container-mobile {
  display: none;
}

header .logo-container {
  display: flex;
  align-items: center;
  gap: 35px;
}

header a.custom-logo-link {
  height: 60px;
  display: block;
  margin-inline-end: 70px;
}

header a.custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#primary-menu {
  display: flex;
  gap: 26px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.nav-site {
  margin-inline-end: 0;
  align-items: center;
  display: flex;
  gap: 35px;
  color: #fff;
  background: #ededed1c;
  padding-block: 11px;
  padding-inline: 35px;
  border-radius: 50px;
  position: relative;
}

#primary-menu a:hover,
#primary-menu li.current-menu-item:hover a,
header .profile a:hover {
  color: var(--color-site);
  position: relative;
}

#primary-menu li {
  display: inline-block;
}

#primary-menu a,
header .profile a {
  color: var(--color-site2);
  font-size: 17px;
  height: 24px;
  display: block;
  position: relative;
  font-weight: 600;
}

#primary-menu li a::after,
header .profile a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  right: 0;
  background-color: var(--color-site);
  bottom: -10px;
  transition: 300ms;
}

#primary-menu li a:hover::after,
header .profile a:hover::after {
  width: 100%;
}

#primary-menu li.current-menu-item a,
#primary-menu li.current-menu-item a::after {
  color: var(--color-site);
  width: 100%;
}

#primary-menu .lang-item-first a::after {
  display: none;
}

#btn-mobile {
  display: none;
}

.whats>a {
  position: relative;
  background: #1ec095;
  padding: 10px 25px 10px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
}

#menu-item-118>a:hover {
  background: #014866;
  color: #fff;
}

.whats>a::before {
  content: "\f232";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 21px;
  width: 45px;
  height: 100%;
  background: #1aa37f;
  bottom: 0;
  top: 0;
  right: unset !important;
  left: 0px !important;
  text-align: center;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}

.whats>a:hover {
  background: var(--color-site);
}

.whats>a:hover::before {
  background: var(--color-site2);
}

header .left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Start Slider */

.main-slider {
  position: relative;
}

.main-slider .item {
  min-height: 610px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  background-position: top;
}

.main-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.69;
}

.main-slider .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1aa6b8 30%, rgb(103 171 180 / 46%) 100%);
  opacity: 0.7;
  z-index: 3;
}

.main-slider .ception {
  position: relative;
  z-index: 999;
  color: #fff;
}

.main-slider .ception h2 {
  font-size: 50px;
  font-weight: 700;
}

.main-slider .ception p {
  margin-block: 30px 40px;
  width: 680px;
  font-size: 16px;
  color: #fff;
}

.main-slider .btn-site::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  margin-inline-start: 10px;
}

.main-slider .btn-site {
  padding-inline-end: 65px;
}

.main-slider .btn-site {
  background-color: transparent;
  padding: 13px 60px;
}

.main-slider .btn-site:hover {
  background-color: var(--color-site) !important;
}

/* End Min Slider */
/* Stat about */

.about a.img-video {
  height: 400px;
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.about a.img-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #01355a73;
  height: 100%;
  opacity: 0;
  transition: 300ms;
}

.about a.img-video:hover::before {
  opacity: 1;
}

.about a.img-video>.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about a.img-video>img.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: 300ms;
}

.about a.img-video:hover>img.icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.about .content {
  padding-inline-end: 60px;
}

/* Start Service  */
.service {
  background-color: #f4f4f4;
}

.article-site .icon::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  left: -24px;
  top: -26px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

.service .article-site .icon::before {
  background-image: url(../images/sap-service.png);
}

.service .article-site:hover a {
  color: #fff;
}

.rasen .article-site .icon::before {
  background-image: url(../images/sap-rasen.png);
}

/* end Service  */

/* Start team */

.team .item {
  margin-block: 40px;
  background: #fafafa;
  box-shadow: 0px 4px 89.9px -34px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  min-height: 350px;
  padding: 40px;
}

.team .item figure {
  display: block;
  height: 130px;
  width: 130px;
  margin: auto;
  position: relative;
}

.team .item figure::before {
  content: "";
  background-image: url(../images/sap.png);
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 9;
}

.team .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.8);
  border-radius: 50%;
}

.team .item .caption {
  margin-block: 25px;
  display: grid;
  gap: 10px;
}

.team .item .caption h5 {
  margin: 0;
  color: #484949;
  font-size: 20px;
  font-weight: 600;
}

.team .item .caption span {
  font-size: 16px;
  color: var(--color-site);
}

.team .item>button {
  color: var(--color-site2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-inline: auto;
  border: none !important;
}

.team .item>button>i {
  color: var(--color-site);
  width: 21px;
  height: 21px;
  border: 1px solid var(--color-site);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-inline-end: 10px;
  font-size: 13px;
  transition: 300ms;
}

.team .item:hover button i {
  background: var(--color-site);
  color: #fff;
}

/* End team  */

/* Start partner  */
.partner {
  background: linear-gradient(50deg, #008a9c, #01355a 90%);
  min-height: 420px;
  color: #fff;
}

.partner .title-section h2 {
  color: #fff;
}

.partner .title-section h2::before {
  background: #fff;
}

.partner figure {
  display: block;
  height: 99px;
  margin-block-start: 40px;
  width: 190px;
}

.partner figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  filter: brightness(0)invert(1);
  transition: 300ms;
}

.partner figure:hover img {
  filter: unset
}

/* End  partner  */

/* Start rasen */
.rasen .article-site {
  border: 1px solid #dce8eb;
  border-radius: 7px;
  min-height: 330px;
  padding-block-start: 40px;
}

.rasen .article-site:hover {
  border-color: #015c73;
  background-color: #fff;
}

.rasen .article-site a {
  margin-block: 45px 10px;
}

/* End rasen */

/* Start Contact */
.contact .row {
  justify-content: center;
}

.form-control {
  background: #f6f8f7;
  border: 0;
  border-radius: 7px;
  direction: rtl !important;
  padding: 15px 25px;
  position: relative;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  z-index: 9;
}

html[lang="en-US"] .wpcf7-form-control {
  direction: ltr !important;
}

.wpcf7-form-control {
  direction: rtl !important;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid var(--color-site);
  background: #f6f8f7;
}

.wpcf7-spinner {
  display: block;
}

input.wpcf7-form-control.wpcf7-file.form-control::-webkit-file-upload-button {
  display: none;
}

input.wpcf7-form-control.wpcf7-file.form-control::after {
  content: "Attachments";
  display: inline-block;
  font-size: 16px !important;
  position: absolute;
  right: 20px;
  top: 25%;
}

input.wpcf7-form-control.wpcf7-file.form-control::before {
  content: "Attach";
  display: inline-block;
  font-size: 15px !important;
  position: absolute;
  left: 0;
  background: var(--color-site2);
  color: #fff;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px 0 65px;
  border-radius: 7px;
}

br {
  display: none;
}

.mb-3 {
  position: relative;
}

/* End Contact */

/* Start map */
.map {
  position: relative;
  height: 350px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* End map */

/* Start Footer */

footer {
  background: linear-gradient(50deg, #008a9c, #01355a 90%);
  min-height: 380px;
  color: #fff;
}

footer .top {
  padding-block: 70px 30px;
  color: #bebebe;
  font-size: 15px;
}

footer .top a {
  color: #ffffff;
}

footer .widget-title {
  font-size: 19px;
  padding-block-end: 15px;
  color: #fff;
  font-weight: 600;
}

footer ul.info li {
  display: flex;
  font-size: 15px;
  color: #fff;
  gap: 20px;
}

footer ul.info li i {
  display: flex;
  align-items: start;
  justify-content: start;
  font-size: 16px;
  width: 10px;
  padding-block-start: 5px;
}

.socail-m {
  display: flex;
  gap: 15px;
}

footer ul.socail-m {
  margin-block-start: 35px;
}

footer .top ul li {
  margin-bottom: 18px;
  gap: 15px;
  margin-block-end: 9px;
}

footer .copyright {
  border-top: 1px solid #ffffff3d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer #media_image-2 a {
  width: 210px;
  display: block;
}

footer #media_image-2 a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

/* End Footer */

/****************************************************   Pages Styles   ********************************************************************/

.entry-header {
  color: #fff;
  background: var(--color-site);
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.entry-header h1 {
  font-size: 25px;
  margin: 0;
}

.entry-content {
  min-height: 300px;
  text-align: justify;
}

.post-thumbnail {
  max-width: 800px;
  aspect-ratio: 3 / 2;
  margin-inline: auto;
  margin-block-end: 32px;
}

.post-thumbnail img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-service .post-thumbnail,
.single-raseen .post-thumbnail {
  display: none;
}

.page-template-template-about-raseen .about {
  padding-block: 20px 50px;
  /* text-align: center; */
}

.page-template-template-about-raseen .about a.img-video {
  height: 310px;
}

.page-template .about .content {
  padding: 0;
}

.page-template-template-partner .partner {
  background: #f4f4f4 !important;
  padding-block-end: 30px;
}

.page-template-template-partner .partner .item {
  background: #013e60;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 30px 0;
  min-height: 200px;
}

.page-template-template-partner .partner .item figure {
  margin: 0;
}

/* Start Medai */

@media (max-width: 1400px) {
  header a.custom-logo-link {
    margin-inline-end: 30px;
  }

  header .logo-container,
  #primary-menu {
    gap: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  header a.custom-logo-link {
    height: 50px;
    margin-inline-end: 10px;
  }

  header .logo-container,
  #primary-menu {
    gap: 8px;
  }

  .whats>a {
    padding: 10px 15px;
  }

  header .left {
    gap: 10px;
  }

  .whats>a::before {
    display: none;
  }

  .main-slider .item {
    min-height: 600px;
  }
}



@media (max-width: 992px) {
  #btn-mobile {
    display: flex !important;
    position: relative;
    width: 25px;
    height: 20px;
    cursor: pointer;
    margin-right: 0;
    margin-inline-start: auto;
  }

  #btn-mobile:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--color-site);
    box-shadow: 0 9px 0 var(--color-site);
  }

  #btn-mobile:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--color-site);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #bg-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
  }

  #bg-mobile.active {
    visibility: visible;
    opacity: 0.5;
  }

  header.site-header.fixed {
    box-shadow: 0 24px 40px -30px #a4a4a4;
  }

  #nav-site {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    padding-block-start: 9px;
    padding-inline: 12px;
    z-index: 99;
    transform: translateX(350px);
    transition: 300ms;
  }

  #nav-site.active {
    transform: none;
    opacity: 1;
  }

  #nav-site .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #primary-menu {
    margin-block-start: 40px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 22px;
    position: relative;
  }

  #nav-site .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #button-close {
    border: 0;
    width: 25px;
    height: 25px;
    background: var(--color-site);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  header a.custom-logo-link {
    height: 50px;
    margin-inline-end: 0;
  }

  #primary-menu li a::after {
    display: none;
  }

  header .left .profile,
  header .left .whats {
    display: none;
  }

  header .left {
    width: 50px;
    position: absolute;
    right: 50px;
  }

  .main-slider .item {
    min-height: 450px;
    text-align: center;
  }

  .main-slider .ception h2 {
    font-size: 20px;
  }

  .main-slider .ception p {
    margin-block: 20px;
    width: auto;
    font-size: 14px;
  }

  .main-slider .btn-site {
    padding: 7px 40px 10px 30px;
    display: inline-block;
    font-size: 14px;
  }

  .main-slider .btn-site::before {
    right: 27px;
    bottom: 13px;
  }

  .p-70 {
    padding-block: 30px !important;
  }

  .about {
    text-align: center;
  }

  .title-section h2::before {
    left: 0;
    margin: auto;
    right: 0;

  }

  .title-section h2 {
    font-size: 25px;
    margin-block-end: 30px;
  }

  .content p {
    margin-block-end: 15px;
  }

  .about .content {
    padding-inline-end: 0;
    font-size: 14px;
  }

  .about a.img-video {
    height: 250px;
    margin-block-start: 30px;
  }

  .article-site {
    min-height: 250px;
    display: grid;
    place-content: center;
    padding: 0;
    margin-block: 10px;
  }

  .article-site a {
    width: 80%;
    font-size: 16px;
  }

  .btn-site {
    margin-block: 10px 0;
  }

  .service .head-section p {
    font-size: 14px;
    line-height: 1.8;
  }

  body:is(.home) .service {
    margin-block: 40px 20px;
    padding-block: 40px !important;
  }

  .service .btn-site {
    margin-block-start: 20px;
  }

  .team .item {
    margin-block: 10px;
    padding-block: 30px;
    min-height: 270px;
  }

  .partner {
    min-height: auto;
  }

  .partner figure {
    margin: 20px auto;
    margin-block-start: 20px;
  }

  .rasen .article-site {
    min-height: 280px;
    padding-block-start: 31px !important;
  }

  .rasen .article-site p {
    font-size: 14px;
    padding-inline: 10px;
  }

  .rasen .article-site .icon::before {
    width: 80px;
    height: 80px;
    left: -16px;
    top: -18px;
  }

  .rasen .article-site a {
    margin-block-start: 35px;
  }

  .rasen {
    padding-block: 40px !important;
  }

  .map {
    height: 230px;
  }

  footer {
    text-align: center;
    font-size: 14px;
  }

  footer #media_image-2 a {
    margin: auto;
  }

  .socail-m {
    align-items: center;
    justify-content: center;
    margin-block-start: 20px !important;
  }

  footer .top a {
    font-size: 14px;
  }

  footer .widget-title {
    margin-block-start: 10px;
    font-size: 16px;
    padding-block-end: 10px;
  }

  footer ul.info li {
    display: block;
  }

  footer ul.info li i {
    display: block;
    margin: 10px auto;
  }

  footer .copyright {
    display: block;
    font-size: 12px;
    padding-block: 10px;
  }

  footer .copyright span {
    margin-block: 5px 10px;
    display: block;
  }

  .entry-header {
    margin-block-end: 0;
    min-height: 70px;
  }

  .entry-content {
    font-size: 14px;
  }

  .page-template-template-about-raseen .about a.img-video {
    height: 250px;
  }

  .page-template-template-partner .partner .item figure {
    height: 130px;
    width: 150px;
  }

  .page-template-template-partner .partner .item {
    min-height: 190px;
  }

  footer .top {
    padding-block: 40px 15px;
  }
}