@charset "UTF-8";
/*!
Theme Name: MCIT QATAR
Theme URI: https://github.com/
Description: Really Simple is a theme for bloggers and writers who need a ultra light and fast theme. The theme focuses on simplicity and loading speed. Yes, Really Simple Theme is also fully AMP compatible. Check the >> readme.txt << file and leave the sidebar perfect after WordPress 5.8 update.
Version: 3.4.3
Requires at leat: WordPress 5.3
Tested up to: WordPress 6.2
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mcit-qatar
Tags: custom-logo, custom-menu, featured-images, right-sidebar, sticky-post, translation-ready, blog 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Really Simple is based on Underscores http://underscores.me/, (C) 2012-2021 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


body {
  margin: 0;
}


body *,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
div {
  font-family: 'Lusail';
}


.grayscale {
  filter: grayscale(100%);
}

/*----------------------------------------------------------
Header Style
----------------------------------------------------------*/

.top-header {
  background-color: #262626;
  padding: 12px 68px;
}

.top-header .search-form {
  width: fit-content;
  transition: 0.3s;
  align-items: center;
  gap: 4px;
}

.top-header .search-form:hover {
  opacity: 0.8;
}

.top-header .search-form .search-icon {
  height: 22px;
  margin-right: 4px;
}

.top-header .search-form input {
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
}

.top-header .select-container {
  display: flex;
  gap: 18px;
  align-items: center;
  width: fit-content;
}

.top-header .top-header-select option {
  background-color: #262626;
}

.top-header .top-header-select:focus-visible {
  outline: none;
}

.top-header .wpml-ls-statics-shortcode_actions {
  width: auto;
  position:relative;
}

.top-header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  background: transparent;
  color: #fff;
  border: none;
}

.top-header .search-header {
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
}

.top-header .font-sizer .font-sizer-buttons {
  margin-right: 30px;
}

body.ar .top-header .font-sizer .font-sizer-buttons {
  margin-right: 0;
}

.top-header a.grayscale-button {
  cursor: default;
}

.top-header a.grayscale-button button {
  background: transparent;
  border: none;
  outline: none;
  float: inline-end;
  margin-right: 25px;
}

body.ar .top-header a.grayscale-button button {

  margin-right: 0px;
}

.select-container ul li {
  border: solid 1px white;
  border-radius: 30px;
  padding: 2px 34px 4px 13px;
  transition: 0.3s;
}

.select-container ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  transition: 0.3s;
}

.select-container li.dropdown {
  position: relative;
}

.select-container li.dropdown::after {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/05/Vector-3.svg');
  padding: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  bottom: 8px;
}

.select-container ul.dropdown-menu li {
  border: none;
  padding-right: 10px;
}

.select-container ul.dropdown-menu li a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  width: 200px;
  border-bottom: solid 1px #2B3971;
  display: block;
}

.select-container ul.dropdown-menu li:last-child a {
  border: none;
}

.select-container .dropdown-menu {
  display: none;
  position: absolute;
  top: 31px;
  right: 0;
  background-color: #1B2344;
  padding: 40px 25px 20px 10px;
  border-radius: 5px;
  z-index: 99;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 12% 100%, 0 88%);
}

.select-container .dropdown-menu .triangle {
  position: absolute;
  height: 16px;
  aspect-ratio: 1;
  background-color: #338CAB;
  right: 12px;
  top: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.select-container .dropdown-menu li a {
  padding: 5px 10px;
  color: #EAEAEA;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 20px 0;
}

.select-container ul {
  padding: 0;
  margin: 0;
}

.select-container ul li:hover .dropdown-menu {
  display: block;
  z-index: 1021;
}

li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-current-language.wpml-ls-last-item {
  border: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  display: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: calc(-15px + 1.4em);
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  padding: 0 0 3px 2px;
}















.header {
  background-color: #040F25;
  padding: 24px 80px;
  border-bottom: solid 1px #1F2545;
}

.header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header nav {
  padding-right: 0;
}

.header nav ul li {
  padding: 0 13px;
  text-transform: uppercase;
}



.header nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px ;
}

.header nav li.dropdown {
  position: relative;
  padding-right: 25px;
  transition: 0.3s;
}

.header nav li.dropdown::after {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/05/Vector-3.svg');
  padding: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 10px;
}

.header nav li.dropdown.hide-arrow::after{
  display:none;
}
.header nav li {
  border: 1px solid #040F25;
}

.header nav ul.dropdown-menu li {
  border: none;
  padding-right: 80px;
}

.header nav ul.dropdown-menu li a {
  width: 200px;
  border-bottom: solid 1px #2B3971;
  display: block;
}

.header nav ul.dropdown-menu li:last-child a {
  border: none;
}

.header nav li.dropdown:hover, .header nav li.header-menu-link:hover {
  border: solid 1px #fff;
  border-radius: 20px;
}

.header .secondary-logo img {
  height: 52px;
}

.header .top-header-logos {
  display: flex;
  width: auto;
  gap: 20px;
  padding: 0;
}

.header .vertical-line {
  width: 1px;
  background-color: #fff;
  height: 52px;
}


.header .dropdown-menu {
  display: none;
  position: absolute;
  top: 61px;
  right: 0px;
  background-color: #1B2344;
  padding: 10px 0px 30px 50px;
  border-radius: 5px;
  z-index: 99;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 12% 100%, 0 88%);
}

.header .fixed-height {
  height: 37px;
  width: 100%;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

.header nav li.dropdown:hover .fixed-height {
  display: block;
}


.header .dropdown-menu .triangle {
  position: absolute;
  height: 25px;
  aspect-ratio: 1;
  background-color: #338CAB;
  right: 15px;
  top: 15px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  padding-top: 25px;
}

.header ul.dropdown-menu li a {
  padding: 5px 10px;
  color: #EAEAEA;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  transition: 0.3s;
}

.header .dropdown-menu li a:hover {
  opacity: 0.8;
}

.header nav ul li:hover .dropdown-menu {
  padding-top: 45px;
  display: block;
}


.header .header-cta {
  display: flex;
  gap: 15px;
  position: absolute;
  right: 0;
  z-index: 9;
  top: calc(100% + 24px);
}

.header .header-cta .btn {
  padding: 10px;
  min-height: 29px;
  color: #fff;
  border-radius: 0 0 2px 2px;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: left;
  transition: 0.3s;
}

.header .header-cta .btn:hover {
  opacity: 0.7;
}

.header .header-cta .btn img {
  margin-right: 6px;
  height: 18px;
  aspect-ratio: 1;
  object-fit: contain;
}

.header .header-cta .btn-1 {
  background-color: #338CAB;
}

.header .header-cta .btn-2 {
  background-color: #495CA6;
}


@media (max-width: 600px) {

  .header .header-cta .btn {
    padding: 2px 5px;
  }

  .top-header .search-header {
    justify-content: space-between;
    flex-direction: row;
  }

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #040f25;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-left: solid 1px #1F2545;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.sidenav a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  width: fit-content;
  text-transform: uppercase;
  margin: 0 25px;
  font-weight: 300;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: -83%;
  font-size: 36px;
  transition: 0.3s;
}

.sidenav .closebtn:hover {
  opacity: 0.7;
}

.sidenav a.closebtn {
  border: none !important;
}

a.menu-item-child {
  color: #91A4EE;
  font-size: 15px;
  padding-left: 20px;
  text-transform: none;
}

a.menu-item-parent {
  display: flex;
  align-items: center;
}

a.menu-item-parent:after {
  content: "+";
  margin-left: 10px;
  vertical-align: text-bottom;
  font-size: 20px;
}

.desktop-menu {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

body.ar .desktop-menu {
  margin-right: 0px;
  margin-left: 0px;
}

.burger-menu {
  display: none;
}

div#myOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

@media (min-width: 1260px) {
  .sidenav {
    display: none;
  }

}

@media (min-width: 1250px) and (max-width: 1475px ) {
  .header nav ul li a {
    font-size: 11px !important;
  }
}

@media (max-width: 1250px) {
  .desktop-menu {
    display: none;
  }

  .burger-menu {
    display: block;
    cursor: pointer;
    width: fit-content;
    color: #fff;
    font-size: 28px;
    transition: 0.3s;
  }

  .burger-menu:hover {
    opacity: 0.7;
  }
}

@media (max-width: 600px) {


  .sidenav {
    gap: 45px;
  }

  .sidenav a {
    font-size: 18px;
  }


  img.custom-logo {
    width: 100%;
  }

  .burger-menu {
    margin-left: auto;
  }

  body.ar .burger-menu {
    margin-left: unset;
    margin-right: auto;
  }

  .top-header .select-container {
    gap: 12px;
  }




}

@media (max-width: 768px) {
  .header {
    padding: 10px;
  }

  .burger-menu {
    padding: 0;
    margin-top: 20px;
  }

  .top-header {
    padding: 12px 0px;
  }


}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: 0;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border-width: 0;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item {
  border: 0;
}

.sidenav {
  gap: 0;
}

.sidenav .dropdown-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sidenav a {
  width: calc(100% - 50px);
}

.sidenav a:not(.menu-item-child) {
  padding: 20px 0px;
  border-bottom: 1px solid #212C55;
}

.sidenav a:not(.menu-item-child):last-child {
  border-bottom: none !important;
}

body.ar .sidenav {
  right: unset;
  left: 0;

}

body.ar .sidenav .closebtn {
  right: 83%;
  left: 0;
}

body.ar .header nav li.dropdown {
  padding-right: 13px;
  padding-left: 25px;
}

body.ar .header nav li.dropdown::after {
  right: unset;
  left: 14px;
}

body.ar .header-cta span {
  text-align: right;
}

body.ar .header .header-cta .btn img {
  margin-right: 0;
  margin-left: 6px;
}

body.ar .header nav ul li:last-child {
  padding-right: 13px;
}

body.ar .header .dropdown-menu,
body.ar .select-container .dropdown-menu {
  clip-path: polygon(100% 0, 0 0, 0 50%, 0 100%, 88% 100%, 100% 88%);
  padding: 10px 35px 30px 45px;
  left: 0px;
  right: unset;
}

body.ar .header nav ul.dropdown-menu li,
body.ar .select-container .dropdown-menu li {
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
}

body.ar .header .dropdown-menu .triangle,
body.ar .select-container .dropdown-menu .triangle {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  right: unset;
  left: 15px;
  right: unset;
}

body.ar .header nav ul.dropdown-menu li a,
body.ar .select-container .dropdown-menu li a {
  width: 180px;
}

body.ar .select-container ul li {
  padding: 2px 13px 4px 34px;
}

body.ar .select-container li.dropdown::after {
  left: 12px;
  right: unset;
}

body.ar .select-container .dropdown-menu,
body.ar a.wpml-ls-link {
  padding: 40px 10px 20px 25px;
  left: 0;
  right: unset;
}

body.ar .top-header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  padding: 0 0 3px 2px;
}

body.ar .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  border: 0;
  padding: 0;
}

.top-header .font-sizer span {
  color: #EAEAEA;
}

.top-header .font-sizer button#btn-increase_wp_font_rp,
.top-header .font-sizer button#btn-decrease_wp_font_rp {
  border: 2px solid #D2D2D2;
  color: #D2D2D2;
  border-radius: 50px;
  background: transparent;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 1;
  margin: 0px 2px;
  padding: 0;
}

.top-header .font-sizer li.font-sizer-li {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top-header .font-sizer button.reset-font {
  display: none;
  background: transparent;
  color: #EAEAEA;
  border: none;
  font-weight: 100;
  text-align: center;
  margin: auto;
  position: absolute;
  margin-right: 15px;
  padding: 0;
  z-index: 9;
  font-size: 13px;
}

.font_resizer_plus {
  display: none !important;
}

.top-header li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-legacy-list-vertical a {
  padding: 16px;
  color:#ffffff;
  opacity:0.6;

}

.top-header li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-legacy-list-vertical:hover:after{
  opacity:0.7;
}
.top-header li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-legacy-list-vertical a:hover{
  color:#ffffff;
  opacity:1;

}

.top-header li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-list-vertical a {
  color: white;
  opacity:1 !important;
}




.top-header li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-legacy-list-vertical:after {
  content: url(/wp-content/uploads/sites/4/2024/10/check-icon-white.png);
  position: absolute;
  top: 15px;
  color: white;
  right: 16px;
  cursor:pointer;
  opacity:0.3;
}


body.ar .top-header li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-legacy-list-vertical:after {
  cursor:pointer;
  right: unset;
  left: 15px;
}

.top-header li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-current-language.wpml-ls-item-legacy-list-vertical:after {
  content: url(/wp-content/uploads/sites/4/2024/10/check-icon-blue-8.png);
  cursor:pointer;
  color:#338CAB;
  opacity:1 !important;


}


.top-header li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-last-item.wpml-ls-item-legacy-list-vertical {
  position: relative;
}

.top-header span.wpml-ls-display {
  display: none;
}


/*----------------------------------------------------------
Footer Style
----------------------------------------------------------*/

.pre-footer {
  background-color: #262626;
}

.pre-footer .helpful {
  justify-content: center;
  color: #fff;
  padding: 55px 0;
}

.pre-footer .helpful span {
  font-size: 20px;
}

.pre-footer .bottom-section {
  color: #F3F3F3;
  border-top: solid 1px #434343;
  padding: 66px 0 50px 0;
}

.pre-footer .bottom-section textarea {
  width: 100%;
  background-color: transparent;
  color: #B0B0B0;
  border-radius: 8px;
  border: solid 0.5px #C2C2C2;
  padding: 14px;
  margin-bottom: 20px;
}

.pre-footer .bottom-section input[type="submit"] {
  background-color: #7F2239;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 22px;
  border: 0;
  border-radius: 25px;
}

.pre-footer .bottom-section label {
  font-size: 16px;
}

.pre-footer .bottom-section .radio-option label {
  font-size: 14px;
  line-height: 26px;
}

.pre-footer .bottom-section input[type="radio"] {
  display: none;
}

.pre-footer .bottom-section .radio-option {
  position: relative;
  margin-bottom: 13px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}

.pre-footer .bottom-section .radio-checkmark {
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #e7e7e7;
}

.pre-footer .bottom-section .radio-option input:checked~.radio-checkmark {
  background-color: #e7e7e7;
  border: 2px solid #e7e7e7;
}

.pre-footer .bottom-section .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pre-footer .bottom-section .radio-option input:checked~.radio-checkmark:after {
  display: block;
}

.pre-footer .bottom-section .radio-option .radio-checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
}

#yes-no-radio label {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 40px;
  background-color: transparent;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

#yes-no-radio label:hover {
  background-color: #fff;
  color: #000;
  font-weight: 500;
}

input[type="checkbox"] {
  background-color: #002B4E !important;
  color: white;
}

@media (max-width: 992px) {
  #yes-no-radio label {
    padding: 2px 28px;
  }

  .pre-footer .helpful span {
    font-size: 16px;
    gap: 10px;
    display: flex;
  }

  .pre-footer .helpful {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

/* Hide the default radio input */
#yes-no-radio input[type="radio"] {
  display: none;
}

/* Style for selected state */
#yes-no-radio input[type="radio"]:checked+label {
  background-color: #fff;
  color: transparent;
}






.footer {
  padding: 40px 0 75px 0;
  background-image: url('/wp-content/uploads/sites/4/2024/06/Rectangle-190.jpg');
  background-size: cover;
  background-position: center;
}

.footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.footer .footer-menu .menu {
  list-style: none;
  padding: 0;
}

.footer .footer-menu .menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  line-height: 30px;
  transition: 0.3s;
}

.footer .footer-contact {
  color: #fff;
}

.footer .footer-contact .contact-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
}

.footer .footer-contact .contact-info {
  margin-bottom: 22px;
}

.footer .footer-contact .contact-info a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}


body.ar .footer .footer-contact .contact-info a {
  direction: ltr;
}

.footer .footer-menu .menu li a:hover,
.footer .footer-contact .contact-info a:hover {
  color: #6575A8;
}


.footer .footer-contact .contact-info img {
  margin-right: 10px;
  height: 20px;
  aspect-ratio: 1;
  object-fit: contain;
}


.footer .footer-contact .newsletter {
  margin-top: 36px;
}

.footer .footer-contact .newsletter input[type="email"] {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #6575A8;
  padding-bottom: 3px;
  color: #fff;
  outline: 0;
  margin-bottom: 12px;
}

.footer .footer-contact .newsletter input[type="email"]::placeholder {
  color: #8397DA;
}

.footer .footer-contact .newsletter input[type="submit"] {
  background-color: #7F2239;
  color: #FFF;
  padding: 4px 17px;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  border-radius: 40px;
}

.footer .logos {
  display: flex;
  align-items: end;
}

.footer .logos .img-container {
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  border-right: solid 1px #fff;
}

.footer .logos .img-container:first-child {
  padding-left: 0;
}


.footer .logos .img-container:last-child {
  padding-right: 0;
  border: 0;
}


.copyright-section {
  padding: 10px 0;
}


.copyright-section .copyrights {
  display: flex;
  font-size: 16px;
  color: #414141;
}

.copyright-section .copyrights span {
  margin-right: 50px;
}

.copyright-section .copyrights .links {
  gap: 8px;
}

.copyright-section .copyrights .links a {
  color: #414141;
  text-decoration: none;
}

.copyright-section .socials {
  display: flex;
}

.copyright-section .socials a {
  background-color: #2E3C6A;
  height: 26px;
  aspect-ratio: 1;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.copyright-section .socials svg {
  height: 16px;
  aspect-ratio: 1;
  color: #FFF;
}


.footer .mobile {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.form-success-message {
  color: #f3f3f3;
  font-size: 25px;
  font-weight: 300;
  border-top: solid 1px #434343;
  padding: 66px 0 50px 0;
}


.search-popup .search-section .section-title::after {
  right: 0;
  left: unset;
  width: calc(100% - 110px);
}

body.ar .search-popup .search-section .section-title::after {
  left: 0;
  right: unset;
}

body.ar .search-popup input {
  padding: 25px 58px 25px 28px;
}



.popup-content {
  width: 50%;
}

#closePopup {
  z-index: 9999;
  top: 66px;
}

.search-popup .search-input::before {
  top: 15px;
}

@media only screen and (max-width: 992px) {

  .copyright-section .socials {
    margin-top: 20px;
    justify-content: center;
  }

  .footer .logos {
    margin-top: 40px;
  }
}

.search-popup .search-section .search-quick-links{
  color: #D1D7EC !important;
  border: solid 1px #D1D7EC !important;
}
.search-popup .search-section .news-card.mb-5{
  height:100px;
}
.search-popup .news-card .news-image img{
  height:100% !important;
}
@media only screen and (max-width: 769px) {

  .footer .mobile {
    display: block;
  }

  .form-success-message {
    font-size: 20px;
  }


  .footer .footer-contact .contact-text {
    display: none;
  }

  .footer .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px 32px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .logos .img-container {
    padding-right: 0;
    padding-left: 0;
    border: none;
  }

  body.ar .footer .logos .img-container {
    border: none !important;
    padding: 0 !important;
  }


  .copyright-section .socials {
    display: none;
  }

  .footer .socials {
    display: flex;
    margin-top: 30px;
    justify-content: center;
  }


  .footer .socials a {
    background-color: #fff;
    height: 26px;
    aspect-ratio: 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
  }

  .footer .socials svg {
    color: #1c2c5b;
  }

  .copyright-section .copyrights {
    display: flex;
    font-size: 16px;
    color: #414141;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px 0px;
    font-size: 12px;
  }

  .copyright-section .copyrights span {
    margin: 0px;
  }

  .footer h4 {
    font-size: 16px;
  }

  .footer .footer-menu .menu li a,
  .footer .footer-contact .contact-info a,
  .footer .footer-contact .newsletter,
  .footer .footer-contact .newsletter input[type="submit"] {
    font-size: 13px;
  }

  .search-popup .search-title {
    font-size: 24px;
  }


  .search-popup input {
    width: 100%;
    padding: 25px 26px 25px 58px;
    border-radius: 80px;
    outline: 0;
    position: relative;
    border: none;
    transition: border-radius 0.3s;
  }
  .search-popup input::placeholder{
    color:#6F6F6F !important;
    font-size:22px;
    font-weight:300;
  }

  .search-popup .search-input::before {
    top: 5px;
    left: 18px;
  }

  body.ar .search-popup .search-input::before {
    top: 13px;
    left: unset;
    right: 17px;
  }

  body.ar .search-popup .search-input::before {
    padding: 11px;
  }

  body.ar .search-popup input {
    padding: 10px 44px 10px 28px;
  }




  .popup-content {
    width: 100%;
  }

  .search-popup .search-section .section-title,
  .gallery-card .gallery-title {
    font-size: 14px;
  }
}


/*----------------------------------------------------------
Homepage Style
----------------------------------------------------------*/
.hero-section {
  height: calc(100vh - 100px);
  background-color: #0a0e1b;
  clip-path: polygon(100% 0, 100% 23%, 100% 97%, 71% 97%, 70% 100%, 4% 100%, 0 92%, 0 0);
}

.hero-section .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}


.hero-section .hero-slider {
  padding: 100px 0;
  margin: 0;
}

.hero-section .hero-slider .slick-slide {
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero-section .hero-slider .slick-dots {
  position: absolute;
  height: 55%;
  top: 65%;
  left: 6%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: fit-content;
}

.hero-section .hero-slider .slick-dots li {
  position: relative;
  height: unset;
  margin: 0;
}

.hero-section .hero-slider .slick-dots:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 4px;
  background-color: #3B414E;
}

.hero-section .hero-slider .slick-dot {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 4px;
  background-color: #3B414E;
  transform: translateX(-50%);
  transition: background-color 0.3s;
}

.hero-section .hero-slider .slick-dots .slick-active .slick-dot {
  background-color: #366BF2;
}

.hero-section .scroll-arrow {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 15px);
  height: 30px;
  aspect-ratio: 1;
  object-fit: contain;
  transition: 0.3s;
}

.hero-section .hero-slider .hero-slider-minimize{
  width:150px !important;
  height:150px !important;
}

.hero-section .hero-slider {
  opacity:0
}

.hero-section .hero-slider-text{
  font-weight: 700;
  max-width:500px ;
}
body.ar  .hero-section .hero-slider-text{
  max-width:600px !important;
}


