body {
	padding:0px;
	margin: 0px;
	font-size: 16px;
  font-family: "Poppins", sans-serif;

}

* {
	margin: 0px;
	padding: 0px;
	transition: 0.3s;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ol,
ul {
	margin: 0px;
	list-style: none;
}

.mt-20 {
	margin-top: 20px;

}

.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-62{
  margin-top: 62px;
}
.mt-40{
 margin-top: 40px;
}
/***Font Size/Color***/
.text-62 {
	font-size: 62px;
	line-height: 70px;
}

.text-56 {
	font-size: 56px;
}
.text-46{
 font-size: 46px;
}

.text-40 {
	font-size: 40px;
}
.text-34{
 font-size: 34px;
}
.text-32 {
	font-size: 32px;
}
.text-28 {
 font-size: 28px;
}
.text-26 {
	font-size: 26px;
}

.text-24 {
	font-size: 24px;
	line-height: 32px;
}

.text-22 {
	font-size: 22px;
}

.text-20 {
	font-size: 20px;
	line-height: 30px;
}

.text-18 {
	font-size: 18px;
}

.text-15 {
	font-size: 15px;
}
.text-14{
	font-size: 14px;
}

.text-primary {
	color: #282828 !important;
}

.text-secondary {
	color: #656565 !important;
}
.leading-36{
	line-height: 36px;
}
.leading-28{
	line-height: 28px;
}

h1,h2,h3,h4,h5,h6{
font-family: "Roboto Condensed", sans-serif;
   font-weight: bold;
   color: #10111A;
}
h1{
    font-size: 96px;
}
h2{
	font-size: 48px;
	line-height: 65px;
}
p {
    font-size: 18px;
    line-height: 28px;
    color: #97918B;
}
/***Font Weight***/
.font-weight-600 {
	font-weight: 600;
}

.font-weight-300 {
	font-weight: 300;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-bold{
 font-weight: bold;
}
/***Buttons***/
.primary-btn {
	    padding: 18px 24px;
    color: #fff !important;
    background-color: #0D3344;
    border-radius: 10px;
    min-width: 233px;
    text-decoration: none;
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    display: inline-flex
;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #0D3344;
    justify-content: center;
    box-shadow: 0px 1.85px 3.15px rgb(68 68 68 / 43%), 0px 8.15px 6.52px rgb(68 68 68 / 40%);
    text-transform: uppercase;

}
.product-grid-wrap {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 0;
    margin-top: 30px;
}
.product-repeat img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.primary-btn span {
	z-index: 2;
}

.primary-btn:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(1, 19, 31);
	top: 0;
	left: -100%;
	transition: 0.3s;
}
.primary-btn:hover{
    border-color:rgb(1, 19, 31);
}
.primary-btn:hover:after {
	left: 0%;
}

.btn-bg-red{
	background-color: #FF0000;
	border: 1px solid #FF0000;
}
.btn-bg-red::after{
	background-color: rgba(240, 0, 0, 1);
}
.btn-bg-red:hover{
	border-color: rgba(240, 0, 0, 1);}

.bg-red{
	background-color: #FF0000;
}
.purple-bg{
 background-color:#9933FF;
}
.btn-purple{
	border: 1px solid #9933FF;
	color: #9933FF !important;
	background-color: #fff;
}
.btn-bg-purple{
    background-color:#9933FF;
    border-color: #9933FF;
}
.btn-bg-purple::after{
    background-color: #8a36f5;
}
.btn-bg-purple:hover{
   border-color: #8a36f5;  
}

.btn-purple::after{
	background-color: #9933FF;
}
.bth-bg-yellow{
    background-color: #FFFF00 !important;
    border-color: #FFFF00 !important;
    color: #282828 !important;
}
.bth-bg-yellow:after{
    background-color: #F4F400 !important;
}
.bth-bg-yellow:hover{
    border-color: #F4F400 !important;
}
.btn-bg-pink{
     background-color:#FF33CC;
    border-color: #FF33CC !important;
}
.btn-bg-pink::after{
     background-color:#f029be;
} 
.btn-purple:hover{
	color: #fff !important;
}

.sec-padding {
	padding: 130px 0px;
}

.mt-130 {
	margin-top: 130px;
}

.radius-20 {
	border-radius: 20px;
}
.radius-16{
	border-radius: 16px;
}
.italic{
	font-style: italic;
}
.z-index-2{
	z-index: 2;
}
.cursor-pointer{
	cursor: pointer;
}
/**Header css start here**/
.current_page_item a {
    font-weight: bold;
    text-decoration: underline;
}
.mega-menu {
      display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    top: 94px;
    border-top: 1px solid #EFEFEF;
} 
.mega-menu-programs:hover .mega-menu{
 display: block;
}
.mega-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.mega-menu-header{
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mega-menu-title {
    font-family: "bree", sans-serif;
    font-size: 30px;
    margin: 0 !important;
    color: #282828;
}
.mega-col ul li{
        display: block;
    margin: 15px 0;
}

.mega-col ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #656565;
    position: relative;
    padding-left: 15px;
}

.mega-col ul li a::after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #41B6E6;
    content: "";
    top: 8px;
    border-radius: 100%;
    left: 0px;
}
.mega-col ul {
    padding: 0;
}
.mega-col ul li a:hover {
    color: #41B6E6;
}

