/* @font-face {
    font-family: lato;
    src: url(/web/20250715083534im_/https://keshavam.in/assets/fonts/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: Open Sans;
    src: url(/web/20250715083534im_/https://keshavam.in/assets/fonts/OpenSans-VariableFont_wdth\,wght.ttf);
} */


body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #676c71;
}

a,
a:hover {
    text-decoration: none;
    font-family: "Poppins", sans-serif;

}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    box-shadow: none;
    font-family: "Poppins", sans-serif;

}

.form-control:focus {
    outline: 0;
    box-shadow: none;

}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 1rem;
    font-weight: normal;

    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

span {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Montserrat", sans-serif;*/
    font-family: "Marcellus", serif;
    margin-top: 0px;
    color: #676c71;
}

button {
    color: #F58220;
}

.btn {
    font-size: 14px;
    font-weight: bold;
    padding: 16px 34px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline;
}

.btn-round,
.btn-round:hover {
    /* color: #000000; */
    color: #000;
}

.btn-round:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    opacity: 0.8;
}

.btn-primary-round:before {
    background-color: #F58220;
}

.btn-round:hover:before {
    width: 100%;
}

.border-orange1 {
    border-color: #f58220 !important;
}
.color-orange1 {
    color: #f58220 !important;
    background: #fff;
}
.butn {
    padding: 15px 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

a, span, img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none;
}

.hover-bg-orange1:hover {
    border-color: #f58220 !important;
    background: #f58220 !important;
    color: #fff !important;
}

.butn:hover {
    -webkit-box-shadow: 4px 5px 0 #0005;
    box-shadow: 4px 5px 0 #0005;
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.hover-bg-orange1:hover * {
    color: #fff !important;
}

/* navbar */
.header-transparent {
    position: absolute;
    /* background: transparent; */
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5242471988795518) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    padding: 0;
}

.navbar .navbar-brand {
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.header-transparent .navbar .navbar-brand {
    padding: 30px 0px;
}

.navbar-brand img {
    height: 40px;
}

.header .navbar-collapse {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.header-transparent .navbar-collapse,
.header-style-03 .navbar-collapse {
    position: static;
    justify-content: center;
}

.header .navbar-nav>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .navbar-nav li>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0px;
    color: #000000;
    text-transform: capitalize;
    font-size: 14px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 16px 10px;
    margin-right: 15px;
    /* color: #000000; */
    color: #fff;
    text-transform: capitalize;
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
}

.navbar .navbar-nav .nav-item.active a.nav-link {
    color: #F58220;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before,
.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    content: "";
    top: 20px;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #F58220;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    right: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .navbar .dropdown-menu {
    padding: 15px;
}

.header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    border-radius: 3px;
    top: 100%;
}

.navbar .dropdown>.dropdown-menu li>a {
    font-size: 14px;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 3px;
}

.header .navbar .dropdown-menu a.dropdown-item {
    min-width: 200px;
    background: transparent;
}

.header .navbar-nav li>a i {
    color: #F58220;
    margin-left: 10px;
    font-size: 12px;
}

.header .navbar .dropdown-menu li a i {
    margin-left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #F58220;
}

.search {
    vertical-align: middle;
    display: table;
    height: 100%;
    float: left;
}

.header-transparent .search {
    position: relative;
}

.search .search-btn {
    display: block;
    height: 22px;
    line-height: 22px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    color: #000000;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.header-transparent .search .search-btn {
    color: #f58220;
}

