﻿:root {
	--qfma-base-color: #000000;
    --qfma-primary-color: #8A1538;
    --qfma-secondary-color: #A29475;
    --qfma-secondaryLight-color: #ECEAE3;
    --qfma-secondaryMid-color: #C7BFAC;
    --qfma-goldLight-color: #F7F6F3;
    --qfma-goldMid-color: #DAD4C8;
    --qfma-blueLight-color: #E7F7FF;
    --qfma-blueDark-color: #475569;
    --qfma-black-color: #000000;
    --qfma-white-color: #FFFFFF;
    --qfma-lightgray-color: #666666;
    --qfma-gray-color: #676767;
    --qfma-darkGray-color: #333333;
    --qfma-ash-color: #fafafa;
    --qfma-light-color: #bebebe;
    --qfma-darkash-color: #e2e2e2;
    --qfma-darkGray-color: #333333;
    --qfma-Navy-color: #002e62;
    --qfma-purpal-color: #f3efff;
    --qfma-blue-color: #b3ecea;
    --qfma-brownLight-color: #DFD4B6;
    --qfma-greentransparent-color: #E1F4EA;
    --qfma-transparentSecondary-color: #cb931b2b;
    --qfma-transparentPrimary-color: #002e6236;
    --qfma-transparent-white-50: rgb(255 255 255 / 50%);
    --qfma-transparent-white-15: rgb(255 255 255 / 15%);
    --qfma-transparent-black-2: rgba(0, 0, 0, 0.02);
    --qfma-transparent-black-5: rgba(0, 0, 0, 0.05);
    --qfma-transparent-black-10: rgba(0, 0, 0, 0.10);
    --qfma-transparent-black-15: rgba(0, 0, 0, 0.15);
    --qfma-transparent-black-25: rgba(0, 0, 0, 0.25);
    --qfma-transparent-black-50: rgba(0, 0, 0, 0.50);
    --qfma-transparent-black-60: rgba(0, 0, 0, 0.60);
    --qfma-transparent-black-65: rgba(0, 0, 0, 0.65);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

[dir="rtl"] {
    text-align: right;
}

[dir="ltr"] {
    text-align: left;
}

body {
    font-feature-settings: "liga", "kern";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    /*background-color: var(--qfma-verylight-color);*/
}

body,
a,
button,
.btn-brand,
.header-icon-box,
.header-icon-box .header-icon {
    -webkit-transition: all 400ms ease, outline 0ms;
    -moz-transition: all 400ms ease, outline 0ms;
    -ms-transition: all 400ms ease, outline 0ms;
    -o-transition: all 400ms ease, outline 0ms;
    transition: all 400ms ease, outline 0ms;
}

a {
    color: var(--qfma-secondary-color);
    text-decoration: none;
}

a:hover {
    color: var(--qfma-black-color);
    text-decoration: none;
}

input:active,
input:hover {
    outline: 0;
    box-shadow: none;
}

.content-bg {
    background: url('../img/wave-gold.svg') no-repeat center center;
    background-size: 100%;
    margin-top: 2rem;
}

/* Sharepoint Default */
.ms-signInLink {display: none !important;}
#mainContentSection {
    min-height: 60vh;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden !important;
    transform: translateZ(0) scale(1, 1) !important;
}

#mainContentSection .ms-webpart-cell-vertical,
#mainContentSection .ms-webpart-chrome-vertical,
#mainContentSection .ms-webpart-zone,
#mainContentSection div.ms-webpart-cell-vertical-inline-table {
    display: block;
}

#mainContentSection .ms-webpartzone-cell {
    margin: 0 auto;
}

#s4-bodyContainer {
    padding-bottom: 0;
}
.ms-dlgContent .ms-dlgTitleBtns {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.ms-rtestate-field p,
p.ms-rteElement-P {
    margin: 0;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
#s4-bodyContainer .ms-h1,
#s4-bodyContainer .ms-h2,
#s4-bodyContainer .ms-h3,
#s4-bodyContainer .ms-h4,
#s4-bodyContainer .ms-h5,
#s4-bodyContainer .ms-h6,
#s4-bodyContainer .ms-rtestate-field h1,
#s4-bodyContainer h1.ms-rteElement-H1,
#s4-bodyContainer .ms-rtestate-field h2,
#s4-bodyContainer h2.ms-rteElement-H2,
#s4-bodyContainer .ms-rtestate-field h3,
#s4-bodyContainer h3.ms-rteElement-H3,
#s4-bodyContainer .ms-rtestate-field h4,
#s4-bodyContainer h4.ms-rteElement-H4,
#s4-bodyContainer .ms-rtestate-field h5,
#s4-bodyContainer h5.ms-rteElement-H5,
#s4-bodyContainer .ms-rtestate-field h6,
#s4-bodyContainer h6.ms-rteElement-H6 {
    color: inherit;
    line-height: 1.2;
    margin: 0;
    font-family: inherit;
}
#s4-bodyContainer .ms-rtestate-field img {
    max-width: 100%;
}
input[type="password"],
input[type="text"],
input[type="file"],
textarea,
.ms-inputBox {
    padding: inherit;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.modal input[type="button"],
.modal input[type="reset"],
.modal input[type="submit"],
.modal button {
    min-width: auto;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:active {
    border-color: inherit;
    background-color: inherit;
}
.innerpage-section input.ms-long {
  width: 100%;
}
/* End */

h1 {
    font-size: 2.44rem;
}

h2 {
    font-size: 1.88rem;
}

h3 {
    font-size: 1.66rem;
}

h4 {
    font-size: 1.22rem;
}

.text-bold {
    font-weight: bold !important;
}

.brand-color {
    color: var(--qfma-primary-color) !important;
}

.btn-brand,
.btn-brand-primary,
.btn-brand-outline,
.btn-brand-bg,
.btn-brand-dark {
    border-radius: 1.5rem;
    text-align: center;
    padding: 0.5rem 1rem;
    display: inline-block;
    font-weight: 600;
}

.btn-brand,
.btn-brand-white.active,
.btn-brand-primary,
a.btn-brand,
a.btn-brand-white.active,
a.btn-brand-primary {
    background-color: var(--qfma-secondary-color);
    color: var(--qfma-white-color);
    font-size: 0.875rem;
    border: 1px solid var(--qfma-secondary-color);
}

.btn-brand-outline,
.btn-brand-white {
    background-color: var(--qfma-white-color);
    color: var(--qfma-secondary-color);
}

.btn-brand-outline {
    border-radius: 0.5rem;
    font-size: 0.833rem;
    padding: 0.5rem 0.75rem;
}

.btn-brand-white {
    border: 0;
    box-shadow: 0 19px 33px 0 rgba(0, 72, 118, 0.1);
}

.btn-brand-primary {
    padding: 0.75rem 2rem;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand-primary:hover,
.btn-brand-primary:focus {
    background: var(--qfma-white-color);
    color: var(--qfma-primary-color);
    text-decoration: none;
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
    background-color: var(--qfma-secondary-color);
    color: var(--qfma-white-color);
}

.btn-small {
    padding: 0.25rem 0.5rem;
    font-size: 0.833rem;
}

.btn-link {
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    color: var(--qfma-secondary-color) !important;
}

.btn-brand-dark {
    background-color: var(--qfma-black-color);
    color: var(--qfma-white-color);
    border: none;
}

.btn-brand-dark:hover {
    background-color: var(--qfma-white-color);
    color: var(--qfma-black-color);
}

/* Default styles */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.col-container {
    display: flex;
    flex-direction: column;
}

.col-container .card,
.col-container .news-content,
.col-container .whatsnew-content {
    flex: 1;
    position: relative;
}

.form-select:focus {
    box-shadow: none;
    outline: none;
}

.main-heading {
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--qfma-primary-color)!important;
}

h2.main-heading {
    font-size: 2.25rem;
}

h3.main-heading {
    font-size: 1.44rem;
}

header.header {
    background: var(--qfma-white-color);
}

.btn-brand {
    background-color: var(--qfma-primary-color);
    border: 1px solid var(--qfma-primary-color);
    box-shadow: none;
}

.btn-brand-outline {
    background-color: transparent;
    border: 1px solid var(--qfma-primary-color);
    box-shadow: none;
    color: var(--qfma-primary-color);
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    font-weight: 600;
}

/* navbar menu */
.header .navbar-brand img {
    max-height: 5rem;
}

.header .nav-link {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--qfma-black-color);
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0 !important;
}

.header .nav-item:hover .nav-link,
.header .nav-link:hover {
    color: var(--qfma-secondary-color);
}

.header .nav-link.active:after {
    background-color: var(--qfma-primaryDark-color);
}

.header .nav-link.active {
    color: var(--qfma-primaryDark-color);
}

.header .navbar-toggler,
.header .navbar-toggler i {
    border: none;
    color: var(--qfma-primary-color);
}

.top-bar {
    padding: 0.5rem 0;
}

.header-search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-search a {
    display: inline-flex;
    align-items: center;
    padding: 0 0.3rem;
    font-weight: 500;
    color: var(--qfma-primary-color);
}

.header-search .weather-info {
    padding: 0 0.5rem;
    margin: 0 0.3rem;
    font-weight: 300;
}

.header-search a.lang-btn {
    font-weight: 300;
}



.navbar-toggler:focus {
    box-shadow: none;
}

.qfma-menu {
    margin: 0.5rem 0
}

.qfma-menu .navbar-nav {
    /*background: var(--qfma-primary-color);*/
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
}

.qfma-menu .navbar-nav .nav-item {
    padding: 0 0.5rem;
}

.qfma-menu li {
    position: relative;
    transition: all 0.5s;
}

.qfma-menu li>.nav-dropdown {
    position: absolute;
    z-index: 2;
    width: 100%;
    min-width: 15rem;
    border-bottom: 2px solid var(--qfma-verylightgray-color);
    background-color: var(--qfma-white-color);
    font-size: 0.875rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-radius: 0;
}

.qfma-menu li>.nav-dropdown li>.nav-dropdown {
    top: 0;
}

.qfma-menu li:hover>.nav-dropdown,
.qfma-menu li:focus-within>.nav-dropdown,
.qfma-menu li.open>.nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.qfma-menu li>.nav-dropdown a {
    color: var(--qfma-black-color);
    display: block;
    padding: 0.4rem 1rem;
    position: relative;
    font-weight: normal;
    font-size: 0.875rem;
}

.qfma-menu li>.nav-dropdown a:hover,
.qfma-menu .nav-item .nav-dropdown a:focus {
    color: var(--qfma-secondary-color);
}

.qfma-menu li>.nav-dropdown li:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--qfma-primary-opacity-5);
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
}

