/* 
Heading - font-family: 'Bebas Neue', sans-serif;
Tags - font-family: 'EB Garamond', serif;
p -  font-family: 'Heebo', sans-serif; */


body{
    margin: 0;
    padding: 0;
}
p{
    font-family: 'Heebo', sans-serif;
}
a{
    text-decoration: none;
    color: #fff;
}
nav.scrolled ,.nav-bg{
    background: #0e5053;
    transition: all ease-in .4s;
    padding: 0;
}
.navbar {
    padding: 0rem 2rem;
}
.nav-main  {
    padding: 1rem 2rem;
}
.nav-bg{
    background: #479397;
}
.nav-bg img{
    height: 80px;
}
.navbar-brand {
    margin-right: 0;
}
p{
    font-size: 18px;
}
.carousel-item img{
    width: 100%;
    height: 750px;
    object-fit: cover;
}
.container-fluid {
    padding: 1rem 5rem;
}
.navbar-nav  li{
    padding: 0 2rem;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
}
.navbar-nav  a{
    color: #fff;
}
.navbar-nav  a:hover{
    color: #F8BF87;
}
.primary-btn{
    background-color: #F8BF87;
    color: #051717;
    padding: 1rem 2rem;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
}
.carousel-content{
    color: #fff;
    padding: 0 2rem;
}
.carousel-content h2 {
    font-family: 'Lato', sans-serif;
}
.carousel-content p{
    font-size: 18px;
    margin: 1.5rem auto; 
    font-family: 'Heebo', sans-serif;
}
.carousel-control-prev-icon,.carousel-control-next-icon {
    display: none;
}
.main-sec {
    background-color: #0E5053;
}
.about {
    padding: 5rem;
}
.about-content{
    padding-left: 5rem;
}
.about img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.about h2{
    font-size: 35px;
    font-family: 'EB Garamond', serif;
    
}
.about h3, .inner-about h3{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
}
.about p, .inner-about p{
    font-size: 18px;
    margin: 1.5rem 0;
    font-family: 'Heebo', sans-serif;
}
.about ul li{
    font-size: 18px;
    line-height: 2;
}
.service  .col-md-1{
    margin: auto 2rem;
}
.service h3{
    font-size: 20px;
    text-transform:uppercase;
    font-family: 'Bebas Neue', sans-serif;
}
.service-icon {
    text-align: center;
}
.service-icon i ,.inner-service-icon i{
    background-color: #0E5053;
    padding: 2.5rem;
    border-radius: 50%;
    color: #F8BF87;
    margin-bottom: 15px;
    font-size: 25px;
}
.inner-service-icon i,.inner-service-icon p{
    margin-bottom: 0;
}
.inner-service-icon p {
    font-family: 'Heebo', sans-serif;
}
.gallery {
    padding: 3rem 0 2rem 0;
}
.gallery h1, .inner-service h1, .Our-Services h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
}
.gallery p, .Our-Services p{
    width: 65%;
    margin: auto;
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
}
.gallery-img{
    background-color: #0E5053;
}
.angry-grid {
    display: grid; 
 
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    
    gap: 0px;
    height: 100%;
    
 }
   
 #item-0 {
 
    /* background-color: #DF5BCE;  */
    grid-row-start: 1;
    grid-column-start: 1;
 
    grid-row-end: 3;
    grid-column-end: 4;
    margin: 1.5rem;
    
 }
 #item-1 {
 
    /* background-color: #7E6F8E;  */
    grid-row-start: 1;
    grid-column-start: 4;
 
    grid-row-end: 4;
    grid-column-end: 7;
    margin: 1.5rem;
    
 }
 #item-2 {
 
    /* background-color: #5B5F95;  */
    grid-row-start: 1;
    grid-column-start: 7;
 
    grid-row-end: 5;
    grid-column-end: 9;
    margin: 1.5rem;
    
 }
 #item-3 {
 
    /* background-color: #9BAB9E;  */
    grid-row-start: 3;
    grid-column-start: 1;
 
    grid-row-end: 7;
    grid-column-end: 4;
    margin: 1.5rem;
    
 }
 #item-4 {
 
    /* background-color: #7575EC;  */
    grid-row-start: 4;
    grid-column-start: 4;
 
    grid-row-end: 7;
    grid-column-end: 7;
    margin:1.5rem;
    
 }
 #item-5 {
 
    /* background-color: #D8DB85;  */
    grid-row-start: 5;
    grid-column-start: 7;
 
    grid-row-end: 7;
    grid-column-end: 9;
    margin: 1.5rem;
    
 }
 
   
 #item-0 img{
 
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
 }
 #item-1 img{
 
    width: 100%;
    height: 474px;
    object-fit: cover;
    border-radius: 15px;
 }
 #item-2 img{
 
    width: 100%;
    height: 648px;
    object-fit: cover;
    border-radius: 15px;
 }
 #item-3 img{
 
    width: 100%;
    height: 648px;
    object-fit: cover;
    border-radius: 15px;
    
 }
 #item-4 img{
 
    width: 100%;
    height: 474px;
    object-fit: cover;
    border-radius: 15px;
    
 }
 #item-5 img{
 
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    
 }
 .contact-info a{
 font-family: 'Heebo', sans-serif;
 }
 .contact-info a:hover{
    color: #f8bf87;
 }
 .form-control:focus {
    border-color: #0e5053;
    box-shadow: none;
  }
 .testmonial  {
    padding: 5rem;
 }
 .testmonial  h1{
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
 }