.search-box {
    display: block;
    margin: 0;
    opacity: 0 !important;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 327px;
    z-index: 888;
    border-radius: 3px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header-transparent .search-box {
    right: 0;
    margin-top: 10px;
}

.header .form-control {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.search .search-box .form-control {
    height: 58px;
}

.search .search-box button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.search .search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.search .search-btn:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search.search-open .search-box {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.navbar .navbar-nav .nav-link:hover {
    color: #F58220;
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-nav li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.header .navbar .dropdown:hover>.dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
}

/* banner */
.video-wrap,
.video-banner {
    position: relative;
}

.video-wrap {
    /* height: 100vh; */
    overflow: hidden;
    /* position: relative; */
    width: 100%;
    /* Use padding-top to maintain the aspect ratio (56.25% for 16:9) */
   
}
.video-wrap video {
     width: 100%;
   
}
.home1_banner .video-wrap{
     padding-top: 56.25%; 
}


.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.navbar-toggler{
    color: #fff;
    border: 1px solid #fff;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.video-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 85%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-style1 {
    width: 380px;
    height: 42px;
    padding: 5px 10px;
    background: #F58220;
    display: inline-block;
    line-height: 31px;
    color: #fff;
    font-size: 1.2rem !important;
}

.btn-style1:hover {
    color: #fff;
}

.btn-style2 {

    height: 42px;
    padding: 5px 20px;
    background: #000000;
    display: inline-block;
    line-height: 31px;
    color: #fff;
    font-size: 1.2rem !important;
    margin-top: 25px;
}

.btn-style2:hover {
    color: #fff;
}

.bg-grey {
    background: #f7efe6;
}

.bg-grey2 {
    background: #ededed;
}

.float-call i {
    color: #fff;
    background-color: #f17e01;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pulse {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    animation: pulse 2s ease infinite;
    background: #f17e01;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: -1;
}

.float-call {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    bottom: 20px;
    transform: translate(0px, -50%);
    right: 27px;
    transition: 0.2s;
    z-index: 9;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* sectors */
.imageblock-section {
    position: relative;
    display: block;
    width: 100%;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    display: block;
    width: 100%;
}

.imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0;
    float: left;
    left: 0;
    right: auto;
}

.odd .imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0;
    float: right;
    right: 0;
    left: auto;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    display: block;
    width: 100%;
}

.mypadding {
    padding: 150px 100px;
    background: #F1EEE9;
}

.imageblock-section p {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.imageblock-section i {
    margin-top: 25px;
}

.text-dark {
    color: #000000 !important;
}

/* leadership */
.leadership-content {
    /* border: 1px solid #e6e8e9; */
    /* padding: 0px 70px 30px 70px; */
    padding-bottom: 30px;
    position: relative;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leadership-content h4 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
    color: #000;
}

.leadership-content h4 .quote-pop {
    font-family: Georgia;
    font-size: 5em;
    position: relative;
    left: 0em;
    top: 0.45em;
    color: #999;
    line-height: 0;
}

.leadership-content h6 {
    font-size: 16px;
    margin-bottom: 0px;
}

.leadership-content .text-primary {
    font-weight: 600;
}

.text-primary {
    color: #F58220 !important;
}

.head-title {
    font-size: 38px;
    /*font-weight: 700;*/
    /* color: #000000; */
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.leadership-image {
    /* border: 1px solid #e6e8e9; */
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    min-height: 560px;
    justify-content: flex-end;
    align-content: center;
    margin-left: -1px;
}

.head-title span {
    display: inline-block;
}

.head-title span img {
    padding-bottom: 15px;
}

.count-bx {
    margin-top: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 25px;
    text-align: center;
}

.count-bx h2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #f58220;
}

.count-bx h2 span {
    font-size: 40px;

}

.count-bx h2 span.counter {
    font-size: 40px;
    font-weight: 600;
}

/* .count-text {
    padding-top: 25px;
    border-top: 1px solid #000000;
} */

.count-bx h2 .middle {
    font-weight: 600;
    font-size: 50px;
}

/* footer */
.site-footer {
    /* background-color: #000000; */
    background-color: #1f1f1f;
    /* background-image: url(https://web.archive.org/web/20250715083534im_/https://www.maninfra.com/wp-content/themes/maninfra/images/footer-map.png); */
    background-repeat: no-repeat;
    background-position: center center;
    /* padding-top: 100px;
    padding-bottom: 100px; */
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mt-50 {
    margin-top: 50px !important;
}
.site-footer h5 {
    color: #f4811f;
    text-transform: uppercase;
}
.fw-600 {
    font-weight: 600 !important;
}
.site-footer .foot-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #f4811f;
  }
  .site-footer .footer-links a {
    font-size: 16px;
    color: #ede9e9;
    margin: 5px 0;
}
.site-footer .footer-links .sp-link a {
    font-size: 18px;
    color: #f4811f;
    font-weight: 700;
}
.foot {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}
.foot p{
    margin-bottom: 0;
}
.site-footer .text-orange {
    color: #f4811f;
}
.site-footer .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}
.fsz-13 {
    font-size: 13px !important;
}
.foot-social a:hover {
    background-color: #f4811f;
    border-color: #f4811f;
    color: #fff;
  }
  
.menu-footer-menu-container ul li {
    list-style: none;
    margin-bottom: 10px;
}

.menu-footer-menu-container ul li a {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 1.5;
}

.ftr-content-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.4;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}

.newsletter-subscription p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
}

