@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --primary: #6754e9 !important;
    --secondary: #000000;
    --white: #fff;
    --black: #000;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: "Syne", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], textarea, select {
    background: none;
    border: solid 1px #e5e5e5;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0px 0 15px;
    padding: 13px 20px;
    width: 100%;
    outline: 0;
    border-radius: 10px;
    font-family: "Syne", sans-serif;
    background: var(--white);
}
.contactform .wpcf7-spinner {
    display: none;
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 13px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 10px;
    font-family: "Syne", sans-serif;
    color: var(--white);
	width:100%;
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Syne", sans-serif;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Syne", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
ul, li, a {
    list-style-type: none;
    font-family: "Syne", sans-serif;
    color: var(--black);
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 40px;
    position: relative;
    text-align: center;
    width: fit-content;
    letter-spacing: .5px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
}
.heading {
    display: block;
    margin: 0 auto 25px;
}
.heading strong {
    color: var(--primary);
}
.leftheading {
    text-align: start;
    font-size: 35px;
    margin-bottom: 0;
}

.subheading {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--white);
    line-height: normal;
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid #ffffff0f;
    background: #13356f3b;
}
.heading .subheading {
    width: fit-content;
    margin: auto;
    position: relative;
}
.heading .subheading:before, 
.heading .subheading:after {
    left: 50%;
    transform: translateX(-26px);
}
.heading .subheading:after {
    transform: translateX(-18px);
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-secondary span {
    z-index: 2;
    position: relative;
}
.plnbtn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #6754e9;
    letter-spacing: .5px;
    padding-bottom: 5px;
}

/* Header */

header {
    background: #eae6ff;
}
header .row {align-items: center;}
header img {
    width: 130px;
}

/* Menubar */

.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu .btn-primary {margin-left: 10px;}


.menubar .btn-secondary {
    border-radius: 10px 10px 0 10px;
    padding: 10px 20px !important;
    margin: 0 !important;
    background: var(--primary);
}
.menubar .btn:before {
    border-radius: 10px 10px 0 10px !important;
}


.main-banner {
    background: linear-gradient(180deg, #EAE6FF, #FFF);
    padding-top: 50px;
}
.banner-content {
    width: 60%;
    margin: 0 auto 50px;
}
.banner-content h2 {
    font-size: 40px;
    font-weight: 700;
}
.marketing {
    position: absolute;
    top: -100px;
    left: 0;
    opacity: 0;
    animation-name: fadeInUp, skillFloat;
    animation-duration: 1s, 3s;
    animation-delay: 0.05s, 0.65s;
    animation-timing-function: cubic-bezier(.22,1,.36,1), ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards, none;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes skillFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.audit {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 365px;
    height: 190px;
    background: #FDB813;
    padding: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.audit h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    width: 60%;
}
.audit .btn-primary {
    width: 40%;
}
.line-arrow {
    position: absolute;
    top: 150px;
    right: 150px;
}



/* SKILL SECTION CSS */
.skill {
    padding: 60px 0;
}
.skill ul {
    column-gap: 20px;
}
.skill li img {
    width: 100px;
    border-radius: 15px;
}
.skill li figure {
    transition: .5s;
    border-radius: 15px;
    cursor: pointer;
}
.skill li figure:hover {
    transform: translateY(-10px);
}
.skill .container ul li {
  opacity: 0;
  transform: translateY(24px) scale(0.85);
  animation: skillPop 0.6s cubic-bezier(.22,1,.36,1) forwards;
}
.skill .container ul li:nth-child(1) { animation-delay: 0.05s; }
.skill .container ul li:nth-child(2) { animation-delay: 0.12s; }
.skill .container ul li:nth-child(3) { animation-delay: 0.19s; }
.skill .container ul li:nth-child(4) { animation-delay: 0.26s; }
.skill .container ul li:nth-child(5) { animation-delay: 0.33s; }
.skill .container ul li:nth-child(6) { animation-delay: 0.40s; }
.skill .container ul li:nth-child(7) { animation-delay: 0.47s; }
.skill .container ul li:nth-child(8) { animation-delay: 0.54s; }
.skill .container ul li:nth-child(9) { animation-delay: 0.61s; }
@keyframes skillPop {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.skill figure {
  margin: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border-radius: 24px;
  cursor: pointer;
}
.skill figure img {
  display: block;
  transition: transform 0.35s ease;
}
.skill figure:hover {
  transform: translateY(-8px) scale(1.06);
  box-shadow: 0 14px 28px rgba(124, 100, 240, 0.25);
}
.skill figure:hover img {
  transform: rotate(-6deg) scale(1.08);
}
/* gentle idle float once entrance finishes */
.skill .container ul li {
  animation-name: skillPop, skillFloat;
  animation-duration: 0.6s, 3.2s;
  animation-timing-function: cubic-bezier(.22,1,.36,1), ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards, none;
}
.skill .container ul li:nth-child(1) { animation-delay: 0.05s, 0.65s; }
.skill .container ul li:nth-child(2) { animation-delay: 0.12s, 0.95s; }
.skill .container ul li:nth-child(3) { animation-delay: 0.19s, 1.25s; }
.skill .container ul li:nth-child(4) { animation-delay: 0.26s, 1.55s; }
.skill .container ul li:nth-child(5) { animation-delay: 0.33s, 1.85s; }
.skill .container ul li:nth-child(6) { animation-delay: 0.40s, 2.15s; }
.skill .container ul li:nth-child(7) { animation-delay: 0.47s, 2.45s; }
.skill .container ul li:nth-child(8) { animation-delay: 0.54s, 2.75s; }
.skill .container ul li:nth-child(9) { animation-delay: 0.61s, 3.05s; }
@keyframes skillFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  .skill .container ul li { animation: none !important; opacity: 1; transform: none; }
}



/* ABOUT US SECTION CSS */
.aboutus {
    padding: 60px 0;
    background: linear-gradient(135deg, #0a0a1a 0%, #12103a 50%, #0d1f3c 100%);
}
.about-info p {
    color: var(--white);
}
.features {
    border-top: 1px dashed #e0dbff;
    margin: 40px 0;
}
.about-list {
    position: relative;
    padding-top: 40px;
}
.about-list p {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
.about-list:before {
    position: absolute;
    top: -5px;
    left: 0;
    height: 10px;
    width: 10px;
    background: var(--primary);
    content: '';
    border-radius: 50px;
    animation: ping 1.5s infinite;
}

@keyframes ping {
    0% {
        box-shadow: 0 0 0 0 rgba(103, 84, 233, 0.6);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(103, 84, 233, 0);
    }
}

/* VIDEO SECTION CSS */
.video-wrapper {
  position: relative;
  cursor: pointer;
}
.video-wrapper video {
    height: 550px;
    object-fit: cover;
    border-radius: 40px;
}
#playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    background: #00000080;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 50px;
}

.play-btn.hidden {
  display: none;
}



/* Main Slider */

.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    width: 50%;
}
.mainslider .carousel-content ul {
    column-gap: 10px;
}

.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--black);
}
.mainslider .carousel-content h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    border: 1px solid #3c5ae029;
    color: var(
    --white);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Inter';
    background: var(--primary);
    padding: 7px 20px;
    border-radius: 30px 30px 0;
}
.mainslider .carousel-caption h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 0;
}
.mainslider .carousel-caption h2 span {
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 15px;
    margin: 20px 0 25px;
    font-weight: 400;
    line-height: 27px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: var(--black);
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.discover {
    bottom: 70px;
    left: 70px;
    z-index: 1;
}
.discover img {
    width: 160px !important;
	animation: spin 12s infinite linear;
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}   
}





