@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


 
*{
    box-sizing: border-box; /* Makes managing widths and heights easier */
    margin: 0; /* Removes the default margin */
    padding: 0; /* Removes the default padding */
    /* font-family: 'Inter', Tahoma, Geneva, Verdana, sans-serif; */
}


:root{
  --primary-color: #12700d;
}
body {
    font-size: 62.5%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 30px;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    body {
      font-size: 60%;
    }
  }
  
  @media only screen and (max-width: 991px) {
    body {
      font-size: 55%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    body {
      font-size: 50%;
    }
  }
  
  @media only screen and (max-width: 479px) {
    body {
      font-size: 45%;
    }
  }
  
  @media only screen and (max-width: 320px) {
    body {
      font-size: 40%;
    }
  }
  /*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Grid -------------------*/
@media only screen and (min-width: 1230px) {
    .container {
      max-width: 1200px;
    }
  }
  
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .row.no-gutters>[class^="col-"],
  .row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .row.gutters-1 {
    padding-left: 14.5px;
    padding-right: 14.5px;
  }
  
  .row.gutters-1>[class^="col-"] {
    padding-left: 0.5px;
    padding-right: 0.5px;
  }
  
  .row.gutters-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
  
  .row.gutters-2>[class^="col-"] {
    padding-left: 1px;
    padding-right: 1px;
  }
  
  .row.gutters-3 {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
  
  .row.gutters-3>[class^="col-"] {
    padding-left: 1.5px;
    padding-right: 1.5px;
  }
  
  .row.gutters-4 {
    padding-left: 13px;
    padding-right: 13px;
  }
  
  .row.gutters-4>[class^="col-"] {
    padding-left: 2px;
    padding-right: 2px;
  }
  
  .row.gutters-5 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  
  .row.gutters-5>[class^="col-"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  
  .row.gutters-6 {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .row.gutters-6>[class^="col-"] {
    padding-left: 3px;
    padding-right: 3px;
  }
  
  .row.gutters-7 {
    padding-left: 11.5px;
    padding-right: 11.5px;
  }
  
  .row.gutters-7>[class^="col-"] {
    padding-left: 3.5px;
    padding-right: 3.5px;
  }
  
  .row.gutters-8 {
    padding-left: 11px;
    padding-right: 11px;
  }
  
  .row.gutters-8>[class^="col-"] {
    padding-left: 4px;
    padding-right: 4px;
  }
  
  .row.gutters-9 {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
  
  .row.gutters-9>[class^="col-"] {
    padding-left: 4.5px;
    padding-right: 4.5px;
  }
  
  .row.gutters-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .row.gutters-10>[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .row.gutters-11 {
    padding-left: 9.5px;
    padding-right: 9.5px;
  }
  
  .row.gutters-11>[class^="col-"] {
    padding-left: 5.5px;
    padding-right: 5.5px;
  }
  
  .row.gutters-12 {
    padding-left: 9px;
    padding-right: 9px;
  }
  
  .row.gutters-12>[class^="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }
  
  .row.gutters-13 {
    padding-left: 8.5px;
    padding-right: 8.5px;
  }
  
  .row.gutters-13>[class^="col-"] {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }
  
  .row.gutters-14 {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .row.gutters-14>[class^="col-"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .row.gutters-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  
  .row.gutters-15>[class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  
  .row.gutters-20 {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .row.gutters-20>[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .row.gutters-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .row.gutters-40>[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  @media only screen and (max-width: 575px) {
    .row.gutters-40 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .row.gutters-40>[class^="col-"] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  .row.gutters-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  
  .row.gutters-50>[class^="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  @media only screen and (max-width: 575px) {
    .row.gutters-50 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .row.gutters-50>[class^="col-"] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  a{
    text-decoration: none !important;
  }
.fa.fa-x-twitter{
    font-family: 'Open Sans', sans-serif;
}
.fa.fa-x-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
a {
    color: #88B53E; /* Gives links a standard, appealing color */
    text-decoration: none; /* Removes underlines from links */
}

a:hover {
    color: #88B53E; /* Changes the link color on hover for better interaction */
}

p {
    margin: 0 0 20px 0;
    /* color: #646464; */
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
    color: #111111;
  }
  
  h1,
  h2 {
    line-height: 48px;
  }
  
  h3,
  h4,
  h5 {
    line-height: 30px;
  }
  
  h1 {
    font-size: 46px;
  }
  
  @media only screen and (max-width: 1199px) {
    h1 {
      font-size: 40px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 38px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 34px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 32px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    h1 {
      font-size: 30px;
    }
  }
  
  h2 {
    font-size: 36px;
  }
  
  @media only screen and (max-width: 1199px) {
    h2 {
      font-size: 32px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 28px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 26px;
    }
  }
  
  h3 {
    font-size: 22px;
  }
  
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 20px;
    }
  }
  
  h4 {
    font-size: 20px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 16px;
  }
.welcome-to{
  font-size: 32pt;
  font-weight: 400;
}

.welcome{
  background-color: #ebebeb;
}
.vic-welcome{
  font-weight:900;
  font-size: 3.5rem;
  color: #12700d;
}

.vic-welcome::after{
  height: 7px;
  width: 100px;
  background: #12700d;
  content: " ";
  display: block;
  margin: 15px auto;
}


.container {
    max-width: 1200px; /* Sets a max-width for the content and centers it */
    margin: auto;
    padding: 0 20px; /* Adds some padding on the sides */
}

button.btn {
    font-size: 18px; /* Makes buttons more prominent */
    padding: 10px 20px; /* Adds padding for better touch interaction */
    background-color: var(--primary-color); /* A nice, vibrant button color */
    color: white; /* Text color for buttons */
    border: none; /* Removes the default border */
    cursor: pointer; /* Changes the cursor to indicate it's clickable */
}

button.btn:hover {
    background-color: #88B53E; /* Darkens the button on hover */
}

.info-bar{
    width: 100vw;
    background-color: var(--primary-color);
    color: #FFFFFF;
   
}
.info-bar2{
    width: 100vw;
    background-color: #878687;
    color: #FFFFFF;
   
}

.navbar {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Drop shadow for depth */
}
.navbar-brand img {
    max-width: 100%; /* Ensure the logo doesn't overflow */
}
.navbar-nav .nav-link {
    color: var(--primary-color); /* Default text color */
    padding: 10px 20px; /* Padding for menu items */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}
.navbar-nav {
    
    justify-content: end;
	flex-direction: unset;
	padding: 0;
	margin: 0;
	list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300px;
	
}
/* Custom CSS for expanding dropdowns on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    border: none;
    width: 300px;
    background-color: white;
    transition: max-height 0.3s ease; 
    border-radius: 0; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
    
}

.navbar-nav .dropdown:hover .dropdown-menu a{
    color: black;
    border-bottom: 1px solid black;
 }
.navbar-nav a{
    font-size: 16px;
    color: #88B53E;
    /* font-size: 18px; */
    font-weight: 600px;
}
.navbar-nav a:hover{
    color: black
}

.dropdown-item {
    color: #333; /* Default text color */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}
.dropdown-item:hover {
    background-color: #f8f9fa; /* Background color change on hover */
}
.dropdown-menu a:hover {
    color: #e9d10a !important;
}
.dropdown-divider{
    color: #fff;
    border-color: #fff !important;
}
/* ------------------HERO AREA STARTS HERE------------------ */
.hero-carousel {
    width: 100%;
    height: 70vh;
    padding: 0;
    margin: 0 !important;
}
.carousel { /* Adjust class as per your carousel's class */
    width: 100%;
    margin: 0 auto; /* Centers the carousel if its inner content is not as wide */
}
.hero-slides {
     width: 100%; /* Ensures the hero section spans the full width */
    height: 70vh; /* Makes the hero section as tall as the viewport */
    overflow-x: hidden; /* This hides the horizontal scrollbar */
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
#carousel .carousel-item.home-slider {
	background-image: url("../Img/sliders/slider1.jpg");
}

#carousel .carousel-item.vitamin {
	background-image: url("../Img/sliders/slider2.jpg");
}

#carousel .carousel-item.vitamin-e {
	background-image: url("../Img/sliders/slider3.jpg");
}

#carousel .carousel-item.ferrovita {
	background-image: url("../Img/sliders/slider2.jpg");
}

#carousel .carousel-item {
	height: 70vh;
	width: 100%;
	min-height: 30px;
	background: no-repeat center center scroll;
	background-size: cover;
}

#carousel .carousel-inner .carousel-item {
	transition: -webkit-transform 2s ease;
	transition: transform 2s ease;
	transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px;
	color: white;
	animation-duration: 1s;
	animation-delay: 2s;
}

#carousel .caption h2 {
	animation-duration: 1s;
	animation-delay: 2s;
}

#carousel .caption p {
	animation-duration: 1s;
	animation-delay: 2.2s;
}

#carousel .caption a {
	animation-duration: 1s;
	animation-delay: 2.4s;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}


.c-image{
    height: 80vh;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.6);
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
  
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    min-height: 200px;
   
  }



/*  i-image */
.i-image{
    width: 50px;
    height: 50px;
  
}
.info-container{
    align-items: center; /* Center horizontally */
    justify-content: center;
}
.info-container .card{
   padding: 20px;
   border: none;
}
.info-container .card:hover{
    border: 1px solid #ccc; /* Add border on hover */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
  transform: translateY(-5px); /* Elevate the card up a little */
  transition: 0.6s;
}
.info-container .align-items-center {
    display: flex;
    align-items: center; 
    padding: 20px;
   
  }

  .mini-gallery .col:hover{
    border: 1px solid #ccc; /* Add border on hover */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
  transform: translateY(-5px); /* Elevate the card up a little */
  transition: 0.6s;
}
.newsCard {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #fff;
  color:#fff;
  overflow: hidden;
  border-radius: 6px;
}

figure img {
display: block;
object-fit: cover !important;
object-position: center center !important; 
height: 100%;
width: 100%;
}

.overlay{
  background: rgb(40,26,54);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281a36",endColorstr="#593b74",GradientType=1);
  display: block;
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 0;
  z-index: 3;
}

.newsCaption {
  position: absolute;
  top: auto;
  bottom: 31px;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: 10;
  padding: 15px;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:  -webkit-transform 0.4s;
  transition:  -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s,  -webkit-transform 0.4s;
}
.newsCaption i{font-size: 24px;}

.newsCaption-title {
  margin-top: 0px;
}
.newsCaption-content {
  margin: 0;
}

.newsCaption-link {
  color: #fff;
  text-decoration: underline;
  opacity: .8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.news-Slide-up:hover .overlay{ background: rgb(0, 208, 125);
background: -moz-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
background: linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400a6f",endColorstr="#593b74",GradientType=1);
}

.news-Slide-up:hover .newsCaption {

  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition:  -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}


.box-1, .box-2, .box-3{
  /* width: 100%; */
  height: 400px;
  background-color: grey;
}


.rounded-circle {
    border-radius: 50% !important;
}
.why-container{
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(/assets/Img/bg-abstract.png);
}
.w-image {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/*my css for the top nav*/

.top-nav{
	background-color: #02864A;
	padding: 3px 0;
}

.top-nav p {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 16px;
	color: #fff;
}

.top-nav i, 
.top-nav span{
	vertical-align: middle;
	font-size: 0.8rem;
}
.navbar{
	box-shadow: 1px 1px 1px black;
}

.social-links a{
	width: 20px;
	height: 20px;
	/* background-color: rgba(255, 255, 255, 0.3); */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.8rem;
	border-radius: 100%;
}

.social-links a:hover{
	background-color: #fff;
	color:var(--primary-color);
}


/*MY CSS*/
.custom-gutter{
  --bs-gutter-x: 0 !important;
}
.custom-gutter .row{
  --bs-gutter-x: 0 !important;
}

.philosophy-heading{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 50px;
  color: var(--primary-color);
}

.phil-heading{
  text-transform: uppercase;
  font-weight: 900;
  color: var(--primary-color);
}

.phil-button{
  padding: 8px 15px;
  border: 1px solid var(--primary-color);
  background-color: transparent;
  transition: all 0.5s ease;
}
.phil-button:hover{
  background-color: rgba(22, 124, 17, 0.308);
}

.phil-caption-1{
  border-top: 1px solid rgba(0, 0, 0, 0.349);
}
.phil-caption-3{
  border-bottom: 1px solid rgba(0, 0, 0, 0.349);
}
.enroll{
  width: 100%;
  /* height: 70vh; */
  background-image: url('../img/gallery/bg-we.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.enroll-heading{
  text-transform: uppercase;
  font-weight: 1000;
  font-size: 70px;
  text-align: center;
}

.enroll-button{
  padding: 5px 15px;
  background-color: white;
  border: none;
  color: var(--primary-color);
}

.about-us-heading{
  font-weight: 900;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
}

.card-img{
 height: 300px;
 object-fit: cover;
 object-position: top;

}
.team-heading{
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
  color: var(--primary-color);

}
.acad-p{
  text-align: justify;
}
.page-banner-area{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 0;
}


.page-banner-area::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #12700d88;
  height: 100%;
  width: 100%;
}


.page-banner-area.bg-2{
  background-image: url('../img/gallery/gallery-24.jpg');
}
.page-banner-area.bg-3{
  background-image: url('../img/gallery/gallery-45.jpg');
}
.page-banner-area.bg-4{
  background-image: url('../img/gallery/gallery-47.jpg');
}
.page-banner-area.bg-5{
  background-image: url('../img/gallery/gallery-5.jpg');
}
.page-banner-area.bg-6{
  background-image: url('../img/gallery/gallery-35.jpg');
}
.page-banner-area.bg-7{
  background-image: url('../img/gallery/gallery-21.jpg');
}

.page-banner-area .container-fluid {
  max-width: 1520px;
  margin: auto
}

.page-banner-content{
  position: relative;
}

.page-banner-content h1{
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
}

.page-banner-content ul{
  margin-left: 0;
  padding-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #fff
}

.page-banner-content ul li a {
  text-decoration: none;
  color: #fff
}

.page-banner-content ul li::before {
  position: absolute;
  content: "/";
  right: 2px;
  top: 0
}

.page-banner-content ul li:last-child{
  color: black;
}
.page-banner-content ul li:last-child::before {
  display: none
}
.how-to-apply h2 {
  font-size: 48px;
  margin-bottom: 20px
}

.how-to-apply p {
  margin-bottom: 30px
}

.how-to-apply .apply-list {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}

.how-to-apply .apply-list ul {
  padding-left: 0;
  margin-bottom: 0
}

.how-to-apply .apply-list ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px
}

.how-to-apply .apply-list ul li i {
  position: absolute;
  color: var(--primary-color);
  left: 0
}

.submit {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}

.submit h3 {
  font-size: 30px;
  margin-bottom: 20px
}

.submit p {
  margin-bottom: 25px
}

.financial {
  margin-bottom: 30px
}

.financial h3 {
  font-size: 30px;
  margin-bottom: 20px
}

.financial p {
  margin-bottom: 25px
}

.additional-information {
  background-color: #f4f6f9;
  padding: 30px;
  margin-bottom: 30px
}

.additional-information h3 {
  font-size: 22px;
  margin-bottom: 20px
}

.additional-information .list {
  text-align: center
}

.additional-information .list ul {
  padding-left: 0;
  margin-bottom: 0
}

.additional-information .list ul li {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  transition: all ease .5s
}

.additional-information .list ul li a {
  color: #555;
  transition: all ease .5s
}

.additional-information .list ul li:hover {
  background-color: var(--primary-color)
}

.additional-information .list ul li:hover a {
  color: #fff
}

.adm-button {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease .5s;
  /* border: 1px solid #e32845; */
  z-index: 1
}

.adm-button i {
  position: relative;
  top: 3px;
  padding-left: 5px
}

.adm-button::before {
  position: absolute;
  content: "";
  background-color: #111d5e;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease .5s;
  z-index: -1
}

.adm-button:hover {
  color: #fff;
  background-color: transparent;
}

.adm-button:hover::before {
  transform: scaleX(1)
}

.adm-button:focus {
  box-shadow: none
}

.hidden{
  opacity: 0;
  filter: blur(3px);
  transform: translate(-100px);
  transition: all 1.3s;
}
.show{
  opacity: 1;
  filter: blur(0);
  transform: translate(0);
}

.the-vfd-title{
  font-weight: 900;
  font-size: 40px;

}
@media screen and (min-width: 1200px) {
  .header-icon-1{
    /* transform: translate(-100%, 0); */
    opacity: 1;
  }
  .header-icon-1{
    top: 20%;
    left: 0;
    margin: 16px 0 0 0;
    position: absolute;
  }
}
@media screen and (max-width: 1080px){
  .header-icon-1{
    opacity: 0;
  }
}
.header-icon-1{
  /* transform: translate(-100%, 0); */
  opacity: 1;
}
.header-icon-1{
  top: 20%;
  left: 0;
  margin: 16px 0 0 0;
  position: absolute;
}

.hidden1{
  opacity: 0;
  filter: blur(3px);
  transform: translateY(-30px);
  transition: transform 1.3s ease-in-out;
}

.show1{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  /* transform: translate(-100px); */
}
.sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #88B53E;
}

.display-30 {
    font-size: 0.9rem;
}

.about-hero, .about-hero-d{
  width: 100%;
  /* height: 80vh; */
  background-image: url('../img/gallery/gallery-24.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.about-hero-d{
  background-image: url('../img/gallery/gallery-45.jpg');
}
.about-hero-c{
  background-image: url('../img/gallery/gallery-2.jpg');
}
.about-hero-ac{
  background-image: url('../img/gallery/gallery-3.jpg');
}

.about-hero  
.about-hero-wrap{
  padding: 500px 0 50px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 99%, rgb(0, 0, 0) 100%);
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.about-hero-d  
.about-hero-wrap{
  padding: 500px 0 50px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 99%, rgb(0, 0, 0) 100%);
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.about-title{
  font-size: 55px;
  color: white;
  font-weight: 900;
}

.history{
  background: #ebebeb;
}

.history-heading{
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
}
.mission-image{
  border-radius: 15px;
}
.footer-logo{
  width: 200px;
}


/* Services */
#services{
    color: #2d2d2d;
}
#services .services-top {
    padding: 70px 0 50px;
}
#services .services-list {
    padding-top: 50px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    font-size: 38px;
    float: left;
}
.services-list .service-block .text-block {
    margin-left: 58px;
}
.services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}
.services-list .service-block .text-block .info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
}
.highlight {
    color: #88B53E;
    font-weight:bold;
}       
/* Services */


/*------------------- 5.6 Contact -------------------*/
.contact-wrap-layout1 {
    position: relative;
  }
  
  .contact-wrap-layout1 .google-map {
    filter: grayscale(100%);
  }
  
 
  
  .contact-wrap-layout2 {
    padding: 10rem 0;
  }
  
  .contact-box-layout2 .google-map {
    margin-bottom: 40px;
  }
  
  .contact-box-layout2 .contact-form {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 35px 40px 40px;
  }
  
  @media only screen and (max-width: 575px) {
    .contact-box-layout2 .contact-form {
      padding: 25px 30px 30px;
    }
  }
  
  .contact-box-layout2 .contact-form .contact-form-box .form-group {
    margin-bottom: 20px;
  }
  
  .contact-box-layout2 .contact-form .contact-form-box .form-group:last-child {
    margin-bottom: 0;
  }
  
  .contact-box-layout2 .contact-form .contact-form-box .form-group .form-control {
    border: none;
    background-color: #f1f1f1;
    padding: 10px 22px;
    font-size: 16px;
    color: #111111;
  }
  
  .contact-box-layout2 .contact-form .contact-form-box .form-group .form-control:focus {
    box-shadow: none;
    border: none;
    outline: none;
  }
  
  .contact-box-layout2 .contact-form .contact-form-box .form-group input {
    height: 50px;
  }

/* --Footer--starts--here-- */
footer {
    color: #fff;
}
ul {
    padding: 0px !important;
}
ol, ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    /* border: solid 2px #ffffff; */
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    /* background: #fff; */
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}
.phone-no {
    margin-top: -22px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: bold;
}
.footer-top {
    background: #f4f6f9;
    color: black;
    /* padding:50px 0 50px; */
}

