@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;500;600;700&display=swap');

.wide_container {
    max-width: 1736px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px auto;
}

.container {
    max-width: 1449px;
    width: 100%;
    margin: 0px auto;
}

.small_container {
    max-width: 920px;
    width: 100%;
    margin: 0px auto;
    padding: 0 20px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    scroll-behavior: smooth;
}

p {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ul li {
    list-style: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ababab;
    margin: 50px auto;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

input {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

a:focus,
a:hover {
    text-decoration: initial;
    transition: .5s all ease;
}

a {
    transition: .5s all ease;
}

/* heading & paragraph tag */
h1 {}

h3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    position: relative;
}

.footer h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
}

p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    display: block;
}

.main-footer {
    padding: 80px 0;
}

.main-footer p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0;
}

.how_we_work p,
.content_donate p,
.trust_con p {
    color: #000;
}

/* margin-padding */

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr50 {
    padding-right: 50px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl50 {
    padding-left: 50px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb120 {
    padding-bottom: 120px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pt150 {
    padding-top: 150px;
}

.pt250 {
    padding-top: 250px;
}

/* text alignment */
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* background color */
.white_bg {
    background-color: #ffffff;
}

.black_bg {
    background-color: #000000;
}

.gradient_color {
    background: linear-gradient(352.13deg, #FFE7C3 0.82%, rgba(255, 255, 255, 0) 51.91%);
}

.box_gradient {
    background: linear-gradient(323.83deg, rgba(255, 231, 195, 0.5) 106.93%, rgba(255, 255, 255, 0) 113.2%);
}

/* text capital small */
.upper {
    text-transform: uppercase;
}

.capital {
    text-transform: capitalize;
}

.shadow {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

/* error css */
label#phone-error,
label#email-error,
label#fname-error,
label#lname-error {
    color: red;
    font-weight: normal;
}

p.success {
    color: green;
}

/* newClass Stick Menu */
.newClass .top_header {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: inherit;
    padding: 30px 0;
    background-color: #000000;
}

.top_header {
    padding: 50px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    transition: .5s all ease;
}

.newClass .top_header nav#navbar .menu li a,
.newClass .top_header nav#navbar-2 .menu li:first-child a,
.newClass .top_header .red_btn:hover {
    color: #fff;
}

.newClass #header:after {
    content: inherit;
}

.top_header .logo a.white_logo {
    display: none;
}

.newClass .top_header .logo a.black_logo {
    display: none;
}

.newClass .top_header .logo a.white_logo {
    display: block;
}

/* button */
.red_btn {
    background: #D14747;
    color: #ffffff;
    display: inline-block;
    padding: 15px 49px;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s all ease;
    border-radius: 120px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    border: 1px solid transparent;
}

.red_btn:hover {
    background-color: transparent;
    border-color: #D14747;
    color: #000000;
}

.transparent_btn {
    background: transparent;
    color: #000000;
    display: inline-block;
    padding: 22px 36px;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s all ease;
    border-radius: 120px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    border: 1px solid #000000;
}

.transparent_btn:hover {
    background-color: #D14747;
    color: #ffffff;
    border-color: transparent;
}

.about_us_con a.red_btn:hover {
    color: #fff;
}

/* back-button */
#back-button.show {
    opacity: 1;
    visibility: visible;
}

#back-button {
    display: inline-block;
    background-color: #D14747;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

.arrow {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: 2px solid white;
    border-right: 2px solid white;
    box-shadow: 0 0 0 lightgrey;
    transition: all 0.5s ease 0s;
    margin-left: 25px;
    transition: .5s all ease;
}

.show {
    display: block !important;
}

#back-button .arrow.left {
    margin-left: 13px;
    transform: translate3d(0, -40%, 0) rotate(-45deg);
    margin-top: 3px;
}

.arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -60%) rotate(45deg);
    width: 200%;
    height: 200%
}

.arrow.left {
    left: 0;
    transform: translate3d(0, -50%, 0) rotate(-135deg);
}

#back-button:hover .arrow {
    top: 40%;
}