.testi-img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.testi-content  h3{
    font-family: 'Bebas Neue', sans-serif;
}
.feed-img img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.quote::before{
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    color: #F6B980;
    
}
.quotes::after{
    content: "\f10e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    color: #F6B980;
    
}
.feed-p p{
    margin-top: 1rem;
    margin-right: auto;
    font-family: 'Heebo', sans-serif;
}
.footer {
    background-color: #051717;
}
.footer a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
}
.footer h1{
    margin-bottom: 1.5rem;
    font-family: 'Heebo', sans-serif;
}
.footer-social li i{
    padding-right: 1rem;
    font-size: 20px;
}
.footer p{
    width: 70%;
    text-align: justify;
    font-family: 'Heebo', sans-serif;
}
.footer li{
    font-family: 'Heebo', sans-serif;
}
.footer-menu {
    padding-left: 0;
    list-style-type: none;
    line-height: 2.3;
}
.footer img{
    width: auto;
    height: 100px;
    margin-bottom: 1rem;
}
label {
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
}
.inner-about img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    object-position: center;
}
.contact-info{
    background-color: #0E5053;
    padding: 2rem;
}
.contact-form textarea{ 
     
        height: 160px;
}


.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    float: left;
    width: 100%;

}	
.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
.gal {
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
		
}






/* The Modal (background) */
.column {
    display: flex;
    float: left;
    width: auto;
}
.column img{
    width: 100px;
    height: 100px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  .mySlides img{
    width: 100%;
    height: 500px;
    object-fit: contain;
    background-color: black;
    object-position: center;
  }
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .inner-service img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    border: 2px solid #0e5053;
  }
  .column img{
    object-fit: cover;
  }
  .checked {
    color: orange;
  }
  .slick-prev:before, .slick-next:before{
    background-color: #f6b980;
    padding: .5rem;
    opacity: 1 !important;
}
.slick-next {
    right: unset !important;
    left: 20%;
}
.slick-prev {
    left: 10% !important;
}
.slick-prev, .slick-next {
    top: unset !important;
    bottom: 0;
    height: 10px !important ;
}
.servics {
    padding: 2rem;
}
.servics-icon img{
    height: 50px;
    width: 50px;
} 
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    border:none;
    background: none;
}
.servics-icon h3 {
    font-size: 16px;
    text-transform:uppercase;
    font-family: 'Bebas Neue', sans-serif;
    color: #051717;
}
@media all and (max-width: 3840px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width:1920px;
        margin:auto;
    }
    
    
}

@media all and (min-width: 1024px) and (max-width: 1640px) {
.navbar-nav li {
    padding: 0 1.5rem;
} 
p {
    font-size: 16px;
}
.inner-about img {
 height: 580px;
}
.carousel-content h1,.about h3, .gallery  h1, .testmonial h1, .inner-service h1{
    font-size: 2rem;
}
.carousel-content h2, .about h2, .inner-about h2{
    font-size: 1.5rem;
}
.carousel-content p {
    font-size: 16px;
    
}
.primary-btn {
    padding: .8rem 1.5rem;
    font-size: 18px;
  }
.about p, .gallery p {
    font-size: 16px;
    width: 95%;
}
.about ul li ,.service h3{
    font-size: 16px;
}
.service-icon i, .inner-service-icon i {
    padding: 2.2rem;
}
.container-fluid {
    padding: 1rem 1rem;
}
.testmonial, .about {
    padding: 4rem;
}
.feed-img img{
    width: 100px;
    height: 100px;
}
.quote::before {
    font-size: 25px;
    margin-left: 1rem;
}
.testi-img img {
    height: 400px;
}
.footer a {
    font-size: 16px;
}
.footer-social li i {
    font-size: 18px;
}
.footer p {
    width: 80%;
}
.inner-about p {
    width: 95% !important;
}
}
 