.footer-top p {
    line-height: 2;
}

footer p {
  margin-bottom:0;
}
.footer-logo {
    display: block;
    margin-bottom: 10px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}

.address1 li a {
    color: black;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 20px;
    top: 0;
}
li{
  list-style: none;
}

.links li{
  color: black;
  margin: 8px 0;
}
.links li:hover{
  color: var(--primary-color);
}

footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #88B53E;
    border-color: #88B53E;
}

.footer-bottom {
    background: var(--primary-color);
    padding: 10px 0px;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom ul li a{
    color:#fff;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 18px;
}
/* jumbotron */
.jumbotron{
    background-color: var(--primary-color);
    height: 350px;
}
.jumbotron h1,p{
    margin-top: 50px;
}
.jumbotron p{
    color: #FFFFFF;
}
.about-container1{
    padding: 30px;
}
.about-wrap-layout6 {
    padding: 9.4rem 0 5.5rem;
  }
  /*------------------- 4.5 Section Heading -------------------*/
.heading-layout1.heading-light h2,
.heading-layout1.heading-light h3 {
  color: #ffffff;
}

.heading-layout1.heading-light .item-subtitle {
  color: #88B53E;
}

.heading-layout1 {
  text-align: center;
  margin-bottom: 40px;
}

.heading-layout1 h2 {
  font-weight: 700;
  color: #111111;
}

.heading-layout1 h2 span {
  display: block;
}

.heading-layout1 .item-subtitle {
  font-size: 18px;
  color: #88B53E;
  font-weight: 500;
  margin-bottom: 10px;
}

.heading-layout2 {
  text-align: center;
  margin-bottom: 65px;
}

.heading-layout2 h2 {
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
}
.about-wrap-layout7 {
    background-color: #f8f8f8;
    
  }
  .bg-shape-2 {
    position: relative;
    z-index: 1;
  }
  
  .bg-shape-2:after {
    content: url('/assets/img/about/clip2.png');
    position: absolute;
    left: 130px;
    bottom: 0;
    line-height: 0;
    z-index: -1;
  }
  
  @media only screen and (max-width: 991px) {
    .bg-shape-2:after {
      display: none;
    }
  }
  
  .bg-shape-2:before {
    content: url('/assets/img/about/clip4.png');
    position: absolute;
    right: 190px;
    bottom: 0;
    line-height: 0;
    z-index: -1;
  }
  
.about-box-layout9 {
    display: flex;
    align-items: center;
  }
  
  @media only screen and (max-width: 1199px) {
    .about-box-layout9 {
      display: block;
    }
  }
  
  .about-box-layout9 .single-item {
    width: 80%;
  }
  
  @media only screen and (max-width: 1199px) {
    .about-box-layout9 .single-item {
      width: 100%;
      text-align: center;
      padding: 0 15px;
    }
  }
  
  .about-box-layout9 .single-item .item-content .item-title {
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
  }
  
  .about-box-layout9 .single-item .item-content .item-title:after {
    content: "";
    height: 4px;
    width: 50px;
    background-color: #88B53E;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  @media only screen and (max-width: 1199px) {
    .about-box-layout9 .single-item .item-content .item-title:after {
      margin: auto;
    }
  }
  
  .about-box-layout9 .left-item {
    padding-left: calc((100% - 1170px) / 2);
    padding-right: 10rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
 
  @media only screen and (max-width: 1229px) {
    .about-box-layout9 .left-item {
      padding-left: calc((100% - 1110px) / 2);
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .about-box-layout9 .left-item {
      margin-bottom: 5rem;
      padding: 0 15px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .bg-shape-2:before {
      display: none;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .about-wrap-layout7 {
      padding: 10rem 0;
    }
  }
@media only screen and (max-width: 767px) {
  .heading-layout2 h2 {
    width: 100%;
  }
}

.heading-layout2 h2 span {
  font-weight: 700;
}

.heading-layout3 {
  margin-bottom: 25px;
}

.heading-layout3 h2,
.heading-layout3 h3 {
  color: #111111;
  font-weight: 700;
}

.heading-layout3 h2 span,
.heading-layout3 h3 span {
  font-weight: 400;
}
/*-------------------  Why Choose Us -------------------*/

  
  .why-choose-box-layout1 {
    margin-bottom: 30px;
  }
  
  .why-choose-box-layout1 .item-img {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    
  }
  
  .why-choose-box-layout1 .item-img img {
    border-radius: 4px;
    transform: scale(1);
    transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
    object-fit: cover;
    object-position: center;
  }
  
  .why-choose-box-layout1 .item-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .why-choose-box-layout1 .item-content .item-title {
    position: relative;
    font-weight: 700;
    padding-bottom: 18px;
  }
  
  .why-choose-box-layout1 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .why-choose-box-layout1 .item-content .item-title a:hover {
    color: #88B53E;
  }
  
  .why-choose-box-layout1 .item-content .item-title:after {
    content: "";
    height: 4px;
    width: 50px;
    background-color: #88B53E;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .why-choose-box-layout1:hover .item-img img {
    transform: scale(1.1);
  }
  
  .why-choose-box-layout1:hover .item-img:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
/*------------------- 5.4 Call To Action -------------------*/
.action-wrap-layout1 {
    padding: 7rem 0;

    background-image: url(/assets/img/about/banner-shape.png);
  }
  
  @media only screen and (max-width: 991px) {
    .action-box-layout1 {
      text-align: center;
      margin-bottom: 30px;
    }
  }
  
  .action-box-layout1 .item-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
  }
  
  @media only screen and (max-width: 991px) {
    .action-box-layout1 .item-title {
      font-size: 38px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .action-box-layout1 .item-title {
      font-size: 34px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .action-box-layout1 .item-title {
      font-size: 32px;
    }
  }
  .btn-fill-xl.box-shadow {
    -webkit-box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.3);
  }
  .bg-textprimary {
    background-color: #ffffff !important;
  }
  .text-accent {
    color: #878687;
  }
  .btn-fill-xl {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 40px;
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .btn-fill-xl i {
    margin-left: 10px;
  }
  
  .btn-fill-xl:hover {
    color: #ffffff;
    background-color: #88B53E !important;
  }
  
  @media only screen and (max-width: 991px) {
    .btn-fill-xl {
      padding: 12px 30px;
    }
  
    .accordion-title button {
      align-items: start;
      justify-content: start;
      text-align: start;
      text-decoration: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .btn-fill-xl {
      padding: 10px 30px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .btn-fill-xl {
      padding: 10px 20px;
      font-size: 14px;
    }
  }
  .admin-text h5,p,ul li{
    text-align: start;
  }
  /* ----------Gallery-------------- */
  .lightbox-gallery{
    
    background-repeat: no-repeat;color: #000;
    overflow-x: hidden}.lightbox-gallery p{color:#fff
    }
    .lightbox-gallery h2{
      font-weight:bold;
      margin-bottom:40px;
      padding-top:40px;color:#fff
    }
      @media (max-width:767px){
        .lightbox-gallery h2{
          margin-bottom:25px;
          padding-top:25px;
          font-size:24px}
        }
        .lightbox-gallery .intro{
          font-size:16px;
          max-width:500px;
          margin:0 auto 40px
        }
          .lightbox-gallery .intro p{
            margin-bottom:0
          }
          .lightbox-gallery .photos{
            padding-bottom:20px
          }.lightbox-gallery .item{
            padding-bottom:30px
          }
  /* ----------Gallery End-------------- */
  .blog-wrap-layout4 {
    padding: 10rem 0;
  }
  .blog-box-layout4 {
    margin-bottom: 40px;
    padding: 30px 30px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
  }
  
  .blog-box-layout4 .item-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .blog-box-layout4 .item-img img {
    transform: scale(1);
    transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
  }
  

  .blog-box-layout4 .item-img .top-item .item-date {
    position: relative;
  }
  
  .blog-box-layout4 .item-img .top-item .item-date:after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -11px;
  }
  
  .blog-box-layout4 .item-img .top-item .item-date:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -11px;
  }
  
  .blog-box-layout4 .item-img .top-item .item-date .days {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-box-layout4 .item-img .top-item .item-date .days {
      font-size: 20px;
    }
  }
  
  .blog-box-layout4 .item-img .top-item .item-date .month {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: block;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-box-layout4 .item-img .top-item .item-date .month {
      font-size: 14px;
    }
  }
  
  .blog-box-layout4 .item-content .entry-meta {
    margin-bottom: 8px;
  }
  
  .blog-box-layout4 .item-content .entry-meta li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    margin-bottom: 10px;
  }
  
  .blog-box-layout4 .item-content .entry-meta li:last-child {
    margin-right: 0;
  }
  
  .blog-box-layout4 .item-content .entry-meta li:last-child:after {
    display: none;
  }
  
  .blog-box-layout4 .item-content .entry-meta li i {
    font-size: 15px;
    color: #878687;
    margin-right: 10px;
  }
  
  .blog-box-layout4 .item-content .entry-meta li a {
    color: #646464;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .blog-box-layout4 .item-content .entry-meta li a:hover {
    color: #372263;
  }
  
  .blog-box-layout4 .item-content .entry-meta li .author {
    color: #878687;
  }
  
  .blog-box-layout4 .item-content .item-title {
    font-size: 30px;
    font-weight: 700;
  }
  
  @media only screen and (max-width: 1199px) {
    .blog-box-layout4 .item-content .item-title {
      font-size: 28px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .blog-box-layout4 .item-content .item-title {
      font-size: 26px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-box-layout4 .item-content .item-title {
      font-size: 24px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .blog-box-layout4 .item-content .item-title {
      font-size: 22px;
    }
  }
  
  .blog-box-layout4 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .blog-box-layout4 .item-content .item-title a:hover {
    color: #372263;
  }
  
  .blog-box-layout4 .item-content .btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
  
  .blog-box-layout4 .item-content .btn-area li {
    margin-bottom: 20px;
  }
  
  .blog-box-layout4 .item-content .btn-area li .item-btn {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 10px 25px;
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .blog-box-layout4 .item-content .btn-area li .item-btn i {
    color: #372263;
    margin-left: 10px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .blog-box-layout4 .item-content .btn-area li .item-btn:hover {
    background-color: #372263;
    color: #ffffff;
  }
  
  .blog-box-layout4 .item-content .btn-area li .item-btn:hover i {
    color: #ffffff;
  }
  
  .blog-box-layout4 .item-content .btn-area li i {
    margin-right: 10px;
  }
  
  .blog-box-layout4:hover .item-img img {
    transform: scale(1.1);
  }
  /*------------------- 4.7 Widget -------------------*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}

.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}

.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}

.widget-service {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 20px;
}

.widget-service .service-list ul li {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}

.widget-service .service-list ul li:last-child {
  border-bottom: none;
}

.widget-service .service-list ul li a {
  position: relative;
  display: block;
  color: #111111;
  padding: 13px 0 13px 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  
}

.widget-service .service-list ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  

}

.widget-service .service-list ul li a:hover {
  color: #878687;
  padding-left: 35px;
}

.widget-service .service-list ul li a:hover i {
  color: #88B53E;

}
.service-list ul li{
  margin-top: 5px;
}
.service-list span{
  color: #88B53E;
}

.widget-download {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}

.widget-download .item-list li {
  margin-bottom: 10px;
}

.widget-download .item-list li:last-child {
  margin-bottom: 0;
}

.widget-download .item-list li a {
  display: flex;
  align-items: center;
  background-color: #878687;
  padding: 15px 25px;
  border-radius: 4px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-download .item-list li a i {
  font-size: 24px;
  margin-right: 15px;
}

.widget-download .item-list li a:hover {
  background-color: #372263;
}

.widget-form {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}

@media only screen and (max-width: 1199px) {
  .widget-form {
    padding: 25px 30px 30px;
  }
}

.widget-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}

.widget-form .contact-form-box .form-group .form-control {
  border: none;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #646464;
  padding: 10px 15px;
}

.widget-form .contact-form-box .form-group .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.widget-form .contact-form-box .form-group input {
  height: 50px;
}

.widget-form .contact-form-box .form-group .item-btn {
  width: 100%;
  background-color: #ed1c25;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-form .contact-form-box .form-group .item-btn:hover {
  background-color: #878687;
}

.widget-banner .banner-img {
  position: relative;
}

.widget-banner .banner-img img {
  border-radius: 4px;
  min-width: 100%;
}

.widget-banner .banner-img .item-content {
  background-color: transparent;
  padding: 13rem 5rem 5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 4px 4px;
  -webkit-clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
}

.widget-banner .banner-img .item-content .big-text {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.widget-banner .banner-img .item-content .sub-text {
  font-size: 18px;
  color: #9cabb8;
  margin-bottom: 30px;
}

.widget-banner .banner-img .item-content .item-btn {
  display: block;
  background-color: #12700d;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-banner .banner-img .item-content .item-btn:hover {
  background-color: #ffffff;
  color: #878687;
}

.widget-search-box .stylish-input-group {
  height: 55px;
  border-radius: 4px;
  padding: 0;
}

.widget-search-box .stylish-input-group .form-control {
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
  color: #111111;
  font-size: 16px;
  height: 55px;
  margin-right: 8px;
  padding: 10px 20px;
}

.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #878687 !important;
}

.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-search-box .stylish-input-group .input-group-addon button span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}

.widget-search-box .stylish-input-group .input-group-addon:hover {
  background-color: #12700d !important;
}

.widget-search-box .stylish-input-group .input-group-addon:hover button span {
  color: #ffffff;
}

.widget-search-box .stylish-input-group input {
  font-size: 16px;
  color: #372263;
}

.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
  font-size: 16px;
}

.widget-search-box .stylish-input-group input.form-control::-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #646464;
  font-size: 16px;
}

.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #646464;
  font-size: 16px;
}

.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #646464;
  font-size: 16px;
}

.widget-post {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}

@media only screen and (max-width: 575px) {
  .widget-post {
    padding: 35px 20px 40px;
  }
}

.widget-post .media {
  margin-bottom: 30px;
}

.widget-post .media:last-child {
  margin-bottom: 0;
}

.widget-post .media .item-img {
  overflow: hidden;
  margin-top: 4px;
  border-radius: 4px;
}

.widget-post .media .item-img a {
  display: inline-block;
}

.widget-post .media .item-img a img {
  border-radius: 4px;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-post .media .media-body .post-title {
  margin-bottom: 8px;
  line-height: 1.4;
}

.widget-post .media .media-body .post-title a {
  color: #444444;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-post .media .media-body .post-title a:hover {
  color: #000000;
}

.widget-post .media .media-body .post-date {
  font-size: 14px;
  color: #372263;
}

.widget-post .media .media-body .item-price {
  font-size: 14px;
  color: #372263;
  font-weight: 500;
}

.widget-post .media .media-body .item-rating li {
  display: inline-block;
  color: #ff6f00;
  font-size: 12px;
}

.widget-post .media:hover a img {
  transform: scale(1.1);
}

.widget-tag {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 34px;
}

.widget-tag .tag-list li {
  display: inline-block;
  margin: 0 5px 8px 0;
}

.widget-tag .tag-list li a {
  display: block;
  background-color: #f2f2f2;
  color: #444444;
  padding: 7px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-tag .tag-list li a:hover {
  background-color: #372263;
  color: #ffffff;
}

.widget-project-info {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 30px 40px 32px;
}

@media only screen and (max-width: 1199px) {
  .widget-project-info {
    padding: 30px 20px 32px;
  }
}

.widget-project-info .project-details>ul>li {
  display: flex;
  margin-bottom: 18px;
  color: #444444;
}

.widget-project-info .project-details>ul>li:last-child {
  margin-bottom: 0;
}

.widget-project-info .project-details>ul>li span {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  min-width: 100px;
  display: inline-block;
  margin-right: 18px;
  position: relative;
}

.widget-project-info .project-details>ul>li span:after {
  content: ":";
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: 0;
}

.widget-project-info .project-details>ul>li .item-rating li {
  display: inline-block;
  color: #ff6f00;
}

.widget-contact-info {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}

.widget-contact-info .media {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 26px;
  margin-bottom: 30px;
}

.widget-contact-info .media:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget-contact-info .media .item-icon i:before {
  font-size: 26px;
  font-weight: 700;
  color: #878687;
}

.widget-contact-info .media .media-body h4 {
  font-weight: 700;
  margin-bottom: 6px;
}

.widget-product {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}

.widget-product .media {
  margin-bottom: 20px;
}

.widget-product .media:last-child {
  margin-bottom: 0;
}

.widget-product .media .item-img {
  overflow: hidden;
  border-radius: 4px;
}

.widget-product .media .item-img a {
  display: inline-block;
}

.widget-product .media .item-img a img {
  border-radius: 4px;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-product .media .media-body .post-title {
  margin-bottom: 0;
  line-height: 1;
}

.widget-product .media .media-body .post-title a {
  color: #444444;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-product .media .media-body .post-title a:hover {
  color: #000000;
}

.widget-product .media .media-body .post-date {
  font-size: 14px;
  color: #372263;
}

.widget-product .media .media-body .item-price {
  font-size: 14px;
  color: #372263;
  font-weight: 500;
}

.widget-product .media .media-body .item-rating li {
  display: inline-block;
  color: #ff6f00;
  font-size: 12px;
}

.widget-product .media:hover a img {
  transform: scale(1.1);
}

.widget-price-range {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}

.widget-price-range .price-range-wrapper {
  text-align: left;
  padding-top: 20px;
}

.widget-price-range .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}

.widget-price-range .price-range-wrapper .price-filter-wrap {
  margin-top: 15px;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
  margin: 20px 0 0;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0;
  color: #646464;
  font-size: 15px;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn {
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #372263;
  border: none;
  padding: 6px 30px;
  border-radius: 4px;
  margin-right: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn:hover {
  background-color: #878687;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn:focus {
  outline: none;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .range-title {
  color: #646464;
}

.widget-price-range .price-range-wrapper .noUi-connect {
  background: #cecece;
  box-shadow: none;
}

.widget-price-range .price-range-wrapper .noUi-horizontal {
  height: 11px;
}

.widget-price-range .price-range-wrapper .noUi-target {
  border-radius: 4px;
  box-shadow: none;
  background-color: #e9e9e9;
  border: 0;
}

.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -5px;
  background: #878687;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  width: 27px;
  height: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
}

.widget-price-range .price-range-wrapper .noUi-handle::before {
  height: 1.25px;
  width: 10px;
  background-color: #cccccc;
  border-radius: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 61%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-price-range .price-range-wrapper .noUi-handle::after {
  height: 1.25px;
  width: 13px;
  background-color: #cccccc;
  border-radius: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 33%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-list ul li a{
  text-decoration: none;
  color: #372263;
}
/* Mobile-Views-Media-Querries */
/* Media query for mobile devices */
@media (max-width: 767px) {
    /* Styles specific to mobile view */
    .navbar-nav {
       justify-content: end;
       text-align: start;
       padding: 16px;
       background-color: #2d2d2d;
       font-size: 12px;
      
    }
    .navbar-nav a,.navbar-nav .dropdown a{
        color: #fff;
        padding: 16px;
    }
    .c-item{
        height: 280px;
    }
    
    .c-image{
        height: 100%;
        object-fit: cover;
    }
    .right-item img{
        width: 70%;
    }
    .jumbotron{
        height: 200px;
    }
    .jumbotron h1,p{
       margin: 0px;
    }
}