/*Main Css */


/*@font-face {*/
/*    font-family: 'Valentine Nathalia Demo';*/
/*    src: url('../fonts/ValentineNathaliaDemo (1).woff2') format('woff2'),*/
/*         url('../fonts/ValentineNathaliaDemo (1).woff') format('woff');*/

/*}*/
@font-face {
    font-family: 'Pristina';
    src: url('../fonts/Pristina-Regular.woff2') format('woff2'),
        url('../fonts/Pristina-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-MediumItalic.woff2') format('woff2'),
        url('../fonts/PalatinoLT-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-LightItalic.woff2') format('woff2'),
        url('../fonts/PalatinoLT-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-Medium.woff2') format('woff2'),
        url('../fonts/PalatinoLT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-BlackItalic.woff2') format('woff2'),
        url('../fonts/PalatinoLT-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-Italic.woff2') format('woff2'),
        url('../fonts/PalatinoLT-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-Roman.woff2') format('woff2'),
        url('../fonts/PalatinoLT-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-Light.woff2') format('woff2'),
        url('../fonts/PalatinoLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-Bold.woff2') format('woff2'),
        url('../fonts/PalatinoLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-BoldItalic.woff2') format('woff2'),
        url('../fonts/PalatinoLT-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino LT';
    src: url('../fonts/PalatinoLT-Black.woff2') format('woff2'),
        url('../fonts/PalatinoLT-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



:root {
--primary: #B1862D;
--secondary: #000000;
--white: #fff;

--font-heading: 'Manrope', sans-serif;
--font-accent: 'Manrope', sans-serif;
--font-body: 'Manrope', sans-serif;
--icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
background: var(--primary);
color: #fff;
text-shadow: none;
}

::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}

::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
display: none;
}

[class^="box-"].showfirst {
display: block;
}

body {
font-family: var(--font-body);
overflow-x: hidden;
color: var(--body-color);
font-weight: 400;
font-size: 17.6px;
line-height: 28.16px;
color: #565C69;
}

body.inner-header {
padding-top: 100px;
}

.btn-dark {
background-color: var(--dark);
border: 1px solid var(--dark);
color: var(--white) !important;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
background-color: transparent;
border: 1px solid var(--dark);
color: var(--dark) !important;
}

*:hover,
*:focus,
* {
outline: none !important;
}

img {
max-width: 100%;
height: auto;
}

a,
input[type="submit"] {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
display: inline-block;
cursor: pointer;
text-decoration: none;
}

span {
display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
font-family: var(--font-body);
font-weight: 400;
}

::-webkit-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-ms-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
opacity: 1;
}

/* Padding Classes */
.pad-zero {
padding: 0px;
}

.pad-l-zero {
padding-left: 0px;
}

.pad-r-zero {
padding-right: 0px;
}

.ovr-hiddn {
overflow: hidden;
}