/* stroke text */
h2.filled_stroke_text {
    font-size: 35px;
    line-height: 52px;
    color: #D14747;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner_band span.outline_stroke_text {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    top: 5px;
    left: 5px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-fill-color: transparent;
    color: #000;
    font-size: 95px;
    line-height: 112px;
    font-weight: 600;
    opacity: inherit;
}

.banner_band span.filled_stroke_text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-fill-color: var(--color);
    color: #000;
    font-size: 95px;
    line-height: 112px;
    font-weight: 600;
}

span.outline_stroke_text {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    top: -20px;
    left: 0;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-fill-color: transparent;
    color: #000;
    font-size: 50px;
    line-height: 75px;
    font-weight: 800;
    opacity: 0.3;
}

span.filled_stroke_text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-fill-color: var(--color);
    color: #000;
    font-size: 95px;
    line-height: 112px;
    font-weight: 600;
}

/* side small icon */
.why_donate,
.why_trust_us {
    position: relative;
    padding: 80px 0;
}

.why_donate:after,
.why_trust_us:after {
    content: '';
    background: url(../img/side-icon-2.png);
    width: 187px;
    height: 146px;
    position: absolute;
    top: 100px;
    left: 0px;
}

.photo_gallry,
.how_we_work,
.main-footer {
    position: relative;
}

.photo_gallry:after,
.how_we_work:after {
    content: '';
    background: url(../img/side-icon-1.png);
    width: 130px;
    height: 217px;
    position: absolute;
    top: -50px;
    right: 0;
}

.main-footer:after {
    content: '';
    background: url(../img/side-icon-3.png);
    width: 143px;
    height: 164px;
    position: absolute;
    top: 0;
}

.how_we_work:after {
    left: 0;
}


/* ===============home page=============== */

/* header */
.mobile-menu {
    display: none;
}

nav#menu {
    visibility: hidden;
    opacity: 0;
}

.top_header nav#navbar {
    max-width: 40%;
    flex: 0 0 40%;
    text-align: right;
}

.top_header nav#navbar-2 {
    max-width: 29%;
    flex: 0 0 29%;
    text-align: right;
}

.top_header .logo {
    line-height: 0px;
    transition: .5s all ease;
    position: relative;
    z-index: 2;
    max-width: 20%;
    flex: 0 0 20%;
}

.top_header .logo img {
    position: relative;
    z-index: 2;
}

.top_header .logo a {
    display: block;
    position: relative;
}

.top_header .flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.top_header .flex_wrap .menu li {
    display: inline-block;
}

.top_header nav#navbar .menu li a {
    display: block;
    color: #000;
    padding: 15px 18px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.top_header nav#navbar .menu li a:hover,
.top_header nav#navbar-2 .menu li:first-child a:hover {
    color: #D14747;
}

.top_header nav#navbar-2 .menu li:first-child a {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    color: #000;
    margin: 0 10px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.other_page {
    margin-top: 161px;
}

.home_page.main,
.contact_us_page {
    overflow: hidden;
}

/*section banner-band */
header#header {
    position: relative;
}

.banner_band {
    background: url(../img/joy-square-banner.png);
    max-width: 1920px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_band .wide_container {
    padding-top: 150px;
}

.banner_band .text-1,
.banner_band .text-2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_band .text-2,
.banner_band .text-2 span.outline_stroke_text {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 20px 100px 0px 0px;
}

.banner_band .text-2:after {
    content: '';
    position: absolute;
    background: url(../img/smiley_vector.svg);
    width: 71px;
    height: 71px;
    right: 28%;
    top: 60%;
    transform: translateY(-50%);
}

.banner_band .banner-btn {
    padding: 40px 0 80px;
}

.banner_band .row.banner_img_sec .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -90px;
}

.banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    margin: 0 22px;
}

/* section1 about_us */
.about_us {
    padding: 50px 0;
}

.about_us .number {
    font-size: 35px;
    line-height: 52px;
    font-weight: 600;
}

.about_us .number span {
    color: #00000080;
}

.about_us ul.menu-list {
    padding-top: 50px;
}

.about_us ul.menu-list li {
    max-width: 600px;
    width: 100%;
}

