

*{
	margin: 0;
	padding: 0;
}






/*banner section start */
#main-banner{
  position: relative;
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/banner2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 77vh;
}

#main-banner .title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
#main-banner h1{
  text-transform: uppercase;
  margin: 0;
  font-size: 6vw;
  white-space: nowrap;
  font-family: "Abril Fatface", serif;
}
#main-banner p{
  margin: 0;
  font-size: 1.3rem;
  font-family: "Work Sans", system-ui;
}
#main-banner a{
  text-decoration: none;
  color: white !important;
}
#main-banner .p1{
  margin-top: 30px;
}
#main-banner span{
  color:#fda40b;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  #main-banner h1{
    font-size: 3.5rem;
  }
}
/*banner section end */




/*section1 start*/
#section1-aboutus h1{
  font-family: "Abril Fatface", serif;
/*  text-transform: uppercase;*/
}

#section1-aboutus h4{
  font-family: "Abril Fatface", serif;
}
#section1-aboutus p{
  font-family: "Work Sans", system-ui;
}
#background{
  height: auto;
  width: 100%;
  background-image: url("../images/aboutus_background.svg");
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
}
#spanclass{
  color: #EEC550;
}

#section1-aboutus span{
  display: inline-block;
}

#section1-aboutus .section1-r1{
	height: auto;
	width: 100%;
	margin: auto;

}
#section1-aboutus .section1-r2{
	position: relative;
	height: auto;
	width: 100%;
	margin: auto;
	/*border: groove;*/
}

#section1-aboutus .section1-r1 img{
	height: auto;
	width: 30vw;
	border-radius: 10px 10px;
/*  vertical-align: center;*/
}

#section1-aboutus .section1-r2 img{
height: 30px;
width: 30px;
}
#section1-aboutus .section1-r2 .quote-left{
position: absolute;
left: 10px;
top: 20px;
}
#section1-aboutus .section1-r2 .quote-right{
position: absolute;
right: 10px;
bottom: 20px;
}
@media screen and (max-width: 767px){
  #section1-aboutus .section1-r1 img {
    width: 70vw;
  }
}
/*section1 end*/



/*who we are section start*/

#who_we_are h2{
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
}

#who_we_are span{
  display: inline-block;
}


#who_we_are p{
  font-family: "Work Sans", system-ui;
}
#who_we_are{
/*	background-image: url("bg-who_we_are.jpg");*/
	background-size: cover;
	height: auto;
  padding-top: 20px;
}

.who_we_are_col2{
	height: 400px;
	width: 100%;
	background-image: url("../images/we2.jpg");
	background-size: cover;
background-position: center ;
background-repeat: no-repeat;
	}

/*who we are section end*/





/*section2 start*/
#section2-aboutus span{
  display: inline-block;
}
#section2-aboutus h1{
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
}
#section2-aboutus p{
  font-family: "Work Sans", system-ui;
}
#section2-aboutus{
	height: auto;
	background: url("../images/mission.webp");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;

	
}
#section2-aboutus .sec2{
	position: relative;
	height: auto;
	/*border: groove;*/
	border-color: white;
	margin-left: auto;
	margin-right: auto;	
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 70px !important;

}
#section2-aboutus .layer{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: -1;
	
}

#section2-aboutus .vision-mission .sec2{
	border: groove;
}


@media screen and (max-width: 767px){
	#section2-aboutus .vision-mission .sec2{
		width: 80%;
		margin-top: 10px !important;
		border: none;

}
}


/*section2 end*/
.gallery-header{
	background-color: black;
}








/*section 3 start*/
#section3{
    height: auto;
  width: auto;
  background-image: url("../images/background2.jpg");
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
}

#section3 .divider{
  height: 50px;
  width: 50%;
  background-image: url("../images/divider-2.png");
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
}

#section3 img{
  border-radius: 10px 10px;
}


#section3 h1{
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
}



