/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Top elements css Start */
* {
    margin: 0;
    padding: 0;
    font-family: 'Geologica', sans-serif;
}

:root {
    --red-color: rgb(207, 18, 18);
    --green-color: rgba(3, 73, 18, 0.87);
    --wheat-color: #b36237;
    --golden-color: #D0AB6D;
}

.navbar {
    display: none !important;
}

hr {
    opacity: 1;
    background-color: white;
}

p{
    text-align: justify;
    font-size: 15px;

}

.font-18{
    font-size: 18px;
}

body {
    overflow-x: hidden;
    background-color: #f2f1ee;

}

li {
    list-style: none;
    cursor: pointer;
}

/* SECTION CSS STARTS*/
.pd-top {
    padding-top: 50px;
}

.pd-bottom {
    padding-bottom: 10px;
}
.pd-full{
    padding: 10px;
}

.heading {
    margin-top: 0px;
    font-size: 2vw;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(red), to(var(--green-color)));
    background: -o-linear-gradient(left, red, var(--green-color));
    background: linear-gradient(to right, red, var(--green-color));
    -webkit-background-clip: text;
    color: transparent;
    animation: animate 1s alternate-reverse infinite;

}

.ftrheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 0px;
    font-size: 1.7vw;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(red), to(var(--green-color)));
    background: -o-linear-gradient(left, red, var(--green-color));
    background: linear-gradient(to right, red, var(--green-color));
    -webkit-background-clip: text;
    color: transparent;
    animation: animate 1s alternate-reverse infinite;

}


.content a:hover {
    cursor: pointer;
    color: var(--green-color) !important;
}

.section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: azure;
}
form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
   
   
}
.contact-form {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.form-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap:50px;

}
.form-section input, .form-section select, .form-section textarea {
    width: 400px;
}
.width-100{
    width: 100% !important;
}
.box-shadow{
    -webkit-box-shadow: var(--golden-color) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px;
            box-shadow: var(--golden-color) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    padding: 20px;
    background-color: azure;
}

.fa-house {
    font-size: 25px;
    color: var(--wheat-color);
}

.fa-house:hover {
    color: white;
}

i.headicon {
    font-size: 50px;
    margin-top: 2rem;
    color: var(--wheat-color);
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(#b36237), to(#D0AB6D));
    background: -o-linear-gradient(left, #b36237, #D0AB6D);
    background: linear-gradient(to right, #b36237, #D0AB6D);
    padding: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;

}

.top-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px !important;
    margin: 0px !important;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    color: white;
    font-weight: 500;
}
.top-element li a{
    color: white;
}

.contact i {
    font-size: 20px;
    padding-right: 5px;
    color: #4D241C;
}

.contact i:hover,
.contact li:hover i {
    color: white;
}

.top-social i {
    font-size: 25px !important;
    padding-right: 5px;
    color: #4D241C;
    margin: 0 !important;

}


#head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
    padding: 10px;
    background-color: azure;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: Helvetica Neue;
}
.logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-family: Helvetica Neue;
}

.logo-text h1 {
    margin-top: 10px;
    font-size: 3vw;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(red), to(var(--green-color)));
    background: -o-linear-gradient(left, red, var(--green-color));
    background: linear-gradient(to right, red, var(--green-color));
    -webkit-background-clip: text;
    color: transparent;
    animation: animate 1s alternate-reverse infinite;
}
.logo-text h4 {
    font-size: 20px;
    font-weight:bold;
    background: -webkit-gradient(linear, left top, right top, from(red), to(var(--green-color)));
    background: -o-linear-gradient(left, red, var(--green-color));
    background: linear-gradient(to right, red, var(--green-color));
    -webkit-background-clip: text;
    color:transparent;
    animation: animate 1s alternate-reverse infinite;

}