.newsletter-subscription .social-handles a {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}

.newsletter-subscription .addn-links {
    margin-top: 40px;
    font-size: 14px;
}

.site-footer,
.site-footer a {
    color: #fff;
}

.site-footer .border-end {
    border-color: #3d649570 !important;
}

.ftr-contact-info {
    border-top: 1px solid #3d649570;
    margin-top: 40px;
    padding-top: 40px;

}

.newsletter-subscription input {
    background-color: #000;
    border: 1px solid #fff;
    color: #a7a7a7;
    height: 56px;
    padding: 0.375rem 0.75rem;
    border-radius: 0;
}

.newsletter-subscription button {
    width: 65px;
    height: 56px;
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    padding: 0;
}
.btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
:not(.btn-check)+.btn:active {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.subs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}


.mask {
    background-attachment: fixed;
    -webkit-background-clip: text;
    font: 900 13vw 'Poppins', sans-serif;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    line-height: 1em;
    background-image: url('../images/ban-4.jpg');

}

/* blog */
.news-bx {
    display: block;
    /* padding: 25px; */
    background: #fff;
    margin-top: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news-info-wrap {
    padding: 25px;
}

.news-bx h5 {
    font-weight: 600;
    font-size: 24px;
    color: #1f1f1f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-bx p {
    color: #676c71;
}

.more-link {
    color: #F58220;
}

.news-info time,
.news-info span {
    color: #F58220;
}

/* mission vision */
.split-bg {
    background: linear-gradient(90deg, #f7efe6 50%, #fff 50%);
}

.split-bg-rev {
    background: linear-gradient(90deg, #fff 50%, #f7efe6 50%);
}

.innerbanner1 {
    background: url(../images/m-banner.jpg);
}

.innerbanner2 {
    background: url(../images/edu_banner.jpg);
}

.innerbanner3 {
    background: url(../images/heath_banner.jpg);
}

.innerbanner {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 204px 170px;
    position: relative;
}

.innerbanner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(0 0 0 / 90%) 0, rgba(16, 16, 16, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0 0 0 / 90%) 0, rgba(16, 16, 16, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0 0 0 / 90%) 0, rgba(16, 16, 16, 0) 100%);
    background-image: linear-gradient(90deg, rgb(0 0 0 / 90%) 0, rgb(16 16 16 / 4%) 100%);

}

.innerbanner h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 25px;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #f58220;
}

/* leaders */
.leader-bx img {
    width: 100%;
}

.text-leader {
    /* display: flex;
    justify-content: space-between; */
    /* margin-top: 25px; */
    margin-bottom: 25px;
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-leader h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}

.text-leader span {
    color: #F58220;
    font-size: 14px;
}

.text-leader i {
    color: #fff;
    background-color: #F58220;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: none;
}