/* OUR MISSION SECTION CSS */

.mission {
    background: #efefef;
    padding: 50px 0 60px;
}
.mission .heading {
    margin-bottom: 15px !important;
}
.mission-info h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

/* MENU SECTION CSS */

.menus {
    background: #cd31311c;
    padding: 40px 0 60px;
}
.menus .row {
    row-gap: 22px;
}
.menus .nav {
    margin-bottom: 40px;
}
.menu-list {
    column-gap: 20px;
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 14px #f3f3f3c2;
}
.menu-list img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
}
.menu-list h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
}


.menusbg {
    background: #cd31311c;
    padding: 40px 0 60px;
	border-radius:10px;
}



/* BENEFITS SECTION CSS */

.benefits {
    background: #569f2a14;
    padding: 60px 0;
}
.benefits-item {
    background: #283734;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    height: 100%;
    column-gap: 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
}
.benefits-item:hover {
    transform: translateY(-10px);
}
.benefits-item:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    content: '';
    background: url(../images/benefitbg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.benefits-item img {
    width: 55px !important;
}
.benefits-item h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 30px;
}
.benefits-item h3 span {
    display: block;
    font-family: "Caveat", cursive;
    color: var(--secondary);
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 25px;
}
.benefits-content a {
    color: var(--secondary);
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-family: "Caveat", cursive;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    transition: .5s;
}
.benefits-item:hover a {
    letter-spacing: 2px;
}

.faqs {
    padding: 60px 0;
}
.faqs .subheading {
    background: #13356f08;
    border: 1px solid var(--primary);
}


