


@font-face {
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('../font/Gilroy-SemiBold.ttf') format('ttf');
    }
    
    @font-face {
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-weight: 900;
    src: url('../font/Gilroy-ExtraBold.ttf') format('ttf');
    }    
    
    @font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: lighter;
    src: url('../font/Gilroy-Light.ttf') format('ttf');
    }    
    
    @font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 800;
    src: url('../font/Gilroy-Bold.ttf') format('ttf');
    }    
    
    @font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../font/Gilroy-Regular.ttf') format('ttf');
    }    
    
    @font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 500;
    src: url('../font/Gilroy-Medium.ttf') format('ttf');
    }    
    
    @font-face {
    font-family: 'Linotype Feltpen';
    font-style: normal;
    font-weight: 500;
    src: url('../font/LinotypeFeltpenMedium.otf') format('otf');
    }
    @font-face {
    font-family: 'Linotype Feltpen';
    font-style: normal;
    font-weight: 500;
    src: url('../font/LinotypeFeltpenRegular.otf') format('otf');
    }


*, html, body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: 'Gilroy-Regular', sans-serif;
}
*, ::after, ::before{
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, ul, li, p{
    margin: 0;
    padding: 0;
    font-family: 'Gilroy-Regular', sans-serif;
}
section.section{
    position: relative;
    padding: 30px 0;
}

.banner-logo {
    width: 130px;
    margin-bottom: 30px;
}
.mobile--banner{
    display: none;
}
.hero-banner-image{
    width: 80%;
}
.banner-section h1{
    font-size: 50px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.banner-section h2{
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #000;
}
.banner-section h2 span{
    color: #701011;
}
.target-section{
    display: flex;
    align-items: center;
}
.targrt-bg, 
.contact-bg{background-color: #701011;}
.content-common-text h2{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
}
.content-common-text p{
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.target-creative img{
    width: 50%;
}
.about-bg{background-color: #4d4d4f;}
.section-align{
    display: flex;
    align-items: center;
}
.about-us-content h2{
    font-size: 35px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
}
.about-us-content p{
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 18px;
}
.about-creative img{
    margin-top: 165px;
    width: 565px;
}
.vedica-impact-bg{background-color: #f47932;}
.vedica-impact-leftbox h2{
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 4rem;
}
.vedica-impact-content h3{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.vedica-impact-content p{
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.governimg-item{
    border-left: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin: -1px;
    padding: 15px;
}
.governing-bg{
    background-color: #fff0d7;
}
.governimg-item .image-wrapper img{ 
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.image-wrapper h4{
    font-size: 20px;
    margin-top: 25px;
    color: #701011;
    margin-bottom: 5px;
}
.image-wrapper p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.sec--title {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.sec--title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.slider__indicators{
    display: none;
}
.arrow{
    display: inline-block;
}
.arrow svg {
    cursor: pointer;
    opacity: 0.75;
    width: 40px;
    height: 40px;
    stroke-width: 8px;
    stroke: #701011;
    fill: transparent;
}

.arrow {
    position: absolute;
    /* z-index: 100;
    right: 0;
    bottom: 0; */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrowDown{
    right: 50px;
    bottom: 15px;
}
.arrowUp {
    right: 110px;
    bottom: 15px;
}
#target .arrowUp, 
#about .arrowUp, 
#council .arrowUp, 
#impact .arrowUp{
    right: 110px;
    bottom: 15px;
}
#target .arrowDown, 
#about .arrowDown, 
#council .arrowDown, 
#impact .arrowDown{
    right: 62px;
    bottom: 15px;
}
#target .arrow svg, 
#impact .arrow svg, 
#about .arrow svg, 
#contact .arrow svg{stroke: #ffffff;}
.contact-section{
    display: flex;
    align-items: center;
}
.contact-leftbox h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-leftbox p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 30px;
}
.contact-leftbox p:last-child{
    margin-bottom: 0;
}
.contact-leftbox p a{
    color: #fff;
    text-decoration: none;
}