* {
    margin: 0px;
    padding: 0px;
}

html{
    scroll-behavior:smooth;
}

body {
    padding: 14px;
}

section.flip-four-box {
    margin: 40px;
}

.logo {
    margin-left: 80px;
}

.logo img {
    width: 180px;
}

.flip-card {
    background-color: transparent;
    width: 220px;
    height: 220px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}

.flip-card-front {
    padding: 30px;
}

.flip-card-front h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #21145F;
    margin-top: 15px;
}

.flip-card-front img {
    width: 132px;
    height: 132px;
}

.flip-card-front h1,
.flip-card-back h1 {
    font-size: 24px;
}

.flip-card-back p {
    font-size: 12px;
}

.flip-card-front {
    background-color: #fff;
    color: black;
}

.flip-card-back {
    background-color: #21145F;
    color: white;
    transform: rotateX(180deg);
}

.imagerotate {
    position: absolute;
    top: 0%;
    left: 10%;
    margin: -38px 0 0 -60px;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    /*  z-index: -1; */
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

section.circle-rotate-section {
    margin-top: 100px;
    margin-bottom: 40px;
}

.circle-section img {
    width: 100%;
}

.title-1,
.title-2,
.title-3,
.title-4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #21145F;
}

.testimonial-section {
    margin: 40px 0px;
}

.class-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 0.3rem;
}

.testimonial-card {
    background: url(../images/testimonial-bg.png);
    background-size: 100% 100%;
    min-height: 300px;
    border-radius: 10px;
    flex-flow: column;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.testimon-text {
    padding: 36px 60px;
    padding-top: 70px;
    margin-top: 15px;
    line-height: 1.7em;
    position: relative;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #666666;
}


/* .testimonialimg {
    background: linear-gradient(90deg, #0c5adb 0%, #0d3370 100%);
    height: 140px;
    border-radius: 0 0 175px 175px;
    position: relative;
} */

.testimonimg {
    position: absolute;
    top: -50%;
    left: 35%;
    display: flex;
    justify-content: center;
    width: 30%;
}

img {
    max-width: 100%;
}

.person {
    color: white;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 1rem;
    font-weight: 600;
}

footer {
    background: #21145F;
    color: #fff;
    font-weight: normal;
}

footer .footer-top {
    padding: 50px 0px;
    padding-bottom: 10px;
}

.footer-bottom {
    background-color: #021a46;
    margin-top: 30px;
    text-align: center;
}

.copyright-text {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

footer p {
    font-size: 13px;
}

footer .footer-title {
    font-size: 18px;
    font-weight: bold;
}

footer ul.footer-list {
    margin: 0px;
    padding: 0px;
}

footer ul.footer-list li {
    list-style: none;
}

footer ul.footer-list li a {
    color: #fff;
    font-size: 13px;
}

footer ul.footer-list li a:hover {
    text-decoration: none;
    color: #999;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

.social-icons {
    margin-top: 4px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.social-icons ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons ul li {
    list-style: none;
    margin: 0px 10px;
}

.social-icons ul li a {
    color: #FFFFFF;
}

.social-icons ul li a svg {
    color: #FFFFFF;
    font-size: 18px;
}

footer .social-icons ul li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 25px;
}

.map-container {
    width: 100%;
    border: 3px solid #fff;
    height: 95%;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.main-container-box {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    outline: #21145F solid 15px;
    border-bottom: 0px;
    position: relative;
}

.inner-container {
    background: url(../images/top-left-bg.png);
    /* background: url(../images/top-left-bg.png) no-repeat top left, url(../images/bottom-right-bg.png) no-repeat bottom right; */
    position: relative;
}


/*
.bg-vector::after{
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:600px;
    height:500px;
    background:url(../images/bottom-right.png) no-repeat bottom right
} */

.lt-img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    height: 68px;
}

.footer-top .footer-link li {
    color: #fff;
    display: flex;
}

.footer-link li {
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer-link span {
    margin-left: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.circle-rotate-section {
    font-size: 14px;
    text-align: justify;
}

.whatsapp-panel-btn {
    position: fixed;
    bottom: 3.4%;
    right: 2%;
    width: 60px;
    height: 60;
}

.call-btn {
    position: fixed;
    bottom: 3.4%;
    right: 7%;
    width: 60px;
    height: 60;
}

.email-btn {
    position: fixed;
    bottom: 3.4%;
    right: 12%;
    width: 60px;
    height: 60;
}

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #B0B0B0;
}

.custom-nav {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    font-family: sans-serif !important;
    z-index: 1000;
}

.custom-nav a {
    font-size: 1rem;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    padding: 11px 14px;
    text-transform: uppercase;
    transition: all 0.45s;
}

.custom-nav a:hover {
    color: #bce2f5 !important;
}

.custom-nav.navbar {
    justify-content: end;
}

.custom-nav.navbar-light .navbar-toggler {
    background: #e1e1e1 !important;
}

.custom-nav li {
    margin: 0px 10px;
}

section.service-section .container {
    position: relative;
    min-height: 800px;
}

section.service-section .big-circle {
    background: #ecefef;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 245px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
   box-shadow: 0px 0px 24px 4px #93a1ff;
}

section.service-section .big-circle h3 {
    text-transform: uppercase;
    color: #21145F;
    font-weight: bold;
}

section.service-section .small-circle {
    background: #f6f6f6;
    box-shadow: 0px 0px 24px 4px #93a1ff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.45s;
    border: 10px solid #fff;
    outline: 4px solid #21145F;
}

section.service-section .small-circle img {
    width: 80px;
    height: 80px;
}

section.service-section .small-circle span {
    margin-top: -10px;
    text-align: center;
    font-size: 14px;
}

section.service-section .small-circle:hover {
    transform: scale(1.1);
}

section.service-section .circle-1 {
    position: absolute;
    top: 0px;
    left: 400px;
}

section.service-section .circle-2 {
    position: absolute;
    top: 125px;
    left: 250px;
}

section.service-section .circle-3 {
    position: absolute;
    top: 300px;
    left: 180px;
}

section.service-section .circle-4 {
    position: absolute;
    top: 470px;
    left: 250px;
}

section.service-section .circle-5 {
    position: absolute;
    top: 570px;
    left: 400px;
}

section.service-section .circle-6 {
    position: absolute;
    top: 0px;
    right: 400px;
}

section.service-section .circle-7 {
    position: absolute;
    top: 125px;
    right: 250px;
}

section.service-section .circle-8 {
    position: absolute;
    top: 300px;
    right: 180px;
}

section.service-section .circle-9 {
    position: absolute;
    top: 470px;
    right: 250px;
}

section.service-section .circle-10 {
    position: absolute;
    top: 570px;
    right: 400px;
}

.custom-nav.navbar {
    background: #21145F;
    padding: 0px;
    position: sticky;
    top: 0;
}

.nav-wrapper {
    position: relative;
    position: sticky;
    top: 0;
    z-index: 1000;
}