/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    background: #ecd9d9;
}

a {
    color: rgb(82, 136, 150);
    text-decoration: none;
}


/* a:hover {
    color: rgb(148, 103, 92);
    text-decoration: none;
} */

.services {
    color: black;
}

.services:hover {
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Roboto", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: rgb(185, 85, 85);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: rgb(168, 64, 64);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/

.whatsapp {
    position: fixed;
    opacity: 1;
    right: 15px;
    bottom: 70px;
    z-index: 99999;
    background: rgb(185, 85, 85);
    width: 40px;
    height: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
}

.whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.whatsapp:hover {
    background: rgb(168, 64, 64);
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-transparent {
    background: #74666600;
}

#header.header-scrolled {
    background: #f28c8c70;
    height: 60px;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 70px;
}

#header .logo-right img {
    padding: 0;
    margin-left: 70%;
    max-height: 70px;
}

#header .row {
    width: 100%;
}

#main {
    margin-top: 80px;
}

.header-container {
    margin: 0 10px;
}

@media (max-width: 601px) {
    #header .logo img {
        padding: 10px;
    }
    #header .logo-right img {
        padding: 0;
        margin-left: 90%;
        max-height: 70px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 10px 18px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: rgb(19, 18, 18);
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 700;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: rgb(150, 145, 145);
    font-weight: 800;
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    background: rgba(0, 0, 0, 0);
    color: black;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    float: right;
    margin-left: 300px;
    padding-top: 20px;
}

