/
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:wght@300&display=swap');
/*@import url(https://use.typekit.net/oov2wcw.css);*/

a{
    text-decoration: none;
}
body {
  font-size:22px;
  font-family: Poppins;
  line-height: 1.8;
/*  color: #818181;*/
;
}



.myslides {
	display:none;
}

.slidetext{
  background-color: rgba(0,0,0,.4);
  opacity: 1.9;
  border-radius: 40px 23px 34px 5px;
  padding: 30px;
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 30em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

/* End Animation*/


/* Centering text over image*/
/*.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 20px;
}

.dropdown-menu{
	/*position: sticky;
	z-index: 100;
	background-color: deepskyblue;*/
/*	overflow: hidden;*/
  border-bottom: solid;
  border-color: #000000;
  padding: 15px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#navbar{
  position: sticky;
  z-index: 100;
  background-color: white;
  height: 68px;
    background-image: linear-gradient(to right, rgba(255,255,255,0.9), ghostwhite);
/*  background-image: linear-gradient(to right, rgba(255,255,255,0.9), #000000);*/
/*  overflow: hidden;*/
}

#navbarNav{
/*  background-color: white;*/
}
.navarrow{
  color: #000000;
}
nav li a:hover {
/*  text-decoration: underline;*/
/*  background-color:lightgreen;*/
  background-image: linear-gradient(to right, white , lightg
 );
  text-emphasis: white;
}

.all-menu{
	border-bottom: solid;
	border-color: #000000;

}
.all-menu {
            display: block;
        }

.drops{
/*  padding-left: 20px;*/
  text-decoration;cursor: pointer;
  letter-spacing:1px ;
/*  padding: 10px;*/
  
  

}
.drops:hover{
  border-bottom: 2px;
  border-style: inset;
  border-color: floralwhite;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
}

.slideimg{width: 100%;height: 60%}

.img-fluids{
  width: 100%;
  height: 500px;
/*  object-fit: cover;*/
  /*filter: blur(2px);
  -webkit-filter: blur(2px);
*/
}

/*styling button of read more*/
.appbtn:hover {
	border-style: solid;
	border-color: #000000;
  background-color:#000000;
  transition: 0.7s;
  color: white;
  border-radius: 40px 10px 40px;
  }

.appbtn{
	border-left: solid;
	border-radius: 10px 10px 10px;
	padding: 5px;
	border-color: #000000;
  color: white;
  }

  .uniq{
  	padding: 20px;
  }


/*  scrooll up button*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #301934; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

/*map*/
.map {position: relative; padding-bottom: 56.25%; /* 16:9 */  padding-top: 25px;}
.map iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*footer*/
.footer{
  background-color: #000000;
/*background-image: linear-gradient(to right, rgba(25,5,2,2), #000000);*/*/
  padding-top: 30px;
}
.footerh3,.footerp{
	color: white;
}

.lowestfoot{
  padding-top: 5px; 
  margin-bottom: 0px;
  padding-bottom: 5px;
  background-color: #F5F5F5;
  border-radius: 30px 30px 0px 0px;
}
.footerh3{
  padding-top: 20px;
}

.aheader{
	border-bottom: solid;
	border-radius: 0px 10px 0px;
	padding: 5px;
	border-color: #000000;
}

/*footer icons*/
.bif{
	padding-left: 10px;
}




.hover-img {
  background-color:snow;
  color: #fff;
  display: inline-block;
  margin: 2px;
/*  max-width: 260px;*/
/*  min-width: 240px;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: 350px;
}

.hover-img * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.hover-img:before,
.hover-img:after {
  background-color: rgba(0, 0, 0, 0.5);
/*  border-top: 32px solid rgba(0, 0, 0, 0.5);*/
/*  border-bottom: 32px solid rgba(0, 0, 0, 0.5);*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hover-img img {
  vertical-align: top;
  /*width: 280px;
  height: 260px;*/
  backface-visibility: hidden;
/*  display: block;*/
  max-width:300px;
  max-height:400px;
  width: auto;
  height: auto;
}

.hover-img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  line-height: 1.1em;*/
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
/*  font-size: 24px;*/
  font-family: sans-serif;
/*  font-weight: 400;*/
/*  letter-spacing: 1px;*/
/*  text-transform: uppercase;*/
}

