
/*site-header*/
.site-header{
	position: relative;
	widows: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	padding-top: 70px;
}
.hero-sec{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.hero-sec-main{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;

}
.hero-vid{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100;
}
.hero-vid:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background:rgb(27 34 58 / 42%);
}
.hero-vid video{
    position: inherit;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
/*sub-nav*/
.sub-nav{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 0px;
	display: flex;
	align-items: center;
	color: #ffffff;
}
.sub-nav a{
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
.sub-nav a:hover{
	color: #ffffff;
}
.sub-nav a i{
	margin-left: 5px;
	margin-right: 5px;
}
.sub-nav p{
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #ffffff;
}
.hero-txt-sec{
	position: relative;
	width: 100%;
	height: auto;
	padding: 100px 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #ffffff;
}
@media screen and (max-width:991px){
	.hero-txt-sec{
		margin-top: 50px !important;
	}
}

@media screen and (max-width:320px){
	.hero-txt-sec{
		padding-bottom: 50px !important;
	}
}
.hero-txt-sec-main{
	max-width: 100%;
	position: relative;
	height: auto;
}
.hero-txt-sec-main h1{
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-bottom: 0px;
	 font-size: calc(3vw + 3vh + 4vmin) ;
	 display: block;
}
.hero-txt-sec-main h1 p{
	margin: 0;
	padding: 0;
}
.hero-txt-sec-main h1 p span{
	 font-size: calc(2vw + 2vh + 3.5vmin);
	position: relative;
	white-space: nowrap;
}
.hero-txt-sec-main h1 p::first-letter{
  color:#93E3C0 !important;
}
@media screen and (max-width:991px){

.hero-txt-sec-main h1{
	 font-size: calc(4vw + 4vh + 4.5vmin) !important;
}
}
@media screen and (max-width:500px){
.hero-txt-sec-main h1{
	 font-size: calc(4.5vw + 4.5vh + 5vmin) !important;
}
}
.search-sec{
	position: relative;
	width: 400px;
	height: 70px;
	background: #ffffff;
	margin-top: 40px;
	border-radius: 80px;
	display: flex;
	align-items: center;
}
@media screen and (max-width:450px){
.search-sec{
	width: 98% !important;
	margin-left: 1% !important;
}
.search-sec form input::placeholder{
	font-size: 16px !important;
}
.search-sec form button{
	left: 20px !important;
}
.search-sec form{
	padding-left: 60px !important;
	padding-right: 10px !important;
}
}
.search-sec form{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding:10px 30px;
	padding-left: 70px;
}
.search-sec form button{
	position: absolute;
	left: 30px;
	width: 40px;
	height: 40px;
	background: #0F70E6;
	border-radius: 50%;
	border: none;
	outline: none;
	font-size: 16px;
	cursor: pointer;
}
.search-sec form input{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
	border: none;
	outline: none;
	color: #454545;
	font-size: 16px;
}
.search-sec form input::placeholder{
	color: #787B86;
	font-size: 25px;
}
/*hero-footer*/
.hero-footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
@media screen and (max-width:320px){
	.hero-footer{
		flex-direction: column !important;
		text-align: center !important;
		padding: 0px 0px !important;
	}
	#audio-control,
	.video-toggler{
		position: relative !important;
		left: 0px !important;
		right: 0px !important;
	}
	.video-toggler{
		margin-top: 35px !important;
	}
}
.video-toggler{
	position: absolute;
	left: 20px;
	background: transparent;
	border: 1px solid #ffffff;
	width: auto;
	padding: 10px 20px;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	outline: none !important;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	user-select: none;
}

.play-pause-txt.video-toggler .pause-txt,
.video-toggler .play-txt{
	display: none;
}
.play-pause-txt.video-toggler .play-txt{
	display: inline-flex;
}
.play-pause-txt.video-toggler,
.video-toggler:hover{
	background: rgba(0, 0, 0, 0.4);
}
.video-control-btn{
	position: relative;
	display: inline-flex;
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	margin-right: 8px;
	outline: none !important;
	background: transparent;
	padding: 0;
}
.video-control-btn #play{
    display: none;
}
.play-pause.video-control-btn #play{
    display: inline-flex;
}
.play-pause.video-control-btn #pause{
    display: none;
}

.hero-footer p{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #ffffff;
}
@media screen and (max-width:769px){
	.hero-footer p{
		display: none !important;
	}
	.hero-footer{
		margin-top: 40px !important;
		margin-bottom: 30px !important;
	}
}
.hero-footer p i{
	color: #93E3C0;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.hero-footer p i span{
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-flex;
}

