PATH:
home
/
lab2454c
/
cbcei.com
/
wp-content
/
themes
/
biocei
/
inc
/
css
@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body{margin:0px; padding:0px; color:#333333; font-family:'Poppins', sans-serif;} a{text-decoration:none; -webkit-transition:all .3s ease 0s; -moz-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; transition:all .3s ease 0s; color:#0137d2; font-family:'Poppins', sans-serif;} a:hover{text-decoration:none; -webkit-transition:all .3s ease 0s; -moz-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; transition:all .3s ease 0s; cursor:pointer} a:focus,a:hover{border:none;text-decoration:none} button:focus{outline:0px dotted;} h1,h2,h3,h4,h5,h6{font-family:'Poppins', sans-serif;} p{color:#333333; font-family:'Poppins', sans-serif;} .mr__top{margin-top:30px;} .mr__top__large{margin-top:80px;} .mr__top__small{margin-top:20px;} .mr__bottom{margin-bottom:30px;} .mr__bottom__large{margin-bottom:60px;} .mr__bottom__small{margin-bottom:15px;} .navbar__top{margin:0px; padding-top:0px; padding-bottom:0px; width:100%; z-index:10; background-color:#fff; /*#011003;*/} .navbar__top .container{align-items:unset;} .navbar__top__inner{background:linear-gradient(180deg, rgba(0,0,0,0.9696079115239846) 0%, rgba(0,0,0,0) 100%);} .navbar__top .navbar___brand{flex:0 0 auto; width:100px; margin-right:0px; padding:15px 0px;} .navbar__top .navbar___brand img{max-height:55px; transition: all .6s ease-in-out;} .navbar__top .navbar__nav{margin:0px; flex:1; justify-content:center; margin:0px; height:100%;} .navbar__top .navbar__nav li{margin:0px 33px; position:relative ;} .navbar__top .navbar__nav li:last-child{margin-right:0px;} .navbar__top .navbar__nav li a{color:#000;/*#fff;*/ font-size:16px; position:relative; padding:10px 0px; text-transform:uppercase; font-weight:500; display:flex; align-items:center; height:100%;} .navbar__top .navbar__nav li a:after{display:none;} .navbar__top .navbar__nav li a:hover{color:#006837;} .navbar__top .navbar__nav li a:hover:after{width:100%;} .navbar__top .user__info{margin:0px 0px 0px auto; padding:0px; display:flex; align-items:center;} .navbar__top .user__info a{color:#fff; font-size:16px; position:relative; text-transform:uppercase; padding:0px 25px; display:flex; align-items:center;} .navbar__top .user__info i.ico__box{height:20px; width:20px;} .navbar__top .user__info i.ico__box img{height:100%; width:100%; filter:brightness(0%);} .navbar__top .user__info a.contact__btn{border-radius:3px; position:relative; overflow:hidden; height:45px; background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .navbar__top .user__info a.contact__btn span{position:relative;} .navbar__top .user__info a.contact__btn:before{content:""; position:absolute; top:100%; left:0; display:block; width:100%; height:100%; background-color:#fbb03b; transition:top .2s ease;} .navbar__top .user__info a.contact__btn:after{content:attr(data-content); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; box-sizing:border-box; padding-left:15px; padding-right:15px; color:#fff; text-transform:uppercase; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:color .4s ease;} .navbar__top .user__info a.contact__btn:hover{color:#fff;} .navbar__top .user__info a.contact__btn:hover:before{top:0;} .navbar__top .user__info a.contact__btn:hover:after{color:#52a98f;} .navbar__top .navbar__nav .dropdown__menu{border:0px;} .dropdown-submenu{position:relative;} .dropdown-submenu .dropdown-menu{top:0; left:100%; margin-top:-6px; margin-left:-1px; -webkit-border-radius:0 6px 6px 6px; -moz-border-radius:0 6px 6px; border-radius:0 6px 6px 6px;} .dropdown:hover .dropdown-menu{display:block; width:100%; min-width:none; left:0px; border-radius:0px; background-color:#fff; max-width:1300px; min-width:250px; border:0px; left:0px; right:0px; margin-left:auto; margin-right:auto;} .dropdown-submenu:hover .dropdown-menu{display:block;} .navbar__top .navbar__nav .dropdown__menu li span{color:#fff; font-size:16px; text-transform:uppercase; border-bottom:1px solid #fff; margin-bottom:15px; display:inline-block;} .navbar__top .navbar__nav .dropdown__menu li a{color:#fff; font-size:12px; text-transform:uppercase;} .navbar__top .navbar__nav .dropdown__menu .mega__dropdown{display: grid; grid-template-columns:repeat(3, minmax(100px, 1fr)); grid-gap:10px; padding:20px;} .navbar__top .user__info .search__wrapp{border-radius:50px; margin-left:25px;} .navbar__top .user__info .search__wrapp a{padding:0px; display:flex; align-items:center; justify-content:center; height:45px; width:45px;} .navbar__top .user__info .search__wrapp a img{width:20px;} .shrink{transition:all .3s ease 0s; box-shadow:0px 5px 6px 0px rgba(0,0,0,0.05); position:fixed;} .shrink .navbar___brand img{display:block; max-height:45px;} .shrink .navbar__nav li a{padding:5px 0px;} #search{position:fixed; top:0px; left:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.9); -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; -ms-transition:all .5s ease-in-out; transition:all .5s ease-in-out; -webkit-transform:translate(0,-100%) scale(0,0); -moz-transform:translate(0,-100%) scale(0,0); -o-transform:translate(0,-100%) scale(0,0); -ms-transform:translate(0,-100%) scale(0,0); transform:translate(0,-100%) scale(0,0); opacity:0;} #search.open{-webkit-transform:translate(0,0) scale(1,1); -moz-transform:translate(0,0) scale(1,1); -o-transform:translate(0,0) scale(1,1); -ms-transform:translate(0,0) scale(1,1); transform:translate(0,0) scale(1,1); opacity:1;} #search .form__control{position:absolute; top:50%; left:0px; right:0px; width:50%; color:#fff; background:rgba(0,0,0,0); font-size:30px; font-weight:300; text-align:center; border:0px; border-bottom:1px solid #fff; box-shadow:none; border-radius:0px; margin:0px auto; margin-top:-51px; padding-left:30px; padding-right:30px; outline:0px;} #search .search__btn{position:absolute; top:50%; left:0px; right:0px; margin-top:60px; margin-left:auto; margin-right:auto; padding:10px 25px; background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); border-radius:3px; border:0px; color:#fff; font-size:16px; text-transform:uppercase;} #search .close__btn{position:fixed; top:15px; right:15px; color:#fff; background-color:#428bca; border-color:#357ebd; opacity:1; padding:0px; border:0px; height:30px; width:30px; border-radius:100px; background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} #search .close__btn img{height:15px; width:15px;} .header__banner__main{position:relative; padding:0px; overflow:hidden; background-repeat:no-repeat; background-color:#000;} .header__banner__main .header__banner___overlay{background-image:url(https://biocei.com/wp-content/uploads/2023/01/curve-line-banner.svg); background-repeat:no-repeat; background-position:left bottom; background-size:cover; position:absolute; left:-2px; bottom:-2px; width:103%; height:300px; z-index:5;} .header__banner__main .image__box{overflow:hidden; height:930px; position:relative;} .header__banner__main .image__box:before{background:rgba(0,0,0,0.5); position:absolute; left:0px; top:0px; height:100%; width:100%; content:'';} .header__banner__main .image__box img{height:100%; width:100%; object-fit:cover; object-position:center;} .header__banner__main .banner__content{margin:0px; padding:0px; text-align:center; position:absolute; left:0px; top:0px; height:100%; width:100%; display:flex; align-items:center;justify-content:center;} .header__banner__main .banner__container__inner{margin:0px; padding:0px; position:relative; z-index:5; text-align:left; max-width:715px;} .header__banner__main .banner__content h1{color:#fff; font-size:40px; padding:0px 0px; margin:0px 0px 10px; font-weight:600;} .header__banner__main .banner__content p{color:#fff; font-size:18px; padding:0px; margin:30px 0px 30px; font-weight:400; max-width:533px;} .header__banner__main .banner__content p span{color:#F15B2B;} .header__banner__main .banner__content .banner__btn__wrapp{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px;} .header__banner__main .banner__content a.banner__btn{font-size:18px; color:#fff; text-transform:uppercase; font-weight:400; background-color:#ffb81f; height:60px; width:170px; display:flex; align-items:center; justify-content:center; text-align:center; margin:0px; padding:0px; border-radius:5px; position:relative;} .header__banner__main .banner__content a.banner__btn:hover{background-color:#0a9151;} .owl-dots{display:none;} .body__container__wrapp{margin:0px 0px 0px; padding:0px; display:block; clear:both; position:relative;} .body__container__wrapp h2{font-size:35px; font-weight:700; margin-bottom:25px;} .body__container__wrapp h3{font-size:25px; font-weight:700; margin-bottom:15px;} .body__container__wrapp p{font-size:16px; color:#595959; margin-bottom:25px; line-height:28px;} .body__container__wrapp .section__title{display:flex; align-items:center; margin-bottom:35px;} .body__container__wrapp .section__title h4{font-size:20px; color:#0a9151; text-transform:uppercase; letter-spacing:2px; font-weight:600; margin-right:15px; margin-bottom:0px;} .body__container__wrapp .section__title .heading__graphic{height:2px; width:85px; background-color:#0a9151; display:flex; align-items:center;} .body__container__wrapp .section__title .heading__graphic:after{height:10px; width:10px; border-radius:10px; background-color:#0a9151; content:''; margin-left:auto;} .body__container__wrapp .btn__wrapp{display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:30px;} .body__container__wrapp .btn__wrapp a{font-size:18px; color:#fff; text-transform:uppercase; font-weight:400; background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); border-radius:3px; height:60px; display:flex; align-items:center; justify-content:center; text-align:center; margin:0px; padding:0px 25px; border-radius:5px; position:relative;} .body__container__wrapp .about__wrapp{margin:0px; padding:120px 0px; display:block; clear:both; background-image:url(../assets/images/curve-lines-graphic.svg), url(../assets/images/logo-large-ico.jpg); background-repeat:no-repeat; background-position:bottom right, center bottom; background-size:auto, cover;} .body__container__wrapp .about__wrapp .image__box{margin:0px; padding:0px 0px; position:relative; height:unset;} .body__container__wrapp .about__wrapp .image__box img{border-radius:20px; max-width:unset; width:100%; object-fit:cover; max-height:430px;} .body__container__wrapp .about__wrapp .image__box .overlap__image__box{position:absolute; right:0px; bottom:0px; border:5px solid #fff; border-radius:20px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); overflow:hidden; max-width:390px; height:390px;} .body__container__wrapp .about__wrapp .image__box .overlap__image__box img{border-radius:0px;} .body__container__wrapp .about__wrapp .content__box{margin:0px;} .body__container__wrapp .our__works{margin:0px; padding:120px 0px; display:block; clear:both; position:relative; background-image:url(../assets/images/body-bg-1.jpg); background-repeat:no-repeat; background-position:left top; background-size:cover;} .body__container__wrapp .our__works:before{height:100%; width:100%; left:0px; top:0px; background:linear-gradient(-180deg, rgba(249,234,201,1) 0%, rgba(255,255,255,0) 100%); position:absolute; content:'';} .body__container__wrapp .our__works .content__box{max-width:395px; margin:0px; position:relative;} .body__container__wrapp .our__works .portfolio__wrapp{margin:0px; padding:0px 40px 0px 0px; display:block; position:absolute; right:0px; top:0px; bottom:0px; display:flex; align-items:center; max-width:860px;} .body__container__wrapp .our__works .carousel__portfolio .portfolio__card{border-radius:5px; overflow:hidden; position:relative;} .body__container__wrapp .our__works .carousel__portfolio .portfolio__card .image__box{height:395px;} .body__container__wrapp .our__works .carousel__portfolio .portfolio__card .image__box img{height:100%; object-fit:cover;} .body__container__wrapp .our__works .carousel__portfolio .portfolio__card .card__content{margin:0px; padding:0px 20px; display:flex; align-items:baseline; flex-direction:column; width:100%; height:100%; position:absolute; top:0px; left:0px; background:linear-gradient(0deg, rgba(32,111,50,1) 0%, rgba(255,255,255,0) 100%);} .body__container__wrapp .our__works .carousel__portfolio .portfolio__card .card__content h3{font-size:16px; color:#fff; font-weight:500; margin:auto 0px 0px; padding:0px;} .body__container__wrapp .our__works .carousel__portfolio .portfolio__card .card__content p{font-size:14px; color:#fff; font-weight:500; margin-top:5px;} .body__container__wrapp .impact__wrapp{background-color:#e9ffec; margin:0px; padding:120px 0px; display:block; clear:both; background-image:url(../assets/images/body-bg-2.png); background-repeat:no-repeat; background-position:top right; background-size:auto;} .body__container__wrapp .impact__wrapp .heading__wrapp{max-width:440px;} .impact__card__wrapp{display:flex; margin:0px -20px;} .body__container__wrapp .impact__wrapp .impact__card{display:block; clear:both; margin:0px 20px; padding:0px; flex:1;} .body__container__wrapp .impact__wrapp .impact__card a{background-color:#fff; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); padding:30px; border-radius:10px; display:block; position:relative; height:100%} .body__container__wrapp .impact__wrapp .impact__card a i.ico__box{height:76px; width:76px; margin:0px 0px 30px; padding:0px; display:flex; align-items:center; justify-content:center; border-radius:76px; transition:all 200ms ease-in; background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .body__container__wrapp .impact__wrapp .impact__card a i.ico__box svg{fill:#fff; height:40px; width:40px;} .body__container__wrapp .impact__wrapp .impact__card a h3{font-size:25px; font-weight:700; margin-bottom:5px; color: #333333;} .body__container__wrapp .impact__wrapp .impact__card a h4{font-size:15px; font-weight:600; margin-bottom:25px; color: #21a80b;} .body__container__wrapp .impact__wrapp .impact__card a p{font-size:17px;} .body__container__wrapp .impact__wrapp .impact__card a:hover{z-index:2; transition:all 200ms ease-in; transform: scale(1.1); background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .body__container__wrapp .impact__wrapp .impact__card a:hover i.ico__box{background:#fff;} .body__container__wrapp .impact__wrapp .impact__card a:hover i.ico__box svg{fill:#000; } .body__container__wrapp .impact__wrapp .impact__card a:hover h3{color:#fff;} .body__container__wrapp .impact__wrapp .impact__card a:hover h4{color:#ffaf0d;} .body__container__wrapp .impact__wrapp .impact__card a:hover p{color:#fff;} .body__container__wrapp .programs__wrapp{margin:0px; padding:0px 0px; display:block; clear:both; overflow:hidden;} .body__container__wrapp .programs__wrapp .programs__header__wrapp{background-image:url(../assets/images/body-bg-3.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; max-height:520px; padding:120px 0px 240px; position:relative;} .body__container__wrapp .programs__wrapp .programs__header__wrapp:before{background:rgba(0,0,0,0.60); height:100%; width:100%; position:absolute; left:0px; top:0px; content:'';} .body__container__wrapp .programs__wrapp .programs__header__wrapp .heading__wrapp{position:relative;} .body__container__wrapp .programs__wrapp .programs__header__wrapp .heading__wrapp .section__title{justify-content:center;} .body__container__wrapp .programs__wrapp .programs__header__wrapp h4{color:#0ede7b; margin-left:15px;} .body__container__wrapp .programs__wrapp .programs__header__wrapp .heading__wrapp .section__title .heading__graphic{background-color:#0ede7b;} .body__container__wrapp .programs__wrapp .programs__header__wrapp .heading__wrapp .section__title .heading__graphic:after{background-color:#0ede7b;} .heading__graphic__left:before{height:10px; width:10px; border-radius:10px; background-color:#0ede7b; content:''; margin-left:0px;} .heading__graphic__left:after{display:none;} .body__container__wrapp .programs__wrapp .programs__header__wrapp .heading__wrapp h2{text-align:center; color:#fff;} .body__container__wrapp .programs__wrapp .programs__header__wrapp p{color:#fff; max-width:1055px; margin:0px auto; text-align:center;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner{margin:-150px -10px 0px; padding:0px 0px 100px; display:block; clear:both; position:relative; z-index:1;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner .programs__card{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px; background-color:#fff; margin-bottom:20px; margin-left:10px; margin-right:10px;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner .programs__card .image__box{border-radius:10px 10px 0px 0px; overflow:hidden; max-height:375px; height:375px;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner .programs__card .image__box img{height:100%; width:100%; object-fit:cover;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner .programs__card .card__content{padding:25px; text-align:center;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner .programs__card .card__content h3{font-size:22px; font-weight:600;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner .programs__card .card__content p{color:#444444; max-width:305px; margin:0px auto 20px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner .programs__card .card__content a{color:#0a9151; font-weight:500; font-size:16px; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp .programs__wrapp .programs__wrapp__inner .programs__card .card__content a:hover{color:#444444; border-bottom-color:#444444;;} .body__container__wrapp .team__wrapp{background-color:#f1f1f1; /*background-image:url(../assets/images/curve-lines-graphic.svg), url(../assets/images/curve-lines-graphic-1.svg); background-repeat:no-repeat; background-position:bottom left, center; background-size:auto, cover;*/ margin:0px; padding:120px 0px; display:block; clear:both;} .body__container__wrapp .team__wrapp .content__box{max-width:395px; margin:0px; position:relative;} .body__container__wrapp .team__wrapp .team__members__wrapp{margin:0px; padding:0px; display:grid; grid-template-columns: repeat(2, 1fr); gap:30px;} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card a{display:block;} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card .image__box{border:1px solid #d2d2d2; border-radius:30px; overflow:hidden; max-height:360px;} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card .image__box img{height:100%; width:100%; object-fit:cover; transition:all 200ms ease-in;} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card .card__content{text-align:center; margin-top:30px;} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card .card__content h3{text-align:center; color:#242424; font-size:25px; font-weight:500; margin:0px; transition:all 200ms ease-in;} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card .card__content p{margin:0px; transition:all 200ms ease-in;} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card a:hover .image__box img{transition:all 200ms ease-in; transform: scale(1.1);} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card a:hover .card__content h3{color:#0a9151;} .body__container__wrapp .team__wrapp .team__members__wrapp .team__card a:hover .card__content p{color:#0a9151;} .body__container__wrapp .news__list__wrapp{margin:0px; padding:120px 0px; display:block; clear:both; overflow:hidden; background-image:url(../assets/images/logo-large-ico-half.png); background-repeat:no-repeat; background-position:left center; background-size:auto;} .body__container__wrapp .news__list__wrapp .heading__wrapp{position:relative;} .body__container__wrapp .news__list__wrapp .heading__wrapp .section__title{justify-content:center;} .body__container__wrapp .news__list__wrapp h4{margin-left:15px;} /* .body__container__wrapp .news__list__wrapp .heading__wrapp .section__title .heading__graphic{background-color:#0ede7b;} .body__container__wrapp .news__list__wrapp .heading__wrapp .section__title .heading__graphic:after{background-color:#0a9151;} */ .body__container__wrapp .news__list__wrapp .heading__graphic__left:before{height:10px; width:10px; border-radius:10px; content:''; margin-left:0px; background-color:#0a9151;} .body__container__wrapp .news__list__wrapp .heading__graphic__left:after{display:none;} .body__container__wrapp .news__list__wrapp .heading__wrapp h2{text-align:center;} .body__container__wrapp .news__list__wrapp p{max-width:745px; margin:0px auto; text-align:center;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner{margin:55px -10px 0px; padding:0px; display:block; clear:both; position:relative; z-index:1;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card{background-color:#fff; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px; margin-bottom:20px; margin-left:10px; margin-right:10px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .image__box{border-radius:10px 10px 0px 0px; overflow:hidden; max-height:275px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .image__box img{height:100%; width:100%; object-fit:cover;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .image__box a:hover img{transition:all 200ms ease-in; transform: scale(1.1);} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content{padding:25px; position:relative;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__category{position:absolute; left:25px; top:-15px; border-radius:3px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__category a{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); padding:10px 15px; border-radius:3px; border:0px; color:#fff; transition:all .3s ease 0s;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__category a:hover{color:#fff; background:linear-gradient(-90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__meta{margin:20px 0px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__meta ul{list-style:none; margin:0px; padding:0px; display:flex; align-items:center;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__meta ul li{margin-right:30px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__meta ul li a{display:flex; align-items:center; font-size:12px; color:#8a8989; text-transform:uppercase; border:0px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__meta ul li a i.ico__box{height:18px; width:18px; margin-right:10px; display:flex;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__meta ul li a i.ico__box img{height:18px; width:18px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__meta ul li a span{border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid; transition:all .3s ease 0s;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content .news__meta ul li a:hover span{border-bottom-color:#8a8989;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content h3{margin:0px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content h3 a{font-size:22px; font-weight:600; color:#353535; border:0px;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content h3 a:hover{color:#0a9151;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content p{color:#444444; margin:10px 0px 20px; text-align:left; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content a{color:#0a9151; font-weight:500; font-size:16px; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp .news__list__wrapp .news__list__wrapp__inner .news__card .card__content a:hover{color:#444444; border-bottom-color:#444444;;} .body__container__wrapp .event__wrapp{margin:0px; padding:120px 0px; display:block; clear:both; position:relative; background-image:url(../assets/images/body-bg-4.jpg); background-repeat:no-repeat; max-height:750px; background-position:left top; background-size:cover;} .body__container__wrapp .event__wrapp:before{height:100%; width:100%; left:0px; top:0px; background:linear-gradient(-180deg, rgba(249,234,201,1) 0%, rgba(255,255,255,0) 100%); position:absolute; content:'';} .body__container__wrapp .event__wrapp .content__box{max-width:595px; margin:0px; position:relative;} .body__container__wrapp .event__wrapp .content__box p{max-width:465px;} .body__container__wrapp .event__wrapp .portfolio__wrapp{margin:0px; padding:0px 40px 0px 0px; display:block; position:absolute; right:0px; top:0px; bottom:0px; display:flex; align-items:center; max-width:860px;} .body__container__wrapp .event__wrapp .carousel__event .event__card{border-radius:5px; overflow:hidden; position:relative; max-width:575px; margin-left:auto;} .body__container__wrapp .event__wrapp .carousel__event .event__card a{margin:0px; padding:0px; display:block; position:relative;} .body__container__wrapp .event__wrapp .carousel__event .event__card .image__box{height:700px; overflow:hidden;} .body__container__wrapp .event__wrapp .carousel__event .event__card .image__box img{height:100%; object-fit:cover;} .body__container__wrapp .event__wrapp .carousel__event .event__card a .card__content{margin:0px; padding:0px 20px; display:flex; align-items:baseline; flex-direction:column; width:100%; height:0px; position:absolute; bottom:0px; left:0px; background:linear-gradient(0deg, rgba(32,111,50,1) 0%, rgba(255,255,255,0) 100%); transition:all 200ms ease-in;} .body__container__wrapp .event__wrapp .carousel__event .event__card a:hover .card__content{height:100%;} .body__container__wrapp .event__wrapp .carousel__event .event__card a .card__content h3{font-size:16px; color:#fff; font-weight:500; margin:auto 0px 0px; padding:0px;} .body__container__wrapp .event__wrapp .carousel__event .event__card a .card__content p{font-size:14px; color:#fff; font-weight:500; margin-top:5px;} .header__banner__inner__page .image__box{height:520px;} .header__banner__inner__page .banner__content h1{max-width:540px;} .header__banner__inner__page .banner__content .bread__crumb{margin:0px 0px 20px; padding:0px; display:block; clear:both;} .header__banner__inner__page .banner__content .bread__crumb ul{display:flex; align-items:center; list-style:none; margin:0px; padding:0px;} .header__banner__inner__page .banner__content .bread__crumb ul li{color:#fff; font-weight:400; font-size:16px; text-transform:uppercase; display:flex; align-items:center;} .header__banner__inner__page .banner__content .bread__crumb ul li:before{height:16px; width:1px; background-color: #fff; margin:0px 10px; content:'';} .header__banner__inner__page .banner__content .bread__crumb ul li:first-child:before{display:none;} .header__banner__inner__page .banner__content .bread__crumb ul li a{color:#fff;} .header__banner__inner__page .banner__content .bread__crumb ul li a:hover{color:#F15B2B;} .body__container__wrapp__inner{margin-top:0px; background-image:url(../assets/images/logo-inner-body-bg.jpg); background-repeat:no-repeat; background-position:bottom center; background-size:100%;} .body__container__wrapp__inner .about__wrapp .image__box{margin:0px; padding:0px 0px; position:relative; height:100%; border:5px solid #fff; border-radius:20px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);} .body__container__wrapp__inner .about__wrapp .image__box img{border-radius:15px; max-width:unset; max-height:unset; width:100%; height:100%; object-fit:cover;} .body__container__wrapp__inner .about__wrapp .content__box{max-width:595px;} .body__container__contact__wrapp{margin:0px;} .body__container__contact__wrapp .contact__wrapp{display:block; clear:both; margin:0px; padding:50px 0px 120px; background-image:url(../assets/images/curve-lines-graphic.svg); background-repeat:no-repeat; background-position:bottom right; background-size:auto;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner{display:block; clear:both; margin:0px; padding:0px; background-color:#fff; border:1px solid #e3e3e3; border-radius:20px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); overflow:hidden;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp{background-color:#021003; height:100%; padding:55px 25px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp h2{color:#fff;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .section__title{margin-bottom:15px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .content__wrapp{border-bottom:1px solid #0f3a13; margin-bottom:30px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .contact__details{display:flex;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .contact__details i.ico__box{max-width:25px; flex:0 0 25px; height:25px; display:flex; align-items:center; justify-content:center; margin-right:10px; margin-top:5px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .contact__details i.ico__box img{width:100%; height:100%;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .contact__details p{color:#fff; font-size:16px; font-weight:400;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .contact__details p a{color:#fff;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .socila__info{margin:0px; padding:0px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .socila__info ul{list-style:none; margin:0px 0px 0px; padding:0px; display:-ms-flexbox; display:flex; -ms-flex-wrap:nowrap; flex-wrap:nowrap;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .socila__info ul li{height:40px; width:40px; margin-right:15px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .socila__info ul li:last-child{margin-right:0px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .socila__info ul li a{height:40px; width:40px; border-radius:50px; text-align:center; line-height:25px; border:0px; display:flex; align-items:center; justify-content:center; background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .socila__info ul li a img{width:15px; height:15px; margin:0px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__info__wrapp .socila__info ul li a:hover{background:linear-gradient(-90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__form__wrapp{height:100%; padding:55px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__form__wrapp .fomr__group{margin-bottom:30px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__form__wrapp .fomr__group label{color:#8b8b8b; font-size:16px; margin-bottom:15px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__form__wrapp .fomr__group .form__control{border:1px solid #e3e3e3; background-color:#f8f8f8; height:55px; font-size:16px; color:#1c5a19; border-radius:5px; padding:15px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.08);} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__form__wrapp .fomr__group textarea.form__control{height:120px;} .body__container__contact__wrapp .contact__wrapp .contact__wrapp__inner .contact__form__wrapp .submit__btn{display:flex; align-items:center; justify-content:center; background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); color:#fff; font-weight:600; font-size:18px; letter-spacing:4px; border:0px; border-radius:5px; height:55px; width:100%;} .body__container__contact__wrapp .map__wrapp{margin:0px; padding:0px 0px; display:block; clear:both; overflow:hidden;} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp{background-image:url(../assets/images/body-bg-5.jpg); background-repeat:no-repeat; background-position:center bottom; background-size:cover; max-height:520px; padding:120px 0px 240px; position:relative;} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp:before{height:100%; width:100%; position:absolute; left:0px; top:0px; content:''; background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,0.80) 0%, rgba(244,154,13,0.80) 100%);} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp .heading__wrapp{position:relative;} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp .heading__wrapp .section__title{justify-content:center;} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp h4{color:#0ede7b; margin-left:15px;} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp .heading__wrapp .section__title .heading__graphic{background-color:#0ede7b;} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp .heading__wrapp .section__title .heading__graphic:after{background-color:#0ede7b;} .heading__graphic__left:before{height:10px; width:10px; border-radius:10px; background-color:#0ede7b; content:''; margin-left:0px;} .heading__graphic__left:after{display:none;} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp .heading__wrapp h2{text-align:center; color:#fff;} .body__container__contact__wrapp .map__wrapp .map__wrapp__header__wrapp p{color:#fff; max-width:745px; margin:0px auto; text-align:center;} .body__container__contact__wrapp .map__wrapp .map__wrapp__inner{margin:-150px 0px 10px; padding:0p; display:block; clear:both; position:relative; z-index:1;} .body__container__contact__wrapp .map__wrapp .map__wrapp__inner .map__wrapp__view{border:10px solid #fff; overflow:hidden; border-radius:20px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);} .body__container__contact__wrapp .map__wrapp .map__wrapp__inner .map__wrapp__view iframe{margin-bottom:-10px;} .body__container__wrapp__inner .news__list__wrapp{padding-bottom:0px;} .body__container__wrapp__inner .news__list__wrapp .heading__wrapp .section__title{justify-content:unset;} .body__container__wrapp__inner .news__list__wrapp .heading__wrapp .section__title h4{margin-left:0px;} .body__container__wrapp__inner .news__list__wrapp .heading__wrapp h2{text-align:left;} .body__container__wrapp__inner .news__list__wrapp p{text-align:left; margin-left:0px;} .body__container__wrapp__inner .news__list__wrapp .news__list__single{display:block;} .body__container__wrapp__inner .news__list__wrapp .news__list__wrapp__inner{display:grid; grid-template-columns:repeat(2, 1fr); gap:20px; padding-right:65px; margin-bottom:120px; margin-left:0px; margin-right:0px; margin-top:20px;} .body__container__wrapp__inner .news__list__wrapp .news__list__wrapp__inner .news__card{margin:0px;} .body__container__wrapp__inner .news__list__wrapp .news__list__single{display:block; margin-top:0px;} .body__container__wrapp__inner .news__list__wrapp .news__list__single .news__card{border-radius:0px; box-shadow:none;} .body__container__wrapp__inner .news__list__wrapp .news__list__single .news__card .image__box{max-height:505px; border-radius:0px;} .body__container__wrapp__inner .news__list__wrapp .news__list__single .news__card .card__content{padding-left:0px; padding-right:0px;} .body__container__wrapp__inner .news__list__wrapp .news__list__single .news__card .card__content p{overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp{margin:0px; padding:0px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner{border:1px solid #dbdbdb; border-radius:10px; padding:40px 24px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05); margin-bottom:30px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .search__wrapp{margin-bottom:30px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .search__wrapp .form__group{margin:0px; padding:0px; display:flex; align-items:center; justify-content:space-between; height:55px; border:1px solid #dbdbdb; border-radius:10px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .search__wrapp .form__group .form__control{background-color:transparent; border:0px; border-radius:0px; box-shadow:none; font-size:16px; color:#595959; flex:1;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .search__wrapp .form__group .search__btn{border:0px; background-color:transparent; background-image:url(../assets/images/search-ico.svg); background-repeat:no-repeat; background-position:center; background-size:20px; width:40px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner h3{font-size:25px; font-weight:500; color:#595959;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main{display:block; clear:both;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul{list-style:none; padding:0px; margin:0px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li{margin:20px 0px 0px ;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card{display:flex; } .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card .image__box{margin:0px; padding:0px; width:150px; height:120px; max-width:150px; flex:0 0 150px; margin-right:10px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card .image__box img{width:100%; height:100%; object-fit:cover;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card .news__content h4{margin:0px; padding:0px; color:#292828; font-size:18px; font-weight:500;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card .news__content p{font-size:15px; margin:10px 0px; padding:0px; line-height:normal; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card .news__content .news__meta{margin:0px 0px; display:flex; align-items:center;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card .news__content .news__meta i.ico__box{height:18px; width:18px; margin-right:10px; display:flex;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card .news__content .news__meta i.ico__box img{height:18px; width:18px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__card__main ul li a .news__card .news__content .news__meta span{border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid; transition:all .3s ease 0s; color:#292828;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__category__list ul{list-style:none; padding:0px; margin:40px 0px 0px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__category__list ul li{margin:20px 0px; padding:0px 0px 20px; border-bottom:1px solid #ececec;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__category__list ul li:last-child{border-bottom:0px; margin-bottom:0px; padding-bottom:0px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__category__list ul li a{display:flex; font-size:16px; font-weight:400; color:#292828;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__category__list ul li a i.ico__box{height:20px; width:20px; max-width:20px; flex:0 0 20px; margin-right:15px;} .body__container__wrapp__inner .news__list__wrapp .sidebar__wrapp .sidebar__wrapp__inner .news__category__list ul li a i.ico__box img{width:20px; height:20px;} .body__container__wrapp__inner .news__list__wrapp .news__details__wrapp{display:block; clear:both;} .body__container__wrapp__inner .news__list__wrapp .news__details__wrapp .news__card .card__content h2{font-size:35px; font-weight:500;} .body__container__wrapp__inner .news__list__wrapp .news__details__wrapp .news__card .card__content p{overflow:unset; display:block; -webkit-line-clamp:none; -webkit-box-orient:unset; margin-bottom:20px; max-width:unset;} .body__container__wrapp__inner .programs__wrapp__inner{padding:0px 0px; margin:0px; display:block; clear:both;} .page-template-template-learning-laboratory .body__container__wrapp__inner .programs__wrapp__inner{margin:0px; display:block; clear:both;} .body__container__wrapp__inner .programs__wrapp__inner .heading__wrapp{position:relative;} .body__container__wrapp__inner .programs__wrapp__inner .heading__wrapp .section__title{justify-content:center;} .body__container__wrapp__inner .programs__wrapp__inner h4{color:#0a9151; margin-left:15px;} .body__container__wrapp__inner .programs__wrapp__inner .heading__wrapp .section__title .heading__graphic{background-color:#0a9151;} .body__container__wrapp__inner .programs__wrapp__inner .heading__wrapp .section__title .heading__graphic:after{background-color:#0a9151;} .body__container__wrapp__inner .programs__wrapp__inner .heading__wrapp h3{text-align:center;} .heading__graphic__left:before{height:10px; width:10px; border-radius:10px; background-color:#0a9151; content:''; margin-left:0px;} .heading__graphic__left:after{display:none;} .body__container__wrapp__inner .programs__wrapp__inner .heading__wrapp h2{text-align:center;} .body__container__wrapp__inner .programs__wrapp__inner p{max-width:745px; margin:0px auto; text-align:center;} .body__container__wrapp__inner .programs__wrapp__inner .programs__content__wrapp{margin:0px 0px 0px; padding:0px;} .body__container__wrapp__inner .programs__wrapp__inner .programs__content__wrapp .image__box{border-radius:10px; overflow:hidden; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05); height:100%;} .body__container__wrapp__inner .programs__wrapp__inner .programs__content__wrapp .image__box img{width:100%; height:100%; object-fit:cover;} .body__container__wrapp__inner .programs__wrapp__inner .programs__content__wrapp .content__box{margin:0px; padding:0px; max-width:555px; height:100%; display:flex; flex-direction:column; justify-content:center;} .body__container__wrapp__inner .programs__wrapp__inner .programs__content__wrapp .content__box h2{font-weight:500; margin-bottom:0px;} .body__container__wrapp__inner .programs__wrapp__inner .programs__content__wrapp .content__box h3{font-size:32px; font-weight:500;} .body__container__wrapp__inner .programs__wrapp__inner .programs__content__wrapp .content__box p{text-align:left; margin:20px 0px;} .body__container__wrapp__inner .programs__wrapp__inner .programs__content__wrapp .content__box a{color:#0a9151; font-size:16px; font-weight:500; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp__inner .program__details__wrapp{padding-top:40px;} .body__container__wrapp__inner .program__details__wrapp .countries__wrapp{margin:60px 0px 0px; padding:60px 0px 120px; display:block; clear:both; background-image:url(../assets/images/world-map.svg); background-repeat:no-repeat; background-position:bottom center; background-size:auto;} .body__container__wrapp__inner .program__details__wrapp .countries__wrapp .counteries__cards{display:flex; justify-content:space-between; max-width:1170px; margin:50px auto 0px;} .body__container__wrapp__inner .program__details__wrapp .countries__wrapp .counteries__cards .counterie__card{flex:1; margin:0px 12px; height:95px;} .body__container__wrapp__inner .program__details__wrapp .countries__wrapp .counteries__cards .counterie__card a{display:flex; align-items:center; justify-content:center; background:#fbb03b; color:#fff; font-size:25px; text-transform:uppercase; font-weight:500; height:100%; border-radius:5px; transition:all 200ms ease-in;} .body__container__wrapp__inner .program__details__wrapp .countries__wrapp .counteries__cards .counterie__card a:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05); background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .body__container__wrapp__inner .program__details__wrapp .programs__header__wrapp{background-image:url(../assets/images/body-bg-5.jpg);} .body__container__wrapp__inner .program__details__wrapp .programs__header__wrapp h2{max-width:933px; margin-left:auto; margin-right:auto;} .video__wrapp{position:relative; border-radius:0px; margin-top:-200px; margin-bottom:10px;} .video__wrapp h2{text-align:center; font-size:35px; font-weight:600; margin-bottom:30px;} .video__wrapp .image__box{overflow:hidden; height:600px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px; border:10px solid #fff;} .video__wrapp .image__box img{height:100%; width:100%; object-fit:cover;} .video__wrapp .video__player{margin:0px; padding:0px; position:absolute; top:0px; left:0px; width:100%; height:100%; padding:25px; z-index:5; display:flex; align-items:center; flex-direction:column;} .video__wrapp .video__player a{height:95px; width:95px; background-color:rgba(255, 255, 255, 0.20); margin:auto 0px; border-radius:100px; display:flex; align-items:center; justify-content:center;} .video__wrapp .video__player a i.ico__box{height:80px; width:80px; background-color:rgba(255, 255, 255, 0.30); margin:auto 0px; border-radius:100px; display:flex; align-items:center; justify-content:center;} .video__wrapp .video__player a i.ico__box img{height:60px; width:60px;} .video__wrapp .video__player h3{font-size:25px; font-weight:300; color:#fff; margin-bottom:30px;} .video__wrapp .video__player h3 span{font-weight:600;} .modal__main .modal__dialog{width:100%; max-width:unset; margin:0px; padding:0px; height:100%; display:flex; align-items:center; justify-content:center;} .modal__main .modal__dialog .modal__content{max-width:750px; border-radius:0px; border:0px; box-shadow:0px 0px 10px 5px rgba(0,0,0,0.05); border-radius:10px;} .modal__main .modal__dialog .modal__content .btn__close{position:absolute; right:-15px; top:-15px; background-color:#fff; opacity:1; height:30px; width:30px; border-radius:40px; z-index:2;} .modal__main .modal__dialog .modal__content .modal__body iframe{margin-bottom:-5px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp{padding:110px 0px 0px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp{margin-top:50px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card{background-color:#fff; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px; margin-bottom:20px; margin-left:10px; margin-right:10px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .image__box{border-radius:10px 10px 0px 0px; overflow:hidden; max-height:275px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .image__box img{height:100%; width:100%; object-fit:cover;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .image__box a:hover img{transition:all 200ms ease-in; transform: scale(1.1);} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content{padding:25px; position:relative;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__category{position:absolute; left:25px; top:-15px; border-radius:3px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__category a{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); padding:10px 15px; border-radius:3px; border:0px; color:#fff; transition:all .3s ease 0s;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__category a:hover{color:#fff; background:linear-gradient(-90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__meta{margin:20px 0px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__meta ul{list-style:none; margin:0px; padding:0px; display:flex; align-items:center;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__meta ul li{margin-right:30px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__meta ul li a{display:flex; align-items:center; font-size:12px; color:#8a8989; text-transform:uppercase; border:0px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__meta ul li a i.ico__box{height:18px; width:18px; margin-right:10px; display:flex;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__meta ul li a i.ico__box img{height:18px; width:18px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__meta ul li a span{border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid; transition:all .3s ease 0s;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content .document__meta ul li a:hover span{border-bottom-color:#8a8989;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content h3{margin:0px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content h3 a{font-size:22px; font-weight:600; color:#353535; border:0px;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content h3 a:hover{color:#0a9151;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content p{color:#444444; margin:10px 0px 20px; text-align:left; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content a{color:#0a9151; font-weight:500; font-size:16px; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp__inner .program__details__wrapp .document__wrapp .documents__list__wrapp .document__card .card__content a:hover{color:#444444; border-bottom-color:#444444;;} .body__container__wrapp__inner .integrated__results{padding:120px 0px; background:linear-gradient(0deg, #fff 0%, #d2fad8 100%);} .body__container__wrapp__inner .integrated__results .image__box{margin:0px; padding:0px 0px; position:relative; height:730px; border:5px solid #fff; border-radius:20px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);} .body__container__wrapp__inner .integrated__results .image__box img{border-radius:15px; max-width:unset; max-height:unset; width:100%; height:100%; object-fit:cover;} .body__container__wrapp__inner .integrated__results .content__box{max-width:595px; margin:0px 0px 0px auto;} .body__container__wrapp__inner .integrated__results .content__box h2{max-width:335px;} .body__container__wrapp__inner .resources__rollection{display:block; clear:both;} .body__container__wrapp__inner .resources__rollection .heading__wrapp{position:relative;} .body__container__wrapp__inner .resources__rollection .heading__wrapp .section__title{justify-content:center;} .body__container__wrapp__inner .resources__rollection h4{margin-left:15px;} .body__container__wrapp__inner .resources__rollection .heading__graphic__left:before{height:10px; width:10px; border-radius:10px; content:''; margin-left:0px; background-color:#0a9151;} .body__container__wrapp__inner .resources__rollection .heading__graphic__left:after{display:none;} .body__container__wrapp__inner .resources__rollection .heading__wrapp h2{text-align:center;} .body__container__wrapp__inner .resources__rollection p{max-width:745px; margin:0px auto; text-align:center;} .body__container__wrapp__inner .resources__rollection .resources__rollection__inner{margin:0px; padding:50px 0px 120px; display:grid; grid-template-columns: repeat(3, 1fr); gap:20px;} .body__container__wrapp__inner .resources__rollection .resources__card{background-color:#fff; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px; margin-bottom:20px; margin-left:10px; margin-right:10px;} .body__container__wrapp__inner .resources__rollection .resources__card .image__box{border-radius:10px 10px 0px 0px; overflow:hidden; max-height:275px;} .body__container__wrapp__inner .resources__rollection .resources__card .image__box img{height:100%; width:100%; object-fit:cover;} .body__container__wrapp__inner .resources__rollection .resources__card .image__box a:hover img{transition:all 200ms ease-in; transform: scale(1.1);} .body__container__wrapp__inner .resources__rollection .resources__card .card__content{padding:25px; position:relative;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__category{position:absolute; left:25px; top:-15px; border-radius:3px;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__category a{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); padding:10px 15px; border-radius:3px; border:0px; color:#fff; transition:all .3s ease 0s;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__category a:hover{color:#fff; background:linear-gradient(-90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__meta{margin:20px 0px;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__meta ul{list-style:none; margin:0px; padding:0px; display:flex; align-items:center;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__meta ul li{margin-right:30px;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__meta ul li a{display:flex; align-items:center; font-size:12px; color:#8a8989; text-transform:uppercase; border:0px;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__meta ul li a i.ico__box{height:18px; width:18px; margin-right:10px; display:flex;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__meta ul li a i.ico__box img{height:18px; width:18px;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__meta ul li a span{border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid; transition:all .3s ease 0s;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content .resources__meta ul li a:hover span{border-bottom-color:#8a8989;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content h3{margin:0px;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content h3 a{font-size:22px; font-weight:600; color:#353535; border:0px;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content h3 a:hover{color:#0a9151;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content p{color:#444444; margin:10px 0px 20px; text-align:left; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content a{color:#0a9151; font-weight:500; font-size:16px; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp__inner .resources__rollection .resources__card .card__content a:hover{color:#444444; border-bottom-color:#444444;} .body__container__wrapp__inner .learning__laboratory{padding:0px; margin:0px; display:block; clear:both;} .body__container__wrapp__inner .learning__laboratory .learning__laboratory__top__wrapp{padding:120px 0px 250px; position:relative; background:rgb(0,104,55); background:linear-gradient(0deg, #c3dbc5 0%, #f7fff8 100%)} .body__container__wrapp__inner .learning__laboratory .learning__laboratory__top__wrapp:before{background-image:url(../assets/images/world-map-1.svg); background-repeat:no-repeat; background-position:center top -300px; background-size:100%; position:absolute; height:100%; width:100%; left:0px; top:0px; content:'';} .body__container__wrapp__inner .learning__laboratory .learning__laboratory__top__wrapp .content__wrapp{position:relative;} .body__container__wrapp__inner .learning__laboratory .learning__laboratory__top__wrapp h2{text-align:center;} .body__container__wrapp__inner .learning__laboratory .learning__laboratory__top__wrapp p{text-align:center; max-width:1175px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .work__wrapp{margin:0px; padding:120px 0px; display:block; clear:both; background:linear-gradient(0deg, #fffaee 0%, #ffffff 100%);} .body__container__wrapp__inner .work__wrapp .image__box{margin:0px; padding:0px 0px; position:relative; width:100%; height:100%; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); border:5px solid #fff; border-radius:20px; } .body__container__wrapp__inner .work__wrapp .image__box img{border-radius:15px; width:100%; height:100%; object-fit:cover;} .body__container__wrapp__inner .work__wrapp .content__box{max-width:530px; margin:0px 0px 0px auto;} .body__container__wrapp__inner .work__wrapp .content__box p b{font-weight:500;} .body__container__wrapp__inner .interest__roups{background-color:#effff0; padding:120px 0px; background-image:url(../assets/images/curve-lines-graphic-2.svg); background-repeat:no-repeat; background-position:center top; background-size:100%;} .body__container__wrapp__inner .interest__roups h2{text-align:center;} .body__container__wrapp__inner .interest__roups p{text-align:center; max-width:1160px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .interest__roups ul{display: grid; grid-template-columns:repeat(2, minmax(100px, 1fr)); grid-gap:35px; padding:20px; list-style:none; max-width:955px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .interest__roups ul li{height:100px; display:flex; align-items:center;background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); color:#fff; font-weight:500; font-size:18px; padding:30px; border-radius:120px; display:flex;} .body__container__wrapp__inner .interest__roups ul li span{background-image:url(../assets/images/chaeck-ico.svg); background-repeat:no-repeat; background-position:left top; background-size:24px; padding-left:30px;} .body__container__wrapp__inner .spotlight__wrapp{background-image:url(../assets/images/logo-large-ico-half.png); background-repeat:no-repeat; background-position:left bottom; background-size:auto; margin:0px; padding:120px;} .body__container__wrapp__inner .spotlight__wrapp .heading__wrapp{margin-bottom:80px;} .body__container__wrapp__inner .spotlight__wrapp .section__title{justify-content:center; margin-bottom:40px;} .body__container__wrapp__inner .spotlight__wrapp .section__title h4{margin-left:15px;} .body__container__wrapp__inner .spotlight__wrapp h2{text-align:center;} .body__container__wrapp__inner .spotlight__wrapp p{margin-left:auto; margin-right:auto; max-width:775px; text-align:center;} .body__container__wrapp__inner .spotlight__wrapp .content__box h3{font-size:38px; font-weight:500;} .body__container__wrapp__inner .spotlight__wrapp .content__box h3 span{font-weight:700;} .body__container__wrapp__inner .spotlight__wrapp .content__box p{text-align:left;} .body__container__wrapp__inner .spotlight__wrapp .content__box .tag__box{display:flex; margin-bottom:20px;} .body__container__wrapp__inner .spotlight__wrapp .content__box .tag__box a{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); padding:10px 15px; border-radius:3px; border:0px; color:#fff; transition:all .3s ease 0s;} .body__container__wrapp__inner .spotlight__wrapp .content__box .news__meta{margin:20px 0px;} .body__container__wrapp__inner .spotlight__wrapp .content__box .news__meta ul{list-style:none; margin:0px; padding:0px; display:flex; align-items:center;} .body__container__wrapp__inner .spotlight__wrapp .content__box .news__meta ul li{margin-right:30px;} .body__container__wrapp__inner .spotlight__wrapp .content__box .news__meta ul li a{display:flex; align-items:center; font-size:12px; color:#8a8989; text-transform:uppercase; border:0px;} .body__container__wrapp__inner .spotlight__wrapp .content__box .news__meta ul li a i.ico__box{height:18px; width:18px; margin-right:10px; display:flex;} .body__container__wrapp__inner .spotlight__wrapp .content__box .news__meta ul li a i.ico__box img{height:18px; width:18px;} .body__container__wrapp__inner .spotlight__wrapp .content__box .news__meta ul li a span{border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid; transition:all .3s ease 0s;} .body__container__wrapp__inner .spotlight__wrapp .content__box .news__meta ul li a:hover span{border-bottom-color:#8a8989;} .body__container__wrapp__inner .spotlight__wrapp .content__box .button__wrapp{display:flex; margin-bottom:20px;} .body__container__wrapp__inner .spotlight__wrapp .content__box .button__wrapp a{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); width:180px; text-align:center; padding:15px; border-radius:3px; border:0px; color:#fff; transition:all .3s ease 0s;} .body__container__wrapp__inner .spotlight__wrapp .image__box{border-radius:20px; overflow:hidden;} .body__container__wrapp__inner .spotlight__wrapp .image__box img{height:100%; width:100%; object-fit:cover;} .body__container__wrapp__inner .funding__wrapp__inner{padding:40px 0px; margin:0px; display:block; clear:both;} .body__container__wrapp__inner .funding__wrapp__inner .heading__wrapp{position:relative;} .body__container__wrapp__inner .funding__wrapp__inner .heading__wrapp .section__title{justify-content:center;} .body__container__wrapp__inner .funding__wrapp__inner h4{color:#0a9151; margin-left:15px;} .body__container__wrapp__inner .funding__wrapp__inner .heading__wrapp .section__title .heading__graphic{background-color:#0a9151;} .body__container__wrapp__inner .funding__wrapp__inner .heading__wrapp .section__title .heading__graphic:after{background-color:#0a9151;} .heading__graphic__left:before{height:10px; width:10px; border-radius:10px; background-color:#0a9151; content:''; margin-left:0px;} .heading__graphic__left:after{display:none;} .body__container__wrapp__inner .funding__wrapp__inner .heading__wrapp h2{text-align:center;} .body__container__wrapp__inner .funding__wrapp__inner p{max-width:745px; margin:0px auto; text-align:center;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp{margin:0px; padding:0px;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .image__box{border-radius:10px; overflow:hidden; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05); height:100%;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .image__box img{width:100%; height:100%;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .content__box{margin:0px; padding:0px 0px 0px 45px; max-width:555px;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .content__box h3{font-size:32px; font-weight:500;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .content__box p{text-align:left; margin:20px 0px;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .content__box a{color:#0a9151; font-size:16px; font-weight:500; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .content__box ul{list-style:none; margin:0px 0px 0px 10px; padding:0px;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .content__box ul li{font-size:16px; color:#595959; margin-bottom:10px; line-height:28px; display:flex; align-items:baseline;} .body__container__wrapp__inner .funding__wrapp__inner .funding__content__wrapp .content__box ul li:before{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); height:10px; width:10px; max-width:10px; flex:0 0 10px; border-radius:20px; margin-right:10px; content:'';} .body__container__wrapp__inner .partner__network{margin:80px 0px 0px; padding:120px 0px; display:block; clear:both; position:relative; background-image:url(../assets/images/body-bg-6.jpg); background-repeat:no-repeat; background-position:left top; background-size:cover;} .body__container__wrapp__inner .partner__network:before{margin:0px; padding:0px; position:absolute; left:0px; top:0px; height:100%; width:100%; content:''; background:linear-gradient(90deg, rgba(0,104,55,0.90) 0%, rgba(244,154,13,0.90) 100%);} .body__container__wrapp__inner .partner__network .partner__network__inner{position:relative; display:block; clear:both;} .body__container__wrapp__inner .partner__network .heading__wrapp{position:relative; margin-bottom:80px;} .body__container__wrapp__inner .partner__network .heading__wrapp .section__title{justify-content:center;} .body__container__wrapp__inner .partner__network h4{color:#0ede7b; margin-left:15px;} .body__container__wrapp__inner .partner__network .heading__wrapp .section__title .heading__graphic{background-color:#0ede7b;} .body__container__wrapp__inner .partner__network .heading__wrapp .section__title .heading__graphic:after{background-color:#0ede7b;} .heading__graphic__left:before{height:10px; width:10px; border-radius:10px; background-color:#0ede7b; content:''; margin-left:0px;} .heading__graphic__left:after{display:none;} .body__container__wrapp__inner .partner__network .heading__wrapp h2{text-align:center; color:#fff;} .body__container__wrapp__inner .partner__network p{max-width:745px; margin:0px auto; text-align:center; color:#fff;} .body__container__wrapp__inner .partner__network .partner__network__inner .content__box{margin:0px; padding:50px 30px; background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); border-radius:20px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);} .body__container__wrapp__inner .partner__network .partner__network__inner .content__box h3{font-size:20px; font-weight:500; color:#fff; max-width:455px;} .body__container__wrapp__inner .partner__network .partner__network__inner .content__box p{text-align:left; margin:20px 0px;} .body__container__wrapp__inner .partner__network .partner__network__inner .content__box a{color:#0a9151; font-size:16px; font-weight:500; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp__inner .partner__network .partner__network__inner .content__box ul{list-style:none; margin:0px 0px 0px 10px; padding:0px;} .body__container__wrapp__inner .partner__network .partner__network__inner .content__box ul li{font-size:16px; color:#fff; margin-bottom:10px; line-height:28px; display:flex; align-items:baseline;} .body__container__wrapp__inner .partner__network .partner__network__inner .content__box ul li:before{background:#fff; height:10px; width:10px; max-width:10px; flex:0 0 10px; border-radius:20px; margin-right:10px; content:'';} .body__container__wrapp__inner .countries__supported{background-color:#fff; padding:120px 0px; display:block; clear:both; background-image:url(../assets/images/world-map-round.svg); background-repeat:no-repeat; background-position:bottom center; background-size:60%;} .body__container__wrapp__inner .countries__supported .content__box{display:flex; justify-content:center;} .body__container__wrapp__inner .countries__supported .content__box a{background:rgba(187, 242, 200, 0.40); border:2px solid #447b36; border-radius:10px; color:#447b36; font-weight:600; font-size:50px; padding:40px 35px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);} .body__container__wrapp__inner .overview__wrapp__inner{padding:40px 0px 120px; margin:0px; display:block; clear:both;} .body__container__wrapp__inner .overview__wrapp__inner .heading__wrapp{position:relative;} .body__container__wrapp__inner .overview__wrapp__inner .heading__wrapp .section__title{justify-content:center;} .body__container__wrapp__inner .overview__wrapp__inner h4{color:#0a9151; margin-left:15px;} .body__container__wrapp__inner .overview__wrapp__inner .heading__wrapp .section__title .heading__graphic{background-color:#0a9151;} .body__container__wrapp__inner .overview__wrapp__inner .heading__wrapp .section__title .heading__graphic:after{background-color:#0a9151;} .heading__graphic__left:before{height:10px; width:10px; border-radius:10px; background-color:#0a9151; content:''; margin-left:0px;} .heading__graphic__left:after{display:none;} .body__container__wrapp__inner .overview__wrapp__inner .heading__wrapp h2{text-align:center;} .body__container__wrapp__inner .overview__wrapp__inner p{max-width:745px; margin:0px auto; text-align:center;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp{margin:0px; padding:0px;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .image__box{border-radius:10px; overflow:hidden; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05); height:100%;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .image__box img{width:100%; height:100%;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .content__box{margin:0px; padding:0px 0px 0px 45px; max-width:555px;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .content__box h3{font-size:32px; font-weight:500;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .content__box p{text-align:left; margin:20px 0px;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .content__box a{color:#0a9151; font-size:16px; font-weight:500; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .content__box ul{list-style:none; margin:0px 0px 0px 10px; padding:0px;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .content__box ul li{font-size:16px; color:#595959; margin-bottom:10px; line-height:28px; display:flex; align-items:baseline;} .body__container__wrapp__inner .overview__wrapp__inner .overview__content__wrapp .content__box ul li:before{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); height:10px; width:10px; max-width:10px; flex:0 0 10px; border-radius:20px; margin-right:10px; content:'';} .body__container__wrapp__inner .overview__content__blockquote{margin:80px 0px 200px; padding:120px 0px 0px; display:block; clear:both; position:relative; background-image:url(../assets/images/body-bg-6.jpg); background-repeat:no-repeat; background-position:left top; background-size:cover; max-height:750px;} .body__container__wrapp__inner .overview__content__blockquote:before{margin:0px; padding:0px; position:absolute; left:0px; top:0px; height:100%; width:100%; content:''; background:linear-gradient(90deg, rgba(0,104,55,0.90) 0%, rgba(244,154,13,0.90) 100%);} .body__container__wrapp__inner .overview__content__blockquote .overview__content__wrapp__inner{position:relative; margin:0px; padding:0px;} .body__container__wrapp__inner .overview__content__blockquote .overview__content__wrapp__inner .content__box h3{font-size:32px; font-weight:500; color:#fff;} .body__container__wrapp__inner .overview__content__blockquote .overview__content__wrapp__inner .content__box p{text-align:left; margin:20px 0px; color:#fff; font-style:italic;} .body__container__wrapp__inner .overview__content__blockquote .overview__content__wrapp__inner .content__box p span{display:block; clear:both;} .body__container__wrapp__inner .overview__content__blockquote .overview__content__wrapp__inner .image__box{border-radius:10px; overflow:hidden; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); height:750px;} .body__container__wrapp__inner .overview__content__blockquote .overview__content__wrapp__inner .image__box img{width:100%; height:100%;} .body__container__wrapp__inner .team__wrapp__top{background-color:#f4f4f4; background-image:url(../assets/images/curve-lines-graphic-4.svg); background-repeat:no-repeat; background-position:left top; background-size:cover; padding:120px 0px;} .body__container__wrapp__inner .team__wrapp__top .team__wrapp__top__inner{max-width:880px; margin:0px auto; display:flex; align-items:center;} .body__container__wrapp__inner .team__wrapp__top .team__wrapp__top__inner .image__box{border:5px solid #fff; border-radius:30px; overflow:hidden; max-height:500px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); flex:1;} .body__container__wrapp__inner .team__wrapp__top .team__wrapp__top__inner .image__box img{height:100%; width:100%; object-fit:cover;} .body__container__wrapp__inner .team__wrapp__top .team__wrapp__top__inner .content__wrapp{margin-left:50px; flex:1;} .body__container__wrapp__inner .team__wrapp__top .team__wrapp__top__inner .content__wrapp h2{font-size:40px; font-weight:500;} .body__container__wrapp__inner .team__wrapp__top .team__wrapp__top__inner .content__wrapp h3{font-size:25px; font-weight:500; color:#595959;} .body__container__wrapp__inner .team__wrapp__top .team__wrapp__top__inner .content__wrapp .btn__wrapp{display:flex; align-items:center; margin-top:30px;} .body__container__wrapp__inner .team__wrapp__top .team__wrapp__top__inner .content__wrapp .btn__wrapp a{display:flex; align-items:center; height:60px; font-size:16px; width:180px;} .body__container__wrapp__inner .team__wrapp__team{background-image:url(../assets/images/logo-large-ico.jpg); background-repeat:no-repeat; background-position:bottom center; background-size:100%; background-color:#fff;} .body__container__wrapp__inner .team__wrapp__team .team__members__wrapp{margin:0px auto; padding:0px; display:grid; grid-template-columns: repeat(3, 1fr); gap:30px; max-width:980px;} .body__container__wrapp__inner .team__wrapp__team .team__members__wrapp .team__card .btn__wrapp{display:flex; align-items:center; justify-content:center; margin-top:10px;} .body__container__wrapp__inner .team__wrapp__team .team__members__wrapp .team__card .btn__wrapp a{display:flex; align-items:center; height:50px; font-size:16px; width:180px;} .modal__main .modal__dialog .modal__content__bio{max-width:1050px;} .modal__main .modal__dialog .modal__content__bio .modal__body{padding:30px;} .body__container__wrapp__inner .learning__seravices{padding:120px 0px; margin:0px; display:block; clear:both;} .body__container__wrapp__inner .learning__seravices p{max-width:1024px; margin-left:auto; margin-right:auto; margin-bottom:50px; text-align:center;} .body__container__wrapp__inner .learning__seravices .containt__box{border-radius:15px; background-color:#fff; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); padding:25px 15px;} .body__container__wrapp__inner .learning__seravices .containt__box h3{font-size:25px; text-align:center; font-weight:600;} .body__container__wrapp__inner .learning__seravices .containt__box .btn__wrapp{justify-content:center;} .body__container__wrapp__inner .learning__seravices .containt__box .btn__wrapp a{height:50px; font-size:16px;} .body__container__wrapp__inner .case__studies__wrapp{display:block; clear:both; margin:0px; padding:0px;} .body__container__wrapp__inner .case__studies__wrapp .case__studies__header{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); padding:120px 0px 180px; margin:0px;} .body__container__wrapp__inner .case__studies__wrapp .case__studies__header h2{color:#fff; max-width:745px; text-align:center; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .case__studies__wrapp .case__studies__header p{color:#fff; max-width:1055px; text-align:center; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .case__studies__wrapp .case__studies__inner{border-radius:15px; background-color:#fff; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); padding:45px 35px; max-width:1055px; text-align:center; margin-top:-140px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .cms__top__wrapp{padding:120px 0px; position:relative; background:rgb(0,104,55); background:linear-gradient(0deg, #c3dbc5 0%, #f7fff8 100%)} .body__container__wrapp__inner .cms__top__wrapp:before{background-image:url(../assets/images/world-map-1.svg); background-repeat:no-repeat; background-position:center top -300px; background-size:100%; position:absolute; height:100%; width:100%; left:0px; top:0px; content:'';} .body__container__wrapp__inner .cms__top__wrapp .content__wrapp{position:relative;} .body__container__wrapp__inner .cms__top__wrapp h2{text-align:center;} .body__container__wrapp__inner .cms__top__wrapp p{text-align:center; max-width:1175px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .cms__top__wrapp .btn__wrapp{justify-content:center; margin-top:60px;} .body__container__wrapp__inner .climate__situation{margin:0px; padding:120px 0px; display:block; clear:both; background-image:url(../assets/images/curve-lines-graphic.svg), url(../assets/images/logo-large-ico.jpg); background-repeat:no-repeat; background-position:bottom right, center bottom; background-size:auto, cover;} .body__container__wrapp__inner .climate__situation .image__box{margin:0px; padding:0px 0px; position:relative; height:610px;} .body__container__wrapp__inner .climate__situation .image__box img{border-radius:20px; max-width:480px; max-height:430px;} .body__container__wrapp__inner .climate__situation .image__box .overlap__image__box{position:absolute; right:0px; bottom:0px; border:5px solid #fff; border-radius:20px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); overflow:hidden; max-width:390px; height:390px;} .body__container__wrapp__inner .climate__situation .image__box .overlap__image__box img{border-radius:0px;} .body__container__wrapp__inner .climate__situation .content__box{max-width:505px; margin:0px 0px 0px auto;} .body__container__wrapp__inner .climate__investment__funds{margin:0px; padding:120px 0px 100px; background-color:#effff0; background-image:url(../assets/images/curve-lines-graphic-2.svg); background-repeat:no-repeat; background-position:left top; background-size:100%;} .body__container__wrapp__inner .climate__investment__funds .image__box{max-width:300px; margin-left:auto; margin-right:auto; margin-bottom:40px;} .body__container__wrapp__inner .climate__investment__funds .image__box img{width:100%;} .body__container__wrapp__inner .climate__investment__funds h2{max-width:830px; margin-left:auto; margin-right:auto; text-align:center;} .body__container__wrapp__inner .climate__investment__funds p{max-width:1166px; margin-left:auto; margin-right:auto; text-align:center;} .body__container__wrapp__inner .cuntries__wrapp{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); padding:120px 0px 120px; margin:0px;} .body__container__wrapp__inner .cuntries__wrapp h2{text-align:center; color:#fff;} .body__container__wrapp__inner .cuntries__wrapp p{text-align:center; color:#fff; max-width:1160px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .cuntries__wrapp ul{display: grid; grid-template-columns:repeat(3, minmax(100px, 1fr)); grid-gap:30px; padding:20px; list-style:none; max-width:955px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .cuntries__wrapp ul li a{margin:0px; padding:0px; color:#595959; background-color:#fff; font-weight:500; font-size:18px; padding:30px; border-radius:120px; height:60px; width:100%; display:flex; align-items:center; justify-content:center; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);} .body__container__wrapp__inner .cuntries__wrapp ul li a span{background-image:url(../assets/images/chaeck-ico-color.svg); background-repeat:no-repeat; background-position:left top; background-size:24px; padding-left:30px;} .body__container__wrapp__inner .cuntries__wrapp ul li a:hover{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); color:#fff;} .body__container__wrapp__inner .cuntries__wrapp ul li a:hover span{background-image:url(../assets/images/chaeck-ico.svg);} .body__container__wrapp__inner .project__header__wrapp{max-height:520px; padding:120px 0px 200px; position:relative; background-color:#fbf8ee; background-image:url(../assets/images/world-map-3.svg); background-repeat:no-repeat; background-position:center top -300px; background-size:100%;} .body__container__wrapp__inner .project__header__wrapp h2{text-align:center; } .body__container__wrapp__inner .project__header__wrapp p{max-width:745px; margin:0px auto; text-align:center;} .body__container__wrapp__inner .project__wrapp__inner{margin:-170px 0px 0px; padding:0px 0px 100px; display:block; clear:both; position:relative; z-index:1;} .body__container__wrapp__inner .project__wrapp__inner .project__card{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px; margin-bottom:20px; margin-left:10px; margin-right:10px; margin-top:10px; background-color:#fff;} .body__container__wrapp__inner .project__wrapp__inner .project__card .image__box{border-radius:10px 10px 0px 0px; overflow:hidden; max-height:275px;} .body__container__wrapp__inner .project__wrapp__inner .project__card .image__box img{height:100%; width:100%; object-fit:cover;} .body__container__wrapp__inner .project__wrapp__inner .project__card .card__content{padding:25px; text-align:center;} .body__container__wrapp__inner .project__wrapp__inner .project__card .card__content h3{font-size:22px; font-weight:600;} .body__container__wrapp__inner .project__wrapp__inner .project__card .card__content p{color:#444444; max-width:305px; margin:0px auto 20px;} .body__container__wrapp__inner .project__wrapp__inner .project__card .card__content a{color:#0a9151; font-weight:500; font-size:16px; border-bottom-color:#0a9151; border-bottom-width:1px; border-bottom-style:solid;} .body__container__wrapp__inner .project__wrapp__inner .project__card .card__content a:hover{color:#444444; border-bottom-color:#444444;;} .body__container__wrapp__inner .cms__nobg__top__wrapp{background:none; background-color:#effff0;} .body__container__wrapp__inner .cms__nobg__top__wrapp:before{display:none;} .body__container__wrapp__inner .cms__nobg__top__wrapp ul{display: grid; grid-template-columns:repeat(2, minmax(100px, 1fr)); grid-gap:30px; padding:20px; list-style:none; max-width:1100px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .cms__nobg__top__wrapp ul li{margin:0px; padding:0px; color:#595959; background-color:#fff; font-weight:400; font-size:16px; padding:0px 20px; border-radius:120px; height:60px; width:100%; display:flex; align-items:center; justify-content:center; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); color:#fff;} .body__container__wrapp__inner .cms__nobg__top__wrapp ul li span{background-image:url(../assets/images/chaeck-ico.svg); background-repeat:no-repeat; background-position:left top; background-size:24px; padding-left:30px;} .body__container__wrapp__inner .shortcuts__wrapp{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); padding:120px 0px 120px; margin:0px; position:relative;} .body__container__wrapp__inner .shortcuts__wrapp:before{background-image:url(../assets/images/curve-lines-graphic-2.svg); background-repeat:no-repeat; background-position:center bottom; background-color:100%; left:0px; top:0px; height:100%; width:100%; position:absolute; content:''; opacity:0.05;} .body__container__wrapp__inner .shortcuts__wrapp h2{text-align:center; position:relative; color:#fff;} .body__container__wrapp__inner .shortcuts__wrapp ul{display: grid; justify-content:center; grid-auto-flow:column; grid-gap:30px; padding:20px; list-style:none; max-width:955px; margin-left:auto; margin-right:auto; position:relative;} .body__container__wrapp__inner .shortcuts__wrapp ul li a{margin:0px; padding:0px; font-weight:500; font-size:18px; padding:30px; border-radius:120px; height:60px; width:100%; display:flex; align-items:center; justify-content:center; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); color:#fff;} .body__container__wrapp__inner .shortcuts__wrapp ul li a:hover{color:#595959; background:#fff;} .trust__fund__header__wrapp{max-height:520px; padding:120px 0px 200px; position:relative; background-color:#fbf8ee;} .body__container__wrapp__inner .trust__fund__header__wrapp h2{text-align:center; } .body__container__wrapp__inner .trust__fund__header__wrapp p{max-width:745px; margin:0px auto; text-align:center;} .body__container__wrapp__inner .trust__fund__wrapp__inner{margin:-170px 0px 0px; padding:0px 0px 100px; display:block; clear:both; position:relative; z-index:1;} .body__container__wrapp__inner .trust__fund__wrapp__inner .content__card{background-color:#fff; margin:0px; padding:40px 35px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px;} .body__container__wrapp__inner .trust__fund__wrapp__inner .content__card p{text-align:center;} .body__container__wrapp__inner .discover__wrapp{margin:0px; padding:120px 0px 100px; background-color:#effff0; background-image:url(../assets/images/curve-lines-graphic-2.svg); background-repeat:no-repeat; background-position:left top; background-size:100%;} .body__container__wrapp__inner .discover__wrapp h2{max-width:830px; margin-left:auto; margin-right:auto; text-align:center;} .body__container__wrapp__inner .discover__wrapp p{max-width:1166px; margin-left:auto; margin-right:auto; text-align:center;} .body__container__wrapp__inner .discover__wrapp ul{display: grid; grid-template-columns:repeat(3, minmax(100px, 1fr)); grid-gap:30px; padding:20px; list-style:none; max-width:1125px; margin-left:auto; margin-right:auto;} .body__container__wrapp__inner .discover__wrapp ul li a{margin:0px; padding:0px; color:#595959; background-color:#fff; font-weight:500; font-size:16px; padding:30px; border-radius:120px; height:60px; width:100%; display:flex; align-items:center; justify-content:center; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);} .body__container__wrapp__inner .discover__wrapp ul li a span{background-image:url(../assets/images/chaeck-ico-color.svg); background-repeat:no-repeat; background-position:left top; background-size:24px; padding-left:30px;} .body__container__wrapp__inner .discover__wrapp ul li a:hover{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); color:#fff;} .body__container__wrapp__inner .discover__wrapp ul li a:hover span{background-image:url(../assets/images/chaeck-ico.svg);} .body__container__wrapp__inner .responsibilitiesd__header__wrapp{max-height:520px; padding:120px 0px 200px; position:relative; background-image:url(../assets/images/body-bg-7.jpg); background-repeat:no-repeat; background-position:center;} .body__container__wrapp__inner .responsibilitiesd__header__wrapp:before{background:rgb(0,104,55,0.5); background:linear-gradient(90deg, rgba(0,104,55,0.5) 0%, rgba(244,154,13,1) 100%); height:100%; width:100%; left:0px; top:0px; position:absolute; content:'';} .body__container__wrapp__inner .responsibilitiesd__header__wrapp h2{text-align:center; color:#fff; position:relative;} .body__container__wrapp__inner .responsibilitiesd__header__wrapp p{max-width:1035px; margin:0px auto; text-align:center; color:#fff; position:relative;} .body__container__wrapp__inner .responsibilities__wrapp__inner{margin:-170px 0px 0px; padding:0px 0px 100px; display:block; clear:both; position:relative; z-index:1;} .body__container__wrapp__inner .responsibilities__wrapp__inner .content__card{background-color:#fff; margin:0px; padding:40px 35px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px;} .body__container__wrapp__inner .responsibilities__wrapp__inner .content__card p{text-align:center;} .body__container__wrapp__inner .accountability__wrapp{background-color:#fbf8ee; margin:0px; padding:120px 0px 0px; display:block; clear:both;} .body__container__wrapp__inner .accountability__wrapp h2{text-align:center; position:relative;} .body__container__wrapp__inner .accountability__wrapp p{max-width:1035px; margin:0px auto; text-align:center; position:relative; margin-bottom:20px;} .body__container__wrapp__inner .accountability__inner__wrapp{margin-top:25px; background-color:#fbf8ee; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); border-radius:10px; border:1px solid #84b28c; padding:35px 40px; margin-top:35px;} .body__container__wrapp__inner .accountability__inner__wrapp ul{display: block; list-style:none; max-width:1125px; margin:0px;} .body__container__wrapp__inner .accountability__inner__wrapp ul li{margin:10px 0px;} .body__container__wrapp__inner .accountability__inner__wrapp ul li a{margin:0px; padding:0px; color:#595959; background-color:#fbf8ee; font-weight:500; font-size:15px; padding:30px; border-radius:10px; height:60px; width:100%; display:flex; align-items:center; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); border:1px solid #dcdbd6;} .body__container__wrapp__inner .accountability__inner__wrapp ul li a span{background-image:url(../assets/images/chaeck-ico-color.svg); background-repeat:no-repeat; background-position:left top; background-size:24px; padding-left:30px;} .body__container__wrapp__inner .accountability__inner__wrapp ul li a:hover{background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%); color:#fff;} .body__container__wrapp__inner .accountability__inner__wrapp ul li a:hover span{background-image:url(../assets/images/chaeck-ico.svg);} .body__container__wrapp__inner .accountability__inner__wrapp .content__card p{text-align:left;} .body__container__wrapp__inner .accountability__inner__extra{background-color:#fff; padding:120px 0px; margin-top:120px;} .body__container__wrapp__inner .accountability__inner__extra .content__card{background-color:#fff; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); padding:35px 20px; text-align:center; height:100%; display:flex; flex-direction:column;} .body__container__wrapp__inner .accountability__inner__extra .content__card h3{font-size:25px; font-weight:500; margin-bottom:auto;} .body__container__wrapp__inner .accountability__inner__extra .content__card p{margin:20px 0px;} .body__container__wrapp__inner .accountability__inner__extra .content__card .btn__wrapp{justify-content:center; margin-top:auto;} .body__container__wrapp__inner .accountability__inner__extra .content__card .btn__wrapp a{height:55px; width:180px;} .page-template-template-learning-laboratory .body__container__wrapp__inner .programs__wrapp__inner .mr__top__large:nth-child(even) .order-1{order:2 !important;} footer{background-color:#333b41; padding-top:115px; margin-top:0px; position:relative; background-image:url(../assets/images/footer-bg.png); background-repeat:no-repeat; background-position:center bottom; background-size:100%;} footer .footer__top__widget{margin:0px 0px 50px; padding:0px;} footer .footer__top__widget .contant__box{padding:130px 0px;} footer .footer__top__widget h2{font-size:35px; font-weight:700; margin-bottom:25px; color:#fff;} footer .footer__top__widget h3{font-size:25px; font-weight:700; margin-bottom:15px; color:#fff;} footer .footer__top__widget p{font-size:16px; color:#595959; margin-bottom:25px; line-height:28px; color:#fff; max-width:360px;} footer .footer__top__widget .section__title{display:flex; align-items:center; margin-bottom:35px;} footer .footer__top__widget .section__title h4{font-size:20px; color:#0a9151; text-transform:uppercase; letter-spacing:2px; font-weight:600; margin-right:15px; margin-bottom:0px;} footer .footer__top__widget .section__title .heading__graphic{height:2px; width:85px; background-color:#0a9151; display:flex; align-items:center;} footer .footer__top__widget .section__title .heading__graphic:after{height:10px; width:10px; border-radius:10px; background-color:#0a9151; content:''; margin-left:auto;} footer .footer__top__widget .image__box{margin:0px; padding:0px;} footer .footer__top__widget .image__box img{max-width:450px;} footer .footer__top__widget .data__content__box{background-color:#333b41; padding:90px 40px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); height:100%;} footer .footer__top__widget .data__content__box .image__box img{max-width:unset;} footer .footer__site__control{display:flex; align-items:center; justify-content:space-between;} footer .footer__nav{display:flex; align-items:center; justify-content:space-between; flex:1;} footer .footer__nav ul{display:flex; align-items:center; justify-content:space-between; padding:0px; margin:0px; list-style:none;} footer .footer__nav ul li{margin:0px 16px;} footer .footer__nav ul li:first-child{margin-left:0px;} footer .footer__nav ul li:last-child{margin-right:0px;} footer .footer__nav ul li a{font-size:16px; color:#e1e1e1; font-weight:400; position:relative;} footer .footer__nav ul li a:after{height:1px; width:0px; background-color:#ffb81f; position:absolute; left:0px; bottom:-2px; content:''; transition:all .3s ease 0s;} footer .footer__nav ul li a:hover{color:#ffb81f;} footer .footer__nav ul li a:hover:after{width:100%;} footer .footer__nav .user__info{display:flex; align-items:center; justify-content:space-between; padding:0px; margin:0px; list-style:none;} footer .footer__nav .user__info a{font-size:16px; color:#e1e1e1; font-weight:400; margin:0px 32px; position:relative;} footer .footer__nav .user__info:first-child a{margin-left:0px;} footer .footer__nav .user__info:last-child a{margin-right:0px;} footer .footer__nav .user__info a:after{height:1px; width:0px; background-color:#ffb81f; position:absolute; left:0px; bottom:-2px; content:''; transition:all .3s ease 0s;} footer .footer__nav .user__info a:hover{color:#ffb81f;} footer .footer__nav .user__info:last-child a:hover:after{width:100%;} footer .socila__info{margin:0px 0px 0px 45px; padding:0px;} footer .socila__info ul{list-style:none; margin:0px 0px 0px; padding:0px; display:-ms-flexbox; display:flex; -ms-flex-wrap:nowrap; flex-wrap:nowrap;} footer .socila__info ul li{height:40px; width:40px; margin-right:15px;} footer .socila__info ul li:last-child{margin-right:0px;} footer .socila__info ul li a{height:40px; width:40px; border-radius:50px; text-align:center; line-height:25px; border:0px; display:flex; align-items:center; justify-content:center; background:rgb(0,104,55); background:linear-gradient(90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} footer .socila__info ul li a img{width:15px; height:15px; margin:0px;} footer .socila__info ul li a:hover{background:linear-gradient(-90deg, rgba(0,104,55,1) 0%, rgba(244,154,13,1) 100%);} footer .footer__bottom{margin-top:55px; padding:25px 0px; text-align:center; background-color:#293036; bottom:0px; width:100%;} footer .footer__bottom p{font-size:16px; color:#e1e1e1; font-weight:400; margin:0px auto; padding:5px 0px 0px; max-width:1135px;} footer .footer__bottom .footer__bottom__links{display:flex; padding:5px 0px 0px; margin:0px -20px;} footer .footer__bottom .footer__bottom__links a{font-size:12px; color:#fff;display:flex; align-items:center; text-transform:uppercase; margin:0px 20px;} footer .footer__bottom .footer__bottom__links a:hover{color:#00adef;} footer.footer__inners{padding-top:65px;} footer .footer__nav ul.sub-menu{display:none;}
[-] styles.css
[edit]
[-] responsive.css
[edit]
[+]
..
[-] owl.theme.default.min.css
[edit]
[-] owl.carousel.min.css
[edit]
[-] custom-style.css
[edit]
[-] owl.theme.default.css
[edit]