.about_us ul.menu-list li a {
    font-size: 35px;
    line-height: 52px;
    font-weight: 600;
    color: #00000080;
    padding: 10px 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.about_us ul.menu-list li.active-menu a {
    color: #000;
}

.about_us ul.menu-list li a p.hover-arrow {
    margin: 0;
    left: 0;
}

.about_us ul.menu-list li.active-menu a p.hover-arrow {
    position: relative;
    width: 185px;
    height: 2px;
    background: #000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    margin: 0;
    left: 20px;
}

.about_us ul.menu-list li.active-menu a p.hover-arrow:before {
    content: '';
    transform: rotate(45deg);
    position: absolute;
    width: 10px;
    height: 2px;
    right: 0;
    bottom: 4px;
    background-color: #000;
}

.about_us ul.menu-list li.active-menu a p.hover-arrow:after {
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    width: 10px;
    height: 2px;
    right: 0;
    bottom: -4px;
    background-color: #000;
}

.about_us .menu-image-holder {
    position: relative;
}

.about_us .menu-image-holder:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.31) 100%);
    width: 100%;
    height: 99%;
    left: 0;
    z-index: 0;
    border-radius: 20px;
    top: 0;
}

.about_us .menu-image-holder img {
    max-width: 695px;
    height: 659px;
    width: 100%;
    border-radius: 20px;
}

.about_us .about_us_con .para {
    padding-bottom: 40px;
}

.about_us .about_us_con {
    position: absolute;
    bottom: 30px;
    padding: 30px;
    z-index: 1;
}

.about_us .menu-image-holder .btn_vector_2 {
    position: relative;
}

.about_us .btn_vector_2:after {
    content: '';
    background: url(../img/btn_vector_1.png);
    position: absolute;
    width: 54px;
    height: 69px;
    right: 47%;
    bottom: 10px;
    transform: translateX(-47%);
}

.about_us .hover_tabbing_mob {
    display: none;
}

/* section2 how we work */
.how_we_work .how_work_slider .owl-item p.para-width,
.how_we_work p.para-width {
    max-width: 60%;
    width: 100%;
    margin: 10px auto;
    color: #00000080;
}

.how_we_work .how_work_slider .owl-item.active_text p.para-width {
    color: #D14747;
}

.how_we_work .how_work_slider .owl-item .circle {
    background: #E2E2E2;
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 15%);
    position: relative;
    top: -20px;
}

.how_we_work .how_work_slider .owl-item.active_text .circle {
    background: #D14747;
}

.how_we_work .scale_line:after {
    content: '';
    position: absolute;
    width: 785px;
    height: 4px;
    background: #D14747;
    top: 50px;
    z-index: -1;
    left: 28%;
}

.how_we_work .scale_line:before {
    content: '';
    position: absolute;
    width: 245px;
    height: 4px;
    background: #E2E2E2;
    right: 0;
    top: 50px;
    z-index: -1;
}

.how_we_work .how_work_slider {
    position: relative;
}

.how_we_work .how_work_slider .owl-stage-outer {
    padding-top: 50px;
}

.how_we_work .how_work_slider .work_section .work-point span {
    font-size: 40px;
    color: #00000080;
    display: block;
    font-weight: 700;
}

.how_we_work .how_work_slider .owl-item.active_text .work_section .work-point span {
    color: #D14747;
}

.how_we_work .how_work_slider .owl-item .work_section span.opacity_text {
    font-size: 70px;
    line-height: 99px;
    color: #00000008;
    display: none;
    font-weight: 700;
    position: absolute;
    top: -50px;
}

.how_we_work .how_work_slider .owl-item.active_text .work_section span.opacity_text {
    display: block;
}

.how_we_work .how_work_slider .work_section {
    position: relative;
}

.how_we_work .owl-controls .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 80px;
}

.how_we_work .owl-controls .owl-nav .owl-prev:hover,
.how_we_work .owl-controls .owl-nav .owl-next:hover {
    border-color: #D14747;
    background: #D14747;
}

.how_we_work .owl-controls .owl-nav .owl-prev:hover:after,
.how_we_work .owl-controls .owl-nav .owl-prev:hover:before,
.how_we_work .owl-controls .owl-nav .owl-next:hover:after,
.how_we_work .owl-controls .owl-nav .owl-next:hover:before {
    background-color: #fff;
}