.qfma-menu li>.nav-dropdown li:hover:before,
.qfma-menu .nav-item .nav-dropdown li:focus:before,
.qfma-menu li.open li:before {
    opacity: 1;
}

.qfma-menu li>.nav-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qfma-menu li>.nav-dropdown ul li:not(:last-child) {
    border-bottom: 1px solid var(--qfma-black-opacity-5);
}

#headerPlaceholder .qfma-menu .navbar-nav{
    background: var(--qfma-light-color);
}
/* menu end */
.main-heading p {
    color: var(--qfma-secondary-color);
    font-size: 1rem;
    font-weight: 600;
}

.main-heading h2 {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--qfma-black-color);
}

.home-banner {
    margin-bottom: 3rem;
    position: relative;
}

.home-banner::before,
.home-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10rem;
    z-index: 1;
}

.home-banner::before {
    background-size: 100%;
}

.home-banner::after {
    background-size: 100%;
    bottom: -1rem;
    bottom: -20px;
}

.home-banner .carousel {
    overflow: hidden;
}

.home-banner .carousel-item .slider-img {
    width: 100%;
    object-fit: cover;
}

.banner-item {
    width: 100%;
    height: 100vh;
}

.home-banner .carousel-item .carousel-caption {
    padding: 2rem;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-color: var(--qfma-transparent-white-50);*/
    background: rgba(145, 189, 212, 0.59);
    /*mix-blend-mode: hard-light;*/
    display: flex;
    flex-direction: column;
    text-align: start;
    justify-content: center;
}

.home-banner .carousel-item .carousel-caption .caption-card {
    position: relative;
    padding-bottom: 6rem;
}

.home-banner .carousel-caption h2 {
    font-size: 3rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 0.5px;
    color: var(--qfma-black-color);
    text-shadow: 2px 2px 2px var(--qfma-transparent-white-50);
}

.home-banner .carousel-caption p {
    font-size: 1.25rem;
    color: var(--qfma-darkGray-color);
    /*text-shadow: 2px 2px 2px var(--qfma-transparent-black-50);*/
    margin: auto;
    margin-top: 1rem;
}

