*{
	padding:0;
	margin: 0;
}

body{
    font-family: 'Roboto', sans-serif;	
}


p{
	font-family: 'Lato', sans-serif;
}
a{
	text-decoration: none !important;
}
.container{
	width: 1200px;
	margin: 0 auto;
}





.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: #fff;
  background: #16a083;
}

.btn-primary:hover {
  background: #117964;
  transition: background 0.3s ease-in-out;
}

/* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}
.navimg{
  position: relative;
  margin: 0 0 -11% 43%; 
  z-index: 999;
}
.navbar {

  position: relative;
  width: 100%;
/*  background: #fff;*/
  color: #000;
 
     margin: 5px 0 -130px 0;
  z-index: 12;
}
.logo a{
  color: #fff;
}
.logo a:hover{
  color: #fff;
}
.navbar-container {
  display: flex;
    /*box-shadow: 0px 5px 10px 0px #aaa;*/
  justify-content: space-between;
  border-radius: 30px;
  padding: 20px;
  color: #fff;
 /*  opacity: 0.85;*/
   background: #00000070;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  padding: 0 17px 0 0;
 /* margin-left: 1.5rem;*/
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  border-bottom: 2px #00000000 solid; 
}

.menu-items a:hover {
  color: #fff;
border-bottom: 2px #fcff00 solid; 
  transition: border-bottom 0.5s ease-in-out;
}

.logo {
  order: 1;
  padding: 0 0 0 10px;
  font-size: 25PX;
}

/* ............//// Showcase styling ////......... */

.showcase-area {
  height: 50vh;
  background: linear-gradient(
      rgba(240, 240, 240, 0.144),
      rgba(255, 255, 255, 0.336)
    ),
    url("https://i.postimg.cc/wT3TQS3V/header-image2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
}

.main-title {
  text-transform: uppercase;
  margin-top: 1.5em;
}



@keyframes about-img-animation {
  100% {
    transform: translate(0);
  }
}

.about-text {
  flex: 1 1 400px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-text-animation 1s ease-in-out forwards;
}

@keyframes about-text-animation {
  100% {
    transform: translate(0);
  }
}


@media (max-width: 768px) {
  /*.navbar {
    opacity: 0.95;
  }*/

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
.menu-items a {
    text-decoration: none;
    color: #000;
    padding: 0 30px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}
  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #e11010;
  }
.hamburger-lines .line:focus {
    background: #000;
  }
  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
    padding-top: 100px;
    color: #000;
    background: #fff;
    opacity: 1;
    height: 200vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    /*box-shadow: 5px 0px 10px 0px #aaa;*/
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 2rem;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }

  
}