@-webkit-keyframes animate {
    0% {
        background: -webkit-gradient(linear, left top, right top, from(var(--green-color)), to(red));
        background: linear-gradient(to right, var(--green-color), red);
        background-position: 0% 50%;
        -webkit-background-clip: text;
        color: transparent;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes animate {
    0% {
        background: -webkit-gradient(linear, left top, right top, from(var(--green-color)), to(red));
        background: -o-linear-gradient(left, var(--green-color), red);
        background: linear-gradient(to right, var(--green-color), red);
        background-position: 0% 50%;
        -webkit-background-clip: text;
        color: transparent;
    }

    100% {
        background-position: 100% 50%;
    }
}

.column .logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 10px;
}
.column .logo img{
    height: 100px !important;
    width: 100px !important;
}

figure img {
    height: 140px;
    width: 140px;
}

#button1 {

    margin-right: 20px;
    height: 50px;
    padding: 5px 10px;
    background-color: var(--wheat-color);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#button1:hover {
    background-color: var(--green-color);
}

#button2 {

    right: 20px;
    height: 40px;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    outline: none;
    -webkit-box-shadow: 0 4px 6px -1px rgba(33, 150, 243, .4), 0 2px 4px -2px rgba(33, 150, 243, .4);
            box-shadow: 0 4px 6px -1px rgba(33, 150, 243, .4), 0 2px 4px -2px rgba(33, 150, 243, .4);
    background-color: var(--wheat-color);
}

#button2:hover {
    background-color: var(--green-color);
}

.nav {
    border-top: 1px solid rgba(128, 128, 128, 0.856);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: azure;
    position: sticky;
    top: 0px;
    z-index: 999;
    height: 52px auto;
    width: 100%;

}

.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: auto;
    width: auto;
}