.home-banner .carousel-indicators {
        bottom: auto;
    top: 30%;
    margin: 0 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-banner .carousel-indicators button {
    width: 3px;
    height: 1rem;
    opacity: 1;
    background-color: var(--qfma-secondary-color);
}

.home-banner .carousel-indicators button.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.read-more a {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.read-more a:hover {
    color: var(--qfma-primary-color);
}

.read-more a i {
    margin-top: 0.3rem;
    /*    color: var(--qfma-primary-color);*/
}

.e-services {
    margin-top: -12rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.e-services .main-heading {
    line-height: 1.2;
    font-size: 1.5rem;
    color: var(--qfma-white-color)!important;
    text-align: end;
    width: fit-content;
}

.eserv-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    padding: 0.5rem;
    border: 3px solid var(--qfma-secondaryMid-color);
    border-radius: 50%;
    background: var(--qfma-secondaryLight-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.5rem;
}

.no-bg {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.readmore-div {
    padding: 1.5rem 0;
    text-align: center;
}

.readmore-div a {
    color: var(--qfma-primary-color);
    font-weight: bold;
        display: inline-flex;
    align-items: center;
}

.eserv-icon .smallIcon,
.readmore-div .smallIcon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.eserv-icon .smallIcon,
.readmore-div .smallIcon {
    background-color: var(--qfma-secondary-color);
    color: var(--qfma-white-color);
        line-height: 1;
    font-size: 1.5rem;
}
.eserv-icon .smallIcon i,
.readmore-div .smallIcon i {
    line-height: 0;
}
.readmore-div .smallIcon,
.laws-section .img-wraper {
    margin: 0 0.2rem;
}

.eserv-icon .smallIcon:hover,
.readmore-div a:hover .smallIcon {
    background-color: var(--qfma-primary-color);
    color: var(--qfma-white-color);
}

.e-services .info-wraper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0;
    text-align: center;
}

.e-services .info-wraper img {
    margin-top: 0.3rem;
    padding:0.8rem;
}

.e-services .info-wraper h5,
.e-services .info-wraper a {
    color: var(--qfma-black-color);
    font-size: 1rem;
    font-weight: bold;
}

.e-services .info-wraper a:hover {
    color: var(--qfma-secondary-color);
}

.services-carousel {
    padding: 0 3rem;
}

.services-item {
    text-align: center;
    min-height: 10rem;
}



.services-carousel .owl-item.active:first-child .services-item {
    border: 0;
}

.owl-stage-outer {
    z-index: 2;
}

.services-carousel .owl-nav {
    position: absolute;
    z-index: 1;
    top: calc(50% - 1.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.services-carousel .owl-nav button {
    background: var(--qfma-white-color);
    opacity: 1;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    color: var(--qfma-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 0;
    transition: all 0.5s;
    box-shadow: 0 0 0.75rem rgb(0 46 98 / 20%);
}

.services-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.home-banner .carousel-icon:hover span {
    background: var(--qfma-secondary-color);
    color: var(--qfma-white-color);
}

.services-carousel .owl-nav button:hover {
    background-color: var(--qfma-secondary-color);
}

.services-carousel .owl-nav button:hover span {
    color: var(--qfma-white-color);
}

.info-grid {
    margin: 4rem 0;
}

.info-grid p {
    font-size: 1.25rem;
    color: var(--qfma-gray-color);
}

.info-grid img {
    object-fit: cover;
    border-radius: 1rem;
}

.about-qatar {
        background: var(--qfma-goldLight-color);
    position: relative;
    margin-top: 1rem;
    border-top: 3px solid var(--qfma-secondaryLight-color);
}
.about-qatar .main-heading{
	margin-bottom:1rem!important;
	
}
.about-qatar p,
.info-cards p {
    color: var(--qfma-lightgray-color)!important;
    font-size: 1.15rem;
    line-height: 1.56;
}

.about-qatar .video-wraper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-qatar .video-wraper .overlay {
    background-color: var(--qfma-transparent-black-50);
    z-index: 1;
}

.about-qatar .video-wraper .play-btn {
    position: absolute;
    z-index: 2;
    font-size: 10rem;
    color: white;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.about-qatar .video-wraper img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 1rem;
}

.other-logos {
    text-align: center;
    padding: 1rem 0;
}

.other-logos img {
    max-height: 4rem;
    margin: 1rem;
}

.about-qatar h2.main-heading {
    color: var(--qfma-primary-color);
}

.about-qatar .contan-column {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.about-qatar .info-wraper {
    display: flex;
    align-content: start;
    margin-top: 1.5rem;
}

.about-qatar .info-wraper .icon-wraper {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    padding: 0.7rem;
    text-align: center;
    background: var(--qfma-transparentSecondary-color);
}

.about-qatar .info-wraper h5 {
    color: var(--qfma-darkGray-color);
    margin-bottom: 0rem;
    line-height: normal;
    font-size: 2rem;
}
.news-whatsnew {
    margin-top: 4rem;
}.laws-section .date-div
.news-content .card,
.news-whatsnew .card-img,
.whatsnew-content,
.laws-section .card {
    border-radius: 15px;
}
.news-whatsnew .main-heading{
	margin-bottom: 1.5rem!important;
	
}
.news-whatsnew .card-img {
    object-fit: cover;
}

.news-whatsnew p {
    margin:0.5rem 0 0 0;
    font-size: 1rem;
        color: var(--qfma-darkGray-color);
}
.form-section .card,
.news-content .card,
.whatsnew-content {
    border: 1px solid var(--qfma-goldLight-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.news-content .card{
	
	border-radius: 1rem;
}

.whatsnew-content {
    background: var(--qfma-goldLight-color);
    padding: 1rem;
}

.laws-section h4 a ,
{
    color: var(--qfma-black-color);
  
}
.laws-section .date-div {
    color: var(--qfma-gray-color);
    margin-top: 1rem;
}
.laws-section h4 a:hover, .laws-section .date-div i {
    color: var(--qfma-primary-color);
}

.news-whatsnew h4,
.news-whatsnew h4 a {
    color: var(--qfma-black-color);
}

.news-whatsnew h4 a:hover {
    color: var(--qfma-secondary-color);
}

.news-content h4 {
    font-size: 1.2rem;    
}
.impBlocks-section .card .card-footer{
	
	padding-bottom:0.5rem
}
.whatsnew-content-item .date-div{
	margin-bottom:0.5rem!important;
}
 .laws-section h4 {
    font-size: 1.375rem;
    margin-bottom:0.5rem!important;
    }
    .laws-section h4 a{
      color: var(--qfma-black-color)!important;
    }
.laws-section h4 a:hover {
      color: var(--qfma-primary-color)!important;
    }

.whatsnew-content h4 {
    font-size: 1rem;
}

.whatsnew-content-item:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #EAE4D5;
}

.whatsnew-content-item .row {
    align-items: center;
}

.whatsnew-content-item h4 {
    margin-top: 0.5rem;
}

.date-div {
    color: var(--qfma-secondary-color);
}

.news-content .card .date-div {
    margin: 0.5rem 0;
}

.laws-section .card,
.impBlocks-section .img-wraper {
    background: var(--qfma-goldLight-color);
}

.laws-section .card,
.impBlocks-section .card {
    border: 0;
    text-align: center;
    margin-top: 3rem;
}

.impBlocks-section .card .card-body,
.laws-section .card .card-body {
    padding: 2rem;
}

.laws-section .img-wraper,
.impBlocks-section .img-wraper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    border-radius: 50%;
    margin-bottom: 1rem;
    width: 6rem;
    height: 6rem;
}

.laws-section .img-wraper {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4.5rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    background-color: var(--qfma-white-color);
    border: 3px solid var(--qfma-secondaryLight-color);
}

.impBlocks-section .img-wraper img,
.laws-section .img-wraper img {
    max-height: 4rem;
}

.impBlocks-section h4 {
  margin-bottom: 1rem !important;
    font-size: 2rem;
}
.impBlocks-section h4 a {
    color: var(--qfma-primary-color);
}
.impBlocks-section p {
    margin: 0;
    font-size: 1.125rem;
    color: var(--qfma-lightgray-color)!important;
}

.impBlocks-section .card-footer {
    padding: 0;
    background-color: transparent;
    marging: 0;
    border: 0;
}

.impBlocks-section .readmore-div {
    padding: 0;
}

.impBlocks-section .readmore-div a {
    background-color: var(--qfma-goldLight-color);
    display: inline-flex;
    align-items: center;
    padding: 0.2rem;
    border-radius: 4rem;
}

.impBlocks-section .readmore-div a .smallIcon {
    background-color: var(--qfma-white-color);
        color: var(--qfma-primary-color);
}

.impBlocks-section .readmore-div a:hover .smallIcon {
    background-color: var(--qfma-primary-color);
    color: var(--qfma-white-color);
}

.gallery {
    padding: 3rem 0;
}

.gallery .img-wraper {
    padding: 1px;
    display: block;
    border-radius: 1.5rem;
    transition: all 0.5s;
    position: relative;
}

.gallery .img-wraper img {
    object-fit: cover;
    object-position: top;
    border-radius: 1.5rem;
    transition: all 0.5s;
    border: 2px solid var(--qfma-blueLight-color);
}

.gallery .img-wraper:hover {
    z-index: 2;
}

.gallery .img-wraper:hover img {
    transform: scale(1.2);
}

.ratio-2x1 {
    --bs-aspect-ratio: 125%;
}

.publications {
    padding: 5rem 0;
    background-color: var(--qfma-blueLight-color);
}

.publications .card {
    border: none;
    border-radius: 1.5rem;
    margin-top: 2rem;
    box-shadow: 0 4px 25px 0 rgba(144, 175, 255, 0.25);
}

.publications .card .img-wraper {
    width: 4rem;
    height: 4rem;
    background-color: var(--qfma-greentransparent-color);
    border-radius: 1rem;
    text-align: center;
}

.publications p {
    color: var(--qfma-primary-color);
    font-size: 1.125rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.publications .card h6 {
    color: var(--qfma-darkGray-color);
    font-weight: 600;
    font-size: 1.125rem;
}

.publications .card a {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    text-align: center;
    background: var(--qfma-secondary-color);
    color: var(--qfma-white-color);
}

.publications .card a i {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.publications .card a:hover {
    background-color: var(--qfma-primary-color);
}

.home-banner .social-icons {
    position: absolute;
    top: auto;
    bottom: 10rem;
    z-index: 3;
    flex-direction: column;
    justify-content: flex-end;
}

.home-banner .social-icons a {
    margin: 0.25rem 0;
    background-color: var(--qfma-secondary-color);
}

.home-banner .social-icons a img {
    filter: brightness(0) invert(1);
}

.home-banner .social-icons a:hover {
    background-color: var(--qfma-primary-color);
}

/* footer */
.footer {
    background: var(--qfma-secondaryLight-color);
    padding-top: 3rem;
}

.footer h5 {
    color: var(--qfma-secondary-color);
    font-size: 1.5rem;
    font-weight: 600;
}

.footer .footer-links a {
    padding: 0.5rem 1rem;
    color: var(--qfma-primary-color);
    font-size: 1rem;
}

.footer .footer-links a i {
    color: var(--qfma-secondary-color);
}

.footer .footer-links a:hover {
    text-decoration: underline;
}

.footer .contant-info {
    display: flex;
    align-items: center;
    margin: 0.75rem 0;
}

.footer p {
    color: var(--qfma-gray-color);
    opacity: 0.65;
    margin: 0;
}

.footer .contant-info p {
    color: var(--qfma-primary-color);
}

.footer p span {
    display: block;
}

.footer .footer-bottom {
    padding: 1rem 0;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
}

.footer .footer-bottom p {
    text-align: center;
    color: var(--qfma-white-color);
    margin-bottom: 0;
}

.footer .footer-links {
    list-style: none;
    padding: 0;
}

.footer .footer-links a {
    padding: 0.3rem 0;
    display: inline-block;
    opacity: 0.65;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-icons a,
.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--qfma-goldMid-color);
    padding: 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
}

.social-icons a:hover,
.contact-icon:hover {
    background-color: var(--qfma-white-color);
}

.footer-bottom {
    background-color: var(--qfma-black-color);
    margin-top: 2rem;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.footer-bottom ul a {
    color: var(--qfma-white-color);
    display: inline-block;
    padding: 0rem 1rem;
    font-size: 1rem;
}

.footer-bottom ul li:first-child a {
    border: none;
}

.footer-bottom ul a:hover {
    text-decoration: underline;
}

.header.innerPages-header {
    position: relative;
}

/* end  */
.inner-banner {
    background-image: linear-gradient(#094589, #002e62);
    padding: 3rem 0;
}

.inner-banner h2 {
    font-size: 2.25rem;
    text-align: center;
    color: var(--qfma-white-color);
}

.breadcrumb-section {
    padding: 2rem 0;
    background-color: var(--qfma-secondaryLight-color);
    border-top: 1px solid var(--qfma-secondary-color);
    border-bottom: 1px solid var(--qfma-secondaryMid-color);
}

.breadcrumb-section h4 {
    color: var(--qfma-primary-color);
    font-weight: 700;
    font-size: 1.5rem;
}

.breadcrumb-section .breadcrumb {
    margin-top: 1rem;
}

.breadcrumb-section .breadcrumb li a {
    color: var(--qfma-primary-color);
    font-size: 1.25rem;
    font-weight: 700;
}

.breadcrumb-section .breadcrumb li {
    font-size: 1.25rem;
    color: var(--qfma-lightgray-color);
    padding: 0 0.5rem;
}

.breadcrumb-section .breadcrumb li:first-child {
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--qfma-secondary-color);
}

.org-chart {
    padding: 4rem 0;
}

.org-chart .img-wraper {
    border-radius: 100%;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
    margin: auto;
}

.org-chart .org-row1 .img-wraper {
    border: 4px solid var(--qfma-secondary-color);
}

.org-chart .org-row1 .org-node {
    background-color: var(--qfma-secondary-color);
        color: var(--qfma-white-color);
    max-width: 25rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.org-chart .img-wraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-row2 .vertical-line-with-arrow {
    margin: auto;
    padding: 2rem 0;
    margin-bottom: 0.5rem;
}

.org-chart .vertical-line-with-arrow {
    position: relative;
    width: 1px;
    height: 100%;
    border: 1px dashed var(--qfma-light-color);
}

.org-chart .vertical-line-with-arrow::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: var(--qfma-white-color);
    border: 4px solid var(--qfma-transparent-black-10);
}

.org-chart .org-row1 .org-node {
    width: fit-content;
    margin: 0.5rem auto;
}

.org-chart .org-row1 h5,
.org-chart .org-row3 h5 {
    color: var(--qfma-primary-color)!important;
}

.org-chart .org-row3 .org-node {
    background-color: var(--qfma-goldMid-color);
    max-width: 25rem;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--qfma-black-color);
    text-align: center;
    margin: 0.5rem auto 0.5rem auto;
}

.org-chart .org-node {
    background-color: var(--qfma-secondaryLight-color);
    color: var(--qfma-white-color);
    border-radius: 1rem;
    padding: 0.8rem;
    max-width: 18rem;
    margin: 0.5rem auto;
    color: var(--qfma-black-color);
    font-weight: 700;
    font-size: 1.15rem;
}

.org-chart .ord-row7 h5 {
    position: relative;
    margin: 0rem 0 1.5rem 0!important;
    color: var(--qfma-primary-color)!important;
}

.org-chart .ord-row7 .org-node {
    position: relative;
    margin: 1.5rem auto 0.5rem auto;
    min-height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.org-chart .ord-row7 h5:after,
.org-chart .ord-row7 .org-node:after {
    content: '';
    position: absolute;
    height: 1rem;
    border: 1px dashed var(--qfma-light-color);
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.org-chart .ord-row7 .org-node:after {
    top: -1.2rem;
}

.org-chart .media {
    display: flex;
    align-items: center;
    background-color: var(--qfma-secondaryLight-color);
    padding: 0.8rem;
    border-radius: 1.5rem;
}

.org-chart .media img {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
}

.org-chart .media .media-body h5 {
    font-size: 1.25rem;
    color: var(--qfma-primary-color);
}

.org-chart .media .media-body p {
    color: var(--qfma-gray-color);
}

.ord-row4 .org-node-wraper {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.ord-row4 {
    position: relative;
    padding: 3rem 0;
}

.org-chart .ord-row4:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: var(--qfma-black-color);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    z-index: 0;
}

.org-chart .ord-row4 .org-node {
    position: relative;
    margin: auto;
    width: fit-content;
    z-index: 2;
}

.org-chart .line-with-arrow-right {
    width: 50%;
    height: 1px;
    background-color: black;
    display: block;
    position: absolute;
    bottom: 50%;
}

.org-chart .line-with-arrow-right::after {
    content: '';
    position: absolute;    /* Position the arrow */
    top: 50%;
    width: 0;
    height: 0;
    /* Arrow width and color */
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: translateY(-50%);
    /* Center the arrow vertically */
}

.org-chart .line-with-arrow-left {
    width: 50%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 50%;
}

.org-chart .line-with-arrow-left::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: translateY(-50%);
}

.org-chart .ord-row4 .card {
    background-color: var(--qfma-blueLight-color);
    border: none;
    border-radius: 1.5rem;
}

.org-chart .ord-row4 .card .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--qfma-transparent-black-25);
    border-radius: 0;
    padding: 0.5rem 0;
    margin-top: 0.5rem 0;
}

.org-chart .ord-row4 .card .accordion-item button {
    padding: 0;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    font-size: 1rem;
    color: var(--qfma-gray-color);
}

.org-chart .ord-row4 .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(17%) sepia(3%) saturate(24%) hue-rotate(314deg) brightness(91%) contrast(86%);
}

.org-chart .ord-row4 .accordion-body {
    padding: 0.5rem 0;
}

.org-chart .ord-row4 .accordion-item h6 {
    color: var(--qfma-lightgray-color);
    font-size: 0.95rem;
    font-weight: normal;
}

.org-chart .ord-row4 .card .accordion-item:last-child {
    border-bottom: none;
}

.org-chart .devider-line {
    border-bottom: 1px dashed var(--qfma-light-color);
}

/*.org-row6 {
    margin-bottom: 1rem;
}
.org-row6 .vertical-line-with-arrow{
    padding: 2rem 0;
    margin:auto;
}*/
.org-chart .ord-row7 {
    position: relative;
    padding-bottom: 3rem;
}

.org-chart .ord-row7:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    border: 1px dashed var(--qfma-light-color);
    top: 0;
    bottom: 0;
    z-index: 0;
}

.org-chart .ord-row7 .card {
    position: relative;
    margin-top: 4rem;
}

.org-chart .ord-row7 .card:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 3rem;
    top: -4rem;
    border: 1px dashed var(--qfma-light-color);
}

.org-chart .ord-row7 .card:before {
    content: '';
    position: absolute;
    top: -1rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: var(--qfma-white-color);
    border: 4px solid var(--qfma-transparent-black-10);

}

.org-chart .ord-row7 .card {
    background-color: transparent;
    border: none;
    text-align: center;
}

.org-chart .ord-row7 .card .user-info {
    border-bottom: 1px solid var(--qfma-transparent-black-25);
}

.org-chart .ord-row7 .card .user-info img {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
}

.org-chart .ord-row7 .card .user-info h5 {
    font-weight: 600;
    margin-top: 0.5rem;
}

.org-chart .ord-row7 .card h6 {
    color: var(--qfma-gray-color);
    margin-top: 1rem;
}

.org-chart .ord-row7 .card p {
    color: var(--qfma-transparent-black-50);
    margin-bottom: 0.3rem;
}

.org-chart .ord-row8:after {
    display: none;
}

.innerPages-header .qfma-menu .navbar-nav {
    background: none;
    border-radius: 0;

}
.home-banner::before,
.home-banner::after{
	background-size: 100%!important;
}

.pageLayoutContentEditor p , 
.pageLayoutContentEditor p span ,
.pageLayoutContentEditor  font,
.pageLayoutContentEditor span,
.pageLayoutContentEditor li,
.pageLayoutContentEditor div,
.pageLayoutContentEditor ul,
.pageLayoutContentEditor h6,
.pageLayoutContentEditor strong{
	color: var(--qfma-lightgray-color) !important;
    font-size: 1.15rem !important;
    line-height: 1.56!important;
 }

.pageLayoutContentEditor a ,
.pageLayoutContentEditor a > span,
.pageLayoutContentEditor ul li font{
	color: var(--qfma-primary-color) !important;
	text-decoration-line: none  !important;
	 font-size: 1.15rem !important;
    line-height: 1.56!important;

}
.pageLayoutContentEditor a:hover ,
.pageLayoutContentEditor a:hover span{
	color: var(--qfma-secondary-color) !important;
	text-decoration: underline!important;
}	
	
.pageLayoutContentEditor  h3,
.pageLayoutContentEditor  h4{
	color:var(--qfma-base-color) !important;
	font-size: 1.3rem!important;
	margin-bottom:0.3rem!important;
}
 .pageLayoutContentEditor .GeneralPageTitle{
	border-color: var(--qfma-primary-color) !important;
}
.pageLayoutContentEditor .GeneralPageTitle span{
	color: var(--qfma-primary-color) !important;
	font-size: 2.25rem !important;
}
.pageLayoutContentEditor ul li{
	margin-bottom:0.5rem;
}
.pageLayoutContentEditor p, .pageLayoutContentEditor div {
	background: transparent !important;
}
.pagination-wrap .pagination{
	justify-content: center;	
}
.pagination-wrap li {
    margin: 0.5rem;
}
.pagination-wrap a.page-link,
.pagination-wrap li span {
    border: 1px solid var(--qfma-primary-color);
    border-radius: 100% !important;
    width: 2.2rem;
    height: 2.2rem;
    color: var(--qfma-primary-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.pagination-wrap li.active a.page-link,
.pagination-wrap li:hover a.page-link,
.pagination-wrap li.active span,
.pagination-wrap li:hover span {
background-color:var(--qfma-primary-color);
color:var(--qfma-white-color);
}
.pagination-wrap li i{
	
	line-height:0;
}

.news-details .card-img{
    border-radius: 1rem;
    margin:0.8rem 0;
}
.news-details h4{
   font-size:1.5rem;
   margin-bottom:0.5rem;
}
.news-content.news-listing .card {
	 flex: auto !important;
}
.news-content.news-listing .card h4 a{
    color: var(--qfma-black-color);
}
.news-content.news-listing .card h4 a:hover,
.news-content.news-listing .card h4 a:focus
{
        color: var(--qfma-secondary-color);
}
 .news-details  .cardImg-wraper{
	background: #fcfcfc;
    border-radius: 0.75rem;
    text-align:center;
}
 .news-details  .cardImg-wraper img{
  max-width: 100%;
    width: auto;
}
.InvestorAwareness  a.ratio {
border: 1px solid var(--qfma-goldLight-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    padding: 0.5rem;
    display: inline-block;
    	
}
.AllLegislation-content{
	padding:1rem 0 3rem 0;
	
}

/* Media Queries */
@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {
    .home-banner .owl-item .ratio.ratio-1x2 img {
        opacity: 0;
        width: 0;
    }

    .home-banner .owl-item.active .ratio.ratio-1x2 img.fade-up {
        opacity: 1;
        width: 100%;
    }

    @keyframes fadeUp {
        0% {
            opacity: 0;
            transform: translateY(40px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .home-banner .fade-up {
        animation: fadeUp 1s ease-in-out;
        /* Optional: Ensure it starts visible */
        animation-fill-mode: forwards;
    }
}

@media all and (min-width: 1024px) {}

@media screen and (max-width: 1359px) and (min-width: 1199px) {}

@media all and (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }

    .home-banner .owl-nav {
        top: -9rem;
        justify-content: end;
    }

    .qfma-menu li.with-dropdown:after {
        content: "\f078";
        font-family: 'FontAwesome' !important;
        position: absolute;
        top: 0;
        color: var(--qfma-lightgray-color);
        margin-top: 0.6rem;
        font-size: 0.6rem;
        display: none;
    }

    .navbar-toggler {
        display: none;
    }

   

    .home-banner .carousel-caption h2 {
        margin-top: 1rem;
    }

    .e-services {
        margin-bottom: 2rem;
    }

   

    .info-cards .slider-card .carousel:before {
        position: absolute;
        content: '';
        background-image: url(../img/DotPattern.png);
        background-size: contain;
        top: -2rem;
        background-repeat: no-repeat;
        width: 8rem;
        height: 8rem;
        z-index: -1;
    }

    .row-wraper {
        position: relative;
    }

    .inner-banner {
        padding-top: 17rem;
    }
}

@media all and (min-width: 1400px) {
   /* .header .nav-link {
        font-size: 1.25rem;
    }*/

    .home-banner h1 {
        margin-top: 3.5rem;
    }
}

@media all and (min-width: 1440px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1420px;
    }
}

@media all and (min-width: 1600px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1440px;
    }

    .qfma-menu .navbar-nav .nav-item {
        padding: 0 1rem;
    }
}

@media all and (min-width: 1920px) {
    html {
        font-size: 18px;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1600px;
    }
}
@media all and (max-width:1065px) and (min-width: 991px){
    .news-content .card{
        min-height: 31rem;
    }
}
@media all and (min-width:1065px) and (max-width: 1300px){
    .news-content .card{
        min-height: 27rem;
    }
}


@media all and (max-width: 1199px) {
    .qfma-menu li>.nav-dropdown {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .e-services {
        margin-top: 0rem;
    }

    .e-services .card {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .whats-new .have-dotesImg:after {
        display: none;
    }

    header.header {
        position: relative!important;
    }

    .header-search a {
        color: var(--qfma-primary-color);
        /*        margin-top: 1rem;*/
        display: inline-block;
        padding: 0 0.3rem;
    }

    .header-search a.lang-btn {
        border-color: var(--qfma-primary-color);
      
    }

    

    /*.header-search a img {
        filter: brightness(0) saturate(100%) invert(14%) sepia(20%) saturate(6889%) hue-rotate(196deg) brightness(96%) contrast(104%);
    }*/

    .navbar-toggler {
        width: auto;
        border: none;
        color: var(--qfma-primary-color);
        background: var(--qfma-white-color);
        border-radius: 0.5rem;
        display: inline-block;
        margin: 0.25rem;
        /*        margin-top: 1rem;*/
        padding: 0.5rem;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="false"] .fa-times,
    .navbar-toggler[aria-expanded="true"] .fa-bars {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .fa-times,
    .navbar-toggler[aria-expanded="false"] .fa-bars {
        display: inline-block;
    }

    .qfma-menu .navbar-nav .nav-item {
        margin-top: 0.3rem;
    }

    .qfma-menu .navbar-nav .nav-link {
        border-bottom: 0;
        color: var(--qfma-white-color);
    }
.innerPages-header .qfma-menu .navbar-nav .nav-link {
        border-bottom: 0;
        color: var(--qfma-black-color);
    }
    .with-dropdown:after,
    .qfma-menu .ms-core-listMenu-horizontalBox li > ul li:after  {
        content: " + ";
        position: absolute;
        top: -3px;
        width: 1.2rem;
        height: 1.2rem;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: var(--qfma-black-color);
        margin: 0.2rem;
        border: 1px solid var(--qfma-black-color);   
         }

    .with-dropdown.open:after,
    .qfma-menu .ms-core-listMenu-horizontalBox li > ul li.open:after  {
        content: " - ";
    }
    .qfma-menu .ms-core-listMenu-horizontalBox li > ul li ul.subOpen{
	
	visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    display: block;
	}
	.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li:after{
	display:none;
	
	
}

    .qfma-menu li>.nav-dropdown {
        position: relative;
        display: none;
    }

    .qfma-menu li.open>.nav-dropdown {
        position: relative;
        display: block;
        background-color: var(--qfma-ash-color);
    }

    .qfma-menu .nav-link.active,
    .qfma-menu .nav-item:hover .nav-link,
    .qfma-menu .nav-item:focus-within .nav-link {
        border: 0;
    }

    .qfma-menu .nav-dropdown.showSubMenu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .qfma-menu li>.nav-dropdown li:before {
        background: none;
    }

    .logo img {
        height: 4rem;
    }

    .qfma-menu .navbar {
        padding: 0;
    }

    .navbar-collapse.show {
        padding-bottom: 1rem;
    }

    /*.home-banner .carousel-item .carousel-caption {
        padding: 2rem 1rem;
        padding-bottom: 4rem;
        position: relative;
        width: 100%;
        height: 100%;
        background: var(--qfma-primary-color);
        text-align: center;
        color: var(--qfma-white-color);
        margin-top: -8px;

    }*/

    .home-banner .carousel-caption h2 {
        font-size: 2rem;
        color:var(--qfma-black-color)!important;
    }

    .home-banner .carousel-item .carousel-caption .caption-card {
        padding: 0;
    }

    .home-banner .carousel-indicators {
        top: auto;
        bottom: 10px;
        left: 0;
        right: 0;
        flex-direction: row;
    }

    .home-banner .carousel-indicators button {
        width: 2rem;
        height: 4px;
    }

    .banner-item, .carousel-item {
        min-height: 50vh;
        height: 100%;
        overflow: hidden;
    }
    .banner-item video,
    .banner-item img{
        object-fit: cover;
        height: 100%;
        min-height: 50vh;
    }

    .home-banner::before,
    .home-banner::after {
        display: none;
    }

    .home-banner .social-icons {
       
        top: 3rem;
        bottom: 0;
        z-index: 3;
        flex-direction: column;
        justify-content: flex-start;
    }

    

    .e-services .main-heading {
        color: var(--qfma-primary-color)!important;
        margin:0!important;
    }

    .e-services .card:after {
        display: none;
    }

    .statistics .card {
        border: none;
        margin-top: 2rem;
    }
    .social-icons{
    margin-bottom:1.5rem;
	
	}
	.home-banner .carousel-item .carousel-caption{
	
	padding: 2rem 2.5rem;
}
.news-content .card{
	
	margin-top:1rem;
}
}

@media all and (max-width: 1023px) {
    h1 {
        font-size: 2.22rem;
    }

    h2 {
        font-size: 1.22rem;
    }

    h3 {
        font-size: 1.44rem;
    }

    h4 {
        font-size: 1.11rem;
    }
}

@media all and (max-width: 991px) {
    .header-search {
        position: relative;
        /*top: 1.5rem;*/
    }

    .curve {
        margin-top: -2.5rem;
    }

    .about-qatar .card {
        background-size: 10rem;
    }

    .about-qatar .card-body {
        max-width: 100%;
    }

    .info-cards .slider-card .card-body .ratio img,
    .info-cards .slider-card .contant-box {
        border-radius: 0;
    }

    .about-qatar .image-wrapper {
        position: relative;
        width: 100%;
    }

    .footer .footer-bottom p.copyright {
        margin-top: 1rem;
    }

    .info-cards .slider-card .contant-box {
        padding-bottom: 3rem;
    }

    .info-cards .slider-card .carousel-indicators {
        bottom: 0rem;
    }

    .home-banner h1 {
        margin-top: 2rem;
    }

    .home-banner .col-sm {
        display: none;
    }

    .home-banner .ratio.ratio-1x2 {
        --bs-aspect-ratio: 110%;
    }

    .org-chart .ord-row4 .card {
        z-index: 3;
    }

    .org-chart .ord-row7:after,
    .org-chart .ord-row4 .line-with-arrow-left,
    .org-chart .ord-row4 .line-with-arrow-right {
        display: none;
    }

    .ord-row4 .org-node-wraper {
        margin: 3rem 0;
    }
    .whatsnew-content, .news-content .card {
	
	height:auto!important;
	}
	.whatsnew-content-item .date-div {
	    margin-top: 0.8rem !important;
	}
	.org-chart .ord-row7.ord-row8.new-nods h5 {
	 
	    min-height: auto!important;
	}
	.org-chart .ord-row7.ord-row8.new-nods .card::before,
	.org-chart .ord-row8.new-nods .card::after {
	
	display:none;
}
	.org-chart .ord-row7.ord-row8.new-nods .card {

	    margin-top: 1rem;
	}
	.org-chart .ord-row7.ord-row8.new-nods {
	 padding-bottom: 1rem;
}
}

@media all and (max-width:767px) {
    .header .navbar-brand img {
        /*width: 13rem;*/
    }

    .home-banner .ratio-21x9 {
        --bs-aspect-ratio: 75%;
    }

    .header-search .weather-info {
        display: inline-block;
        width: calc(50% - 0.6rem);
        font-size: 0.85rem;
        border: none;
        margin-bottom: 0.5rem;
    }

}

@media all and (max-width: 575px) {
    .footer-bottom ul a {
        font-size: 0.85rem;
        padding: 0rem 0.7rem;
    }

    .header .navbar-brand img {
        width: 7rem;
    }

    .header-search {
        position: relative;
        /*top: 1rem;*/
        padding: 0.25rem 0;
    }

    .top-bar {
        padding: 0.5rem 0;
    }
}

.search-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.search-box input {
    width: 0;
    opacity: 0;
    padding: 0;
    box-shadow: none !important;
    outline: 0;
    transition: all 0.2s ease-in-out;
}

.search-box:focus-within input {
    width: 100%;
    opacity: 1;
    padding: 0.2rem 0.5rem;
}


.skipNav {
    position: absolute;
    top: 5px;
    z-index: -1;
    background: transparent !important;
}
.skipNav:focus-within {
    z-index: 999;
}
.skipNav .skipLink {
    opacity: 0;
    background: rgb(142 24 56 / 90%);
    height: 0;
    border: 0;
    color: var(--cgb-white-color);
    padding: 5px 15px;
    height: auto;
}
.skipNav .skipLink:focus {
    opacity: 1;
}
html[dir="ltr"] .skipNav .skipLink.ar,
html[lang="en-US"] .skipNav .skipLink.ar {
    display: none;
}
html[dir="rtl"] .skipNav .skipLink.en,
html[lang="ar"] .skipNav .skipLink.en {
    display: none;
}

.MasterPageSwitchLangButton {
    display: none !important;
}

html[dir="ltr"] #lang-ar {
    display: inline-block !important;
}
html[dir="rtl"] #lang-en {
    display: inline-block !important;
}


/* sharepoint menu */
.qfma-menu .ms-core-listMenu-horizontalBox {
	 border-radius: 2rem;
	   padding: 0.5rem;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul {
    padding: 0;
    margin: 0;
    /*display: flex;
    justify-content: flex-end;*/
}
/*.qfma-menu .ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root > li,*/
.qfma-menu .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    margin: 0;
    border: 0;
  
}
.qfma-menu .ms-core-listMenu-horizontalBox li > ul li {
    margin: 0 0.3rem;
}
.qfma-menu .ms-core-listMenu-horizontalBox li {
    transition: all 0.5s;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root > li > a {
    display: none !important;
    color: var(--qfma-primary-color) !important;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root > li > ul > li {
    padding: 0 0.5rem;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root > li > ul > li > a {
    padding: 0.75rem 0;
    border-bottom: 2px solid transparent !important;
}
.qfma-menu .ms-core-listMenu-horizontalBox li{
	
	padding:0 0.5rem;
}
.qfma-menu .ms-core-listMenu-horizontalBox li > a {
    font-size: 1rem;
    color: var(--qfma-base-color);
    font-weight: normal;
    font-size: 0.9rem;
    font-weight: 500;
    position:relative
}
.qfma-menu .ms-core-listMenu-horizontalBox li > a:after{
	content:'\F282';
	 position:absolute;
	 font-family: 'bootstrap-icons';
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li a:after,
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li:before{
	display:none
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li{
	
	padding:0px;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root > li > ul > li > a.ms-core-listMenu-item {
       padding: 0;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root > li > ul > li > a.ms-core-listMenu-item:hover,
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li:hover > a,
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li:focus-within > a {
    color: var(--qfma-secondary-color);
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul {
    position: absolute;
    width: 100%;
    display: block;
    min-width: 14rem;
    background-color: var(--qfma-white-color);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-radius: 0;
    z-index: 2;
}
.qfma-menu .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected
{
	color: var(--qfma-black-color);
	
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li a,
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li a:hover{
	color: var(--qfma-black-color);
    display: block;
   padding: 0.5rem 1rem;
    position: relative;
    font-weight: normal;
    font-size: 0.9rem;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li a:hover,
.qfma-menu.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
 .qfma-menu a.ms-tv-item:hover, 
 .qfma-menu .qfma-menu .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:hover,
 .qfma-menu a.ms-tv-header:hover{
	
	color:var(--qfma-primary-color);
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li:hover > ul,
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li:focus-within > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li,
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li a {
    display: block;
    margin: 0;
    position: relative;
    transition: all 0.5s;
    text-transform: none;
    font-size: 0.9rem;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li a {
    padding: 0.5rem 1rem;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0px;
    height: 1px;
    background: var(--qfma-transparent-black-5);
    bottom: 0;
    transition: all 0.2s;
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li:not(:last-child) {
    border-bottom: 1px solid var(--qfma-transparent-black-15);
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li:hover {
    background: var(--qfma-primarygold-color);
}
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li:hover:before,
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li:focus:before,
.qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul li:focus-within:before {
    width: 100%;
    background: var(--qfma-transparent-black-5);
}

.qfma-menu .ms-core-listMenu-horizontalBox a.ms-core-listMenu-selected,
.qfma-menu .ms-core-listMenu-horizontalBox a.ms-core-listMenu-selected:visited {
    position: relative;
}
.qfma-menu [data-name="TopNavigationNoFlyoutWithStartNode"],
.qfma-menu .noindex.ms-core-listMenu-horizontalBox {
     width: 100%;
}

.ms-helperText,
input.ms-helperText {
    color: var(--qfma-secondary-color);
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    color: var(--qfma-black-color) !important;
    background-color: var(--qfma-white-color) !important;
}
.breadcrumb span a{
	color: var(--qfma-primary-color);
    font-size: 1rem;
    font-weight: 700;
    padding: 0 0.2rem;
}

.breadcrumb .breadcrumb-item.active{
	font-size: 1rem;
    color: var(--qfma-lightgray-color);
    padding: 0 0.5rem;
}
.breadcrumb-section .breadcrumb {
    padding: 0 !important;
}
.breadcrumb-section .breadcrumb span {
    display: flex;
}
@media all and (min-width: 1200px) {
    .qfma-menu li.with-dropdown:after,
 {
        content: "\f282";
        font-family: bootstrap-icons !important;
        position: absolute;
        top: 0.5rem;
        color: var(--qfma-base-color);
        margin: 0.5rem 0;
    }
    .qfma-menu li.with-dropdown:hover:after,
    .qfma-menu li.with-dropdown:focus:after {
        content: "\f286";
        font-family: bootstrap-icons !important;
    }
    .menu-toggle-skip-link {
      display: none;
    }
}
@media all and (max-width: 1199px) {
    .qfma-menu .ms-core-listMenu-horizontalBox,
    .qfma-menu .ms-core-listMenu-horizontalBox ul,
    .qfma-menu .ms-core-listMenu-horizontalBox li,
    .qfma-menu .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
        display: block;
    }
    .qfma-menu .ms-core-listMenu-horizontalBox li {
        margin: 0;
    }
    .qfma-menu .ms-core-listMenu-horizontalBox ul > li > ul > li > ul {
        position: relative;
        display: none;
        width: auto;
        box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
        padding: 0.5rem 0;
        border-radius: 2px;
        margin-bottom: 1rem;
        margin-top: 0;
    }
    .qfma-menu .ms-core-listMenu-horizontalBox > ul > li > ul > li .showSubMenu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .qfma-menu .ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root > li > ul > li {
        padding: 0;
    }

}
/* End */
@media all and (min-width: 1200px) {
.qfma-menu .ms-core-listMenu-horizontalBox > ul > li > ul > li.with-dropdown > a {
    pointer-events: none;
}
}



/*org chart page css 10Aug2025*/


.org-chart .org-row2.without-circle .vertical-line-with-arrow::after,
.org-chart .office-nods .col-lg-6 .vertical-line-with-arrow::after {
    display: none;
}


.org-chart .office-nods .org-node {
    font-weight: 600;
    color: var(--qfma-primary-color);
}

.org-chart .office-nods .line-arrow-right {
    width: 10%;
    height: 1px;
    display: block;
    position: absolute;
    top: 2rem;
    z-index: 0;
    border: 1px dashed var(--qfma-light-color);
}

.org-chart .office-nods .col-lg-4 {
    position: relative;
}

.org-chart .office-nods .col-lg-6 {
    position: relative;
    top: -6px;
}

.org-chart .office-nods .org-node {
    position: relative;
}

.org-chart .office-nods .line-arrow-up {
    position: absolute;
    top: -72px;
    height: 105px;
    width: 1px;
    border: 1px dashed var(--qfma-light-color);

}

.org-chart .office-nods .line-arrow-right:after {
    content: '';
    position: absolute;
    top: -0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: var(--qfma-white-color);
    border: 4px solid var(--qfma-transparent-black-10);
}

.org-chart .ord-row8.new-nods .card:after {
    height: 2rem;
}

.org-chart .ord-row7.ord-row8.new-nods .card:before {
    top: -2rem;
}

.org-chart .ord-row7.ord-row8.new-nods h5 {
    font-size: 1rem;
    min-height: 5rem;
}

.org-chart .ord-row7.ord-row8.new-nods h5:after,
.org-chart .ord-row7.ord-row8.new-nods .org-node:after {
    display: none;
}

.org-chart .ord-row7.ord-row8.new-nods .org-node {
    font-size: 1rem;
    background-color: transparent;
    padding: 0;
    height: auto;
    min-height: 4rem;
    margin: 0.5rem auto 0rem auto;
}

.org-chart .ord-row7.ord-row8.new-nods .info-wraper {
    background-color: var(--qfma-secondaryLight-color);
    border-radius: 1rem;
    padding: 0.8rem;
    margin-top: 3rem;
    display: block;
}

.org-chart .ord-row7.ord-row8.new-nods .img-wraper {
    width: 5rem;
    height: 5rem;
    margin-top: -3rem;

}

.org-chart .ord-row7.ord-row8.new-nods .card-body {
    padding: 0.5rem;
}

.Org-chartModal .btn-close {
    width: 2rem;
    height: 2rem;
    background-color: var(--qfma-secondaryLight-color);
    padding: 0.5rem;
    border-radius: 100%;
    position: relative;
    top: -1rem;
    opacity: 1;
    background-image: none;
    font-size: 1.7rem;
    color: var(--qfma-primary-color);
    line-height: 0;

}

.Org-chartModal .img-wraper {
    width: 10rem;
    margin: -9rem auto 0 auto;
    height: 10rem;
}

.Org-chartModal .img-wraper img {
    object-fit: cover;
    width: 100%;
}

.Org-chartModal h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--qfma-black-color);
    margin: 1.5rem 0 0.5rem 0;
    text-align: center;
}

.Org-chartModal h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--qfma-primary-color);
    margin: 0.5rem 0 1.5rem 0;
    text-align: center;
}

.Org-chartModal .card {
    background-color: var(--qfma-secondaryLight-color);
    border: none;
    border-radius: 1rem;
}

.Org-chartModal .icon-title {
    display: flex;
    align-items: start;
    margin-bottom: 0.3rem;
}

.Org-chartModal .icon-title span {
    color: var(--qfma-primary-color);
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0.3rem;
}

.Org-chartModal .card p {
    color: var(--qfma-lightgray-color);
    font-size: 1rem;
}

.Org-chartModal ul {}

.Org-chartModal ul li {
    color: var(--qfma-lightgray-color);
}

.Org-chartModal .card-listing .card {
    margin-bottom: 1rem;
    min-height: 4rem;

}

.Org-chartModal .modal-content {
    border-radius: 2rem;
}

.Org-chartModal .modal-content {
    margin-top: 5rem;
}

@media (min-width:1200px) {
    .org-chart .ord-row7.ord-row8 .last-nodsrow .card:before {
        top: -3rem;
    }


    .org-chart .ord-row7.ord-row8.new-nods .card {
        margin-bottom: 2.5rem;
    }

    .org-chart .ord-row7.ord-row8 .last-nodsrow .card:after {
        display: none;
    }

    .org-chart .ord-row7.ord-row8.new-nods .card-body {
        padding: 0.5rem;
    }

    .org-chart .ord-row7.ord-row8 .last-nodsrow .card {
        margin-top: 0;
    }

}

@media (max-width:1199px) {

    .org-chart .office-nods .line-arrow-right,
    .org-chart .office-nods .line-arrow-up {
        display: none;
    }
    
    .qfma-menu .ms-core-listMenu-horizontalBox li > ul li {
	    margin: 0.75rem 0.1rem;
	}
	.qfma-menu .ms-core-listMenu-horizontalBox {
	    border-radius: 0.5rem;
	}
	.qfma-menu .ms-core-listMenu-horizontalBox li > a:after{
	
	display:none;
}

}

@media (max-width:1400px) and (min-width: 992px) {
    .org-chart .ord-row7.ord-row8.new-nods h5 {
        font-size: 0.85rem;
    }
}


.news-content .card{
	flex: unset!important;
}


:contains("//]]>") { display: none; }
 
.table-custom.table-responsive {
	border-radius: 0.75rem;
	box-shadow: 0 0 1.5rem rgba(0,0,0,0.15);
	margin-bottom: 1.5rem
}
.table.table-header {
	margin: 0;
}
.table.table-header th {
	background: var(--qfma-primary-color);
	color: var(--qfma-white-color);
}
.table.table-header {
    --bs-table-border-color: var(--qfma-secondaryMid-color);
}
.table.table-header a, .table.table-header a:visited {
	color: var(--qfma-primary-color);
}
.table.table-header a:hover {
	color: var(--qfma-secondary-color);
	text-decoration: underline;
}
.breadcrumb-section {
    margin-bottom: 1rem;
}
.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
}
.qfma-menu ul li.static.no-dropdown a:after,
.qfma-menu ul li.static.no-dropdown:after{
	display:none;
	
}
.form-section {
	padding-bottom: 2rem;
}
.form-section .card {margin-bottom: 1.5rem;}
.form-section .form-control {
	border: 1px solid var(--qfma-secondaryMid-color);
	outline: 0;
	box-shadow: none;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    padding: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.form-section .form-control:hover,
.form-section .form-control:focus {border-color: var(--qfma-primary-color);}
.form-section .btn-brand {
	font-size: 1rem;
	padding: 0.75rem 3rem;
}

.error
{
	color: red;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 15px;
}
.grecaptcha-badge
{
	bottom:115px !important;
}
.url-text a, .url-text a:visited {
	color: var(--qfma-primary-color);
	font-size: 1.15rem !important;
	line-height: 1.56 !important;
}
.url-text a:hover {
	text-decoration: underline
}

@media (max-width:1550px) and (min-width:1199px){
.header .navbar-brand img {
    max-height: 5rem;
    max-width: 14rem;
}
.qfma-menu .ms-core-listMenu-horizontalBox li > ul li {
    margin: 0 0.2rem;
}
}




 .contactus-page .contant-info {
    display: flex;
    align-items: center;
    margin: 0.75rem 0px;
}
 .contactus-page .contant-info p{
	 margin-bottom:0;
 }
 .contactus-page .contant-info p span {
    display: block;
}
.contactus-page .social-icons{
	justify-content: start;
}
.contactus-page .social-icons a {
    margin: 0 0.3rem;
}
.contactus-page .card h5{
	margin: 0.5rem 0;
	color: var(--qfma-primary-color);
}



/*15/12/2025*/
@media (max-width: 992px) {
    .home-banner .carousel-item .carousel-caption {
        padding: 1rem;
        padding-bottom: 3rem;
        position: relative;
        background: var(--qfma-secondaryLight-color);
    }
    .home-banner .carousel-caption h2, .home-banner .carousel-caption p {
        text-shadow: none;
    }
}
 
@media (max-width: 767px) {
    .header-search .weather-info {
        width: auto;
    }
    .home-banner .carousel-indicators {
        right: 0 !important;
        left: 0 !important;
    }
}

/* 16 dec 2025 */
#bright-on, .active #bright-off {
    display: inline-flex !important;
    pointer-events: auto;
}
#bright-off, .active #bright-on {
    display: none !important;
    pointer-events: none;
}

.text-justify
{
    text-align: justify;
}
@media (min-width: 992px) {
	#homepage-AboutQatar-div .row{
	display:flex;
	}
	#homepage-AboutQatar-div .row .col-lg-5,
	#homepage-AboutQatar-div .row .col-lg-7{
		display:flex;
		flex: 1;	
	}
	#homepage-AboutQatar-div .video-wraper{
		margin-top: 0rem;
	}	
}

.footer .social-icons{
	justify-content:unset;
}
.footer .social-icons a {
      margin: 0 0.3rem;
}

.home-banner .carousel-caption h2{
	font-size:2.2rem!important;
	text-align: center!important;
}

#homepage-AuthorityNews-div .news-content .card {
    flex: 1!Important;
}
.about-qatar .contan-column {
    text-align: justify;
}
/*# sourceMappingURL=styles.css.map */

@media (max-width: 1199px) {
 .header-search{
  flex-direction: row-reverse;
 }
}
.justify-content p{
     text-align: justify!important;
}


.header-search a.lang-btn img{
 width:1.2rem;
 Height:1.2rem;
} 

@media (max-width: 767px) {
 .pageLayoutContentEditor, 
 .pageLayoutContentEditor h1, 
 .pageLayoutContentEditor h2,
 .pageLayoutContentEditor h3, 
 .pageLayoutContentEditor h4, 
 .pageLayoutContentEditor h5, 
 .pageLayoutContentEditor h6, 
 .pageLayoutContentEditor div, 
 .pageLayoutContentEditor p, 
 .pageLayoutContentEditor table, 
 .pageLayoutContentEditor td, 
 .pageLayoutContentEditor tr, 
 .pageLayoutContentEditor strong, 
 .pageLayoutContentEditor ul, 
 .pageLayoutContentEditor ol, 
 .pageLayoutContentEditor li,
 .pageLayoutContentEditor a, 
 .pageLayoutContentEditor span, 
 .pageLayoutContentEditor aside, 
 .pageLayoutContentEditor article
 {
   text-align: justify!important;
 }
 .Investor-awareness tr img {
    max-width: unset !important;
}
.header .navbar-brand img {
        width: 11rem;
    }
}