.hero-section  .slide-hero-custom{
  line-height: 1.1;
  display:flex !important;
  flex-direction: column;
  align-items:center;
  justify-content: center;
}
.hero-section  .slide-hero-custom a{
  cursor:unset !important;
}
.hero-section  .slide-hero-custom .hero-subtext-custom {
  max-width: 500px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

body.ar .hero-section .hero-subtext-custom{
  max-width:600px !important;
}
.hero-section  .slide-hero-custom img{
  max-width:100%;
}

@media (max-width: 768px) {
  .hero-section .slide-hero-custom{
    padding-right:20px;
    padding-left:20px;
  }
  .hero-section  .slide-hero-custom .hero-slider-text{
    font-size:60px !important;
  }


}




@keyframes flicker {

  0%,
  100% {
    opacity: 1;
  }

  10%,
  30%,
  50%,
  70% {
    opacity: 0;
  }

  20%,
  40%,
  60%,
  80% {
    opacity: 1;
  }
}

.hero-section .hero-slider .slick-current .flicker-animation {
  animation: flicker 0.4s ease-in-out 1;
  /* Flicker animation */
  animation-fill-mode: forwards;
  /* Ensure it stays visible at the end */
}


/* Define the keyframes for the up-and-down animation */
@keyframes up-and-down {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Apply the animation on hover */
.scroll-arrow:hover {
  animation: up-and-down 1s infinite;
}

/*----------------------------------------------------------
Hero Slider Responisve
----------------------------------------------------------*/

/*@media (max-width: 1200px) {*/
/*  .hero-section .hero-slider img {*/
/*    width: 90% !important;*/
/*    margin-top: 3rem;*/
/*  }*/
/*}*/

/*@media (max-height: 720px) {*/
/*  .hero-section .hero-slider img {*/
/*    width: 85% !important;*/
/*  }*/
/*}*/

@media (max-height: 1500px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: 400px;
  }
}

@media (max-height: 1200px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: 100px;
  }
}

@media (max-height: 1070px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: 80px;
  }
}

@media (max-height: 965px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: 30px;
  }
}


@media (max-height: 910px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: 40px;
  }
}


@media (max-height: 850px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: 0px;
  }
}

@media (max-height: 790px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: -20px;
  }
}

@media (max-height: 790px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: -80px;
  }
}

@media (max-height: 760px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: -100px;
  }
}

@media (max-height: 730px) and (max-width: 600px) {
  .hero-section .hero-slider .slick-dots {
    top: -120px;
  }
}



@media (max-width: 768px) {
  .header .header-cta {
    top: calc(100% + 12px);
  }

  .hero-section {
    clip-path: none;
  }
}

@media (min-width: 1260px) {
  .hero-section .hero-slider .slick-dots li:last-child {
    margin-bottom: 4px;
  }
}


@media (max-width: 600px) {

  .hero-section .hero-slider .slick-dots {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: unset;
    width: unset;
    position: relative;
    left: unset;
    transform: translate(0);
    width: 300px;
    margin: auto;
  }

  .hero-section .hero-slider .slick-dot {
    position: absolute;
    left: 50%;
    width: 4px;
    height: 15px;
    background-color: #3B414E;
    transform: translateX(-50%);
    transition: background-color 0.3s;
  }

  .hero-section .hero-slider .slick-dots li {
    margin: 0;
    top: 125px
  }

  .hero-section .hero-slider .slick-dots:before {
    content: '';
    position: absolute;
    top: 690%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4px;
    width: 280px;
    background-color: #3B414E;
  }
}




/*----------------------------------------------------------
End Hero Slider Responisve
----------------------------------------------------------*/


/*----------------------------------------------------------
Our Story Section
----------------------------------------------------------*/

.story-section {
  margin: 100px 0 !important;
}

.story-section h4 {
  color: #161926;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 20px;
}

.story-section p,
.story-section a {
  color: #202020;
  font-size: 18px;
  font-weight: 300;
}

.story-section a {
  color: #B31E30;
  text-decoration: none;
}


@media (min-width: 768px) {
  .story-section{
    scroll-margin-top: 100px;

  }
}

/*----------------------------------------------------------
Our Story Responsive
----------------------------------------------------------*/

@media (max-width: 768px) {

  .story-section {
    margin: 60px 0 !important;
  }

  .story-section h4 {
    color: #040F25;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
  }

  .story-section p {
    font-size: 16px;
    font-weight: 400;
    color: #040F25;
  }

  .story-section a {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #A7A7A7;
  }
}






.tabs-section .nav-pills {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
}

.tabs-section .nav-pills .nav-link {
  padding: 55px 0;
  text-align: center;
  color: white;
  border-radius: 0;
  border: 0;
}

