/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');

body,p{
	font-family: "Hammersmith One", sans-serif;
}
@font-face {
  font-family: Fontspring DEMO;
  src: url(font/Fontspring-DEMO-mersin-medium.otf);
}
@font-face {
  font-family: Fontspring-DEMO-obvia;
  src: url(font/Fontspring-DEMO-obvia_thin.otf);
}
@font-face {
  font-family: Fontspring DEMO;
  src: url(font/Fontspring-DEMO-mersin-bold.otf);
}
@font-face {
  font-family: Fontspring DEMO;
  src: url(font/Fontspring-DEMO-mersin-regular.otf);
}
@font-face {
  font-family: Fontspring DEMO;
  src: url(font/Fontspring-DEMO-mersin-thin.otf);
}
@font-face {
  font-family: Fontspring DEMO;
  src: url(font/Fontspring-DEMO-mersin-light.otf);
}
@font-face {
  font-family: Fontspring DEMO;
  src: url(font/Fontspring-DEMO-mersin-semibold.otf);
}
h2.heading {
    font-family: "Hammersmith One", sans-serif;
    font-size: 56px;
    color: #fdce04;
	margin-top: 144px;

}
/* Contact Form 7 Basic Layout */
.cf7-form {
    max-width: 700px;
    margin: 0 auto;
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col {
    width: 50%;
}

.cf7-col-full {
    width: 100%;
}

/* Labels */
.cf7-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 500;
	font-family: "Hammersmith One", sans-serif;
    color: #000;
}

/* Inputs & Textarea */
.cf7-form input[type="text"],
.cf7-form input[type="email"],
.cf7-form input[type="tel"],
.cf7-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.cf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Focus */
.cf7-form input:focus,
.cf7-form textarea:focus {
    border-color: #000;
}

/* Submit Button */
.cf7-form input[type="submit"] {
background: #fdce04;
    color: #13327f !important;
    padding: 10px 43px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    font-size: 19px;
font-family: "Hammersmith One", sans-serif;
font-weight:500;
	text-transform:uppercase;
}

.cf7-form input[type="submit"]:hover {
    background: #333;
	color: #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
    }

    .cf7-col {
        width: 100%;
    }
}
p.Heading_para {
    font-size: 33px;
    color: #edc209;
    width: 619px;
    line-height: 1.3;

}
ul#menu-header_menu>li {
 align-items:center;
    font-size: 17px;
padding:16px;    margin-top: 5px;
	font-family: "Hammersmith One", sans-serif;
}

ul#menu-header_menu>li>a{
	color:#fdce04 ;
    font-size: 20px;
	text-transform: uppercase;
	font-family: "Hammersmith One", sans-serif;
}

li#menu-item-22>a{
	color:#13327f !important;
	background:#fdce04;
}
.contact_div {
    padding: 40px 40px 10px 40px !important ;
	margin-top: 101px;
    background: #e0dada;
    width: 724px;
    border-radius: 21px;
}
li#menu-item-22>a {
    color: #13327f !important;
    background: #fdce04;
    padding: 16px 63px;
    border-radius: 25px;
}

.et_pb_menu .et_pb_menu__menu {
        display: block !important;
    }

.et_mobile_nav_menu {
    display: none !important;
}
.footer-txt {
    font-size: 16px;
    line-height: 27px;
    color: #1a3883;
}

/* .forfooter-bg {
	background: #203D86;
background: linear-gradient(90deg,rgba(32, 61, 134, 1) 0%, rgba(77, 101, 159, 1) 50%, rgba(32, 61, 134, 1) 100%);
} */



@media screen and (max-width:767px){
	h2.heading {
    font-family: "Hammersmith One", sans-serif;
    font-size: 28px;
    color: #fdce04;
    margin-top: 0;
    line-height: 38px;
}
	p.Heading_para {
    font-size: 18px;
    color: #edc209;
    width: auto;
    line-height: 1.3;
}
li#menu-item-22>a {
        padding: 6px 20px;
        display: inline-block;
        border-radius: 25px;
  }
    .contact_div {
        padding: 25px 20px 10px 20px !important;
        margin-top: 78px;
        width: 90%;
    }