.how_we_work .owl-controls .owl-nav .owl-prev {
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    position: relative;
    top: 0px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    transition: .5s all ease-in-out;
}

.how_we_work .owl-controls .owl-nav .owl-next {
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 50%;
    position: relative;
    background: #fff;
    transition: .5s all ease-in-out;
}

.how_we_work .owl-controls .owl-nav .owl-next:after {
    transform: rotate(-45deg);
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #000000;
    content: '';
    bottom: 16px;
    left: 17px;
    transition: .5s all ease-in-out;
}

.how_we_work .owl-controls .owl-nav .owl-next:before {
    content: '';
    transform: rotate(45deg);
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #000000;
    bottom: 28px;
    left: 17px;
    transition: .5s all ease-in-out;
}

.how_we_work .owl-controls .owl-nav .owl-prev:before {
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #000000;
    bottom: 28px;
    left: 13px;
    transition: .5s all ease-in-out;
}

.how_we_work .owl-controls .owl-nav .owl-prev:after {
    font-size: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #000000;
    content: '';
    bottom: 16px;
    left: 13px;
    transition: .5s all ease-in-out;
}

/* section3 donate anything*/
.donate_anything .donate_con h3,
.donate_anything span.outline_stroke_text,
.donate_anything h2.filled_stroke_text,
.donate_anything a.red_btn:hover {
    color: #fff;
}

.donate_anything {
    background: url(../img/donate_anything_bg.png);
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -1px;

    img {
        object-fit: cover;
    }
}

.donate_anything .btn_vector_1 {
    padding-top: 20px;
    position: relative;
}

.donate_anything .btn_vector_1:after {
    content: '';
    background: url(../img/btn_vector_1.png);
    position: absolute;
    width: 54px;
    height: 69px;
    right: 52%;
    bottom: 20px;
    transform: translateX(-52%);
}

/* section4 why donate? */
.why_donate .row.slide_sec {
    align-items: center;
}

.why_donate .row.slide_sec .col-md-6:first-child .section-1,
.row.slide_sec .col-md-6:first-child .section-2 {
    max-width: 49%;
    flex: 0 0 49%;
}

.why_donate .row.slide_sec .col-md-6:first-child .section-1 span,
.row.slide_sec .col-md-6:first-child .section-2 span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #D14747;
    display: block;
}

.why_donate .row.slide_sec .col-md-6:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 720px;
    margin-left: auto;
    position: relative;
}