/* MISSION SECTION CSS */
.mission .col-sm-6:first-child {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.mission-item {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: start;
    position: relative;
    border: 1px dashed #3c5ae07d;
}
.mission-info {
    padding-left: 60px;
}
.mission-item h4 {
    font-family: 'Inter';
    background: linear-gradient(45deg, var(--primary), #f99a41);
    color: var(--white);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
}
.mission-description {
    background: var(--white);
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 15px;
    position: relative;
    border: 1px dashed #3c5ae07d;
    height: 100%;
}
.mission-description h3 {
    font-size: 30px;
    font-weight: 700;
}
.mission-description li {
    line-height: 40px;
}

/* HOME ABOUT SECTION CSS */

.about {
    padding: 60px 0;
}
.about-content .leftheading {
    margin-bottom: 10px !important;
    font-size: 45px;
    line-height: 55px;
}
.about-content .leftheading strong {
    color: var(--primary);
}
.about img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.about figure{
overflow: hidden;
position: relative;
}


.aboutlist ul , .whowearelist  ul{
    display: flex;
	flex-direction:column;
    row-gap: 10px;
	margin-top:20px;
}

/* 22 LABLE CHECK */

.lable-check {
    box-shadow: 0 0 14px #f5f5f5;
    border-radius: 15px;
    width: 80%;
    margin: 60px auto;
    overflow: hidden;
}
.lablecheck-top {
    background: linear-gradient(90deg, black, #13356F) !important;
    padding: 20px;
    text-align: center;
}
.lablecheck-content {
    padding: 30px;
}
.lablecheck-top h3 {
    font-size: 30px;
}
.lablecheck-top span {
    background: #ffffff24;
    font-family: 'Inter';
    letter-spacing: .5px;
    font-size: 12px;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #ffffff2b;
}
.lablecheck-content ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
.lablecheck-content li {
    width: 50%;
}
.lablecheck-content li i {
    color: var(--primary);
}

/* SERVICES SECTION CSS */

.services {
    padding: 60px 0 50px;
    background: linear-gradient(180deg, #EAE7FF, #FFF);
}
.services .subheading {
    background: #13356f08;
    border: 1px solid var(--primary);
}
.services-item {
    padding: 25px;
    border-radius: 30px;
    background: linear-gradient(180deg, var(--white), transparent);
    border-top: 1px solid #f3f3f3;
    transition: 1s;
    height: 100%;
}
.services-item:hover {
    box-shadow: 0 30px 55px rgba(186, 175, 231, 0.22) !important;
}
.services-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.services-item figure {
    height: 60px;
    width: 60px;
    background: #eeecff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px;
    box-shadow: 0 0 0 5px transparent;
    transition: 1s;
}
.services-item:hover figure img {
    filter: brightness(0) invert(1);
}
.services-item:hover figure {
    background: #6c5ce7;
    box-shadow: 0 0 0 6px #eeecff;
}
.services-item figure img {
    width: 40px;
    aspect-ratio: 1.1;
}

/* PORTFOLIO SECTION CSS */
.portfolio-item {
    background: #fbf2e4;
    border-radius: 25px;
    padding: 10px 10px 0 10px;
}
.portfolio-item figure {
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
    background: #fde5c0;
    padding: 15px 15px 0 15px;
}
.portfolio-item figure img {
    border-radius: 15px 15px 0 0;
}
.portfolio-item h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 15px 0;
}


#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 18px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
    width: 26px;
}


/* MIDLE BANNER SECTION CSS */

.midle-banner {
    background: linear-gradient(135deg, #0a0a1a 0%, #12103a 50%, #0d1f3c 100%);
    padding: 50px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    transform: translateY(50px);
}
.midle-banner h2 {
    font-size: 40px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto 10px;
}
.midle-banner:before {
    position: absolute;
    content: '';
    top: -60px;
    left: -60px;
    height: 180px;
    width: 180px;
    background: transparent;
    border-radius: 100%;
    border: 20px solid var(--primary);
    box-shadow: 5px 5px 0 #6754e94f;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
.midle-banner:after {
    position: absolute;
    content: '';
    bottom: -60px;
    right: -60px;
    height: 180px;
    width: 180px;
    background: transparent;
    border-radius: 100%;
    border: 20px solid var(--primary);
    box-shadow: -5px -5px 0 #6754e94f;
	animation: floatUpDown 5s ease-in-out infinite;
}
.midle-banner p {
    margin-bottom: 15px;
}
.midle-banner .btn-secondary {
    background: #6754e9;
}
.midle-banner .btn-secondary i {
    font-size: 14px;
}


/* WORK SECTION CSS */
.work {
    padding: 110px 0 50px;
    background: linear-gradient(180deg, #EAE7FF, #FFF);
}
.work .subheading {
    background: #13356f08;
    border: 1px solid var(--primary);
}
.work-item {
    padding: 25px;
    border-radius: 30px;
    background: linear-gradient(180deg, var(--white), transparent);
    border-top: 1px solid #f3f3f3;
    transition: 1s;
    height: 100%;
}
.work-item:hover {
    box-shadow: 0 30px 55px rgba(186, 175, 231, 0.22) !important;
}
.work-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.work-item figure {
    height: 60px;
    width: 60px;
    background: #eeecff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px;
    box-shadow: 0 0 0 5px transparent;
    transition: 1s;
}
.work-item:hover figure img {
    filter: brightness(0) invert(1);
}
.services-item:hover figure {
    background: #6c5ce7;
    box-shadow: 0 0 0 6px #eeecff;
}
.work-item figure img {
    width: 40px;
    aspect-ratio: 1.1;
}
.work-item:hover figure {
    background: #6754e9;
}
.work-item:hover figure {
    background: #6c5ce7;
    box-shadow: 0 0 0 6px #eeecff;
}

/* COUNTER SECTION CSS */

.counter {
    background: linear-gradient(90deg, #000000d4, #000000d4), url(../images/counterbg.webp) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
}
.counter .col-lg-3 .counterlist {
    position: relative;
}
.counter .col-lg-3 .counterlist:after {
    position: absolute;
    content: '';
    top: 0;
    right: -15px;
    height: 100%;
    border-right: 1px dashed #ffffff5c;
}
.counter .col-lg-3:last-child .counterlist:after {
    display: none;
}
.counterlist figure {
    height: 110px;
    width: 110px;
    background: var(--white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    animation: rdseffect 3s ease-in-out alternate infinite;
    margin-bottom: 15px;
}
@keyframes rdseffect {
from{
  border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%;
}
to{
  border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%;
}
}
.counterlist figure img {
    width: 64px;
}
.counterlist h3 {
    color: var(--white);
    font-weight: 400;
    font-size: 22px;
}
.counterlist h3 span {
    display: block;
    font-weight: 600;
    font-size: 35px;
    color: var(--white);
}





/* JOIN SECTION CSS */

.join {
    background: linear-gradient(90deg, #000000a8, #000000a8), url(../images/joinbg.webp);
    padding: 100px 0;
    background-position: center;
}
.join:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    content: '';
    background: url(../images/join-shape.webp);
}
.join .subheading {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 10px;
}
.join h2 {
    font-size: 45px;
    font-weight: 800;
    color: var(--white);
    width: 70%;
    margin: 0 auto 15px;
    line-height: 55px;
}


/* EVENT SECTION CSS */

.event {
    padding: 60px 0;
}


/* HOME CONTACT SECTION CSS */

.home-contact {
    background: linear-gradient(90deg, #000000c7, #000000c7), url(https://sdglobalbusiness.com/work/wp-content/uploads/2026/05/contactbg.png);
    padding: 60px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.contactform {
    background: #04000066;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ffffff2b;
    backdrop-filter: blur(1px);
}
.contactform h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.contactinfo {
    height: 100%;
    background: #04000066;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ffffff2b;
    backdrop-filter: blur(1px);
}
.contactinfo h3 {
    color: var(--white);
    font-size: 28px;
}

.contactinfo i {
    background: linear-gradient(45deg, var(--primary), #f99a41);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    /* position: absolute; */
    left: 0;
}
.contactinfo li {
    width: 100%;
    background: #ffffff12;
    padding: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 15px;
}
.contact-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.contact-item a {
    font-size: 14px;
}
.contactinfo ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}





/* COLLECTIVE SECTION CSS */

.collective {
    padding: 55px 0;
}
.collective .row {
    row-gap: 22px;
}
.collective-item {
    box-shadow: 0 0 14px #e9e9e9;
    padding: 20px;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #b6852e26;
    overflow: hidden;
}
.collective-item figure {
    box-shadow: 0 4px 0 4px #b6852e57;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: var(--white);
    margin-bottom: 25px;
}
.collective-item img {
    width: 70px;
}
.collectivebg {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.collectivebg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0 !important;
    width: 0 !important;
    transition: .5s;
    border-radius: 6px;
    filter: brightness(0.7);
    z-index: -1;
}
.collective-item:hover .collectivebg{
    height: 100% !important;
    width: 100% !important;
}
.collective-item:hover h3 {
    color: var(--white);
}

/* SERVICES SECTION CSS */

.courses {
    padding: 35px 0px 50px;
    background-color: #f9f9f9;
    /* background: linear-gradient(45deg, #050020de, #050020de), url(../images/course_bg.jpg) no-repeat bottom center / cover; */
    /* padding: 0px 0 60px; */
/*     background-attachment: fixed; */
}
.coursespage .courses{
background:none;		
}
.coursespage .courses-item {
    border: solid 1px #eee;
}
.courses .row {
    row-gap: 22px;
}
.courses-item {
    padding: 15px;
    box-shadow: 3px 3px 12px #0000001a;
    height: 100%;
    padding: 10px;
    border-radius: 0px 0 10px 10px;
    background: var(--white);
}
.courses-item figure{
	position:relative;
}

.courses-item figure:after, .courses-item figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.courses-item figure:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.courses-item figure:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}

.courses-item img {
    border-radius: 0px 0 10px 10px;
    height: 250px;
    object-fit: cover;
}
.courses-info {
    padding: 15px 15px 10px;
    text-align: center;
}
.courses-item h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--black);
    letter-spacing: .5px;
}
.courses-info p {
    line-height: 25px;
}
.courses-info .btn-secondary {
    margin-top: 0;
}

/* Course Details */

.details-content {
    position: sticky;
    top: 0;
}
.details-content h3 {
    font-size: 19px;
    margin-bottom: 10px;
}
.details-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.page-sidebar {
    position: sticky;
    top: 0;
}
.sidebar-inquiry, .sidebar-contactdtls {
    padding: 20px;
    border-radius: 6px;
}
.sidebar-inquiry.resourcesmenu {
    margin: 15px 0;
}
.sidebar-inquiry {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #ddd;
}
.sidebar-contactdtls {
    background: var(--primary);
}
.resourcesmenu ul li {
    position: relative;
    border-bottom: solid 1px #ddd;
    line-height: 40px;
    padding-left: 22px;
}
.resourcesmenu ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-size: 13px;
}
.resourcesmenu ul li:first-child{
	padding-top:0;
}
.resourcesmenu ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select {
    border: solid 1px  #ddd;
}
.sidebar-inquiry input[type="submit"] {
    background: var(--primary);
    border: none;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.contactus-details i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--white);
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
color: var(--white);
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.details-banner img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    border-radius: 6px;
}
.resource-item {
    border: dotted 1px var(--primary);
    padding: 15px;
    height: 100%;
    border-radius: 6px;
}
.details-content .row {
    row-gap: 25px;
}
.details-banner {
    margin-bottom: 25px;
}
.details-content ul li, .details-content ol li {
    position: relative;
    padding-left: 18px;
    line-height: 26px;
}
.details-content ul li:before, .details-content ol li:before {
    content: '\f061';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: var(--secondary);
    font-weight: 600;
    font-size: 12px;
}
.details-content ul, .details-content ol {
    margin-bottom: 15px;
}

.letsdiscover .btn:before{
	background:var(--white) !important
}
.letsdiscover .btn:hover{
	color:var(--black) !important;
}
/* QUALITY SERVICE SECTION CSS */
.qualitysrvc {
    padding: 60px 0;
}
.qualitysrvc .leftheading {
    margin-bottom: 15px;
}
.qualitysrvc-list ul {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 25px;
}
.qualitysrvc-list figure {
    height: 75px;
    width: 75px;
    background: var(--primary);
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}
.qualitysrvc-list img {
    width: 45px;
}
.qualitysrvc-list li {
    width: 49%;
    column-gap: 10px;
    padding: 18px;
    box-shadow: 0 0 14px #f3f3f3;
    border: 1px solid #6878d71f;
    border-radius: 6px;
}
.qualitysrvc-list h3 {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
	width:70%;
}
.qualitysrvc-btm {
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 35px auto 0;
    border-radius: 6px;
}
.qualitysrvc-btm span{
	padding: 0 20px;
}
.qualitysrvc-btm .btn-primary {
    background: var(--primary);
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: .5px;
}
.qualitysrvc-list li:hover figure {
    transform: rotateY(180deg);
    background: var(--primary);
}
.qualitysrvc-img{
	overflow: hidden;
	position: relative;
}
.qualitysrvc-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
}
.qualitysrvc-img:hover:before {
    animation: shine 1s;
}
/* MARQUEE SECTION CSS */
.Marquee {
    padding: 45px 0;
    background: var(--primary);
    width: 100%;
    overflow: hidden;
    position: relative;
	z-index:0;
}
.marquee:after, .marquee:before{
	width:10px;
	height:100%;
	position:absolute;
	z-index:1;
	content:"";
	top:0;
	left:0;
}
.marquee:before{
	right:0;
}

.Marquee-content { 
display: flex;
    animation: marquee 5s linear 1s infinite;
    justify-content: space-between;
    align-items: center;
	column-gap:10px
}


.Marquee  span {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 8px;
    color: white;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
}
@keyframes marquee {
 
 0% {
    transform: translateX(0);
  }
 
 100% {
    transform: translate(-50%);
  }

}

/* WHY CHOOSE US SECTION CSS */

.whychoose {
    background: linear-gradient(45deg, #050020de, #050020de), url(../images/course_bg.jpg) no-repeat bottom center / cover;
}
.whychoosecont {
    padding: 60px;
}
.whychoosecont .leftheading {
    color: var(--white);
}
.whychooseimage img {
    height: 500px;
    object-fit: cover;
}
.whychoose-item {
    background: url(../images/feature-bg.png);
    padding: 30px;
    border-radius: 10px;
    background-color: var(--white);
    background-position: right;
	height:100%;
}
.whychoose-info figure {
    background: var(--primary);
    height: 75px;
    width: 75px;
    border-radius: 50px;
}
.whychoose-info img {
    width: 45px;
	transition:all .5s ease;
}
.whychoose-item:hover img {
    transform: scale(-1) rotate(180deg);
}
.whychoose-info {
    column-gap: 10px;
}
.whychoose-info h4 {
    margin: 0;
    font-size: 32px;
}
.whychoose-item h3 {
    font-weight: 500;
    margin: 15px 0 0;
    font-size: 20px;
}


/* PROTFOLIO SECTION CSS */

.protfolio {
    padding: 50px 0 60px;
}
.protfolio .row {
    row-gap: 22px;
}
.protfolio-item{
	position:relative;
	transition:0.5s ease-in-out;
	border-radius: 2px;
	overflow:hidden;
}
.protfolio-item figure {
    border: 2px solid #6878d747;
    
}
.protfolio-item img {
    height: 330px;
    object-fit: cover;
    object-position: top;
	transition:0.5s ease-in-out;
}
.protfolio-item  .portfolioicons{
	position:absolute;
	width:100%;
	height:100%;
	background:#fe4833e6;	
	opacity:0;
	display:flex;
	align-items:center;
	justify-content:center;
		transition:0.7s ease-in-out;
	top:0;
	left:0;
}
.protfolio-item ul{
	display:flex;
	align-items:center;
	justify-content:center;
transition:0.7s ease-in-out;
	column-gap:5px;
}
.protfolio-item:hover .portfolioicons{
	opacity:1;
}
.protfolio-item:hover ul {
	rotate:360deg;
}
.protfolio-item ul li i{
	display:flex;
	align-items:center;
	justify-content:center;
	width:45px;
	height:45px;
	border-radius:50%;
	font-size:16px;
	color:var(--white);
	border: 1px solid var(--primary);
}
.protfolio-item:hover img{
	scale:1.1;
}


/* TESTIMONIAL SECTION CSS */
.testimonial {
    padding: 60px 0;
}

.testimonial .rating {
    text-align: center;
    color: #ff6809;
    column-gap: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    justify-content: center;
}
.testimonial-cnt {
    position: relative;
    background: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 10px 60px 0px #00000005;
    text-align: center;
    padding: 25px 25px 15px;
    z-index: 1;
    border: 5px solid #eee9db;
}
.testimonial-cnt:before {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    content: '';
    background: url(
    ../images/review-shape.webp);
    height: 26px;
    width: 75px;
}
.testimonial-cnt:after {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-text-stroke: 1px #f2f2f2;
    color: transparent;
    font-size: 45px;
    bottom: 0;
    right: 28px;
}
.testimonial-item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.testimonial-item img {
    border-radius: 50% !important;
    height: 120px;
}
.testimonial h3 {
    margin: 12px 0 5px;
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
}
/* .testimonial-item p {
    height: 150px;
    overflow-y: scroll;
} */
.testimonial-item p::-webkit-scrollbar-track{
     -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
     border-radius: 10px;
     background-color:#13890982;
}
.testimonial-item p::-webkit-scrollbar {
     width: 2px;
     background-color: #13890982;
}
.testimonial-item p::-webkit-scrollbar-thumb{
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
     background: #f5f5f5;
}


/* CLIENT SECTION CSS */

.client {
    background: linear-gradient(90deg, #f9f4e8db, #f9f4e8db), url(../images/clientbg.webp);
    padding: 50px 0;
}
.client-logo img {
    width: 110px !important;
}



/* MEET EXPERT TEAM SECTION CSS */
.meetexpert {
    padding: 60px 0;
}
.meetexpert-item {
    box-shadow: 8px 10px 24px #0000001a;
    border-radius: 10px;
    border: 1px solid #8080803b;
}
.meetexpert-item figure {
    width: 100%;
    overflow: hidden;
}
/* .meetexpert-item img {
    border-radius: 50%;
} */

.meetexpert-dtl {
    padding: 10px;
    text-align: center;
}
.meetexpert ul {
    display: flex;
    position: absolute;
    bottom: 85px;
    background-color: #fff;
    visibility: hidden;
    transition: all .4s ease;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 5px;
    right: 5px;
    opacity: 0;
    transform-origin: bottom;
    transform: scaleY(0);
    row-gap: 10px;
    border-radius: 6px;
}
/* 
.meetexpert ul:after {
    position: absolute;
    content: "";
    background: var(--white);
    width: 20px;
    height: 10px;
    bottom: -10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
} */
.meetexpert-item:hover ul {
    transform: scaleY(1);
    opacity: 1;
}
.meetexpert-social {
    position: relative!important;
    display: block;
    margin: 3px auto 0;
    width: fit-content;
    transition: 0.5s ease-in-out;
}
.meetexpert-social li i {
    background-color: var(--primary);
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    border-radius: 17px;
}
.meetexpert-social span {
    color: var(--white);
    font-size: 15px;
    background: var(--primary);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.meetexpert-item:hover .meetexpert-social ul {
    height: 170px;
    z-index: 2;
	visibility:visible;
}
.meetexpert-item:hover .meetexpert-social ul a {
    opacity: 1;
}
.meetexpert ul a {
font-size: 13px;
    opacity: 0;
    transition: 0.5s ease-in-out;
	font-size: 20px;
    color: var(--black);
}
.meetexpert h4 {
    font-size: 18px;
    color: var(--primary);
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
}
.meetexpert h3 a {
    color: var(--black);
    font-size: 22px;
    text-transform: capitalize;
    margin: 4px 0;
    display: block;
    transition: 0.5s ease-in-out;
}
.meetexpert h3 a:hover{
	color:var(--primary)
}
/* HOME CONTACT SECTION CSS */
.homecontact {
    padding: 70px 0;
    background: url(../images/homecontactbg.jpg) no-repeat;
    background-size: cover;
}
.homecontact-form{
	width:50%;
}
.homecontact-form .subheading:before, .homecontact-form .subheading:after {
    background: var(--white);
}


/* BLOG SECTION CSS */

.homeblog {
    padding: 50px 0 60px;
    background: #f9f9f9;
}
.homebloglist {
    box-shadow: 0 0 12px #ddd;
    background: var(--white);
    border-radius: 10px;
	overflow:hidden;
	height:100%;
}
.homebloglist img {
    width: 100% !important;
    height: 350px;
    object-fit: cover;
}
.date {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--white);
    background: var(--primary);
    font-size: 14px;
    padding: 4px 15px;
    letter-spacing: .8px;
    border-radius: 50px;
    font-family: 'Inter';
}
.homeblogbox {
    padding: 30px 15px 20px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
}
.homeblogbox h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

/* highlight section  */

.highlights {
    padding: 50px 0 0;
}
.highlights-list{
    background: var(--white);
    padding: 30px;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 14px #03a7f11f;
    border: 1px solid #03a7f133;
}
.highlights-list.text-center:hover figure img{
	transform:rotateY(180deg);
	transition: all .5s ease-in-out;
}
.highlights-list figure {
    height: 90px;
    width: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 3px 3px #03a7f178;
    border: 1px solid #cccccc8c;
}
.highlights-list figure img{
	width:55px;
	transition:all .5s ease-in-out;
}
.highlights .row{
	row-gap:15px;
	justify-content:center;
}






/* Footer */

footer {
    background: var(--black);
    padding-top: 70px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 200px;
    margin-bottom: 10px;
}
.ftr-about {
    background: #cd313114;
    padding: 20px;
    border-radius: 30px 30px 0 0;
    border: 1px solid #cd313130;
}
.ftr-about a {
    text-decoration: underline;
    text-underline-offset: 5px;
    letter-spacing: 1px;
    margin-top: 5px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
.ftr-about {
    background: #3c5ae026;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #cd313130;
}

footer h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--white);
}
footer .row a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}
footer a, footer ul li {
    font-size: 14.5px;
    transition: 0.5s ease-in-out;
}
.ftr-about a {
    font-size: 13px !important;
    color: var(--primary);
    text-transform: uppercase;
}
footer a:hover{
	color:var(--primary);
}
.ftrcontact li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
footer ul.menu li a {
    line-height: 35px;
}

footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white);
    line-height: 22px;
}
.ftr-smoicons {
    column-gap: 8px;
    margin-top: 18px;
}
.ftr-smoicons li {
    color: var(--white);
    font-size: 16px;
}
.ftr-smoicons li a {
    color: var(--white);
    font-size: 14px;
    background: #ffffff17;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ftr-smoicons svg path{
fill: var(--white);	
}
.ftr-smoicons li a i {
    margin: 0;
}
.copyright {
    text-align: center;
    padding: 10px 0;
    background: var(--primary);
    position: relative;
}
.copyright:before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    content: '';
    background: url(https://algopagedev.com/work/skcaters.in/wp-content/uploads/2024/09/shapee.png);
    height: 8px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
.ftrcontact li i {
    background: linear-gradient(45deg, var(--primary), #f99a41);
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 50px;
    color: var(--white);
}
.newsletter {
    background: var(--primary);
    margin-top: 30px;
    border-radius: 6px;
    padding: 14px;
}
.newsletter-cnt {
    column-gap: 20px;
    align-items: center;
}
.newsletter-cnt h3, .newsletter-cnt h3 span{
	color:var(--white);
}
.newsletter-cnt h3 span {
    font-size: 17px;
    padding-top: 6px;
}
.newsletter-cnt img{
	transition:0.5s ease-in-out;
}
.newsletter-cnt:hover img{
	transform: rotateY(180deg);
}
.newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    font-size: 20px;
    font-family: 'Font Awesome 5 Brands';
    width: 100%;
    height: 100%;
    padding: 12px 20px;
}
.newsletter  .wpcf7-spinner{
	display:none;
}
.newsletter  input {
    margin: 0;
    padding: 12px 20px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 15px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid #ffffff6e;
    background: linear-gradient(90deg, black, #13356F) !important;
    width: 50px;
    color: var(--white);
    height: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    padding-top: 13px;
    box-shadow: 3px 11px 12px #00000045;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}





/* #whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
} */

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 25px;
}
#whatsappbtn span {
    font-size: 17px;
    font-weight: 400;
}
.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    padding: 30px 0;
    text-align: center;
    background: var(--primary);
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}

.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}