@media all and (min-width: 960px) and (max-width: 1080px) {
    
    .contact-info a {
    font-size: 13px;
}
iframe {
    height: 420px;
}
.contact-info {
  padding: 1rem;
}
.navbar-nav li {
    padding: 0 .5rem;
    font-size: 15px;
}
.navbar-brand {
  padding: 1rem 0;
}
.nav-bg img {
  height: 70px;
}
p{
    font-size: 14px;
}
.slick-next {
    left: 30%;
}
.testi-img img {
    height: 250px;
}
.container-fluid {
    padding: 0 1rem;
} 
.carousel-content h1,.about h3, .gallery  h1, .testmonial h1, .inner-service h1{
    font-size: 1.5rem;
}
.carousel-content h2, .about h2, .inner-about h2{
    font-size: 1.2rem;
} 
.carousel-item img {
    height: 650px;
}
.carousel-content p {
    font-size: 14px;
    margin: 1.2rem auto 1.2rem 0;
    width: 100%;
}
.primary-btn {
    padding: .5rem .8rem;
    font-size: 14px;
}
.gallery h1, .inner-service h1, .Our-Services h1{
    font-size: 1.5rem;
}
.gallery p, .Our-Services p {
    font-size: 14px;
}
.about p {
    font-size: 14px;
    width: 100%;
}
.about ul li {
    font-size: 16px;
}
.testmonial, .about {
    padding: 3rem;
}
.about-content {
    padding-left: 2rem;
}
.service-icon i, .inner-service-icon i {
    padding: 1.5rem;
}
.service h3 {
    font-size: 11px;
}
.gallery p {
    width: 100%;
    font-size: 14px;
}
#item-0, #item-1, #item-2, #item-3, #item-4, #item-5 {
    margin: 1rem 1rem;
}
.feed-img img {
    width: 80px;
    height: 80px;
}
.testi-content {
    margin-left: 1rem;
}
.testi-content  h3{
    font-size: 16px;
}
.about p, .inner-about p {
    font-size: 14px;
}
.inner-about p{
    width:100% !important;
}
.inner-about img{
    margin-bottom: 1rem;
}
.inner-service img {
    height: 450px;
}
.quotel{
    justify-content: start !important;
    margin-left: 1.5rem;
}
.quotee{
    justify-content: flex-end !important;
    padding-right: 1.5rem;
}
.footer a, .footer li {
    font-size: 14px;
}
.footer img {
    height: 70px;
}
.footer p {
  width: 90%;
}
.footer h1 {
    font-size:1.2rem;
}
.mySlides img {
    height: 400px;
    object-fit: contain;
    background-color: black;
}
    
}
 
@media all and (min-width: 480px) and (max-width: 959px) {
.contact-info a {
    font-size: 13px;
}
iframe {
    height: 420px;
}
.contact-info {
  padding: 1rem;
}
.navbar-nav li {
    padding: 0 .5rem;
    font-size: 15px;
}
.navbar-brand {
  padding: 1rem 0;
}
.nav-bg img {
  height: 70px;
}
p{
    font-size: 14px;
}
.slick-next {
    left: 30%;
}
.testi-img img {
    height: 250px;
}
.container-fluid {
    padding: 0 1rem;
} 
.carousel-content h1,.about h3, .gallery  h1, .testmonial h1, .inner-service h1{
    font-size: 1.5rem;
}
.carousel-content h2, .about h2, .inner-about h2{
    font-size: 1.2rem;
} 
.carousel-item img {
    height: 650px;
}
.carousel-content p {
    font-size: 14px;
    margin: 1.2rem auto 1.2rem 0;
    width: 100%;
}
.primary-btn {
    padding: .5rem .8rem;
    font-size: 14px;
}
.gallery h1, .inner-service h1, .Our-Services h1{
    font-size: 1.5rem;
}
.gallery p, .Our-Services p {
    font-size: 14px;
}
.about p {
    font-size: 14px;
    width: 100%;
}
.about ul li {
    font-size: 16px;
}
.testmonial, .about {
    padding: 3rem;
}
.about-content {
    padding-left: 2rem;
}
.service-icon i, .inner-service-icon i {
    padding: 1.5rem;
}
.service h3 {
    font-size: 11px;
}
.gallery p {
    width: 100%;
    font-size: 14px;
}
#item-0, #item-1, #item-2, #item-3, #item-4, #item-5 {
    margin: 1rem 1rem;
}
.feed-img img {
    width: 80px;
    height: 80px;
}
.testi-content {
    margin-left: 1rem;
}
.testi-content  h3{
    font-size: 16px;
}
.about p, .inner-about p {
    font-size: 14px;
}
.inner-about p{
    width:100% !important;
}
.inner-about img{
    margin-bottom: 1rem;
}
.inner-service img {
    height: 450px;
}
.quotel{
    justify-content: start !important;
    margin-left: 1.5rem;
}
.quotee{
    justify-content: flex-end !important;
    padding-right: 1.5rem;
}
.footer a, .footer li {
    font-size: 14px;
}
.footer img {
    height: 70px;
}
.footer p {
  width: 90%;
}
.footer h1 {
    font-size:1.2rem;
}
.mySlides img {
    height: 400px;
    object-fit: contain;
    background-color: black;
}
}
 