.tabs-section .nav-pills .nav-item {
  width: 25%;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.tabs-section .tab-pane .content {
  gap: 15px;
}

.tabs-section .tab-pane .content .text-section {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.tabs-section .tab-pane.active .content .text-section {
  opacity: 1;
  transform: translateY(0);
  animation: fadeUp 1s ease forwards;
  font-size:18px;
}

.tabs-section .nav-pills .nav-item.tab1 .nav-link {
  background-color: #338CAB;
  transition: 0.3s;
}

.tabs-section .nav-pills .nav-item.tab2 .nav-link {
  background-color: #495CA6;
  transition: 0.3s;
}

.tabs-section .nav-pills .nav-item.tab3 .nav-link {
  background-color: #3B3F4F;
  transition: 0.3s;
}

.tabs-section .nav-pills .nav-item.tab1 .nav-link:hover {
  background-color: #338CAB55;
}

.tabs-section .nav-pills .nav-item.tab2 .nav-link:hover {
  background-color: #495ca655;
}

.tabs-section .nav-pills .nav-item.tab3 .nav-link:hover {
  background-color: #3B3F4F55;
}

.tabs-section .nav-pills .nav-link.active {
  background-color: transparent;
}

.tabs-section .tab-pane {
  position: relative;
}

.tabs-section .tab-pane .content {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

a.btn.main-btn2.tabs-btn {
  margin: unset;
  transition: 0.3s
}

a.btn.main-btn2.tabs-btn:hover {
  opacity: 0.7;
}

.tabs-section-mobile .accordion .accordion-item .accordion-collapse .text-section {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.tabs-section-mobile .accordion .accordion-item .accordion-collapse.show .text-section {
  opacity: 1;
  transform: translateY(0);
  animation: fadeUp 1s ease forwards;
}

.tabs-btn:hover {
  background-color: #891438;
  border-color: #891438;
}

.main-btn {
  color: #fff;
  padding: 5px 30px;
  border: solid 1px #fff;
  border-radius: 20px;
  margin-top: 30px;
  transition: 0.3s;
  text-decoration: none;
}

.main-btn2 {
  background-color: #891438;
  padding: 5px 30px;
  color: white;
  line-height: 24px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 20px;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  border: 0;
  transition: 0.3s;
}

.main-btn2.reset-button{
  border: none;
  background: transparent;
  color: maroon;
}
.main-btn2.reset-button.reset-hide{
  display:none !important;
}

.main-btn2.reset-button.reset-show{
  display: block !important;

}
@media (max-width: 1500px) {
  .tabs-section .tab-pane .content {
    left: 30%;
    right: 30%;
  }
}

@media (max-width: 1400px) {
  .tabs-section .tab-pane .content {
    top: 35px;
  }
}

@media (max-width: 1250px) {
  .tabs-section .tab-pane .content {
    top: 65px;
    left: 25%;
    right: 25%;
    font-size: 14px;
  }

  .main-btn {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .tabs-section .nav-pills .nav-link {
    padding: 40px 0;
  }

  .tabs-section .tab-pane .content {
    top: 35px;
  }
}

@media (min-width: 1000px) {
  .tabs-section-mobile {
    display: none;
  }
}

@media (max-width: 1000px) {
  .tabs-section {
    display: none;
  }
}




.tabs-section-mobile .accordion-body {
  position: relative;
  border: none;
  padding: 0;
}

.tabs-section-mobile .accordion-body img {
  position: relative;
  height: 60vh;
  object-fit: cover;
  z-index: 0;
}


@media (max-width:768px){
  .tabs-section-mobile .accordion-body img{
    object-position:left;
  }
}
.tabs-section-mobile .accordion-body .overlay0,
.tabs-section-mobile .accordion-body .overlay1,
.tabs-section-mobile .accordion-body .overlay2,
.tabs-section-mobile .accordion-body .overlay3 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tabs-section-mobile .accordion-body .overlay0 {
  background: linear-gradient(to top, #3c4261 0%, #3c4261 10%, #3c426110 100%, #3c426110 100%);
}

.tabs-section-mobile .accordion-body .overlay1 {
  background: linear-gradient(to top, #338CAB 0%, #338CAB 10%, #338CAB10 30%, #338CAB10 100%);
}

.tabs-section-mobile .accordion-body .overlay2 {
  background: linear-gradient(to top, #495CA6 0%, #495CA6 10%, #495CA610 30%, #495CA610 100%);
}

.tabs-section-mobile .accordion-body .overlay3 {
  background: linear-gradient(to top, #3B3F4F 0%, #3B3F4F 10%, #3B3F4F10 30%, #3B3F4F10 100%);
}


.tabs-section-mobile .accordion-body .content {
  color: #fff;
  margin: 70px 20px;
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 22px;
}

.tabs-section-mobile .accordion-item {
  display: flex;
  flex-direction: column-reverse;
  border: none;
}

.tabs-section-mobile .accordion-button {
  color: white;
  border: none;
}

.tabs-section-mobile .accordion-button.btn-color0 {
  background-color: #3C4261;
  border-radius: 0 !important;
}

.tabs-section-mobile .accordion-button.btn-color1 {
  background-color: #338CAB;
  border-radius: 0 !important;
}

.tabs-section-mobile .accordion-button.btn-color2 {
  background-color: #495CA6;
  border-radius: 0 !important;
}

.tabs-section-mobile .accordion-button.btn-color3 {
  background-color: #3B3F4F;
  border-radius: 0 !important;
}

button.accordion-button.btn-color0.collapsed,
button.accordion-button.btn-color1.collapsed,
button.accordion-button.btn-color2.collapsed,
button.accordion-button.btn-color3.collapsed {
  border-radius: 0 !important;
}

.tabs-section-mobile .accordion-button:focus {
  box-shadow: none;
}

.tabs-section-mobile .accordion-button:not(.collapsed) {
  color: white;
}

.tabs-section-mobile .accordion-body .tabs-btn:hover {
  opacity: 0.7;
}

.tabs-section-mobile .main-btn {
  color: #fff;
  padding: 5px 30px;
  border: solid 1px #fff;
  border-radius: 20px;
  margin-top: 30px;
  text-decoration: none;
  width: fit-content;
}

.tabs-section-mobile .main-btn2 {
  background-color: #891438;
  padding: 5px 30px;
  color: white;
  line-height: 24px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 20px;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  border: 0;
  transition: 0.3s;
}

.tabs-section-mobile button.accordion-button {
  border-radius: 0;
  margin-top: -2px;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.3s;
}










.ask-ministry {
  background-color: #252b3e;
  clip-path: polygon(100% 0, 100% 95%, 95% 100%, 0 100%, 0 0);
}

.ask-ministry .section-header h4 {
  color: #EDEDED;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 20px;
}

.ask-ministry .section-header p {
  color: #EDEDED;
  font-size: 14px;
  width: 50%;
  margin: auto;
}

.ask-ministry  .single-card {
  position: relative;
  transition: 0.3s;
}

.ask-ministry  .single-card .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  transition: 0.3s;
}

.ask-ministry  .single-card .overlay:hover {
  opacity: 0.9;
}

.ask-ministry  .single-card:hover {
  opacity: 0.7;
}


.ask-ministry  .single-card.active .overlay {
  display: block;
}

.ask-ministry  .content h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}


.ask-ministry  .content {
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}

.ask-ministry  .content .main-btn {
  font-size: 12px;
}

.ask-ministry  .single-card.active .content {
  border-left: solid 1px #fff;
  padding-left: 12px;
  transition: 0.3s;
}

.ask-ministry  .single-card.active .content:hover {
  opacity: 0.8;
}

.ask-ministry  .single-card.active .content .main-btn {
  background-color: white;
  color: #7F2239;
  transition: 0.3s;
}

.ask-ministry  .single-card.active .content .main-btn:hover {
  opacity: 0.8;
}

.ask-ministry  .first .content {
  top: 56px;
}

.ask-ministry .card-videos .video {
  color: #fff;
  padding: 5px 5px 5px 50px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

.ask-ministry .card-videos h4.card-videos-title {
  display: none;
}

.ask-ministry .card-videos .video::before {
  content: '';
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  background-image: url(/wp-content/uploads/sites/4/2024/06/Vector-7-1.svg);
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.ask-ministry .card-videos .video:hover::before {
  opacity: 1;
}

.ask-ministry .card-videos .video.active {
  background-color: #495CA6;
  border-radius: 50px;
}

.ask-ministry .card-videos .video.active::before {
  opacity: 1;
}



.ask-ministry .card-videos .video:hover,
.ask-ministry .card-videos .video:focus {
  background-color: #495CA6;
  border-radius: 50px;
}


.ask-ministry  .tab-content {
  display: none;
}

.ask-ministry  .tab-content.active {
  display: block;
}


.ask-ministry .ministry-video video {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.ask-ministry .ministry-video .video-poster {
  height: 100%;
  width: calc(100% - 24px);
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  object-fit: cover;
}

.ask-ministry  .single-card .main-btn {
  transition: 0.3s;
}

.ask-ministry  .single-card .main-btn:hover {
  background-color: #891438;
  border-color: #891438;
}


@media (max-width: 1200px) {

  .ask-ministry  .content h6 {
    font-size: 14px;
  }

  .ask-ministry  .single-card .main-btn {
    padding: 1px 11px;
  }
}

@media (max-width: 992px) {
  .ask-ministry .ministry-video {
    padding: 0;
  }

  .ask-ministry .ministry-video .video-poster {
    object-fit: contain;
  }

  .ask-ministry  .content {
    top: 12px;
    left: 12px;
  }

  .ask-ministry  .content h6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }


  .ask-ministry .card-videos .video {
    font-size: 16px;
    padding-left: 40px;
  }

  body.ar .ask-ministry .card-videos .video {
    padding-right: 40px;
  }

  .ask-ministry .card-videos h4.card-videos-title {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    padding: 0 50px 10px 10px;
  }

  .ask-ministry  .content .main-btn {
    font-size: 12px;
    padding: 1px 14px;
  }

  .ask-ministry {
    clip-path: unset;
    padding-bottom: 20px;
  }

  .ask-ministry .card-videos .video:before {
    left: 10px;
  }

  body.ar .ask-ministry .card-videos .video:before {
    right: 10px;
  }

  .initiatives {
    margin-bottom: 70px !important;
  }

}

@media (min-width: 992px) {
  .initiatives {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 768px) {
  .ask-ministry .section-header p {
    font-size: 16px;
    font-weight: 300;
    width: 80%;
    margin: 20px;
  }

  .ask-ministry .section-header h4 {
    margin: 20px;
    font-weight: 400;
    font-size: 25px;
  }

  .tabs-section-mobile h2 button {
    font-size: 22px;
    font-weight: 400;
  }
}

@media (max-width: 600px) {
  .ask-ministry  .content h6 {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 7px;
  }

  .ask-ministry  .content .main-btn {
    font-size: 10px;
    padding: 1px 11px;
  }
}

.initiatives {
  position: relative;
}

.initiatives button.slick-next.slick-arrow,
.initiatives button.slick-prev.slick-arrow {
  transition: 0.3s;
}

.initiatives button.slick-next.slick-arrow:hover,
.initiatives button.slick-prev.slick-arrow:hover {
  background-color: #76EBC8;
  border-radius: 38px;
}

.initiatives button.slick-next:hover,
.initiatives button.slick-prev:hover {
  filter: invert(100%);
}

.initiatives h4 {
  color: #161926;
  font-size: 32px;
  margin-bottom: 20px;
}

.initiatives .subtitle {
  color: #232323;
  font-size: 18px;
  /*width: 50%;*/
  margin: auto;
}

.initiatives-slider .initiatives-card {
  display: flex !important;
  min-height: 660px;
  justify-content: space-between;
  flex-direction: column;

  clip-path: polygon(95% 0, 100% 3%, 100% 100%, 5% 100%, 0 97%, 0 0);
  padding: 60px;
}

.initiatives-card-body p  {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.initiatives-card-body ul,.initiatives-card-body  p.hide-inititative-text{
  display:none !important;
}

.initiatives-card.lightblue {
  background-color: #A0CBDA;
}

.initiatives-card.purple {
  background-color: #BDC9EA;
}

.initiatives-card.darkblue {
  background-color: #263057;
}

.initiatives-card.lightpurple {
  background-color: #D5DBF0;
}

.initiatives .slick-slide {
  margin: 0 27px;
}

.initiatives .slick-list {
  margin: 0 -27px;
}

.initiatives-card img.image {
  width: 100%;
  height: 235px;
  object-fit: cover;
  border-radius: 8px;
}

.initiatives-card img.logo {
  height: 68px;
  margin: 18px 0;
  width: auto;
}

.initiatives-card a {
  text-decoration: none;
}

.initiatives-card p {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.initiatives-card.darkblue * {
  color: #fff;
}

.initiatives-card .main-btn {
  font-size: 18px;
  padding: 5px 30px;
  margin-top: 18px;
  transition: 0.3s;
  width: fit-content;
}

.initiatives-card .main-btn:hover {
  opacity:0.7;
}
.initiatives-card .main-btn {
  background-color: #891438 !important;
  border-color: #891438 !important;
}

.initiatives .slick-dots {
  bottom: -40px;
}

.initiatives .slick-dots li {
  margin: 0;
}

.initiatives .slick-dots li button:before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #DBE2EA;
  opacity: 1;
}

.initiatives .slick-dots li.slick-active {
  margin-right: 10px;
}

.initiatives .slick-dots li.slick-active button:before {
  content: '';
  height: 10px;
  width: 20px;
  border-radius: 10px;
  background-color: #263057;
}


.initiatives .slick-prev:before,
.initiatives .slick-next:before {
  content: "";
}

.initiatives .slick-prev,
.initiatives .slick-next {
  width: 30px;
  height: 30px;
}

.initiatives .slick-prev {
  background: url('/wp-content/uploads/sites/4/2024/06/Group-281.svg') no-repeat center center;
  transform: rotate(-180deg);
  left: -73px;
}

.initiatives .slick-next {
  background: url('/wp-content/uploads/sites/4/2024/06/Group-281.svg') no-repeat center center;
  right: -73px;
}

.initiatives .slick-disabled {
  opacity: 0.6;
}

@media (max-width:1200px) {

  .initiatives .slick-prev,
  .initiatives .slick-next {
    display: none !important;
  }

}

@media (max-width: 992px) {

  .initiatives-header {
    margin: 20px;
  }

  .initiatives h4 {
    margin-bottom: 20px;
    color: #2f2f2f;
    font-weight: 500;
    font-size: 25px;
  }

  .initiatives .subtitle {
    color: #232323;
    font-size: 14px;
    width: 80%;
    margin: 20px 0;
  }

  .initiatives .main-btn2 {
    margin: 0;
  }
}

@media (max-width: 768px) {

  .initiatives .initiatives-display .initiatives-card h2 {
    font-size: 15px !important;
  }

  .initiatives .initiatives-display .initiatives-card p {
    font-size: 12px !important;
  }
}


.initiatives .slick-prev,
.initiatives .slick-next {
  width: 30px;
  height: 30px;
}


.initiatives-card h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 18px;
  color: #000;
}

.events {
  margin-top: 100px;
}

.events h4 {
  color: #161926;
  font-size: 32px;
  margin-bottom: 20px;
}

.events .subtitle {
  color: #232323;
  font-size: 18px;
  width: 50%;
  margin: auto;
}

.events .event-card {
  clip-path: polygon(0 0, 98% 0, 100% 4%, 100% 100%, 0 100%);
  background-color: #dbe2ea;
}

@keyframes slideUp {
  from {
    transform: translateY(2000px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-2000px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


.events .slick-current .event-card .animate-fade-up {
  animation: slideUp 1s forwards;
}

.events .slick-current .event-card .animate-fade-down {
  animation: slideDown 1s forwards;
}


@media only screen and (max-width: 992px) {
  .events .slick-current .event-card .animate-fade-up {
    animation: inherit;
  }

  .events .slick-current .event-card .animate-fade-down {
    animation: inherit;
  }

}

.events button.slick-next.slick-arrow,
.events button.slick-prev.slick-arrow,
.news button.slick-next.slick-arrow,
.news button.slick-prev.slick-arrow {
  transition: 0.3s;
}

/* .events button.slick-next.slick-arrow:hover,
.events button.slick-prev.slick-arrow:hover,
.news button.slick-next.slick-arrow:hover,
.news button.slick-prev.slick-arrow:hover {
  opacity: 0.7;
} */


.events .event-card .event-content {
  background-color: #263057;
  color: #fff;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 180px;
  align-items: flex-start;
}

.events .event-card .event-content img {
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.events .event-card .event-content h3 {
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: 500;
  width: 75%;
}

@media (max-width: 992px) {
  .events .event-card .event-content h3 {
    width: 75%;
  }
}

.events .event-card .event-content h5 {
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 400;
}

.events .event-card .event-content .event-card-btn {
  color: #fff;
  text-decoration: none;
  background-color: #7F2239;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 30px;
  border-radius: 20px;
  width: fit-content;
  transition: 0.3s;
}

.event-card-btn:hover {
  opacity: 0.7;
}

.events .slick-prev:before,
.events .slick-next:before {
  content: "";
}

.events .slick-prev,
.events .slick-next {
  width: 35px;
  height: 35px;
}

.events .slick-prev {
  background: url('/wp-content/uploads/sites/4/2024/06/Group-158.svg') no-repeat center center;
  background-size: cover;
  right: 66px;
  z-index: 1;
  left: unset;
  bottom: 110px;
  top: unset;
  transition: 0.3s;
}

.events .slick-next {
  background: url('/wp-content/uploads/sites/4/2024/06/Group-158.svg') no-repeat center center;
  background-size: cover;
  right: 66px;
  z-index: 1;
  bottom: 65px;
  top: unset;
  transition: 0.3s;
  transform: rotate(180deg);
}

.events .slick-prev:hover,
.events .slick-next:hover {
  background: url('/wp-content/uploads/sites/4/2024/07/arrowHover-1.svg') no-repeat center center;
}

.events .slick-next:hover {
  transform: rotate(180deg);

}

.events .slick-vertical .slick-slide{
  opacity:0;
}
.events .slick-vertical .slick-slide.slick-current.slick-active{
  opacity:1 !important;
}

.events .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: none;
}

/* .events .slick-next:hover,
.events .slick-prev:hover {
  opacity: 0.7;
} */

.events-header {
  margin: 20px;
}

.event-image {
  height:750px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width:1710px) {
  .events .event-card .event-content h3 {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .events .event-card .event-content h5 {
    font-size: 28px;
    margin-bottom: 21px;
  }

  .events .event-card .event-content {
    padding: 96px;
  }
}

@media (max-width:1200px) {
  .events .event-card .event-content h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .events .event-card .event-content h5 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .events .event-card .event-content {
    padding: 60px;
  }

  .events .event-card .event-content .event-card-btn {
    padding: 8px 20px;
  }
}

@media (max-width: 992px) {
  .events {
    margin-top: 70px !important;
  }

  .events h4 {
    color: #2f2f2f;
    font-weight: 500;
    font-size: 25px;
  }

  .events .subtitle {
    color: #232323;
    font-size: 14px;
    width: 80%;
    margin: 20px 0;
  }

  .events .event-card .event-content {
    padding: 55px 45px;
    height: 310px;
  }

  .event-card .event-image {
    height: 350px !important;
  }


  .events .events-header .main-btn2 {
    margin: 0;
  }

  .events .event-card .event-content img {
    height: 70px !important;
  }

}

.news .news-slider-mobile .news-card-mobile,
.news .news-slider-mobile .news-card-tablet {
  padding: 10px !important;
}

.news #persistent-news {
  padding: 20px;
}

@media (max-width: 768px) {

  .news .slick-next {
    right: 40px !important;
    bottom: 5px !important;
  }

  .news .slick-prev {
    display: none !important;
  }
}

@media (max-width: 600px) {

  .events .slick-prev,
  .events .slick-next {
    display: none !important;
  }

  .events .event-card {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%, 5% 0)
  }

  .events .event-card .event-content {
    clip-path: polygon(74% 0, 100% 0, 100% 100%, 0 100%, 0 3%, 70% 3%);
    height: 330px;
    margin: -10px 0;
  }

  .events .events-slider .slick-dots {
    z-index: 88 !important;
    bottom: 22px !important;
  }

  .events .events-slider .slick-dots li button:before {
    font-size: 12px;
    color: #4D567B;
  }

  .events .events-slider .slick-dots li.slick-active button:before {
    color: #A6B4EF;
  }

  .events .events-slider .slick-dots li {
    margin: 0px 1px;
  }

  .events .event-card .event-content {
    justify-content: start;
  }

  .events .event-card h5 {

    color: #9BABEB;
    font-size: 25px;
    border-bottom: solid 1px #415294;
    padding-bottom: 20px;
    padding-right: 65px;
    margin-bottom: 25px;
  }

  .events .event-card .event-content h5 {
    font-size: 18px;
  }

  .events .event-card .event-content h3 {
    font-size: 20px;
  }

}

.news {
  background-image: url('/wp-content/uploads/sites/4/2024/06/Rectangle-216.png');
  background-color: #263057;
  background-position: center;
  background-size: cover;
  margin-top: -30px;
}



.news h4 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.news .subtitle {
  color: #fff;
  font-size: 18px;
  width: 50%;
  margin: auto;
}

.news .main-btn {
  display: block;
  margin: auto;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 35px;
  transition: 0.3s;
}

.news .main-btn:hover {
  background-color: #891438;
  border-color: #891438;
}

.news .main-btn2 {
  font-weight: 400;
  font-size: 18px;
}

.news-slide .news-card {
  position: relative;
  width: 390px;
  height: 500px;
}

.news-slide .news-card img {
  height: 100%;
  object-fit: cover;
}

.news-slider-mobile .news-card-mobile,
.news-slider-mobile .news-card-tablet {
  width: 50%;
}

.news-slide .news-card .news-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background:linear-gradient(180deg, rgba(73, 92, 166, 0) 49%, rgba(12, 16, 29, 0.8) 70%)}

.news-slide .news-card .news-content {
  position: absolute;
  left: 25px;
  right: 95px;
  bottom: 40px;
}


.news-slide .news-card .news-title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
  line-height:25px;
}

.news-slide .news-card .home-news-date {
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
}

.news-slide {
  position: relative;
  height: 800px;
}

.news-slide .news-card.card1 {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 1;
}

.news-slide .news-card.card2 {
  position: absolute;
  bottom: 250px;
  left: 375px;
  z-index: 0;
}

.news-slide .news-card.card3 {
  position: absolute;
  bottom: 106px;
  right: 300px;
  z-index: 1;
}

.news-slide .news-card.card4 {
  position: absolute;
  bottom: 216px;
  right: 0;
  z-index: 2;
}

.news .news-slider {
  width: 1420px;
  margin: auto;
}


.news .slick-prev:before,
.news .slick-next:before {
  content: "";
}

.news .slick-prev,
.news .slick-next {
  width: 35px;
  height: 35px;
}

.news .slick-prev {
  background: url('/wp-content/uploads/sites/4/2024/06/Group-158.svg') no-repeat center center;
  background-size: cover;
  right: -15px;
  z-index: 1;
  left: unset;
  bottom: 110px;
  top: unset;
  transition: 0.3s;
}

.news .slick-next {
  background: url('/wp-content/uploads/sites/4/2024/06/Group-158.svg') no-repeat center center;
  background-size: cover;
  right: -15px;
  z-index: 1;
  bottom: 65px;
  top: unset;
  transition: 0.3s;
  transform: rotate(180deg);
}

.news .slick-prev:hover,
.news .slick-next:hover,
.news .my-slick-prev:hover,
.news .my-slick-next:hover {
  background: url('/wp-content/uploads/sites/4/2024/07/arrowHover-1.svg') no-repeat center center;
}

.news .slick-prev:hover {
  transform: rotate(-90deg);
}

.news .slick-next:hover {
  transform: rotate(90deg);
}



.news .news-slider-mobile {
  display: none;
}

.news .main-btn.mobile {
  display: none;
}




.news .slick-slide.slick-current.slick-active .news-card:nth-child(2),
.slick-slide.slick-current.slick-active .news-card:nth-child(4) {
  animation: slideUp 1s forwards, blurAnimation 1s forwards;
}

.news .slick-slide.slick-current.slick-active .news-card:nth-child(1),
.slick-slide.slick-current.slick-active .news-card:nth-child(3) {
  animation: slideDown 1s forwards, blurAnimation 1s forwards;
}


.animate-down-news {
  animation: slideDownFromCenter 1s forwards, 1s blurAnimation forwards !important;
}


.animate-up-news {
  animation: slideUpFromCenter 1s forwards, 1s blurAnimation forwards !important;
}

@keyframes slideDownFromCenter {
  from {
    transform: translateY(0px);
    opacity: 1;
  }

  to {
    transform: translateY(-1000px);
    opacity: 0;
  }
}


@keyframes slideUpFromCenter {
  from {
    transform: translateY(0px);
    opacity: 1;
  }

  to {
    transform: translateY(1000px);
    opacity: 0;
  }
}

@keyframes blurAnimation {
  from {
    filter: blur(30px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}

.news .news-slider.desktop .slick-arrow {
  display: none !important;
}


.news .slider-navigation-container {
  display: flex;
  flex-direction: column-reverse;
  width: max-content;
  margin-left: auto;
  gap: 28px;
  margin-right: 65px;
  margin-top: -163px;
}

body.ar .news .slider-navigation-container {
  margin-right: auto;
  margin-left: 65px;
  margin-top: -130px;
}

.news .my-slick-next {
  background: url(/wp-content/uploads/sites/4/2024/06/Group-158.svg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  transform: rotate(180deg);
  transition: 0.3s;
  width: 35px;
  height: 35px;
  border: none;

}

.news .my-slick-prev {
  background: url(/wp-content/uploads/sites/4/2024/06/Group-158.svg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  transition: 0.3s;

  width: 35px;
  height: 35px;
  border: none;
}

@media (max-width: 1521px) {
  .news .slider-navigation-container {
    display: none;
  }
}

@media (min-width: 1700px) {
  .news-slide .news-card.card2 {
    position: absolute;
    bottom: 250px;
    left: 27%;
    z-index: 0;
  }

  body.ar .news-slide .news-card.card2 {
    left: 25%;
  }

  .news-slide .news-card.card3 {
    position: absolute;
    bottom: 106px;
    right: 25%;
    z-index: 1;
  }
}

.news .news-slider-tablet {
  display: none;
}


@media (max-width: 1520px) {

  .news .news-slider.desktop {
    display: none;
  }

  .news .news-slider-mobile {
    display: none;
  }

  .news .news-slider-tablet {
    display: block;
  }

  .news-slider-mobile.slick-initialized.slick-slider,
  .news-slider-tablet.slick-initialized.slick-slider {
    margin: 35px;
  }

  .news .news-slider-mobile img,
  .news .news-slider-tablet img,
  .news #persistent-news img {
    width: 100%;
    aspect-ratio: 14 / 9;
    object-fit: cover;
  }

  .news .news-slider-mobile .news-card-mobile,
  .news .news-slider-tablet .news-card-mobile {
    padding: 0 30px;
  }

  .news-card-mobile a {
    text-decoration: none;
  }

  .news-card-mobile .news-title,
  #persistent-news .news-title {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    margin: 12px 0 32px 0;
    font-weight: 300;
  }

  .news-card-mobile .home-news-date,
  #persistent-news .home-news-date {
    background-color: #fff;
    color: #000;
    padding: 3px 22px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 40px;
  }

  .news .slick-prev {
    background: url(/wp-content/uploads/sites/4/2024/06/Group-158.svg) no-repeat center center;
    background-size: cover;
    right: -15px;
    z-index: 1;
    left: unset;
    bottom: 20px;
    top: unset;
    transform: rotate(-90deg);
  }

  .news .slick-next {
    background: url(/wp-content/uploads/sites/4/2024/06/Group-158.svg) no-repeat center center;
    background-size: cover;
    right: -15px;
    z-index: 1;
    bottom: -40px;
    top: unset;
    transform: rotate(90deg);
  }

}

@media (max-width: 1300px) {

  .news-card-mobile .news-title,
  #persistent-news .news-title {
    font-size: 21px;
    font-weight: 400;
  }
}

@media (max-width: 1065px) {

  .news-card-mobile .news-title,
  #persistent-news .news-title {
    font-size: 18px;
  }

  .news-card-mobile .home-news-date,
  #persistent-news .home-news-date {
    font-size: 16px;
  }
}

@media (max-width: 992px) {

  .news-header {
    margin: 20px;
  }

  .news h4 {
    font-weight: 500;
    font-size: 25px;
  }

  .news .subtitle {
    font-size: 14px !important;
    width: 80% !important;
    margin: 20px 0 !important;
  }

  .news .main-btn {
    display: none;
  }

  .news .main-btn.mobile {
    display: block;
    margin-bottom: 0px;
    float: right;
    margin-right: 20px;
  }

  body.ar .news .main-btn.mobile {
    float: left;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .news {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .news .news-slider-mobile {
    display: block;
  }

  .news .news-slider-tablet {
    display: none;
  }
}

@media (max-width: 600px) {
  .news .slick-next {
    right: 0px !important;
  }

  .news-slider-mobile.slick-initialized.slick-slider,
  .news-slider-tablet.slick-initialized.slick-slider {
    margin: 10px;
  }
}

@media (max-width: 420px) {

  .news-card-mobile .news-title,
  #persistent-news .news-title {
    font-size: 16px;
  }

  .news-card-mobile .home-news-date {
    font-size: 14px;
  }
}


.news-card-mobile .news-small-card-1 {
  background: #338CAB !important;
  width: 47%;
  clip-path: polygon(92% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  padding: 20px 22px 35px 22px;
}

.news-card-mobile .news-small-card-2 {
  background: #495CA6 !important;
  width: 47%;
  clip-path: polygon(100% 0, 100% 100%, 8% 100%, 0 88%, 0 0);
  padding: 20px 22px 35px 22px;
}

.news-card-mobile .news-small-card-1 .home-news-date {
  background-color: #176985 !important;
  color: #99E5FF !important;
  width: fit-content;
}

.news-card-mobile .news-small-card-2 .home-news-date {
  background-color: #2C3C7C !important;
  color: #B6C4FA !important;
  width: fit-content;
}

.news-card-mobile .single-row-news .news-content-mobile {
  gap: 35px;
  display: flex;
  flex-direction: column;
}

.news-card-mobile .single-row-news {
  gap: 2%;
  justify-content: space-between;
  margin: 0;
}

.news-card-mobile .single-row-news .news-title {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}


@media (min-width: 768px) {
  .news-card-mobile .single-row-news {
    display: none;
  }

  .news {
    padding-top: 100px;
    padding-bottom: 55px;
  }
}

/* 180px !important */

@media (max-width: 530px) {

  .news-card-mobile .news-small-card-1 .home-news-date,
  .news-card-mobile .news-small-card-2 .home-news-date {
    font-size: 12px;
    padding: 5px 12px;
  }

  .news-card-mobile .news-small-card-1,
  .news-card-mobile .news-small-card-2 {
    padding: 20px 16px 35px 16px;
  }
}

@media (max-width: 420px) {
  .news-card-mobile .news-small-card-1 {
    clip-path: polygon(87% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  }

  .news-card-mobile .news-small-card-2 {
    clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 92%, 0 0);
  }
}


.main-page-banner {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  padding: 63px 0 72px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%, 28% 96%, 0 96%);
}
.main-page-banner.initiative_bg_banner{
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;
}
@media (max-width: 768px) {
  .main-page-banner.initiative_bg_banner{

    height:100% !important;
  }

}

.breadcrumb {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0 0 0;
  height: 24px;
}

.breadcrumb span {
  color: #78797A;
}

.breadcrumb .line {
  height: 1px;
  background-color: #5B5B5B;
  width: 144px;
  margin-right: 10px;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}


/*----------------------------------------------------------
Contact Style
----------------------------------------------------------*/
.contact-info-container {
  background-color: #EAEAEAE5;
  clip-path: polygon(72% 0%, 76% 2%, 100% 2%, 100% 90%, 96% 100%, 73% 100%, 0 100%, 0% 50%, 0 0);
}

.contact-info-container .contact-info p {
  font-size: 18px;
  font-weight: 300;
}

.contact-info-container .contact-info .info {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: solid 1px #B7B7B7;
}

.contact-info-container .contact-info .info:last-child {
  border: 0;
}

.contact-info-container .contact-info .info a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}

.contact-info-container .contact-info .info img {
  padding-right: 24px;
}

.contact-info-container .map {
  position: relative;
}

.contact-info-container .map iframe {
  clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0 100%, 0 9%);
}

.contact-info-container .map img.triangle {
  position: absolute;
  top: 0;
  left: 12px;
}

@media only screen and (max-width: 768px) {
  .contact-info-container {
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%) !important;
    max-width: 90%;

  }

  body.ar .contact-info-container {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px, 40px 0) !important;
  }
}


/*----------------------------------------------------------
FAQs Style
----------------------------------------------------------*/
.faq .welcome-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
  color: #444444;
}

.faq .accordion-item {
  border: 0;
  border-bottom: solid 1px #D4DBDE;
}

.faq .accordion-header {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #4F5D64;
}

.faq .accordion-button {
  color: #4F5D64;
  font-size: 18px;
  padding: 32px 0;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #0E0E0F;
}

.faq .accordion-body {
  color: #272E56;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 22px 26px;

}

.faq .accordion-body p {
  margin-bottom: 0;
}

.faq .accordion-collapse {
  background-color: #E7EDFF;
}


/*----------------------------------------------------------
404 Style
----------------------------------------------------------*/
.div404 {
  background-color: #040F25;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div404 .card-404 {
  max-width: 500px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #DFDFDF;
  padding: 3%;
  color: #868686;
  clip-path: polygon(94% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
  position: relative;
}

.div404 .card-404 h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}

.div404 .card-404 img {
  width: 70%;
  margin-bottom: 32px;
}

.div404 .card-404 h6 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 32px;
}

.div404 .card-404 p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 32px;
}

.div404 .card-404 .triangle1 {
  height: 8%;
  aspect-ratio: 1;
  clip-path: polygon(0% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  position: absolute;
  right: 0;
  top: 0;
  border: solid 1px #ABABAB;
}

.div404 .card-404 .triangle2 {
  height: 8%;
  aspect-ratio: 1;
  clip-path: polygon(100% 100%, 100% 0, 0 0, 100% 100%, 0 0);
  position: absolute;
  right: 0;
  top: 8%;
  background-color: #F3F3F3;
  border: solid 1px #F3F3F3;
}


/*----------------------------------------------------------
Initiatives Style
----------------------------------------------------------*/
.initiatives .initiatives-description {
  font-size: 20px;
  font-weight: 300;
  color: #444444;
}

@media (max-width: 770px) {
  .initiatives .container {
    overflow: hidden;
  }

}

.initiatives .initiatives-display {
  gap: 5%;
}

.initiatives .initiatives-display .initiatives-card {
  padding: 0;
}

.initiatives .initiatives-display .initiatives-card img.logo {
  height: 48px;
  margin: 30px 0;
}

.initiatives .initiatives-display .initiatives-card img.image {
  border-radius: 0;
  height: 270px;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
}

.initiatives .initiatives-display .initiative {
  width: 30%;
}

.initiatives .initiatives-display .initiatives-card {
  clip-path: none;
}

.initiatives .pagination {
  width: fit-content;
  margin: auto;
  color: #797979;
}

.initiatives .pagination progress {
  height: 1px;
  background-color: #CCCCCC;
}

.initiatives .initiatives-display .initiatives-card .main-btn {
  display: none;
}

.initiatives .main-btn2.mobile {
  display: none;
}

.initiatives .main-btn2.desktop:hover,
.events .main-btn2:hover {
  opacity: 0.7;
}

@media (max-width: 992px) {
  .initiatives-slider .initiatives-card {
    clip-path: polygon(66% 1%, 69% 0, 100% 0, 100% 100%, 6% 100%, 0 96%, 0 1%);
    min-height: 630px;
  }

  .initiatives-slider .initiatives-card h2 {
    display: none;
  }

  .initiatives-slider .initiatives-card p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
  }

  .initiatives .initiatives-slider .slick-slide {
    margin: 0 45px;
  }

  .initiatives .initiatives-slider h4 {
    color: #2f2f2f;
    font-weight: 500;
    font-size: 25px;
  }

  .initiatives .initiatives-slider .subtitle {
    color: #232323;
    font-size: 14px;
    width: 80%;
    margin: 0;
  }

  .initiatives .initiatives-slider .main-btn2.desktop {
    display: none;
  }

  .initiatives .initiatives-slider .main-btn2.mobile {
    display: block;
    position: absolute;
    left: 70%;
    bottom: -4%;
  }

  .initiatives .initiatives-slider .main-btn2 {
    background-color: #89143710;
    border: solid 2px #891438;
    color: #891438;
    padding: 8px 25px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    transition: 0.3s;
  }

  .initiatives .initiatives-slider .main-btn2:hover {
    background-color: #891437;
    color: #fff;
  }
}

/*----------------------------------------------------------
Single Initiative Style
----------------------------------------------------------*/
.single-initiative .top-section h4 {
  font-size: 18px;
  font-weight: 500;
}

.single-initiative .top-section p {
  font-size: 16px;
  font-weight: 300;
}

.single-initiative .top-section img {
  height: 90px;
}

.single-initiative .objectives {
  background-color: #25293E;
  padding: 88px 0;
  color: #fff;
}

.single-initiative .objectives h5 {
  font-size: 24px;
  line-height: 60px;
  font-weight: 400;
}

.single-initiative .objectives p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.single-initiative .objectives .main-btn2 {
  margin-left: 0;
}

body.ar .single-initiative .objectives .main-btn2{
  float:right;
}

.single-initiative .objectives .text-section {
  padding: 0 0 0 8%;
}

body.ar  .single-initiative .objectives .text-section{
  padding: 0 8% 0 0%;
}

/*----------------------------------------------------------
Privacy Policy Style
----------------------------------------------------------*/
.privacy-policy-outer {
  padding: 1px;
  clip-path: polygon(3% 0, 39% 0, 40% 3%, 100% 3%, 100% 90%, 97% 100%, 1% 100%, 1% 40%, 0% 37%, 0 7%);
  background-color: #E0E0E0;
}

.privacy-policy .content {
  background-color: #F4F4F4;
  padding: 6% 15% 6% 6%;
  clip-path: polygon(3% 0, 39% 0, 40% 3%, 100% 3%, 100% 90%, 97% 100%, 1% 100%, 1% 40%, 0% 37%, 0 7%);
}


/*----------------------------------------------------------
Sitemap Style
----------------------------------------------------------*/
.privacy-policy.sitemap .content {
  padding-left: 3%;
  padding-right: 3%;
}

.sitemap a {
  text-decoration: none;
}

.sitemap .sitemap-menu {
  padding-right:20px;
  padding-left: 10px;
  border-left: solid 1px #CECECE;
}

.sitemap .sitemap-menu:first-child {
  border: 0;
  padding-left: 0;
}

.sitemap .sitemap-menu .menu-title {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}

.sitemap .sitemap-menu .menu-children a {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.sitemap .sitemap-menu .menu-children a li  {
  font-size: 16px;

}

.privacy-policy-outer.tablet {
  display: none;
}

@media only screen and (max-width: 991px) {

  .privacy-policy-outer.tablet {
    display: block;
  }

  .privacy-policy-outer.not-tablet {
    display: none;
  }

  body:has(.privacy-policy-outer) {
    background-color: #EFEFEF;
  }

  .privacy-policy-outer {
    width: auto;
    margin: 20px;
    height: 100%;
    padding: 0;
    clip-path: none;
    padding: 0;
    margin: 0 !important;
    position: relative;
    max-width: 100%;
    background: #EFEFEF;
  }

  .privacy-policy .content {
    clip-path: none;
    padding: 20px;
    background: #EFEFEF;
  }

  .sitemap .sitemap-menu,
  body.ar .sitemap .sitemap-menu {
    padding-right: 0 !important;
    padding-left: 0;
    border-style: none !important;
  }

  .sitemap .sitemap-menu ul.menu-children,
  body.ar .sitemap .sitemap-menu ul.menu-children {
    padding: 0;
    list-style-type: none
  }

  .sitemap .socials {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
    margin-left: -50px;
  }

  body.ar .sitemap .socials {
    margin-left: 0;
    margin-right: -50px;
  }

  .sitemap .socials a {
    background-color: #858585;
    height: 26px;
    aspect-ratio: 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
  }

  .sitemap .socials svg {
    color: #fff;
  }


}

/*----------------------------------------------------------
Digital Agenda Style
----------------------------------------------------------*/
body:has(.digital-agenda) {
  background-color: #F6F6F6;
}

.digital-agenda .intro .div1 {
  border-bottom: 1px solid #D1D1D1;
  padding-top: 89px;
  padding-bottom: 50px;
}


.digital-agenda .intro .p1 {

  font-size: 60px;
  font-weight: 300;
  line-height: 71px;
  color: #5F5F5F;
}

.digital-agenda .intro .p2 {

  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #303030;
  padding-left: 35px;
}

.digital-agenda .intro .image1 {
  width: auto;
  max-width:100%;
  height: 87px;

}

.digital-agenda .hero {
  background-color: #F6F6F6;
  padding-bottom: 86px;

}

.digital-agenda .hero .title {

  font-size: 25px;
  font-weight: 400;
  line-height: 71px;
  color: #303030;
  padding-top: 33px;
}

.digital-agenda .hero .note {

  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #303030;

}

.digital-agenda .hero .cards {
  padding-top: 30px;
}

.digital-agenda .hero .div2 {
  background-color: #6B7EA5;
  height: 100%;
  padding-bottom: 88px;
}


.digital-agenda .hero .number {
  text-align: end;
  color: #DCE8FF;
  font-size: 40px;
  font-weight: 300;
  line-height: 71px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 113px;

}

.digital-agenda .hero .card-title {

  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
  width: 60px;
  padding: 0px 20px;
  padding-bottom: 12px;
}


.digital-agenda .hero .card-text {

  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #FFFFFF;
  padding-right: 20px;
  padding-left: 20px;
}

.digital-agenda .video,
.digital-agenda .pictures {
  background-color: #fff;
}


.digital-agenda .video .vid iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: none;
  margin-bottom: 35px;
}

.digital-agenda .video .image2 {
  width: 100%;
  object-fit: cover;
  background-color: #00499E;
  clip-path: polygon(94% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  margin-bottom: 35px;
}


.digital-agenda .video .vid .play-btn {
  height: 100px;
  aspect-ratio: 1;
  object-fit: contain;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}

.digital-agenda .video .vid .play-btn:hover {
  opacity: 1;
}

.digital-agenda .video .video-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  color: #343434;

}

.digital-agenda .video .video-note {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #343434;
  padding-top: 10px;

}

body.ar .digital-agenda .video .video-title,
body.ar .digital-agenda .video .video-note {
  text-align: right;
}


.digital-agenda .pictures .pictures-card {
  width: 30%;
  padding-top: 91px;
}

.digital-agenda .pictures .picture1 {
  width: 100%;
  object-fit: cover;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}

.digital-agenda .pictures .picture-h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #434343;
  padding-top: 37px;
}

.digital-agenda .pictures .picture-note {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #555555;
}

.digital-agenda .pictures .second-btn {
  padding: 5px 30px;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 34.5px;
  letter-spacing: -0.01em;
  border: 1px solid #891438;
  background: white;

  border-radius: 100px;
  transition: 0.3s;
}

.digital-agenda .pictures .second-btn a {
  text-decoration: none;
  color: #891438;
}

.digital-agenda .pictures .second-btn a:hover {
  color: #fff;
}

.digital-agenda .pictures .second-btn:hover {
  background-color: #891438;
  color: #fff;
}

.digital-agenda .pictures .second-btn:hover a {
  color: #fff;
}

.page-template-digital-agenda .main-page-banner {
  background-image: url(/wp-content/uploads/sites/4/2024/06/header-agenda.png) !important;
}

@media  (min-width: 1320px) {
  .digital-agenda .pictures .second-btn{
    margin-top:50px;
  }
}


@media (min-width: 1320px)  and (max-width: 1644px) {

  .digital-agenda .pictures-card.my-border-bottom{
    padding-bottom:110px !important;
  }

}

@media (min-width: 1644px) {

  .digital-agenda .pictures-card.my-border-bottom{
    padding-bottom:60px !important;
  }

}

@media only screen and (max-width: 575px) {
  .digital-agenda .hero .cards .digital-card{
    padding-left:10px !important;
    padding-right:10px !important;
  }


}

@media only screen and (max-width: 991px) {

  .digital-agenda .intro .div1 {
    border: none;
  }

  .digital-agenda .intro .div1.row {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .digital-agenda .intro .my-border-bottom {
    padding-bottom: 25px;
    border-bottom: 0.5px solid #D4D4D4;
  }


  .digital-agenda .hero .number {
    padding-bottom: 0px;
  }

  .digital-agenda .hero .div2 {
    padding-bottom: 28px;
  }

  .digital-agenda .pictures .pictures-card {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: flex-start;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .digital-agenda .pictures .picture1 {
    width: 120px;
    height: 100%;

  }

  .digital-agenda .pictures .picture-h2 {
    padding-top: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .digital-agenda .pictures .picture-note {
    font-size: 16px;
    line-height: 22px;
  }

  /*.digital-agenda .pictures .second-btn {*/
  /*  font-size: 12px;*/
  /*}*/

  .digital-agenda .intro .p1 {
    font-size: 25px;
    line-height: 25px;
  }


  .digital-agenda .intro .p2,
  .digital-agenda .hero .note,
  .digital-agenda .video .video-note {
    font-size: 14px;
    line-height: 18px;
    padding-left: 0px;
  }

  .digital-agenda .hero .title {
    font-size: 20px;
    line-height: 20px;
  }

  .digital-agenda .hero .card-title,
  .digital-agenda .video .video-title {
    font-size: 18px;

    line-height: 20px;
  }

  .digital-agenda .hero .card-text {
    font-size: 14px;
    line-height: 16px;

  }

  body.ar .digital-agenda .intro .p2 {
    padding-right: 0px;
  }

  .digital-agenda .hero .card-title {
    width: auto;
  }


}




/*----------------------------------------------------------
Services Style
----------------------------------------------------------*/
.services .services-intro {
  color: #444444;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 76px;
}

.services .service-card {
  transition: 0.3s
}

.services .service-card:hover {
  transform: translateY(-10px);
}


.services .service-card .image-container {
  background-color: #F6F6F6;
  display: flex;

  aspect-ratio: 1;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}

.services .service-card .image-container img {
  height: auto;
  width: 270px;
  object-fit: contain;
  max-width:100%;
}

.services .service-card a {
  text-decoration: none;
  color: #424242;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}


.services .service-card h4 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
}


.services .service-card:hover h4, .services .service-card:hover .service-description{
  color:#272E56;
}

.services .service-card .service-description {
  color: #323232;
  font-size: 17px;
  font-weight: 300;
}


/*----------------------------------------------------------
Single Service Style
----------------------------------------------------------*/
.single-service .privacy-policy .content {
  padding: 4% !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.single-service .content .image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #B8B8B8;
}

.single-service .content .image img {
  width: 100%;
  padding: 30px;
}

.single-service .content .description {
  padding-left: 90px;
}

.single-service .benefits-feautures {
  color: #515151;
}

.single-service .content .description h5,
.single-service .benefits-feautures h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 25px;
  color: #424242;
}

.single-service .content .description p {
  color: #323232;
  font-size: 17px;
  font-weight: 300;
}




/*----------------------------------------------------------
Legalisation and Policies Style
----------------------------------------------------------*/
.legalisation-card {
  background-color: #F5F5F5;
  width: 30%;
  padding: 37px 32px 48px 47px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}

.legalisation .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.legalisation .legal-section {
  border-bottom: solid 1px #a9a9a9;
}


.legalisation .legal-section:last-child {
  border: 0;
}

.legalisation .legalisation-header {
  margin-bottom: 50px;
}

.legalisation .legalisation-header .legalisation-title {
  color: #3B3B3B;
  text-decoration: none;
  font-size: 26px;
  font-weight: 400;
}

.legalisation .main-btn2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.legalisation .legalisation-card .title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 12px;
}

.legalisation .legalisation-card .description {
  color: #363636;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.legalisation .legalisation-card .legalisation-btn {
  text-decoration: none;
  color: #891438;
  border: solid 1px #891438;
  font-size: 14px;
  background-color: transparent;
  border-radius: 20px;
  padding: 4px 15px;
  font-weight: 400;
}

.legalisation .legalisation-card .legalisation-summary-btn {
  text-decoration: none;
  color: #891438;
  font-size: 14px;
  background-color: transparent;
  padding: 4px 15px;
  font-weight: 400;
}


.sticky-categories {
  position: absolute;
  top: -72px;
  right: 0;
  display: inline-block;
  margin-top: -12px;
}

.sticky-categories a {
  text-decoration: none;
  color: #2B2B2B;
  display: inline-block;
  margin-left: -28px;
}

.sticky-categories a:has(.category) {
  clip-path: polygon(0 0, 78% 0, 100% 100%, 22% 100%);
}

.sticky-categories .category {
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 0;
  width: 190px;
}

.sticky-categories .category.active {
  background-color: #495CA6;
  color: #fff;
}



/*----------------------------------------------------------
Media Centre Style
----------------------------------------------------------*/
.news-card {
  width: 28%;
}

.news-card a {
  text-decoration: none;
}

.news-card .news-image {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  padding: 1px;
  overflow: hidden;
  background-color: #D4D4D4;
  margin-bottom: 26px;
}

.news-card .news-image img {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  height: 250px;
  object-fit: cover;
  background-color: #fff;
}

.home .news-card .news-title {
  border-bottom: none
}


.news-card .news-title {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 26px;
  /* border-bottom: solid 1px #D7D7D7; */
  margin-bottom: 40px;
  height: 100px;
  line-height:30px;
}

.legalisation .legalisation-header  .legalisation-title-news{
  color:#3B3B3B !important;
}
@media only screen and (max-width: 1200px) {
  .news-card .news-title {
    height: unset;
  }
}
@media (min-width: 1200px) {
  .news-card .news-title{
    max-height:92px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .home .news-card .news-title{
    max-height:75px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

}
.search-popup .search-section .news-card .news-title{
  line-height:25px;
  max-height:75px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-card .news-excerpt {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  height: 100px;
  line-height:25px;
}

.news-card .news-date {
  font-size: 18px;
  color: #828282;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}

.news-card .news-date::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-1.svg');
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}


@media only screen and (max-width: 1200px) {

  .news-card,
  .events-card,
  .reports-card,
  .gallery-card {
    width: 100% !important;
  }
}


@media only screen and (max-width: 992px) {
  .breadcrumb {
    margin-top: 35px;
  }

  .breadcrumb .line {
    width: 20px;
  }
}

.events-card {
  width: 28%;
}

.events-card .events-image {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  padding: 1px;
  overflow: hidden;
  background-color: #D4D4D4;
  margin-bottom: 26px;
}

.events-card .events-image img {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  height: 250px;
  object-fit: cover;
  background-color: #fff;
}

.events-card a {
  text-decoration: none;
}

.events-card .events-title {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 26px;
  border-bottom: solid 1px #D7D7D7;
  margin-bottom: 26px;
  min-height: 72px;
}

@media only screen and (max-width: 1200px) {
  .events-card .events-title {
    height: unset;
  }
}

.events-card .events-excerpt {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  height:100px;
  line-height: 25px;
}

.events-card .events-date {
  font-size: 16px;
  color: #828282;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}

.events-card .events-date::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-1.svg');
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}


.events-card .events-location {
  font-size: 16px;
  color: #828282;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}

.events-card .events-location::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-2.svg');
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}

.reports-card {
  width: 28%;
}

.reports-card a {
  text-decoration: none;
}

.reports-card .reports-image {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  padding: 1px;
  overflow: hidden;
  margin-bottom: 26px;
  background-color: #D4D4D4;
}


.reports-card .reports-image img {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  height: 250px;
  object-fit: cover;
  background-color: #fff;
}


.report-custom .reports-image {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  padding: 1px;
  overflow: hidden;
  margin-bottom: 26px;
  background-color: #D4D4D4;
}
.report-custom .reports-image img {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  height: 250px;
  object-fit: cover;
  background-color: #fff;
}

.reports-card .reports-title {
  color: #000;
  font-weight: 400;
  font-size: 25px;
  padding-bottom: 26px;
  border-bottom: solid 1px #D7D7D7;
  margin-bottom: 26px;
}

.reports-card .reports-excerpt {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 26px;
}

.gallery-card {
  width: 28%;
}

.gallery-card a {
  text-decoration: none;
}

.gallery-card .gallery-image {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  padding: 1px;
  overflow: hidden;
  background-color: #B6B6B6;
  margin-bottom: 6px;
}

.gallery-card .gallery-image img {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  object-fit:cover;
  height:250px
}

.gallery-suggestion .gallery-card .gallery-image img{
  height:130px ;
}

@media (max-width: 1199px) {
  .gallery-hide-on-mobile {
    display: none;
  }
}


.archive .gallery-card .gallery-image img {
  height: 250px;
}

.gallery-card .gallery-title {
  color: #000;
  font-weight: 400;
  font-size: 24px;
}

.media-centre-pagination .page-numbers {
  list-style: none;
  padding: 4px 16px;
  border: solid 1px #9A9A9A;
  color: #494949;
  cursor: pointer;
  border-radius: 42px;
  text-decoration: none;
}

.media-centre-pagination .page-numbers.current {
  background-color: #891438;
  border: solid 1px #891438;
  color: #fff;
}

.media-centre-pagination .page-numbers.dots {
  border: 0;
}


.media-centre-category-header .filters-section h5 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  padding-right: 34px;
  border-right: solid 1px #CBCBCB;
}

.media-centre-category-header .filters span {
  margin-right: 20px;
}


.media-centre-category-header .filters {
  padding-left: 34px;
  gap: 9px;
  flex-wrap: wrap;
}


.media-centre-category-header .filters select {
  border-color: #9A9A9A;
  padding: 4px 22px;
  border-radius: 40px;
}


.media-centre-category-header .filters select option {
  background-color: #F3F3F3;
  color: #000000;
}

.media-centre-category-header .search-section {
  width: 25%;
  position: relative;
}





/*----------------------------------------------------------
Single Media Centre Style
----------------------------------------------------------*/
.single-news .sidebar {
  background-color: #F5F5F5;
  margin-top: -35px;
  padding: 70px 70px 20px 70px;
}

.single-news .sidebar a {
  text-decoration: none;
}

.single-news .sidebar h5 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
.single-news .sidebar .gallery-sidebar-title{
  font-size:30px;
}


@media (max-width: 768px) {
  .single-news .sidebar h5 {
    font-size: 20px !important;
    padding-top:20px;
  }
  .single-news .sidebar .gallery-sidebar-title{
    font-size:25px !important;
  }
}
.single-news .sidebar .sidebar-suggestion h6 {
  font-size: 20px;
  font-weight: 500;
  color: #161616;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



.single-news .sidebar .sidebar-suggestion img {
  object-fit: cover;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  width: 125px;
  height: 125px;
}

.single-news .sidebar .sidebar-suggestion .date {
  color: #585858;
  padding-left: 20px;
  position: relative;
}

.single-news .sidebar .sidebar-suggestion .date::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-1.svg');
  position: absolute;
  left: 0;
  top: 4px;
  padding: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}


.single-news .sidebar .sidebar-suggestion .location {
  color: #585858;
  padding-left: 20px;
  position: relative;
  margin-bottom: 2px;
}

.single-news .sidebar .sidebar-suggestion .location::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-2.svg');
  position: absolute;
  left: 0;
  top: 4px;
  padding: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-news .sidebar .sidebar-suggestion {
  padding: 5px 0;
}

.single-news .sidebar .sidebar-suggestion:first-child {
  padding-top: 0;
}

.single-news .sidebar .sidebar-suggestion:last-child {
  border: 0;
}

@media (max-width: 992px) {
  .single-news .sidebar .sidebar-suggestion .col-8 {
    width: unset;
  }
}

.single-news .sidebar .sidebar-suggestion .col-8 {
  width: 55%;
}

.single-news .content .featured-image {
  border: solid 1px #E2E2E2;
  margin-bottom: 22px;
}

.single-news .content {
  padding: 48px 120px;
}

.single-news .content .date {
  color: #585858;
  padding-left: 25px;
  border-bottom: solid 1px #D7D7D7;
  position: relative;
  padding-bottom: 23px;
  margin: 15px 0;
}

a.accessibility-plugin-ac {
  color: #891438;
}

.single-news .content .date::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-1.svg');
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}


.single-news .content .location {
  color: #585858;
  padding-left: 25px;
  position: relative;
  margin-top: 10px;
}


.single-news .content .location::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-2.svg');
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-news .content .single-title {
  margin-bottom: 12px;
  color: #000;
  font-size: 32px;
  font-weight: 500;
}

.single-news .content .share {
  color: #891438;
  padding: 10px 12px;
  border: solid 1px #891438;
  border-radius: 40px;
  width: fit-content;
  background-color: #fff;
}


.single-news .content .share .share-title {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  padding-right: 8px;
}

.single-news .content .share .share-title::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-4-1.svg');
  position: absolute;
  left: 0;
  top: 5px;
  padding: 5px;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-news .content .share .social-share {
  padding-left: 8px;
}

.single-news .content .share .social-share a {
  background-color: #891438;
  height: 26px;
  aspect-ratio: 1;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.single-news .content .share .social-share svg {
  height: 16px;
  aspect-ratio: 1;
  color: #FFF;
}



.single-news.single-gallery .gallery-share {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 4px 8px;
}

body.ar .single-news .sidebar .sidebar-suggestion .date {
  padding-left: 0;
  padding-right: 20px;
}

body.ar .single-news .sidebar .sidebar-suggestion .date::before {
  left: unset;
  right: 0;
}

body.ar .single-news .content .date {
  padding-left: 0;
  padding-right: 25px;
}

body.ar .single-news .content .date::before {
  left: unset;
  right: 0;
}

body.ar .single-news .sidebar .sidebar-suggestion .location {
  padding-left: 0;
  padding-right: 20px;
}

body.ar .single-news .sidebar .sidebar-suggestion .location::before {
  left: unset;
  right: -2px;
}

body.ar .single-news .content .location {
  padding-left: 0;
  padding-right: 25px;
}

body.ar .single-news .content .location::before {
  left: unset;
  right: -2px;
}

.gallery-slider .slick-dots {
  bottom: -50px;
}

.gallery-slider .slick-dots li {
  margin: 0;
}

.gallery-slider .slick-dots li button:before {
  content: '';
  height: 7.5px;
  width: 7.5px;
  border-radius: 10px;
  background-color: #D2D2D2;
  opacity: 1;
}

.gallery-slider .slick-dots li {
  width: 13px;
}

.gallery-slider .slick-dots li.slick-active {
  margin-right: 8px;
}

.gallery-slider .slick-dots li.slick-active button:before {
  content: '';
  height: 7.5px;
  width: 15px;
  border-radius: 10px;
  background-color: #263057;
}

.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before {
  content: "";
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  z-index: 1;
}

.gallery-slider .slick-prev {
  background: url('/wp-content/uploads/sites/4/2024/06/Group-177.svg') no-repeat center center;
  background-size: cover;
  transform: rotate(90deg);
  left: -20px;
  box-shadow: 0px 2px 2px 0px #00000066;
}

.gallery-slider .slick-next {
  background: url('/wp-content/uploads/sites/4/2024/06/Group-177.svg') no-repeat center center;
  background-size: cover;
  transform: rotate(-90deg);
  right: -20px;
  box-shadow: 0px 2px 2px 0px #00000066;

}

.gallery-slider .slick-disabled {
  opacity: 0.6;
}

body.ar .gallery-slider .slick-next {
  right: unset;
  left: -20px;
  transform: rotate(90deg);
}

body.ar .gallery-slider .slick-prev {
  right: -20px;
  left: unset;
  transform: rotate(-90deg);
}

.single-gallery .sidebar {
  overflow: hidden;
}

.single-gallery .sidebar .gallery-card {
  width: 90%;
}
@media (min-width: 1920px) {
  .single-gallery .sidebar .gallery-card {
    width: 60%;

  }

}

.single-gallery .sidebar .galleries {
  max-height: 600px;
  overflow-y: auto;
}

.single-gallery .sidebar .galleries::-webkit-scrollbar {
  width: 8px;
}

.single-gallery .sidebar .galleries::-webkit-scrollbar-track {
  background: #EEEEEE;
  border-radius: 8px;
}

.single-gallery .sidebar .galleries::-webkit-scrollbar-thumb {
  background: #A9A9A9;
  border-radius: 8px;
}

.single-gallery .sidebar .galleries .gallery-suggestion {
  filter: grayscale(1);
}

.single-gallery .sidebar .galleries .gallery-suggestion.active {
  filter: grayscale(0);
}


/*----------------------------------------------------------
About Us Style
----------------------------------------------------------*/
.about-us .sticky-categories a {
  margin-left: -44px;
}

.about-us .sticky-categories .category {
  width: 200px;
}

.about-us .organizational-struture-content {
  width: 95%;
  margin: auto;
}

.about-us .organizational-struture-content .intro {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.about-us .organizational-struture-content .image-outer-container {
  background-color: #A7A7A7;
  padding: 1px;
  /* clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px, 40px 0) !important; */
}

.about-us .organizational-struture-content .image-inner-container {
  background-color: #F6F6F6;
  padding: 38px;
  /* clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px, 40px 0) !important; */
}

@media only screen and (max-width: 991px) {
  .about-us .organizational-struture-content {
    width: 100%;
  }
}

.about-us .what-we-do-content .intro {
  color: #000;
}

.about-us .what-we-do-content .what-we-do-list-outer-container {
  background-color: #DCDCDC;
  padding: 1px;
}

.about-us .what-we-do-content .what-we-do-list-container {
  background-color: #F6F6F6;
  padding: 76px 62px 91px 86px;
}

.about-us .what-we-do-content .what-we-do-list-container,
.about-us .what-we-do-content .what-we-do-list-outer-container {
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}


.about-us .what-we-do-content .what-we-do-list-container .list-item {
  padding: 30px 0;
  border-bottom: solid 0.5px #CCCCCC;
}

.about-us .what-we-do-content .what-we-do-list-container .list-item:first-child {
  padding-top: 0;
}

.about-us .what-we-do-content .what-we-do-list-container .list-item:last-child {
  padding-bottom: 0;
  border: 0;
}



.about-us .what-we-do-content .what-we-do-list-container .list-item .title {
  color: #0B0B0B;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.about-us .what-we-do-content .what-we-do-list-container .list-item .description {
  color: #5D5D5D;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media only screen and (max-width: 769px) {
  .about-us .what-we-do-content .what-we-do-list-container {
    padding: 24px 20px 42px;
  }
}

.about-us .about-us-content .our-story-title {
  color: #1B2A55;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 28px;
}


.about-us .about-us-content .our-story-description {
  color: #5F5F5F;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}


.about-us .about-us-content .timeline {
  margin-left: 30%;
  padding-left: 30px;
  border-left: solid 2px #A9B8E9;
}

@media (max-width: 770px) {
  .about-us .about-us-content .timeline {
    padding-top: 74px;
  }

  .about-us .about-us-content .timeline .timeline-section {
    padding-bottom: 80px;
  }
}



.about-us .about-us-content .timeline .timeline-section:last-child {
  padding-bottom: 0;
}

.about-us .about-us-content .timeline .timeline-section-image {
  position: absolute;
  height: 175px;
  left: -35%;
}

.about-us .about-us-content .timeline-section-title {
  color: #304687;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.about-us .about-us-content .timeline .timeline-section .timeline-section-title::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Group-258.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  padding: 16px;
  left: -47px;
  top: 0;
}

.about-us .about-us-content .timeline .timeline-section .timeline-section-item {
  padding: 16px 0;
  border-bottom: solid 1px #C1C3C9;
  position: relative;
}

.about-us .about-us-content .timeline .timeline-section .timeline-section-item:last-child {
  border: 0;
}


.about-us .about-us-content .timeline .timeline-section .timeline-section-item .year {
  color: #607CC8;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: -80px;
}

.about-us .about-us-content .item-title {
  color: #606060;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.about-us .about-us-content .timeline .timeline-section .timeline-section-item .item-title::before {
  content: '';
  height: 8px;
  width: 8px;
  background-color: #7F2239;
  position: absolute;
  left: -34.5px;
  top: 8px;
  border-radius: 8px;
  transition: 0.3s;
}


.about-us .about-us-content .timeline .timeline-section .timeline-section-item .item-title.active::before {
  height: 16px;
  width: 16px;
  left: -38.5px;
  top: 4px;
  border-radius: 16px;
}

.about-us .about-us-content .timeline.no-border {
  border: 0;
}

.about-us .about-us-content .timeline.no-border .timeline-section .timeline-section-item .item-title::before {
  height: 0;
  width: 0;
}

.about-us .about-us-content .timeline.no-border .timeline-section .timeline-section-title::before {
  padding: 0;
}




.about-us p.intro.our-story-description {
  max-width: calc(800px + 25%) !important;
  padding-left: 15%;
  font-size: 20px;
  font-weight: 300;
}


body.ar  .about-us p.intro.our-story-description{
  padding-left: 0 !important;
  padding-right:15%;
}
.about-us .digital-transformation-content .intro {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  width: 63%;
}

.about-us .digital-transformation-content .image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us .digital-transformation-content .circle-img {
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 2;
  top: calc(50% - 200px);
  object-fit: contain;
}

.about-us .digital-transformation-content.reversed .circle-img {
  right: calc(100% - 12vw);
  left: unset;
}

.about-us .digital-transformation-content .main-title {
  font-size: 30px;
  font-weight: 500;
  padding: 0 20px 20px ;
  width: fit-content;
}

.about-us .digital-transformation-content .details {
  background-color: #F3F6FF;
  border: 0.5px solid #E1E7FB;
  padding: 60px 22% 0 20%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%, 0 96%);
}

.about-us .digital-transformation-content:nth-child(odd) .details {
  clip-path: polygon(0 0, 98% 0, 100% 6%, 100% 100%, 0 100%);
}

.about-us .digital-transformation-content .text-details {
  position: relative;
  border-left: solid 2px #A9B8E9;
  padding-left: 40px;
}

.about-us .digital-transformation-content .details .title {
  background-color: #41517D;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: fit-content;
  padding: 9px 18px;
  border-radius: 30px;
}

.about-us .digital-transformation-content .details .circle {
  background-color: #607CC8;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 20px;
  left: -12.5px;
  top: 5;
}

.about-us .digital-transformation-content .details .min-circle {
  background-color: #607CC8;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 20px;
  left: -8px;
  margin-top: 8px;
}

.about-us .digital-transformation-content .details .description h5 {
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 300;
  width: 60%;
  padding-bottom: 10px;
}

.about-us .digital-transformation-content .details .description {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 300;
  padding: 25px 0 115px 0px;
}

body.ar .about-us .digital-transformation-content.reversed .circle-img {
  right: unset;
  left: 200px;
}

@media only screen and (max-width: 769px) {

  .about-us .digital-transformation-content .image-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
  }

  .about-us .digital-transformation-content .circle-img,
  .about-us .digital-transformation-content.reversed .circle-img {
    height: unset;
    width: 240px;
    top: 4px !important;
    right: unset;
    left: 20px;
  }

  body.ar .about-us .digital-transformation-content .circle-img,
  body.ar .about-us .digital-transformation-content.reversed .circle-img {
    right: 20px;
    left: unset;
  }

  .about-us .digital-transformation-content:has(.main-title) .circle-img {
    top: 62px !important;
  }

  .about-us .digital-transformation-content .details {
    padding: 20px 20px 0 20px;
    padding-top: 148px;
    margin-top: 121px;
  }

  .about-us .intro.our-story-description {
    margin: 0 !important;
    padding: 0 20px !important;
  }



  .about-us .digital-transformation-content {
    padding: 0 0 0 20px;
  }

  body.ar .about-us .digital-transformation-content {
    padding: 0 20px 0 0px;
  }

  .about-us .digital-transformation-content.reversed {
    padding: 0 20px 0 0;
  }

  body.ar .about-us .digital-transformation-content.reversed {
    padding: 0 0px 0 20px;
  }

  .about-us .digital-transformation-content .details .description {
    padding-bottom: 45px;
  }

  .about-us .digital-transformation-content .details {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  }

  .about-us .digital-transformation-content.reversed .details {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%) !important;
  }

  .about-us .digital-transformation-content .text-details {
    padding-left: 32px;
  }
}


@media only screen and (max-width: 547px) {
  body:not(.ar) .about-us .digital-transformation-content:has(.main-title) .circle-img {
    top: 98px !important;
  }
}

/* Mobile */
@media only screen and (max-width: 362px) {
  body:not(.ar) .about-us .digital-transformation-content:has(.main-title) .circle-img {
    top: 134px !important;
  }
}




.about-us .facts-and-figures-content .row-title {
  color: #3E3989;
  background: linear-gradient(#CDDAFF 20.22%, #F7F7F7 76.68%);
  padding: 120px 10px 20px 60px;
}

.about-us .facts-and-figures-content .row-title h4 {
  font-size: 28px;
}

.about-us .facts-and-figures-content .details {
  background-color: #F7F7F7;
  padding: 50px 30px 10px 30px;
  clip-path: polygon(0 0, 96% 0, 100% 5%, 100% 100%, 0 100%);
}

.about-us .facts-and-figures-content .details .cell {
  padding: 20px;
}

.about-us .facts-and-figures-content .details .rank {
  color: #5F72BF;
  font-size: 40px;
  font-weight: 700;
}

.about-us .facts-and-figures-content .details .title {
  color: #110F0F;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.about-us .facts-and-figures-content .details .description {
  color: #8A8A8A;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .about-us .facts-and-figures-content .details .my-border-bottom {
    border-bottom: 0.5px solid #CACACA;
  }

  .about-us .facts-and-figures-content .details .my-border-bottom:last-child {
    border-bottom: 0 !important;
  }



}

@media only screen and (max-width: 991px) {
  .about-us .facts-and-figures-content .details {
    clip-path: unset;
    padding: unset;
  }


  .about-us .facts-and-figures-content .details .row {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }

  .about-us .facts-and-figures-content .row-title {
    padding: 120px 10px 20px 32px;
  }

  body.ar .about-us .facts-and-figures-content .row-title {
    padding: 120px 32px 20px 10px;
  }

  .about-us .facts-and-figures-content .row-title h4 {
    position: relative;
    top: -73px;
  }
}

@media only screen and (max-width: 1100px) {
  .about-us .sticky-categories {
    display: none;
  }
}

/* Tablet */
@media only screen and (max-width: 991px) {

  .about-us .about-us-content .timeline .timeline-section-image {
    left: -55%;
  }

  body.ar .about-us .about-us-content .timeline .timeline-section-image {
    right: -50%;
  }
}


/* Mobile */
@media only screen and (max-width: 769px) {


  .about-us .about-us-content .timeline .timeline-section {
    position: relative;
  }

  .about-us .about-us-content .timeline .timeline-section-image {
    left: unset;
    top: -130px;
    height: 105px
  }

  body.ar .about-us .about-us-content .timeline .timeline-section-image {
    right: unset !important;
    top: -130px;
    height: 105px
  }

  .about-us .about-us-content .timeline {
    margin-left: 3rem;
  }

  .about-us .about-us-content .timeline.no-border {
    margin-top: 150px;
    margin-left: 5rem;
  }

  body.ar .about-us .about-us-content .timeline.no-border {
    margin-right: 5rem;
  }
}

@media only screen and (min-width: 769px) {
  .about-us .intro {
    font-size: 20px;
    font-weight: 300;
  }
}


/*----------------------------------------------------------
Search Popup Style
----------------------------------------------------------*/
body .search-popup {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(11, 15, 28, 0.8);
  backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y:scroll ;
}







body.show-popup {
  overflow: hidden;
  position: relative;
}

body.show-popup .search-popup {
  display: block;
  z-index: 1021;
}

#closePopup {
  color: #C2C2C2;
  background: transparent;
  border: 0;
  position: absolute;
  top: 70px;
  right: 20px;
}

.search-popup .search-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.search-popup input {
  width: 100%;
  padding: 25px 26px 25px 58px;
  outline: 0;
  border-radius: 80px;
  position: relative;
  border: none
}

.search-popup input.suggestions-visible {
  border-radius: 30px 30px 0 0;
}

.search-popup .search-input::before {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-7-2.svg');
  position: absolute;
  top: 18px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  z-index: 1;
}

.search-popup .search-section {
  margin-top: 35px;
}

@media (max-width:768px) {
  .search-popup .search-section {
    margin-top: 15px !important;
  }
}

.search-popup .search-section .section-title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  line-height: 20px;
}

.search-popup .search-section .main-btn {
  margin-top: 0;
  margin-bottom: 12px;
  padding:2px 20px !important;
}


.search-popup .search-section .section-title::after {
  content: '';
  background-color: #46527B;
  height: 0.5px;
  position: absolute;
  top: 10px;
  right: 0;
  left: 10%;
}

@media (max-width:768px) {
  .search-popup .search-section .section-title::after {

    left: 15% !important;
  }
}

.search-popup .search-section .news-card {
  width: 20%;
}

.search-popup .search-section .news-card .news-image {
  margin-bottom: 4px;
  height:100px;
}

.search-popup .search-section .news-card .news-title {
  color: #A7A7A7;
  font-size:18px;
}
@media (max-width:768px) {
  .search-popup .search-section .news-card .news-title {

    font-size:12px;
  }
}

.autocomplete-suggestions {
  border: none;
  border-radius: 0;
  max-height: 150px;
  overflow-y: auto;
  background-color: white;
}

.autocomplete-suggestions.suggestions-active {
  border: 1px solid #ccc;
  border-radius: 0 0 30px 30px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


.autocomplete-suggestions.suggestions-active {
  border: 1px solid #ccc;
  border-radius: 0 0 30px 30px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.autocomplete-suggestions.suggestions-active::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.autocomplete-suggestions.suggestions-active::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 30px;
  /* Add border-radius to the scrollbar thumb */
  margin-bottom: 30px;
}

/* Handle */
.autocomplete-suggestions.suggestions-active::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 30px;
  /* Add border-radius to the scrollbar thumb */

}

/* Handle on hover */
.autocomplete-suggestions.suggestions-active::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}


