@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body{
	font-family: 'Open Sans', sans-serif !import;
	color: #222;
	padding: 0; 
	margin: 0;
	overflow-x: hidden;
}
a:hover{
	color: #407E2B;
}
.soc{
      margin-top: 15px;
    display: none;
}
.soc ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.soc ul li{
	padding-bottom: 10px;
}
.soc ul li a {
    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.soc ul li a img{
	height: 18px;
    object-fit: contain;
    margin-right: 5px;
}
.soc ul li .btn.theme-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2rem;
    background: #ffc300;
    border-color: #ffc300;
    padding: 5px 15px;
    line-height: 28px;
    width: fit-content;
}
.soc ul li .btn.theme-btn:hover {
	background-color: #ffffff;
	color: #ffc300;
}





.header-top {
    padding: 20px 0 10px;
}
.h-logo{
	display: flex;
}
.header-con ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.header-con ul li{
	padding-bottom: 10px;
}
.header-con ul li a {
    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header-con ul li a img{
	height: 18px;
    object-fit: contain;
    margin-right: 5px;
}
.header-con ul li .btn.theme-btn {
    color: #407E2B;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2rem;
    background: #ffc300;
    border-color: #ffc300;
    padding: 5px 15px;
    line-height: 28px;
    width: fit-content;
}
.header-con ul li .btn.theme-btn:hover {
	background-color: #ffffff;
	color: #ffc300;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    padding: 3px 0;
    background: #FFC300 !important;;
}
.navbar-dark .navbar-nav .nav-link {
    color: #407E2B;
    font-size: 13px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 6px;
    border: none;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffc300 !important;
    background-color: #f7f7f7;
}
 p {
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
.dropdown-item {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 6px;
    color: #407e2b !important;
}
.banner {
    position: relative;
}
.carousel-indicators .active {
    opacity: 1;
    width: 15px !important;
    height: 7px !important;
    border-radius: 30% !important;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
 }
 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    /* background: #000 !important; */
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    background: rgba(0, 0, 0, 0.75) !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-next{
    border-radius: 0px 8px 8px 0px;
}
.carousel-control-prev{
    border-radius: 8px 0 0 8px;
}
 .news-img img {
    height: 25px;
    margin-right: 6px;
    object-fit: contain;
}
 .news {
    background-color: #ffc300;
    height: 40px;
    display: flex;
    align-items: center;
}
 .ticker__viewport {
	 color: #fff;
	 overflow: hidden;
     display: inline-block;
     flex-grow: 1
}
.ticker__viewport a {
  cursor: context-menu;
  font-size: 14px;
  color: #55A53A;
  font-weight: 400;
  text-decoration: none;
}
.ticker__viewport a:hover {
  color: yellow;
  font-weight: bold;
}
 .ticker__list {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 display: flex;
}
.sec-pad{
	padding: 60px 0;
	}
 .ticker__item {
	 display: inline-block;
	 white-space: nowrap;
	 padding-right: 40px;
	 font-size: 14px;
	 color: #407E2B;
	 font-weight: 400;
}
.ticker__item:before{
  content: "";
  font-weight: bold;
}
.about-content p {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 14px;
}
.title {
    color: #0F2607;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 0.5rem;
}
.btn.btn-primary {
    border-radius: 26px;
    background: #ffc300;
    border-color: #ffc300;
    font-size: 14px;
}
.btn.btn-primary:hover {
    background: #ffffff;
    color: #ffc300;
}
.b-left.img-fluid {
    border-radius: 10px 0 0 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.b-right.img-fluid {
    border-radius: 0 10px 10px 0;
    height: 408px;
    width: 100%;
    object-fit: cover;
}
.why-kps {
    background: #407E2B;
    color: #ffffff;
    padding-left: 100px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.why-kps h3.title {
	color: #ffffff;
}
.u-list {
    list-style: none;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.u-list li {
    padding-bottom: 10px;
}
.u-list img{
	width: 16px;
	margin-right: 5px;
}
.u-list.c-two {
    column-count: 2;
}
.n-list {
    background: #FFF;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}
.n-list-box {
    border-radius: 8px;
    background: #407E2B;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 95px;
}
svg path {
    color: #407E2B !important;
    fill: #407E2B !important;
    stroke: #407E2B !important;
}
a.btn.btn-more {
    padding: 0;
    color: #407E2B;
    font-size: 14px;
}
.n-list-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.n-list-box p {
    font-size: 13px;
    font-weight: 400;
}
.n-list-content p {
    margin-bottom: 0 !important;
}
.l-news {
    background: #FBFBFB;
    padding: 30px;
}
.facilities {
    margin-bottom: 40px;
}
.facilities-list {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    padding: 10px;
}
.facilities-list img {
    height:40px;
    width:40px;
    object-fit:contain;
}
.facilities-list h4 {
	color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.wings{
	background: url('../img/bg.png'), #407E2B;
	padding: 60px 0;
}
.wings h3{
	color: #ffffff;
	text-align: center;
}
.wing-list {
    margin-top: 30px;
}
.wing-list h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 20px;
}
.wing-list p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 5px;
}
a.btn.btn-wings {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
a.btn.btn-wings:hover{
	opacity: .9;
}
.m-img img {
    height: 275px;
    margin-left: 10px;
    object-fit: cover;
    width: 100%;
    padding: 5px;
}
section.get-in-touch {
    background: #FBFBFB;
    padding: 60px 0;
}
.form-control {
	color: #7E7E7E;
	font-size: 14px;
	font-weight: 400;
    border: 1px solid #E8E8E8 !important;
    background: #FFF;
    border-radius: 10px;
    padding: .75rem 1rem !important;
    margin-bottom: 1rem;
  }
  .btn.btn-primary.btn-send{
  	font-size: 14px;
  	font-weight: 500;
  	padding: .75rem 1rem !important;
  }
  .footer-top {
    background: #0F2607;
    padding: 60px 0;
}
footer a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.footer-con{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-con img{
	width: 18px;
	height: 18px;
	object-fit: contain;
	margin-right: 5px;
}.footer-con li {
    display: flex;
    padding-bottom: 10px;
    gap: 5px;
}
.footer-con li a:hover{
    color:#ffc107;
}
footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer-soc {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-soc a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.footer-soc svg{
	width: 18px;
	color: #ffffff;
}
.footer-soc svg path{
	fill: #ffffff;
}
.footer-soc {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    padding-top: 5px;
}
.footer-bottom{
	background: #040F00;
	padding: 8px 0; 
}
ul.m-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
ul.m-list a {
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
ul.m-list a:after {
    position: absolute;
    content: "|";
    color: #ffffff;
    right: 0px;
    top: 0px;
}
.last-list:after {
    content: "" !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    content: "\002b";
    font-size: 20px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border: none;
    position: absolute;
    top: 1px;
    right: -2px;
    font-weight: 500;
}
.footer-top h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.mob-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
    padding: 0 0.75rem;
}
.mob-menu h5{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
    border: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

	.mob-none.ap{
    background: #fff;
    color: #407e2b !important;
    border-radius: 2rem;
    max-width: fit-content;
    margin-bottom: 10px;
    margin-top: 10px;
	}
	a.nav-link.mob-none img {
    width: 20px;
    margin-right: 5px;
   }
   .m-flex{
   	display: flex;
   }
   ul.footer-soc svg:hover path {
    fill: #407E2B;
}
.get-in-touch iframe {
    border: 0;
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.principal.sec-pad {
    background: #ffc300;
    color: #fff;
    margin-bottom: 60px;
}
.principal .title{
    color: #407E2B;
}
.principal p{
    font-size: 14px;
    font-weight: 400;
    color: #407E2B;
}
.principal-imgage{
    float: left;
    padding-right: 30px;
}
.principal-imgage img{
    border-radius: 10px;
}
li.d-flex.g-2 {
    gap: 10px;
}
.m-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/banner.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-banner:before {
    background-color: #0f260778;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.service-b {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(15 38 7 / 84%);
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.breadcrumb li{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.breadcrumb-item.active {
    color: #f9b315;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}
.profile-content p {
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.profile-img img {
    border-radius: 10px;
}
.bg-gray{
    background: #FBFBFB;
}


@media (min-width: 991px){
	.mob-menu{
		display: none;
	}
	.mob-none{
		display: none;
	}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 120px;
}
.why-kps {
    padding-left: 120px;
}
.l-news {
    padding-right: 120px;
}
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 150px;
}
.why-kps {
    padding-left: 150px;
}
.l-news {
    padding-right: 150px;
}
}
@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 200px;
}
.why-kps {
    padding-left: 200px;
}
.l-news {
    padding-right: 200px;
}
}


@media only screen and (max-width: 991px) {
  .h-logo{
	display: block;
}
.h-logo img{
	max-width: 100%;
}
.header-con {
    margin-top: 15px;
    display: none;
}
header{
	position: relative;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 6px;
    border: none;
    display: none;
    transform: scale(0);
    transition: ease-out 0.3s;
}
.navbar-nav > li > .dropdown-menu.show {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 6px;
    border: none;
    display: block;
    transform: scale(1);
    transition: ease-out 0.3s;
}
.why-kps {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.n-list-box {
    width: 150px;
    height: 72px;
}
section.about.sec-pad .row {
    flex-direction: column-reverse;
}
.about-img .row {
    flex-direction: initial !important;
}
.sec-pad {
    padding: 30px 0;
}
.about-content {
    margin-bottom: 30px;
}
.facilities {
    margin-bottom: 40px;
    padding: 30px 0;
}
ul.m-list a {
    padding: 0 8px;
    position: relative;
    font-size: 12px;
    font-weight: 400;
}
.b-right.img-fluid {
    height: 262px;
}
iframe {
    border: 0;
    margin-top: 30px;
}
.b-left.img-fluid {
    height: 125px;
}
.m-flex{
   	display: block;
   }
   .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
}
.double-quetes img {
    height: 50px;
}
.principal-imgage img {
    border-radius: 10px;
    margin-bottom: 20px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png) !important;
    color: #fff !important;
}
.navbar-dark .navbar-toggler-icon {
     background-image: url(../img/menu.png) !important;
}
.profile-img{
    padding-bottom:20px;
}
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
ul.s-list {
    padding: 0;
    list-style: none;
}
ul.s-list li{
    padding: 5px 0;
    list-style: none;
}
.news-tab {
    background: #FBFBFB;
}
.gallery-list img {
    width: 100%;
    margin-bottom: 10px;
    height: 160px;
    border-radius: 6px;
    object-fit: cover;
    border: solid 1px #E4E4E4;
}

.gallery-list a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery-list a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
  border-radius: 6px;
}

.gallery-list img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery-list a:hover img {
    position: relative;
    width: 100%;
}
.gallery-list a:hover .gallery-list img::before {
    background-color: red;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: blue;
}

.gallery-list a:hover img {
    opacity: 0.2;
    background: #0A65B4;
}

.gallery-list a:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    display: block;
    background: url("../img/expand-ic.png"), rgba(10, 101, 180, 0.80);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}
.gallery-list a:hover .e-icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: ;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}
ul.t-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.t-list a {
   position: relative;
    border-radius: 10px;
    background: #FFF;
    color: #407E2B;
    box-shadow: 6px 6px 20px 0px rgba(204, 204, 204, 0.25);
    text-decoration: none;
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
}
ul.t-list a:hover {
    background: #0A65B4;
    color: #ffffff;
}
ul.t-list a:before{
    position: absolute;
    background-color: #ffc107;
    content: "";
    height: 30px;
    width: 3px;
    left: 10px;

}