.flip-card {
  background-color: transparent;
min-height: 330px;
/*height: auto;*/
width: auto;
/*  height: 320px;*/
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin-bottom: 50px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
/*  background-color: #bbb; */
}

/* Style the back side */
.flip-card-back {
  background-color: #203E5F;
  color: #F9E3A3;
  transform: rotateY(180deg);
}

.flip-card-back p{
  padding: 5px;
/*  font-size: 1.2vw;*/
font-size: clamp(0.75rem, 1.2vw, 1.5vw);
}

@media screen and (max-width: 767px){
  .flip-card {
    margin-bottom: 20px;
    width: 50% !important;
  }
  /*.flip-card-back p{
    font-size: 0.75rem;
  }*/
  .flip-card-back h2{
    font-size: 4vh;
/*font-size: clamp(3.2vh, 1.2vw, 1.5vw);*/
  }
  .flip-card-back h3{
/*    font-size: 3.2vh;*/
    font-size: clamp(3.2vh, 4.0vh, 1.75rem);
  }
}



/*portfolio start*/



#portfolio{
background-image: url("../images/white_bg.jpg");
    width: auto;
    height: auto;
    background-position: center;
    background-size:  cover;
    background-attachment: fixed;
}

#portfolio .divider{
  height: 50px;
  width: 50%;
  background-image: url("../images/divider-2.png");
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
}

.slider {
            max-width: 90%;
            margin: auto;
        }

        .c1 {
            padding: 50px;
        }

        .single-team {
            position: relative;
            width: 300px;
            height: 300px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            overflow: hidden;
            box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
        }

        .single-team:before {
            content: "";
            width: 100%;
            height: 100%;
            background: #161619;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all .35s ease 0s;
        }

        .single-team:hover:before {
            opacity: 0.9;
        }

        .single-team .content {
            width: 90%;
            height: 90%;
            position: absolute;
            top: 5%;
            left: 5%;
            
        }

        .single-team .content:after, .single-team .content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
            transition: all .7s ease 0s;
        }

        .single-team .content:before {
            border-bottom: 10px double rgba(255, 255, 255, .5);
            border-top: 10px double rgba(255, 255, 255, .5);
            transform: scale(0, 1);
            transform-origin: 0 0 0;
        }

        .single-team .content:after {
            border-left: 10px double rgba(255, 255, 255, .5);
            border-right: 10px double rgba(255, 255, 255, .5);
            transform: scale(1, 0);
            transform-origin: 100% 0 0;
        }

        .single-team:hover .content:after, .single-team:hover .content:before {
            opacity: 1;
            transform: scale(1);
            transition-delay: .15s;
        }

        .single-team h3 {
            font-size: 31px;
            font-weight: 700;
            color: #fff;
            margin-top: 40px;
            opacity: 0;
            transform: translate3d(0, -50px, 0);
            transition: transform .5s ease 0s;
            text-align: center;
            line-height: 1.4;
            font-family: 'Alfa Slab One', cursive;
            text-transform: uppercase;
        }
        /*.single-team p{
          color: #fff;
        }*/
        .single-team .details{
          margin-top: 30px;
        }

        .single-team h3 span {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            display: block;
            letter-spacing: 5px;
            opacity: .5;
        }

        .single-team:hover h3 {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
        #portfolio h1{
            font-family: "Abril Fatface", serif;
            text-transform: uppercase;
        }
        

    @media (max-width: 768px) {

        .single-team {
            height: 300px;
            width: 200px;
        }

        .single-team h3 {
            font-size: 20px;
            margin: 80px 0;
        }

        .single-team h3 span {
            font-size: 12px;
        }
    }

    @media (max-width: 576px) {
        .single-team {
            height: 300px;
            width: 100% !important;
        }

        .single-team h3 {
            font-size: 18px;
            margin: 60px 0;
        }

        .single-team h3 span {
            font-size: 10px;
        }
    }
/*portfolio end*/