.autocomplete-suggestion {
  gap: 12px;
  padding: 8px;
  cursor: pointer;
  flex-direction: row;
  display: flex;
  align-items: center;
}

.autocomplete-suggestion:hover {
  background-color: #ddd;
}

.autocomplete-suggestion .left-div {
  background-color: red;
  height: 50px;
  width: 10px;
  margin-right: 10px;
}


.custom-checkbox {
  padding: 4px 16px;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}

.custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  background-color: white;
}

.custom-checkbox input[type="checkbox"]:checked+label::before {
  border-color: #891438;
  background-color: #F3E7EB;
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-1-1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


.search-popup .search-section .section-title::after {

  right: 0;
  width: calc(100% - 110px);
}

/*------------------------------------------
Search Results
------------------------------------------*/
.search-results-header {
  padding-bottom: 20px;
  border-bottom: solid 1px #C2C2C2;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.search-results-header .search-container {
  width: 50%;
  margin-right: 10%;
}

@media (max-width:768px) {
  .search-results-header .search-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.search-results-header form {
  position: relative;
  margin-bottom: 20px;
}

.search-results-header .search-field {
  background-color: #F2F2F2;
  border: solid 1px #EBEBEB;
  border-radius: 80px;
  /* padding: 20px 12px 20px 58px; */
  padding: 10px 20px;
  outline: none;
  width: 100%;
}

.search-results-header form img {
  width: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 20px;
}

.search-results-header .resCount {
  color: #696969;
  font-size: 16px;
  font-weight: 300;
}

.search-results-header .filters-section .filters-title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.search-results-header .filters-section .dropdowns {
  gap: 8px;
}

.search-results-header .filters-section .dropdown {
  color: #494949;
  border: solid 1px #9A9A9A;
  border-radius: 40px;
  font-weight: 300;
  font-size: 14px;

  display: flex;
  align-items: center;
}

.search-results-header .filters-section .dropdown button {
  border: 0;
  padding: 5px 25px;
}
@media (max-width:768px)   {
  .search-results-header .filters-section .dropdown button{
    padding: 5px 10px !important;
  }
  .legalisation .main-btn2{
    padding: 2px 8px !important;


  }
}

@media (min-width:768px) and  (max-width: 1195px) {
  .main-btn2{
    padding:5px 10px !important;
  }
}

.search-results-header .filters-section .dropdown:has(button.show) {
  background-color: #F3E7EB;
  color: #891438;
}

.search-results-header .filters-section .dropdown .dropdown-menu {
  background-color: #F3F3F3;
  font-size: 14px;
  font-weight: 400;
}


.search-results-header .filters-section .dropdown .dropdown-menu .dropdown-item.active,
.search-results-header .filters-section .dropdown .dropdown-menu .dropdown-item:active {
  color: #891438;
  border: solid 1px #891438;
  background-color: #F3E7EB;
}

.search-results .search-res {
  padding: 34px 0;
  border-bottom: solid 1px #C2C2C2;
}

.search-results .search-res .title {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 14px;
  text-decoration: none;
  color: #0E0E0F;
}

.search-results .search-res .excerpt {
  font-size: 16px;
  color: #545454;
  font-weight: 400;
}

.media-centre-category-header .search-section input {
  width: 100%;
  padding: 6px 20px 6px 0px;
  background-color: unset;
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px #868686;
  outline: 0;
}

.media-centre-category-header .search-section::after {
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-3.svg');
  padding: 8px;
  position: absolute;
  right: 13px;
  top: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .media-centre-category-header .archive-search{
    flex-direction:column !important;
  }
}


/*------------------------------------------
Arabic Style
------------------------------------------*/
body.ar .header .header-cta {
  left: 0;
  right: unset;
}

body.ar .hero-section .hero-slider .slick-dots {
  left: unset;
  right: 1%;
  margin: auto;
}

body.ar .hero-section .hero-slider .slick-dot {
  left: unset;
  right: 70%;
}

body.ar .main-page-banner {
  clip-path: polygon(100% 0, 100% 96%, 71% 96%, 69% 100%, 0 100%, 0 0);
}

body.ar .breadcrumb .line {
  margin-right: 0;
  margin-left: 10px;
}

body.ar .sticky-categories {
  right: unset;
  left: 0;
}

body.ar .copyright-section .copyrights span {
  margin-right: 0;
  margin-left: 50px;
}

body.ar .ask-ministry {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%, 0 95%);
}

body.ar .ask-ministry  .single-card.active .content {
  border-left: 0;
  padding-left: 0;
  padding-right: 12px;
  border-right: solid 1px #fff;
}

body.ar .ask-ministry .card-videos .video {
  padding: 5px 50px 5px 5px;
}

body.ar .ask-ministry .card-videos .video::before {
  left: unset;
  right: 20px;
}

body.ar .initiatives .slick-next {
  right: unset;
  left: -73px;
  transform: rotate(180deg);
}

body.ar .initiatives .slick-prev {
  left: unset;
  right: -73px;
  transform: rotate(360deg);
}


body.ar .events .slick-prev,
body.ar .events .slick-next {
  right: unset;
  left: 66px;
}

@media (max-width: 768px) {
  .news .slick-prev {
    display: none !important;
  }

  body.ar .news .slick-prev,
  body.ar .news .slick-next {
    right: unset !important;
    left: -0px !important;
    rotate: 180deg;
  }

}



body.ar .news .slick-next {
  bottom: 80px;
  right: unset;
  left: -15px;
  transform: rotate(-90deg);
}

body.ar .news .slick-prev {
  bottom: 35px;
  right: unset;
  left: -15px;
  transform: rotate(90deg);
}

@media only screen and (max-width: 768px) {
  body.ar .news .slick-next {
    transform: rotate(90deg);
  }
}

body.ar .initiatives-card {
  clip-path: polygon(5% 0, 100% 0, 100% 97%, 95% 100%, 0 100%, 0 3%);
}

body.ar .events .event-card {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 6%, 3% 0);
}