#audio-control {
  cursor:pointer;
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color:rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  user-select: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  z-index: 2;
}
#audio-control:before{
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	background: rgba(147, 227, 192, 0.2);
	border-radius: inherit;
	z-index: -1;
	opacity: 0;
    animation:animate 1.5s linear infinite;
}
#audio-control:after{
	position: absolute;
	content: '';
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	background: rgba(147, 227, 192, 0.1);
	border-radius: inherit;
	z-index: -2;
	opacity: 0;
    animation:animate 1.5s linear infinite;
}
@keyframes animate{
    0%{
        transform: scale(.5);
    }
   50%{
        opacity: 1;
    }
    100%{
        transform: scale(1.2);
    }
}
#audio-control:after{
    animation-delay: 0.5s;
}
.mute-unmute-vid.audio-control-icons .muted-icon,
.unmute-icon{
	display: none;
}
.mute-unmute-vid.audio-control-icons .unmute-icon{
	display: inline-flex;
}
/*innov-sec*/
.innov-sec{
		position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 70px;	
}
@media screen and (max-width:991px){
.innov-sec{
	margin-top: 50px !important;	
}
}

.innov-sec-header{
	position: relative;
	padding: 20px 0px;
	text-align: center;
	position: relative;
}

.innov-sec-header h2{
		margin: 0;
	padding: 10px 0px;
}

.innov-sec-grid{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	 display: grid;
  grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px;
  grid-template-rows:auto;
}
@media screen and (max-width:1500px){
.innov-sec-grid{
  grid-template-columns:repeat(auto-fill, minmax(250px, 1fr)) !important;
  grid-gap: 20px !important;
}
}
@media screen and (max-width:1220px){
.innov-sec-grid{
  grid-template-columns:repeat(auto-fill, minmax(230px, 1fr)) !important;
  grid-gap: 10px !important;
}
}
@media screen and (max-width:700px){
.innov-sec-grid{
  grid-template-columns:repeat(auto-fill, minmax(150px, 1fr)) !important;
  grid-gap: 5px !important;
}
.innov-sec-grid-card i{
	width: 50px !important;
	height: 50px !important;
	font-size: 17px !important;
}
.innov-sec-grid-card h4{
	font-size: 20px !important;
}
.innov-sec-grid-card p{;
	font-size: 13px !important;
}
}
@media screen and (max-width:400px){
.innov-sec-grid{
  grid-template-columns:repeat(auto-fill, minmax(120px, 1fr)) !important;
}
}
@media screen and (max-width:260px){
.innov-sec-grid{
  display: block !important;
}
.innov-sec-grid-card{
	margin-top:20px !important;
}
}
.innov-sec-grid-card{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px;
}
.innov-sec-grid-card i{
	    height: 80px;
    width: 80px;
    line-height: 40px;
    border-radius: 50% !important;
    position: relative;
    color: #0F70E6;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-bottom: 20px;
    	       -webkit-animation: heartbeat 2.5s ease-in-out infinite both;
    -moz-animation: heartbeat 2.5s ease-in-out infinite both;
    -o-animation: heartbeat 2.5s ease-in-out infinite both;
    animation: heartbeat 2.5s ease-in-out infinite both;
}
.innov-sec-grid-card i:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	 background-color: #AFBCF4;
    opacity: 0.3;
	z-index: -1;
	border-radius: 50%;
	border-bottom-left-radius: 0px;
}
.innov-sec-grid-card img{
	max-width: 50%;
}
.innov-sec-grid-card h4{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-top: 20px;
}
.innov-sec-grid-card p{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 10px;
	font-size: 15px;
}
/*services-sec*/
.services-sec{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	background: #F6F5FF;
	padding: 70px 0px;
	margin-top: 70px;
}