.overlay:after {
content: "";
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

.overlay {
display: none;
}

.overlay.active {
display: block;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border:
none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
background:
hwb(40deg 18% 31% / 20%);
}

.slick-dots li.slick-active button {
background: #B6B9FC;
}

/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header {
width: 100%;
}

/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */

.desktop-header .menuWrap {
display: flex;
align-items: center;
justify-content: end;
}

.logo {
display: inline-block;
}

.logo img {
display: block;
max-width: 35%;
}

/* Hamburger Menu */
.menu-Bar {
width: 30px;
height: 20px;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
bottom: 0px;
margin: auto;
z-index: 22;
display: none;
}

.menu-Bar span {
display: block;
height: 4px;
width: 100%;
background: var(--primary);
position: absolute;
transition: 0.6s all;
border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
top: 0;
}

.menu-Bar span:nth-child(2) {
top: 8px;
transform-origin: left;
}

.menu-Bar span:nth-child(3) {
top: 16px;
}

.menu-Bar.open span:nth-child(1) {
transform: rotate(45deg);
top: 12px;
transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
width: 0;
opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
transform: rotate(-45deg);
top: 12px;
transform-origin: right-center;
}

/* Menu Css */
.menu {
font-size: 0px;
display: inline-block;
vertical-align: middle;
}

.menu-callnow {
color: var(--primary) !important;
background: transparent;
}

.menu-callnow i {
color: var(--dark) !important;
line-height: 2;
}

.menu>li {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 30px;
}

.menu>li>a {
display: block;
color: #000000;
font-weight: 600;
font-size: 14.4px;
line-height: 18.72px;
letter-spacing:
1.4px;
}

.btn-header {
background: var(--primary);
color: white !important;
padding: 15px 20px;
border-radius: 8px;
font-weight: 400 !important;
}

.btn-header:hover {
transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li.active>a {
color: var(--primary);
}

@keyframes scale-display {
0% {
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}

@keyframes scale-display--reversed {
0% {
display: inline-flex;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}

99% {
display: inline-flex;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
display: none;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
}

@keyframes btotreverse {
0% {
top: 75px;
opacity: 1;
}

100% {
top: 115px;
opacity: 0;
}
}

@keyframes btot {
0% {
top: 115px;
opacity: 0;
}

100% {
top: 40px;
opacity: 1;
}
}

/* Main Banner CSS */

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 20px 0 0;
text-align: start;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 60px;
border-radius: 100px;
padding: 0px;
background: hsl(40deg 59% 44% / 20%);
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition:
all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: var(--primary);
}

span.count {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.counter span.text-white {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.form-select,
.form-select:focus {
background: transparent;
border: 1px solid #626262;
border-radius: 24px;
padding: 8px 34px 8px 29px;
color: #ddd;
font-size: 13px;
margin-bottom: 18px;
color: var(--bg-light);
box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
position: absolute;
top: 96%;
left: 50%;
font-size: 0px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
position: absolute;
top: 92%;
right: 4%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
position: absolute;
top: 96%;
right: 46%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center .slick-slide {
margin: 0 70px;
}

.slick-center .slick-current img {
position: relative;
top: -41px;
}

.sliderDiv {
background-size: cover;
height: 1200px;
width: 100%;
background-repeat: no-repeat;
}

.socail-icons {
display: flex;
}

ul.socail-icons li i {
color: #fff;
font-size: 18px;
font-weight: 300;

}

ul.socail-icons li {
margin-right: 10px;
}

a.logo {
font-size: 30px;
color: var(--white);
font-family: var(--font-heading);
/* margin-bottom: -10%; */
position: relative;
z-index: 2;
}

/* inner pages */

.inner-banner {
display: flex;
justify-content: center;
align-items: center;
padding-top: 200px;
padding-bottom: 193px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.inner-banner .content h1 {}

/* inner pages */

.footer-border {
height: 1px;
margin: 61.5px 83px 29px 177px;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 60px;
}

ul.footer-social-icons {
display: flex;
margin-top: 20px;
margin-bottom: 35px;
}

ul.footer-social li a {
font-size: 16px;
line-height: 1.5;
text-align: left;
color: var(--white);
margin-bottom: 15px;
}

ul.footer-social li a i {
color: var(--primary);
margin-right: 17px !important;
}

ul.footer-social li a:hover {
color: var(--primary);
}

ul.footer-social-icons li {
margin-right: 12px;
}

ul.footer-social-icons li a {
color: var(--white);
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
height: 38px;
width: 38px;
border-radius: 50%;
}

ul.footer-social-icons li a i {
font-size: 16px;
}

.menu-Bar a.logo {
font-size: 45px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #1dd3b0;
}

.menu>li>a:hover {
color: var(--primary);
}

ul.breadcrumb-menu {
display: block;
text-transform: uppercase;
}

ul.breadcrumb-menu li {
display: inline-block;
vertical-align: middle;
position: relative;
color: var(--primary);
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
margin-left: 0px;
}

ul#counter {
display: flex;
align-items: center;
gap: 7rem;
/* padding: 24px 36px; */
/* border-radius: 8px; */
/* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
/* background-color: #222; */
/* margin-top: -112px;*/
}

.counter-wrapper .counter {
display: flex;
align-items: center;
gap: 20px;
}

.counter-wrapper .counter span.count {
font-weight: 700;
font-size: 45px;
color: #000;
}

ul#counter li .counter>div {
font-weight: 600;
line-height: 1;
font-size: 38px;
color: #fff;
/* padding-bottom: 10px; */
flex-shrink: 0;
}

ul#counter li {
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
}

ul#counter li .counter span.text {
font-family: var(--font-body);
font-size: 14px;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: var(--white);
font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
color: #ec4e52;
}

ul#counter li:nth-child(2) .counter>div {
color: #ebd142;
}

ul#counter li:nth-child(3) .counter>div {
color: #62a488;
}

.counter span.text-dark {
font-weight: 600;
font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
position: absolute;
top: 23%;
left: -68px;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
z-index: 2;
line-height: 0;
border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
content: "\f104";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
position: absolute;
top: 23%;
right: -70px;
border: none;
background-color: transparent;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
background-color: transparent;
line-height: 0;
border-radius: 50%;
z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
content: "\f105";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.form-control {
margin-bottom: 20px;
border: none;
width: 100%;
padding: 8px 13px;
margin: 0;
color:
var(--secondary);
background-color: #fff;
height: 52px;
border-radius: 4px;
appearance: auto;
}

/* Accordian */

.accordion-list {
position: relative;
}

.accordion-list li {
padding: 0px 0px 22px 2px;
cursor: pointer;
width: 100%;
margin: 0 auto;
border-bottom: 0;
background: white;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0rem;
}

ul.accordion-list li span {
display: flex;
position: relative;
}

.accordion-list li h3 {
color: var(--secondary);
display: flex;
align-items: center;
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin-right: 14px;
}

.accordion-list li.active h3 {
color: var(--primary);
font-size: 20px;

}

ul.accordion-list li h3:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 0;
right: 0;
color: var(--secondary);
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 900;
top: 0;
}

.accordion-list li.active h4::after {
color: #9CA3AF;
content: "\f077";
}

ul.accordion-list li.active h3:after {
content: "\f077";
color: var(--primary);
}

.answer p {
margin-top: 16px;
color: #555555;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {
margin-top: 18px;
border-radius: 5px;
}

.subscribe button.btn-subscribe {
text-transform: uppercase;
display: inline-block;
height: 58px;
border-radius: 0;
border: none;
background: var(--primary);
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding: 0 35px;
font-size: 13px;
font-weight: 600;
line-height: 1.23;
text-align: center;
color: var(--white);
}

.subscribe input.form-control {
border: none;
width: 100%;
padding: 8px 13px;
height: 100%;
margin: 0;
color:
var(--secondary);
background-color: #fff;
height: 52px;
border-radius: 4px;
}

/* Subscription */

.sec-pad {
padding-top: 100px;
padding-bottom: 100px;
}

/* topbar */

.top-bar {
padding: 15px 0;
background: #000000;
}

.top-social-icons {
display: flex;
justify-content: end;
gap: 12px;
}

.top-contact-info {
display: flex;
gap: 22px;
}

.top-contact-info li {
display: flex;
gap: 10px;
align-items: baseline;
}

.top-contact-info li a {
color: var(--white);
}

.top-social-icons li a i {
color: var(--white);
font-size: 16px;
}

/* topbar */

/* contact page */

.contactIconBg li {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}

.contactIconBg .icon {
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--white);
background-color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.related-slider span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

footer {
background-color: #000000;
}

footer .border-top {
border-top: 1px solid #808080 !important;
}

.f-logo {
max-width: 35%;
}

.f-logo:hover {
color: var(--white);
}

.f-logo-content {
margin-top: 7px;
font-size: 16px;
font-weight: 400;
line-height: 33px;
letter-spacing: 0.5px;
color: var(--white);
}

.f-menu {
margin-top: 20px;
}

.f-menu .f-icon-box h6 {
display: block;
}

.f-menu .f-icon-box a,
.f-menu .f-icon-box p {
color: var(--white);
font-size: 14px;
margin-top: 5px;
}

.f-menu .f-icon-box i {
color: var(--white);
}

ul.f-menu li a {
color: var(--white);
font-size: 14px;
line-height: 19px;
margin-bottom: 12px;
}

ul.f-menu li a:hover {
color: var(--primary);
}

.footer-content {
padding-top: 80px;
padding-bottom: 70px;
}

footer h6 {
font-family: var(--font-heading);
color: var(--primary);
position: relative;
margin-top: 28px;
font-weight:
400;
font-size: 16px;
line-height: 31.28px;
}

.copyright {
padding-top: 11px;
padding-bottom: 15px;
}

.copyright p {
font-family: var(--font-body);
font-size: 14px;
line-height: 28px;
letter-spacing: normal;
font-weight: 400;
}

.mainBanner {
height: 800px;
width: 100%;
display: flex;
align-items: end;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
position: relative;
z-index:
1;
padding-inline: 85px;
background: #FDFDFD;
}

.hero-content p.para {}

.hero-content .btn-primary {}

section.about .content p.para {}

section.about .content .btn-primary {}

/* Menu Dropdown CSS */

.has-child {
position: relative;
z-index: 2;
}

.dropdown {
position: absolute;
background: white;
/* padding: 1rem; */
border-radius: 0px;
top: 97%;
/* min-width: 190px; */
box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
display: none;
text-align: start;
right: 0;
left: 0;
border-radius: 8px;
z-index: 9;
margin: auto;
min-width: 200px;
/* right: -50px; */
padding: 5px !important;
height: auto !important;
}

/* @keyframes slide {
0% {
height: 0;
}

100% {
height: auto;
}
} */

.dropdown ul li a {
font-size: 16px;
line-height: 26px;
color: var(--dark);
padding: 5px 24px;
position: relative;
display: block;
text-transform: capitalize;
}

/* .dropdown ul li a::before {
position: absolute;
content: "\f054";
height: 2px;
width: 2px;
left: 8px;
top: 6px;
font-family: "Font Awesome 5 Pro";
font-size: 13px;
} */

.dropdown ul li a:hover {
background-color: var(--primary);
border-radius: 5px;
color: var(--white);
}

.dropdown ul li:hover a::before {
left: 12px;
}

.dropdown ul li {
border-bottom: 0 !important;
}

ul.topMenu {
display: flex;
justify-content: end;
gap: 22px;
}

.topWrap {
display: flex;
align-items: center;
justify-content: end;
gap: 3rem;
}

.top-social-icons li a {
color: var(--white);
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
height: 38px;
width: 38px;
border-radius: 50%;
}

ul.topMenu li a {
color: #FFFFFF;
font-weight: 500;
font-size: 12.8px;
line-height: 16.64px;
letter-spacing: 1.4px;
text-transform: uppercase;
}

.menu>li.last .btn-primary {
padding: 15px 35px;
}

.menuWrap {
/* padding-top: 1.5rem; */
}

.hero-content {
padding-bottom: 12rem;
}

.hero-content p {
font-weight: 400;
font-size: 24px;
line-height: 36px;
padding-block: 20px 30px;
}

.hero-content .btns {
display: flex;
align-items: center;
gap: 24px;
}

.btn-more {
font-weight: 600;
font-size: 14.4px;
line-height: 18.72px;
letter-spacing: 1.4px;
vertical-align: middle;
color: #000;
text-transform: uppercase;
}

.btn-more i {
color: #B1862D;
font-weight: 600;
font-size: 16px;
margin-left: 3px;
}

.btn-more:hover {
color: var(--primary);
}

.sec-pad2 {
padding-block: 60px;
}

.heroBottomCard {
background: #FFFFFF;
border-radius: 10px;
padding: 30px;
min-height: 450px;
}

.heroBottomCard h6 {
padding-block: 28px 22px;
font-weight: 400;
font-size: 27.2px;
line-height: 33.28px;
color: #000;
}

.heroBottomCard span {
display: block;
font-size: 15px;
padding-bottom: 12px;
}

section.heroBottom {
background: hsl(40deg 59% 44% / 15%);
}

section.about .top {
padding-bottom: 3.5rem;
}

.abtWrap {
background: #FFFFFF;
box-shadow: 0px 4px 30px 0px #173A5E1A;

}

.abtWrap .content p {
padding-block: 22px;
}

.abtWrap .content {
padding-left: 50px;
}

.abtWrap .content p {
max-width: 480px;
}

section.sec1 {
background-color: #EEF4FF;
background: hsl(40deg 59% 44% / 15%);
}

section.sec1 .content p {
padding-block: 22px;
}

section.sec1 .content p {
max-width: 520px;
}

section.sec1 .abt-img img {
height: 650px;
object-fit: cover;
object-position: bottom;
}

.discard {
margin-bottom: 40px;
}

.discard .txt {
padding: 30px;
}

.discard .txt p {
padding-block: 22px;
}

.quoteCard {
padding: 40px;
border: 1px solid #B1862D;
border-radius: 10px;
margin-top: 160px;
}

.quoteCard p {
padding-top: 20px;
}

section.quote {
background-color: var(--secondary);
}

section.quote .content p {
padding-block: 2rem;
color: #fff;
font-size: 26px;
line-height: 40px;
}

.quoteCard h6 {
font-weight: 500;
font-size: 35.2px;
line-height: 45.76px;
}

section.quote .content span {
color: var(--primary);
font-weight: 700;
font-size: 18px;
}

.quoteCard a.btn-more {
margin-left: 14px;
}

.quoteCard {
margin-inline: 80px;
}

.exp {
padding-block: 200px;
background-repeat: no-repeat;
background-size: cover;
}

.exp .content {
text-align: center;
}

.exp .content p {
padding-block: 22px 30px;
font-weight: 400;
font-size: 24px;
line-height: 36px;
max-width: 800px;
margin: auto;
}

.exp .content .btn {
margin-right: 10px;

}

section.sec2 .bottom {
padding-top: 4rem;
}

.newsCard {
padding-bottom: 2rem;
}

.newsCard img {
width: 100%;
}

.newsCard .txt h5 {
font-weight: 500;
font-size: 24px;
line-height: 36px;
}

.newsCard .txt span {
color: var(--primary);
font-size: 15px;
line-height: 22px;
padding-top: 10px;
font-weight: 500;
}

.newsCard .txt p {
padding-top: 3rem;
}

.subscribe p {
color: #fff;
}

.subscribe p.p1 {
font-size: 16px;
margin-block-start: 18px;
}

.subscribe .form-check {
padding-left: 0;
display: flex;
align-items: baseline;
gap: 12px;
margin-block: 14px 14px;
color: #fff;
font-size: 16px;
}

.subscribe p.p2 {
font-size: 13px;
margin-bottom: 20px;
border: 1px solid;
padding: 8px;
border-radius: 6px;
}

.subscribe p.p2 a {
color: #fff;
text-decoration: underline;
}

.contact-footer h6 {
color: var(--white);
position: relative;
margin-top: 30px;
font-weight: 400;
font-size: 25.6px;
line-height: 33.28px;
}

.f-menu .f-icon-box {
margin-top: 20px;
}

.quoteCard a.btn-more:hover {
color: var(--primary) !important;
}

.hero-img img {
display: block;
}

section.quote h2 {
color: var(--white);
padding-bottom: 30px;
}

section.mission .txt {
text-align: center;
}

section.mission p {
font-weight: 600;
font-size: 25.6px;
line-height: 33.28px;
color: var(--secondary);
padding-block: 20px;
}

section.foundational .top {
padding-bottom: 40px;
}

.foun-card {
margin-bottom: 60px;
}

.foun-card h6 {
padding-block: 35px 25px;
font-weight: 400;
font-size: 27.2px;
line-height: 33.28px;
}

.foun-card p+p {
padding-top: 26px;
}

section.video .img-box {
position: relative;
padding-top: 50px;
}

section.video .img-box a {
position: absolute;
top: 50%;
left: 50%;
border-radius: 100%;
text-align: center;
background-color: transparent;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
padding: 17px 17px 17px 17px;
border-radius: 100px;
background-color: var(--white);
}

section.video .img-box i {
color: #000;
font-size: 25px;
margin-left: 3px;
}

section.video {
background: #000000;
margin-top: 21rem;
padding-bottom: 13rem;
}

section.video .videoWrap .top {
text-align: center;
}

section.video .videoWrap {
margin-top: -20rem;
}

.videoWrap .content {
padding-top: 80px;
}

.videoWrap .content p {
color: #fff;
}

.videoWrap .content p+p {
padding-top: 22px;
}

.videoWrap .content span.name {
color: var(--primary);
padding-top: 15px;
}

ul.videoList {
margin-left: 22px;
}

ul.videoList li {
color: #fff;
margin-bottom: 10px;
position: relative;
padding-left: 10px;
}

ul.videoList li::after {
position: absolute;
content: "\f178";
font-family: "Font Awesome 5 Pro";
left: -24px;
top: 0;
color: var(--primary);
}

section.gallery {
padding-top: 0;
margin-top: -6rem;
}

.galleryImg img {
width: 100%;
}

[class^="box-"] {
display: none;
transition: .2s ease;
}

[class^="box-"].showfirst {
display: block;
}

ul.tab-list {
display: block;
padding-top: 0px;
border-bottom: 0px solid;
text-transform: uppercase;
margin-bottom: 22px;
justify-content: center;
}

ul.tab-list li.active {
background-color: var(--primary);
color: var(--white);
border-bottom: 0px solid;
}

ul.tab-list li {
font-size: 16px;
text-align: left;
padding: 10px 12px;
color: var(--secondary);
cursor: pointer;
text-transform: capitalize;
border-radius: 5px;
margin-bottom: 8px;
font-family: var(--font-heading);
font-weight: 700;
}

ul.tab-list li:hover {
color: var(--white);
background: var(--primary);
}

.box {
padding-top: 30px;
padding-left: 50px;

}

.box p {
font-size: 18px;
font-weight: normal;
line-height: 1.46;
letter-spacing: normal;
text-align: left;
color: #737373;
}

section.global .top {
padding-bottom: 30px;
}

section.global .imgWrap .img {
position: relative;
}

section.global .imgWrap img {
width: 100%;
}

section.global .imgWrap img h3 {
position: absolute;
bottom: 0;
}

section.global .imgWrap .img h3 {
position: absolute;
bottom: 1.5rem;
color: #fff;
left: 1.5rem;
}

section.global .imgWrap .txt {
padding-top: 1.5rem;
}

section.global .imgWrap .txt p {
padding-block: 1rem;
}

.event-card .col1 span {
display: block;
text-align: center;
font-size: 18px;
}

.event-card .col1 span strong {
font-size: 26px;
font-weight: 500;
color: #000;
}

.event-card .col2 h5 {
font-size: 30px;
font-weight: 400;
color: #000;
}

.event-card .col2 span {
display: block;
padding-block: 1rem;
font-weight: 500;
}

.event-card .col2 p {
font-weight: 500;
}

.event-card {
margin-bottom: 2rem;
background: #fff;
padding: 3rem 0px;
}

.mediaTopbar {
padding: 20px 40px;
margin-bottom: 65px;
border: 1px solid #E4E4E4;
}

.mediaSearch {
position: relative;
max-width: 185px;
}

.mediaSearch button {
position: absolute;
top: 0;
bottom: 0;
background: transparent;
border: 0;
font-size: 15px;
left: 0;
}

.mediaSearch button i {
font-weight: 500;
color: #000;
}

.mediaSearch .form-control {
margin-bottom: 0;
background: transparent;
border: 0;
padding-right: 0rem;
color: #000;
padding-left: 2rem;
}

.mediaSearch .form-control::placeholder {
color: hwb(0deg 0% 100% / 70%);
}

.mediaSearch .form-control:focus {
border: 1px solid #fff;
}

.mediaTopbar select {
border: 0;
background: transparent;
max-width: 90px;
color: #000;
font-size: 18px;
margin-bottom:
0;
display: inline-block;
appearance: auto;
margin-left: auto;
font-weight: 500;
margin-left: 2rem;
}

.mediaTopbar select:focus {
background-color: transparent;
color: #000;
}

.mainBanner2 .hero-content h2 {
color: #fff;
}

.mainBanner2 .hero-content p {
color: #fff;
max-width: 550px;
}

.mainBanner2 .hero-content {
padding-bottom: 0;
}

.mainBanner2 {
align-items: center;
width: auto;
}

.event-card .col2 h4 {
font-size: 2rem;
margin-top: 22px;
font-weight: 700;
}

.eventBottom {
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
}

.eventBottom a {
color: #000;
}

.eventBottom a i {
font-size: 14px;
font-weight: 400;
}

.mis .content p {
max-width: 850px;
margin: auto;
}

.exp2 .content h2 {
font-size: 36px;
line-height: 54px;
margin-bottom: 30px;
}

.quoteSecCard {
background: #EEF4FF;
border-radius: 10px;
padding: 50px;
}

.quoteSecCard p {
padding-block: 10px 40px;
font-weight: 400;
font-size: 22.4px;
line-height: 33.6px;
}

.quoteSecCard span {
font-weight: 700;
font-style: Bold;
font-size: 17.6px;
line-height: 26.4px;
color: var(--primary);
}

.quoteSecSlide .slick-list.draggable {
padding: 0 8% 0 !important;
}

.abtWrapSlide .slick-prev,
.abtWrapSlide .slick-next {
height: 50px;
position: absolute;
bottom: 0%;
transform: translateY(-50%);
z-index: 10;
background: none;
border: none;
font-size: 22px;
color: #565C69B8;
cursor: pointer;
background: transparent;
width: 50px;
}

.abtWrapSlide .slick-prev {
left: -2px;
}

.abtWrapSlide .slick-next {
left: 32px;
}

.abtWrapSlide .slick-dots {
margin-top: 4rem;
text-align: start;
}

.eventsInner .event-card {
padding: 0px;
margin-block: 2rem 1rem;
}

section.giftings .top {
padding-bottom: 3.5rem;
text-align: center;
}

section.giftings .top p {
margin-top: 16px;
max-width: 600px;
margin: auto;
}

.giftings-card {
padding: 48px 35px;
border-radius: 10px;
}

.giftings-card p {
padding-block: 20px 22px;
}

.giftings-card1 {
background: #000;
border: 2px solid #000;
}

.giftings-card1 h3,
.giftings-card1 p {
color: #fff;
}

.giftings-card2 {
border: 2px solid var(--primary);
}

ul.contact li {
display: flex;
align-items: start;
gap: 12px;
margin-bottom: 20px;
}

ul.contact li p {
color: #000;
font-size: 22px;
}

ul.contact li p span {
color: #565C69;
display: block;
margin-top: 10px;
font-size: 17px;
}

section.contactUs {}

section.contactUs .bottom {
padding-left: 40px;
}

section.contactUs .bottom p {
padding-top: 21px;
}

.form {
background: #000;
padding: 45px 40px;
}

.form h3 {
color: #fff;
font-size: 25px;
line-height: 34px;
}

.form .form-check {
padding-block: 0rem 0rem;
}

.form .form-check label {
display: block;
color: #fff;
margin-bottom: 4px;
}

.form .form-check label input {
margin-right: 6px;
}

.form small {
color: #fff;
font-size: 15px;
line-height: 16px;
}

.form label {
color: #fff;
font-size: 15px;
}

.form img {
margin-block: 0rem 2rem;
}

.field {
margin-block: 1rem 0rem;
}

section.contactUs {
margin-top: -20rem;
position: relative;
z-index: 2;
}

.field p {
color: #fff;
font-size: 15px;
}

section.contactUs2 {
margin-top: -32rem;
}

.growCard p {
padding-block: 12px 18px;
font-weight: 400;
font-size: 27.2px;
line-height: 33.28px;
color: #000;
}

.growCard span {
color: #565C69;
max-width: 250px;
}

/* Tabbing CSS */

[class^="box-"] {
display: none;
}

[class^="box-"].showfirst {
display: block;
}

body {
font-family: var(--font-body);
overflow-x: hidden;
color: var(--body-color);
font-weight: 400;
font-size: 17.6px;
line-height: 28.16px;
color: #565C69;
}

body.inner-header {
padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
display: block;
color: var(--secondary);
text-transform: capitalize;
}

h1 {
font-weight: 300;
font-size: 88px;
line-height: 96px;
}

h2 {
font-weight: 400;
font-size: 48px;
line-height: 62.4px;
}

h3 {
font-weight: 500;
font-size: 35.2px;
line-height: 45.76px;

}

.top-title {
color: var(--primary);
font-family: 'DM Serif Display';
font-weight: 400;
font-style: Italic;
font-size: 24px;
line-height: 31.2px;
margin-bottom: 12px;
}

h4 {
font-size: 26px;
line-height: 1.12;
}

h6 {
font-size: 14px;
line-height: 1.71;
letter-spacing: 0.84px;
}

.text-primary {
color: var(--primary) !important;
}

.text-secondary {
color: var(--secondary) !important;
}

.bg-light {
background-color: hsl(40deg 59% 44% / 15%) !important;
}

.btn {
padding: 14px 45px;
text-transform: capitalize;
font-family: var(--font-heading) !important;
border-radius: 5px;
font-weight: 600;
font-size: 14.4px;
line-height: 18.72px;
letter-spacing: 1.4px;
text-transform: uppercase;
}

.btn:focus,
.btn:active:focus {
box-shadow: none;
}

.btn i {
font-size: 14px;
font-weight: 600;
}

.btn-primary {
background-color: #b1862d;
border: 1px solid var(--primary);
color: var(--white) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-primary-border {
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-primary-border:hover,
.btn-primary-border:active,
.btn-primary-border:focus {
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}

.btn-secondary {
background-color: var(--secondary);
border: 1px solid var(--secondary);
color: var(--white) !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
background-color: transparent;
border: 1px solid var(--secondary);
color: var(--secondary) !important;
}

.overlay:after {
content: "";
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

.overlay {
display: none;
}

.overlay.active {
display: block;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border:
none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
background:
hwb(40deg 18% 31% / 20%);
}

.slick-dots li.slick-active button {
background: #B6B9FC;
}

/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header {
width: 100%;
}

/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */

.desktop-header .menuWrap {
display: flex;
align-items: center;
justify-content: end;
}

.logo {
display: inline-block;
}

.logo img {
display: block;
max-width: 35%;
}

/* Hamburger Menu */
.menu-Bar {
width: 30px;
height: 20px;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
bottom: 0px;
margin: auto;
z-index: 22;
display: none;
}

.menu-Bar span {
display: block;
height: 4px;
width: 100%;
background: var(--primary);
position: absolute;
transition: 0.6s all;
border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
top: 0;
}

.menu-Bar span:nth-child(2) {
top: 8px;
transform-origin: left;
}

.menu-Bar span:nth-child(3) {
top: 16px;
}

.menu-Bar.open span:nth-child(1) {
transform: rotate(45deg);
top: 12px;
transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
width: 0;
opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
transform: rotate(-45deg);
top: 12px;
transform-origin: right-center;
}

/* Menu Css */
.menu {
font-size: 0px;
display: inline-block;
vertical-align: middle;
}

.menu-callnow {
color: var(--primary) !important;
background: transparent;
}

.menu-callnow i {
color: var(--dark) !important;
line-height: 2;
}

.menu>li {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 30px;
}

.menu>li>a {
display: block;
color: #000000;
font-weight: 600;
font-size: 14.4px;
line-height: 18.72px;
letter-spacing:
1.4px;
}

.btn-header {
background: var(--primary);
color: white !important;
padding: 15px 20px;
border-radius: 8px;
font-weight: 400 !important;
}

.btn-header:hover {
transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li.active>a {
color: var(--primary);
}

@keyframes scale-display {
0% {
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}

@keyframes scale-display--reversed {
0% {
display: inline-flex;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}

99% {
display: inline-flex;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
display: none;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
}

@keyframes btotreverse {
0% {
top: 75px;
opacity: 1;
}

100% {
top: 115px;
opacity: 0;
}
}

@keyframes btot {
0% {
top: 115px;
opacity: 0;
}

100% {
top: 40px;
opacity: 1;
}
}

/* Main Banner CSS */

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 20px 0 0;
text-align: start;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 60px;
border-radius: 100px;
padding: 0px;
background: hsl(40deg 59% 44% / 20%);
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition:
all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: var(--primary);
}

span.count {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.counter span.text-white {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.form-select,
.form-select:focus {
background: transparent;
border: 1px solid #626262;
border-radius: 24px;
padding: 8px 34px 8px 29px;
color: #ddd;
font-size: 13px;
margin-bottom: 18px;
color: var(--bg-light);
box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
position: absolute;
top: 96%;
left: 50%;
font-size: 0px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
position: absolute;
top: 92%;
right: 4%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
position: absolute;
top: 96%;
right: 46%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center .slick-slide {
margin: 0 70px;
}

.slick-center .slick-current img {
position: relative;
top: -41px;
}

.sliderDiv {
background-size: cover;
height: 1200px;
width: 100%;
background-repeat: no-repeat;
}

.socail-icons {
display: flex;
}

ul.socail-icons li i {
color: #fff;
font-size: 18px;
font-weight: 300;

}

ul.socail-icons li {
margin-right: 10px;
}

a.logo {
font-size: 30px;
color: var(--white);
font-family: var(--font-heading);
/* margin-bottom: -10%; */
position: relative;
z-index: 2;
}

/* inner pages */

.inner-banner {
display: flex;
justify-content: center;
align-items: center;
padding-top: 200px;
padding-bottom: 193px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.inner-banner .content h1 {}

/* inner pages */

.footer-border {
height: 1px;
margin: 61.5px 83px 29px 177px;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 60px;
}

ul.footer-social-icons {
display: flex;
margin-top: 20px;
margin-bottom: 35px;
}

ul.footer-social li a {
font-size: 16px;
line-height: 1.5;
text-align: left;
color: var(--white);
margin-bottom: 15px;
}

ul.footer-social li a i {
color: var(--primary);
margin-right: 17px !important;
}

ul.footer-social li a:hover {
color: var(--primary);
}

ul.footer-social-icons li {
margin-right: 12px;
}

ul.footer-social-icons li a {
color: var(--white);
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
height: 38px;
width: 38px;
border-radius: 50%;
}

ul.footer-social-icons li a i {
font-size: 16px;
}

.menu-Bar a.logo {
font-size: 45px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #1dd3b0;
}

.menu>li>a:hover {
color: var(--primary);
}

ul.breadcrumb-menu {
display: block;
text-transform: uppercase;
}

ul.breadcrumb-menu li {
display: inline-block;
vertical-align: middle;
position: relative;
color: var(--primary);
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
margin-left: 0px;
}

ul#counter {
display: flex;
align-items: center;
gap: 7rem;
/* padding: 24px 36px; */
/* border-radius: 8px; */
/* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
/* background-color: #222; */
/* margin-top: -112px;*/
}

.counter-wrapper .counter {
display: flex;
align-items: center;
gap: 20px;
}

.counter-wrapper .counter span.count {
font-weight: 700;
font-size: 45px;
color: #000;
}

ul#counter li .counter>div {
font-weight: 600;
line-height: 1;
font-size: 38px;
color: #fff;
/* padding-bottom: 10px; */
flex-shrink: 0;
}

ul#counter li {
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
}

ul#counter li .counter span.text {
font-family: var(--font-body);
font-size: 14px;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: var(--white);
font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
color: #ec4e52;
}

ul#counter li:nth-child(2) .counter>div {
color: #ebd142;
}

ul#counter li:nth-child(3) .counter>div {
color: #62a488;
}

.counter span.text-dark {
font-weight: 600;
font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
position: absolute;
top: 23%;
left: -68px;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
z-index: 2;
line-height: 0;
border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
content: "\f104";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
position: absolute;
top: 23%;
right: -70px;
border: none;
background-color: transparent;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
background-color: transparent;
line-height: 0;
border-radius: 50%;
z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
content: "\f105";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.form-control {
margin-bottom: 20px;
border: none;
width: 100%;
padding: 8px 13px;
margin: 0;
color:
var(--secondary);
background-color: #fff;
height: 52px;
border-radius: 4px;
appearance: auto;
}

/* Accordian */

.accordion-list {
position: relative;
}

.accordion-list li {
padding: 0px 0px 22px 2px;
cursor: pointer;
width: 100%;
margin: 0 auto;
border-bottom: 0;
background: white;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0rem;
}

ul.accordion-list li span {
display: flex;
position: relative;
}

.accordion-list li h3 {
color: var(--secondary);
display: flex;
align-items: center;
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin-right: 14px;
}

.accordion-list li.active h3 {
color: var(--primary);
font-size: 20px;

}

ul.accordion-list li h3:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 0;
right: 0;
color: var(--secondary);
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 900;
top: 0;
}

.accordion-list li.active h4::after {
color: #9CA3AF;
content: "\f077";
}

ul.accordion-list li.active h3:after {
content: "\f077";
color: var(--primary);
}

.answer p {
margin-top: 16px;
color: #555555;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {
margin-top: 18px;
border-radius: 5px;
}

.subscribe button.btn-subscribe {
text-transform: uppercase;
display: inline-block;
height: 58px;
border-radius: 0;
border: none;
background: var(--primary);
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding: 0 35px;
font-size: 13px;
font-weight: 600;
line-height: 1.23;
text-align: center;
color: var(--white);
}

.subscribe input.form-control {
border: none;
width: 100%;
padding: 8px 13px;
height: 100%;
margin: 0;
color:
var(--secondary);
background-color: #fff;
height: 52px;
border-radius: 4px;
}

/* Subscription */

.sec-pad {
padding-top: 100px;
padding-bottom: 100px;
}

/* topbar */

.top-bar {
padding: 15px 0;
background: #000000;
}

.top-social-icons {
display: flex;
justify-content: end;
gap: 12px;
}

.top-contact-info {
display: flex;
gap: 22px;
}

.top-contact-info li {
display: flex;
gap: 10px;
align-items: baseline;
}

.top-contact-info li a {
color: var(--white);
}

.top-social-icons li a i {
color: var(--white);
font-size: 16px;
}

/* topbar */

/* contact page */

.contactIconBg li {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}

.contactIconBg .icon {
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--white);
background-color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.related-slider span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

footer {
background-color: #000000;
}

footer .border-top {
border-top: 1px solid #808080 !important;
}

.f-logo {
max-width: 35%;
}

.f-logo:hover {
color: var(--white);
}

.f-logo-content {
margin-top: 7px;
font-size: 16px;
font-weight: 400;
line-height: 33px;
letter-spacing: 0.5px;
color: var(--white);
}

.f-menu {
margin-top: 20px;
}

.f-menu .f-icon-box h6 {
display: block;
}

.f-menu .f-icon-box a,
.f-menu .f-icon-box p {
color: var(--white);
font-size: 14px;
margin-top: 5px;
}

.f-menu .f-icon-box i {
color: var(--white);
}

ul.f-menu li a {
color: var(--white);
font-size: 14px;
line-height: 19px;
margin-bottom: 12px;
}

ul.f-menu li a:hover {
color: var(--primary);
}

.footer-content {
padding-top: 80px;
padding-bottom: 70px;
}

footer h6 {
font-family: var(--font-heading);
color: var(--primary);
position: relative;
margin-top: 28px;
font-weight:
400;
font-size: 16px;
line-height: 31.28px;
}

.copyright {
padding-top: 11px;
padding-bottom: 15px;
}

.copyright p {
font-family: var(--font-body);
font-size: 14px;
line-height: 28px;
letter-spacing: normal;
font-weight: 400;
}

.mainBanner {
height: 800px;
width: 100%;
display: flex;
align-items: end;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
position: relative;
z-index:
1;
padding-inline: 85px;
background: #FDFDFD;
}

.hero-content p.para {}

.hero-content .btn-primary {}

section.about .content p.para {}

section.about .content .btn-primary {}

/* Menu Dropdown CSS */

.has-child {
position: relative;
z-index: 2;
}

.dropdown {
position: absolute;
background: white;
/* padding: 1rem; */
border-radius: 0px;
top: 97%;
/* min-width: 190px; */
box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
display: none;
text-align: start;
right: 0;
left: 0;
border-radius: 8px;
z-index: 9;
margin: auto;
min-width: 200px;
/* right: -50px; */
padding: 5px !important;
height: auto !important;
}

/* @keyframes slide {
0% {
height: 0;
}

100% {
height: auto;
}
} */

.dropdown ul li a {
font-size: 16px;
line-height: 26px;
color: var(--dark);
padding: 5px 24px;
position: relative;
display: block;
text-transform: capitalize;
}

/* .dropdown ul li a::before {
position: absolute;
content: "\f054";
height: 2px;
width: 2px;
left: 8px;
top: 6px;
font-family: "Font Awesome 5 Pro";
font-size: 13px;
} */

.dropdown ul li a:hover {
background-color: var(--primary);
border-radius: 5px;
color: var(--white);
}

.dropdown ul li:hover a::before {
left: 12px;
}

.dropdown ul li {
border-bottom: 0 !important;
}

ul.topMenu {
display: flex;
justify-content: end;
gap: 22px;
}

.topWrap {
display: flex;
align-items: center;
justify-content: end;
gap: 3rem;
}

.top-social-icons li a {
color: var(--white);
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
height: 38px;
width: 38px;
border-radius: 50%;
}

ul.topMenu li a {
color: #FFFFFF;
font-weight: 500;
font-size: 12.8px;
line-height: 16.64px;
letter-spacing: 1.4px;
text-transform: uppercase;
}

.menu>li.last .btn-primary {
padding: 15px 35px;
}

.menuWrap {
/* padding-top: 1.5rem; */
}

.hero-content {
padding-bottom: 12rem;
}

.hero-content p {
font-weight: 400;
font-size: 24px;
line-height: 36px;
padding-block: 20px 30px;
}

.hero-content .btns {
display: flex;
align-items: center;
gap: 24px;
}

.btn-more {
font-weight: 600;
font-size: 14.4px;
line-height: 18.72px;
letter-spacing: 1.4px;
vertical-align: middle;
color: #000;
text-transform: uppercase;
}

.btn-more i {
color: #B1862D;
font-weight: 600;
font-size: 16px;
margin-left: 3px;
}

.btn-more:hover {
color: var(--primary);
}

.sec-pad2 {
padding-block: 60px;
}

.heroBottomCard {
background: #FFFFFF;
border-radius: 10px;
padding: 30px;
min-height: 450px;
}

.heroBottomCard h6 {
padding-block: 28px 22px;
font-weight: 400;
font-size: 27.2px;
line-height: 33.28px;
color: #000;
}

.heroBottomCard span {
display: block;
font-size: 15px;
padding-bottom: 12px;
}

section.heroBottom {
background: hsl(40deg 59% 44% / 15%);
}

section.about .top {
padding-bottom: 3.5rem;
}

.abtWrap {
background: #FFFFFF;
box-shadow: 0px 4px 30px 0px #173A5E1A;

}

.abtWrap .content p {
padding-block: 22px;
}

.abtWrap .content {
padding-left: 50px;
}

.abtWrap .content p {
max-width: 480px;
}

section.sec1 {
background-color: #EEF4FF;
background: hsl(40deg 59% 44% / 15%);
}

section.sec1 .content p {
padding-block: 22px;
}

section.sec1 .content p {
max-width: 520px;
}

section.sec1 .abt-img img {
height: 650px;
object-fit: cover;
object-position: bottom;
}

.discard {
margin-bottom: 40px;
}

.discard .txt {
padding: 30px;
}

.discard .txt p {
padding-block: 12px;
}

.quoteCard {
padding: 40px;
border: 1px solid #B1862D;
border-radius: 10px;
margin-top: 160px;
}

.quoteCard p {
padding-top: 20px;
}

section.quote {
background-color: var(--secondary);
}

section.quote .content p {
padding-block: 2rem;
color: #fff;
font-size: 26px;
line-height: 40px;
}

.quoteCard h6 {
font-weight: 500;
font-size: 35.2px;
line-height: 45.76px;
}

section.quote .content span {
color: var(--primary);
font-weight: 700;
font-size: 18px;
}

.quoteCard a.btn-more {
margin-left: 14px;
}

.quoteCard {
margin-inline: 80px;
}

.exp {
padding-block: 200px;
background-repeat: no-repeat;
background-size: cover;
}

.exp .content {
text-align: center;
}

.exp .content p {
padding-block: 22px 30px;
font-weight: 400;
font-size: 24px;
line-height: 36px;

}

.exp .content .btn {
margin-right: 10px;

}

section.sec2 .bottom {
padding-top: 4rem;
}

.newsCard {
padding-bottom: 2rem;
}

.newsCard img {
width: 100%;
}

.newsCard .txt h5 {
font-weight: 500;
font-size: 24px;
line-height: 36px;
}

.newsCard .txt span {
color: var(--primary);
font-size: 15px;
line-height: 22px;
padding-top: 10px;
font-weight: 500;
}

.newsCard .txt p {
padding-top: 3rem;
}

.subscribe p {
color: #fff;
}

.subscribe p.p1 {
font-size: 16px;
margin-block-start: 18px;
}

.subscribe .form-check {
padding-left: 0;
display: flex;
align-items: baseline;
gap: 12px;
margin-block: 14px 14px;
color: #fff;
font-size: 16px;
}

.subscribe p.p2 {
font-size: 13px;
margin-bottom: 20px;
border: 1px solid;
padding: 8px;
border-radius: 6px;
}

.subscribe p.p2 a {
color: #fff;
text-decoration: underline;
}

.contact-footer h6 {
color: var(--white);
position: relative;
margin-top: 30px;
font-weight: 400;
font-size: 25.6px;
line-height: 33.28px;
}

.f-menu .f-icon-box {
margin-top: 20px;
}

.quoteCard a.btn-more:hover {
color: var(--primary) !important;
}

.hero-img img {
display: block;
}

section.quote h2 {
color: var(--white);
padding-bottom: 30px;
}

section.mission .txt {
text-align: center;
}

section.mission p {
font-weight: 600;
font-size: 25.6px;
line-height: 33.28px;
color: var(--secondary);
padding-block: 20px;
}

section.foundational .top {
padding-bottom: 40px;
}

.foun-card {
margin-bottom: 60px;
}

.foun-card h6 {
padding-block: 35px 25px;
font-weight: 400;
font-size: 27.2px;
line-height: 33.28px;
}

.foun-card p+p {
padding-top: 26px;
}

section.video .img-box {
position: relative;
padding-top: 50px;
}

section.video .img-box a {
position: absolute;
top: 50%;
left: 50%;
border-radius: 100%;
text-align: center;
background-color: transparent;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
padding: 17px 17px 17px 17px;
border-radius: 100px;
background-color: var(--white);
}

section.video .img-box i {
color: #000;
font-size: 25px;
margin-left: 3px;
}

section.video {
background: #000000;
margin-top: 21rem;
padding-bottom: 13rem;
}

section.video .videoWrap .top {
text-align: center;
}

section.video .videoWrap {
margin-top: -20rem;
}

.videoWrap .content {
padding-top: 80px;
}

.videoWrap .content p {
color: #fff;
}

.videoWrap .content p+p {
padding-top: 22px;
}

.videoWrap .content span.name {
color: var(--primary);
padding-top: 15px;
}

ul.videoList {
margin-left: 22px;
}

ul.videoList li {
color: #fff;
margin-bottom: 10px;
position: relative;
padding-left: 10px;
}

ul.videoList li::after {
position: absolute;
content: "\f178";
font-family: "Font Awesome 5 Pro";
left: -24px;
top: 0;
color: var(--primary);
}

section.gallery {
padding-top: 0;
margin-top: -6rem;
}

.galleryImg img {
width: 100%;
}

[class^="box-"] {
display: none;
transition: .2s ease;
}

[class^="box-"].showfirst {
display: block;
}

ul.tab-list {
display: block;
padding-top: 0px;
border-bottom: 0px solid;
text-transform: uppercase;
margin-bottom: 22px;
justify-content: center;
}

ul.tab-list li.active {
background-color: var(--primary);
color: var(--white);
border-bottom: 0px solid;
}

ul.tab-list li {
font-size: 16px;
text-align: left;
padding: 10px 12px;
color: var(--secondary);
cursor: pointer;
text-transform: capitalize;
border-radius: 5px;
margin-bottom: 8px;
font-family: var(--font-heading);
font-weight: 700;
}

ul.tab-list li:hover {
color: var(--white);
background: var(--primary);
}

.box {
padding-top: 30px;
padding-left: 50px;

}

.box p {
font-size: 18px;
font-weight: normal;
line-height: 1.46;
letter-spacing: normal;
text-align: left;
color: #737373;
}

section.global .top {
padding-bottom: 30px;
}

section.global .imgWrap .img {
position: relative;
}

section.global .imgWrap img {
width: 100%;
}

section.global .imgWrap img h3 {
position: absolute;
bottom: 0;
}

section.global .imgWrap .img h3 {
position: absolute;
bottom: 1.5rem;
color: #fff;
left: 1.5rem;
}

section.global .imgWrap .txt {
padding-top: 1.5rem;
}

section.global .imgWrap .txt p {
padding-block: 1rem;
}

.event-card .col1 span {
display: block;
text-align: center;
font-size: 18px;
}

.event-card .col1 span strong {
font-size: 26px;
font-weight: 500;
color: #000;
}

.event-card .col2 h5 {
font-size: 30px;
font-weight: 400;
color: #000;
}

.event-card .col2 span {
display: block;
padding-block: 1rem;
font-weight: 500;
}

.event-card .col2 p {
font-weight: 500;
}

.event-card {
margin-bottom: 2rem;
background: #fff;
padding: 3rem 0px;
}

.mediaTopbar {
padding: 20px 40px;
margin-bottom: 65px;
border: 1px solid #E4E4E4;
}

.mediaSearch {
position: relative;
max-width: 185px;
}

.mediaSearch button {
position: absolute;
top: 0;
bottom: 0;
background: transparent;
border: 0;
font-size: 15px;
left: 0;
}

.mediaSearch button i {
font-weight: 500;
color: #000;
}

.mediaSearch .form-control {
margin-bottom: 0;
background: transparent;
border: 0;
padding-right: 0rem;
color: #000;
padding-left: 2rem;
}

.mediaSearch .form-control::placeholder {
color: hwb(0deg 0% 100% / 70%);
}

.mediaSearch .form-control:focus {
border: 1px solid #fff;
}

.mediaTopbar select {
border: 0;
background: transparent;
max-width: 90px;
color: #000;
font-size: 18px;
margin-bottom:
0;
display: inline-block;
appearance: auto;
margin-left: auto;
font-weight: 500;
margin-left: 2rem;
}

.mediaTopbar select:focus {
background-color: transparent;
color: #000;
}

.mainBanner2 .hero-content h2 {
color: #fff;
}

.mainBanner2 .hero-content p {
color: #fff;
max-width: 550px;
}

.mainBanner2 .hero-content {
padding-bottom: 0;
}

.mainBanner2 {
align-items: center;
width: auto;
}

.event-card .col2 h4 {
font-size: 2rem;
margin-top: 22px;
font-weight: 700;
}

.eventBottom {
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
}

.eventBottom a {
color: #000;
}

.eventBottom a i {
font-size: 14px;
font-weight: 400;
}

.mis .content p {
max-width: 850px;
margin: auto;
}

.exp2 .content h2 {
font-size: 36px;
line-height: 54px;
margin-bottom: 30px;
}

.quoteSecCard {
background: #EEF4FF;
border-radius: 10px;
padding: 50px;
}

.quoteSecCard p {
padding-block: 10px 40px;
font-weight: 400;
font-size: 22.4px;
line-height: 33.6px;
}

.quoteSecCard span {
font-weight: 700;
font-style: Bold;
font-size: 17.6px;
line-height: 26.4px;
color: var(--primary);
}

.quoteSecSlide .slick-list.draggable {
padding: 0 8% 0 !important;
}

.abtWrapSlide .slick-prev,
.abtWrapSlide .slick-next {
height: 50px;
position: absolute;
bottom: 0%;
transform: translateY(-50%);
z-index: 10;
background: none;
border: none;
font-size: 22px;
color: #565C69B8;
cursor: pointer;
background: transparent;
width: 50px;
}

.abtWrapSlide .slick-prev {
left: -2px;
}

.abtWrapSlide .slick-next {
left: 32px;
}

.abtWrapSlide .slick-dots {
margin-top: 4rem;
text-align: start;
}

.eventsInner .event-card {
padding: 0px;
margin-block: 2rem 1rem;
}

section.giftings .top {
padding-bottom: 3.5rem;
text-align: center;
}

section.giftings .top p {
margin-top: 16px;
max-width: 600px;
margin: auto;
}

.giftings-card {
padding: 48px 35px;
border-radius: 10px;
}

.giftings-card p {
padding-block: 20px 22px;
}

.giftings-card1 {
background: #000;
border: 2px solid #000;
}

.giftings-card1 h3,
.giftings-card1 p {
color: #fff;
}

.giftings-card2 {
border: 2px solid var(--primary);
}

ul.contact li {
display: flex;
align-items: start;
gap: 12px;
margin-bottom: 20px;
}

ul.contact li p {
color: #000;
font-size: 22px;
}

ul.contact li p span {
color: #565C69;
display: block;
margin-top: 10px;
font-size: 17px;
}

section.contactUs {}

section.contactUs .bottom {
padding-left: 40px;
}

section.contactUs .bottom p {
padding-top: 21px;
}

.form {
background: #000;
padding: 45px 40px;
}

.form h3 {
color: #fff;
font-size: 25px;
line-height: 34px;
}

.form .form-check {
padding-block: 0rem 0rem;
}

.form .form-check label {
display: block;
color: #fff;
margin-bottom: 4px;
}

.form .form-check label input {
margin-right: 6px;
}

.form small {
color: #fff;
font-size: 15px;
line-height: 16px;
}

.form label {
color: #fff;
font-size: 15px;
}

.form img {
margin-block: 0rem 2rem;
}

.field {
margin-block: 1rem 0rem;
}

section.contactUs {
margin-top: -20rem;
position: relative;
z-index: 2;
}

.field p {
color: #fff;
font-size: 15px;
}

section.contactUs2 {
margin-top: -32rem;
}

section.design .content ul .growCard p {
padding-block: 12px 18px;
font-weight: 400;
font-size: 27.2px;
line-height: 33.28px;
color: #000;
}

.growCard span {
color: #565C69;
max-width: 250px;
}

section.design {}

.content {}

section.design .content {}

section.design .content p {
padding-block: 10px 12px;
}

.content {}

section.design .content p strong {
font-weight: 700;
}

section.design .content p.p1 {
border-left: 3px solid var(--primary);
padding-left: 14px;
font-family: var(--font-heading);
font-weight: 600;
font-style: italic;
}

section.design .content h3 {
font-size: 30px;
line-height: 39px;
}

section.design .content h5 {
padding-top: 20px;
font-size: 20px;
font-weight: 500;
}

section.design .content ul {
margin-bottom: 22px;
}

section.design .content li {
margin-bottom: 8px;
}

section.design .content li i {
color: var(--primary);
margin-right: 4px;
}

section.design .content p.p2 {
border-left: 3px solid var(--primary);
padding-left: 14px;
font-family: var(--font-heading);
font-weight: 600;
font-style: italic;
}

ul.videoList li strong {
font-weight: 700;
}

.exp3 h3 {
padding-bottom: 22px;
max-width: 900px;
margin: auto;
}

.mainBanner3 {
height: 530px;
}

.newsInner .newsCard img {
height: 400px;
object-fit: cover;
border-radius: 10px;
}

.newsInner .newsCard .txt p {
padding-top: 12px;
}

section.newsInner2 ul.tab-list {
display: flex;
justify-content: start;
margin-bottom: 2rem;
}

section.message ul {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}

section.message ul li a {
background-color: #E5E7EB;
padding: 8px 20px;
border-radius: 100vmax;
color: #000;
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
}

section.message ul li a:hover {
background: var(--primary);
color: #fff;
}

section.messageSec2 h3 {
padding: 2rem 2rem;
}

.slide1Card {
text-align: center;
}

.slide1Card img {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
}

.slide1Card p {font-size: 16px;color: #000000;font-weight: 600;line-height: 22px;padding-block: 22px 10px;/* color: #ffff; */}

.slide1Card span {
color: var(--primary);
}

.submitCard {
padding: 30px;
background: #EEF4FF;
min-height: 210px;
}

.submitCard span {
color: var(--primary);
display: block;
padding-bottom: 10px;
font-size: 31px;
}

.abt-img3 {
width: 100%;
display: flex;
height: 100%;
}

section.sec4 ul {
display: flex;
align-items: center;
gap: 2rem;
justify-content: center;
margin-top: 2rem;
}

section.sec4 ul li a {
color: #000;
}

.faq .tabs1 {
margin-top: 8px;
}

.faq .accordion {
text-align: left;
}

.faq .at-tab {
display: none;
/* border-bottom: 1px solid #dddddd; */
border-top: none;
background-color:
transparent;
padding: 13px 16px;
}

.faq .at-tab p {
line-height: 26px;
font-size: 18px;
}

.faq .at-title {
cursor: pointer;
background-color: transparent;
position: relative;
transition: background-color 0.3s ease;
padding: 10px 16px;
}

.faq .at-title.active,
.faq .at-title:hover {
background: #e7f1ff;
color: var(--primary);
}

/* .at-title:hover {
background-color: #e0e0e0;
} */

.faq .at-title:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
top: 50%;
transform:
translateY(-50%);
right: 15px;
color: #2d2d2d;
transition: all 0.3s ease-in-out;
font-size: 16px;
font-weight: 700;
}

.faq .at-title.active:after {
content: "\f077";
}

.faq .at-item {
border-radius: 0;
margin-bottom: 0px;
border: 1px solid #ddd;
}

.faq .at-title h2 {
font-family: var(--font-heading);
display: flex;
align-items: center;
padding: 3px 1px 0px 2px;
background-color: transparent;
color: var(--dark);
font-size: 17px;
font-weight: 500;
line-height: 29.99px;
}

.faq ul.tab-list li.active .faq-card {
background-color: #152a3d !important;
}

.faq ul.tab-list li.active .faq-icon img {
filter: brightness(0) invert(1);
}

.faq ul.tab-list li.active .faq-card h6 {
color: #e8dab6;
}

.faq ul.tab-list li.active .faq-card p,
.faq ul.tab-list li.active .faq-card p a {
color: #fff;
}

.slide1Card {/* box-shadow: rgb(0 0 0 / 20%) 0px 10px 20px -10px; *//* padding: 48px 28px; */border-radius: 20px;/* margin-block: 1rem; *//* border: 3px solid var(--primary); *//* background: var(--primary); */}

.slide1Card h6 {font-size: 26px;font-weight: 700;color: #fff;line-height: 26px;}

section.messageSec2.sec-pad {/* background: #000000; */}

.slide1Card a.btn-more {color: #525252;font-size: 16px;}

.main_donation_form {
max-width: 490px;
margin: 0;
padding: 1.375rem;
border: 2px solid #DEDFE3;
border-radius: 6px;
text-align: center;
}

.main_donation_form .tabs {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 1.25rem;
}

.main_donation_form .tab {
padding: 8px 2rem;
cursor: pointer;
background-color: transparent;
border: 2px solid rgb(33 40 48 / 20%);
border-radius: 5px;
color: #212830;
font-weight: 600;
}

.main_donation_form .tab.active {
background-color: rgb(107 176 189 / 10%);
color: var(--primary);
border-color: var(--primary);
}

.main_donation_form .price-buttons {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin: 1rem 0 1.25rem 0;
}

.main_donation_form .price-btn {
padding: 10px;
cursor: pointer;
background-color: transparent;
border: 2px solid rgb(33 40 48 / 20%);
border-radius: 5px;
color: #212830;
}

.main_donation_form .price-btn.active {
background-color: black;
color: white;
border-color: black;
}

.main_donation_form .custom-amount input {
all: unset;
}

.custom-amount {
width: 100%;
border: 2px solid rgb(33 40 48 / 40%);
border-radius: 6px;
height: 52px;
display: flex;
align-items: center;
justify-content: space-between;
text-align: left;
padding: 0 15px;
}

.main_donation_form .currency {
margin-left: 5px;
font-weight: bold;
}

.main_donation_form .checkbox {
text-align: left;
margin: 1.2rem 0 10px 0;
}

a.addCmnt {
display: block;
text-align: left;
color: #212830;
font-size: 0.875rem;
text-decoration: underline !important;
margin-bottom: 1.5rem;
}

.main_donation_form .give-now {
background-color: #000;
color: white;
padding: 1rem 2rem;
border: none;
border-radius: 5px;
cursor: pointer;
font-weight: 600;
width: 100%;
}

.main_donation_form .tab-content {
display: none;
padding: 10px;
}

.main_donation_form .tab-content.active {
display: block;
}

.modlText {
    border: 2px solid #DEDFE3;
    border-radius: 6px;
    padding: 2rem 1.5rem;
    height: 100%;
}

.modalLeft figure img {
width: 100%;
}

img.img-fluid.modlLogo {
width: 150px;
}

.modalLeft h4 {
font-size: 1.25rem;
font-weight: 600;
color: #222832;
margin: 1rem 0 0.875rem 0;
}

.modalLeft p {
color: #222832;
margin-bottom: 2rem;
}

.modalLeft ul {
display: flex;
gap: 1.5rem;
}

.modalLeft ul li a {
font-size: 12px;
color: #697484;
border-bottom: 1px solid #697484;
}

.main_donation_form h2 {
color: #222832;
font-size: 1.25rem;
margin-bottom: 1.5rem;
font-weight: 700;
}

.main_donation_form.modalForms {
height: 100%;
}

.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}

.modal-header {
justify-content: end;
background: transparent !important;
border: 0;
}

.modal-header button.close {
background: transparent;
border: 0;
font-size: 40px;
font-weight: 200;
}

.modalLeft {
height: 100%;
}

.modal-body {
padding-bottom: 3rem;
}


.messageSec2Slide2, .messageSec2Slide1{
margin-bottom: 3rem;
}


.messageSec2Slide1 .slide1Card p {
    max-width: 160px;
    margin: auto;
}



.messageSec2Slide1 .slick-prev   {
    left: 44rem;
}


.messageSec2Slide1 .slick-next{
     left: 47rem;
}


.messageSec2Slide1 .slick-prev, .messageSec2Slide1 .slick-next {
    height: 40px;
    position: absolute;
    top: -12%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    background: hwb(0 0% 100% / 1);
    width: 40px;
    border-radius: 100vmax;
}



.messageSec2Slide2  .slick-prev   {
    left: 45rem;
}


.messageSec2Slide2  .slick-next{
     left: 48rem;
}


.messageSec2Slide2  .slick-prev, .messageSec2Slide2  .slick-next {
    height: 40px;
    position: absolute;
    top: -13%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    background: hwb(0 0% 100% / 1);
    width: 40px;
    border-radius: 100vmax;
}






















