/**{
	text-decoration: none;
	list-style: none;
}
a{
	text-decoration: none;
}
nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #EEE;
  box-sizing: border-box;
  padding: 12px 18px 0;
  box-shadow: 0px 4px 7px #777;
  transition: background-color 0.4s ease-out;
  z-index: 1;
}

nav span {
  font-weight: 600;
  letter-spacing: .085em;
}

nav button {
  position: absolute;
  top: 0;
  transform: translateY(50%);
  right: 0;
  min-height: 1.5em;
  min-width: 80px;
  background-color: #eee;
  color: #222;
  border: 0px;
  border-radius: 2px;
  margin-right: 18px;
  text-transform: uppercase;
}

nav.scroll {
  background-color: #f2be8d;
  color: #eef;
}


.nav-menu{float: right}
.nav-menu li{
	display: inline-block !important;
	margin: 1.5em;
}*/
*{
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
.pdt0{
    padding-top: 0;
}
.pdb-0{
    padding-bottom: 0;
}
.pdl-0{
    padding-left: 0;
}
.pdr-0{
    padding-right: 0;
}
.pdtb-0{
    padding-top: 0;
    padding-bottom: 0;
}
.pdlr-0{
     padding-left: 0;
    padding-right: 0;
}
#about{
  position: relative;
    top: 35em;
}
.trig{
  position: relative;
    top: -5em;
}
.logo-img{
	width: 150px;
}
.bg-black{
	background-color: rgb(0,0,0,0.8);
}
.c-f{
	color: #fff;
}
.sc-i{
	border: 2px solid #fff;
    border-radius: 50px;
    height: 30px;
    padding: 3px 7px !important;
    width: 30px;
    margin: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.st-con-p{
	padding: .5em 1em;
	margin: 0;
}
.strap-con{
	z-index: 2;
}
a{text-decoration: none;}
a:hover{text-decoration: none !important;text-transform: none;}
nav {
  position: sticky;
  top: 0;
  left: 0;
  height: 7em;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  padding: 12px 18px;
  /*box-shadow: 0px 4px 7px #777;*/
  transition: background-color 0.4s ease-out;
  z-index: 10;
  
}

nav span {
  font-weight: 600;
  letter-spacing: .085em;
}
nav a{color: #fff;}

nav button {
  position: absolute;
  top: 0;
  transform: translateY(50%);
  right: 0;
  min-height: 1.5em;
  min-width: 80px;
  background-color: #eee;
  color: #222;
  border: 0px;
  border-radius: 2px;
  margin-right: 18px;
  text-transform: uppercase;
}

nav.scroll {
            background-color: #f2be8d;
            position: fixed;
  top: 0;
  box-shadow: 0px 4px 7px #777;
}
nav.scroll a{color: #fff;}
.lg-text{position: absolute;
          margin-left: 10px;
          vertical-align: middle;
          display: inline-block;
          top: -9px;}
.menu{float: right;}
.menu ul li{display: flex;
            padding: 15px;
            vertical-align: middle;
            float: left;font-size: 18px;}
.kenburns-top, .kenburns-top1, .kenburns-top2{
	height: 60em !important;
	opacity: 0.5;
	object-fit: cover;
}
/*mobile navigation bar css start*/
.pd0{
	padding: 0 !important;
}
#menuToggle
{
  display: block;
    position: relative;
    top: 15px;
    z-index: 999;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #f59090;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #245f7e;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 280px;
  height: 100%;
  background: #000;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 998;
  padding-top: 60px;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
#menuToggle input:checked ~ #menu {
  transform: translateX(0);
  opacity: 1;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
}
.mobile-logo{    position: absolute;
    width: 150px;
    left: -2%;
    top: 25%;}
.dropdown-2{display: none;}
.list-2:hover .dropdown-2{display: block;} 
.mobile-nav{display: none;}
/*slider styles start*/

.carousel {
    position: initial !important;
    margin-top: -7em;
    z-index: -1;
    background-color: rgb(0,0,0,0.8);
}

.carousel-indicators{z-index: 0 !important;}
.carousel-caption{top: 40%;text-align: left !important;}
.slide-in-right {
  -webkit-animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-right1 {
  -webkit-animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-right2 {
  -webkit-animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-bottom1 {
  -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-bottom2 {
  -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.kenburns-top {
  -webkit-animation: kenburns-top 3s ease-out both;
          animation: kenburns-top 3s ease-out both;
}
.kenburns-top1 {
  -webkit-animation: kenburns-top 3s ease-out both;
          animation: kenburns-top 3s ease-out both;
}
.kenburns-top2 {
  -webkit-animation: kenburns-top 3s ease-out both;
          animation: kenburns-top 3s ease-out both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.carousel-caption h3{
  font-size: 56px;
}
.carousel-caption p{
  font-size: 20px;
}

/*slider styles end*/
.mt7em{
  margin-top: 7em;
}
.mt3em{
  margin-top: 3em;
}
.abt-con h2{
	font-size: 48px;
    color: grey;
    font-weight: 700;
}
.heading h2{
  font-size: 48px;
    color: grey;
    font-weight: 700;
}
.line{
	border-top: 2px solid red;
    position: relative;
    padding: 0 8em;
}
.abt-con p{
	font-size: 18px;
    text-align: justify;
}
.con-img{
	width: 400px;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	border-radius: 10px;
}
.align-center{
	display: flex;
	    align-items: center;
    justify-content: center;
}
.flex-direction-column{
  flex-direction: column;
}
.column-reverse{
  display: flex;
  flex-direction: row-reverse;
}
.gap-20{
  gap: 20px;
}
.gap-30{
  gap: 30px;
}
.gap-40{
  gap: 40px;
}
.alt{
  transform: rotate(45deg);
}
.ser-ic{
  font-size: 24px;
    
    color: #fff;
}
.ser-ic{
  padding: 12px 14px 10px;
}
.bg-lor{
  background-color: #f2be8d;
}
.box-shadow{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.br-10{
    border-radius: 10px;
}
.br-15{
    border-radius: 15px;
}
.br-20{
    border-radius: 20px;
}
.br-25{
    border-radius: 25px;
}
.br-30{
    border-radius: 30px;
}
.c-w{
  color: #fff !important;
}
.mt20px{
  margin-top: 20px;
}
.ser-h{
  transition: 0.3s ease-out;
  padding: 10px 25px !important;
}
/* .ser-ih:hover{
  background-color: #f2be8d;
  color: #fff;
} */
/* .ser-ih:hover .bg-lor{
  background-color: #fff;
  transition: 0.3s ease-out
} */
/* .ser-ih:hover .ser-ic i{
  color: #000 !important;
  transition: 0.3s ease-out
} */
.heading p{
  color: grey;
}
/* .ser-ih:hover .heading p{
  color: #fff;
  transition: 0.3s ease-out
} */
.line-center{
  display: flex;
    width: fit-content;
    margin: 0 auto;
}
.team-img{
  width: 250px;
}
.pr-con{
  background: url(../../assets/images/pr-left.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.overlay{
  background: rgb(0,0,0,0.5);
}
.pr-pd{
  padding: 15em 5em;
}

 .multi-item-carousel .carousel-inner .active.left {
   left: -33%;
}
 .multi-item-carousel .carousel-inner .active.right {
   left: 33%;
}
 .multi-item-carousel .carousel-inner .next {
   left: 33%;
}
 .multi-item-carousel .carousel-inner .prev {
   left: -33%;
}

 .multi-item-carousel .carouse-control.left, .multi-item-carousel .carouse-control.right {
   background-image: none;
}
.carousel2{
  top: 0 !important;
  background-color: transparent;
}
.carousel-control-prev{
  left: auto;
}
.carousel-control-next{
  right: 0;
}
.carousel-control-next, .carousel-control-prev{
  top: auto;
    bottom: -2em;
    width: 100%;
    color: #000 !important;
        font-size: 46px;
        z-index: 0;
        
}
.carousel-control.right, .carousel-control.left{
  background-image: none !important;
}
.img-responsive{
  height: 9em !important;
    width: 12em;
    object-fit: cover;
}
.contact{
  background: url(../../assets/images/con-bg.webp);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}
.btn-main{
  background-color: #f2be8d;
  color: #fff;
  padding: 10px 20px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
    margin: 0 10px;
}
.btn-main:hover{
  background-color: transparent;
  color: #fff;
  padding: 8px 18px;
    border: 2px solid #fff;
}
.btn-tr{
  background-color: transparent;
  color: #fff;
  padding: 8px 18px;
    border-radius: 5px;
    border: 2px solid #fff;
      transition: 0.2s ease-in-out;
      margin: 0 10px;
}
.btn-tr:hover{
  background-color: #000;
  color: #fff;
   padding: 10px 20px;;
  border: none;
}
.no-mar{
  margin: 0 !important;
}
.ct-text{
  padding: 7em 2em;
  color: #fff;
  text-align: center;
}
.ct-text h2, .ct-text h4{
  line-height: 140%;
}
.ft-logo{
  width: 200px;
}
.footer{
  background-color: #ccc;
  padding: 3em 0;
  z-index: -1;
}
.ft-strap{
  padding: 1.5em;
    background-color: #aaa;
    box-shadow: -13px 4px 16px 17px rgb(0 0 0 / 50%);
    z-index: 3;
}
.ft-middle a{
  display: block;
  font-size: 17px;
}
.ft-follow-icons a{
  display: flex;
  font-size: 26px;
  color: #000;
}
.form-control{
  margin: 10px 0;
}
.fm-sb-bt{
  padding: 7px 30px !important;
}
.d-none{
  display: none;
}
.m-none{
  display: none;
}
.abt-list li{
  list-style-type: disc;
  line-height: 160%;
    font-size: 16px;
}
.services{
  background-color: #f2be8d;
    padding: 3em 0;
}
.services .heading h2{
  color: #fff;
}
.service-cards{
  background-color: #fff;
}
.form-control { margin: 8px 0; width: 100%; padding: 10px; }

#responseMsg { display: none; color: green; margin-top: 10px; }
 #loader img,
  #responseSuccess img,
  #responseError img {
    margin-bottom: 5px;
  }

  #loader, #responseSuccess, #responseError {
    transition: opacity 0.3s ease;
  }

  #loader p,
  #responseSuccess p,
  #responseError p {
    margin: 0;
    font-weight: bold;
  }
 .overflow-hidden{
     overflow: hidden;
 }
.modal-header{
    padding-bottom:0px;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.news-title{
    background: #f2be8d;
    flex: 0 0 40%;
}
.news-title .overlay{
    width: 100%;
    height: 100%;
    padding: 30px;
}
.news-desciption{
    padding: 30px;
}
@media(max-width: 920px){
	.align-center{
	display: block;
	}

}
@media(max-width: 920px){
  .d-none{
    display: block
  }
  .m-none{
    display: block
  }
	#navbar{display: none;}
	.mobile-nav{display: block;position: sticky;background-color: #fff;
    z-index: 1;}
	.mobile-logo{left: 41%;}
	.mobile-menu{position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    padding: 16px;}
    .ser-ih{
      height: 15em;
    }
    .ser-ic {
        padding: 12px 7px 10px;
    }
      .kenburns-top, .kenburns-top1, .kenburns-top2 {
        height: 50em !important;
    }
    .team-img {
        width: 149px;
    }
    .ft-logo {
        width: 150px;
    }
    .pr-pd {
        padding: 11em 5em;
    }
    .carousel2 {
        margin: 5em !important;
        background-color: transparent;
    }

	
}



@media(max-width: 575px){
	.btn-open{float: none;display: inline-block;}
	.mobile-logo{left: 33%;
    z-index: 10;
    top: 15px;}
  .lg-text{top: 30px;
    z-index: 10;margin-left: 15em !important;top: 5px !important;}
  body table{width: 60em !important;margin: 0 !important;}
  body .pull-right{float: none !important;}
  .mobile-adj{margin-top: 5em;}
  #menu img{border-radius: 50px;}
  .pro-pic{left: 0;}
  .del-btn {position: relative;
    top: 2em;}
  .tile{width: calc(50% - 17px);font-size: 12px;}
  #navbar{display: none !important}
  .strap{margin-top: 35em;padding: 1em;margin-left: -1em;}
  .strap ul{padding: 0;}
  .strap ul li{display: block; background-image: none;}
  .treeimg{display: none;}
  .over-content{padding: 7em 1em !important;left: 0;width: 100%;margin-top: -14em;}
  .ft-1{background-image: none;}
  .bd-right{margin: 2em 0;}
  .fixed-name{margin-top: 3em;}
  .kenburns-top, .kenburns-top1, .kenburns-top2 {
    height: 50em !important;
    object-fit: cover;
}
.con-img{
  width: 370px;
}
.strap-con{
  display: none;
}
.slider{
  margin-top: 14em;
}
.first img{
  margin: 20px 0;
}
.carousel2 {
    margin: 4em 0 !important;
  }
  .column-reverse{
    display: block;
  }
  .carousel-caption{
    top: 100px;
  }
  .pr-pd {
        padding: 3em 1em;
    }
    .abt-con h2{
      margin: 30px 0 0;
      font-size: 30px;
    }
    .abt-con .line{
      margin-bottom: 30px;
      display: inline-block;
    }
    .ct-text{
      padding: 3em 1em;
    }
    h2{
      font-size: 30px;
    }
    .heading h2{
      font-size: 30px;
    }
    .services {
      padding: 1em 0 2em;
    }
    .m-flex-direction-column{
      flex-direction: column;
    }
    .news-desciption {
        padding: 15px;
    }
}