body.ar .about-us .about-us-content .timeline {
  margin-right: 30%;
  margin-left: 0;
  padding-right: 30px;
  padding-left: 0;
  border-left: 0;
  border-right: solid 2px #A9B8E9;
}

body.ar .about-us .about-us-content .timeline .timeline-section-image {
  left: unset;
  right: -35%;
}

body.ar .about-us .about-us-content .timeline .timeline-section .timeline-section-title::before {
  left: unset;
  right: -47px;
}

body.ar .about-us .about-us-content .timeline .timeline-section .timeline-section-item .item-title::before {
  right: -34.5px;
  left: 0;
}

body.ar .about-us .about-us-content .timeline .timeline-section .timeline-section-item .item-title.active::before {
  right: -38.5px;
  left: 0;
}


body.ar .about-us .about-us-content .timeline .timeline-section .timeline-section-item .year {
  left: 0;
  right: -80px;
}

body.ar .about-us .about-us-content .timeline.no-border {
  border: 0;
}

body.ar .about-us .what-we-do-content .what-we-do-list-container,
body.ar .about-us .what-we-do-content .what-we-do-list-outer-container {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px, 40px 0) !important;
}

/* body.ar .about-us .organizational-struture-content .image-outer-container {
  clip-path: polygon(27% 1%, 30% 0, 98% 0, 100% 2%, 100% 100%, 2% 100%, 0 98%, 0 1%);
} */

/* body.ar .about-us .organizational-struture-content .image-inner-container {
  clip-path: polygon(27% 1%, 30% 0, 98% 0, 100% 2%, 100% 100%, 2% 100%, 0 98%, 0 1%);
} */



body.ar .about-us .digital-transformation-content .text-details {
  border-left: 0;
  padding-left: 0;
  border-right: solid 2px #A9B8E9;
  padding-right: 40px;
}


body.ar .about-us .digital-transformation-content .details .circle {
  right: -12.5px;
  left: unset;
}


body.ar .about-us .digital-transformation-content .details .min-circle {
  left: unset;
  right: -8px;
}

body.ar .about-us .facts-and-figures-content .row-title {
  padding: 120px 60px 20px 10px;
}

body.ar .privacy-policy-outer {
  clip-path: polygon(97% 0, 61% 0, 60% 3%, 0% 3%, 0% 90%, 3% 100%, 99% 100%, 99% 40%, 100% 37%, 100% 7%);
}

body.ar .privacy-policy .content {
  padding: 6% 6% 6% 15%;
  clip-path: polygon(97% 0, 61% 0, 60% 3%, 0% 3%, 0% 90%, 3% 100%, 99% 100%, 99% 40%, 100% 37%, 100% 7%);
}

body.ar .contact-info-container {
  clip-path: polygon(28% 0%, 24% 2%, 0% 2%, 0% 90%, 4% 100%, 27% 100%, 100% 100%, 100% 50%, 100% 0);
}

body.ar .contact-info-container .contact-info .info img {
  padding-right: 0px;
  padding-left: 24px;
}


body.ar .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}

body.ar .sitemap .sitemap-menu:first-child {
  border: 0;
  padding-right: 0;
}

body.ar .sitemap .sitemap-menu {
  padding-right: 10px;
  padding-left: 20px;
  border-right: solid 1px #CECECE;
  border-left: unset;
}

body.ar .privacy-policy.sitemap .content {
  padding-left: 3%;
  padding-right: 3%;
}

body.ar .top-header a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  padding: 4px 10px 4px 32px;
}

body.ar .media-centre-category-header .search-section::after {
  right: unset;
  left: 13px;
}

body.ar .media-centre-category-header .filters-section h5 {
  border-right: 0;
  border-left: solid 1px #CBCBCB;
  padding-left: 34px;
  padding-right: 0;
}

body.ar .media-centre-category-header .filters {
  padding-right: 34px;
  padding-left: 0;
}