.nav ul li {
    list-style: none;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.nav ul li:hover {
    background-color: var(--wheat-color);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav ul li:hover>a {
    color: white;
    text-decoration: none;
}

li a {
    font-size: 16px;
    color: rgba(3, 73, 18, 0.87);
    text-transform: uppercase;

}

.nav ul li ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    padding: 0;
    top: 48px;
    margin-left: -25px;
    background-color: azure;
    z-index: 99;
}

ul li:hover>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.whatsapp{
    position: fixed;
    right:20px;
    z-index: 9999;
}
.whatsapp a i {
    font-size: 40px;
}
.whatsapp:hover i{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
   -webkit-filter:drop-shadow(2px 5px 5px #b36237) ;
           filter:drop-shadow(2px 5px 5px #b36237) ;
 
}



/* SLIDER CSS STARTS */

.carousel,
.mgn-minus {
    margin-top: -25px;
    -o-object-fit: fill;
       object-fit: fill;
}

.carousel img {
    max-width: 100%;
    max-height: 100%;

}

.carousel-caption h1 {
    font-size: 50px;
}

.carousel-caption h3 {
    font-style: italic;
    font-size: 25px;
}



/* CARD SECTION CSS STARTS */

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.75rem;
    background-color: azure;
    width: 23%;
    margin: 10px;
    height: 370px;
    -webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .5),
        0 2px 4px -2px rgba(0, 0, 0, .1);
            box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .5),
        0 2px 4px -2px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.card:hover {
    -webkit-box-shadow: 0 4px 20px -1px rgba(0, 0, 0, .5),
        0 2px 4px -2px rgba(0, 0, 0, .1);
            box-shadow: 0 4px 20px -1px rgba(0, 0, 0, .5),
        0 2px 4px -2px rgba(0, 0, 0, .1);
        color: white;
    background:-webkit-gradient(linear, left top, right top, from(#b36237), to(#D0AB6D));
    background:-o-linear-gradient(left, #b36237, #D0AB6D);
    background:linear-gradient(to right, #b36237, #D0AB6D);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-clip: border-box;
    margin-top: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 0.75rem;
    border: 5px solid var(--golden-color);
    background-color: azure;
    -webkit-box-shadow: 0 5px 5px -3px brown, 0 4px 6px -4px brown;
            box-shadow: 0 5px 5px -3px brown, 0 4px 6px -4px brown;
    width: 150px;
    height: 150px;
    border-radius: 75px;

}

.top i {
    color: #4D241C;
}

.top img {
    -o-object-fit: fill;
       object-fit: fill;
    height: 150px;
    width: 150px;
    border-radius: 75px;


}


.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
    padding: 0.5rem;

}

.title {
    color: var(--green-color);
    letter-spacing: 0;
    line-height: 1.375;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.bottom {
    padding: 0.75rem;
    border: 1px solid rgb(236 239 241);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    background-color: rgba(0, 140, 255, 0.082);
}

/*Contact css Starts*/

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.form-container {
    line-height: 30px;
    padding: 10px;
    width: 100%;
    
}

.form-container .row {
    width: 100%;
    margin: 20px 0px;
}

.form-container .row .item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

input {
    border: none;
    border-radius: 5px;
    font-size: 20px;
    padding-left: 10px;
    height: 40px;
    width: 100%;
    -webkit-box-shadow: var(--golden-color) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px;
            box-shadow: var(--golden-color) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

textarea {
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    width: 100%;
    height: 80px;
    -webkit-box-shadow: var(--golden-color) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px;
            box-shadow: var(--golden-color) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px;

}

#submit {
    position: absolute;
    right: 20px;
    margin-top: 10px;
}

.contact-image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}


/* Team css starts*/
.bg-color{
    background-color: rgb(198,243,243);
}

.slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    max-width: 90%;
    
}

.slider-content .team-img {
    background:-webkit-gradient(linear, left top, right top, from(#D0AB6D), to(rgb(154, 241, 241)) );
    background:-o-linear-gradient(left, #D0AB6D, rgb(154, 241, 241) );
    background:linear-gradient(to right, #D0AB6D, rgb(154, 241, 241) );
    height: 250px;
    width: 250px;
    border-radius: 5%;
    border: 2px solid #4D241C;
    -o-object-fit: fill;
       object-fit: fill;
}

.imgcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    width: 100%;
}

.team-icon {
    color: #b36237;
    margin-top: 180px !important;
}

.team-member {
    margin-top: 50px;
    margin-left: 300px;
    width: 100%;
    height: 250px;

}

.card-body {
    width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: azure;
    padding: 20px;
    border-radius: 0 100px 100px 0;
    color: #4D241C;
    position: relative;
    border: 5px solid var(--golden-color);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.card-body:hover {
    background-color: #4D241C;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.card-body:hover .content {
    color: white;
}

.card-body:hover i {
    background-color: white;
}

.card-body .content {
    margin-left: 150px;
    padding-top: 10px;
    color: #4D241C;
}

.card-body .info:before {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    left: 100px;
    font-size: 20px;
    color: #D0AB6D;
}

.card-body .info:after {
    content: "\f10e";
    font-family: fontawesome;
    font-size: 20px;
    color: #D0AB6D;
    position: absolute;
    bottom: 10px;
    right: 80px;
}


.circle-image {
    background-color: var(--wheat-color);
    width: 260px;
    height: 260px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid var(--golden-color);
    overflow: hidden;
    position: absolute;
    margin-top: -18px;
    margin-left: -150px;
    z-index: 999;
    cursor: pointer;

}

.circle-image figure img {
    height: 235px;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

figure:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social i {
    right: 20px;
    margin-left: 10px;
    font-size: 30px;
    margin-top: 2rem;
    color: #4D241C;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: 3px solid transparent;
    cursor: pointer;
}


i.fa-facebook:hover {
    color: navy;
    background-color: white;
    border-radius: 50px;
    border: 3px solid #D0AB6D;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

i.fa-youtube:hover {
    color: var(--red-color);
    background-color: white;
    border-radius: 50px;
    border: 3px solid #D0AB6D;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

i.fa-instagram:hover {
    color: var(--red-color);
    background-color: white;
    border-radius: 50px;
    border: 3px solid #D0AB6D;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

i.fa-x-twitter:hover {
    color: var(--green-color);
    background-color: white;
    border-radius: 50px;
    border: 3px solid #D0AB6D;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

/* sponsers css starts*/
.running-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 20%;
    min-height: 100px;
    margin: 10px;
    padding: 10px;
    border: 3px solid #b36237;
    border-radius:10px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-weight: 700;
}

.running-projects:hover{
    background: -webkit-gradient(linear, left top, right top, from(#b36237), to(#D0AB6D));
    background: -o-linear-gradient(left, #b36237, #D0AB6D);
    background: linear-gradient(to right, #b36237, #D0AB6D);
    color: white;
}


/* Footer css starts*/

.ftr-section {
    background-color: rgb(198, 243, 243);
}


.joinus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background-color: azure;
    border-radius: 10px;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.button3 {
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    background: -webkit-gradient(linear, left top, right top, from(#4D241C), to(#b36237));
    background: -o-linear-gradient(left, #4D241C, #b36237);
    background: linear-gradient(to right, #4D241C, #b36237);
    color: white;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.button3:hover {
    border-radius: 5px;
    padding: 5px 15px;
    background: -webkit-gradient(linear, left top, right top, from(#b36237), to(#4D241C));
    background: -o-linear-gradient(left, #b36237, #4D241C);
    background: linear-gradient(to right, #b36237, #4D241C);
    color: white;
    font-weight: 700;
}


.ftr-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px;
    padding-top: 30px;
}

.ftr-content .column {
    padding: 5px;
    width: 23%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    font-size: 15px;

}
.ftr-content li a{
    color: #4D241C;
}

.line {
    height: 4px !important;
    width:100%;
    background-color: #b36237;
    border-radius: 2px;
    border: none;
    opacity: 1;
}

.payment-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.payment-option img {
    cursor: pointer;
    width: 20%;
    height: 100%;
}

.ftr-content .column h5 {
    font-weight: 700;
}

.ftr-content li {
    font-size: 16px;
    line-height: 40px;
    color: #4D241C;
}

.ftr-content li:hover {
    color: var(--green-color);
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ftr-content .column p {
    font-size: 16px;
}


.ftr-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 5px 10px;
    color: white;
    background: -webkit-gradient(linear, left top, right top, from(#4D241C), to(#b36237));
    background: -o-linear-gradient(left, #4D241C, #b36237);
    background: linear-gradient(to right, #4D241C, #b36237)
}
.ftr-bottom p{
    margin:0px;
    padding:10px;
}

.ftrheading{
    font-size: 16px;
}

#scrollbtn {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 9999;
    background-color: #4D241C;
    color: var(--golden-color);
    font-weight: 800;
    height: 70px;
    width: 70px;
    padding: 5px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}


/*ABOUT PAGE CSS STARTS */
.section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    max-width: 100%;
}

.imgcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    width: 100%;
}

.imgcontent img.img-dimention {
    width: 350px !important;
    height: 350px;
    border-radius: 10px;
    border: 2px solid #b36237;
    -webkit-box-shadow: 0px 0px 30px -10px #4D241C;
            box-shadow: 0px 0px 30px -10px #4D241C;
    background:-webkit-gradient(linear, left top, right top, from(#D0AB6D), to(rgb(237, 245, 245)) );
    background:-o-linear-gradient(left, #D0AB6D, rgb(237, 245, 245) );
    background:linear-gradient(to right, #D0AB6D, rgb(237, 245, 245) );
    
}

.team-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
    line-height: 10px;
}

.team-title .name {
    font-weight: 700;
    font-size: 20px;
}

.team-title .designation {
    font-weight: 700;
    font-size: 16px;
    color: var(--green-color);
}

.button3 a {
    color: white;
}

ol {
    width: 100% !important;
}

.fullcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.list-group-item{
    margin-top:10px;
}

.list-group-item:hover {
    background-color: var(--golden-color);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}


.txtcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: justify;
    font-size: 16px;
}
.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}


/* GALLERY PAGE CSS STARTS*/
.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -o-object-fit: fill;
       object-fit: fill;

}
.filter-section{
    border: 2px solid #b36237;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    padding: 5px 20px;
}
.gallery-filter ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}
.gallery-filter ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: justify;
   text-wrap: nowrap;
   margin-left:10px;
 
}
.no-shadow{
    background: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.search ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap:10px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.album-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}

.album-img img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 500px;
}

.gallery img {
    border-radius: 5px;
    border: 2px solid #4D241C;
    -o-object-fit: fill;
       object-fit: fill;
    margin-top: 10px;
    max-height: 400px;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.newsgallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -o-object-fit: fill;
       object-fit: fill;
    gap:30px;
    padding:10px;
    padding-top: 30px;

}

.newsgallery img {
    border-radius: 5px;
    border: 2px solid #4D241C;
    -o-object-fit: fill;
       object-fit: fill;
    height: 300px;
    width: 400px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.newsgallery img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */

}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation */
.modal-content, .close {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {-webkit-transform: scale(0);transform: scale(0)}
    to {-webkit-transform: scale(1);transform: scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


table {
    border-collapse: collapse;
    width: 100%;
    padding: 10px;
}

.tr-height {
    height: 200px;
}

td {
    border: 2px solid #b36237 !important;
    padding: 10px;

}


/* Media Query for laptop*/


@media only screen and (max-width: 1024px) {}


/* Media Query for mobile*/

@media only screen and (max-width: 767px) {

    .header-top {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;

    }

    .top-element {
        font-size: 12px !important;
    }

    .top-element i {
        font-size: 20px !important;
    }
    .top-element li a{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 11px;
    }

    h6{
        font-size: 14px !important;
    }

    .navbar {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 20px;
    }

    .navbar-toggler {
        font-size: 15px !important;

    }
    .whatsapp{
        right:60px;
        top:175px;
        z-index: 9999;
    }

    .nav {
        display: none !important;
    }
    li ul li a{
        color: white !important;
    }

    .container-fluid {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }

    .section1 {
        width: 100%;
        padding: 5px 10px;
    }

    .section-container {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        width: 100%;
        padding: 5px;

    }

    .section-container .content {
        padding: 0px !important;
        width: 100%;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }

    .heading {
        padding-top: 15px !important;
        font-size: 16px !important;
    }

    .card {
        width: 100%;
        margin: 10px 0;
    }

    .top img {
        height: 150px;
        width: 150px;
        border-radius: 75px;
    }

    .logo img {
        height: 50px;
    }

    .logo-text h1 {
        font-size: 4.5vw !important;
    }

   .logo-text h4 {
        font-size: 3vw !important;
    }

    .slider-content {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .contact-form {
        width: 100%;
        padding: 5px;
    }

    .form {
        width: 100%;
        padding: 5px;
    }


    .carousel-caption {
        top: 20px !important;

    }

    .carousel-caption h1 {
        font-size: 10px;
    }

    .carousel-caption h3 {

        font-size: 8px;
    }

    .carousel-indicators {
        top: 80px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none !important;
    }


    .sponsers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 98%;
    }

    .sponsers figure {
        width: 40%;
    }

   .running-projects{
        width: 100%;
        font-size: 12px;
    }
    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0px !important;
    }
    .filter-section{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding:0 !important;
    }
    .gallery-filter ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding:0px !important;
       
    }
    .search ul{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }

    .album-section{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .album-section img{
        width: 100%;
    }

    .content .form-container .row {

        width: 100%;
        margin: 10px;
    }

    .form .form-container .row .item {
        width: 100%;

    }
    
    .form-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      
        -webkit-box-orient: vertical;
      
        -webkit-box-direction: normal;
      
            -ms-flex-direction: column;
      
                flex-direction: column;
    }
    .form-section input{
        width: 100% !important;
    }
    .width-100{
width: 80% !important;
    }

    input,
    textarea {
        width: 100% !important;
        height: 50px;
        font-size: 18px;
    }

    label {
        font-size: 18px;
    }

    button {
        font-size: 10px;
        padding: 5px 10px;
        height: 45px;
    }

    #button1 {
        margin: 5px !important;
        font-size: 8px;
        padding: 5px 10px;
        height: 30px;
     
    }

    iframe {
        margin: 0px !important;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 10px;
    }


    .joinus input {
        width: 100%;
    }

    .ftr-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .ftr-content .column {
        width: 95%;
        -webkit-box-align: left;
            -ms-flex-align:left;
                align-items: left;
                padding-left: 10px;
    }
}