

@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');


body{
    margin: 0;
    font-family: "STIX Two Text", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555555;
    text-align: left;
    background-color: #FFFBF2;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: "STIX Two Text", serif;
    font-weight: 700;
    color: #252525;
}

.about-section{
	position:relative;
	padding:10px 0px;
}
.logo{
    width: 70px;
    height: 70px;
  }

  @media (max-width: 767px) {
	.logo{
		width: 50px;
		height: 50px;
	  }
	
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:100px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #d7a449;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
    width: 50%;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:50%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

.footer  a{
	color: #FFF;
	text-decoration: none;
}

.footer .flink{
    position: relative;
    left: 40%;}
    
    .footer .info{
      position: relative;
      left: 18%;}
    
      @media screen and (max-width: 768px) {
        .footer .flink{
          position: relative;
          left: 0%;}
        
        .footer .info{
          position: relative;
          left: 0%;}
        
      }

img {
    vertical-align: middle;
    border-style: none;
}

@media screen and (max-width: 734px) {
    
    .about-section{
        position:relative;
        padding:5px 0px; /* Decreased padding to reduce height */
    }
    .about-section .content-column .inner-column{
        padding-right:0px;
    }
    .about-section .image-column .inner-column{
        padding:0px 0px 0px 0px;
        margin-left:0px;
    }
    
    .about-section .image-column .inner-column:after{
        left:0px;
    }
    .about-section .image-column .inner-column .image .overlay-box .year-box{
        padding-left:0px;
    }
    .aab{
        margin-left:5em ;
        width:60%;
    }
    
}