.header-wrap {
   position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    height: 94px;
}

.header-right ul {
    display: flex
;
    align-items: center;
    gap: 30px;
}
.header-right-wrap {
	gap: 24px;
}
header ul li{
	position: relative;
	height: 100%;
	display: flex;
}

header ul li a {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	color: #282828;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
    text-transform: uppercase;
	gap: 8px;
}

header ul li a:hover {
	color: #535353;
}

header ul li a span img {
	width: 9px;
}

header ul li a span {
    display: flex
;
    height: auto;
}

.sub-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 287px;
    background: #fff;
    box-shadow: 0px 3px 6px #0000000D;
    padding: 6px 28px 13px;
    left: -40px;
    top: 100%;
	border: 0px;
    border-top: 1px solid #EFEFEF;
	display: none;
}

.sub-menu li a{
 font-size: 16px;
 font-weight: 300;
 color: #656565;
 position: relative;
 padding-left: 15px;
}
.sub-menu li a:hover{
	color: #41B6E6;
}
.sub-menu li a::after{
	    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #41B6E6;
    content: "";
    top: 8px;
    border-radius: 100%;
    left: 0px;
}
.sub-menu li {
    display: block;
    margin: 15px 0;
}
.open-dropdown-menu{
	display: block !important;
}


.bubble-design::after {
	content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background-image: url(../images/red-bubble-top-left.svg);
    top: 41px;
    left: -78px;
    background-size: 130px;
    background-repeat: no-repeat;
}
.purple-bubble::after{
background-image: url(../images/purple-bubble-left.svg);
}

.bubble-bottom-left::after{
	bottom: 40px;
	top: auto;
}


.bubble-right::after {
	left: auto;
	right: -78px;
	 background-image: url(../images/red-bubble-top-right.svg);
}
.purple-bubble-right::after{
 background-image: url(../images/purple-bubble-right.svg);
}
.bubble-right-bottom::after{
	top: auto;
	bottom: 50px;
}

.search-wrap span {
	width: 22px;
	display: inline-block;
	cursor: pointer;
}

.donate-link {
	gap: 10px;
}
.site-logo img {
    width: 148px;
}

/**Header css end here**/

.small-container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}
.about-data {
    width: 630px;
    padding-left: 30px;
}
.about-img {
    width: 600px;
}
.about-img img{
    width: 100%;
}
.about-data .primary-btn {
    margin-top:10px;
}
.product-repeat.view-more-product {
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #0D3344;
    color: #fff;
}
.team-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 20px;
    margin-top:30px;
}
.team-member-repeat img{
 width: 100%;
}
.team-detail { 
    border-top: 11px solid #0D3344;
    padding-top: 20px; 
    text-align: center;
}
.team-detail h2 {
    font-weight: 400;
    margin: 0;
}
.product-repeat.view-more-product a {
    font-size: 28px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
}
footer.site-footer {
    background: #0D3344;
    color: #fff;
    padding-top: 120px;
    overflow: hidden;
    position: relative;
}
footer.site-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    /* bottom: 0; */
    background: #000000;
    /* transform: skew(40deg); */
    /* z-index: -1; */
    height: 100px;
    width: 100%;
    transform: skewY(-3.8deg);
    transform-origin: top left;
}
.footer-inner-data {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    width: 140px;
}
.contact-details {
    width: 308px;
}
.quick-menu {
    width: 122px;
}