.services-sec-header{
	position: relative;
	padding: 20px 0px;
	text-align: center;
	position: relative;
}
.services-sec-header span{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.services-sec-header h2{
		margin: 0;
	padding: 10px 0px;
}

.services-sec-grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
  grid-template-rows:auto;
  margin-top: 50px;
}
@media screen and (max-width:991px){
	.services-sec-grid{
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)) !important;
}
}
@media screen and (max-width:769px){
	.services-sec-grid{
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)) !important;
}
}
@media screen and (max-width:500px){
	.services-sec-grid{
  display: block !important;
  margin-top: 30px !important;
}
.services-sec-card{
	margin-top: 20px !important;
}
}
.services-sec-card{
	position: relative;
	width: 100%;
	height: auto;
	-webkit-box-shadow: rgb(199 196 218 / 60%) 20px 20px 100px;
	-moz-box-shadow: rgb(199 196 218 / 60%) 20px 20px 100px;
	box-shadow: rgb(199 196 218 / 60%) 20px 20px 100px;
	background: #ffffff;
	margin-bottom: 10px;
	border-right: none;
}
.services-sec-card-img{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F7F7F7;
}
.services-sec-card img{
	max-width: 90%;
	object-fit: contain;
}
.services-sec-card-txt{
	padding: 20px;
}
.services-sec-card h3{
	margin: 0;
	padding: 10px 0px;
	font-size: 20px;
	font-weight: 700;
}
.services-sec-card p{
	margin: 0;
	padding: 0;
	display: block;
	font-weight: 500;
}






/*abt-sec*/
.abt-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 70px;
	display: block;
}

/*web-sec-grid*/
.web-sec-grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
@media screen and (max-width:992px){
.web-sec-grid{
		display: block !important;
	}
}
.web-sec-grid-card{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

@media screen and (max-width:992px){
.web-sec-grid{
		display: block !important;
	}
	.web-sec-grid-card{
		height:auto !important;
		margin-top: 30px !important;
	}
}


.hero-owl .item,
.hero-owl{
	position: relative;
	width: 100%;
	height: 450px;
}
@media screen and (max-width:1200px){
.hero-owl .item,
.hero-owl{
		height:400px !important;
	}
}
@media screen and (max-width:400px){
.hero-owl .item,
.hero-owl{
		height:300px !important;
	}
}
.hero-owl .item img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-owl .item:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.hero-owl .owl-dots {
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 50px;
  width: 100%;
  display: none !important;
  align-items: center;
  justify-content: center;
}

.hero-owl .owl-dots button.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin: 0 5px;
}
.hero-owl .owl-dots button.owl-dot.active:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: inherit;
  background: #ffffff;
}
.hero-owl .owl-dots button.owl-dot:focus {
  outline: none;
}

.hero-owl .owl-nav .owl-next, 
.hero-owl .owl-nav .owl-prev {
    position: absolute !important;
    background: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0%, -50%);
    top: 50%;
    outline: none;
    z-index: 200;
    border-radius: 50% !important;
    color: #040403 !important;
}
@media screen and (max-width:500px){
.hero-owl .owl-nav{
	display: none !important;
}
}
.hero-owl .owl-nav .owl-next{
    right: 25px;
}

.hero-owl .owl-nav .owl-prev{
   left: 25px;
}


.abt-sec-main-txt{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}
.abt-sec-main-txt span{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.abt-sec-main-txt h2{
		margin: 0;
	padding: 10px 0px;
}
.abt-sec-main-txt-main-header{
	text-align: center;
		margin-bottom: 50px;
}
.abt-sec-main-txt-main-header p{
	margin-top: 0px !important;
	font-size: 20px !important;
}
.abt-sec-main-txt p{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 20px;	
}
.abt-sec-main-txt a{
	position: relative;
	background:#0F70E6;
	border: 1px solid #0F70E6;
	width: auto;
	padding: 10px 20px;
	border-radius: 30px;
	margin-top: 30px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    white-space: nowrap;
}


/*aopp-sec*/
.aopp-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 70px;
	padding: 70px 0px;
	background: #0F70E6;
	color: #ffffff;
}
.aopp-sec-header{
	position: relative;
	padding: 20px 0px;
	text-align: center;
	position: relative;
	width: 100%;
	text-align: center;
}
.aopp-sec-header span{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.aopp-sec-header h2{
		margin: 0;
	padding: 10px 0px;
	margin-bottom: 32px;
}


.aopp-sec-grid{
	  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 50px;
  grid-template-rows:auto;
  margin-top: 40px;
}
@media screen and (max-width:500px){
.aopp-sec-grid{
	display: block !important;
}
.aopp-sec-grid-card{
	margin-top: 30px !important;
}
}
.aopp-sec-grid-card{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-gap: 10px;
	margin-top: 20px;
}
.aopp-sec-grid-card-icon{
	position: relative;
	width: 100%;
	height: 45px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	z-index: 2;
	margin-top: 10px;
}
.aopp-sec-grid-card-icon img{
	width: 40px;
	height: 40px;
	object-fit: contain;
   z-index: 1;
}

.aopp-sec-grid-card-txt{
	position: relative;
	width: 100%;
	height: auto;
}
.aopp-sec-grid-card-txt h3{
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 20px;
}
.aopp-sec-grid-card-txt p{
	margin: 0;
	padding: 0;
}



/*program-sec*/

.program-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.program-sec-header{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0px;
}

.program-sec-grid{
 position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
  grid-template-rows:auto;
  margin-top: 10px;

}
@media screen and (max-width:1000px){
.program-sec-grid{
	display: block !important;
}
.program-sec-card img{
	height: auto !important;
	max-height: 500px !important;
}
.program-sec-card{
	margin-top: 30px !important;
}
}
.program-sec-card{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
			 -moz-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	 -webkit-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}

.program-sec-card img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}
.program-sec-card-txt{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 20px;
}
@media screen and (max-width:400px){
.program-sec-card-txt{
	padding: 10px !important;
}
}
.program-sec-card h3{
	margin: 10px 0px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.program-sec-card p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	 display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.program-sec-card a{
	position: relative;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #1171E6;
	font-size: 15px;
	border: 1px solid #0F70E6;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.program-sec-card a:hover{
	color: #ffffff;
	background: #0F70E6;
}
.program-sec-card a i{
	margin-left: 5px;
}
.program-sec-footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	text-align: center;
	margin-top: 20px;
}
.program-sec-footer a{
	position: relative;
	background:#0F70E6;
	border: 1px solid #0F70E6;
	width: auto;
	padding: 10px 30px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	-moz-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
}