.hover-img:hover:before,
.hover-img:hover:after {
  transform: scale(1);
  opacity: 40;
  background-color: white;
}

.hover-img:hover > img {
  opacity: 0.7;
}

.hover-img:hover figcaption {
  opacity: 1;
  color: black;
}


/*Styling for the projects tab*/
.hover-proj {
  background-color:snow;
  color: #fff;
  display: inline-block;
  margin: 2px;
/*  max-width: 260px;*/
/*  min-width: 240px;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: 350px;
  border-radius: 0px 65px 0px 0px
}

.hover-proj * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.hover-proj:before,
.hover-proj:after {
  background-color: rgba(0, 0, 0, 0.5);
/*  border-top: 32px solid rgba(0, 0, 0, 0.5);*/
/*  border-bottom: 32px solid rgba(0, 0, 0, 0.5);*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hover-proj img {
  vertical-align: top;
  /*width: 280px;
  height: 260px;*/
  backface-visibility: hidden;
/*  display: block;*/
  width: auto;
  height: auto;


}

.hover-proj figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  line-height: 1.1em;*/
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
/*  font-size: 24px;*/
  font-family: Poppins;
/*  font-weight: 400;*/
/*  letter-spacing: 1px;*/
/*  text-transform: uppercase;*/
}

.hover-proj:hover:before,
.hover-proj:hover:after {
  transform: scale(1);
  opacity: 40;
  background-color: white;
}

.hover-proj:hover > img {
  opacity: 0.7;
}

.hover-proj:hover figcaption {
  opacity: 1;
  color: black;
}

.bifs{
/*  background-image: linear-gradient(to right, white,#000000);*/
  background-image: linear-gradient(to right, white,#07B230);
   
}




.abouthead{
	 /*border-bottom: 2px solid #000000;
	 top: 50%;
  bottom: 0;*/
  text-decoration: underline;
}

.partner{width: 50%;height: auto;}
.partner1{width: 90%;height: auto;}
.partner5{width: 100%;height: auto;}
.partner3{width: 90%;height: auto;}
.partner4{width: 60%;height: auto;}



/*.teamdesctwigger.active{
  display: none;
}

.teamdesc{
  display: none;
}

.teamdesc.active{
  display: block;
}*/

.teamdesc {
  display: none;
}
    
.teamdesctwigger:hover + .teamdesc {
  display: block;
  color: red;
}


/*counter stylings*/
.containerc{
    margin-top:100px;
    margin-bottom:100px;
}

.counter-box {
  display: block;
  background: linear-gradient(ghostwhite,white);
  padding: 40px 20px 37px;
  text-align: center;
  border-bottom: solid #000000;

}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: black;
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: black;
}

.num { 
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #666;
  line-height: 28px
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}

/*end of counter stylings*/





/*new counter*/
/*.counter{
    color: #f27f21;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 190px;
    width: 190px;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #f27f21;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.counter:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #f27f21;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon{ transform: rotateY(360deg); }
.counter .counter-value{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-value{ text-shadow: 2px 2px 0 #d1d8e0; }
.counter h3{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.counter.blue{
    color: #4accdb;
    border-color: #4accdb;
}
.counter.blue:after{
    border-bottom-color: #4accdb;
    border-left-color: #4accdb;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
*/
/*new counter end*/



/*individual counter*/
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.numa1 {
  animation: counter 5s infinite alternate ease-in-out;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  padding: 2rem;
}

.numa2 {
  animation: counter 5s infinite alternate ease-in-out;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  padding: 2rem;
}

.numa3 {
  animation: counter 5s infinite alternate ease-in-out;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  padding: 2rem;
}

.numa4 {
  animation: counter 5s infinite alternate ease-in-out;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  padding: 2rem;
}
.num1::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  }
}


/*ebd of individual counter*/


/*scrolling partners*/
.imgscroll {
  width: 100px;
  height: 100px;
  animation: scroll 60s linear infinite;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin-top: 70px;
  background-color: whitesmoke;
  padding: 8em 2em;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}





/*newest slider logo*/
.slider {
    background: #efeef2;
    background: white;
    height: 105pt;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
}

.slider:before {
    left: 0;
    top: 0;
}

.slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider:after,
.slider:before {
    background: linear-gradient(
        to right,*/
        #efeef2 0%,*/
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 95pt;
    position: absolute;
    width: 250px;
    z-index: 2;
}

.slider .slide-track-1 {
    animation: scroll-l 15s linear infinite;
    display: flex;
    width: 15500px;
}

.slider :hover{
  animation: paused;
  
  
}

.slider .slide {
    height: 75pt;
    width: 200px;
    display: flex;
    align-items: center;
    text-align: center;
}
.slider .slide img {
    width: 180px;
    padding: 1pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
/*    max-width: 100%;*/
    height: auto;
}

@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll-r {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(calc(-250px * 7));
    }
}
/*end of newest slider logo*/

/*.tech-slideshow {
  height: 50px;*/
/*  max-width: 800px;*/
 /
/*.tech-slideshow > div {
  height: 20px;
  width: 4526px;*/
/*  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/collage.jpg);*/
  /*position: absolute;
  top: 0;
  left: 0;*/
  /*height: 40%;
  transform: translate3d(0, 0, 0);*/
}
/*.tech-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite;
  animation-delay: 0s;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

.imglogo{
  height: 30%;
  width: auto;
}
*/
/*what we do*/
.whatwedo{
/*  gap: 14px;*/
padding: 20px;
}

.whatwedoimg{
  border-style: solid;
/*  border-color: #000000;*/
/*  background-color:#000000;*/
  transition: 0.7s;
  color: white;
  border-radius: 25px 45px 10px 40px;
}
/*end of what we do*/


/*coding for smaller screens*/
@media (max-width: 850px) {
        .hidden-mobile {
          display: none;
        }
        .containerindex{
          padding-left: 2em;
          padding-right: 2em;
        }
        .news i{
          display: flex;
          justify-content: center;
        }
        .kaka {
           display: flex;
           justify-content: space-between;
           background-color: white;
           width: 100%;
           border-radius: 0px 0px 15px 15px;

        }

        .imgkaka{
          width:25%; 
          height: auto;

        }
        .slidertoggle{
          display: none;
        }

        .jobhead{
  line-height: 10.5em;}

        /*section style job app form*/
        .appform{
          padding-top: 3em;
        }

        .navbar-nav{
  background-color: white;
}

/*end of section app form*/

      }

/*      end of coding for smaller screens*/

/*.container{}*/

.mas{
  padding-top: 20px;
  padding-bottom: 20px;

}


/*coding for larger screens*/



@media screen and (min-width: 850px) {
  .nav-item {
    padding-right: 10px;
    color: black;
  }
  .nav-link{
  color: black;
}

.navbar-nav{
  background-color: transparent;
}

  .whatwedoimg{
    float: left;
  }
  .subscribe2{
    border-left: solid;
    border-color: whitesmoke;
    border-radius: 15px;
  }
  .containerindex{
  padding-left: 6em;
  padding-right: 6em;
}
.imgkaka{
  width:35%; 
  height: auto;
}
.mas1{
  margin-left: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mas11{
  margin-left: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mas11 h3{
  text-align: left;
}

.customer-logos{
  display: none;
}

.jobhead{
  line-height: 15.5em;}

/*section style job app form*/
.appform{
  padding: 10em;
}

.projectsaccomplished{
    margin: 20px;
    padding: 20px;
  }

.card-img-overlay{
  margin: 50px;
  padding: 50px;
}
.kauppernav{
  background-image: linear-gradient(to right, rgba(255,255,255,0.9), ghostwhite);
  border-bottom: solid;
/*  border-radius: 40px 23px 34px 5px;*/
  border-color: black;

}

.navbar .nav-item .dropdown-menu{ opacity: 0; }
  
  .navbar .nav-item:hover .dropdown-menu{
    opacity: 1;
    transition: opacity 0.5s;
    visibility: visible;
    display:table; width: 100%; text-align: center; left:0; right:0; top: 4;

  }



/*end of section app form*/




}

/*@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  
}*/



.nav-link:hover {
  border: solid;
  border-color: white;
  border-radius: 23px 23px 23px 0px;
  padding: 0.5px;
  text-decoration: blink;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #000000;
  color: white;
}

.news{
  padding: 20px;
/*  padding-bottom: 20px;*/
  gap: 10em;

}

.news h4{
  padding-top: 20px;
  padding-bottom: 20px;
}

/*.allsubscribe{
  border: 2px 5px 6px 7px;
  border-style: inset;
  border-color: floralwhite;
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.2);
}*/

.sendmsg :hover{
    background-color: red;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all 0.3s ease 0s;
}



/*styling corousel indicators*/
/*.carousel-indicators button{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}*/

.dot {
  margin-top: 2px;
  padding-top: 2px;
  height: 12px;
  width: 12px;
  background-color: lightgray;
  border-radius: 50%;
  display: inline-block;
}
.dot1{
  margin-top: 2px;
  padding-top: 2px;
  margin-left: 5px;
  height: 12px;
  width: 12px;
  background-color: lightgray;
  border-radius: 50%;
  display: inline-block;
}

.dot2{
  margin-top: 2px;
  padding-top: 2px;
  margin-left: 5px;
  height: 12px;
  width: 12px;
  background-color: lightgray;
  border-radius: 50%;
  display: inline-block;
}

.dots:hover{
  background-color: black;
}

/*End of styling coureusel indicators*/

/*new partner styling*/
.customer-logos{
/*  overflow-y: hidden;*/
/*  overflow-x: scroll;*/
}
.inlineb{
  display: inline;
  
}
.moe{
  width: 12%;
  height: 10%;

}

.moenew{
  width: 32%;
  height: 10%;

}

.seica{
  width: 30%;
  height: 20%;
}

.seicanew{
  width: 70%;
  height: auto;
}

.giz{
  width: 30%;
  height: 15%;
}
.era{
  width: 15%;
  height: 12%;
}

.eranew{
  width: 55%;
  height: auto;
}

.ep{
  width: 18%;
  height: 12%;
}

.epnew{
  width: 85%;
  height: auto;
}
.iet{
  width: 18%;
  height: 13%;
}

.ietnew{
  width: 78%;
  height: auto;
}

.stan{
  width: 18%;
  height: 12%;
}
.royal{
  width: 28%;
  height: auto;
}

.bottom-logo{min-height: 150px;}
.bottom-logo img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    opacity: 0.5;
    margin-top: 30%;
    margin-left: auto;
}
.bottom-logo img:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1;
}


