*{
    margin: 0;
    padding: 0;
    outline: none;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    background-color: #ffffff;
    overflow-x: hidden;
    position: relative;
    font-family: 'Work Sans', sans-serif;
}

a{
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: #00aa4f;
    display: block;
    padding: 10px;
    border-radius: 20px;
    border-radius: 100px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

a:hover{
    text-decoration: none;
    background-color: #1d2b44;
    color: #ffffff;
}

h1{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

h3{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

p{
    font-size: 16px;
}

section{
    margin: 60px 0px;
}





.cgHeader{
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background-color: #ffffff;
    z-index: 999999;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.cgHeaderLogo{
    width: 350px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.cgHeaderLogo a{
    background-color: unset;
    padding: 0px;
}

.cgHeaderMenu{
    position: absolute;
    right: 40px;
}

.cgHeaderMenu ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.cgHeaderMenu li{
    display: inline-block;
    margin-right: 10px;
}

.cgHeaderMenu ul li:last-child{
    margin-right: 0px;
}

.cgHeaderMenu a{
    background-color: unset;
    color: #27465a;
    text-transform: none;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.cgHeaderMenu a:hover{
    color: #00aa4f;
}

.cgHeaderMenu li.cgHeaderMenuActive a{
    color: #00aa4f;
}

.cgHeaderMenuExpanded{
    position: absolute;
    right: 30px;
}

.cgHeaderMenuExpanded a{
    background-color: unset;
}

.cgHeaderMenuExpanded svg{
    width: 30px;
    color: #27465a;
}

.uk-offcanvas-bar{
    left: -100%;
    background-color: #1d2b44;
    width: 100%;
}

.uk-offcanvas-bar ul{
padding: 0px;
list-style: none;
margin: 0px;
}

.uk-offcanvas-bar ul a{
    text-align: right;
    text-transform: none;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    }

.uk-offcanvas-bar svg{
    color: #ffffff;
    width: 20px;
}






.cgHeader.uk-active{
    padding: 30px 0px;
}

.cgHeader.uk-active .cgHeaderLogo{
    width: 250px;
}



.cgBanner ul.uk-slideshow-items{
    min-height: 400px;
    height: 400px;
    pointer-events: none;
}

.cgBannerTitle{
    position: absolute;
    z-index: 99999;
    height: 580px;
    max-width: 800px;
}

.cgBannerTitle h1{
    font-size: 50px;
    margin: 0px;
}

.cgBannerTitle hr{
    border-top: 4px solid #00aa4f;
    width: 180px;
    margin: 48px 0px;
}

.cgBannerTitle p{
    font-size: 20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin: 0px;
}

.cgBannerDim{
    background: linear-gradient(121deg,#27465a 9%,#1d2b44 88%);
    display: block;
    position: absolute;
    width: 100%;
    height: 580px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    opacity: .85;
}




.cg3Boxes{
    margin-bottom: 60px;
}

.cg3BoxesItem{
    position: relative;
    background: #f5f5f7;
    padding: 60px 50px 100px 50px;
}

.cg3BoxesItem h3{
    color: #27465a;
    font-size: 22px;
    margin-bottom: 0px;
}

.cg3BoxesItem p{
    margin-top: 10px;
}

.cg3BoxesItem a{
    position: absolute;
    bottom: 50px;
    width: calc(100% - 120px);
}

.cg3BoxesItem p span{
    color: #00aa4f;
}



.cgFooter{
    background-color: #1f2c42;
    width: 100%;
    position: relative;
    padding: 30px 0px 100px 0px;
}

.cgFooter ul{
    padding: 0px;
    list-style: none;
}

.cgFooter li{

}

.cgFooter img{
    width: 100%;
}

.cgFooter h2{
    color: #ffffff;
    font-size: 22px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.cgFooter p{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

.cgFooter a{
    background-color: unset;
    text-align: left;
    padding: 0px;
    text-transform: none;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    display: unset;
}

.cgFooter a:hover{
    color: #00aa4f;
}

.cgInnerBanner{
    padding: 128px 0 72px;
    position: relative;
}

.AboutUsInnerBanner{
    background: linear-gradient(121deg,#27465a 9%,#1d2b44 88%);
}

.StrategyInnerBanner{
    background: linear-gradient(253deg,#00d587,#00aa4f 70%);
}

.OperatingResponsiblyInnerBanner{
    background: linear-gradient(121deg,#27465a 9%,#1d2b44 88%);
}

.NewsInnerBanner{
    background: linear-gradient(121deg,#27465a 9%,#1d2b44 88%);
}

.ContactInnerBanner{
    background: linear-gradient(253deg,#00d587,#00aa4f 70%);
}

.PrivacyPolicyInnerBanner{
    background: linear-gradient(121deg,#27465a 9%,#1d2b44 88%);
}



.cgInnerBannerTexture{
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(../images/texture.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 9999;
    opacity: 0.3;
    pointer-events: none;
}


.cgInnerBanner h2{
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.cgInfo{
    background-color: #f5f5f7;
    padding: 64px 0;
}

.cgInfoContainer{
    width: 80%;
    margin: 0px auto;
}

.cgInfo p{
    font-size: 21px;
    color: #4d4e56;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin: 0px;
}

.cgInfoBlock{
    border-left: 60px solid #00aa4f;
    display: block;
    height: auto;
    margin-right: 80px;
}

.cgInfoWhite{
    background-color: unset;
}

.cgInfoWhite .cgInfoBlock {
    border-left: 60px solid #f5f5f7;
}

.cgInfoContent h2{
    color: #1d2b44;
    font-size: 22px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.cgInfoContent h3{
    color: #1d2b44;
    font-size: 22px;
    font-weight: normal;
}

.cgInfoContent p{
    font-size: 16px;
    font-weight: normal;
    color: #4d4e56;
    margin: 20px 0px;
}

.cgInfoContent p span{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}





.cg2Boxes{
    margin-bottom: 100px;
}

.cg2BoxesItem{
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 29%);
    padding: 48px;
}

.cg2BoxesItem img{
    margin: 0px auto;
    display: block;
}

.cg2BoxesItem p{
    color: #384968;
}

.cg2ColumnText h2{
    color: #27465a;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.cg2ColumnText p{
    color: #4d4e56;
    font-size: 16px;
}

.cg2ColumnText p span{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}




.cg3Column h2{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #27465a;
}

.cg3Column p{
    font-size: 16px;
    color: #4d4e56;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

.cg3Column a{
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    background-color: unset;
    color: #384968;
    font-size: 16px;
    text-transform: none;
    text-align: left;
    padding: 0px;
    display: unset;
}

.cg3Column a:hover{
    color: #00aa4f;
}

.cgSocialMedia a{
    color: #ffffff;
    margin-top: 30px;
    display: inline-block;
}

.cgSocialMedia a svg{
    width: 25px;
}




ul.cgNewsListContent{
    padding: 0px;
    list-style: none;
}

ul.cgNewsListContent li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-top: 20px;
}

ul.cgNewsListContent li:first-child{
    margin-top: 0px;
}

ul.cgNewsListContent li span{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}

ul.cgNewsListContent li hr{
    border-top: 2px solid #00aa4f;
    width: 40px;
}

ul.cgNewsListContent li a{
    background-color: unset;
    text-align: left;
    font-size: 16px;
    color: #4d4e56;
    font-weight: normal;
    text-transform: none;
    padding: 0px;
    display: unset;
}

ul.cgNewsListContent li a:hover{
    color: #00aa4f;
}

ul.cgNewsListContent li:last-child{
    border: none;
}


.uk-offcanvas-close {
    top: 40px;
    right: 40px;
}

.cgNewsDetails a{
    display: inline-block;
    padding: 10px 30px;
}


.cgNewsDetails h2{
    color: #27465a;
    font-size: 22px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.cgNewsDetails h3{
    color: #4d4e56;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.cgNewsDetails hr{
    border-top: 2px solid #00aa4f;
    width: 40px;
}



/* Career Page */
.career ul.cgNewsListContent hr{ border-top: 2px solid #00aa4f;margin:10px 0;transition:all .5s;}
.career ul.cgNewsListContent li{cursor:pointer}
.career ul.cgNewsListContent li a{color:#00aa4f;}
.career ul.cgNewsListContent li small{font-size:90%;margin-left:5px;}
.career ul.cgNewsListContent li a span{vertical-align:middle;}
.career ul.cgNewsListContent li a span:before{content:'';display:block;border: solid #00aa4f;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);margin-left:2px;transition:all .5s;vertical-align:middle;opacity:0;margin-left:-10px;margin-right:0;}
.career ul.cgNewsListContent li:hover span:before{opacity:1;margin-left:0;margin-right:10px;}

.career .cg3BoxesItem{padding:20px 0 20px 20px;}
.career .cg3BoxesItem span{display:inline-block; margin-right:25px;}


@media screen and (max-width: 1024px) {

    .cgInfoContainer {
        width: 100%;
    }

    ul.cgNewsListContent li hr {
        margin: 10px 0px;
    }








}

@media screen and (max-width: 768px) {

    .cgFooter img {
        width: 50%;
    }

    .cgHeader.uk-active .cgHeaderLogo {
        width: 200px;
    }

    .cgNewsDetails h2{
        font-size: 18px;
    }

    .cgBannerTitle {
        max-width: 600px;
        height: 100%;
    }

    .cgBannerDim {
        height: 100%;
    }

    .cgBannerTitle h1 {
        font-size: 40px;
    }

    .cg3Boxes .uk-grid div{
        margin-bottom: 15px;
    }

    .cg3Boxes .uk-grid div:last-child{
        margin-bottom: 0px;
    }

    .cg3Boxes, .cg2Boxes {
        margin-bottom: 0px;
    }

    .cgFooter{
        padding-top: 60px;
    }

    .cgFooter a {
        display: block;
    }

    .cgFooter ul{
        margin-bottom: 20px;
    }

    .cgFooter h2{
        margin-top: 40px;
    }

    .cgFooter .uk-grid div:last-child p{
        margin-top: 40px;
    }

    .cg2Boxes .uk-grid div{
        margin-bottom: 30px;
    }

    .cg2Boxes .uk-grid div:last-child{
        margin-bottom: 0px;
    }





}


@media screen and (max-width: 480px) {

    .cgBannerTitle h1 {
        font-size: 30px;
    }

    .cgBannerTitle {
        max-width: 100%;
        padding: 0px 20px 0px 10px;
    }

    .cgBannerTitle p {
        font-size: 18px;
    }

    section {
        margin: 30px 0px;
    }

    .uk-offcanvas-bar ul a {
        font-size: 25px;
    }

    .uk-offcanvas-close {
        top: 20px;
        right: 20px;
    }

    .uk-offcanvas-bar svg {
        width: 25px;
    }

    .cgInnerBanner h2 {
        font-size: 35px;
    }

    .cgInnerBanner {
        padding-top: 86px;
    }

    .cgInfoBlock {
        margin-right: 20px;
    }

    .cgInfo p {
        font-size: 19px;
    }

    .cgInfo {
        padding: 32px 0;
    }

    .cg2ColumnImage{
        margin-bottom: 20px !important;
    }


    .cg3Column .uk-grid div{
        margin-bottom: 20px;
    }

    .cg3Column .uk-grid div:last-child{
        margin-bottom: 0px;
    }

    .cgHeaderLogo {
        width: 200px;
    }

    .cgHeader {
        padding: 30px 0px;
    }

    .cgHeader.uk-active {
        padding: 10px 0px;
    }

}

