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;
}
/*---------------my-css--------*/
/*---navbar---------*/
.mynav{
	background: #fff;
	color: #000 !important;
}

.logo-w{
	height: 3rem;
}
.btn-login{
	background: linear-gradient(238deg, #280071,#B01C56);
	border: 1px solid;
}
.btn-login:hover{
	background: #fff;
	color: #000 !important;
}
.my-h{
	height: 450px;
}
.img-h{
	object-fit: cover;
}
/*-------about--us----*/
.about-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-box:before {
    position: absolute;
    content: '';
    background: url(../img/animation.svg);
    left: -128px;
    top: -104px;
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotateme 60s infinite;
    animation-name: rotateme;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 60s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 60s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    z-index: -1;
}

.about-box:after {
    position: absolute;
    content: '';
    background: url(../img/get-compliant-after.svg);
    right: -232px;
    bottom: -246px;
    height: 550px;
    width: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: rotateme;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 60s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 60s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    z-index: 1;
}
@keyframes rotateme {
 	0%{
 		transform: rotate(0);
 	}
 	100%{
 		transform: rotate(360deg);
 	}
}
.logo-bg{
	background: linear-gradient(238deg, #280071,#B01C56);
}
/*----serive----*/
.service-box {
    box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease-in-out;
    background: linear-gradient(238deg, #280071,#B01C56);
    height: 205px;
}

.service-box .number {
    position: absolute;
    right: 0px;
    bottom: -13px;
    font-size: 88px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1;
    color: rgba(165, 183, 210, 0.2);
    z-index: 1;
    pointer-events: none;
}
.icon-box {
    border: 3px
 	solid #fff;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 20px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.icon-box img {
    width: 50px;
    transition: transform .3s ease-in-out;
}
.my-letter-s{
	letter-spacing: 2px;
}
.service-box:hover .icon-box img {
    transform: scale(1.2);
}
/*--------counter------*/
.counter-section {
    padding: 50px 0;
    background: #4380e6;
    position: relative;
}
.counter-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: 45%;
    left: 0;
    background: linear-gradient(238deg, #280071,#B01C56);
}
.four {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgb(0 0 0 / 5%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    height: 280px;
    padding: 20px;
}
.counter {
    display: block;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0;
}
.counter-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
/*----*/
.price-row {
    background: #f3fcff;
    box-shadow: 0 17px 16px 0 rgb(235 241 245 / 55%);
    border-radius: 10px;
    padding: 25px 0;
    margin: 25px 0;
    z-index: -1;
}
.price {
    text-align: center;
    background: #0149ad;
    width: 105px;
    margin: auto;
    border-radius: 50%;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
}
.lh{
    line-height: 1.4;
}
/*-------------footer---------------*/
.footer{
    background: #cfcfcf;
    padding: 20px 0;
}
.our-team .card{
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    border-radius: 15px;
  }
  .our-team .card .border{
      border-radius: 15px;
  }
  .our-team .card .border img{
      object-fit: cover;
  }