/* ABOUT US PAGE CSS */
.vision {
    background: url(https://sdglobalbusiness.com/work/wp-content/uploads/2026/05/service-banner.jpg) no-repeat;
    padding: 60px 0;
}
.vision-item {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
}
.vision-item figure {
    background: #3c5ae00d;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: inset 0 4px 8px rgb(60 90 224 / 19%);
}
.vision-item figure img {
    width: 55px;
}
.vision-item h3 {
    margin: 10px 0;
}
.impact {
    padding: 60px 0;
}
.impact-item {
    background: #E6F1FB;
    padding: 25px;
    border-radius: 15px;
    box-shadow: inset 0 4px 8px rgb(60 90 224 / 16%);
}
.impact-item h3 {
    font-size: 40px;
    margin-bottom: 10px;
}
.impact-item p {
    color: var(--primary);
}
.secondary-container.about-us .about {
    background: #f4faff;
}



/* WHAT WE ARE PAGE CSS */
.ourmission{
	padding:60px 0;
	margin-top:60px;
	background:#eff2ff;
}
.whatwedo{
    padding: 60px 0 ;
}
.whatwedo .row{
	row-gap:22px;
}
.whatwedo-item {
    background: white;
    box-shadow: 0 0 14px #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
	border: 1px solid #6878d738;
	height:100%;
	position:relative;
}
.whatwedo-item  h3 {
    text-decoration: underline;
    text-underline-offset: 8px;
    margin: 15px 0 60px;
    color: var(--primary);
    font-size: 19px;
}
figure.whatwedo-icon {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto -43px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 14px #e1e1e194;
    border-bottom: 5px solid #6878d7;
    border-left: 6px solid var(--primary);
    left: 50%;
    top: 0;
    transform: translate(-50%, 55px);
}
.whatwedo-icon img{
    vertical-align: middle;
    width: 50px;
    object-fit: cover;
}
figure.whatwedo-img {
    border-top: 6px solid var(--primary);
    height: 195px;
}
.whatwedo-img img{
	height:100%;
	object-fit:cover;
}
.ourprocess{
	padding:60px 0;
	background: url(../images/servicebg.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.ourprocess .row{
	row-gap:22px;
}
.ourprocess-item {
    padding: 25px;
    background: white;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.why-choose {
    padding: 80px 0 68px;
    position: relative;
    z-index: 0;
    background: #eff2ff73;
}
.why-choose:after{
	width:34%;
	background:#083962;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:"";
	z-index:-1;
}
.why-choose-info {
    border-radius: 6px;
    border: 1px solid #6878d754;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    text-align: center;
	background:#fff;
}
.why-choose-info figure {
    width: 80px;
    height: 80px;
    background: var(--primary);
    border-radius: 50%;
    margin: 20px auto 0;
}
.why-choose-info img{
	width:50px !important;
}
.why-choose-info h3 {
    background: var(--primary);
    color: white;
    padding: 5px;
    margin-top: 17px;
    font-size: 20px;
}
.why-choose-info p {
    margin: 0 13px 25px;
    height: 160px;
    overflow-y: scroll;
    padding: 2px  15px 0 0px;
}
        .why-choose-info p::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
            border-radius: 10px;
            background-color:#444;
        }
       .why-choose-info p::-webkit-scrollbar {
            width: 2px;
            background-color: #444;
        }
        .why-choose-info p::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
            background: #777;
        }
.why-choose .whychoosecont {
    padding: 60px 0 10px;
}
.why-choose .whychoose-item {
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.ourprocess-item figure {
    width: 95px;
    height: 95px;
    border-radius: 6px;
    border: 1px solid #6878d738;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    margin: 10px auto 15px;
    position: relative;
	
}
.ourprocess-item span {
    font-size: 102px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-text-stroke: 1px #6878d738;
    color: transparent;
}
.ourprocess-item h3 {
    font-size: 25px;
    margin: 20px 0 12px;
}
.ourprocess-item img {
    width: 50px;
}
.ourprocess-item{
	border:1px solid #6878d738;
}
/* BLOG PAGE CSS */
.homebloglist-cnt a.readmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    text-transform: uppercase;
    color: var(--primary);
    font-family: "Teko", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.homebloglist ul {
    column-gap: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.startproject {
    padding: 100px 0;
    background: linear-gradient(#00000042, #00000042), url(../images/getstarted-bg.jpg);
    background-attachment: fixed;
    text-align: center;
}
.startproject-cnt{
	width:75%;
	margin:auto;
}
.startproject-cnt .heading {
    margin-bottom: 5px;
}

/* SERVICE DETAILS PAGE CSS */

.service-dtl {
    padding: 50px 0;
    background: linear-gradient(120deg, #6878d70f 45%, #6878d71a 65%, #6878d726 10%);
}
.service-dtl .heading {
    margin-bottom: 10px;
}
.service-dtl .servicedtl-img img{
	width:100%;
	height:auto;
}
.servicedtl-content {
    background: #ffffff8c;
    padding: 25px;
    border-left: 3px solid #6878d775;
    border-radius: 15px;
}

/* CAREERS PAGE CSS */

.career img {
    border: solid 1px var(--primary);
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.career form {
    box-shadow: 0 0 14px #efefef;
    padding: 28px;
    border: 1px solid #6878d726;
    border-radius: 6px;
}
.career div#wpcf7-f156-o1{
    padding: 25px;
    background: #6878d729;
    border-radius: 10px;
    border: 1px dashed #6878d7a6;
    box-shadow: 0 0 10px #e1e1e1;
}
.career div#wpcf7-f156-o1 .wpcf7-spinner{
	display:none;
}
.career .startproject{
	margin-top:60px;
}
.career input, .career textarea{
    margin: 0 0 16px;
}
.career textarea {
    height: 110px;
}
.career input[type="submit"] {
    margin: 0;
}
.career form p {
    margin: 0;
    line-height: normal;
}
.career form label, .career .wpcf7-form-control-wrap{
    display: block;
}
.career form br {
    display: none;
}
.career form label {
    padding-bottom: 10px;
    font-weight: 500;
}


/* CONTACT US PAGE CSS */

.contactus form .wpcf7-spinner {
    display: none;
}
.contactus input{
	background:var(--white);
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: var(--primary);
}
textarea {
    height: 130px;
    margin-bottom: 5px;
}
.contactus input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
}
.googlemap iframe {
    width: 100%;
    height: 350px;
    border-radius: 6px;
}
form.wpcf7-form.init p {
    margin: 0;
}
.about-contact {
    margin-bottom: 25px;
}
.about-contact {
    text-align: center;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 8px;
    position: relative;
    border: 1px dashed #af16161f;
	transition:all .5s ease-in-out;
}
.about-contact:hover{
	transform:translateY(-5px);
	transition:all .5s ease-in-out;
}
.about-contact:hover i{
	transform:rotateY(180deg);
	transition:all .5s ease-in-out;
}
.about-contact h5 {
    margin: 20px 0 3px 0px;
}
.about-contact a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: .5px;
}
 .about-contact i {
    position: absolute;
    top: 0;
    left: 20px;
    height: 55px;
    width: 55px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 50px 50px;
    font-size: 25px;
    color: var(--primary);
	transition:all .5s ease-in-out;
} 


.featuers-box {
    background-color: #f6fafb;
    padding: 30px;
    border-radius: 5px;
    border: 1px dotted #03a7f1;
}

.featuers-box .icon {
    width: 84px;
    border-radius: 41px;
    margin: 0 auto;
    /* height: 46%; */
    background: white;
    padding: 11px;
    border: 1px solid #03a7f1;
}

/* -----end about-us------ */


/* MISSION */

.missions {
    background: linear-gradient(45deg, #050020de, #050020de), url(../images/course_bg.jpg) no-repeat bottom center / cover;
    padding: 65px 0;
    margin-top: 50px;
}
.missions-item {
    background: #ffffff21;
    padding: 25px;
    border: 1px solid #03a7f126;
    border-radius: 15px 0 15px 15px;
}
.missions-item figure {
    background: #e3f5fd;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 15px;
}
.missions-item img {
    width: 60px;
}
.missions-item h3 {
    margin: 10px 0 5px;
}
.contactus .startproject {
    display: none;
}


/* COURSE LIST SECTION CSS */

.course {
    background: #0282bc1c;
    padding: 45px 0 60px;
}
.course .heading, .highlights .heading{
    font-size: 33px;
}
.course .row {
    row-gap: 22px;
}
.course-list {
    background: var(--white);
    padding: 25px 20px;
    border-radius: 20px 0 20px 20px;
    border: 1px solid #03a7f133;
    transition: .5s;
	height:100%;
}
.course-list:hover {
    border: 1px dashed var(--primary);
    border-radius: 0 20px 20px 20px;
}
.course-list:hover figure{
 	transform: rotate3d(1, 1, 1, 360deg);
}
.course-list figure {
    background: #03a7f11c;
    height: 85px;
    width: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 20px 20px;
    border: 1px dashed var(--primary);
    margin-bottom: 10px;
	transition:1s;
}
.course-list figure img {
    width: 60px;
}
.course-info h3 {
    margin-bottom: 5px;
}

/* TOOLS SECTION CSS */

.tools {
    padding-top: 50px;
}
.tools .heading, .question .heading {
    font-size: 33px;
    margin-bottom: 20px;
}
.tools-item {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
    column-gap: 14px;
}
.tools-item li {
    width: 19%;
}
.tools-item li figure {
    box-shadow: 0 0 14px #03a7f112;
    border: 1px solid #03a7f12e;
    border-radius: 6px;
    overflow: hidden;
    transition: .5s;
}
.tools-item li figure:hover {
    transform: translateY(-10px);
    border: 1px solid var(--primary);
}

/* QUESTION SECTION CSS */

.question {
    padding: 45px 0 60px;
}
.question .accordion {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
}
.question .accordion .accordion-item {
    width: 49%;
}
.accordion .accordion-item:nth-child(2) {
    border-top: 1px solid rgb(2 125 181 / 22%);
}


/* STUDENT SECTION CSS */

.student {
    padding: 40px 0;
}
.student .heading {
    font-size: 35px;
    margin-bottom: 10px;
}
.student-list {
    box-shadow: 0 0 14px #03a7f12e;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #03a7f11f;
}
.studentsldr .slick-slide {
    margin: 10px 10px !important;
}
.student-list img {
    margin: 0 auto;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    outline: 4px solid #03a7f12e;
}
.student-list h3 {
    margin: 15px 0;
}
.student-list h3 span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--primary);
    margin-top: 5px;
}
.company li img {
    width: 120px;
    height: auto;
    border-radius: 0;
    outline: none;
}
.company {
    border-top: 2px solid #03a7f147;
    padding-top: 15px;
    border-radius: 15px;
}


/* APPROACH SECTION CSS */

.approach {
    background: linear-gradient(45deg, #050020de, #050020de), url(../images/course_bg.jpg) no-repeat bottom center / cover;
    padding: 45px 0 60px;
}
.approach .row {
    row-gap: 22px;
}
.approach .heading {
    font-size: 35px;
}
.approach-item {
    height: 100%;
    padding: 10px;
    border-radius: 20px 20px 0 20px;
    background: var(--white);
}
.approach-item figure {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}
.approach-item img {
    border-radius: 20px 20px 0 20px;
    height: 250px;
    object-fit: cover;
    transition: transform 0.8s ease-in-out;
}
.approach-item:hover img {
    transform: scale(1.1);
    filter: hue-rotate(45deg);
}
.approach-item h3 {
    margin: 10px 0 5px;
}

/* INSTITUTE SECTION CSS */

.institute {
    background: #0282bc0f;
    padding: 55px 0 60px;
    margin-top: 55px;
}
.institute img {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.institute-content h2 {
    font-size: 28px;
}
.institute-content p {
    line-height: 30px;
    margin-bottom: 0;
}


/* AUTO POPUP MODAL SECTION CSS */

.modal-description {
    background: #fff0ea;
    padding: 30px;
}
.modal-description h2 {
    font-size: 25px;
}
.modal-description h2 span {
    color: var(--primary);
}
.modal-description h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.modal-description li {
    line-height: 40px;
    position: relative;
    padding-left: 20px;
}
.modal-description li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
}
.modal-description img {
    width: 120px;
    margin-top: 15px;
}
.automodal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}
.modal-form {
    padding: 30px;
}
.modal-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 8px;
}
.modal-form .wpcf7-spinner {
    display: none;
}
.dontaion {
	position:relative;
    height: 400px;
    object-fit: cover;
    background-color: #f9f9f9;
    background: url(../images/call-to-action-1.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.description h2 {
    text-align: center;
    /* align-items: center; */
    width: 70%;
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.description a {
    position: absolute;
    font-size: 16px;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.secondary-container.about-us {
    padding: 0;
}

@media(max-width:991px){
.lable-check {
    width: 100%;
    margin: 50px auto;
}
.lablecheck-content li {
    width: 100%;
}
}

