@import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans';

*{
    font-family: 'Open Sans', sans-serif;
    
}

html {
  scroll-behavior: smooth;
}

.logoimg {
  width: 200px;

}

section {
  scroll-margin-top: 100px;
}

.active :hover{
   color: red !important;
}

body{
    background-color: #faece1 !important;
}

.navbar .nav {
  
  letter-spacing: 3px;
  font-size: 1.2rem;
  
}

.navbar-inverse {
  background-color: #faece1 !important;
  height: 100px;
  border-bottom: 3px solid #00000022 !important;
}



.navbar-inverse {
  background-image: none;
  
  
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-image: none;
}


.navbar-inverse .navbar-brand {
  color: #FFFFFF
  
}


.navbar-inverse .navbar-nav>li>a {
  color: #016855 !important;
  padding-top: 40px;
  padding-left: 0px !important;

  
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #000 !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #016855 !important;
}


.dropdown-menu>li>a {
  color: #000 !important;
  
}


.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-top-color: #016855
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-top-color: #016855
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-bottom-color: #016855
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-bottom-color: #016855
}

@media (max-width: 767px) {
    .navbar-toggle{

        background-color: #016855 !important;
        border: 1px solid #016855 !important;
        border-radius: 50% !important;
        height: 50px !important;
        width: 50px !important;
        padding: 0;  
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 25px !important;
    
    }
    
    .icon-bar{
        background-color: #faece1 !important;
    }

    .navbar-collapse{
        background-color: #016855;
       
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #faece1 !important;
        padding-top: 10px;
        padding-left: 20px !important;
        
      }

      .navbar-inverse .navbar-nav>.dropdown>a .caret {
        border-top-color: #faece1
      }
      
      .navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
        border-top-color: #faece1
      }
      
      .navbar-inverse .navbar-nav>.dropdown>a .caret {
        border-bottom-color: #faece1
      }
      
      .navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
        border-bottom-color: #faece1
      }
  }


  @media (min-width: 770px) and (max-width: 1000px) {
    .navbar-nav {
      display: flex;
      flex-wrap: wrap; 
      justify-content: flex-end; 
     
    }
    
    .navbar-nav .break-text a {
      white-space: normal; 
      display: block; 
    }
  
   

    .navbar-inverse .navbar-nav>li>a {
      color: #016855 !important;
      padding-top: 0px !important;
      padding-left: 0px !important;
      background-color: #faece1 !important;
    
      
    }
  }

  @media (min-width: 1000px) and (max-width: 1198px) {
    .navbar-inverse .navbar-nav>li>a {
      color: #016855 !important;
      padding-top: 40px !important;
      padding-left: 0px !important;
      background-color: #faece1 !important;
    
      
    }

  }


  /* footer */
  img {
    max-width: 100%;
    height: auto;
}
section {
    padding: 30px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-area {
    border-bottom: 1px solid #000;
    margin-top: 100px;
}
.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}
.contact-content p::after {
    background: #000;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}
.contact-content h6 {
    color: #faece1;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-content span {
    color: #000;
    margin: 0 10px;
}
.contact-social {
    margin-top: 30px;
}
.contact-social > ul {
    display: inline-flex;
}
.contact-social ul li a {
    border: 1px solid #000;
    color: #faece1;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.contact-social ul li a:hover {
    border: 1px solid #faece1;
    color: #faece1;
}
.contact-content img {
    max-width: 210px;
}
 footer {
    background: #016855;
    color: #faece1;
    margin-top: 30px;
}
footer p {
    padding: 10px 0;
    text-align: center;
}
footer img {
    width: 44px;
}

/* index section */

.section1 {
  padding-top: 150px;
    background-color: transparent;

  }

  .section11{
    background-color: #c9d1c5;
  }
  .text-container1 {
    padding: 20px;
    background-color: white;
    height: 300px;
    
  }
  .image-container img {
    width: 100%;
    height: 300px;
  }

  .box1{
    background-color: #016855;
    width: 70%;
    margin-left: 15%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    height: 200px;
    margin-bottom: 20px;
    margin-top: 50px;
    
  }

  .box2{
    background-color: #016855;
    text-align: center;
    padding: 10px;
    color: #faece1;
     width: 100%;
    display: block;
    
 
  }

  .anchor{
    width: 70%;
    margin-left: 15%;
    background-color: red;
  }



  .box2:hover{
    background-color: #faece1;
    border: 1px solid #016855;
    text-decoration: none;
    color: #016855;
  }


  .box1 h5{
    padding-bottom: 10px;
    font-size: 25px;
    font-weight:bolder;
    color: #faece1;
    
}

.box1 p{
 
  color: #faece1;
  
}


  @media (max-width: 768px) {
    .text-container, .image-container {
      text-align: center;
    }

    .box1 h5{
      padding-bottom: 10px;
      font-size: 14px;
      font-weight:bolder;
      color: #faece1;
      
  }

  }

  /* about section */

  .sec1{
    background-color: #faece1;
    text-align: center;
    color: #016855;
    
  }

  .sec1 p{
    text-align: left;
    padding-top: 20px;
  }

  .sec1 img{
    width: 100px;

  }

  .sec2{
    background-color: #c9d1c5;
    text-align: center;
    color: #016855;
    
  }

  .sec2 p{
    text-align: left;
    padding-top: 20px;
  }

  .sec3{
    background-color: #faece1;
    text-align: center;
    color: #016855;
    
  }

  .sec3 p{
    text-align: left;
    padding-top: 20px;
  }

  /* services section */

  .sec4{
    background-color: #faece1;
    text-align: center;
    color: #016855;
   
    
  }

  .sec44{
    padding-bottom: 100px;
  }

  .sec4 p{
    text-align: left;
    padding-top: 20px;
  }

  .sec44 p{
    width:70%; 
    margin-left:15%; 
    text-align:left
  }

  .sec4 img{
    width: 100px;

  }

  .boxserve{
    background-color: #016855;
    text-align: center;
    padding: 20px;
    color: #faece1;
 
 
  }

 .box001{
  padding-bottom: 30px;
  border-bottom: 3px solid #c9d1c5;
 }



  .boxserve:hover{
    background-color: #faece1;
    border: 1px solid #016855;
    text-decoration: none;
    color: #016855;
  }

  .boxserve19{
    background-color: #016855;
    text-align: center;
    padding: 20px;
    color: #faece1;
 
 
  }


  .boxserve19:hover{
    background-color: #faece1;
    border: 1px solid #016855;
    text-decoration: none;
    color: #016855;
  }


  .sec5{
    color: #016855;
    padding-top: 20px;
  }

  .responsive-section22 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 90%;
    max-width: 1200px;
  }
  
  .container22 {
    flex: 1;
    padding: 1rem;
    text-align: left;
    background-color: #c9d1c5; 
    color: #016855;
    border: 2px solid #016855;

    
  }
  
  @media (max-width: 768px) {
    .responsive-section22 {
      flex-direction: column;
      gap: 1rem;
    }

    .sec44 p{
      width:100%; 
      margin-left:0%; 
      text-align:justify;
    }
  }

  /* our team */


