@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');
.container190 {
    font-family: 'Roboto Slab', serif;
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
p{
    font-family: 'Titillium Web' ;
    color: black;
}
#hero190 {
	background-image: url(img-2/Testingbg.png);
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
}
#hero190::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#hero190 .hero190 {
	margin: 0 auto;
	padding:  50px;
	justify-content: flex-start;
}
/***Triggering System***/
#hero190 h1 {
    font-family: 'Roboto Slab', serif;
	background: linear-gradient(90deg,#cfaa53 0%,#F0DA1D ,#cfaa53 100%);
    font-size: 80px;
    letter-spacing: 1px;
    padding: 1px;
    margin-bottom: -0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.hero190 p {
    background: linear-gradient(90deg,#cfaa53,#F0DA1D ,#cfaa53);
    max-width: 600px;
    width: 90%;
    margin: 4px ;
    font-size: 20px;
    line-height: 1.5em;
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero190 p1 {
    background: linear-gradient(90deg,#cfaa53,#F0DA1D ,#cfaa53);
    font-family: 'Titillium Web' ;
    max-width: 600px;
    width: 90%;
    margin: 200px ;
    font-size: 20px;
    line-height: 1.5em;
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
    #hero190 h1 {
		font-size: 4rem;
	}
    #hero190 p {
		font-size: 1.0rem;
        
	}
    #hero190 p1 {
		font-size: 1.0rem;
        margin: 10px;
        
	}
}

/***sevices***/
.service_section {
  margin-bottom: 90px;
}

.service_section .heading_container {
  color: #ffffff;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: 1%;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.service_section .service_container .box .img-box img {
  width: 100%;
  height: 200px;
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
}

.service_section .service_container .box .detail-box h6 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
    background: #d3c060;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 5px 35px;
  background-color: #cfaa53;
  color: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
  
    
}

.service_section .service_container .box .detail-box a:hover {
  background-color: transparent;
  border-color: #cfaa53;
  color: black;
    
}

.service_section .service_container .box.b1 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.service_section .service_container .box.b2 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
    
}

.service_section .service_container .box.b3 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
@media (max-width: 768px) {
    .service_section .service_container {
    flex-wrap: wrap;
  }

  .service_section .service_container .box.b1,
  .service_section .service_container .box.b2,
  .service_section .service_container .box.b3 {
    transform: none;
    margin-top: 45px;
    flex-basis: 100%;
  }

  .service_section {
    margin-bottom: 0;
    padding-bottom: 75px;
  }
}
.project_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.project_main{
    width: 100%;
    float: left;
    padding-top: 200px;
}
.image_6 {
    width: 100%;
    float: left;
    position: relative;
    left: -100px;
    top: -50px;
}
.images_main{
    width: 100%;
    float: left;
}
.images_left{
    width: 50%;
    float: left;
}
.images_right {
    width: 47%;
    float: left;
    margin-top: 70px;
    margin-left: 12px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
/** about section **/

.about {
     background: #fff;
     padding-top: 90px;
     padding-bottom: 180px;
}

.about .titlepage {
     padding-bottom: 0px;
     padding-left: 20px;
    
}

.about .titlepage h2 {
     padding-bottom: 30px;
    background: linear-gradient(90deg,#cfaa53,#F0DA1D ,#cfaa53);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    
}
.read_more{
  display: inline-block;
  padding: 5px 35px;
  background-color: #cfaa53;
  color: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}
.read_more:hover {
  background-color: transparent;
  border-color: #cfaa53;
  color: black;
}

.about .titlepage p {
     padding-bottom: 47px;
}

.pa_left0 {
     padding-left: 0;
}

.about_img figure {
     margin: 0;
}

.about_img figure {
     position: relative;
}


.about_img figure img {
     box-shadow: 0 0 191px rgba(30, 30, 30, 0.16);
}

.left_be {
     margin-top: 15px;
}

.left_be figure {
     position: relative;
}

.left_be figure:before {
     position: absolute;
     left: 18%;
     background: url(img/img-2.png);
     background-repeat: no-repeat;
     background-position: center;
}

.right_ber figure {
     position: relative;
}

.right_ber figure:before {
     position: absolute;
     right: -13px;
     left: inherit;
}
/** end services section **/


/** about us page section **/

.title55{
    text-align: center;
    padding-top: 50px;
    font-size: 30px; 
    background: #d3c060; 
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title55 h1::after{
    content: "";
    height: 4px;
    width: 530px;
    background-color: #cfaa53;
    display: block;
    margin: auto;
}
.services55{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 75px auto;
    text-align: center;
}
.card55{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0px 20px;
    padding: 20px 20px;
    background-color: #efefefef;
    border-radius: 10px;
}
.card55 .icon55{
    font-size: 35px;
    margin-bottom: 10px;
}
.card55 h2{
    font-size: 28px;
    background: linear-gradient(90deg,#cfaa53,#F0DA1D ,#cfaa53); 
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card55 p{
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: black;    
}
@media screen and (max-width: 940px){
    .services55{
        display: flex;
        flex-direction: column;
    
    }
    .card55{
        width: 85%;
        display: flex;
        margin: 20px 0px;
    }
}
/** end about us page section **/

/* gallery */
.container90{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}
.gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 30px;
}

/* events */


.detail-box1{
  display: inline-block;
  padding: 5px 35px;
  background-color: #cfaa53;
  color: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}
.detail-box1:hover {
  background-color: transparent;
  border-color: #cfaa53;
  color: black;
}

