
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


:root {
    --color-1: #012f6b;
    --color-2: #ffcb08;
    --color-3: #025b96;
    --color-4: #ffcb0878;
    --color-5: #fff;
    --color-6: #ffefb4;
    --color-7: #fffbf6;
    --color-8: #fff8da;
    --color-9: #00306b17;
}


* {
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
  
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}



/* navbar */

.navigation-bar {
    background-color: var(--color-3);
    border-bottom: 1px solid var(--color-1);
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar {
	padding: 2px !important;
}

.navbar-brand {
    float: left;
    font-size: 51px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 228px;
    gap: 5px;
}

.showCls{
	display: none;
}

.hideCls{
	display: block;
}


.navbar-brand img {
    height: 64px;
    width: auto;
}

.navbar-nav {
    display: flex;
    gap: 10px;
    list-style: none;
    float: right;
    flex-direction: row;
    margin-left: auto;
    margin-right: 10px;
}

.navbar-nav li {
    color: #fff;
    border: 1px solid var(--color-1);
    background-color: var(--color-2);
    display: flex;
}

.navbar-nav li:hover {
    border: 1px solid var(--color-2);
}

.navbar-nav li:hover .navbar-nav li a{
	text-decoration: none;
    color: var(--color-2) !important;
    background-color: var(--color-1) !important;
}

.navbar-nav li a {
    padding: 5px 20px !important;
    color: var(--color-3);
    font-size: 17px;
    background-color: var(--color-5);
    border-left: 1px dotted var(--color-2);
}


.navbar-nav li a:hover {
    text-decoration: none;
    color: var(--color-2);
    background-color: var(--color-1);
}

.arr {
    height: 37px;
    font-size: 20px;
    display: flex;
    background-color: var(--color-1);
    color: var(--color-2);
    float: left;
    position: relative;
    width: 37px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all .3s;
        
}

.menuCls{
    position: relative;
}

.sub-menu {
    /* opacity: 1 !important; */
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    list-style: none;
    position: absolute;
    margin-right: -63px !important;
    margin-top: 3px !important;
    overflow: hidden;
    top: 50px;
    transition: all 1.5s;
    background-color: transparent;
    padding:0 !important;
    transform: translate(0px, -30px);
    z-index:5;
    opacity: 0;
    display: none;
}


.nothide {
    opacity: 1 !important;
    transform: translate(0px, 0px);
    display:block;
}

.sub-menu li {
    border: 1px solid var(--color-1);
    border-bottom: 1px solid var(--color-3);
    overflow: hidden;
    background-image: linear-gradient(90deg, #fffdf3, #fffae6);
}

.sub-menu li a {
    padding: 2px 10px !important;
    width: 100%;
    display: block;
    color: var(--color-5);
    background-color: var(--color-3) !important;
    text-decoration: none;
    font-size: 17px !important;
}

.navbar-nav li a:hover {
    text-decoration: none;
    color: var(--color-2);
    background-color: var(--color-1);
}
.navbar-expand-lg .navbar-nav .nav-link {
   padding-right: 0;
   padding-left: 0;     	
}

.show{
	display: block;
}


		/* headder */
	
	
		
.headderDiv .backLogo {
    left: 0;
    top: 62px;
    rotate: 180deg;
    position: absolute;
    height: 600px;
    opacity: 0.2;
    width: 295px;
}

.headderContent{
    z-index: 1;
    background-color: #efefeff7;
    color: #fff;
    height: 90vh;
    right: 0;
    display: flex;
    align-items: center;
    padding: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 70px 0px 90px;
}

.headderContent .aboutDiv h1 {
    text-align: center;
    font-family: 'Old Standard TT', serif;
}

.activeCls{
	text-decoration: none;
    color: var(--color-2) !important;
    background-color: var(--color-1) !important;
}

.activeBrd{
	border: 1px solid var(--color-2) !important;
}

.headderContent .aboutDiv h1:after {
    content: "";
    position: relative;
    display: block;
    height: 4px;
    width: 40%;
    background-color: var(--color-3);
    margin-left: 30%;
}

.aboutDiv {
    padding: 95px 25px;
    background: #fff;
    color: #000;
    box-shadow: 0 20px 40px rgb(36, 38, 53);
}

.headderContent .aboutDiv .descLink a {
    color: #fff;
    border: 2px solid var(--color-1);
    padding: 8px 10px;
    font-size: 20px;
    background-color: var(--color-1);
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.headderContent  .aboutDiv .descLink a:hover {
    text-decoration: none;
    border-color: var(--color-3);
    color: var(--color-1);
    background-color: #fff;
}

.boxbanner {
    width: 200px;
    height: 200px;
    background: var(--color-1);
    border: 1px solid #000;
    transform: rotate(45deg);
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(36, 38, 53);
    -moz-box-shadow: 0 20px 40px rgb(36, 38, 53);
    -webkit-box-shadow: 0 20px 40px #242635;
}

.boxbanner img {
    rotate: 315deg;
    width: 100%;
    height: 100%;
    scale: 1.45;
}

.boxbanner div {
    background: #00000080;
    position: relative;
    top: 0px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: 'Old Standard TT', serif;
    text-shadow: 0px 0px 1px #000;
    text-align: center;
    font-family: 'Play', sans-serif;
}

.boxbanner:hover {
    transform: rotate(0deg);
    scale: 1.4;
    transition: all 0.7s;
    position: relative;
    z-index: 1;
}

.headderContent .aboutDiv .descLink a i {
    color: var(--color-3);
    background-color: var(--color-2);
    border-radius: 50%;
    padding: 2px;
    vertical-align: middle;
}

.headderContent .aboutDiv .descLink a:hover i {
    color: var(--color-2);
    background-color: var(--color-3);
}

.boxbanner:hover img {
    rotate: 360deg;
    scale: 1;
    /* transition: all 0.9s; */
}

.boxbanner:hover div {
    top: -200px;
    transition: all .7s;
}

.flex {
    display: flex;
    height: 150px;
    margin-top: -50px;
}
.box1, .box4 {
    margin-left: 150px;
}

.box2 {
    margin-right: 50px;
}

.box3 {
    margin-left: 50px;
}

.arrRot {
    transform: rotateZ(90deg);
    transition: all .3s;
}


/* body */

.body {
    /* margin-top: 100vh; */
    background-color: var(--color-7);
    border-top: 1px solid var(--color-9);
}

.backLogo {
    position: absolute;
    right: 0;
    top: 110vh;
    height: 87vh;
    opacity: .2;
    z-index: 0;
}


.baclogoIndex {
    width: 300px;
}

.baclogoIndex1 {
    top: 210vh;
    width: 300px;
    rotate: 180deg;
    left: 0;
}

.clientSection{
	padding: 29px 0px;
}

.aboutDiv p .tooltp {
    font-style: italic;
    text-decoration: underline;
}

.sectionHead {
    text-align: center;
    font-family: 'Old Standard TT', serif;
    color: var(--color-3);
    font-size: 50px;
}

.clientSection .sectionHead:after {
    background-color: var(--color-3);
    width: 250px;
    /* left: 37%; */
    position: unset;
    margin: auto;
}


.sectionHead:after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    z-index: -1;
}

.TestimonialDiv {
    padding-top: 15px;
    background-color: var(--color-1);
    border: none;
    border-bottom: 1px solid var(--color-2);
    border-radius: 0 0 50px 50px;
}

.clientSection .clientDiv img {
    margin: 40px;
    box-shadow: 8px 10px 20px 0px var(--color-1);
    border: 1px solid var(--color-3);
}

.row{
	margin:0;
}

.bi-hand-index::before {
    transform: rotate(90deg);
    margin-right: 5px;
}


.arrPartnr {
    font-size: 40px;
    display: flex !important;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    align-items: center;
    color: var(--color-3);
    z-index: 2;
}

.awardDivSec{
	text-align: center;
}


.awardsection .sectionHead {
    font-size: 40px;
}

.awardsection .awards .certificate {
    border: none;
    border-radius: 50%;
    height: 110px;
}

.awardsection .certificates {
    height: 150px;
   	margin-top: 25px;
}

.awardsection .awards .certificate {
    border: none;
    border-radius: 50%;
    height: 110px;
}

.awardsection .sectionHead:after {
    height: 3px;
    width: 250px;
    margin: auto;
    position: unset;
    background: var(--color-3);
}

.awardsection .awards {
    display: flex;
    justify-content: center;
}

.awards .card {
    margin: 10px;
}

.card {
    margin-bottom: 10px;
    transition: all .3s;
    /* border: 1px solid var(--color-1); */
    border-width: 0 !important;
}

.awardsection .awards img {
    height: 150px;
    border: 4px double var(--color-1);
    margin: auto 10px;
    box-shadow: 4px 4px 7px 0px #000;
}

.servicesSection {
        padding: 40px 100px;
}

.servicesSection .card {
    margin-bottom: 10px;
}

.servicesSection .sectionHead:after {
    background-color: var(--color-3);
    width: 190px;
    position: unset;
    margin: auto;
}

.presRelease {
    padding: 20px;
    background-color: var(--color-9);
}

.accordion-button{
	background-color: var(--color-1);
	color: #fff;
	padding: 13px 15px;
    border-radius: 5px !important;
     margin-top: 10px;
} 

.accordion-button:not(.collapsed){
	background-color: var(--color-1);
	color: #fff;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button::after{
	filter:invert(1);
}

.cardDesc h2 {
    font-family: 'Old Standard TT', serif;
    margin-top: -20px;
    padding-bottom: 20px;
    text-align: center;
}

.cardDesc ul{
	list-style: none;
}

.accordion-item {
  	transition: margin 300ms ease-in-out;
  	margin: 0 150px;
  	background-color: var(--color-9);
  
}

.accordion-collapse{
	padding: 20px 5px;
	border: 1px solid #000;
}

.cardImg img {
    width: 100%;
    border: 6px double #000;
    background-color: var(--color-8);
}

.cardImg {
    transition: all .3s;
}

.cardDesc h2 {
    font-family: 'Old Standard TT', serif;
    margin-top: -20px;
    padding-bottom: 20px;
    text-align: center;
}

.nestedUl1 {
    padding-left: 40px;
}

.nestedUl2 {
    padding-left: 60px;
    margin-bottom: 10px;
}

.newsClipSymb {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: var(--color-5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 54px;
    border: 1px solid var(--color-1);
    color: var(--color-3);
    right: 30px;
    margin-top: -71px;
    box-shadow: 0px 0px 10px var(--color-1);
}

.clipSymbol {
    display: flex;
    justify-content: center;
    align-items: center;
}

.presRelease .sectionHead:after {
    width: 310px;
    margin: auto;
    position: unset;
    background-color: var(--color-3);
}

.presRelease .listNews {
    padding: 10px 90px;
}

.presRelease .listNews ul{
	list-style:none;
}

.presRelease .listNews ul li {
    margin-bottom: 20px;
}

.news {
    padding: 5px;
}

.listNews a {
    color: var(--color-1);
    text-decoration: none;
}

.listNews a:hover {
    font-weight: 600;
    text-decoration: none;
}

.testimlSection .sectionHead {
    color: var(--color-5);
    padding-top: 5px;
}

.testimlSection {
    background-color: var(--color-1);
    background-image: linear-gradient(0deg, var(--color-3), transparent, var(--color-1));
}


.testimlSection .sectionHead:after {
    background-color: #fff;
    width: 270px;
    position: unset;
    margin: auto;
}

.quote {
    position: absolute;
    background-color: var(--color-5);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    border-radius: 50%;
    margin-top: -125px;
    color: var(--color-3);
    overflow: hidden;
    border: 1px solid var(--color-1);
    box-shadow: 0px 0px 10px var(--color-1);
}

.descTesti {
    padding: 15px 30px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    color: #fff;
}

.descTesti h3 {
    text-align: center;
    text-decoration: underline;
    font-family: 'Old Standard TT', serif;
    font-size: 40px;
    margin-bottom: 30px;
}

.descTesti ul {
    font-size: 15px;
    list-style: none;
}

.descTesti li {
    margin-bottom: 10px;
    display: flex;
    gap: 5px;
}

.descTesti li a {
    text-decoration: none;
    color: var(--color-2);
}

.descTesti li a:hover {
    color: #fff;
    text-decoration: none;
}

.descTesti li i {
    margin-top: 3px;
}

.testiBox {
    margin-right: 20px;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    height: 400px;
    font-size: 15px;
    border-radius: 5px;
}


.slick-dots {
    bottom: -45px;
}

.slick-dots li {
	/* border: 1px solid #c18e8e; */
    border-radius: 50%;
    border-width: 3px;
    width: 10px;
    height: 10px;
    background: #fff;
}

.slick-dots .slick-active{
	background-color: var(--color-2);
	box-shadow: 0px 0px 4px 4px #fff;
}

.arrTesti {
    width: 20%;
    position: relative;
    top: -15px;
    display: flex;
}
.arrTesti button{
	border: none;
}

.arrTesti button i{
	font-size: 20px;
}

.slideBTn i{
	color: #418ddb;
}

.testiright i, .testileft i{
	color: #fff !important;
}

.testiright {
    background-color: #418ddb !important;
    border-radius: 0 5px 5px 0;
    border: none;
}

 .testileft{
 	background-color: #418ddb !important;
    border-radius: 5px 0px 0px 5px;
    border: none;
}
 

.slideBTn{
	padding: 5px 10px;
	display: flex;
}

.bi-newspaper{
	margin-top: 5px;
    padding-right: 5px;
    color: var(--color-1);
}

.hPoint{
	margin-right: 5px;
}

.quoteTestimonials {
    position: relative;
    color: var(--color-2);
    font-size: 30px;
    height: 13px;
    top: -12px;
    -webkit-text-stroke: 1px var(--color-1);
}

 #play{
	display: none;
} 

.hideIC{
	display: none;
}

#play.showIc{
	display: block;
}



		/* about us */
.missionVision {
    background-color: var(--color-9);
    padding-top: 25px;
}
		
.pageStart {
    min-height: 566px;
    /* margin-top: 65px; */
    background-color: var(--color-7);
    padding: 20px 40px;
}

.aboutUs .backLogo {
    top: 60px;
    width: 300px;
    position: fixed;
}


.aboutUs .sectionHead {
    color: var(--color-1);
}

.aboutUs .sectionHead:after {
    height: 4px;
    border-radius: 0;
    background: var(--color-1);
    z-index: 0;
    width: 50%;
    margin: 0;
    width: 30%;
    margin: 0;
    position: relative;
    margin: auto;
}

.imgBox img {
    width: 100%;
}


.missionVision .missionBox .msnImg {
    width: 60px;
    margin-top: -20px;
}

.missionVision .msnImg {
    width: 70px;
    position: absolute;
    margin-top: -25px;
}

.missionVision h1 {
    font-family: 'Old Standard TT', serif;
    margin-left: 75px;
}

.missionVision h1:after {
    content: "";
    position: relative;
    width: 225px;
    height: 4px;
    display: block;
    background: var(--color-1);
    margin-left: -75px;
}

.missionBox>ul{
	list-style:none;
}


.listNews ul li, .missionVision ul li {
    display: flex;
    margin-bottom: 5px;
}

.missionVision ul li i {
    margin-top: 5px;
    padding-right: 5px;
    color: var(--color-1);
}


.aboutMgmt {
    padding-bottom: 40px;
}

.aboutMgmt h2 {
    font-size: 40px;
}

.mgmthd{
	font-family: 'Old Standard TT', serif;
}


/* stayconnected */
.stayConnectedPage .backLogo {
    top: 70px;
    width: 300px;
}


.stayConnectedPage .sectionHead {
    color: var(--color-1);
}

.stayConnectedPage .sectionHead:after {
    height: 4px;
    border-radius: 0;
    background: var(--color-1);
    z-index: 0;
    width: 50%;
    margin: 0;
    width: 30%;
    margin: 0;
    position: relative;
    margin: auto;
}


.stayConnectedPage .sectionHead:after {
    width: 250px !important;
}

.addressDiv a {
    display: flex;
    padding-bottom: 5px;
    text-decoration:none;
}

.addressDiv a span {
    color: #000;
}

.addressDiv a .icon {
	color: var(--color-1);
    width: 24px;
}

.addressDiv a span {
    color: #000;
}

.addressDiv {
    width: fit-content;
}

.addressDiv a:hover
 {
    text-decoration: none;
    font-weight: 600;
}

.contactLink .mapDiv {
    border: 1px solid var(--color-1);
    overflow: hidden;
    height: 350px;
    width: fit-content;
}


			/* health */

.SolutionhealthDiv .sectionHead {
    font-size: 40px;
    margin-bottom: 17px;
}

.solutionsHealth .sectionHead {
    width: fit-content;
    text-align: left;
}

.solutionsHealth .sectionHead {
    width: fit-content;
    text-align: left;
}

.solutionsHealth .sectionHead:after {
    width: 0px;
}

/* .solutionHealth-Slider>.slick-dots{
	top: -45px !important;
	height: fit-content;
} */

.solutionBox .solutionIcon {
    text-align: center;
    margin: auto;
}

.solutionBox {
    margin: 0 100px;
    /* margin-bottom: 30px; */
}

.solutionBox .solutionIcon div {
    height: 400px;
    position: relative;
    left: -100px;
    top: 0;
}

.solutionBox .solutionIcon div svg{
	width: auto;
	height: 100%;
}

.solutionBox .solutionIcon div img{
	width: auto;
	height: 95%;
}

.solutionDesc p {
    padding: 0 30px;
    line-height: 25px;
}

.solutionDesc{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.detailsLink .site h2, .detailsLink .app h2{
	font-size: 1rem;
	width:fit-content;
}

.detailsLink i {
	color: var(--color-1);
    padding: 5px;
}

.detailsLink a{
	text-decoration: none;
	font-weight: 600;
    color: var(--color-1);
}

.detailsLink .site h2:hover{
	color: red;
}

.solutionsHealth .sectionHead span {
    font-family: "Old Standard TT", serif;
   /*  margin-right: 20px;
    margin-top: 20px; */
}

.solutionHead {
    font-family: 'Old Standard TT', serif;
    color: var(--color-1);
    text-align: center;
}


.projectLink {
    font-family: 'Old Standard TT', serif;
    color: var(--color-1);
    text-align: center;
    font-size: 18px !important;
    width: 300px !important;
    margin: auto;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.projectLink a:after {
    height: 3px;
    background-color: var(--color-3);
    display: block;
    margin: auto;
    content: "";
    width: 0;
    transition: width 1s;
}

.site .projectLink a:hover:after {
    width: 145px;
    transition: width 1s;
}

.app .projectLink a:hover:after {
	width: 100%;
    transition: width 1s;
}

.solutionHealth-Slider .slick-dots li button{
	font-size: 30px !important;
    color: #000 !important;
    width: auto;
    font-family: 'Old Standard TT', serif;
    /* margin: auto 10px; */
    opacity: .5;
}

.solutionHealth-Slider .slick-dots{
	display: flex !important;
    justify-content: center !important;
    bottom: inherit;
    top: -72px;
    height: 64px;
    padding-top: 20px;
    /* background: var(--color-9); */
    margin-left: 300px;
    width: 800px; 
}

/* .solutionHealth-Slider .slick-dots .slcBtn:after {
    content: "";
    width: 0%;
    background: #000;
    height: 4px;
    display: block;
    margin-top: 25px;
    transition: width 2s;
    float: right;
}

.solutionHealth-Slider .slick-dots .slick-active .slcBtn:after {
    background: var(--color-3);
    width: 100%;
    transition: width 2s;
    float: left;
} */

.solutionHealth-Slider .slick-dots li{
	width: auto !important;
}

.solutionHealth-Slider .slick-dots .slick-active{
	background-color: transparent !important;
    box-shadow: 0 !important;
}

.solutionHealth-Slider .slick-dots li button:before {
    content: "" !important;
    width: 0% !important;
    background: #000;
    height: 4px !important;
    display: block !important;
    margin-top: 30px !important;
    transition: width 2s !important;
    float: right !important;
    
}


.solutionHealth-Slider .slick-dots li.slick-active button:before {
	background: var(--color-3) !important;
    width: 100% !important;
    transition: width 2s;
    
}

.solutionHealth-Slider .slick-dots .slick-active .slcBtn {
    color: var(--color-1) !important;
    opacity: 1;
}

.actSubcls{
	border: 1px solid var(--color-2) !important;
}

.actSubcls a{
	color: var(--color-2) !important;
}


/* education */
.solutionEducation-Slider .slick-dots li button, 
.solutionNutrition-Slider .slick-dots li button, 
.solutionDisaster-Slider .slick-dots li button, 
.solutionUrbanDevelopment-Slider .slick-dots li button, 
.solutionTransport-Slider .slick-dots li button, 
.solutionIndustries-Slider .slick-dots li button
{
	font-size: 30px !important;
    color: #000 !important;
    width: auto;
    font-family: 'Old Standard TT', serif;
    /* margin: auto 10px; */
    opacity: .5;
}

.solutionEducation-Slider .slick-dots, 
.solutionNutrition-Slider .slick-dots, 
.solutionDisaster-Slider .slick-dots, 
.solutionUrbanDevelopment-Slider .slick-dots, 
.solutionTransport-Slider .slick-dots, 
.solutionIndustries-Slider .slick-dots
{
	display: flex !important;
    justify-content: center !important;
    bottom: inherit;
    top: -72px;
    height: 64px;
    padding-top: 20px;
    /* background: var(--color-9); */
    margin-left: 300px;
    width: 800px; 
}

.solutionEducation-Slider .slick-dots li, 
.solutionNutrition-Slider .slick-dots li, 
.solutionDisaster-Slider .slick-dots li, 
.solutionUrbanDevelopment-Slider .slick-dots li, 
.solutionTransport-Slider .slick-dots li, 
.solutionIndustries-Slider .slick-dots li
{
	width: auto !important;
}

.solutionEducation-Slider .slick-dots .slick-active, 
.solutionNutrition-Slider .slick-dots .slick-active, 
.solutionDisaster-Slider .slick-dots .slick-active, 
.solutionUrbanDevelopment-Slider .slick-active, 
.solutionTransport-Slider .slick-active, 
.solutionIndustries-Slider .slick-active
{
	background-color: transparent !important;
    box-shadow: none !important;
}

.solutionEducation-Slider .slick-dots li button:before, 
.solutionNutrition-Slider .slick-dots li button:before, 
.solutionDisaster-Slider .slick-dots li button:before, 
.solutionUrbanDevelopment-Slider .slick-dots li button:before, 
.solutionTransport-Slider .slick-dots li button:before, 
.solutionIndustries-Slider .slick-dots li button:before

  {
    content: "" !important;
    width: 0% !important;
    background: #000;
    height: 4px !important;
    display: block !important;
    margin-top: 30px !important;
    transition: width 2s !important;
    float: right !important;
    
}


.solutionEducation-Slider .slick-dots li.slick-active button:before,
.solutionNutrition-Slider .slick-dots li.slick-active button:before,
.solutionDisaster-Slider .slick-dots li.slick-active button:before,
.solutionUrbanDevelopment-Slider .slick-dots li.slick-active button:before,
.solutionTransport-Slider .slick-dots li.slick-active button:before,
.solutionIndustries-Slider .slick-dots li.slick-active button:before
{
	background: var(--color-3) !important;
    width: 100% !important;
    transition: width 2s;
    
}

.solutionEducation-Slider .slick-dots .slick-active .slcBtn, 
.solutionNutrition-Slider .slick-dots .slick-active .slcBtn , 
.solutionDisaster-Slider .slick-dots .slick-active .slcBtn, 
.solutionUrbanDevelopment-Slider .slick-dots .slick-active .slcBtn, 
.solutionTransport-Slider .slick-dots .slick-active .slcBtn, 
.solutionIndustries-Slider .slick-dots .slick-active .slcBtn
 {
    color: var(--color-1) !important;
    opacity: 1;
}


/* newsClips */

.newsClips .backLogo {
    top: 60px;
    width: 300px;
    position: fixed;
}


.newsClips .sectionHead {
    color: var(--color-1);
}

.newsClips .newsClipsHead::after {
    width: 250px !important;
}
.newsClips .sectionHead:after {
    height: 4px;
    border-radius: 0;
    background: var(--color-1);
    z-index: 0;
    width: 50%;
    margin: 0;
    width: 30%;
    margin: 0;
    position: relative;
    margin: auto;
}

.newsContainer{
	z-index: 9;
	padding: 5px;
}

.newsContainer>div {
    height: 200px;
    background-color: var(--color-9);
    overflow: auto;
    box-shadow: 1px 1px 8px 0px #000;
}

.newsContainer .sectionHead{
	height: 200px;
    font-size: 30px;
    display: grid;
    align-items: end;
    transition: all 0.7s;
    position: absolute;
    z-index: 1;
    background-color: var(--color-3);
    opacity: .7;
    width: 22.65vw;
    color: var(--color-5);
    padding: 0px 60px;
}


.newsContainer>div:hover .sectionHead {
    position: relative;
    position: sticky;
    z-index: 1;
    background-color: var(--color-8);
    top: 0;
    opacity: 1;
    font-size: 16px;
    display: block;
    height: auto;
    transition: all 0.5s;
    color: var(--color-1);
}



.newsContainer .card-Image{
	margin: 0;
    margin-bottom: 10px;
    transition: none;
    border: none;
    padding: 5px;
   	/* box-shadow: 3px 3px 10px 0px #000; */
}

.newsClips .col1 {
    min-height: 70%;
    display: flex;
    align-items: center;
}

.newsContainer .container .card-Image img{
	width: 100%;
	box-shadow: 0px 0px 5px 1px #000;
}

.card-Image > .row> div{
	padding: 0px !important;
}

.innerRow{
	gap: 5px;
}

.cardImg{
	z-index: 9;
	/* position: relative; */
}

.cardImg:hover .cardImgBack{
	display: none;
}

.cardImg:hover .cardImgFront{
	display: block !important;
}


/* scroll button */
#back-to-up {
    background: var(--color-1);
    box-shadow: 0px 0px 8px var(--color-5);
    position: fixed;
    right: 20px;
    color: var(--color-5);
    bottom: 20px;
    display: flex;
    font-size: 30px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    opacity: .8;
}


#back-to-up span {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tooltip {
	display: none !important;
}

/* footer */

footer{
    background-color: var(--color-3);
}

footer .copyDiv {
    text-align: center;
    color: var(--color-5);
    padding: 7px 15px;
}

footer .copyDiv .copy, footer .copyDiv strong {
    color: var(--color-2);
}




/* tooltip */

/* Custom Tooltip Styles */
.tooltip-inner {
  background: linear-gradient(135deg, #6a11cb, #2575fc) !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  max-width: 250px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
}

.tooltip-inner ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.tooltip-inner li {
  margin-bottom: 5px;
}

/* Tooltip Arrow */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: linear-gradient(135deg, #6a11cb, #2575fc) !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: linear-gradient(135deg, #6a11cb, #2575fc) !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: linear-gradient(135deg, #6a11cb, #2575fc) !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: linear-gradient(135deg, #6a11cb, #2575fc) !important;
}

/* Optional: change cursor on hover */
.tooltip-trigger {
  cursor: pointer;
  text-decoration: underline;
}

  
  
  /* modal */
  
  .modalDiv{
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
    background-color: #000;
    position: absolute;
  }