.row.heading h2 {
  color: #fff;
  line-height: 95px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 0px;
  padding-bottom: 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heading.heading-icon {
  display: block;
}

.padding-lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #faece1;
}

.color2 {
  background-color: #c9d1c5;
  padding-bottom: 50px;
}

.our-webcoderskull .cnt-block:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  border: 0;
}

.our-webcoderskull .cnt-block {
  position: relative;
  width: 100%;
  background: #c9d1c5;
  padding: 30px 20px;
  text-align: center;
  margin: 0 0 28px;
}

.our-webcoderskull .cnt-block figure {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -10px;
}

.our-webcoderskull .cnt-block img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; 
}

.team-info {
  position: absolute;
  bottom: 20px; 
  width: 85%;
  left: 15%;
  background-color: #faece1;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #016855;
  text-align: left;
  transform: translateY(50%); 
}


.our-webcoderskull .cnt-block h3 {
  color: #016855;
  font-size: 15px;
  font-weight: bolder;
}

.our-webcoderskull .cnt-block p {
  color: #016855;
  font-size: 12px;
 
}






@media (max-width: 991px) {
  .our-webcoderskull .cnt-block {
      padding: 20px 15px;
  }

  .team-info {
    width: 85%;
    left: 15%;
      padding: 10px 15px;
      
  }

  .our-webcoderskull .cnt-block h3 {
    color: #016855;
    font-size: 20px;
    font-weight: bolder;
  }
  
  .our-webcoderskull .cnt-block p {
    color: #016855;
    font-size: 15px;
   
  }
}