/*nndo-sec*/
.nndo-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.nndo-sec-header{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
}
.nndo-sec-grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 40px;
}
@media screen and (max-width:1000px){
.nndo-sec-grid{
	display: block !important;
}
.nndo-sec-card{
	margin-top: 30px !important;
}
}
.nndo-sec-card{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #F7F7F7;
}
.nndo-sec-card img{
	max-width: 100px;
	margin-bottom: 20px;
}
.nndo-sec-card h3{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}


/*anabll-o*/
.anabll-o{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	z-index: 2;
	margin-top: 100px;
}


.anabll-o-main{
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 500px;
}
@media screen and (max-width:1200px){
	.anabll-o-main{
		display: block !important;
	}
}

.anabll-o-card-banner{
	position: relative;
	width: 100%;
	height: auto;
}
.anabll-o-card-banner img{
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.anabll-o-card{
	position: relative;
	width: 130%;
	height: auto;
	padding: 10px;
	 background: #ffffff;
	 -moz-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	 -webkit-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	padding: 30px;
	margin-left: -30%;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width:1200px){
	.anabll-o-card{
		width: 100% !important;
		margin-left: 0px !important;
		padding: 0px !important;
		margin-top: 40px !important;
		-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	}
}

.anabll-o-card-txt{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
}
.anabll-o-card-txt h2{
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.anabll-o-card-txt ul{
	position: relative;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 30px;
}
@media screen and (max-width:1200px){
.anabll-o-card-txt ul{
	grid-template-columns: 1fr 1fr  !important;
}
}
@media screen and (max-width:400px){
.anabll-o-card-txt ul li span{
	font-size:20px !important;
}
.anabll-o-card-txt ul li p{
	font-size: 10px !important;
}
}
.anabll-o-card-txt ul li{
	position: relative;
	padding: 20px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #ffffff;
	border-radius: 10px;
	width: 100%;
		 -moz-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	 -webkit-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    overflow: hidden;
    z-index: 2;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.anabll-o-card-txt ul li:hover{
	transform: scale(1.2);
}
@media screen and (max-width:1200px){
.anabll-o-card-txt ul li:before{
	display: none !important;
}
}
.anabll-o-card-txt ul li p{
	font-size: 14px;
	font-weight: 500;
}
.anabll-o-card-txt ul li span{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}

.anabll-o-card-txt ul li:nth-child(1){
	    background-color: rgb(18, 101, 233);
    border-color: rgb(18, 101, 233);
    -webkit-box-shadow: rgb(18 101 233 / 30%) 0px 2px 8px;
    box-shadow: rgb(18 101 233 / 30%) 0px 2px 8px;
}
.anabll-o-card-txt ul li:nth-child(2){
    background-color: rgb(35, 221, 178);
    -webkit-box-shadow: rgb(35 221 178) 0px 2px 8px;
    box-shadow: rgb(35 221 178) 0px 2px 8px;
}

.anabll-o-card-txt ul li:nth-child(3){
    background-color: rgb(117, 113, 249);
    -webkit-box-shadow: rgb(117 113 249) 0px 2px 8px;
    box-shadow: rgb(117 113 249) 0px 2px 8px;
}
.anabll-o-card-txt ul li:nth-child(4){
background-color: rgb(255, 136, 75);
    -webkit-box-shadow: rgb(255 136 75) 0px 2px 8px;
    box-shadow: rgb(255 136 75) 0px 2px 8px;
}
.anabll-o-card-txt a{
	position: relative;
	background:#0F70E6;
	border: 1px solid #0F70E6;
	width: auto;
	padding: 10px 20px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	text-align: center;
	-webkit-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	-moz-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
}



/*ppart-sec*/
.ppart-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
	background: url(../img/l-curve.png);
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.ppart-sec-header{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	text-align: center;
}

.ppart-sec-grid{
	position: relative;
	width: 100%;
	height: auto;
	 display: grid;
  grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 20px;
  grid-template-rows:auto;
  margin-top: 30px;
}
@media screen and (max-width:460px){
	.ppart-sec-grid{
	  grid-template-columns:repeat(auto-fit, minmax(150px, 1fr)) !important;
  		grid-gap: 10px !important;
	}
}
@media screen and (max-width:360px){
	.ppart-sec-grid{
	  grid-template-columns:repeat(auto-fit, minmax(100px, 1fr)) !important;
  		grid-gap: 10px !important;
	}
}
.sec-card{
	position: relative;
	width: 100%;
	height: 80px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 20px;
	border-radius: 10px;
	   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   opacity: 0.4;
   transition: all 0.5s ease;
}
.sec-card img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sec-card:hover,
.active_logos{
       -webkit-filter: grayscale(0%) !important;
       -moz-filter: grayscale(0%) !important;
       -o-filter: grayscale(0%) !important;
       -ms-filter: grayscale(0%) !important;
       filter: grayscale(0%) !important;
   	 -moz-box-shadow: rgb(199 196 218 / 60%) 20px 20px 100px !important;
	 -webkit-box-shadow: rgb(199 196 218 / 60%) 20px 20px 100px !important;
    box-shadow: rgb(199 196 218 / 60%) 20px 20px 100px !important;
    opacity: 1 !important;
}



/*visit-sec*/
.visit-sec{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 70px;
	background: #F6F5FF;
	padding: 70px 0px;
}


@media screen and (max-width:1200px){
	.visit-sec-grid{
		display: block !important;
	}
	.visit-sec-txt{
		margin-bottom: 40px !important;
	}
}
.visit-sec-grid-card{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}
.visit-sec-txt{
	position: relative;
	width: 100%;
	height: auto;
}
.visit-sec-txt h2{
	margin-bottom: 30px;
}
.visit-sec-txt p{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 10px;
}

.visit-sec-grid-card-slider{
	position: relative;
	width: 100%;
	height: auto;
}
.visit-owl{
    position: relative;
    width: 100%;
    height: auto;
}
.visit-owl .item{
    position: relative;
    width: 100%;
    min-height:200px;
    border-radius: 5px;
    padding: 10px;
}
.visit-owl .item-main{
    -moz-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	 -webkit-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    position: relative;
    width: 100%;
    min-height:200px;
    border-radius: 5px;
    padding: 10px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
}
.visit-owl .item-main:hover{
	transform: scale(1.1);
}
.visit-owl .item-main img{
	width: 100%;
	height:200px;
	object-fit: cover;
	object-position: top center;
}
@media screen and (max-width:600px){
	.visit-owl .item-main img{
		height: auto !important;
		max-height: 350px !important;
	}
}
.item-main-txt{
	padding:0px 10px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.item-main-txt h3{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	font-weight: 700;
}

.item-main-txt h5{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.item-main-txt p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
























/*t-sec*/
.t-sec{
	position: relative;
	height: auto;
	margin-top: 70px;
}
.t-sec .site-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sec-header{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 40px 0px;
}
.sec-header h2{
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
}

.sec-header p{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #3C3C3C;
}
.sec-header a{
	position: relative;
	background:#0F70E6;
	border: 1px solid #0F70E6;
	width: auto;
	padding: 10px 20px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	text-align: center;
	-webkit-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	-moz-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
}

.sec-banner{
	position: relative;
	width:100%;
	height: auto;
	background: #ffffff;
		 -moz-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	 -webkit-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	padding: 10px;
	border-radius: 10px;
}
.sec-banner:before{
	content: 'We Are Softicu Hub #1 Innovation Centre In Umuahia';
	position: absolute;
	bottom: 40px;
	left: 50px;
	width: 250px;
	height: 250px;
	background: #1171E6;
	border-radius: 50%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	       -webkit-animation: heartbeat 2.5s ease-in-out infinite both;
    -moz-animation: heartbeat 2.5s ease-in-out infinite both;
    -o-animation: heartbeat 2.5s ease-in-out infinite both;
    animation: heartbeat 2.5s ease-in-out infinite both;
}
@media screen and (max-width:600px){
	.sec-banner:before{
	width: 150px !important;
	height: 150px !important;
	font-size: 15px !important;
}
.sec-banner img{
	height: auto !important;
	max-height: 500px !important;
	min-height: 300px !important;
}
}
.sec-banner img{
	width: 100%;
	height: 650px;
	object-fit: cover;
}





/*blog-sec*/
.blog-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
	display: block;
}
.blog-sec-header{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0px;
}

.blog-sec-grid{
	  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  grid-template-rows:auto;
  margin-top: 10px;

}

.blog-sec-card{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
			 -moz-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	 -webkit-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    background: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 10px;
}
.blog-sec-card-banner{
	position: relative;
	width: 100%;
	height: 200px;
}
@media screen and (max-width:1200px){
.blog-sec-grid{
  grid-template-columns:repeat(auto-fit, minmax(400px, 1fr)) !important;
}
.blog-sec-card-banner{
	height: 300px !important;
}
.blog-sec-card{
	margin-top: 20px !important;
}
}

@media screen and (max-width:930px){
.blog-sec-grid{
 display: block !important;
}
.blog-sec-card-banner{
	height: auto !important;
}
}
.blog-sec-card-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
}
.blog-sec-card-txt{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
}
.blog-sec-card-txt span{
	position: relative;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-sec-card-txt h2{
	margin: 10px 0px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-sec-card-txt p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	 display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-sec-footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	text-align: center;
	margin-top: 20px;
}
.blog-sec-footer a{
	position: relative;
	background:#0F70E6;
	border: 1px solid #0F70E6;
	width: auto;
	padding: 10px 30px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	-moz-box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
	box-shadow: rgb(33 46 238 / 30%) 0px 10px 30px;
}


/*feedback-sec*/
.feedback-sec{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width:1000px){
.feedback-sec-header{
  padding: 20px 0px !important;
}
}
.feedback-sec-header{
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0px;
   display: grid;
  grid-template-columns: 1fr 150px;
  grid-gap: 20px;
}
.ss-header{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (max-width:500px){
.feedback-sec-header{
    display: block !important;
  }
.ss-header{
    margin-top: 5px !important;
    display: block;
  }
}
.feedback-sec-header h2{
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width:300px){
.feedback-sec-header h2{
    font-size: 20px !important;
  }
}

.feedback-sec-header button{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  width: 70px;
  height: 22px;
}



.ceo-owl{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.ceo-owl .item{
    position: relative;
    width: 100%;
    min-height:200px;
    border-radius: 5px;
    padding: 20px;
}
.ceo-owl .item .item-main{
    -moz-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
	 -webkit-box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    box-shadow: rgb(199 196 218 / 40%) 20px 20px 100px;
    position: relative;
    width: 100%;
    min-height:200px;
    border-radius: 5px;
    padding: 30px;
    background: #ffffff;
}
.top-item{
     position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns:40px 1fr;
    grid-gap: 20px;
}
.top-item  img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
}
.top-item-txt{
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.top-item-txt h3{
    position: relative;
    width: 100%;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0;
    margin: 0;
    font-size:17px;
    margin-top: 5px;
    font-weight: 700;
}
.bottom-item{
    position: relative;
    width: 100%;
    height: auto;
   margin-top: 20px;
}

.bottom-item p{
    margin: 0;
    padding: 0;
    font-size: 13px;
  display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}


.bottom-item ul{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 30px;
}
.bottom-item ul li{
	position: relative;
	display: inline-flex;
	margin-left: 20px;
}
.bottom-item ul li:first-child{
	margin-left: 0px;
}
.bottom-item ul li a{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #EDEDED;
	font-size: 16px;
}