.landing-main{
    height: calc(100vh - 80px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding-bottom: 40px;
}
.landing-main h1{
    font-size: 32px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #131313;
    line-height: 1;
    letter-spacing:0.5px;
}
.landing-main p{
    color: #fff;
    margin:20px 0;
    line-height: 1.8;
}
.hero-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.st0{font-family: 'Gilroy - Bold', sans-serif;}

.st1, .st2{
    font-family: 'Gilroy - Bold', sans-serif;
    color:#000;
    font-size:20px;
}
text.st2{
    fill:#000;
}
.st2{fill:#A4A4A4;}
.st5{fill:#EC7C32;}
.st6{fill:#5B9BD4;}
.about-section{
    background-image: url('./assets/images/aboutbg2.jpg');
    background-position: center bottom;
    background-size: 75%;
    background-repeat:repeat-x;
}
.focus-areas{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:5px;
}
.focus-areas .focus-area{
    border: 2px solid #eaeaea;
}
.focus-areas .focus-area .focus-area_image{
    width: 100%;
    height: 200px;
    position: relative;
}
.focus-areas .focus-area .focus-area_image:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.5;
    transition: all 0.45s ease-in-out;
}
.focus-area .focus-area_content{
    padding: 15px 20px;
    transition: all 0.35s ease-in-out;
}
.focus-area .focus-area_content h3{
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 22px;
}
.focus-area .focus-area_content p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
}
.focus-areas .focus-area .focus-area_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-content p:nth-of-type(n+3) {
    display: none;
}
.about-content p{
    margin-bottom: 15px;
}
.full-link{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.section-title h2{
    font-size: 36px;
    font-weight: 700;
}
.feature-section.alternate::before {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    z-index: -1;
    width: 35%;
}
.cta-banner-wrapper-3 h2{
    font-size: 36px;
    color:#131313;
    line-height: 1;
}
.offcanvas__logo img{
    height:40px;
}
.hero-1 .hero-content{
    width: 100%;
}

.hero-1 .hero-content .hero-content_text p{
    margin-bottom: 0;
}
.hero-sub-content{
    font-size:24px;
    padding:55px 45px;
    line-height:1.8;
    /*background-color:rgba(255, 255, 255, 0.75);*/
    margin-bottom:45px;
    color:#131313;
    position:relative;
}
.landing-main .hero-sub-content p {
    color:#131313;
    line-height:47px;
    font-size:36px;
    font-weight:400;
    margin-top:0;
}
.hero-sub-content:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900;
    position:absolute;
    top:0;
    left:0;
    font-size:42px;
    color:#0069a6;
}
.hero-sub-content:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900;
    position:absolute;
    bottom:10px;
    right:25px;
    font-size:42px;
    color:#0069a6;
}
.text-link{
    display:inline-block;
    font-size: 16px;
    color:#131313;
    margin-top: 10px;
    font-weight: 600;
}
.text-link i{
    font-size: 9px;
}
.about-wrapper h1{
    font-size: 60px;
    font-weight: 600;
    text-transform: none;
    line-height: 1;
    margin-bottom: 25px;
}
.about-wrapper h1 span{
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    display: block;
}
.breadcrumb-wrapper{
    padding: 25px 0;
    background-color: #fafafa;
}
.promo-wrapper.style-3{
    margin-top: 0;
    margin-bottom: 0;
}
.bg-alternate{
    background-color: var(--bg);
}
.main-blog-content h4{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
}
.main-blog-content .blog-detail{
    margin-bottom: 30px;
}
.main-blog-content .blog-detail p{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap:15px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
}
.main-blog-content .blog-detail p img{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.main-blog-content p{
    font-family: "League Spartan", sans-serif !important;
    margin-bottom: 20px;
}
.main-blog-content p span{
    font-family: "League Spartan", sans-serif !important;
}
.pdf-box{
    padding: 15px;
    margin-bottom: 15px;
}
.pdf-box i{
    font-size: 64px;
}
.pdf-box p:nth-of-type(1){
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 10px;
}
.pdf-box p:nth-of-type(2){
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 10px;
}
.pdf-box .theme-btn{
    font-size: 13px;
    line-height: 1;
    display:inline-block;
    width: auto;
    min-width: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.col-space-5{
    width:20%;   
}
.event-section-4 h1{
    font-size:28px;
}
.event-section-4 p, .event-section-4 p span{
    font-size:16px !important;
}
.breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1{
    font-size:28px;
}
.hero-1 .hero-content h1 {
    color: #0069a6;
}
.hero-1 .hero-image::before{
   background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%);
    opacity:1;
}
.hero-1 .hero-image{
    opacity:0.4;
}
.f-image{
    height:250px;
    overflow:hidden;
    position:relative;
}
.f-image:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index:0;
}
.f-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.f-content{
    position:absolute;
    width:100%;
    padding:5px 15px;
    z-index:1;
    left:0;
    bottom:0;
}
.f-content p{
    margin-bottom:0;
    margin-top:0;
    color:#fff;
}
.f-main a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
}
@media only screen and (min-width:768px){
    .blog-image{
            width: 475px;
            height: auto;
            float: left;
            margin-right: 30px;
            margin-bottom: 30px;
    }
    .blog-image:after{
        content:'';
        clear:both;
    }
    .blog-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
@media only screen and (max-width:600px){
    .hero-1{
        margin-top: 15px;
    }
    .landing-main{
        height: 200px;
    }
    .landing-main p{
        display: none;
    }
    .landing-main .theme-btn.transparent-btn{
        padding: 6px 10px;
        min-width: auto;
        margin-top: 10px;
    }
    .hero-1 .array-button .array-prev, .hero-1 .array-button .array-next{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 9px;
    }
    .hero-1 .array-button .array-prev{
        left: 2px;
    }
    .hero-1 .array-button .array-next{
        right: 2px;
    }
    .hero-1 .hero-content h1 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        padding: 0 15px;
    }
    .hero-1 .hero-image::before{
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .landing-main{
        justify-content: flex-end;
        padding-bottom: 15px;
    }
    .hero-1 .hero-content .hero-button {
        margin-top: 5px;
    }
    .focus-areas{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    .section-title h2{
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .focus-areas .focus-area{
    }
    .focus-area .focus-area_content{
        padding: 15px;
    }
    .focus-areas .focus-area .focus-area_image{
        height: 225px;
    }
    
    .theme-btn {
        padding: 15px 20px;
        font-size: 14px;
        min-width: auto;
        line-height: 1;
        margin-top: 30px;
    }
    .cta-banner-wrapper-3 .theme-btn{
        margin-top: 0;
    }
    .social-icon{
        justify-content: center !important;
        margin-top:5px;
    }
    .hero-1 .hero-content{
        flex-direction: column;
        align-items: center;
    }
    .hero-1 .hero-content .hero-content_text{
        width: 100%;
    }
    .blog-image img{
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 15px;
    }
    .main-blog-content h4{
        font-size: 24px;
    }
    .main-blog-content .blog-detail p{
        flex-wrap: wrap;
    }
    .main-blog-content .blog-detail p img{
        width: 24px;
        height: 24px;
    }
    .main-blog-content .blog-detail p span:nth-of-type(1){
        width: calc(100% - 75px);
    }
    .main-blog-content .blog-detail p span:nth-of-type(2){
        width: 100%;
    }
    .col-space-5{
        width:100%;
    }
        
    }
}