@media (max-width: 801px) {
    .mobile-nav-toggle {
        display: block;
        margin-left: 600px;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(165, 93, 84, 0.4);
    transition: 0.3s;
    padding-top: 30px;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    border-radius: 20px;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15;
    color: black;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: rgb(194, 165, 144);
    padding: 10px 20px;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

@media (max-width: 360px) {
    .mobile-nav-toggle {
        padding-left: 90%;
    }
}

.header-img {
    background: rgb(108, 122, 128);
}

.top-img {
    width: 100%;
    opacity: 0.5;
}

.text-over {
    position: absolute;
    top: 40%;
    color: white;
    letter-spacing: 4px;
    left: 15%;
    font-size: 50px;
    font-family: "Times New Roman", Times, serif;
}

.text-over p {
    font-size: 30px;
    margin-bottom: 3rem;
}

.row {
    width: 100%;
}

.second-part {
    margin-top: 80px;
}

.img {
    width: 80%;
    height: auto;
    border: 10px solid white;
    height: 500px;
    margin-left: -20%;
}

.leaf {
    width: 500%;
    margin-left: 280%;
    margin-top: -20px;
}

.leaf2 {
    width: 8%;
}

.leaf3 {
    transform: rotateY(180deg);
    margin-top: 44%;
    margin-left: -18%;
    z-index: 1;
}

.leaf4 {
    margin-top: 100px;
    margin-left: -24%;
    z-index: 1;
}

.bg-mission {
    background: rgba(187, 133, 123, 0.733);
    margin-top: 70px;
}


/* .activity {
    background: rgba(187, 133, 123, 0.733);
} */

.img-box {
    width: 100%;
    border: 2px solid rgb(179, 190, 194);
    background: rgb(179, 190, 194);
    margin: 100px 0;
    box-shadow: 20px 20pt 50px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

.image {
    width: 100%;
    margin: 80px -80px -80px 150px;
}

.text-box {
    width: 80%;
    background: white;
    padding: 30px 40px;
    margin: 280px 0 100px 0;
}

.text {
    color: black;
}

.speciality {
    margin: 100px 0;
}

.section-red {
    background: rgb(172, 89, 86);
    margin: 100px 0 0 0;
    padding: 60px;
}

.img1 {
    width: 100%;
    margin-top: -140px;
}

.img2 {
    width: 100%;
    border: 6px solid rgb(212, 149, 12);
}

.h3 {
    font-size: 16px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
}

.gaukripa {
    color: white;
}

.letter-cow {
    width: 90%;
}

.text-bg {
    background-image: url("https://cutewallpaper.org/21/letter-background-images/Letter-Wallpapers-Top-Free-Letter-Backgrounds-.jpg");
    padding: 100px 0;
    background-size: cover;
    margin-bottom: 100px;
}

.h4 {
    font-size: 16px;
    letter-spacing: 1px;
    color: black;
    font-family: cursive;
    margin-bottom: 20px;
}

.charity {
    margin: 100px 0;
}

.img3 {
    width: 100%;
    height: 450px;
    margin-top: 50px;
}

.img4 {
    width: 100%;
    margin-top: 130px;
    border: 6px solid rgb(104, 68, 68);
}

.donation {
    background: rgb(179, 190, 194);
    margin-top: 180px;
    padding: 0 100px 0px 100px;
}

.team {
    padding: 100px;
    background: rgba(187, 133, 123, 0.733);
}

.img5 {
    width: 30%;
    border: 6px solid white;
    margin-top: -80px;
    z-index: 100 !important;
    position: absolute;
}

.img-box-cow {
    width: 90%;
    border: 2px solid rgb(180, 182, 184);
    background: rgb(180, 182, 184);
    margin-bottom: 100px;
    box-shadow: 20px 20pt 50px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

.img-cows {
    width: 100%;
    margin: 40px -40px -40px 50px;
}

.img-text {
    font-size: 20px;
    font-weight: 500;
}

.field {
    margin-top: 20px;
    font-weight: 600;
}

.input {
    width: 90%;
    height: 40px;
    background: white;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

.msg {
    height: 80px;
}

.box-title {
    color: rgb(90, 88, 88);
    letter-spacing: 2px;
}

.submit {
    background: rgb(170, 80, 80);
    font-size: 16px;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    margin-bottom: 40px;
}

.footer {
    background: rgb(2, 34, 18);
    /* height: 400px; */
    padding-top: 100px;
    z-index: 1000 !important;
}

.footer-heading {
    color: white;
    font-size: 22px;
}

.footer-img {
    width: 100%;
    background: white;
    padding: 6px;
    border-radius: 50%;
}

.footer-text {
    color: white;
    font-size: 16px;
}

.footer-icon {
    color: rgb(7, 49, 28);
    background: white;
    font-size: 24px;
    margin-left: 160px;
    border-radius: 50%;
    padding: 4px;
}

.footer-icon2 {
    color: rgb(7, 49, 28);
    background: white;
    font-size: 24px;
    margin-left: 20px;
    border-radius: 50%;
    padding: 4px;
}

hr:not([size]) {
    height: 1px;
}

hr {
    margin-top: 70px;
    color: white;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

.copyright {
    font-size: 14px;
    color: white;
}

.about-section {
    margin-top: 100px;
}

.about-img-box {
    width: 70%;
    border: 2px solid rgb(179, 190, 194);
    background: rgb(179, 190, 194);
    box-shadow: 20px 20pt 50px rgb(0 0 0 / 20%);
    border-radius: 4px;
    margin-top: -120%;
    padding-left: 100px;
    margin-bottom: 184px;
    z-index: 100 !important;
}

.about-img {
    width: 130%;
    margin: 100px -100px -100px 0px;
}

.our-team {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    width: 98%;
    height: 100%;
}

div.our-team::-webkit-scrollbar {
    display: none;
}

.team-box {
    margin: 50px 20px 10px 20px;
}

.img-team {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(134, 150, 153);
    padding: 14px;
}

.m-name {
    font-weight: 600;
}

.m-des {
    font-size: 14px;
}

.container-ser {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 1200px; */
    flex-wrap: wrap;
    z-index: 1;
}

.container-ser .card {
    position: relative;
    width: 90%;
    height: 430px;
    margin: 30px;
    box-shadow: 20px 20pt 50px rgb(0 0 0 / 20%);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.read-more {
    font-size: 16px;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    background: rgb(44, 100, 114);
}

.meet-cow-box {
    padding-top: 80px;
}

.separator {
    font-size: 0px;
    border: 2px solid rgb(255, 153, 0);
    width: 20%;
    margin-left: 30%;
}

.principal {
    width: 30%;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
}

.section-bg {
    background-color: #fcdddd;
    margin-bottom: 30px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: black;
    position: relative;
}

.section-title p {
    margin-bottom: 0;
    font-family: Lucida Handwriting;
}

.section-title img {
    margin-bottom: 0;
    height: 40px;
    width: 200px;
}

.section-title-card {
    text-align: center;
}

.section-title-card h2 {
    font-size: 48px;
    font-weight: 700;
    color: black;
    position: relative;
}

.section-title-card p {
    margin-bottom: 0;
    font-family: Lucida Handwriting;
}

.section-title-card img {
    margin-bottom: 0;
    height: 40px;
    width: 200px;
}


/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/

.gallery {
    padding-top: 40px;
}

.gallery__grid {
    position: relative;
    display: block;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.gallery .separator {
    width: 11%;
    height: 1%;
    border-radius: 50%;
}

.gallery img {
    width: 100%;
    margin: 4px;
}

.gallery h1 {
    color: rgb(0, 35, 102);
    font-size: 50px;
    font-weight: 800;
    margin-top: 70px;
}

@media (max-width: 768px) {
    .gallery__grid {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}


/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.contact {
    padding-top: 100px;
    width: 100%;
}

.contact .info-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px;
    box-shadow: 20px 20pt 50px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background: rgba(199, 197, 197, 0.267);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.contact h1 {
    color: rgb(61, 59, 59);
    font-size: 50px;
    /* font-weight: 800; */
    margin-top: 20px;
    text-align: center;
}

.contact .info-box i {
    font-size: 32px;
    color: rgb(90, 113, 114);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted rgb(90, 113, 114);
    margin-top: 16px;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #114E60;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin: 13px 0;
    color: rgb(63, 60, 60);
}

.contact .info-box a i {
    font-size: 18px;
    display: inline-block;
    background: rgb(90, 113, 114);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    border: 2px solid rgb(90, 113, 114);
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-bottom: 10px;
    margin-top: -10px;
}

.contact .info-box a i:hover {
    background: rgb(66, 74, 75);
    color: #fff;
    text-decoration: none;
}

.contact h4 {
    color: rgb(216, 13, 6);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-group {
    float: left;
    margin-top: 30px;
    min-height: 60px;
}

/* .form-control {
    border: none !important;
    border-bottom: 1px solid #d1cecd !important;
    border-radius: 0;
    padding: 0;
    color: #e4866f !important;
    background: none !important;
}  */



.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #19b674;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border: none !important;
    border-bottom: 1px solid #d1cecd !important;
    border-radius: 0;
    padding: 0;
    color: #e4866f !important;
    background: none !important;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #68A4C4;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button{
    background: rgb(90, 113, 114);
    border-radius: 60px;
    float: none;
    margin: 0 auto;
    border: none;
    padding: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    width: 150px;
    display: block;
    position: relative;
    color: white;
}

.contact .php-email-form button[type="submit"]:hover {
    background: rgb(69, 99, 100);
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 650px) {
    .contact .info-box {
        width: 90%;
    }
}

@media (max-width:1024px) {
    .text-over {
        top: 20%;
        font-size: 40px;
        left: 10%;
    }
    .text-over p {
        font-size: 24px;
    }
    .navbar a,
    .navbar a:focus {
        padding: 30px 0 10px 13px;
        font-size: 11px;
    }
}

@media (max-width: 800px) {
    .leaf {
        margin-left: 360%;
    }
    .text-over {
        top: 10%;
        left: 7%;
    }
    .image {
        margin: 60px -60px -60px 90px;
    }
    .text-box {
        width: 90%;
        padding: 30px 10px;
        margin: 280px 0 100px 0;
    }
    .input {
        width: 98%;
    }
    .donation {
        padding: 0 40px 0px 40px;
    }
    .team {
        padding: 20px;
    }
    .img-team {
        width: 160px;
    }
}

@media (max-width: 600px) {
    .leaf {
        margin-left: 300%;
    }
    .image {
        width: 90%;
        margin: 10px;
    }
    .text-box {
        width: 99%;
        margin: 20px 0 20px 0;
    }
    .img1 {
        margin-bottom: 20px;
    }
    .img5 {
        width: 70%;
        margin-left: 15%;
    }
    .donation {
        margin-top: 50px;
        padding: 0 10px 0px 20px;
    }
    #header .logo-right img {
        margin-left: 4%;
    }
    .text-over {
        top: 8%;
        left: 7%;
    }
    .text-over p {
        font-size: 20px;
    }
}

@media (max-width:415px) {
    .text-over {
        top: 10%;
        left: 5%;
        font-size: 27px;
    }
    .text-over p {
        font-size: 14px;
        margin-bottom: 16px;
    }
    #header .logo-right img {
        margin-left: 1%;
    }
    .mobile-nav-toggle {
        display: block;
        margin-left: 380px;
    }
}

@media (max-width:360px) {
    .mobile-nav-toggle {
        margin-left: 350px;
    }
    .text-over {
        top: 8%;
        left: 1%;
        font-size: 24px;
    }
    .text-over p {
        font-size: 12px;
        margin-bottom: 16px;
    }
}

@media (max-width:320px) {
    .mobile-nav-toggle {
        margin-left: 314px;
    }
}

@media (max-width:280px) {
    .mobile-nav-toggle {
        margin-left: 250px;
    }
    .text-over {
        top: 6%;
        left: 1%;
        font-size: 20px;
    }
    .text-over p {
        font-size: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 90%;
    }
    .text-over {
        top: 50%;
        left: 10%;
        font-size: 70px;
    }
    .text-over p {
        font-size: 36px;
    }
    .leaf {
        width: 500%;
        margin-left: 250%;
        margin-top: -20px;
    }
    #header .logo-right img {
        padding: 0;
        margin-left: 80%;
    }
    .navbar a,
    .navbar a:focus {
        padding: 30px 0 10px 20px;
        font-size: 17px;
    }
    h1 {
        font-size: 50px;
    }
    p {
        font-size: 20px;
    }
    .h3 {
        font-size: 22px;
    }
    .h4 {
        font-size: 20px;
    }
    .m-des {
        font-size: 20px;
    }
    .read-more {
        font-size: 20px;
    }
    .footer-text {
        font-size: 20px;
    }
    .copyright {
        font-size: 18px;
    }
    .footer-icon {
        font-size: 28px;
        margin-left: 220px;
    }
    .footer-icon2 {
        font-size: 28px;
    }
    .about-img-box {
        margin-top: -80%;
    }
}

@media (min-width: 1920px) {
    .leaf {
        width: 300%;
        margin-left: 230%;
        margin-top: -20px;
    }
    .img-text {
        font-size: 30px;
    }
    h4 {
        font-size: 30px;
    }
    .text-over {
        top: 50%;
        font-size: 80px;
    }
    .img {
        height: 700px;
        margin-bottom: 20px;
    }
    .text-box {
        width: 80%;
        background: white;
        padding: 60px 40px;
        margin: 280px 0 100px 0;
        font-size: 30px;
    }
    #header .logo-right img {
        margin-left: 80%;
    }
    .navbar a,
    .navbar a:focus {
        padding: 30px 0 10px 24px;
        font-size: 21px;
    }
    h1 {
        font-size: 60px;
    }
    p {
        font-size: 26px;
    }
    .h3 {
        font-size: 28px;
    }
    .h4 {
        font-size: 26px;
    }
    .m-des {
        font-size: 26px;
    }
    .read-more {
        font-size: 26px;
    }
    .footer-heading {
        font-size: 32px;
    }
    .footer-text {
        font-size: 26px;
    }
    .copyright {
        font-size: 24px;
    }
    .footer-icon {
        font-size: 32px;
        margin-left: 250px;
    }
    .footer-icon2 {
        font-size: 32px;
    }
    /* .top-img {
        height: 850px;
    } */
    .container-ser .card {
        width: 100%;
        height: 650px;
    }
    .img3 {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .img4 {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .account {
        font-size: 40px;
    }
}

@media (min-width: 2560px) {
    .img {
        height: 1100px;
    }
    .img-text {
        font-size: 40px;
    }
    h4 {
        font-size: 40px;
    }
    .text-over {
        top: 50%;
        font-size: 90px;
        left: 22%;
    }
    #header .logo-right img {
        margin-left: 120%;
    }
    .navbar a,
    .navbar a:focus {
        padding: 30px 0 10px 25px;
        font-size: 28px;
    }
    h1 {
        font-size: 70px;
    }
    p {
        font-size: 36px;
    }
    .h3 {
        font-size: 36px;
    }
    .h4 {
        font-size: 38px;
    }
    .m-des {
        font-size: 36px;
    }
    .read-more {
        font-size: 36px;
    }
    /* .top-img {
        height: 1250px;
    } */
    .container-ser .card {
        width: 100%;
        height: 650px;
    }
    .team {
        /* padding-top: 30px; */
        padding: 70px 290px;
    }
    .img3 {
        height: 700px;
    }
    .leaf3 {
        width: 50%;
    }
    .account {
        font-size: 50px;
    }
    .second-part {
        margin-top: 300px;
    }
    .img-box {
        margin: 300px 0;
    }
    .text-box {
        padding: 80px 40px;
        margin: 580px 0 100px 0;
        font-size: 30px;
    }
    .footer-heading {
        font-size: 44px;
    }
    .footer-text {
        font-size: 36px;
    }
    .copyright {
        font-size: 34px;
    }
    .footer-icon {
        font-size: 46px;
        margin-left: 350px;
    }
    .footer-icon2 {
        font-size: 46px;
    }
    .leaf4 {
        margin-top: 350px;
        margin-left: -14%;
    }
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .contact .php-email-form button {
        font-size: 32px;
        padding: 30px 60px;
        width: auto;
    }
}

@media (min-width: 3440px) {
    #header .logo-right img {
        margin-left: 140%;
        max-height: 90px;
    }
    .navbar a,
    .navbar a:focus {
        padding: 30px 0 10px 36px;
        font-size: 37px;
    }
    .text-over {
        font-size: 120px;
        left: 20%;
    }
    .text-over p {
        font-size: 50px;
    }
    .img {
        height: 1200px;
        width: 70%;
    }
    h1 {
        font-size: 80px;
    }
    p {
        font-size: 38px;
    }
    .h3 {
        font-size: 38px;
    }
    .h4 {
        font-size: 38px;
    }
    .m-des {
        font-size: 38px;
    }
    .read-more {
        font-size: 38px;
    }
    .team {
        padding: 270px 290px;
    }
    .container-ser .card {
        height: 800px;
    }
    .footer-icon {
        font-size: 50px;
        margin-left: 500px;
    }
    .footer-icon2 {
        font-size: 50px;
        margin-left: 50px;
    }
    .leaf4 {
        margin-top: 50px;
        margin-left: -14%;
        width: 60%;
    }
    .about-section {
        padding: 200px;
    }
}

@media (min-width: 3840px) {
    #header .logo-right img {
        margin-left: 160%;
        max-height: 90px;
    }
    .navbar a,
    .navbar a:focus {
        padding: 30px 0 10px 36px;
        font-size: 42px;
    }
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        font-size: 40px;
    }

    .contact .php-email-form button {
        font-size: 40px;
    }
}