@media (max-width: 500px) {
 
  .navbar .menu-items li {
    font-size: 1.6rem;
  }

  .testimonial-container {
    flex-direction: column;
    text-align: center;
  }

  .food-menu-container img {
    margin: auto;
  }

  .food-menu-item {
    flex-direction: column;
    text-align: center;
  }

  .form-container {
    width: 90%;
  }

  

  .logo {
    position: absolute;
    top: 06px;
    right: 15px;
    font-size: 3rem;
  }

  .navbar .menu-items li {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

/*end nav*/
    #demo-1 {
      position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
      overflow: hidden; /* to bound the empty top space created by inner element's top margin */
      width: 100%;
      min-height: 400px;
      background-color: #999;
      margin: 0 0 30px 0;
    }
    .demo-inner-content {
      position: relative; /* if position is not set, the script will set it to 'relative'. */
      z-index: 2; /* if z-index is not set, the script will set it to '2'. */
      margin: 200px auto;
      padding: 40px;
     /* max-width: 600px;*/
      color: #fff;
      text-align: center;
      font-size: 1.5em;
    }
    .demo-inner-content h1 {
      font-size: 2em;
      margin: 0;
    }
   .slideimg {
    position: relative;
    margin: -30% 0px 0px 0px;
    z-index: 99;
    width: 100%;
}
  /*end slider*/


.aboutimg{
	position: relative;
}
  .aboutimg img{
  	width: 450px;
  	height: 500px;
  	 box-shadow: 5px 5px 5px #736f6f8f;
  }
.about{
	margin: 0 0 100px 0;
}
.abouttext img{
  margin: 0px 0px -109px 0px;
  z-index: -1;
}
  .about a{
  	padding: 10px 15px;
  	background-color: #1c71ba;
  	border: 1px #1c71ba solid;
  	color: #fff;
  	font-size: 16px;
  	font-weight: 500;
  	float: left;
  	transition: .5s;
  }
   .about a:hover{
  	background-color: transparent;
    border: 1px #1c71ba solid;
  	color: #1c71ba;
  	float: left;
  	transition: .5s;
  }

  .aboutimg:before{
    content: "";
    position: absolute;
    top: 50px;
    left: 100px;
    width: 400px;
    height: 500px;
/*    border: 10px #00ffc6 solid;*/
    z-index: -1;

  border: 5px solid;
  border-image: linear-gradient(45deg, #3A7BCF, #13C2CF) 1;

  }
.about span{
	/*color: #00ffc6;*/
  background: #3A7BCF;
background: linear-gradient(to right, #3A7BCF 0%, #13C2CF 75%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
  .abouttext h1{
  	font-family: 'Oswald', sans-serif;
  	font-size: 36px;
  	font-weight: 600;
  	text-align: left;
  	float: left;
  	width: 100%;
  	color: #000;
  	margin: 0 0 15px 0;
  	padding: 0 0 0 0;
  }
  .abouttext p{
  	font-size: 14px;
  	font-weight: 400;
  	text-align: left;
  	line-height: 26px;
  	float: left;
  	width: 100%;
  	color: #000;
  	margin: 0 0 20px 0;
  	padding: 0 0 0 0;
  }


  /*end about*/






  .sectionClass {
  /*padding: 20px 0px 10px 0px;
  position: relative;
  margin: -23% 0 50px 0;*/
  display: block;
  background: url("../image/photo1.jpg") no-repeat center;
  width: 100%;
  margin:0px;
  padding: 40px 0;
  overflow: hidden;
  z-index: -1;
  float: left;
 margin: 0 0 20px 0;
}
  .sectiontitle:after{
  	content: " ";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: #0000006b;
  }

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  position: relative;
  margin: 30px 0 0px;
  text-align: center;
  height: 300px;
  overflow: hidden;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

/*.projectFactsWrap .item:nth-child(1) {
  background: #1c71ba;
}

.projectFactsWrap .item:nth-child(2) {
  background: #01a8d8;
}

.projectFactsWrap .item:nth-child(3) {
  background: #1c71ba;
}

.projectFactsWrap .item:nth-child(4) {
  background: #01a8d8;
}
*/
.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Open Sans";
}

.projectFactsWrap .item span {
  width: 60px;
  background: #fff;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: #fff;
}

/*.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}*/

/*.projectFactsWrap .item:hover span {
  background: white;
}*/

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

/* AUTHOR LINK */


.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}
.head{
  margin: 0 0 45px 0;
}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }


}


/*end count*/

.gallery {
  margin: 0 0 37px 0;
}
.hdimg {
    margin: -91px 0px 0px 319px;
    width: 43%;
}
/*.img1{
  width: 450px !important;
  height: 226px !important;
}*/

.gbox{
  position: relative;
  width: 100%;
  margin: 0% 0 -58% 0;
}
ul{
  list-style-type: none;
  padding-left: unset !important;
}
footer h2{
  color: #fff;
  font-size: 25px;
}
footer ul li{
    margin: 0 0 13px 0;
}
footer h3{
  font-size: 20px;
  color: #fff;
  margin: 0 0 15px 0;
}
/*.footimg{
  position: relative;
  margin: 0 0 -120px 0;
  width: 100%;
}*/
.footerimg{
  position: relative;
  margin: 0 0 -56% 0;
  width: 100%;
}
footer{
/*  background-color: #004b78;*/
  background: rgb(0,55,117);
background: linear-gradient(180deg, rgba(0,55,117,1) 0%, rgba(2,147,198,1) 100%);
  padding: 66px 0 16px;
}
footer ul li a{
  color: #fff !important;
  font-size: 15px;
}
footer a:hover{
  color: #fcff00 !important; 
}
footer ul li{
  color: #fff !important;
  font-size: 15px;
}
footer ul li:hover{
  color: #fcff00 !important; 
}
footer i{
  margin: 0 5px 0 0;
}