body.ar .media-centre-category-header .filters span {
  margin-right: 0px;
  margin-left: 20px;
}

body.ar .sticky-categories a:has(.category) {
  clip-path: polygon(100% 0, 25% 0, 0% 100%, 75% 100%);
}

body.ar .footer .logos .img-container {
  padding-right: 40px;
  padding-left: 40px;
  border-left: solid 1px #fff;
  border-right: 0;
}

body.ar .footer .logos .img-container:first-child {
  padding-right: 0;
}

body.ar .footer .logos .img-container:last-child {
  border-left: 0;
}


body.ar .footer {
  background-image: url('/wp-content/uploads/sites/4/2024/06/Rectangle-190.png');
}

body.ar .footer .footer-contact .contact-info img {
  margin-right: 0px;
  margin-left: 10px;
}

body.ar .digital-agenda .intro .p2 {
  padding-left: 0px;
  padding-right: 35px;
}

body.ar .digital-agenda .hero .number {

  padding-right: 0px;
  padding-left: 20px;

}

body.ar .search-popup .search-section .section-title::after {
  right: 10%;
  left: 0;
}

body.ar #closePopup {
  right: unset;
  left: 20px;
}

body.ar .search-results-header .search-field {
  /* padding: 20px 58px 20px 12px; */
}

body.ar .search-results-header form img {
  left: unset;
  right: 20px;
}

body.ar .search-results-header .resCount {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

body.ar .search-results-header .search-container {
  margin-left: 10%;
  margin-right: 0;
}

body.ar .news-card .news-date::before {
  left: unset;
  right: 0;
}

body.ar .news-card .news-date {
  padding-left: 0;
  padding-right: 25px;
}

body.ar .events-card .events-date::before {
  left: unset;
  right: 0;
}

body.ar .events-card .events-date {
  padding-left: 0;
  padding-right: 25px;
}

body.ar .events-card .events-location {
  padding-left: 0;
  padding-right: 25px;
}

body.ar .events-card .events-location::before {
  left: unset;
  right: -6px;
}





@media only screen and (max-width: 992px) {
  .sticky-categories {
    top: -109.6px;
    margin: 0;
    right: 30px;
  }

  body.ar .sticky-categories {
    left: 30px;
  }

  .sticky-categories .category {
    font-size: 10px;
    padding: 4px 0;

  }



  body.ar .media-centre-category-header .filters-section h5 {
    border: 0;
  }
}

@media only screen and (max-width: 768px) {
  .media-centre-category-header .filters-section h5 {
    border: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    font-size: 22px;
  }

  .media-centre-category-header .filters {
    padding: 0;
  }

  .my-border-bottom {
    border-bottom: 0.5px solid #CACACA;
  }

  .my-border-bottom:last-child {
    border-bottom: 0 !important;
  }

  .media-centre-category-header .filters span {
    margin: 0;
    font-size: 12px;
  }

  .media-centre-category-header .filters select {
    font-size: 12px;
    padding: 4px;
  }

  .legalisation .main-btn2 {
    font-size: 12px;
    padding: 2px 16px;
  }

  .breadcrumb a,
  .breadcrumb span {
    font-size: 12px;
  }

  .sticky-categories a {
    margin-left: -22px;
  }

  .sticky-categories .category {
    width: 90px;
  }
}

@media (max-width:600px) {
  .sticky-categories {
    right: 10px;
  }

  .main-page-banner {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%, 14% 96%, 0 96%);
    font-size: 25px;
  }

  body.ar .main-page-banner {
    clip-path: polygon(100% 0, 100% 96%, 86% 96%, 84% 100%, 0 100%, 0 0);
  }
}



.sidebar .media-centre-pagination {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .single-post .breadcrumb {
    width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .single-post .breadcrumb {
    margin-top: 60px;
  }

  .single-news .content {
    padding: 64px 20px;
  }

  .single-news .sidebar {
    padding: 80px 20px 40px 20px;
    margin-top: -83px;
  }
}

@media only screen and (max-width: 768px) {
  .single-news .sidebar {
    padding: 20px 20px 40px 20px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .single-post .breadcrumb {
    width: 100%;
  }

  .single-post .breadcrumb span:last-child {
    padding-left: 30px;
  }

  .single-news .content .single-title {
    font-size: 20px;
  }

  .single-news .content .date,
  .single-news .content .location {
    font-size: 14px;
  }

  .single-news .sidebar .sidebar-suggestion h6 {
    margin-bottom: 8px;
  }

  .single-news .sidebar .sidebar-suggestion .location::before,
  .single-news .sidebar .sidebar-suggestion .date::before {
    padding: 6px;
  }

  .single-news .content .share .social-share a {
    height: 20px;
  }

  .single-news .content .share .social-share svg {
    height: 12px;
  }

  .gallery-slider .slick-prev,
  .gallery-slider .slick-next {
    width: 20px;
    height: 20px;
  }

  .gallery-slider .slick-next {
    right: -10px;
  }

  .gallery-slider .slick-prev {
    left: -10px;
  }

  body.ar .gallery-slider .slick-next {
    transform: rotate(90deg);
    right: unset;
    left: -10px;
  }

  body.ar .gallery-slider .slick-prev {
    right: -10px;
    left: unset;
    transform: rotate(-90deg);
  }
}

@media only screen and (max-width: 768px) {
  .single-gallery .sidebar .galleries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: unset !important;
    overflow-y: inherit;
  ;
  }

  .single-gallery .sidebar .gallery-suggestion {
    width: 48%;
  }

  .sidebar .media-centre-pagination {
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
}


.services .service-card .image-container .mobile-card-text {
  display: none;
}

@media only screen and (max-width: 768px) {
  .services .services-intro {
    margin-bottom: 26px;
  }

  .services .service-card .desktop {
    display: none !important;
  }

  .services .service-card .image-container {
    display: block;
    aspect-ratio: unset;
    padding: 20px;
  }

  .services .service-card .image-container img {
    width: 100%;
    margin-bottom: 14px;
  }

  .services .service-card h4 {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .services .service-card .image-container .mobile-card-text {
    display: block;
  }

  .services .service-card .service-description {
    font-size: 16px;
  }
}



@media only screen and (max-width: 992px) {
  .single-service .content .image {
    border-right: 0;
    display: block;
    padding-bottom: 26px;
    border-bottom: solid 1px #CDCDCD;
  }

  .single-service .privacy-policy .content {
    padding: 0;
    clip-path: polygon(0 0, 91% 0, 100% 6%, 100% 100%, 5% 100%, 0 96%);
  }

  .single-service .content .description {
    padding: 20px;
  }



  .single-service .benefits-feautures .benefits {
    padding-bottom: 28px;
    border-bottom: solid 1px #B4B4B4;
  }

  .single-service .benefits-feautures .features {
    padding-top: 28px;
  }

  body.ar .single-service .privacy-policy .content {
    clip-path: polygon(100% 0, 40px 0, 0% 40px, 0% 100%, calc(100% - 40px) 100%, 100% calc(100% - 40px));
  }

  .single-service .content .image {
    border-right: unset !important;
    border-left: unset !important;
  }


}

@media only screen and (max-width: 992px) {
  .initiatives .initiatives-display .initiative {
    width: 45%;
    min-height: unset !important;
  }
}

@media only screen and (max-width: 768px) {
  .initiatives .initiatives-display .initiatives-card img.image {
    height: 150px;
  }

  .initiatives .initiatives-display .initiatives-card img.logo {
    height: 30px;
    margin: 18px 0;
  }

  .initiatives .initiatives-display .initiatives-card h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .initiatives .initiatives-display .initiatives-card p {
    color: #464646;
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .single-initiative .objectives .text-section {
    padding: 0;
  }

  .single-initiative .objectives {
    padding: 20px;
  }

  .single-initiative .objectives img {
    width: 74% !important;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 992px) {
  .legalisation-card {
    width: 48%;
  }

  .legalisation .legal-section {
    padding: 30px 0;
  }

  .legalisation .legal-section.first {
    padding-top: 0;
  }

  .legalisation .cards {
    gap: unset;
    justify-content: space-between;
  }

  .legalisation .legal-section .cards .legalisation-card {
    margin: 0 !important;
  }

  .legalisation .legal-section .legalisation-card:nth-child(3) {
    display: none;
  }

  .legalisation .legalisation-header {
    margin-bottom: 30px;
  }

  .legalisation .legalisation-header .legalisation-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 500px) {
  .legalisation-card {
    width: 100%;
  }

  .legalisation .legal-section .cards .legalisation-card {
    margin-bottom: 20px !important;
  }
}

body.ar .legalisation-card {
  clip-path: polygon(90% 0, 0% 0, 0% 100%, 100% 100%, 100% 10%);
}

@media only screen and (max-width: 600px) {
  .div404 .card-404 {
    width: 90vw;
  }
}

body.ar a.menu-item-parent:after {
  margin-left: 0px;
  margin-right: 10px;
}

body.ar a.menu-item-child {
  padding-left: 0px;
  padding-right: 20px;
}


.hero-section .hero-slider .slick-dots {
  right: 16%;
}

@media (max-width: 600px) {
  .hero-section .hero-slider .slick-dots:before {
    top: 140px;
    width: 284px;
  }


  .hero-section .hero-slider .slick-dots {
    right: unset;
  }

}




@media (max-height: 640px) and (max-width: 600px) {


  .hero-section {
    height: unset;
  }

  .hero-section .scroll-arrow {
    bottom: 10px;
  }

  body.ar .hero-section .hero-slider .slick-dots,
  .hero-section .hero-slider .slick-dots {
    top: -80px;
  }
}


body.ar .custom-checkbox,
body.ar .search-results-header .filters-section .dropdown .dropdown-menu {
  text-align: right;
}

body.ar .custom-checkbox label {
  padding-left: 0;
  padding-right: 28px;
}

body.ar .custom-checkbox label::before {
  left: unset;
  right: 0;
}

body.ar .search-popup .search-input::before {
  left: unset;
  right: 20px;
}

input.search-field.custom-search {
  padding-left: 50px;
}

body.ar input.search-field.custom-search {
  padding-left: 20px;
  padding-right: 50px;
}

body.ar .single-service .content .image {
  border-right: unset;
  border-left: solid 1px #B8B8B8;
}

@media only screen and (max-width: 768px) {
  body.ar .about-us .about-us-content .timeline {
    margin-right: 10%;
  }
}


form .bottom-section label {
  align-items: center;
  display: flex;
  gap: 5px;
}


@media (min-width: 1500px) {
  .initiatives-card p {
    font-size: 18px;
  }

  .services .services-display .col-6.col-lg-3.col-md-4 {
    padding: 0 30px;
  }

  .partners .partners-display .col-6.col-lg-4.col-md-4 {
    padding: 0 30px;
  }
}

@media (min-width: 1800px) {
  .tabs-section .nav-pills .nav-item {
    font-size: 24px;
  }

  .tabs-section .text-section {
    font-size: 22px;
  }

  .ask-ministry .section-header p,
  .initiatives .subtitle,
  .events .subtitle,
  .news .subtitle,
  .services .services-intro {
    font-size: 18px;
  }

  .pre-footer .helpful span {
    font-size: 25px;
  }

  .story-section p,
  .story-section a {
    font-size: 25px;
  }

  .story-section h4 {
    font-size: 38px;
  }

  .single-news .content .single-title {
    font-size: 45px;
  }

  li.accessibility-plugin-ac,
  p.accessibility-plugin-ac {
    font-size: 18px;
  }

  .single-service .content .description h5,
  .single-service .benefits-feautures h5 {
    font-size: 20px;
  }


  .search-popup-container {
    margin-top: 135px !important;
  }

  .popup-content {
    width: 30% !important;
  }

  .search-popup .search-title {
    font-size: 42px !important;
  }

  #closePopup {
    right: 100px;
    font-size: 20px;
  }

  body.ar #closePopup {
    left: 100px;
  }

  .search-popup .search-section .main-btn {
    margin-bottom: 20px;
    margin-right: 20px !important;
    font-size: 14px !important;
    font-weight: 300;
  }

  body.ar .search-popup .search-section .main-btn {
    margin-right: inherit !important;
    margin-right: 20px !important;
  }

  .search-popup .search-section .news-card .news-image {
    height:100px !important;
    margin-bottom: 15px;
  }


  .search-popup .search-section .news-card.mb-5{
    height:100px !important;
  }
  .search-popup .news-card .news-image img{
    width:100% !important;
    height:100%!important;
  }
  .search-popup .search-section .section-title {
    margin-bottom: 25px;
  }

  .hero-section .hero-slider {
    padding-top: 200px;
  }

  .hero-section .hero-slider .slick-dots {
    top: 80%;
  }

  .hero-section .hero-slider .slick-dot {
    height: 4px;
    width: 14px;
  }

  .ask-ministry {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ask-ministry .section-header p {
    padding-bottom: 40px;
    width: 33%;
  }
}

.search-popup-container {
  margin-top: 90px;
}


.search-popup .gallery-card .gallery-image {
  clip-path: unset;
  padding: unset;
  background-color: unset;
}

.search-popup .gallery-card .gallery-image img {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
  height:100px;
  width:150px;
  min-height: unset !important;
}



.benefits-feautures ul.accessibility-plugin-ac {
  gap: 15px;
  display: flex;
  flex-direction: column;
}

ul.dropdown-menu.show {
  min-width: fit-content;
  transform: translate3d(10px, 40px, 0px) !important;
}


.single-gallery .sidebar .galleries {
  max-height: calc(100vh - 157px)
}

span.wpcf7-list-item.radio-option {
  margin: 10px 0;
}

a.main-btn2:hover {
  opacity: 0.7;
}

@media (max-width: 1480px) {
  .single-news .sidebar .sidebar-suggestion .col-8 {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .single-news .sidebar .sidebar-suggestion .col-8 {
    width: 100% !important;
  }

  .sidebar-suggestion img {
    width: 100% !important;
    height: unset !important;
  }

  .single-news .sidebar .sidebar-suggestion .col-4 {
    width: unset !important;
  }

  .single-news .row.sidebar-suggestion {
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .single-news .sidebar .sidebar-suggestion h6 {
    font-size: 17px;
  }

  .single-news .sidebar .sidebar-suggestion .location,
  .single-news .sidebar .sidebar-suggestion .date {
    font-size: 15px;
  }

  .single-news .sidebar .sidebar-suggestion .date::before {
    padding: 8;
    top: 2px;
  }

}

.gallery-slider .slick-next,
.gallery-slider .slick-prev {
  transition: 0.3s;
}

.gallery-slider .slick-next:hover,
.gallery-slider .slick-prev:hover {
  opacity: 0.7;
}

.media-centre-pagination .page-numbers {
  transition: 0.3s;
}

.media-centre-pagination .page-numbers:hover {
  background-color: #891437;
  color: #fff;
  border-color: #891437;
}

.gallery-slider .slick-list.draggable {
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
}

.gallery-slider.slick-initialized.slick-slider.slick-dotted {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 4px 4px 40px);
}

.single-gallery .gallery-title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.single-gallery .gallery-title img {
  transform: rotate(-180deg);
  width: 25px;
  transition: 0.3s;
}

.single-gallery .gallery-title img:hover {
  background-color: #76EBC7;
  border-radius: 38px;
  filter: invert(1);
  cursor: pointer;
}

.single-gallery .gallery-title h1.single-title {
  margin: 0;
}

@media (max-width: 700px) {
  .div404 .card-404 {
    padding: 10%;
  }
}

span.wpcf7-not-valid-tip {
  display: none;
}

span#form-error-message {
  color: #ef1d1d;
  font-size: 19px;
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  background-color: #fabbbb;
}


.mission-vision {
  border-bottom: solid 1px #A9A9A9;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.mission-vision p.our-story-description {
  width: 80%;
}


@media (max-width: 1100px) {
  .mission-vision p.our-story-description {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mission-vision {
    padding-bottom: 0;
  }

  .mission-vision .col-md-6 {
    padding-bottom: 25px;

  }
}


.minster-message h4 {
  color: #1B2A55;
  font-size: 30px;
  font-weight: 400;
}

.minster-message img {
  padding: 35px 0;
  width: 100%;
}

.minster-message .col-lg-4 p {
  color: #707070;
  font-size: 24px;
}

.minster-message .col-lg-8 p {
  padding: 35px 0 0 50px;
  color: #5F5F5F;
  font-size: 20px;
}

body.ar .minster-message .col-lg-8 p {
  padding: 35px 50px 0 0;
}


@media (max-width: 992px) {

  .minster-message .col-lg-8 p,
  body.ar .minster-message .col-lg-8 p {
    padding: 35px 0 0 0;
  }
}



.single-gallery .search-section input {
  width: 100%;
  padding: 6px 20px 6px 0px;
  background-color: unset;
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px #868686;
  outline: 0;
}

.single-gallery .search-section::after {
  display: none;
  content: '';
  background-image: url('/wp-content/uploads/sites/4/2024/06/Vector-3.svg');
  padding: 8px;
  position: absolute;
  right: 13px;
  top: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}


body.ar .single-gallery .search-section::after {
  right: unset;
  left: 13px;
}

.search-section input.search-field {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .search-section input.search-field {
    margin-bottom: 0px !important;
  }
  .media-centre-category-header .search-section {
    width: 60%;

  }

}

.events-filter-btn {
  background-color: transparent;
  padding: 5px 30px;
  color: #494949;
  line-height: 24px;
  font-size: 14px;
  text-decoration: none;
  border: solid 1px #9A9A9A;
  border-radius: 20px;
  display: block;
  width: fit-content;
}

.events-filter-btn.active {
  background-color: #891437;
  color: #fff;
  border: solid 1px #891437;
}

.ask-ministry .mobile{
  display: none;
}

@media (max-width: 992px) {
  .ask-ministry .ask-ministry-cards .desktop {
    display: none;
  }

  .ask-ministry .mobile{
    display: flex;
    padding-right: 0;
  }
}



/*AI PAGE */
.AI-committee .section-title{
  font-size:28px;
  color:#000000;
  font-weight: 700;
  line-height: 28px;
}


.AI-committee .section-text{
  font-size:21px;
  color:#000000;
  font-weight:300;
  line-height:28px;
}

.AI-committee .image-container .ai-image{
  clip-path: polygon(0 0, 97% 0, 100% 7%, 100% 100%, 0 100%);
}

@media (max-width: 768px){
  .AI-committee .section-title{
    font-size:21px !important;
  }

  .AI-committee .section-text{
    font-size:16px !important;
  }
}

/*AI partners*/
.AI-committee .partners-section{
  border-bottom: solid 1px #a9a9a9;
}
.AI-committee .partners-display{
  gap: 0px 20px ;
  flex-wrap: wrap;
}

.AI-committee .partners-display .partner-card{
  width:30%;
  aspect-ratio: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background-color: #F5F5F5;
  border:1px solid #EDEDED;
  border-radius: 10px;

}
@media (max-width: 992px) {

  .AI-committee .partners-display .partner-card{
    width:48%;

  }
  .AI-committee .partners-display{
    gap: 0px 10px !important;

  }
}




.AI-committee .partners-display .partner-card .image-container img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height:auto;
}

.partner-card {
  transition: 0.3s
}

.partner-card:hover {
  transform: translateY(-10px);
}



/*Projects part*/
.projects-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(var(--column-count), 1fr); /* Dynamic column count */

}

.project-tile {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.6px solid #EDEDED;
  transition: background 0.3s;
  box-sizing: border-box;
  gap:20px;
  padding:20px;
  cursor:pointer;
}
.project-tile.active{
  border-top: 3px solid #8B1739;
  background: #F7F7F7;

}


.project-tile .project-title{
  color:#000000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}



.project-tile .project-icon{
  height:45px;
  width:45px;
}

.projects-section .tile-content{
  display:flex;
  gap:40px;
  padding:50px;
  background:#F7F7F7;
  align-items: center;
  font-size: 21px;
}
.projects-section .tile-content .project-image{
  max-width:100%;
  border-radius:10px;
  width:350px;
  height:300px;

}
.projects-section .project-col-content{
  min-height: 230px;
}
.projects-section .tile-content .project-subtitle {
  color:#0E0E0F;
  font-weight:700;
  font-size:21px;
  line-height: 28px;
}

.projects-section .tile-content .project-text {
  color:#000000;
  font-weight:300;
  font-size:21px;

}




@media (max-width: 992px) {

  .projects-section .tile-content{
    flex-direction: column;
    justify-content: center;
  }


}

@media (max-width: 768px) {


  .projects-section .tile-content .project-image{

    width: 100% !important;
    height: 200px;

  }
  .project-tile .project-title{

    font-size: 16px !important;
  }

  .projects-section .tile-content .project-subtitle {
    font-size: 18px !important;

  }

  .projects-section .tile-content .project-text {
    font-size: 17px !important;


  }
}

/*Formulations part*/

.AI-committee .formulations-section .filters{
  flex-wrap: wrap;
  gap:10px;
}

.AI-committee .formulations-display{
  gap: 0px 40px !important;
  flex-wrap: wrap;
}

.AI-committee .formulations-display .formulation-card{
  width:30%;
  min-height: 100px;
  background-color: #F5F5F5;
  clip-path:polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
  display: flex;
  flex-direction: column;
}

.formulations-filter-btn {
  background-color: transparent;
  padding: 5px 30px;
  color: #494949;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
  border: solid 1px #9A9A9A;
  border-radius: 20px;
  display: block;
  width: fit-content;
  cursor: pointer;
}


.formulations-filter-btn.active{
  background-color: #891437;
  color: #fff;
  border: solid 1px #891437;
}

@media (max-width: 992px) {

  .AI-committee .formulations-display .formulation-card{
    width:48%;
  }

  .AI-committee .formulations-display{
    gap: 0px 20px !important;

  }
}

@media  only screen and (max-width: 768px){
  .AI-committee .formulations-display .formulation-card{
    width:100%;
  }

  .formulations-filter-btn {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }

}

.AI-committee .formulations-display .formulation-card .image-container {
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  padding:57px 32px 48px 27px;
}


.AI-committee .formulations-display .formulation-card .image-container img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height:auto;
}

.AI-committee .formulations-display  .formulation-card  .context-container{
  padding: 27px 32px 48px 27px;
}
.AI-committee .formulations-display  .formulation-card  .formulation-icon{
  width:30px;
  height: 30px;

}

.AI-committee .formulations-display  .formulation-card  .formulation-title{
  font-size: 25px;
  color:#000000;
  font-weight: 400;
  line-height: 30px;
}
.AI-committee .formulations-display  .formulation-card  .formulation-text{
  font-size: 19px;
  color:#363636;
  font-weight: 300;
  line-height: 25px;
}


.AI-committee .formulations-display  .formulation-card .formulation-btn {
  text-decoration: none;
  color: #891438;
  border: solid 1px #891438;
  font-size: 20px;
  background-color: transparent;
  border-radius: 20px;
  padding: 4px 15px;
  font-weight: 400;
  line-height: 26px;
}


@media (max-width:768px){


  .AI-committee .formulations-display  .formulation-card  .formulation-title{
    font-size:18px !important;
  }
  .AI-committee .formulations-display  .formulation-card  .formulation-text{
    font-size:17px !important;

  }


  .AI-committee .formulations-display  .formulation-card .formulation-btn {
    font-size:16px !important;

  }


}

/*WHAT WE DO SECTION*/

.AI-committee  .what-we-do-content .intro {
  color: #000;
}

.AI-committee  .what-we-do-content .what-we-do-list-outer-container {
  background-color: #DCDCDC;
  padding: 1px;
}

.AI-committee  .what-we-do-content .what-we-do-list-container {
  background-color: #F6F6F6;
  padding: 76px 62px 91px 86px;
}

.AI-committee  .what-we-do-content .what-we-do-list-container,
.AI-committee  .what-we-do-content .what-we-do-list-outer-container {
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}


.AI-committee  .what-we-do-content .what-we-do-list-container .list-item {
  padding: 30px 0;
  border-bottom: solid 0.5px #CCCCCC;
}

.AI-committee  .what-we-do-content .what-we-do-list-container .list-item:first-child {
  padding-top: 0;
}

.AI-committee  .what-we-do-content .what-we-do-list-container .list-item:last-child {
  padding-bottom: 0;
  border: 0;
}



.AI-committee  .what-we-do-content .what-we-do-list-container .list-item .title {
  color: #0B0B0B;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.AI-committee  .what-we-do-content .what-we-do-list-container .list-item .description {
  color: #5D5D5D;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media only screen and (max-width: 769px) {
  .AI-committee .what-we-do-content .what-we-do-list-container {
    padding: 24px 20px 42px;
  }
}


body.ar  .AI-committee .what-we-do-content .what-we-do-list-container,
body.ar  .AI-committee .what-we-do-content .what-we-do-list-outer-container {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px, 40px 0) !important;
}




/*GovAI Section*/
.govai-section{
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 180px 130px;
  clip-path: polygon(0 0, 97% 0, 100% 7%, 100% 100%, 0 100%);

}


.govai-section .govai-content{
  display: flex;
  flex-direction: column;
  width:75%;
}
.govai-program .govai-form{
  width:100%;
  height:100%;
}

@media (max-width: 992px){
  .govai-section{
    padding: 50px !important;

  }
  .govai-section .govai-content{
    width:100% !important;
  }

  .govai-section .govai_title{

    font-size: 18px !important;
    line-height: 19px !important;


  }

  .govai-section .govai_text{
    font-size: 16px !important;
    line-height: 22px !important;

  }
  .govai-section .GovAI-btn{
    font-size: 16px !important;
    line-height: 21px !important;
  }

}

.govai-section .govai_title{
  font-size: 39px;
  line-height: 43px;
  font-weight:700;
  color:#ffffff;
}

.govai-section .govai_text{
  font-size: 21px;
  line-height: 28px;
  font-weight:300;
  color:#F4F4F4;
}

.govai-section .GovAI-btn {
  color: #fff;
  text-decoration: none;
  background-color:#891438;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  width: fit-content;
  transition: 0.3s;
}

.govai-section .GovAI-btn:hover {
  opacity: 0.7;
}



/*GovAI Program Page*/


.govai-program .govai-section{
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 180px 180px;

}


.govai-program .govai-section .govai-content{
  width:50%;
}

body.ar  .govai-program .govai-section .govai-content{
  width:65%;
}


@media (max-width: 1100px){

  .govai-program .govai-section{
    background-size:cover ;
  }

  .govai-program .govai-section .govai-content{
    width:100% !important;
  }
 .btn-row{
    margin-top:1rem !important;
  }

}



.govai-program .section-title{
  font-size:22px;
  color:#000000;
  font-weight: 700;
  line-height: 28px;
}


.govai-program .section-text{
  font-size:21px;
  color:#000000;
  font-weight:300;
  line-height:28px;
}

@media (max-width: 992px){
  .govai-program .section-title{
    font-size:21px !important;
  }

  .govai-program .section-text{
    font-size:16px !important;
  }

  .govai-program .GovAI-btn2,.govai-program .GovAI-btn {

    font-size: 14px !important;
    line-height: 19px !important;


  }

}
@media (min-width: 500px) and (max-width: 992px) {
  .govai-program .govai-section{
    padding: 50px !important;

  }

  .govai-program .GovAI-btn2,.govai-program .GovAI-btn {

    padding: 10px 15px !important;

  }

}

@media (max-width:500px){
  .govai-program .govai-section{
    padding: 20px !important;

  }
  .govai-program .GovAI-btn2,.govai-program .GovAI-btn {
    padding: 10px 15px !important;

  }
}


.btn-row{
  display:inline-flex;
  gap:20px;
}

.govai-program .GovAI-btn {
  color: #fff;
  text-decoration: none;
  background-color:#891438;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  width: fit-content;
  transition: 0.3s;
  border:none !important;
}

.govai-program .GovAI-btn:hover {
  opacity: 0.7;
}

.govai-program .GovAI-btn2 {
  color: #fff;
  text-decoration: none;
  background-color:transparent;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  width: fit-content;
  transition: 0.3s;
  border:1px solid white;
}


.govai-section-intro{
  padding:37px 32px 48px 47px;
  background-color:#F6F6F6;
}


@media (max-width:992px){
  .govai-section-intro{
    margin-top:3rem!important
  }
}

/*Second Section*/
.govai-program .second-section{
  background-color:#F6F6F6;
}



.govai-program .objective-title{
  font-size: 21px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color:#000000;

}
body.ar .govai-program .objective-title{
  text-align: right !important;
}

.govai-program .objective-text{
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color:#585757;

}

body.ar .govai-program .objective-text{
  text-align: right !important;
}

.govai-program .objective-row{
  display:flex;
  flex-direction:row;
  gap:20px;
}

.govai-program .objective-card{
  display:flex;
  flex-direction: column;
  gap:10px;
  padding:37px 32px 48px 47px;
  background-color:#ffffff;
  width:25%;
}


.govai-program .objective-card .objective-icon{
  width:40px;
  height:40px;
  max-width: 100%;
}


@media  (max-width: 992px) {
  .govai-program .objective-row{
    flex-direction:column !important;


  }
  .govai-program .objective-card{
    width:100% !important;
  }

}






/*Third Section*/

.govai-program .action-title{
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color:#0E0E0F;

}
body.ar .govai-program .action-title{
  text-align: right !important;
}
.govai-program .action-text{
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  color:#474747;

}
body.ar .govai-program .action-text{
  text-align:right !important;
}

.govai-program .action-title.blue-action-title{
  color:#F9F9F9 !important;
}

.govai-program .action-text.blue-action-text{
  color:#F2F2F2 !important;

}



.govai-program .actions-row{
  display:flex;
  flex-direction:row;

}

.govai-program .action-card{
  display:flex;
  flex-direction: column;
  gap:30px;
  padding:37px 32px 48px 47px;
  background-color:#F9F9F9;
  border:1px solid #DDDDDD;
  width:25%;
}
.govai-program .action-card.blue-card{
  background-color:#5F72BF !important;
}
.govai-program .action-card .action-icon{
  height:auto;
  width:60px;
  max-width:100%;

}

@media  (max-width: 992px) {
  .govai-program .actions-row{
    flex-direction:column !important;


  }
  .govai-program .action-card{
    width:100% !important;
  }


}


/*Partners Section*/

.govai-program .partners-section{
  background-color: #F6F6F6;
}
.govai-program .partners-row{
  gap: 20px ;
  flex-wrap: wrap;
}

.govai-program .partners-row .partner-card{
  width:23%;
  aspect-ratio: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background-color: #FFFFFF;
  border:1px solid #F6F6F6;
  gap:20px !important;
  border: 1px solid #EDEDED;


}
@media (max-width: 992px) {

  .govai-program .partners-row .partner-card{
    width:48% !important;

  }
  .govai-program .partners-row{
    gap:10px !important;
  }
}




.govai-program .partners-row  .partner-card .image-container img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height:auto;
}







/*Criteria  Section*/

.govai-program .criteria-title{
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color:#171515;
  min-height: 100px;
  width:100%;

}


.govai-program .criterias-row{
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  gap: 20px ;


}
.govai-program .criteria-container{
  background-color:#F6F6F6;
  padding:37px 32px 48px 47px;
}
.govai-program .criteria-card{

  padding:25px 20px;
  background-color:#ffffff;
  width:30%;
  gap:20px;
  align-items: center;
  justify-content: center;
}

.govai-program .criteria-card .criteria-card-icon{
  display:flex;
  justify-content: center;
  align-items: center;
  width:30%;
}

.govai-program .criteria-card .criteria-icon{
  width:35px;
  height :35px;
  max-width: 100%;
  max-height: 100%;
}

@media  (max-width: 992px) {
  .govai-program .criterias-row{
    flex-direction:column !important;
  }
  .govai-program .criteria-card{
    width:100% !important;
  }

  .govai-program .criteria-title{
    min-height: unset;
  }
  .govai-program .criteria-card .criteria-icon{
    margin-bottom:0 !important;
  }
}


/*FAQ SECTION*/


.govai-program .accordion-item {
  border: 0;
  border-bottom: solid 1px #DFE0E0;
}


.govai-program .accordion-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #0E0E0F;
}