@media all and (max-width: 480px) { 
.mySlides img {
    height: 300px;
    object-fit: contain;
    background-color: black;
}
.carousel-content {
    padding: 2rem 1rem;
}
.navbar-nav li {
    padding: 0 0rem;
}
.navbar-nav li {
    font-size: 14px;
}
.nav-bg img {
  height: 60px;
}
p{
    font-size: 14px;
}
.container-fluid {
    padding: 0 1rem;
}
.carousel-content h1,.about h3, .gallery  h1, .testmonial h1, .inner-service h1{
    font-size: 1.5rem;
}
.carousel-content h2, .about h2, .inner-about h2{
    font-size: 1rem;
}
.carousel-content h1 {
    width: 100%;
}
.carousel-content p {
    font-size: 14px;
}
.carousel-item img {
    height: 250px;
    object-position: left;
}
.primary-btn {
    padding: .5rem 1rem;
}
.testmonial, .about {
    padding: 2rem 0rem;
}
.about-content {
    padding-left: 1rem;
}
.about p {
    font-size: 14px;
    width: 100%;
}
.about ul li {
    font-size: 16px;
}
.primary-btn {
    font-size: 14px;
}
.about img {
    height: 300px;
    margin-top: 2rem;
}
.service-icon {
    margin-bottom: 2rem;
}
.service-icon i, .inner-service-icon i {
    padding: 2rem;
}
.service h3 {
    font-size: 18px;
}
.gallery p, .Our-Services p {
  width: 100%;
}
.gallery h1, .inner-service h1, .Our-Services h1 {
    font-size: 1.5rem;
}
.service-icon img{
    width: 100px;
    height: auto;
}
.service .col-md-1 {
    margin: auto;
    width: 50%;
}
.Our-Services p {
    padding-bottom:2rem;
}
.main-sec {
    padding-top: 5rem;
}
.navbar-brand {
 padding: 1rem 0;
}
.nav-main {
    padding: 0;
}
.gallery p, .Our-Services p {
    font-size: 14px;
}
.gallery .w-50 , .gallery p {
    width: 100% !important;
}
.angry-grid {
    display: block;
}
#item-0, #item-1, #item-2, #item-3, #item-4, #item-5 {
    margin: 2rem .5rem;
}
#item-0 img , #item-1 img , #item-2 img , #item-3 img , #item-4 img , #item-5 img {
    height: 250px;
}
.testi-img img {
    height: 250px;
}
.testi-content h3 {
    font-size: 18px;
}
.quotes::after, .quote::before   {
    font-size: 22px;
}
.slick-next {
    left: 30%;
}
.feed-img img {
    width: 80px;
    height: 80px;
}
.feed-img  {
    display: flex;
    justify-content: center;
}
.testi-content {
    text-align: center;
    margin-top: 1rem;
}
.feed-p p {
    text-align: center;
}
.quotel{
    justify-content: start !important;
    margin-left: 1.5rem;
}
.quotee{
    justify-content: flex-end !important;
    padding-right: 1.5rem;
}
.footer p {
    width: 100%;
    font-size: 14px;
}
.footer img {
  height: 70px;
}
.footer a, .footer li{
    font-size: 14px;
}
.footer h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
}
.footer-social li i {
    font-size: 14px;
}
.footer ul {
      margin-bottom: 0rem;
}
.inner-about img {
    margin-bottom: 1rem;
}
.inner-service img {
    height: 250px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.servics {
    padding: 1rem;
}
.servics-icon h3 {
    font-size: 12px;
}
.servics-icon img {
  height: 30px;
  width: 30px;
}
.gallery h1, .inner-service h1, .Our-Services h1 {
  font-size: 1.5rem;
}
.srvics .nav-link {
    padding: .2rem .5rem;
}
.inner-about p{
    width: 100% !important;
    font-size: 14px;
}
iframe {
    height: 250px;
}
.inner-about h3{
    font-size: 25px;
}
.navbar {
    padding: 0;
}
.swap-on-mobile {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.contact-info {
    margin-bottom: 1rem;
}
.contact-info a {
    font-size: 14px;
}
}