/* about-us */
.awards-block {
    position: relative;
    padding-right: 95px;
    min-height: 210px;
    padding-top: 40px;
    padding-left: 25px;
    padding-bottom: 50px;
    /* height: 100%; */
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.awards-block p {
    font-size: 12px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}

.awards-block h5 {
    font-size: 19px;
    font-weight: 700;
    color: #F58220;
    text-transform: uppercase;
}

.awards-block span {
    bottom: 20px;
    left: 25px;

}

.awards-block:after {
    content: "";
    display: block;
    background-image: url(../images/laurel.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 40px;
    height: 32.28px;
    position: absolute;
    top: 30px;
    right: 25px;
    filter: invert(51%) sepia(103%) saturate(3624%) hue-rotate(188deg) brightness(38%) contrast(110%);
}

.awards-block:hover {
    border: 1px solid #000000;
    background: #000000;
}

.awards-block:hover p {
    opacity: 0.6;
    color: #fff;
}

.awards-block:hover h5,
.awards-block:hover span {
    color: #fff;
}

.awards-block:hover:after {
    filter: invert(70%) sepia(87%) saturate(3751%) hue-rotate(348deg) brightness(102%) contrast(92%);
}

.bg-grey {
    background: #F1EEE9;
}

/* contact us */
.cont-frm {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
    background: #fff;
    height: 100%;
}

.cont-frm input {
    border: 1px solid #1e1e1e;
    border-radius: 0;
    height: 58px;
}

.cont-frm textarea {
    border: 1px solid #1e1e1e;
    border-radius: 0;
    height: 150px;
}

.cont-frm h4 {
    color: #F58220;
}

.add-list {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.add-icn {
    flex-shrink: 0;
    font-size: 25px;
    color: #f58220;
    margin-right: 1.5rem;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #1f1f1f;
}

.add-text p strong {
    color: #1f1f1f;
    /* text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px; */
}

.add-text p {
    margin-bottom: 5px;
}

.add-text p a {
    color: #676c71;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.add-info {
    padding: 40px;
    background: #f1eee9;
    box-shadow: none;
}

.news-bx img {
    width: 100%;

}

.news-bx {
    transition: 0.3s ease-in-out;
    transform: translateY(0);

}

.news-bx:hover {
    transform: translateY(-2px);
}

.news-bx:hover img {
    filter: grayscale();
}

article img {
    width: 100%;
    margin-bottom: 25px;

}

.article_writer_info {
    display: flex;
    padding: 1rem 0;
    margin: 1.5rem 0;
    border-top: 1px solid #dbe2ea;
    border-bottom: 1px solid #dbe2ea;
    width: 100%;
}

.article_writer_info_first {
    flex: 1;
}

.article_writer_info_first ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.article_writer_info_first li {
    display: inline-block;
    margin-right: 1.5rem;
}

.article_writer_info_first li i {
    color: #f58220;
}

.blog-aside {
    padding: 25px;
    border: 1px solid #e5e5e5;
    position: sticky;
    top: 70px;
}

.tag-wrapper li {
    display: inline-block;
    padding: 6px 9px 6px 9px;
    font-size: 12px;
    margin: 0 3px 5px 0;
    background: #f7efe6;
}

.tag-wrapper li a {
    display: block;
    color: #555;
}

.r-post {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.r-post img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
}

.r-post p {
    font-size: 14px;
}

.blog-aside h4 {
    text-transform: uppercase;
}

.contact-wrapper {
    background: #f7efe6;
    padding: 25px;
}

.contact-wrapper input, .contact-wrapper select, .contact-wrapper textarea {
    border-radius: 0;
    margin-bottom: 10px;
    height: 58px;
    border: 1px solid #e5e5e5;

}

.contact-wrapper button.btn-style2 {
    border: none;
}

.contact-wrapper h4 {
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.job-block .job-link {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #eee;
}

.job-block .job-link .job-date {
    font-size: 11px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 500;
}

.job-block .job-link h5 {
    font-size: 16px;
    color: #f58220;

    margin-bottom: 7px;
}

.job-block .job-link h5 i {
    color: #000000;
}

.job-block .job-link p {
    font-size: 14px;
    color: #5d5c5c;
    margin-bottom: 5px;
    line-height: 1.5;
}

.job-block:hover {
    background: #f7efe6;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-modal .modal-header h4 {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-modal .modal-footer .btn-style2 {
    margin: 0;
    border: none;
}

.custom-modal .modal-body h4 {
    color: #F58220;
    font-weight: 700;
}

.custom-modal .modal-body p strong {
    color: #000000;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    margin-bottom: 10px;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #000000;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(41);
}

.project-box {
    margin-top: 25px;
}

.project-box img {
    width: 100%;
    margin-bottom: 15px;
}

.project-carousel .owl-nav button.owl-prev, .testimonial-carousel .owl-nav button.owl-prev, .wheat-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.project-carousel .owl-nav button.owl-next, .testimonial-carousel .owl-nav button.owl-next, .wheat-carousel .owl-nav button.owl-next {
    right: -20px;
}

.project-carousel.owl-theme .owl-nav [class*='owl-']:hover, .testimonial-carousel.owl-theme .owl-nav [class*='owl-']:hover, .wheat-carousel.owl-theme .owl-nav [class*='owl-']:hover  {
    background: #F58220;
}

.project-carousel .owl-nav button.owl-prev, .project-carousel .owl-nav button.owl-next, .testimonial-carousel .owl-nav button.owl-prev, .testimonial-carousel .owl-nav button.owl-next, .wheat-carousel .owl-nav button.owl-prev, .wheat-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.wheat-carousel .owl-nav button.owl-prev, .wheat-carousel .owl-nav button.owl-next{
    top: unset;
    transform: unset;
    bottom: 25px;
}
.wheat-carousel .owl-nav button.owl-prev{
    left: 40%;
}
.wheat-carousel .owl-nav button.owl-next{
    right: 40%;
}
.project-type {
    font-size: 12px;
}

.project-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.project-location {
    font-size: 13px;
}

.project-carousel .owl-nav button i, .testimonial-carousel .owl-nav button i {
    line-height: 40px;
}

.testimonial-bx {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
    padding: 25px;
}

.testimonial-carousel .owl-stage-outer {
    padding: 25px;
}

.testimonial-bx img {
    width: 44px !important;
    opacity: 0.3;
}

.shape-obs {
    position: absolute;
    top: 13%;
    right: 6%;
    width: 320px;
}

.shape-obs img {
    width: 100%;
}

p i {
    color: #F58220;
}

.masonry {
    /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 0.8em;
    font-size: 0.85em;
    position: relative;
}

.masonry .item {
    display: inline-block;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.3s ease-in-out;
    /* box-shadow: 0 22px 30px -10px rgb(0 0 0 / 40%); */
    /* padding: 5px; */
    /* margin-top: 25px; */
    /* background: #0397bf; */
    margin-bottom: 10px;
    position: relative;
}

.pp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;

    color: #fff;
    opacity: 0;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    /* backdrop-filter: blur(2px); */
}

.pp-overlay i {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 800;
}

.masonry .item:hover .pp-overlay {
    opacity: 1;
}

.masonry .item img {
    max-width: 100%;
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

/*.obj li::before {*/
/*    border: 1px solid #000000;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    padding: 20px;*/
/*    content: "";*/
/*  background-image: url(/web/20250715083534im_/https://keshavam.in/assets/images/care.png);*/
/*  background-size: contain;*/
/*  display: inline-block;*/
/*  width: 3em;*/
/*  height: 3em;*/
/*  position: relative;*/
/*  top: 0.1rem;*/
/*  margin-right: 0.2rem;*/


/*}*/

.obj li {
    /*list-style-type: none;*/
    /*background: url('/web/20250715083534im_/https://keshavam.in/assets/images/care.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0 4px;*/
    /*background-size: 60px;*/
    /*padding-left: 100px;*/
    /*margin-bottom: 20px;*/
    /*height: 64px;*/
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.obj li img {
    display: block;
    margin-right: 20px;
    width: 80px;
    border: 2px solid #f07e23;
    border-radius: 50%;
    padding: 10px;
    flex-shrink: 0;
}

.obj li:hover img {
    /*filter: invert(73%) sepia(60%) saturate(5024%) hue-rotate(348deg) brightness(101%) contrast(92%);*/
    filter: invert(68%) sepia(59%) saturate(546%) hue-rotate(331deg) brightness(98%) contrast(96%);
    border: 2px solid #000000;
}

.image-wrap {
    width: 100%;
    height: 396px;
    overflow: hidden;
}

.image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    animation: zoom-in-zoom-out 50s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}


/*ul li::before {*/
/*  content: "";*/
/*  background-image: url(https://web.archive.org/web/20250715083534im_/https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/fb-heart.gif);*/
/*  background-size: contain;*/
/*  display: inline-block;*/
/*  width: 1em;*/
/*  height: 1em;*/
/*  position: relative;*/
/*  top: 0.1rem;*/
/*  margin-right: 0.2rem;*/
/*}*/

.chairman-img img {
    border-radius: 165px 0;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #f58220;
  }

  .aboutuss {
    background-color: #F1EEE9;
  }

  .mb-80 {
    margin-bottom: 80px;
  }

  .bg-othe {
    background: #F1EEE9;
}
  .bg-oth {
    border: 1px solid #000;
}

.p-25 {
    padding: 25px;
    height: 100%;
    color: #000;
}

.p-25 h2 {
    color: #000;
}

.mission-bx {
    height: 100%;
}

.mission-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission-vision-bx{
    padding: 25px;
    /* margin-top: 25px; */
    background-color: #F1EEE9;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.mission-vision-bx h2{
    font-size: 25px;
    color: #f58220;
    margin-bottom: 25px;
}
.mission-vision-bx img{
    width: 70px;margin-bottom: 25px;
}
.mission-vision-bx::before, .mission-vision-bx:after{
    content: '';
position: absolute;
width: 30px;
height: 30px;
background: #f58220;
border-radius: 50%;
}
.mission-vision-bx::before{
    top: -10px;
    left: -10px;
}
.mission-vision-bx::after{
    bottom: -10px;
    right: -10px;
}
.hospital-image{
    border-radius: 0 20px;
    overflow: hidden;
}