ul#menu-header_menu {
    flex-wrap: inherit;
}	
ul#menu-header_menu>li>a {
    font-size: 13px;
}	
ul#menu-header_menu>li {
    font-size: 13px;
    padding: 10px !important;
}	
/* Inputs & Textarea */
.cf7-form input[type="text"],
.cf7-form input[type="email"],
.cf7-form input[type="tel"],
.cf7-form textarea {
    font-size: 12px;
}	

.cf7-form label {
    font-size: 13px;
    margin-bottom: 0px;
}

	.footer_ul::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 15px;
    width: 100%;
    height: 50%;
    background-image: url(/wp-content/uploads/2026/02/Line-4.png);
    background-repeat: no-repeat;
    background-size: contain;
}
}
.footer_ul{
  position: relative;
}
.footer_ul>li::marker{
	width:20px
}
.footer_ul::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 15px;
    width: 100%;
    height: 224px;
    background-image: url(/wp-content/uploads/2026/02/Line-4.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer_ul>li
	{
		margin-bottom:50px;
	}
	ul.footer_ul {
    margin-top: 35px;
}
.bliye {
    padding-right: 65px;
}

ul#menu-home-nav-bar-new>li>a {
    margin: 41px 0px 45px 0px;
    color: #fdce04 !important;
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 50%;
text-align: right;
color: #FFFFFF;
}
ul#menu-home-nav-bar-new {
    display: flex !important;
    flex-direction: column !important;
    align-items: end;
	width:144px;
}

ul#menu-home-nav-bar-new>li {
  position: relative;
  padding-left: 9px;
}
ul#menu-home-nav-bar-new-1>li {
  position: relative;
  padding-left: 20px;
}
ul#menu-home-nav-bar-new-1>li a{
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 90%;
/* identical to box height, or 18px */
text-align: right;

color: #FFFFFF;
margin: 7px 0px 20px 0px;


}
ul#menu-home-nav-bar-new>li a{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: right;
color: #FDCE04;
}
ul#menu-home-nav-bar-new>li a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #fdce04;
    right: -31px;
    top: 7px;
    text-align: left;
    font-size: 23px;
    color: #fdce04;
}
ul#menu-home-nav-bar-new-1>li a::after {
 content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #ffffff;
    right: -56px;
    top: 5px;
  
}
.collage {
    display: flex;
    padding-top:92px;

}
img.img1 {
      width: 45%;
    height: 100%;
    margin-left: 25px;
}
img.img2 {
    width: 49%;
    margin-left: 25px;
}
h2.head{ 
   font-family: 'Aboreto';
    font-style: normal;
    font-weight: 400;
margin-top: 134px;
    font-size: 42px;
     line-height: 111%;

    text-align: center;
    color: #FDCE04;
	text-shadow: -0.692935px 1.49674px 1.49674px rgba(0, 0, 0, 0.25);}
h5.Head5 {
    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 400;
    font-size: 24.1838px;
    line-height: 28px;
    text-align: center;
    margin-top: 15px;

    color: #FDCE04;
    text-shadow: -0.395629px 0.854558px 0.854558px rgba(0, 0, 0, 0.25);
}
h2.main_head {
    position: absolute;
    width: 650px;
    height: 109px;
    left: 87px;
    top: 785px;
    font-family: 'Fontspring DEMO';
    font-style: normal;
    font-weight: 600;
    font-size: 93px;
    line-height: 109px;
    color: #FDCE04;
    text-shadow: -1.44427px 3.11962px 3.11962px rgba(0, 0, 0, 0.25);
}
p.para {
     font-family: 'Fontspring-DEMO-obvia';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
padding: 60px;

    line-height: 25px;
    text-align: justify;
    color: #FDCE04;
}
p.parag {
     font-family: 'Fontspring-DEMO-obvia';
 font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 25px;

color: #13327F;


}
p.scp {
    margin-top: 126px;
font-family: 'Fontspring DEMO';
font-style: normal;
font-weight: 400;
    padding: 20px 152px;
font-size: 24px;
line-height: 30px;
text-align: center;
color: #FDCE04;
}
p.scp1 {
    margin-top: 15px;
font-family: 'Fontspring DEMO';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
	    padding: 2px 189px;
text-align: center;
color: #FDCE04;
}
.kill{
font-family: 'Fontspring DEMO';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 30px;
text-align: right;
color: #13327F;
}
span.sech {
  position: relative;
  display: inline-block;
}

