img.santoshi 
{
	position: absolute;
	top: 0;
	left: 0;
}
	
.santoshi-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 800px;
}

.santoshi-wrap:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ba;
	    z-index: 9;
}

/* a.logo-wrap img {
    width: 100px;
	filter: invert(1);
}	 */

a.logo-wrap img {
    width: 100px;
}	

.vid-wrap {
    width: 100%;
    height: 800px;
}

.slide-video
{
	width: 100%;
    height: 800px;
    object-fit: cover;
}

.santoshi-wrap:before {
	background: linear-gradient(135deg, #163394, #88368D, #DE7656, #5CADDd);
	background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../images/bk2.png); */
    opacity: 0.9;	
}


.footer-box img 
{
    width: 84px !important;
}


.serv-pg-box:hover {
   /*  background: linear-gradient(to bottom, #004a74, #070f33, #2d1537); */
		background: linear-gradient(to right, #0575E6, #021B79);
}

#accordion [aria-expanded="true"] 
{
	/* background: linear-gradient(to bottom, #004a74, #070f33, #2d1537); */
	background: linear-gradient(to right, #523590, #cc7d68);
}


.contact-box ul li:hover .footer-icon
{
	transition: .5s all ease;	
}

.exp-box {
    background-color: #fff;
}

.serv-box a {
    background-color: #ffffff;
}

.testimonial-caro .item
{
	background-color: #fff;
}

/* section.about-sect,
.about-page section.gettouch-sect,
.service-pg-sect,
section.whychoose-sect
{
	background: linear-gradient(to right, #021B79, #0575E6);
} */

.atl-top svg {
    width: 20px;
    height: 20px;
}

.atl-top ul {
    padding-left: 0;
}

.atl-top ul li svg path {
    fill: #fff;
}

.atl-top ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.atl-top {
    width: 70%;
}

.atl-top ul li svg {
    flex-shrink: 0;
}