@media (max-width: 550px) {
  .our-webcoderskull .cnt-block {
      padding: 15px 10px;
  }

  .team-info {
    width: 85%;
    left: 15%;
      padding: 10px 15px;
     
  }

  .our-webcoderskull .cnt-block h3 {
    color: #016855;
    font-size: 20px;
    font-weight: bolder;
  }
  
  .our-webcoderskull .cnt-block p {
    color: #016855;
    font-size: 15px;
   
  }
}

@media (max-width: 550px) {
  .our-webcoderskull .cnt-block figure {
      width: 100%; 
      height: auto; 
  }

  .our-webcoderskull .cnt-block img {
      width: 100%;
      height: auto;
      object-fit: cover; 
  }
}

@media (max-width: 991px) {
  .our-webcoderskull .cnt-block figure {
      width: 100%; 
      height: auto; 
  }

  .our-webcoderskull .cnt-block img {
      width: 100%;
      height: auto;
      object-fit: cover; 
  }
}


/* forest */

.responsive-section00 {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  gap: 20px;
 
}

.wald1{
  background-color: #c9d1c5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-container00 {
  flex: 2;
  padding: 20px;
  padding-left: 70px;
  padding-right: 70px;
  color: #016855;
  text-align: justify;
  background-color: #faece1;
  
}

 .text-container00 h3{
  padding-bottom: 10px;
  font-weight:bolder;
}

.text-container00 p{
  padding-bottom: 10px;
}

.image-container00 {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.image-container00 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.box20{
  background-color: #016855;
  text-align: center;
  padding: 10px 20px;
  color: #faece1;

}

.box20:hover{
  color: #faece1;
  text-decoration: none;
}


@media (max-width: 768px) {
  .responsive-section00 {
    flex-direction: column;
    gap: 0;
  }

  .text-container00,
  .image-container00 {
    flex: unset;
    width: 100%;
    margin: 0;
  }

  .text-container00 {
    flex: 2;
    padding: 20px;
    padding-left: 40px;
    color: #016855;
    text-align: justify;
    background-color: #faece1;
    
  }

  .mobile-break {
    display: block; 
  }
}

.box10{
  color: #016855;
  text-align: justify;
  width: 80%;
  margin-left: 10%;

  
}

.box10 h3{
  padding-bottom: 10px;
  font-weight:bolder;
  
}

.box10 p{
  padding-bottom: 10px;
  
}

.box20{
  background-color: #016855;
  text-align: center;
  padding: 10px 20px;
  color: #faece1;

}

.box20:hover{
  color: #faece1;
  text-decoration: none;
}

@media (max-width: 768px) {
  .text-container1 {
    padding: 20px;
    width: 95%;
    margin-left: 2.5%;
    background-color: white;
    height: auto;
  }

  .boxserve{
    background-color: #016855;
    text-align: center;
    padding: 20px;
    color: #faece1;
    margin-left: 6%;
 
 
  }

  .boxserve19{
    background-color: #016855;
    text-align: center;
    padding: 20px;
    color: #faece1;
    margin-left: 0%;
 
 
  }

  .sec5 p{
    margin-left: 5%;
  }
.containerx {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 2rem 2rem;
  margin-top: 10% !important;
 
 
}

}


@import url(https://fonts.googleapis.com/css?family=Montserrat:500);


.containerx {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 2rem 2rem;

 
 
}

.vis{
  background-color: #c9d1c5 !important;
}
.heading {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 3.5rem 0;
	color: #1a1a1a;
}

.heading span {
	display: block;
}

.gallery {
	display: flex;
	flex-wrap: wrap;

	margin: -1rem -1rem;
}

.gallery-item {

	flex: 1 0 24rem;

	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}



@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}

/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  margin: auto;
  max-width: 80%;
  text-align: center;
  background-color: #faece1 !important;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.image-title {
  color: #faece1;
  font-size: 18px;
  background-color: #016855;
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white !important;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  background-color: #016855 !important;
  padding: 10px;
  z-index: 20;
}

@media (max-width: 768px) {
  .close {
    position: relative;
    top: 15px;
    right: 15px;
    color: white !important;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    background-color: #016855 !important;
    padding: 10px;
  }

}

/* Carousel buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s;
  margin-top: -22px;
  background-color: rgba(0, 0, 0, 0.5);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Show only on hover */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* visitors */