span.sech::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -23px; /* change to top if needed */
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2026/02/Rectangle-9.png");
  background-repeat: no-repeat;
  background-size: contain; /* or cover */
  z-index: -1; /* keeps image behind text */
} 
span.paint {
  position: relative;
  display: inline-block;
}span.donate_span {
  position: relative;
  display: inline-block;
}
span.paint2 {
  position: relative;
  display: inline-block;
}
span.about_2_head {
  position: relative;
  display: inline-block;
}
span.headabout {
  position: relative;
  display: inline-block;
}
span.donate_span::before {
    content: "";
    position: absolute;
left: 0px;
    bottom: 3px;
    width: 100%;
    height: 63%;
    background: #FFFFFF33;
    /* background-image: url(/wp-content/uploads/2026/02/Rectangle-8.png); */
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
span.headabout::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 72%;
    background: #ffffff63;
    /* background-image: url(/wp-content/uploads/2026/02/Rectangle-8.png); */
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.About_heading{
font-family: 'Fontspring-DEMO-obvia';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 120%;
padding: 4px 13px;
text-align: justify;
color: #FDCE04;
}
span.about_2_head::before {
    content: "";
    position: absolute;
    left: -7px;
    bottom: 0px;
    width: 102%;
    height: 71%;
    background: #ffffffa3;
    /* background-image: url(/wp-content/uploads/2026/02/Rectangle-8.png); */
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
span.spaint {
  position: relative;
  display: inline-block;
}
span.spaint::before {

    content: "";
    position: absolute;
    left: -7px;
    bottom: 4px;
    width: 105%;
    height: 61%;
    background: rgba(6, 19, 50, 0.85);
    z-index: -1;
}
p.abt_para {
    font-family: 'fontspring DEMO';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #13327F;
} 
span.paint::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px; /* change to top if needed */
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2026/02/Rectangle-8.png");
  background-repeat: no-repeat;
  background-size: contain; /* or cover */
  z-index: -1; /* keeps image behind text */
} 
span.paint2::before {
content: "";
    position: absolute;
      left: -7px;
    bottom: 4px;
    width: 105%;
    height: 64%;
    background: #FDCE04;
    /* background-image: url(/wp-content/uploads/2026/02/Rectangle-8.png); */
  
    z-index: -1;
} 
span.highli {
  position: relative;
  display: inline-block;
}
span.space {
  position: relative;
  display: inline-block;
}
span.space::before {
content: "";
    position: absolute;
  left: -7px;
    bottom: 8px;
    width: 105%;
    height: 58%;
    background: rgba(253, 206, 4, 0.55);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} 
span.highli::before {
  content: "";
  position: absolute;
     left: 0;
    bottom: 4px;
    width: 100%;
    height: 59%;

 background:rgba(245, 245, 245, 0.2);
} 
 .header_menu1 ul#menu-home-nav-bar-new {
    display: inline;
}
.header_menu1 {
    position: absolute;
    right: 123px;
    top: 76px;
}
.header_menu1 ul#menu-home-nav-bar-new {
  position: relative;
}
 .header_menu1 ul#menu-home-nav-bar-new::after {
    content: "";
    display: block;
    width: 67px;
    height: 486px;
    background-image: url(/wp-content/uploads/2026/02/Line-4-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 159px;
    top: 60px;
}

ul#menu-home-nav-bar-new-1::after {
    content: "";
    display: block;
    width: 41px;
    height: 244px;
    background-image: url(/wp-content/uploads/2026/02/Line-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 207px;
    top: 25px;
}
ul#menu-home-nav-bar-new-1{
	display:flex;
	flex-direction:column;
align-items: end;
}