.govai-program .accordion-button {

  padding: 35px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color:#606060;



}

.govai-program .accordion-button:focus {
  box-shadow: none;
}

.govai-program .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
  color:#0E0E0F !important;


}

.govai-program .accordion-body {
  padding: 35px 32px;
  text-align: left;
  background: #E7EDFF;


}

.govai-program .accordion-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  color:#0E0E0F;
}

body.ar .govai-program .accordion-body p{
  text-align:right !important;
}

.govai-program .accordion-collapse {
  background-color: #FFFFFF;
}


.govai-program .faq-section .faq-container{
  background-color: #F6F6F6;
  border:1px solid #ECECEC;
  padding:37px 32px 48px 47px;
}

.govai-program .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);

}

.govai-program .modal-content {
  position: relative;
  background-color:#F7F7F7;
  margin: 10% auto;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  height:700px;
}






@media (max-width: 768px)  {
  .govai-program .modal-content{
    height:100%;
  }

}
.govai-program .modal-form {
  background-color:#FFFFFF;
  height:100%;

}

.govai-program .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.govai-program .modal-content::-webkit-scrollbar {
  display: none;
}


.govai-program .modal-content {
  scrollbar-width: none;
}
.govai-program .modal-header{
  justify-content: space-between;
  align-items: center;
}
.govai-program .modal-header-title{

  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  color:#0E0E0F;


}

.govai-program .modal-close-button{
  width:35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.govai-program .modal-close-button:hover{
  background-color: #D9D9D9
}
.govai-program .modal-close-button img{
  max-width: 100%;
}

.govai-program .confirm-close-btn{
  display:none;
  background-color: #B93B3B;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color:#ffffff;
  height: 35px;
  border: none !important;
  font-size:0px;
  width: 0px;
  border-radius:5px;






}
.govai-program .confirm-close-btn:hover{
  background-color: #9C2C2C;
}




.govai-program .tracing-modal-close-button{
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.govai-program .tracing-modal-close-button:hover{
  background-color: #D9D9D9
}
.govai-program .tracing-modal-close-button img{
  max-width: 100%;
}

.govai-program .tracing-confirm-close-btn{
  display: none;
  background-color: #B93B3B;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
  height: 35px;
  border: none !important;
  font-size: 0px;
  width: 0px;
  border-radius:5px;




}
.govai-program .tracing-confirm-close-btn:hover{
  background-color: #9C2C2C;
}

.main-page-banner .ai_template_title{
  font-size: 32px;
  font-weight: 500;
  line-height: 65px;
  width:50%;
}

.main-page-banner.ai-template-bg{
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
}

.main-page-banner .initiative_template_title{
  font-size: 70px;
  font-weight: 500;
  line-height: 60px;



}
@media (max-width: 768px) {
  .main-page-banner.ai-template-bg{

    height: 100% !important;
  }
  .main-page-banner.ai-template-bg{
    background-position: right;
  }

  .main-page-banner .ai_template_title{
    max-width:100%;
    font-size: 25px;
    line-height: 25px;
    width: 100%;
  }

  .main-page-banner .initiative_template_title{
    max-width:100%;
    font-size: 25px;
    line-height: 25px;
  }

}





/*GUIDELINES SECTION*/


.guidelines-display{
  gap: 0px 40px !important;
  flex-wrap: wrap;
}

.guidelines-display .guideline-card{
  width:30%;
  min-height: 100px;
  background-color: #F5F5F5;
  clip-path:polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
  display: flex;
  flex-direction: column;
}




@media (max-width: 992px) {

  .guidelines-display .guideline-card{
    width:48%;
  }

  .guidelines-display{
    gap: 0px 20px !important;

  }
}

@media  only screen and (max-width: 768px){
  .guidelines-display .guideline-card{
    width:100%;
  }



}

.guidelines-display .guideline-card .image-container {
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  padding:57px 32px 48px 27px;
}


.guidelines-display .guideline-card .image-container img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height:auto;
}

.guidelines-display  .guideline-card  .context-container{
  padding: 27px 32px 48px 27px;
}
.guidelines-display  .guideline-card  .guideline-icon{
  width:30px;
  height: 30px;

}

.guidelines-display  .guideline-card  .guideline-title{
  font-size: 25px;
  color:#000000;
  font-weight: 400;
  line-height: 30px;
}
.guidelines-display  .guideline-card  .guideline-text{
  font-size: 19px;
  color:#363636;
  font-weight: 300;
  line-height: 25px;
}


.guidelines-display  .guideline-card .guideline-btn {
  text-decoration: none;
  color: #891438;
  border: solid 1px #891438;
  font-size: 20px;
  background-color: transparent;
  border-radius: 20px;
  padding: 4px 15px;
  font-weight: 400;
  line-height: 26px;
}


@media (max-width:768px){


  .guidelines-display  .guideline-card  .guideline-title{
    font-size:18px !important;
  }
  .guidelines-display  .guideline-card  .guideline-text{
    font-size:17px !important;

  }


  .guidelines-display  .guideline-card .guideline-btn {
    font-size:16px !important;

  }


}



/*New Structure*/

.about-us .organizational-struture-content .minister-tree{
  position:relative;
  padding-bottom:140px;
}
.about-us .organizational-struture-content .minister-row{

  position:relative;
  display: flex;

  justify-content: center;
}

.about-us .organizational-struture-content .minister-row .middle-line{
  position:absolute;
}

.about-us .organizational-struture-content .minister-row::before{

  top: 100%;
  left: 51%;
  height: var(--middle-line-height);
  border: 2px solid #D5D5D5;
  border-right: none;
  border-top: none;
  border-bottom: none;
  content: "";
  position: absolute;
  background: transparent;

}

.about-us .organizational-struture-content .children.left::before{

  left: 53%;
  top: -70px;
  width: 150%;
  height:var(--left-line-height);
  border: 2px solid #D5D5D5;
  border-right: none;
  border-bottom: none;
  content: "";
  position: absolute;
  background: transparent;
  border-top-left-radius: 20px;

}

body.ar .about-us .organizational-struture-content .children.left::before {
    right: 47% !important;
    left:unset !important;
      border-top-right-radius: 20px;
        border: 2px solid #D5D5D5;
border-left: none;
  border-bottom: none;

     border-top-left-radius: unset !important;

}

.about-us .organizational-struture-content .children.right::before{

  right: 47%;
  top: -70px;
  width: 150%;
  height:var(--right-line-height);
  border: 2px solid #D5D5D5;
  border-left: none;
  border-bottom: none;
  content: "";
  position: absolute;
  background: transparent;
  border-top-right-radius: 20px;

}

body.ar .about-us .organizational-struture-content .children.right::before {
 left: 53%;
 right:unset !important;
   border: 2px solid #D5D5D5;

   border-right: none !important;
  border-bottom: none;

   border-top-left-radius: 20px;
     border-top-right-radius: unset !important;


}


.about-us .organizational-struture-content .tile{
  width:300px;
  height:80px;
  padding:14px 16px;
  background-color:#ffffff;
  border: 1px solid #C4C4C4;
  position:relative;
  border-radius: 4px;
}


.about-us .organizational-struture-content .tile .title{
  font-weight: 700;
  font-size: 16px;
  line-height: 92%;
  color:#000000;
  margin-bottom:5px;
  letter-spacing:-0.35px
}

.about-us .organizational-struture-content .tile .text{
  font-weight: 400;
  font-size: 16px;
  line-height: 99%;
  color:#808080;
  letter-spacing:-0.35px

}
.about-us .organizational-struture-content .tile.main-minister{
  border-top: 5px solid  #D3AF63;
  width:360px ;
}

.about-us .organizational-struture-content .tile.center-child{
  border-top: 5px solid  #D3AF63;
  width:350px ;
}


.about-us .organizational-struture-content .tile.lightblue{
  border-top: 5px solid  #98A6DE;
}

.about-us .organizational-struture-content .tile.maron{
  border-top: 5px solid  #80223A;
}


.about-us .organizational-struture-content .children-row{

  padding-top:150px;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
    flex-direction: row !important;
}

.about-us .organizational-struture-content .children-row .children{

  position: relative;
  display:flex;
  flex-direction:column;
  gap:20px;
}


.about-us .organizational-struture-content .tile .plus-img{
  position: absolute;
  bottom: -13px;
  left: 49.5%;
  width: 24px;
  height:auto;
  cursor:pointer;
  z-index:19;
}

.about-us .organizational-struture-content .tile.middle-tooltip  .plus-img, .about-us .organizational-struture-content .bottom-middle .tile .plus-img{
  left: 50% !important;

}
.about-us .organizational-struture-content .center-row{
  padding-top:100px;
  display:flex;
  justify-content:center;
}

.about-us .organizational-struture-content .tile.subchild{
  width:254px;

}
.about-us .organizational-struture-content .tile.bottom-parent-tile{
  width:345px;

}
.about-us .organizational-struture-content .tile.grey{
  border-top: 5px solid  #C4C8D8;
}

.about-us .organizational-struture-content  .subchildren {
  display:flex;
  align-items:center;
  justify-content: center;
  flex-direction:column;
  gap:20px;


}
.about-us .organizational-struture-content   .tooltip-wrapper {
  position: relative;
  cursor: pointer;
}
.about-us .organizational-struture-content   .tooltip-box {
  width: 330px;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  padding-top: 19px;
  padding-right: 16px;
  padding-bottom: 19px;
  padding-left: 16px;

  display: none;
  position: absolute;
  top: 0%;
  word-spacing: 1px;
  transform: translateY(-50px);
  background: white;
  box-shadow: 0px 4px 6.6px 0px #A19F9F45;
  border-top: 5px solid #CBD5E8;
  z-index: 99999;
}
.about-us .organizational-struture-content   .tooltip-box .tooltip-title{

  font-weight: 500;
  font-size: 16px;
  line-height: 99%;
  color:#000000;

}
.about-us .organizational-struture-content   .tooltip-box .tooltip-text{

  font-weight: 400;
  font-size: 15px;
  line-height: 99%;
  color: #413A3A;



}

.about-us .organizational-struture-content .children.right  .tooltip-box {
  left: auto;
  right: 105%;
}
body.ar  .about-us .organizational-struture-content .children.right  .tooltip-box {
  right:auto !important;
  left:105% !important
}



.about-us .organizational-struture-content .children.left  .tooltip-box {
  right: auto;
  left: 105%;
}
body.ar .about-us .organizational-struture-content .children.left  .tooltip-box{
  right: 105% !important;
  left: auto !important;
}



.about-us .organizational-struture-content  .bottom-children-container .children.right  .tooltip-box {
  left: auto;
  right: 105%;
}

body.ar .about-us .organizational-struture-content  .bottom-children-container .children.right  .tooltip-box {
  right: auto !important;
  left:105% !important;
}





.about-us .organizational-struture-content .bottom-children-container .children.left  .tooltip-box {
  right: auto;
  left: 105%;
}

body.ar .about-us .organizational-struture-content  .bottom-children-container .childrenleft   .tooltip-box {
 left: auto !important;
  right: 105% !important;
}




.about-us .organizational-struture-content .middle-tooltip .tooltip-box {
  left:70%;
  right:auto;
}
body.ar .about-us .organizational-struture-content .middle-tooltip .tooltip-box {
  right:70%;
  left:auto;
}

.about-us .organizational-struture-content .middle-tooltip{
  z-index:30;
}

.about-us .organizational-struture-content   .tooltip-wrapper:hover .tooltip-box {
  display: block;
}



.about-us .organizational-struture-content .tile.darkblue{
  border-top: 5px solid  #495CA6;

}
.about-us .organizational-struture-content .bottom-children{
  flex-wrap:wrap;
}
.about-us .organizational-struture-content .tooltip-box .tooltip-text ,.about-us .organizational-struture-content .tooltip-box .tooltip-title {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}
@media (max-width: 1400px){

  .about-us .organizational-struture-content  .children.bottom-left{
    order:1;
  }
  .about-us .organizational-struture-content  .children.bottom-right{
    order:2
  }

  .about-us .organizational-struture-content  .children.bottom-middle{
    margin-left:auto;
    margin-right:auto;
    padding-top:50px;
    order: 3;
  }



  .about-us .organizational-struture-content .bottom-children{
    gap:30px;
  }


}

@media (max-width: 1200px){



}


@media (max-width: 992px){
  .about-us .organizational-struture-content .tile{

    padding:11px 9px !important;
    width:254px !important;
    height:90px !important;

  }
  .about-us .organizational-struture-content .tile.main-minister, .about-us .organizational-struture-content .tile.center-child{
    width:300px !important;

  }

  .about-us .organizational-struture-content   .tooltip-box{
    width:220px;
    padding:11px 9px;

  }
  .about-us .organizational-struture-content   .tooltip-box .tooltip-title{
    font-size:11px !important;
  }
  .about-us .organizational-struture-content   .tooltip-box .tooltip-text{
    font-size:10px !important;
  }
  .about-us .organizational-struture-content .children.right::before,.about-us .organizational-struture-content .children.left::before{
    width:100%;
  }

}


@media (max-width: 768px){

  .about-us .organizational-struture-content .tile.darkblue{
    border-top: 3px solid  #495CA6 !important;

  }

  .about-us .organizational-struture-content .tile.grey{
    border-top: 3px solid  #C4C8D8 !important;
  }


  .about-us .organizational-struture-content .tile.lightblue{
    border-top: 3px solid  #98A6DE !important;
  }

  .about-us .organizational-struture-content .tile.maron{
    border-top: 3px solid  #80223A !important;
  }


  .about-us .organizational-struture-content .tile .title{
    margin:0px;
    padding-bottom:5px;
    font-size:10px !important;
  }
  .about-us .organizational-struture-content .tile .text{
    font-size:9px !important;
  }
  .about-us .organizational-struture-content .tile{

    padding:8px 5px !important;
    width:145px !important;
    height:43px !important;

  }
  .about-us .organizational-struture-content .tile.main-minister, .about-us .organizational-struture-content .tile.center-child{
    width:217px !important;

  }


  .about-us .organizational-struture-content .tile .plus-img{
    width: 14px !important;
    height: 14px !important;
    bottom:-10px;

  }

    .about-us .organizational-struture-content   .tooltip-box{
    width:180px;
    padding:11px 9px;

  }

}



@media (max-width: 425px){
  .about-us .organizational-struture-content .tile{
    width:110px !important;
  }
  .about-us .organizational-struture-content .tile .title{
    font-size:9px !important;
  }
  .about-us .organizational-struture-content .tile .text{
    font-size: 8px !important;
  }

  .about-us .organizational-struture-content .tooltip-box{
    width:150px !important;
    padding:10px 5px !important;

  }
  .about-us .organizational-struture-content .tooltip-box .tooltip-title{
    font-size:8px !important;
  }
  .about-us .organizational-struture-content .tooltip-box .tooltip-text{
    font-size:8px !important;
  }
}


/*FORM REQUEST PAGE*/

.form-request-page .colored-section {
  background-color: #F6F6F6;
  margin-top: -100px;
}
.form-request-page  #content-section, .form-request-page  #criteria, .form-request-page  #steps, .form-request-page  #faq{
scroll-margin-top:130px;
}
.form-request-page .faq .accordion-button{
padding:32px !important;
}
.form-request-page  .faq .accordion-body ul{
padding:22px 32px !important;
}
.form-request-page .first-section{

  padding:100px 40px 100px 0;
}

