@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');

html{
    scroll-behavior: smooth;
    scroll-padding-top:var(--scroll-padding, 90px);
}

:root{
    --color1: #5E4FDA;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.6rem;
}
.hspace{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.navbar{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.banner{
    height: 430px;
    background: #333;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

h1{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
h1 span, h2 span{
    color: var(--color1);
}
h2{
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

h3{
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.about_us p::after{
    content: "";
    width: 150px;
    height: 3px;
    background: #443B7D;
    opacity: 0.1;
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
}
.media{
    background: var(--color1);
    min-height: 300px;
    background-image: url(../images/media_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}
.media h2 { margin-bottom: 3rem;}
.media .card{
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    padding: 1.4rem;
    text-align: left;
    margin-bottom: 3rem;
}
.media .card img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    transform: translate(0rem, -2.4rem);
    -webkit-transform: translate(0rem, -2.4rem);
    -moz-transform: translate(0rem, -2.4rem);
    -ms-transform: translate(0rem, -2.4rem);
    -o-transform: translate(0rem, -2.4rem);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.media h3{
    color: var(--color1);
}
.media ul {
    display: flex;
    flex-wrap: wrap;
} 
.media ul li, .areas ul li{
    width: 50%;
    padding-left: 1.4rem;
    position: relative;
    margin-bottom: 0.4rem;
}
.media .mul_2 ul li{
    width: 100%;
}
.media ul li::before{
    content: url(../images/arrow_1.svg);
    position: absolute;
    left: 0;
    top: 0.1rem;
}
.areas ul{
    display: flex;
    flex-wrap: wrap;
}
.areas ul li{
    padding-left: 2rem;
}
.areas ul li::before{
    content: url(../images/arrow_2.svg);
    position: absolute;
    left: 3px;
    top: 0.1rem;
}
.areas img{
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    /* margin-top: 1.4rem; */
    /* transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9); */
}
/* img.img-flui {
    box-shadow: 0px 18px 16px 0px #d3d0df, 0px 21px 0px 9px white, 0px 23px 0px 13px rgb(94 79 218 / 10%);
} */
.data_services{
    background: linear-gradient(180deg, rgba(167, 167, 167, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
}
.all_s{
    margin-top: 3rem;
}
.all_s .img_icon{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 12px 12px 20px rgba(97, 101, 215, 0.37);
    text-align: center;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem;
}
.all_s > div{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
}
.all_s > div::before{
    content: "";
    background: linear-gradient(325.85deg, rgba(51, 43, 117, 0.1) -15.54%, rgba(51, 43, 117, 0) 100.6%);
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    transform: scale(1.5) translateY(12px);
}
.all_s > div h5{
    width: 100%;
    margin-top: 1.6rem;
    font-size: 1.2rem;
    color: #332B75;
    font-weight: 600;
}

.contact_us{
    background-image: url( ../images/contact.webp );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.contact_us .container{
    position: relative;
    z-index: 1;
}
.contact_detials{
    background: linear-gradient(180deg, rgba(103, 89, 222, 0.84) -6.27%, rgba(51, 43, 117, 0.58) 109.09%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 0px 20px 20px 20px;
    color: #fff;
    padding: 1.6rem;
    margin-top: 1rem;
    position: relative;
    width: 100%;
}
.contact_detials img{
    margin-bottom: 1.4rem;
}
.contact_detials p{
    margin-bottom: 0.7rem;
}
.contact_detials::before {
    content: "";
    width: 1.6rem;
    background: transparent;
    display: block;
    border: solid transparent 2rem;
    border-bottom-color: #4E43A8;
    position: absolute;
    top: -64px;
    left: 0;
}


.contact_detials a{
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}

.contact_us form{
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    background: #fff;
    padding: 1.4rem;
    padding-bottom: 5rem;
}

.contact_us form .form-control{
    margin-bottom: 1.4rem;
    border-radius: 0px 20px 20px 20px;
    -webkit-border-radius: 0px 20px 20px 20px;
    -moz-border-radius: 0px 20px 20px 20px;
    -ms-border-radius: 0px 20px 20px 20px;
    -o-border-radius: 0px 20px 20px 20px;
    padding-top:0.7rem ;
    padding-bottom: 0.7rem;
    border: solid 1px #9588FA;
}
.contact_us form .submit{
    background: #5E4FDA;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border:none;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.4rem;
    font-size: 1.4rem;
}
.contact_us form .submit img{
    margin-left: 10px;
}
.contact_us form .form-label span{
    color: red;
}

.cinf{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact_us::before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: linear-gradient(white, rgb(255 255 255 / 0%));
}


footer{
    background: #292453;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
footer p{
    margin-bottom: 1rem;
}
.img_b{
    position: relative;
}
.img_b::after {
    content: " ";
    height: 100%;
    width: 100%;
    border: solid 4px #5d4fda10;
    position: absolute;
    left: 0px;
    top: -20px;
    border-radius: 1.6rem;
}
.areas .img_b{
    margin-top: 2.6rem;
}
.areas .img_b img{box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;}
.areas .img_b::after {
    left: 0px;
    top: 15px;
}
.navbar-light .navbar-nav .nav-link{
    color: #41397F;
    font-weight: 500;
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-light .navbar-nav .nav-link.n_btn{
    color: #fff;
    background: #5E4FDA;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border: none;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

[data-scroll] {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
}
[data-scroll="out"] {
    opacity: 0;
    transform: translateY(90px) scale(0.9);
    -webkit-transform: translateY(90px) scale(0.9);
    -moz-transform: translateY(90px) scale(0.9);
    -ms-transform: translateY(90px) scale(0.9);
    -o-transform: translateY(90px) scale(0.9);
}


/* Mediea query */
@media screen and (min-width:576px) {
    .media .mul_2 ul li {
        width: 50%;
    }
}

@media screen and (min-width:768px) {
    .all_s {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .all_s > div {
        width: 50%;
    }
    footer .container{
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        
    }
    footer p {
        margin-bottom: 0rem;
    }
}

@media screen and (min-width:992px) {
    .all_s > div {
        width: 33.33%;
    }
    .media ul li {
        width: 100%;
    }
    .contact_detials::before {
        border-bottom-color: transparent;
        border-right-color: #4E43A8;
        top: 0px;
        left: -64px;
    }
    .contact_us form{
        padding: 1.8rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    .form-label {
        margin-bottom: 0;
    }
    .media .card{
        margin-bottom: 0;
    }
    .media .mul_1{
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (min-width:1200px) {
    .media .card {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: initial;
    }
    .media .card .img_b{
        width: 100%;
        margin-bottom: -2rem;
        margin-right: -0.6rem;
    }
    .media .card img {
        height: 100%;
        max-height: 273px;
        min-width: 182px;
        transform:translate(-37px, -45px);
        -webkit-transform:translate(-37px, -45px);
        -moz-transform:translate(-37px, -45px);
        -ms-transform:translate(-37px, -45px);
        -o-transform:translate(-37px, -45px);
    }
    .media .mul_1 .card{
        margin-right: 1.4rem;
        padding-right: 5px;
    }
    h1 {
        font-size: 2rem;
        line-height: 3.4rem;
    }
    .hspace {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .media h2 {
        margin-bottom: 4.3rem;
    }
    .areas .img_b::after {
        left: 0px;
        top: 0px;
    }
    .areas .img_b img{
        transform: translate(-1.4rem, -1.4rem);
        -webkit-transform: translate(-1.4rem, -1.4rem);
        -moz-transform: translate(-1.4rem, -1.4rem);
        -ms-transform: translate(-1.4rem, -1.4rem);
        -o-transform: translate(-1.4rem, -1.4rem);
    }
    .img_b::after {
        left: -20px;
        top: -30px;
    }
    .media ul li, .areas ul li{
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 1.4rem;
        margin-bottom: 1.4rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    

}