.bey {
       font-family: 'fontspring DEMO';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FDCE04;
}
ul.bey_ul>li{
	line-height:33px !important;
}
p.paragra {

    font-family: 'fontspring DEMO';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
	color: #13327F;}
a.read_more {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
	color: #13327F;}
h5.Donate_h5 {
    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 400;
    font-size: 24.1838px;
    line-height: 120%;
    margin-top: 35px;

    text-align: right;
    color: #FDCE04;
    text-shadow: -0.395629px 0.854558px 0.854558px rgba(0, 0, 0, 0.25);
}
.donate {
    margin-top: 147px;
    margin-right:209px;
}
p.p1_found {

    font-family: 'Fontspring-DEMO-obvia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-right: 43px;
    text-align: right;
    color: #FDCE04;
}
p.donate_p {
      margin-top: 21px;
    font-family: 'Fontspring-DEMO-obvia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    padding-left: 131px;
    line-height: 25px;
    text-align: justify;
    color: #FDCE04;
}

h5.main_head_found {
    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-align: right;
    text-transform: uppercase;
    margin-right: 43px;
    color: #FDCE04;
margin-top: 32px;
}
p.p2_found {
    font-family: 'Fontspring-DEMO-obvia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-left: 43px;
    text-align: left;
    color: #FDCE04;
}
h5.main_head_found2 {
    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 43px;
    color: #FDCE04;
    margin-top: 32px;
}
h2.found_space {
  
    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    color: #13327F;

}
h3.klik {
   
    font-family: 'fontspring DEMO';
    background: rgba(245, 245, 245, 1);
    font-style: normal;
    font-weight: 400;
    padding: 27px 38px;
    font-size: 28px;
    line-height: 115%;
    text-align: center;
border-radius: 7px;
    color: #13327F;
}
h2.head_found {
    margin-top: 36px;
}
h3.klik1 {
   
    font-family: 'fontspring DEMO';
    background: rgba(245, 245, 245, 1);
    font-style: normal;
    font-weight: 400;
    padding: 43px;
    font-size: 28px;
border-radius: 7px;
    line-height: 115%;
    text-align: center;
    color: #13327F;
}
p.foundation_para {
  
    font-family: 'fontspring DEMO';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #F5F5F5;
}
span.hover_back_found {
  position: relative;
  display: inline-block;
}
span.hover_back_found::before {
content: "";
    position: absolute;
      left: -7px;
    bottom: 2px;
    width: 105%;
    height: 64%;
  background: rgba(245, 245, 245, 0.2);
  
 
}
p.kdkd {
  
    font-family: 'fontspring DEMO';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    background: rgba(253, 206, 4, 0.55);

    text-align: center;
    margin: 45px 114px;
    padding: 4px 0px;

    color: #13327F;
}
h3.h3_space {

    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 400;
    font-size: 43.8198px;
 margin: 24px; 
    line-height: 51px;
    text-align: center;
    color: #13327F;
}
h4.h4_space {
  
    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
margin-top: 26px;

    text-align: center;
    color: #13327F;
}
.cf7-get-in-touch h2 {
  
    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 400;
    font-size: 42.3573px;
    line-height: 95%;
    text-align: center;
    color: #13327F;
}
p.para_found {
    padding: 20px 41px;
    font-family: 'Fontspring-DEMO-obvia';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
	color: #FDCE04;}



.cf7-row {
  margin-bottom: 12px;
justify-content: center;
margin-top: 18px;
}

.cf7-row label {
 font-family: 'Fontspring-DEMO-obvia';
    font-style: normal;
    font-weight: 400;

    font-size: 20px;
    line-height: 25px;
    color: #13327F;
}

.cf7-row input,
.cf7-row textarea {
        width: 400px;
    padding: 9px 10px;
    border: none;
    outline: none;
    font-family: 'fontspring DEMO';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}

.cf7-row textarea {
  min-height: 90px;
  resize: none;
    width: 638px !important;

}
.cf7-get-in-touch textarea::placeholder {
  color: rgba(19, 50, 127, 1);
 font-family: 'Fontspring-DEMO-obvia' !important;
}

.cf7-submit-wrap {
  text-align: center;
  margin-top: 15px;
}

.cf7-submit-wrap input[type="submit"] {
    font-family: 'Aboreto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    padding: 13px 100px;
    border-radius: 10px;
    line-height: 23px;
    text-align: justify;
    background: rgba(19, 50, 127, 1);
    color: #FFFFFF;

}

.cf7-submit-wrap input[type="submit"]:hover {
  background: #162f6b;
}
.cf7-col {
    width: 20% !important;
display: flex; 
     align-items: center;
}