.footer-right {
width: 386px;
    display: flex
;
    justify-content: right;
}
.contact-detail-repeat svg {
    min-width: 30px;
}
.contact-detail-repeat {
    font-size: 14px;
    line-height: 28px;
}
.contact-detail-repeat a{
    color: #fff;
    text-decoration: underline;
}
.footer-inner-data h3 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.quick-menu ul li a{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif; 
}
.quick-menu ul {
    margin: 0;
    padding: 0;
}
.quick-menu ul li {
    margin-bottom: 10px;
}
.footer-bottom {
    display: flex
;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 40px 0 20px;
}
.footer-bottom-nav ul {
    display: flex
;
    gap: 15px;
}
.footer-bottom-nav ul li a {
    color: #7B7E86;
    font-size: 14px;
}

.footer-emails-wrap {
    margin: 30px 0;
}
.socila-media-icons {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.copyright-text {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    width: 100%;
}  
footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: none !important;
}
.footer-form input {
    border: 1px solid #9A9EA5;
    padding: 7px 11px;
    font-size: 16px; 
    width: 100%;
}
.wpcf7-response-output {
    margin: 0px 0px 30px !important;
    font-size: 12px;
    padding: 10px !important;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
}
.footer-form p { 
    margin: 0;
}
span.wpcf7-spinner { 
    display: none;
}
.news-letr-frm {
    margin-bottom: 25px;
}
.footer-right-iner {
    width: 235px;
}
.banner-wrapper {
    position: relative;
}
.banner-inner-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 30px;
}
.banner-inner-data .primary-btn {
    margin: 0 auto;
    justify-content: center;
    height: 65px;
}
button.btn-close {
    background-color: #fff;
    opacity: 1;
    padding: 22px;
    position: absolute;
    right: 0;
}
.team-member-repeat img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.wide-container{
 max-width: 1440px;
 margin: 0 auto !important;
}
section.inner-pages-banner {
    height: 431px;
    background-size: cover;
}
.sec-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.infrasture-data-wrap .about-inner-data:nth-child(odd) {
    flex-direction: row-reverse;
}
.small-container.infrasture-data-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1250px;
}
.infrasture-data-wrap .about-inner-data {
    justify-content: space-between;
}
.our-team-page-grid{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 80px 30px;
}
.member-name{
    align-items: center;
}
.member-name p {
    margin: 0;
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
}
.member-info p {
    margin: 0;
    width: 215px;
}
.member-info {
    display: flex
;
    justify-content: end;
}
.our-team-page-grid .team-detail{
    border-top: 0px;
}
.our-team-page-grid .team-member-repeat img{
    height: 700px;
}
.get-intouch-info {
    display: flex
;
    flex-direction: column;
    gap: 15px;
    color: #97918B;
    font-size: 18px;
}
.get-intouch-info .contact-detail-repeat{
    font-size: 18px;
    line-height: 26px;
} 
.contact-form {
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 50px;
}
.contact-form .input-controls{
    width: 100%;
}
.contact-form .input-controls {
    width: 100%;
    border: 1px solid #828282;
    padding: 10px;
    min-height: 40px;
    background: #F9F9F9;
    font-size: 16px;
    margin: 10px 0px;
}
.contact-form textarea{
    height: 140px;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 18px 24px;
    color: #fff !important;
    background-color: #0D3344;
    border-radius: 10px;
    min-width: 233px;
    text-decoration: none;
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    display: inline-flex
;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #0D3344;
    justify-content: center;
    box-shadow: 0px 1.85px 3.15px rgb(68 68 68 / 43%), 0px 8.15px 6.52px rgb(68 68 68 / 40%);
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #000000;
}
.contact-form p {
    margin: 0;
}

.product-grid-wrap.collections_list-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
} 
.product-repeat h3 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 11px 0;
}
.collections_list-grid img {
    height: 498px;
}
.hidden-item {
  display: none;
}
.product-repeat:hover {
    transform: scale(1.1);
}
.team-member-repeat:hover {
    margin-top: -10px;
}
.fixed-header {
    background-color: #fff;
    box-shadow: 0px 0px 10px #f2f2f2;
    border: 1px solid #f2f2f2;
}

section.inner-pages-banner .sec-overlay {
    padding-top: 94px;
}