/*end of new partner styling*/

.jb:hover {
/*  text-decoration: underline;*/
/*  background-color:lightgreen;*/
/*  background-image: linear-gradient(to right, darkred , lightgrey);*/

  background-image: radial-gradient(ghostwhite, whitesmoke, white);
}

/*job head styling*/
.jobhead {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.jobhead::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("https://res.cloudinary.com/doghlobwu/image/upload/v1754851574/Pawagreen/images/buildings_qgthg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(4px); /* Adjust blur level here */
  z-index: -1;
}

.jobhead h4{
  letter-spacing: 0.5px;
}
.jobhead .first{
  font-size: 20px;
}
.jobhead a{
  font-size: 25px;
  border-radius: 40px 23px 34px 5px;
  border-color: whitesmoke;
}

.jobhead a:hover {
  font-size: 30px;
  border-radius: 30px 43px 34px 15px;
  border-color: whitesmoke;
  background-color: black;
}
/*end of job head styling*/



/*Styling for large screen*/
/*@media (min-width: 800px) {*/
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  /*.projectsaccomplished{
    margin: 20px;
    padding: 20px;
  }
}*/
/*end of styling for large screen*/



/*styling for image mover*/
.slider-wrapper{
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
}

.slidern{
 display: flex; 
 aspect-ratio: 16 / 9;
 overflow-x: hidden;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
 border-radius: 0.5rem;
}

.slidern img{
  flex: 1 0 100%;
  scroll-snap-align: start;
  object-fit: cover;
}


.slider-navs{
  display: flex;
  column-gap: 1rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider-navs a{
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.75;
  transition: opacity ease 250ms;
}

.slider-navs a :hover{
  opacity: 1;
}




/*cec calc stylings*/
.ceccalcimg{
  background-image: url('https://res.cloudinary.com/doghlobwu/image/upload/v1715408948/Pawagreen/2kWp%20SOLAR%20REHABILITATION%20PROJECT%2C%20IUIU%20ARUA%20CAMPUS/IMG-20240429-WA0012_pidcx7.jpg');
  padding: 4em;


}

.ceccalcimg span{
  background-color: rgba(0,0,0,.4);
  opacity: 1.9;
  border-radius: 40px 23px 34px 5px;
  padding: 30px;
  color: white;

}
/*end of cec calc stylings*/