.foot{
  margin: 110px 0 0 0;
  color: #fff;
}

.foot a{
  color: #fff;
}

.footp{
  text-align: right;
}





.hdimage {
    margin: -111px 0px 0px 359px;
    width: 43%;
}

.event h3{
  font-size: 20px;
  font-family: 'Oleo Script', cursive;
}
.event{
  margin: 0 0 20px 0;
}




@media screen and (max-width: 768px) {

.aboutimg:before {
   display: none;
}

.navimg {
    position: relative;
    margin: 0 0 -15% 41%;
    width: 20%;
    z-index: 999;
}
.navbar {
    position: relative;
    width: 100%;
    /* background: #fff; */
    color: #000;
    margin: 53px 0 -140px 0;
    z-index: 12;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.nirghanta img{
  width: 100%;
  margin: 0 0 20px 0;
}
.aboutimg{
  margin: 0 0 20px 0;
}
.logo {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 16px;
}
.demo-inner-content h1 {
    font-size: 28px;
    margin: 0;
}

.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 125px auto;
    padding: 40px;
    /* max-width: 530px; */
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.slideimg {
   display: none;
}
#demo-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    background-color: #999;
    margin: 0 0 0 0;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: none !important;
}
.abouttext img {
    margin: 0px 0px -105px 0px;
    position: relative;
    z-index: -1;
    width: 100%;
}
.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 20px 0px;
    text-align: center;
}
.projectFactsWrap {
    display: flex;
     margin-top: 0px; 
    flex-direction: row;
    flex-wrap: wrap;
}
.aboutimg img {
    width: 100%;
    margin: 20px 0 0 0;
    height: 400px;
    box-shadow: 5px 5px 5px #736f6f8f;
}
.about {
     margin: 0 0 0 0; 
}
.projectFactsWrap .item p.number {
    font-size: 30px;
    padding: 0;
    font-weight: bold;
}
.projectFactsWrap .item p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 10px;
    font-family: "Open Sans";
}
.sectionClass {
    display: block;
    background: url("../image/photo1.jpg") no-repeat center;
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    overflow: hidden;
    z-index: -1;
    float: left;
    margin: 20px 0 20px 0;
}
.hdimg {
    margin: -94px 0px 0px 0px;
    width: 100%;
}
.hdimage {
    margin: -94px 0px 0px 0px;
    width: 100%;
}

.gbox {
    display: none;
}

.head{
  margin: 20px 0 0px 0;
}
/*.gallery a.big img {
  width: 100% !important;
}*/
.gallery a img {

  width: 50% !important;
  height: 124px !important;
 
}
.eventbox{
  margin: 20px 0 0 0;
}
.committeebox{
margin: 20px 0 0 0;
}
.nbox{
margin: 20px 0 0 0;
}
.navbar .menu-items {
    padding-top: 31px;
    margin: -100px 0 0 0;
    color: #000;
    background: #fff;
    opacity: 1;
    height: 100vh;
    max-width: 338px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -15px;
   /* padding-left: 50px;*/
    transition: transform 0.5s ease-in-out;
    /* box-shadow: 5px 0px 10px 0px #aaa; */
}
.footerimg {
    display: none;
}

footer {
  text-align: center;
}
.footp{
  text-align: center;
}
.foot {
    margin: 20px 0 0 0;
    color: #fff;
}



}


.gallerybox {
  text-align: center;
  box-shadow: 1px 1px 5px #00000042;
  padding: 10px 10px 20px 10px;
}
.gallerybox a{
  color: #000;
}