.why_donate .row.slide_sec .col-md-6:last-child .owl-stage {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.why_donate .row.slide_sec .col-md-6:last-child {
    padding-right: 0;
}

.why_donate .row.slide_sec a.point-tab {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    display: inline-block;
    cursor: pointer;
}

.why_donate .row.slide_sec a.point-tab:hover {
    color: #D14747;
}

.why_donate .donate_info_slider .donate_sec {
    width: 100%;
    border-radius: 20px;
}

.why_donate .donate_info_slider .donate_sec .number_donate {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 24px;
}

.why_donate .donate_info_slider .donate_sec .number_donate span {
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    display: block;
    color: #000;
}

.why_donate .donate_info_slider .donate_sec .content_donate {
    padding: 15px 24px 90px;
}

.why_donate span.outline_stroke_text {
    padding: 0 50px;
}

/* section5 why trust us */
.why_trust_us .row.why_trust_info {
    align-items: center;
}

.why_trust_us .why_trust_info img {
    width: 100%;
    height: auto;
    max-width: 695px;
    object-fit: cover;
}

.why_trust_us .row.why_trust_info .trust_con {
    margin-left: 40px;
}

.why_trust_us .row.why_trust_info .trust_con h3:after {
    content: '';
    position: absolute;
    width: 61px;
    height: 2px;
    background: #D14747;
    left: 0;
    bottom: 12px;
}

.why_trust_us .row.why_trust_info .trust_con .btn_vector_3 {
    margin-top: 40px;
    position: relative;
}

.why_trust_us .row.why_trust_info .trust_con .btn_vector_3:after {
    content: '';
    background: url(../img/btn_vector_3.png);
    position: absolute;
    width: 54px;
    height: 69px;
    right: 52%;
    bottom: 10px;
    transform: translateX(-47%);
}

/* section6  photo gallry*/
.photo_gallry ul.menu_tab {
    position: relative;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #D9D9D9;
    margin-bottom: 20px;
}

.photo_gallry ul.menu_tab li a {
    display: block;
    color: #00000080;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    padding: 0 30px;
    margin-bottom: 5px;
    position: relative;
}

.photo_gallry ul.menu_tab li {
    display: inline-block;
}

.photo_gallry ul.menu_tab li.active a {
    color: #D14747;
}

.photo_gallry ul.menu_tab li a:after {
    content: '';
    position: absolute;
    bottom: -9px;
    background: #D14747;
    width: 100%;
    height: 4px;
    left: 0;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
}

.photo_gallry ul.menu_tab li.active a:after {
    transform: scale3d(1, 1, 1);
}

.photo_gallry .gallery_sec_slider .owl-stage-outer {
    padding: 80px 0;
}

.photo_gallry .gallery_sec_slider .owl-item {
    transition: .5s all ease;
}

.photo_gallry .gallery_sec_slider .owl-item.rightSlide img {
    transform: rotate(10deg);
    margin-left: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    transition: .5s all ease;
    object-fit: cover;
}

.photo_gallry .gallery_sec_slider .owl-item.center img {
    transform: rotate(0deg);
    overflow: hidden;
    transition: .5s all ease;
}

.photo_gallry .gallery_sec_slider .owl-item img {
    margin-bottom: 100px;
}

.photo_gallry .gallery_sec_slider .owl-item.leftSlide img {
    transform: rotate(-10deg);
    margin-left: -30px;
    margin-top: 50px;
    margin-bottom: 50px;
    transition: .5s all ease;
}

.photo_gallry .gallery_sec_slider img {
    max-width: 570px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.photo_gallry .slider_mob {
    display: none;
}


/* contact us page */
.contact-us header,
.contact-us footer {
    display: none;
}

#msform .tab_point ul#progressbar li:last-child {
    padding-bottom: 500px;
}

/* footer */


.contact_info .ul-width {
    padding-bottom: 30px;
}

.contact_info .contact .ul-width {
    padding-bottom: 0;
}

.contact_info .ul-width li,
.contact_info .ul-width li a {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    padding: 6px 0;
    display: inline-block;
    cursor: pointer;
    transition: .5s all ease;
    word-break: break-all;
}

.contact_info .ul-width li:hover,
.contact_info .ul-width li a:hover {
    color: #D14747;
}

.contact_info .ul-width li i {
    padding-right: 11px;
}

.social_icon .social-media .menu li {
    display: inline-block;
    border-radius: 50%;
    background: #333333;
    margin-right: 7px;
    height: 41px;
    width: 41px;
    padding: 12px 0;
    transition: .5s all ease;
    cursor: pointer;
    margin-bottom: 7px;
}

.social_icon .social-media .menu li a i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
}

.social_icon .social-media .menu li:hover a i {
    color: #ffffff;
}

.social_icon .social-media .menu li:hover {
    background: #D14747;
}

.social_icon .social-media .menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.recent_project .photo-gallery a {
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 0;
}

.recent_project .photo-gallery a img {
    position: relative;
}

.recent_project .photo-gallery a img:after {
    content: inherit;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67));
    width: 100%;
    height: 100%;
    left: 0;
}

.recent_project .photo-gallery a img:hover:after {
    content: '';
}

.recent_project .photo-gallery {
    position: relative;
}

.recent_project a.gallery_btn {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: inherit;
    position: absolute;
    bottom: 53px;
    right: 130px;
}

.founder-sec {
    padding: 200px 0 60px;
}

.founder-row {
    display: flex;
    grid-gap: 66px;
    align-items: center;
}

.founder-image {
    figure {
        display: flex;
        width: 100%;
    }

    img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.founder-info {
    color: #000;

    p {
        color: inherit;
    }
}

.founder-image {
    max-width: 500px;
    min-width: 500px;
}

.spans2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    color: #152E53;
    display: inline-block;
}

.designation {
    margin-bottom: 0;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

::selection{
    background-color: #d14747;
    color: #fff;
}

.logo {
    display: inline-flex;
    width: 100%;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}