@media (max-width:768px ){
  .form-request-page .first-section{
    padding:120px 20px 100px 0;

  }
}


.form-request-page .faq-section .col-12{
box-shadow: 0px 0px 9.4px 0px #5050501A;
border: 1px solid #E7E7E7;
border-radius:10px;
}
.form-request-page .section-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;

}

.form-request-page .section-text {
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;


}
.form-button{
  font-weight: 700;
  font-size: 18px;
  line-height: 21.35px;
  background-color: #80223A;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 35px;
  border-radius: 50px;
  border: 1px  solid #891438 ;
  display:flex;
  gap:10px;
  align-items: center;


}
.form-button.light{
 background-color: #F6F6F6;

color:#891438;

}
.form-request-page .column-line{
  border-bottom: 1px solid #E2E0E0;
}
.form-request-page .column-line.last{
  border-bottom: none !important;
}
.form-request-page .column-menu{
  padding:40px;
  background: #F6F6F6;
  position:sticky;
  top:150px;
clip-path:polygon(5% 0%, 100% 0%, 100% 91%, 95% 100%, 0% 100%, 0% 9%);

}
@media (max-width:992px){
.form-request-page .column-menu{
position:static;
}
}
.form-request-page .column-menu ul{
  margin:0px;
}
.form-request-page .column-menu li{
  padding:11px 10px;
}

.form-request-page .column-menu li a  {
  font-weight: 500;
  font-size: 18px !important;
  line-height: 28px;
  color: #495CA6;

  cursor: pointer;
  text-decoration: none;
}
body.ar .form-request-page .accordion-button{
  text-align: right !important;
}
.form-request-page .col-lg-8{
  padding:30px;
}
.form-request-page .criteria-section ul,.form-request-page .steps-section ul{
 padding-right:15px;
}

.form-request-page .section-text::marker{
  font-size:15px;
}
@media(max-width: 992px){
  .form-request-page .section-title{
    font-size:17px !important;
  }
  .form-request-page .section-text{
    font-size:16px !important;
  }
  .form-button{
    font-size:14px !important;
    line-height:17px !important;
    padding:8px 28px;

  }

}

@media(max-width: 420px){
  .form-button{

    padding:8px 18px !important;

  }
}
.form-request-page  .faq .accordion-button:not(.collapsed){
  background: #F5F7FF6E !important;
  color: #495CA6 !important;
  font-weight: 500 !important;


}


/*FORM REQUEST SUBMISSION*/

.form-request-submission .submission-content .intro {
  color: #000;
  font-size: 21px;
  font-weight: 300;

  line-height: 28px;
  letter-spacing: 0;
}

.form-request-submission  .custom-form-section{
 background-color: #495CA60D;
  height:52px;
  padding: 16px !important;
  border-bottom: 3px solid #495CA6;

}

.form-request-submission  .custom-submission-form{
  background-color:#FBFBFB;
  padding:37px 41px;
  border-top: 6px solid  #495CA6;
  box-shadow: 0px 0px 9.4px 0px #5050501A;

}
 .form-request-submission  .custom-form-section .forminator-title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 100% !important;
  letter-spacing: 0;
  color: #495CA6 !important;

}
body.ar  .form-request-submission  .custom-form-section .forminator-title{
  text-align:right !important;
}

.form-request-submission   .forminator-grouped-fields{
  display:flex;
  flex-direction:row;
  gap: 27px;

}
.form-request-submission   .forminator-field input{
  background-color:#ffffff;
  border: 1px solid #BEBEBE;
  width: 337px !important;
  height: 44px !important;
  border-radius: 5px !important;
  padding: 8px 20px !important;
  direction:ltr !important

}
body.ar .form-request-submission   .forminator-field input{
text-align:right !important;
}
.form-request-submission   .forminator-field input:focus ,.form-request-submission  .forminator-textarea:focus{
  border: 1px solid #86B7FD;
  box-shadow: 0px 0px 0px 3px #CBDCFD !important;


}
.form-request-submission   .forminator-field .forminator-description{

  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  letter-spacing: 0;
  color:#5A5A5A  !important;


}

.form-request-submission  .forminator-repeater-field{
  background: none !important;
padding: 0 !important;
  box-shadow: none !important;
}

.form-request-submission   .forminator-row{
  margin-right:0px;
  margin-left:0px;

}
.form-request-submission .forminator-repeated-field{
  background:none !important;;
  padding:0px;
}
.form-request-submission input[type=number]::-webkit-outer-spin-button,
.form-request-submission input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-request-submission input[type=number] {
  -moz-appearance: textfield;
}
.form-request-submission .select2-container{
width:337px !important;
  min-width:unset !important;
  height:44px !important;
}
body.ar  .form-request-submission .iti__selected-country{
  float:left;
}
.form-request-submission .select2-selection {
  background-color:#ffffff !important;
  border: 1px solid #86B7FD !important;
  height: 44px !important ;
  border-radius: 5px !important;
  padding: 8px 20px !important;
}




.form-request-submission .forminator-multi-upload{
  width: 447px;
  height: 52px;
  border: 1px solid #B8B8B8;
  background: #F2F3F7;

}
.form-request-submission .forminator-multi-upload-message{
  display:flex;
  gap:30px;
  margin-top:-10px
}
.form-request-submission .forminator-button-delete{
  width: 30px !important;
  height: 30px !important;
  padding: 8px;
  border-radius: 80px !important;
  border: 0.7px solid #D7D7D7 !important;
 margin:10px !important;
  order:3;
}


.form-request-submission .forminator-ui .forminator-icon-close:before{
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f2ed" !important;
  color:#DF3F4B !important;

}

body.ar  .form-request-submission .forminator-button-delete{
  order:1 !important;
}
.form-request-submission .forminator-uploaded-files{
  order:4 !important;
  padding-bottom:30px !important;
}
.form-request-submission .forminator-uploaded-file{
  border: 1px solid #D9D9D9 !important;
  display:flex !important;
  width: 447px;
  height: 52px;
  border-radius: 5px !important;
}

.form-request-submission .forminator-uploaded-file--content{
  width:100%;
}
.form-request-submission  .file-upload-placeholder{
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 17px !important;
  letter-spacing: 0;
  color: #9C9C9C !important;


}
.form-request-submission   .forminator-field-upload  .forminator-description{
  font-weight: 400;
  font-size: 15px !important;
  line-height: 16px !important;
  letter-spacing: 0;
  color: #868686;

}

.form-request-submission   .forminator-field-upload  .forminator-error-message{
order:3 !important
}
.form-request-submission  .forminator-field-upload .forminator-field{
  display:flex;
  flex-direction:column;
}
.form-request-submission  .forminator-uploaded-file--image{
  order:1;
  height:52px !important;
  width:57px !important;
  background: #F2F3F7 !important;
  padding:8px !important;
margin-right:20px !important;
  display:flex;
  justify-content: center;
  align-items: center;

}
body.ar .form-request-submission  .forminator-uploaded-file--image{
 order:3;
  margin-left:20px !important;
  margin-right:0px !important;
}

.form-request-submission  .forminator-uploaded-file--preview {
  order:1;

  height:52px !important;
  width:57px !important;
  background: #F2F3F7 !important;
  padding:8px !important;
  margin-right:20px !important;
  display:flex;
  justify-content: center;
  align-items: center;
  border:none !important;
}
body.ar .form-request-submission  .forminator-uploaded-file--preview{
  order:3;
  margin-left:20px !important;
  margin-right:0px !important;
}
.forminator-icon-file{
  display:none !important;
}
.form-request-submission .forminator-uploaded-file--text{
  justify-content: center;
  display: flex;
  flex-direction: column;
order:2;
  padding:5px;

}
body.ar  .form-request-submission .forminator-uploaded-file--text{
  order:2 !important;
  align-items: flex-end;
}

.form-request-submission .forminator-uploaded-file--title{
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 17px !important;
  letter-spacing: 0;
color:#000000 !important;
}
.form-request-submission  .forminator-uploaded-file--size{
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 17px !important;
  letter-spacing: 0;

}

.form-request-submission  .forminator-field-upload  .forminator-description{
  order:3 !important;
  margin-top:10px !important;
}


.form-request-submission .forminator-field-upload .custom-file-upload{
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 17px !important;
  letter-spacing: 0;
  color:#495CA6 !important;
  text-decoration: underline !important;
  text-decoration-style: solid;
  cursor: pointer;

}

.form-request-submission .forminator-field-upload .file-upload-placeholder{

  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 17px !important;
  letter-spacing: 0;
color:#9C9C9C !important;
  display:flex !important;
gap:5px;
}

.form-request-submission .forminator-field-textarea .forminator-field{
display:flex;
flex-direction:column;
}
.form-request-submission .forminator-field-textarea .forminator-error-message{
order:3 !important;
}
.form-request-submission .forminator-textarea{
  border: 1px solid #BEBEBE;
border-radius: 5px !important;
  padding:20px 21px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  letter-spacing: 0;
  margin-top:20px !important;

}
.form-request-submission .forminator-radio{
  margin-left:15px !important;
  margin-top:20px !important;
  margin-right:0px !important;
}
.form-request-submission .forminator-radio-label{

  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
color:#000000;
}
body.ar .form-request-submission .forminator-radio-label{
  order:1;
}
.form-request-submission .forminator-radio-bullet{
flex:auto !important;
  width: 18px !important;
  height: 18px !important;
}
body.ar .form-request-submission .forminator-radio-bullet{
  order:2;
}
.form-request-submission .forminator-radio input:checked + .forminator-radio-bullet{
  background-color: #ffffff !important;
  border: 0.95px solid  #891438 !important;
}

.form-request-submission .forminator-radio .forminator-radio-bullet:before{
  background-color: #891438 !important;
  width:8px !important;
  height:8px !important;
}
.form-request-submission .golden-text{

  border-radius: 5px;
  padding: 16px 17px !important;
  background: #FFFBEF;
  border: 1px solid #BEA306;
  font-weight: 400;
  font-size: 18px;
  line-height: 113.99999999999999%;
  letter-spacing: 0;
  color: #A79322;
margin-bottom:20px;

}
.form-request-submission .forminator-checkbox-box{
  margin-left:10px;
  border: 1px solid #838383 !important;
  width:18px !important;
  height:18px  !important;
  border-radius:2px !important;
  padding: 4px !important;

}

.form-request-submission .forminator-consent input:checked + .forminator-checkbox-box{
  border: 2px solid  #891438 !important;
}
.form-request-submission .forminator-checkbox input:checked+.forminator-checkbox-box:before{

color:#891438 !important;
width: 9px !important;
height: auto!important;
}
.form-request-submission  .forminator-checkbox .forminator-checkbox-box:before{
  left:40% !important;
}
body.ar .form-request-submission  .forminator-checkbox .forminator-checkbox-box:before{
  left:60% !important;
}

.form-request-submission .forminator-consent__label{
  font-weight: 400;
  font-size: 18px !important;
  line-height: 21px;
  letter-spacing: 0;
color:#000000;
}
 .form-request-submission input.invalid_input {
   border: 1px solid #AC252F !important;
   box-shadow: 0 0 0 3px #FFD2D6 !important;

 }
 .form-request-submission .forminator-field-textarea .forminator-has_error .forminator-textarea{
  border: 1px solid #AC252F !important;
   box-shadow: 0 0 0 3px #FFD2D6 !important;
 }
.form-request-submission .forminator-error-message{
  background:transparent !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  letter-spacing: 0;
  color: #AC252F !important;
  position:relative;
}

body.ar .form-request-submission .select2-selection__arrow{
  order:1 !important;
}
body.ar .form-request-submission .select2-selection__rendered{
  order:2 !important;

  text-align: right;

}
.form-request-submission .select2-selection__placeholder{
  font-weight: 400;
  font-size: 18px !important;
  line-height: 21px ;
  letter-spacing: 0;
  color: #767676 !important;
}

.form-request-submission  .forminator-button-submit{
  width: 113px !important;
  height: 44px !important;
  border-radius: 76px !important;
  padding: 11px 35px !important;
  border: 1px solid  #891438 !important;
  color:#ffffff;
  background-color:  #891438 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  letter-spacing: 0;

}
.form-request-submission .forminator-label{
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 10px !important;

}


.form-request-submission  .custom-acknowledgement{

  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px!important;
  letter-spacing: 0;
color:#000 !important;
}

.form-request-submission  .forminator-row:has(.custom-acknowledgement-row) {
  margin-bottom: 10px !important;
} 


.form-request-submission .forminator-img-preview{
  display:none;
}
.form-request-submission .custom-upload-icon{
  width: 24px;
  height: 24px;

}


@media(max-width:1200px) {
  .form-request-submission .forminator-grouped-fields {
    flex-direction: column !important;
  }
}
@media(max-width:992px){

  .form-request-submission .submission-content .intro{
    font-size:16px !important;
  }
  .form-request-submission  .custom-form-section .forminator-title{
    font-size:18px  !important;
  }
  .form-request-submission .forminator-label{
    font-size:17px !important;
  }

  .form-request-submission .custom-acknowledgement{
    font-size:17px !important;
  }

  .form-request-submission   .forminator-field .forminator-description ,.form-request-submission .forminator-radio-label,.form-request-submission .golden-text ,.form-request-submission  .forminator-button-submit{
    font-size:17px !important;

  }
  .form-request-submission  .custom-submission-popup ,.custom-policy-popup{
    width:367px !important;
    height:375px !important;
  }
  .form-request-submission .custom-submission-popup .popup-text{
    font-size:17px !important;
  }

  .form-request-submission .forminator-field input,.form-request-submission .select2-container{
    width:100% !important;
  }

  .form-request-submission .forminator-consent__label{
    font-size:17px !important;
  }

  }

.form-request-submission  .custom-submission-popup{
  display:none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color:#ffffff;
  z-index: 9999;
  text-align: center;
  border-top: 6px solid #08B6A2;
max-width:90%;
  width:502px;
  height: 396px;

  border-radius: 5px !important;
  border-top-width: 6px;
  padding: 40px 20px;

}


.form-request-submission  #popup-overlay{
  display:none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}

.form-request-submission .custom-submission-popup .popup-text{
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 21px !important;
  letter-spacing: 0;
color:#000000;

}
.form-request-submission .forminator-multi-upload{
  max-width: 90%;
}

.form-request-submission .custom-submission-popup .container{
  display:flex;
  flex-direction:column;
  gap:20px;
  align-items: center;
  justify-content: center;
}
.form-request-submission .custom-submission-popup .popup-img{

  width: 68px !important;
  height: 68px !important;
}

.form-request-submission .custom-submission-popup .popup-subtext-container{
  width: 335px !important;
  height: 62px !important;
  display:flex;

  border-radius: 5px;
  padding: 15px 38px;
  gap: 15px;
  background-color: #F6F6F6;
  text-align: left;
  justify-content: center;
  align-items: center;


}



.form-request-submission  .custom-submission-popup .form-button{
  max-width: 100%;
}
.form-request-submission .custom-submission-popup .fa-envelope{
  color:#08B6A2 !important;
}
.form-request-submission .custom-submission-popup  .popup-subtext-container .popup-subtext{

  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
  color:#64686C;
  margin-bottom:0px  !important;
}

body.ar  .form-request-submission .custom-submission-popup  .popup-subtext-container .popup-subtext{
 text-align: right !important;
}


@media (max-width: 420px) {
  .form-request-submission .forminator-field input ,.form-request-submission .select2-container{
    width:100% !important;
  }
}

.forminator-error-message::before {
  content: "\f071";
  font-family: 'FontAwesome';
  color: #E04562;
  margin-right: 5px;
}
body.ar .forminator-error-message::before{
  margin-right: 0 !important;
  margin-left: 5px;
}

.form-request-submission .forminator-response-message {
  display: none !important;
}

@media (max-width:455px){
  .form-request-submission .forminator-multi-upload-message{
    gap:10px !important;
  }
  .form-request-submission .forminator-field-upload .file-upload-placeholder,.form-request-submission .forminator-field-upload .custom-file-upload{
    font-size:12px !important;
  }
}

 span.select2-container.forminator-select.forminator-select-dropdown-container--open.select2-container--open{
  border-color: #17A8E3;
  background-color: rgb(246, 247, 251) !important;
}
 .select2-results__option.select2-results__option--selected{
  background-color: #17A8E3 !important;
  color: #FFFFFF !important;
}
span.forminator-required{
  color: #E04562 !important;
}

.form-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.form-request-submission .forminator-uploaded-file{
  position: relative;
}
.form-request-submission .forminator-uploaded-file.forminator-has_error .forminator-error-message{
  position: absolute;
  top:50px;

}

.form-request-submission .forminator-field-radio{
position:relative;
padding-bottom:30px !important;
}
.form-request-submission .forminator-field-radio .forminator-error-message{
position:absolute;
bottom:0;
margin-top:-10px !important;
}


.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default{
background-color:#495CA60D !important;
}

body.ar .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default{
direction:rtl !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default{
    border: 1px solid #BEBEBE !important;
  border-radius:5px !important
}
span.select2-container.forminator-select.forminator-select-dropdown-container--open.select2-container--open{
z-index:9 !important;
}
.form-request-submission .spacing-textarea{
margin-top:-35px;
}
.form-request-submission  span.select2-selection.select2-selection--single{
border:1px solid #BEBEBE !important;
}


.form-request-submission  .forminator-checkbox .forminator-checkbox-box {
  flex:auto !important;
}

.forminator-select-dropdown .select2-search input{
  border: 1px solid #BEBEBE !important;
  border-radius:5px !important

}

.form-request-submission  .forminator-checkbox__wrapper{

  cursor:pointer;
}

  .custom-policy-popup{
  display:none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color:#ffffff;
  z-index: 9999;
  text-align: center;
  border: 1px solid #E4E4E4;
border-top: 6px solid #495CA6;
max-width:90%;
  width:800px;
  height: 600px;

  border-radius: 5px !important;
  border-top-width: 6px;

}
.custom-policy-popup .policy-popup-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 9.4px 0px #5050501A;
padding:30px 40px 20px 40px;
}
.custom-policy-popup .policy-title{
  color:#000 !important;
font-weight: 700;
font-size: 21px;
line-height: 21.35px;
letter-spacing: 0%;
padding:0px !important;
margin:0px !important;


}
.custom-policy-popup  #closePolicyPopup{
  width: 20px !important;
height: 20px !important;
color:#878787 !important;
cursor:pointer;
}

.custom-policy-popup .policy-content{

border-top: 1px solid #E4E4E4;
padding:26px 40px;
box-shadow: 0px 4px 12.4px 0px #A6A6A640;
 flex: 1;
  overflow-y: auto;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.custom-policy-popup .policy-content .policy-content-div{
      width: 100%;
   display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    padding-top: 20px;
        border-top: 1px solid #E6E6E6;
}
.custom-policy-popup .policy-content .policy-content-div:first-child {
  border-top: none;
  padding-top: 0; 
}

.custom-policy-popup .policy-content .policy-content-title{
font-weight: 700;
font-size: 18px;
line-height: 18px;
letter-spacing: 0%;
color: #000000;

}



.custom-policy-popup .policy-content  .policy-content-text,.custom-policy-popup .policy-content  li {
font-weight: 400;
font-size: 18px;
line-height: 131%;
letter-spacing: 0%;
color: #64686C;
}


span#openPolicyPopup{
  color:#495CA6 !important;
  text-decoration: underline;
}
@media(max-width:992px){
.custom-policy-popup{
    width:367px !important;
    height:375px !important;
  }
}