.btn-primary{
  background-color: #016855 !important;
  color: #faece1 !important;
  padding:10px 60px !important;
  border-radius: 0% !important;
 
}

.btn-primary:hover{
  background-color: #faece1 !important;
  color: #016855 !important;
  padding:10px 60px !important;
  border-radius: 0% !important;
 
}

.buttoncon{
  text-align: right;
}

.sec22{
  background-color: #faece1;
  text-align: left;
  color: #016855;
  
}

.check1{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.form-label{
  font-weight: lighter !important;
  padding: 10px !important;
}

.form-check-label{
  font-weight: lighter !important;
}



.visit1{
  background-color: #faece1;
}

input{
  background-color: #faece1 !important;
  border: 1px solid #016855 !important;
  padding: 0px 20px !important;
}
/* contact */

.icon2 {
  font-size: 24px; 
  color: #016855; 
  width: 30px; 
  height: 30px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.te1{
  color: #016855;
  font-weight: bolder;
  margin: 0%;
 
}

.te2{
  color: #016855;
}

.te3 {
  background-color: #016855 !important;
  color: #faece1 !important;
  padding: 10px 20px !important;
  border-radius: 0% !important;
  margin-top: 10px;
  border: 1px solid #016855 !important;
  margin-right: 0;
}


.d-flex {
  display: flex;
  margin-bottom: 30px;
}


.align-items-start {
  align-items: flex-start;
}

.al{
  margin-left: 30px; 
}

.al a{
  color: #016855;
  text-decoration: underline;
}

.al p{
  color: #016855;
  white-space: nowrap; 
  overflow: visible;  
}

.map{
  width: 100%;
  height: 500px;
  margin-top: 50px;
}

input {
  border-radius: 0% !important;
  outline: none !important;
}

textarea{
  border-radius: 0% !important;
  outline: none !important;
  background-color: #faece1 !important;
  border: 1px solid #016855 !important;
}

.form-control:focus {
  border-color: #016855 !important; 
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 70, 0.196) !important; 
}

.con1{
  border: 1px solid #016855;
  height: 500px;
  padding: 50px;
  
}

.con2{
  border: 1px solid #016855;
  height: 500px;
  padding: 50px;
}

.text-center{
 text-align: left !important;
 padding: 50px !important;
 color: #016855 !important;
}


.limit-width {
  max-width: calc(100% / 3 * 2); 
  width: 100%; 
}
.con3{
  margin-left: 100px !important;
}



@media (max-width: 992px) {
  .text-center{
    text-align: left !important;
    padding: 10px !important;
   }

   .con1{
    border: 1px solid #016855;
    height: auto;
    padding: 50px;
    padding-bottom: 0px;
    width: 90%;
    margin-left: 5%;
    
  }
  
  .con2{
    border: 1px solid #016855;
    height: 500px;
    padding: 50px;
    width: 90%;
    margin-left: 5%;
  }

  .col-md-4,
  .limit-width {
      max-width: 100%; /* Full width on mobile */
      width: 100%;
    }

    .con3{
      margin-left: 0px !important;
    }

    .icon2 {
      font-size: 24px; 
      color: #016855; 
      width: 30px; 
      height: 30px; 
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 0px;
    }
    

}


/*header*/

.headerx{
  min-height: 100vh;
  margin-top: auto; 
  background-color: #faece1;
}
.hero{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  
}
.hero .title{
  color: #fff;
  font-size: 50px;
}
.hero-button{
  display: inline-block;
  text-decoration: none;
  padding: 10px 50px;
  font-weight: bold;
  background: transparent;
  color:#faece1;
  background-color: #016855;
  cursor: pointer;
  margin-top:10px;

  animation: zoomIn 3s ease-out forwards; 

}
.hero-button:hover{
  background: #faece1;
  color: #016855;
  outline: 1px solid #016855;
  text-decoration: none;
  border: none;
  

}
.headtext{
  font-size: 20px;
  width: 80%;
  text-align: center;
  color: #016855;
  animation: zoomIn 3s ease-out forwards; 

}


@keyframes zoomIn {
  from {
      transform: scale(0); 
  }
  to {
      transform: scale(1); 
  }
}

.logoimgx {
  width: 15%;
  animation: zoomIn 3s ease-out forwards; 
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .logoimgx{
      width: 50% !important;
  }
  .headtext{
      font-size: 17px !important;
      animation: zoomIn 3s ease-out forwards; 
  
  }
  
}
