@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    --blackColor: #000;
    --whiteColor: #ffffff;
    --color-primary: #158dc2;
    --lightGray: #ccc;
    --color-secondary: #4ea526;
    --midnightBlue: #0e3367;
}

.navbarWrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fffffff0;
    padding: 0 !important;
    border-radius: 0 !important;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 6px 10px 10px 10px;
    border-bottom-right-radius: 26px;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    will-change: transform;
}

.navbarWrapper .navbar-brand {
    padding: 0 !important;
}

.navbarWrapper .nav-item {
    margin-right: 8px;
}

/* .navbarWrapper .nav-item .nav-link {
    position: relative;
} */

.dropdownContainer .tabWrapper .tabPdf {
    padding: 20px;
    width: 28%;
    min-width: 28%;
}

.dropdownContainer .tabWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.navbarWrapper .nav-link {
    color: var(--blackColor);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
}

.dropdownContainer {
    display: none;
    position: absolute;
    left: -300px;
    top: 25px;
    padding-top: 30px;
    z-index: 999;
    width: 800px;
    transform: translateX(-0%);
}

.tabWrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 3px 10px 0 rgb(64 105 255 / 30%);
}

.dropdownContainer .tabWrapper .tabRight.fiveColumn .singleTabContent, .dropdownContainer .tabWrapper .tabRight.threeColumn .singleTabContent {
    display: block;
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent {
    transition: 0.3s ease-in-out;
    display: none;
}


.dropdownContainer .tabWrapper .tabRight .singleTabContent h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.dropdownContainer .tabWrapper .tabRight.fiveColumn .singleTabContent ul {
    justify-content: flex-start;
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.dropdownContainer .tabWrapper .tabRight .singleTabContent.tabActive {
    display: block;
    animation: 0.6s ease-in-out 0s normal none 1 running fadeInUp;
}

.dropdownContainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.dropdownContainer .tabWrapper .tabRight {
    padding: 20px;
    width: 100%;
}

.dropdownContainer .tabWrapper .tabLeft {
    /* background: var(--color-primary); */
    background: linear-gradient(96deg, #16449d, #29b9e5);
    min-height:30vh;
    position: relative;
    width: 40%;
    padding: 30px 0;
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent {
    transition: 0.3s ease-in-out;
    display: none;
}



.navbarBtn {
    padding: 6px 18px !important;
    /* margin-top: 68px; */
    background-color: #4fa525;
    text-decoration: none;
    color: var(--whiteColor) !important;
    border-radius: 60px;
    font-size: 13.5px !important;
}

@media screen and (max-width: 600px){
.navbarWrapper {
    position: relative !important;
}
.ourServices .resources::before{
    right:-5px !important;
}
.resources:before{
    left:-5px !important;
}
.navbarWrapper .navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50px;
}
.navbarWrapper .navbar-collapse.show {
    transform: translateX(0);
}
.drawerOverlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--blackColor); */
    opacity: 0.5;
}
.navbarWrapper .navbar-collapse .navbar-nav {
    height: 100%;
    /* position: fixed; */
    padding: 20px;
    overflow-y: scroll;
    /* width: 80%; */ 
    background: var(--whiteColor);
}
.tabWrapper{
    background-color: transparent;
}
.navbarWrapper .nav-item .nav-link.menuLinks::after {
    position: absolute;
    content: "+" !important;
    width: fit-content !important;
    height: fit-content !important;
    border-radius: 0 !important;
    color: var(--color-primary);
    opacity: 1 !important;
    right: -10px !important;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    background-color: var(--whiteColor) !important;
    top: 20px;
}
.dropdownContainer {
    display: none;
    position: absolute;
    left: 50%;
    width: 86%;
    transform: translateX(-50%);
    top: 37px;
    padding-top: 30px;
    z-index: 999;
}
.dropdownContainer {
    display: none;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateX(0) !important;
    top: 0 !important;
    height: fit-content !important;
    padding-top: 10px;
    z-index: 999;
}

.dropdownContainer .tabWrapper {
    flex-direction: column;
    box-shadow: none;
    border-radius: 0;
}
.dropdownContainer .tabWrapper .tabRight {
    padding: 0 !important;
    width: 100% !important;
}
.dropdownContainer .tabWrapper .tabRight .singleTabContent {
    transition: 0.3s ease-in-out;
    display: block !important;
    margin-bottom: 20px;
}
.dropdownContainer .tabWrapper .tabRight .singleTabContent h5 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.dropdownContainer .tabWrapper .tabRight {
    padding: 0 !important;
    width: 100% !important;
}

.navbarWrapper .nav-link {
    font-size: 14px !important;
    padding: 12px 0;
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent ul li, .dropdownContainer .tabWrapper .tabRight.fiveColumn .singleTabContent ul li {
    width: 100% !important;
}


}

.navbarWrapper .nav-item {
    margin-right: 8px;
    position: relative;
}

/* 
@media screen and (min-width: 700px){
.navbarWrapper .nav-item:hover .dropdownContainer {
    display: block;
}
} */
@media (max-width:700px) {
    .navbarWrapper .nav-item:hover .dropdownContainer {
        display: block;
    }
}
::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

.text-p{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}
.text-p a, .blog-sub-heading a, .bl-list a {
    color: #158cc2;
}
.text-p a:hover, .blog-sub-heading a:hover, .bl-list a:hover {
    color: #4fa525;
}
.text-p strong {
        font-weight: 700;
    font-size: 15px;
}
.blog-sub-heading {
        font-size: 20px;
    font-weight: 600;
        margin-bottom: 3px;
}
.bl-list li {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}
.bl-list li strong {
     font-weight: 700;
    font-size: 15px;
}
.navbarWrapper .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.3px;
    background-color: var(--color-secondary);
    border-radius: 20px;
    transform: translateY(10px);
    visibility: hidden;
    bottom: 0;
    left: -4px;
    transition: 0.3s ease-in-out;
}

.navbarWrapper .nav-item .nav-link::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 60%;
    background-color: var(--blackColor);
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0.3;
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px 0 0;
    display: block;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

a,a:hover {
    text-decoration: none;
    color: var(--whiteColor);
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent.tabActive {
    display: block;
    animation: 0.6s ease-in-out 0s normal none 1 running fadeInUp;
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent ul li {
    width: 49%;
    text-align: left;
    margin-bottom: 10px;
}

.dropdownContainer .tabWrapper .tabLeft ul li a {
    width: 90%;
    margin-left: auto;
    display: block;
    color: var(--whiteColor);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    margin-bottom: 8px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    white-space: nowrap;
}

.nav-item a{
    color:black;
    font-weight:600;
}
figure{
    margin: 0;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }


.navbarWrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background:#4fa525;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0371f6), color-stop(25%, #fb01fb), color-stop(50%, #ffb300), color-stop(75%, #570b8d), color-stop(100%, #0073ff));
    z-index: 99;
    animation: 5s linear  infinite mymove;
    -webkit-animation: 5s linear infinite mymove;
}

@keyframes mymove{

0%{
    background-position:-3000px;
    }
    
    100%{
    background-position:0;
    }
}
@media screen and (max-width: 600px){
.dropdownContainer {
    display: none;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateX(0) !important;
    top: 0 !important;
    height: fit-content !important;
    padding-top: 10px;
    z-index: 999;
}
}

@media screen and (max-width: 600px){
.navbarWrapper .nav-item .nav-link.activeMenu + .dropdownContainer {
    /* display: block; */
}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-toggler {
    display: none;
}

}
@media (min-width: 992px){
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
}

.aboutIcon i{
margin-right: 0px;
color: #3d6ead;
padding: 10px;
font-size: 15px;
border-radius: 59px;
}

.main-mission p{
    font-weight:600;
}

/* banner styling */
.banner{
  padding: 90px 0;
  background-image:url(images/other-img/bg-design-am.png);
  background-repeat: no-repeat;
  background-size:cover;
}
.frame-box i {
    font-size: 70px;
    color: var(--color-primary);
    margin-bottom: 15px;
}
.banner-heading{
    padding-top:70px;
    color: var(--blackColor);
    text-transform: capitalize;
    font-size: 37px;
    font-weight: 900;
    margin-bottom:0px;
}
.our-about{
    padding: 50px 0;
    position: relative;
}    
.our-about:after{
    position: absolute;
    content: "";
    background: url(images/other-img/sectionPattern.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

/* animations effect */

@keyframes lights {
    0% {
      color:#4fa525;
    }
    
    30% { 
      color:#158cc2;
    }
    
    40% { 
      color:#9c11e8;
    }
    
    70% {
      color: #f30a29;
    }
    
    100% {
      color:#4fa525;
    }
    
  }
  

.h2 {
    font-size: 35px;
    font-weight: 600;
    animation: lights 4s 750ms linear infinite;
    font-family:auto;
}

.banner-content{
font-weight: 600;
font-size: 15px;
font-family: math;
line-height: 23px;
padding: 15px 0px;
}

.explore-btn{
    width:170px;
    padding: 8px 30px;
    background-color: #4fa525;
    border: none;
    color: white;
    border-radius: 30px;
    font-weight: 600;
}

.contact-btn{
    width:170px;
    padding: 8px 30px;
    background-color:#158cc2;
    border: none;
    color: white;
    border-radius: 30px;
    font-weight: 600;  
}


/* About section */

.aboutSection {
    padding: 50px 0;
    background: #f2f4f7;
}

.our-company__content {
    position: relative;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
    font-size: 30px;
}

.waviy span {
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(35deg, var(--color-secondary), var(--color-primary));
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    animation: 3s linear infinite textColor;
    -webkit-animation: 3s linear infinite textColor;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
    font-weight: 700;
}


.our-company__content h2.title {
    position: relative;
    z-index: 2;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 800;
}

.our-company__content p.shortInfo {
    font-size: 14px;
    margin-bottom: 30px !important;
    line-height: 25px;
}

.theme-btn {
    border: 0;
    color: var(--whiteColor);
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 28px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #4fa525;
    z-index: 1;
    overflow: hidden;
    position: relative;
}


.theme-btn .absoluteLink {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    left: 0;
    top: 0;
}

.aboutService {
    border-radius: 10px;
    overflow: hidden;
    justify-content: flex-end;
    display: flex;
    padding: 10px;
    margin-top: 20px;
}

.aboutService .singleAboutService {
    width: 45%;
    background-color: var(--whiteColor);
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.aboutService .singleAboutService .aboutServiceHeader {
    position: relative;
    padding: 14px 20px 11px 20px;
    margin-bottom: 0;
    text-align: center;
    background-color: #158cc2;
}

.aboutService .singleAboutService .aboutServiceHeader h5 {
    position: relative;
    z-index: 9;
    font-size: 13px;
    padding: 2px 0;
    font-weight: 700;
    color: var(--whiteColor);
}

.aboutService .singleAboutService .aboutServiceBody {
    padding: 18px 16px;
    text-align: center;
}

.aboutService .singleAboutService .aboutServiceBody h6 {
    font-size: 32px;
    font-weight: 900;
    color:#b90019;
    margin-bottom: 5px;
}


.aboutService .singleAboutService .aboutServiceBody p {
    font-size: 14px;
    margin-bottom: 10px;
}

.aboutServiceStar i{
 color:#b90019;
}

@keyframes waviy{

0%,100%,40%{
    transform:translateY(0);
   }
   
   20%{
    transform :translate(-20px);
   }
} 

@media (max-width: 1200px){
.our-company__content {
    /* padding-left: 50px; */
}
.dropdownContainer{
    left: -220px;
    top:25px
}
.journey-box .box-heading {
    font-size: 22px !important;
}
.startProjectBg{
    background-position: -140px 0 !important;
}
}
@media (max-width: 768px){
    .startProjectBg{
        background-position: -240px 0 !important;
    }
    .nav.nav-tabs .nav-link{
        padding: 8px 16px !important;
    }
}
/* inspire section styling */

.mentorSection {
    position: relative;
    padding: 50px 0;
}

.sub-title {
    margin-bottom: 5px;
    color: var(--color-primary);
    text-transform: uppercase;
    display: block;
}
.sec-heading{
    font-size: 48px;
    font-weight: 700;
    color: var(--blackColor);
    text-align: center;
    margin-bottom: 50px;   
}
.mentorSection h4 {
    font-size: 48px;
    font-weight: 700;
    color: var(--blackColor);
    text-align: center;
    margin-bottom: 50px;
}

.singleMentor .mentorPic {
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.yearsbatch {
  width: 243px;
   margin: 0 auto 20px !important;
   height: 240px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}


.singleMentor h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--blackColor);
}

.singleMentor p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--blackColor);
}

.singleMentor h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-secondary);
}

.mentorSection::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: #4497fb;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0371f6), color-stop(25%, #fb01fb), color-stop(50%, #ffb300), color-stop(75%, #570b8d), color-stop(100%, #0073ff));
    animation: 3s linear infinite mymove;
    -webkit-animation: 3s linear infinite mymove;
}

@keyframes mymove{
0%{
 background-position:-3000px;
}

100%{
background-position:0;
}
}


/* certificate address styling  */

.certifiedPartners {
    padding: 50px 0 0px 0;
}

.sub-title {
    margin-bottom: 5px;
    color: var(--color-primary);
    text-transform: uppercase;
    display: block;
    font-weight:800;
}

.certifiedPartners h4 {
    font-size: 48px;
    font-weight: 700;
    color: var(--blackColor);
    text-align: center;
}

.certifiedPartners p {
    font-size: 14px;
    color: var(--blackColor);
    margin-bottom: 20px;
    text-align: center;
    max-width: 100%;
}

.certifiedPartners img{
    border-radius:20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/* weLead section styling */

.weLead {
    position: relative;
    padding: 50px 0 0 0;
}

.weLead .weLeadSlider {
    position: relative;
    border-radius: 86px;
    z-index: 2;
    overflow: hidden;
}

.weLeadCaption {
    position: absolute;
    top: 8%;
    left: 10%;
    transform: translate(-10%, -15%);
    width: 50%;
}

.weLeadCaption h4 {
    font-size: 46px;
    font-weight: 700;
    color: #00cdf7;
    text-transform: uppercase;
    margin-bottom: 0;
}

.weLeadCaption h6 {
    font-size: 28px;
    font-weight: 700;
    color: var(--whiteColor);
    margin: 20px 0;
    text-transform: capitalize;
}

.weLeadCaption p {
    font-size: 14px;
    color: var(--whiteColor);
    margin-bottom: 30px;
}

.theme-btn:after {
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.weLeadTxtWrapper {
    position: relative;
    z-index: 2;
    width: 88%;
    margin: 0 auto;
    top: -160px;
}

.singleTxtWrapper {
    border-radius: 50px;
    padding: 30px 24px;
    margin-bottom: 10px;
    background: var(--whiteColor);
    min-height: 300px;
    text-align: center;
    transition: .3s ease-in-out;
    border: 1px solid  #158cc2;
    border-bottom-width: 10px;
}
.singleTxtWrapper:hover{
    border-bottom-width:1px;
    box-shadow: rgba(4, 33, 63, 0.05) 0px 10px 20px;
}
.singleTxtWrapper h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #158cc2;
}

.singleTxtWrapper p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--blackColor);
    line-height: 25px;
    letter-spacing: 0;
}

/* our services styling  */

.ourServices {
    position: relative;
    padding: 50px 0;
    background-color: #f2f4f7;
}

.sub-title {
    margin-bottom: 5px;
    color: var(--color-primary);
    text-transform: uppercase;
    display: block;
}

.sub-title {
    color: var(--color-primary);
    font-weight: 800;
}

.ourServices h2.title {
    font-size: 38px;
    font-weight: 700;
    color: var(--blackColor);
}

.ourServices .why-choose__content-home .description p {
    font-size: 14px;
    margin-bottom: 15px;
}

.ourServices .why-choose__content-home .description h6 {
    font-size: 15px;
    color: var(--blackColor);
    font-weight: 600;
}

.ourServices .singleService {
    position: relative;
    padding: 20px 20px;
    background-size: cover;
    background-position: right;
    height: 280px;
    margin-bottom: 25px;
    border-radius: 40px;
    transition: .3s ease-in-out;
    overflow: hidden;
    text-align: center;
    transition: .3s ease-in-out;
    cursor: pointer;
    border: 1px solid transparent;
}

.singleService img {
    width: 100px;
    background-color: var(--whiteColor);
    border-radius: 50px;
    padding: 10px;
    border: 1px solid #158cc2;
    box-shadow: 5px 5px 0 1px #158cc2;
}

.ourServices .singleService h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    transition: .3s ease-in-out;
}

.ourServices .singleService ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    justify-content: flex-start;
    transition: .3s ease-in-out;
}

.ourServices .singleService ul li:not(:last-child) {
    border-right: 2px solid #ccc;
    margin-right: 5px;
    padding-right: 5px;
}

.ourServices .singleService p {
    font-size: 14px;
    transition: .3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ourServices .singleService:hover {
    background-color: var(--whiteColor);
    background-image: url(images/other-img/why-choose__item-two-overly.png);
    -webkit-box-shadow: 0 10px 20px rgb(4 33 63 / 5%);
    box-shadow: 0 10px 20px rgb(4 33 63 / 5%);
    border: 1px solid #f0f0f0;
}

.ourServices .singleService:hover a {
    margin-bottom: 0;
}


.ourServices .singleService a {
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: var(--color-secondary);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
    transition: .3s ease-in-out;
    margin-bottom: -100px;
    transform: translateX(-50%);
}

/* 
testimonial styling */

.item{
 border-radius: 15px 70px;
 background-image: linear-gradient(47deg, #158dc369, #51a42a9c);
 padding:30px;
 height:430px;
}


.item img{
    width:100px!important;
    height:100px;
    border-radius:50px;
}

.item p{
    text-align:left!important;
}

.item h6{
    font-weight:bold;
}


/* smart project stying */

.startProjectBg {
    position: relative;
    width: 100%;
    background-image: url(images/other-img/startProjectBg.webp);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 660px;
}

.startProjectBg .content {
    position: absolute;
    bottom: 115px;
    right: 70px;
}

.startProjectBg .content h4 {
    font-size: 38px;
    font-weight: 700;
    color: var(--whiteColor);
}

.startProjectBg .content h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--whiteColor);
    margin: 10px 0;
}

.startProjectBg .content p {
    font-size: 14px;
    color: var(--whiteColor);
}
.theme-btn-secondary{
    background-color: var(--color-secondary)!important;
}
.theme-btn {
    border: 0;
    color: var(--whiteColor);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 28px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #4069ff;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.theme-btn .absoluteLink {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    left: 0;
    top: 0;
}

.theme-btn:after {
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.theme-btn:focus:after, .theme-btn:hover:after {
    height: 450%;
    background-color: var(--color-secondary);
}
.theme-btn-secondary:hover:after{
    background-color: var(--color-primary) !important;
}

/* LOcation section Styling  */

.locationSection {
    position: relative;
    padding: 40px 0;
    background-color: var(--whiteColor);
}

.locationSection .singleLocation h4 {
    position: relative;
    margin-bottom: 10px;
    min-width: max-content;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.locationSection .singleLocation p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    color: #000;
}

.locationSection::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4497fb;
    background: -moz-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    background: -webkit-gradient( linear, left top, right top, color-stop(0, #4497fb), color-stop(25%, #ed2ded), color-stop(50%, #c99826), color-stop(75%, #9600ff), color-stop(100%, #4497fb) );
    background: -webkit-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    background: -o-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    background: -ms-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    z-index: 2;
    animation:5s linear infinite mymove;
    -webkit-animation: 5s linear infinite mymove;
}

.singleLocation .imgWrapper img {
    width: 100%;
}

.imgWrapper img{
    width:170px!important;
}

.locationSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
     z-index: 2;
    animation:5s linear infinite mymove;
    -webkit-animation: 5s linear infinite mymove;
}

/* footer styling start */

.footer {
    position: relative;
    background-color: var(--whiteColor);
    min-height: 500px;
    overflow: hidden;
    padding-top: 40px;
}

.footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/other-img/footerBG.jpg);
    top: 0;
    left: 0;
    opacity: 0.5;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .singleFooter {
    margin-bottom: 50px;
}

.footer .singleFooter h4 {
    color: #0062eb;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
    z-index: 2;
}

.footer .singleFooter img.imgHeading {
    margin-bottom: 20px;
    z-index: 2;
}


.footer .singleFooter ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .singleFooter ul li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.footer .singleFooter ul li a {
    transition: 0.3s all ease-in-out;
    color: #000;
    font-weight: 500;
}

/* footert-top */

.footer_top {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

/* .footer_top .background-cta {
    background-image: url(images/other-img/callto-action.png);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    overflow: hidden;
    border-radius: 100px;
    background-position: center;
    object-fit: contain;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 30px 40px;
} */


.footer_top .background-cta .cta-left-wrapepr p {
    margin-bottom: 0;
    color: var(--blackColor);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 31px;
    font-size: 26px;
}

.footer_top .background-cta .cta-input-arae {
    display: flex;
    justify-content: space-between;
    padding-right: 36px;
}


.footer_top .background-cta .cta-input-arae a {
    border-radius: 100px;
    max-width: max-content;
    padding: 17px 30px;
    min-width: max-content;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 30px;
    background-color: var(--color-secondary);
    color: var(--whiteColor);
    border: none;
}

.footer_top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    z-index: 2;
    animation:5s linear infinite mymove;
    -webkit-animation: 5s linear infinite mymove;
}


.footer .singleFooter ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .singleFooter ul li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.footer .singleFooter ul li a {
    transition: 0.3s all ease-in-out;
    color: #000;
    font-weight: 500;
}


.footer .singleFooter ul.lastList {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer .singleFooter ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .singleFooter ul.lastList li {
    position: relative;
    margin-left: 14px;
    font-size: 11px;
    margin-bottom: 0;
}

.footer .singleFooter ul.hasLine li:not(:last-child) a {
    position: relative;
    border-right: 1px solid var(--lightGray);
    padding-right: 14px;
}

.footer .singleFooter ul li a {
    transition: 0.3s all ease-in-out;
    color: #000;
    font-weight: 500;
}

.footer .singleFooter ul.lastList li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 66%;
    top: 3px;
    right: -8px;
    background-color: var(--whiteColor);
}

.footer .singleFooter ul.lastList {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer .singleFooter ul.lastList li {
    position: relative;
    margin-left: 14px;
    font-size: 11px;
    margin-bottom: 0;
}


.footer .singleFooter ul.lastList.socialIcon li a {
    font-size: 24px;
}

.footer .singleFooter ul li:hover a {
    transform: translateX(-10px);
    color: #000;
    font-weight: 600;
}

/* homepage responsive web */
@media (max-width: 991px){
    .dropdownContainer .tabWrapper .tabLeft{
        width: 45%;
    }
    .dropdownContainer{
        left: -26px;
        width: 650px;
        top:5px;
    }
    .startProjectBg .content h4{
        font-size: 28px;
    }
    .startProjectBg .content{
        bottom: 150px;
    }
}
@media (max-width: 767px){
    .dropdownContainer .tabWrapper .tabPdf{
        display: none;
    }
    .dropdownContainer .tabWrapper .tabRight{
        width: 100%;
    }
    .dropdownContainer{
        left: -70px;
    }
    .startProjectBg .content h4{
        font-size: 22px;
    }
    .startProjectBg .content h5{
        font-size: 16px;
        margin: 5px 0;
    }
    .startProjectBg .content p{
        margin-bottom: 8px;
    }
    .startProjectBg .content {
        bottom: 175px;
    }
}
@media screen and (max-width: 600px){
    .banner {
        width: 100%;
        height: auto;
        background-image: url(images/banner/webBanner-_3_.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 120px 0;
    }

    .banner-heading {
        padding-top: 5px;
        color: var(--blackColor);
        text-transform: capitalize;
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .h2 {
        font-size: 28px;
        font-weight: 600;
        animation: lights 4s 750ms linear infinite;
        font-family: auto;
    }

    .our-company__content h2.title {
        position: relative;
        z-index: 2;
        font-size: 31px;
        line-height: 40px;
        margin-bottom: 20px;
        font-weight: 800;
    }

    .aboutService .singleAboutService {
        width: 50%;
        background-color: var(--whiteColor);
        border-radius: 5px;
        overflow: hidden;
        margin-right: 4px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    }

    .mentorSection h4 {
        font-size: 40px;
        font-weight: 700;
        color: var(--blackColor);
        text-align: center;
        margin-bottom: 30px;
    }

    .yearsbatch {
        width: 100%;
        margin: 0 auto 20px !important;
        height: 100%;
        overflow: hidden;
        border-radius: 20px;}

   [data-aos^=fade][data-aos^=fade].aos-animate {
            opacity: 1;
            transform: translateZ(0);
            text-align: center;
        }
        .android-ul li{
            text-align: start;
        }

   .singleMentor .mentorPic {
            height: 100%;
            overflow: hidden;
            border-radius: 20px;
            margin-bottom: 20px;
        }

    .certifiedPartners h4 {
            font-size: 40px;
            font-weight: 700;
            color: var(--blackColor);
            text-align: center;
        }
    .certifiedPartners img {
            border-radius: 5px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        }

        .weLeadTxtWrapper {
            position: relative;
            z-index: 2;
            width: 100%;
            margin: 0 auto;
            top: 18px;
        }
            .weLead .weLeadSlider {
            position: relative;
            border-radius:0px;
            margin: 0px; 
            z-index: 2;
            overflow: hidden;
        }

        .weLeadCaption {
            top: 0;
            left: 0;
            transform: translate(0, 0);
            width: 100%;
            padding:9px 12px;
        }

        .ourServices {
            position: relative;
            padding: 50px 0;
            background-color: #f2f4f7;
            /* margin: 20px 0px; */
        }

        .startProjectBg .content h5 {
            font-size: 14px;
            font-weight: 700;
            color: var(--whiteColor);
            margin: 10px 0;
        }

        .weLead {
            position: relative;
            padding: 0px 0 0 0;
        }
  
        .weLeadSlider img {
            height: 100%!important;
            object-fit: cover;
        }

        .weLeadCaption h4 {
            font-size: 21px;
            font-weight: 900;
            color: #00cdf7;
            text-transform: uppercase;
            margin-bottom: 0;
        }
        .weLeadCaption h6 {
            display: none;
            font-size: 20px;
            font-weight: 700;
            color: var(--whiteColor);
            margin: 5px 0;
            text-transform: capitalize;
        }

        .startProjectBg {
            background-image: url(images/other-img/startProjectMobileBg.png) !important;
            background-size: cover !important;
            height: 300px !important;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
            border-radius: 20px;
            background-position: -50px 0px;
        }
        .startProjectBg .content h4 {
            font-size: 23px;
            position: relative;
            width: 100%;
            top: 30px;
            margin: 41px 0px;
            color: var(--whiteColor);
        }
        .startProjectBg .content {
            bottom: 60px;
        }
        .ourServices h2.title {
            font-size: 33px;
            font-weight: 700;
            color: var(--blackColor);
        }

        .theme-btn {
            border: 0;
            color: var(--whiteColor);
            font-size: 15px;
            line-height: 24px;
            font-weight: 500;
            font-family: Poppins, sans-serif;
            border-radius: 50px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            padding: 12px 28px;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            background-color: #4069ff;
            z-index: 1;
            overflow: hidden;
            position: relative;
            top:0px;
        }

        .main-project-btn{
            position: relative;
            top:30px;
        }

        .singleLocation {
            margin:8px 0px;
            text-align: left!important;
            border-bottom: 1px solid gainsboro;
        }

        .footer_top .background-cta {
            background-image: url(images/other-img/callto-action.webp);
            background-repeat: no-repeat;
            background-blend-mode: multiply;
            overflow: hidden;
            border-radius: 10px;
            background-position: center;
            object-fit: contain;
            background-size: cover;
            position: relative;
            z-index: 2;
            padding: 15px 15px;
        }

        .footer_top .background-cta .cta-left-wrapepr p {
            margin-bottom: 0;
            color: var(--blackColor);
            text-transform: capitalize;
            letter-spacing: 0.5px;
            font-weight: 700;
            line-height: 32px;
            font-size: 22px;
        }

        .explore-btn {
            width: 100px!important;
            padding: 8px 10px!important;
            background-color: #4fa525;
            border: none;
            color: white;
            border-radius: 30px;
            font-weight: 600;
        }

        .contact-btn {
            width: 115px!important;
            padding: 8px 10px!important;
            background-color: #158cc2;
            border: none;
            color: white;
            border-radius: 30px;
            font-weight: 600;
        }
        .dropdownContainer .tabWrapper .tabPdf {
            padding: 20px;
            width: 100%;
            min-width: 28%;
        }

        .dropdownContainer .tabWrapper .tabLeft {
            /* background: var(--color-primary); */
            background: linear-gradient(96deg, #16449d, #29b9e5);
            min-height: 30vh;
            position: relative;
            width: 100%;
            padding: 30px 0;
            border-radius: 10px;
        }
    .dropdownContainer .tabWrapper .tabLeft ul li a {
            width: 100%;
            margin-left: auto;
            display: block;
            color: var(--whiteColor);
            font-size: 14px;
            font-weight: 600;
            padding: 12px 30px;
            margin-bottom: 8px;
            border-bottom-left-radius: 40px;
            border-top-left-radius: 40px;
            white-space: nowrap;
        }

}



/* About us page Styling start _------------------------------> */

.pageHeading {
    position: relative;
    padding: 250px 0 180px 0;
    overflow: hidden;
    background-image: url(images/other-img/banner-abst-2.png);
    background-repeat: no-repeat;
    background-position: top top;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pageHeading::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4497fb;
    background: -moz-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    background: -webkit-gradient( linear, left top, right top, color-stop(0, #4497fb), color-stop(25%, #ed2ded), color-stop(50%, #c99826), color-stop(75%, #9600ff), color-stop(100%, #4497fb) );
    background: -webkit-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    background: -o-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    background: -ms-linear-gradient( left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100% );
    z-index: 2;
    animation: 0s linear  rotate;
    -webkit-animation: 0s linear rotate;
}

.pageHeading .pageHeadingContent {
    position: relative;
    z-index: 2;
    width: 60%;
}

.pageHeading .pageHeadingContent h6 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-secondary);
    width: fit-content;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.pageHeading img {
    position: absolute;
    right: 0;
    width: 71%;
    object-fit: cover;
    z-index: 1;
    top: 0;
}

.pageHeading .pageHeadingContent h6::before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: var(--color-secondary);
}

.pageHeading .pageHeadingContent h5 {
    font-size: 40px;
    font-weight: 900;
    color: var(--blackColor);
    text-transform: uppercase;
    letter-spacing: 3px;
}

pageHeading .pageHeadingContent h4 span, .pageHeading .pageHeadingContent h5 span {
    color: var(--color-primary);
}

.aboutBanner img {
    width: 34% !important;
    top: 57% !important;
    transform: translateY(-50%) !important;
}



.aboutSection .aboutImg {
    position: relative;
}


.aboutSection .aboutImg.founderOne .quoteIcon {
    left: -25px;
}

.aboutSection .aboutImg.founderOne .quoteIcon, .aboutSection .aboutImg.founderTwo .quoteIcon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -16px;
}


.aboutSection .aboutImg.founderOne .rectangeIcon {
    right: 0;
}

.aboutSection .aboutImg.founderOne .rectangeIcon, .aboutSection .aboutImg.founderTwo .rectangeIcon {
    position: absolute;
    z-index: 1;
    width: 14%;
    right: 127px;
    bottom: 0;
}


.aboutSection .aboutContent p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: justify;
}

.aboutSection .aboutContent h4 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 40px;
}



.aboutSection .aboutImg.founderTwo .quoteIcon {
    right: 103px;
}

.aboutSection .aboutImg.founderOne .quoteIcon, .aboutSection .aboutImg.founderTwo .quoteIcon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -16px;
}

.aboutSection .aboutImg.founderTwo .rectangeIcon {
    left: 0;
}


/* about-section styling  */

.main-box{
    background-color:#ed5566;
    padding: 50px 50px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 10px 50px;
    margin: 20px 0px;
}

.box-1{
    background-color:#4069ff !important;
}



/* our journey section styling */
.ourStory {
    position: relative;
    padding: 50px 0;
    background-image: url(images/other-img/ourStoriesBg.png);
    background-size: cover;
    background-position: center;
}
.resources{
    position: relative;
    margin-bottom: 30px;
}
.ourServices .resources::before{
    background-color: var(--color-secondary);
    right: -25px;
    left: unset;
}
.resources:before {
    position: absolute;
    content: "";
    top: -25px;
    left: -25px;
    background-color: var(--color-primary);
    width: 100%;
    height: 100%;
    border-radius: 30px;
    animation: 3s linear infinite bounceShape;
    z-index: 1;
}
.resources img{
    z-index: 2;
    position: relative;
}
.subheading{
    font-size: 24px;
    font-weight: 700;
    color: var(--blackColor);
    margin-bottom:10px;
}
.journey-box{
    background-color: #c98a99;
    border-radius: 5px;
    padding: 10px 15px;
    height: 100%;
}

@keyframes bounceShape{
0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

50% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
}
.journey-box img{
    margin-bottom: 24px;
}
.journey-box .box-heading{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}
.journey-box .box-text{
    font-weight: 700;
    padding: 0 9px;
    letter-spacing: 0.7px;
    font-size: 14px;
}
.journey-box.box-2{
    background-color: #bea6de !important;
}
.journey-box.box-3{
    background-color: #c9be90 !important;
}
.journey-box.box-4{
    background-color: #8399c9 !important;
}
.journey-box.box-5{
    background-color: #b1a164 !important;
}
.journey-box.box-6{
    background-color: #8363ae !important;
}
.journey-box.box-7{
    background-color: #ba9251 !important;
}
.journey-box.box-8{
    background-color: #f49696 !important;
}
.journey-box .text-red{
    font-size: 34px;
    color:black;
    font-weight: 700;
}
.journey-box .box-text-heading{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.f-20{
    font-size: 20px !important;
}
.career-box {
    padding: 25px 16px;
    border: 1px dashed #ccc;
    margin-top: 30px;
    border-radius: 10px;
}
.career-box .career-count{
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary);
}
.career-tow{
    padding: 50px 0 50px 0;
    background-color: #e5ecff;
}
.card-career {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    z-index: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px var(--whiteColor);
    ;
  }
  .card-career .content{
    z-index: 999;
    padding: 20px 10px;
    text-align: center;
  }
  .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 98%;
    height: 96%;
    z-index: 2;
    background: rgb(247 232 130 / 95%);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
  }
  .bg.bg-1{
    background: rgba(71, 188, 73, 0.95);
  }
  .bg.bg-2{
    background: rgb(250 182 255 / 95%);
  }
  .bg.bg-3{
    background: rgba(130, 161, 247, 0.95);
  }
  .bg.bg-4{
    background: rgba(247, 130, 230, 0.95);
  }
  .bg.bg-5{
    background: rgba(130, 247, 212, 0.95);
  }
  .bg.bg-6{
    background: rgba(181, 130, 247, 0.95);
  }
  .bg.bg-7{
    background: rgba(130, 247, 130, 0.95);
  }
  .blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff0000;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 3s infinite ease;
  }
  .blob.blob-1{
    background-color: #fbff00;
  }
  .blob.blob-2{
    background-color: #00ff04;
  }
  .blob.blob-3{
    background-color: #0048ff;
  }
  .blob.blob-4{
    background-color: #ff00d0;
  }
  .blob.blob-5{
    background-color: #ff8800;
  }
  .blob.blob-6{
    background-color: #00eeff;
  }
  .blob.blob-7{
    background-color: #4400ff;
  }
.content .subheading{
    color: var(--whiteColor);
}
.content .text-p{
    color: var(--whiteColor);
}
  
  @keyframes blob-bounce {
    0% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
  
    25% {
      transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }
  
    50% {
      transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }
  
    75% {
      transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }
  
    100% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
  }

.we-box{
    border: 1px dashed var(--color-secondary);
    padding: 25px 10px;
    margin-top: 30px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
}
.we-box .we-count{
    width: 60px;
    height: 60px;
    color: var(--color-primary);
    line-height: 60px;
    display: block;
    background: #eaefff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 10px auto;
}
.we-box .we-subheading{
    font-size: 16px;
    font-weight: 700;
    color: var(--color-secondary);
    margin: 14px 0;
}
.process{
    background-color: #404e59;
    padding: 25px 15px;
}
.process .display-1{
    color:var(--whiteColor);
}
.process .subheading{
    color:#ffffff
}
.process ul li{
    color: var(--whiteColor);
    list-style: none;
}
.process.two{
    background-color:#433434;
}
.process.three{
    background-color:#5c5c5c;
}

.hiring-box{
    border: 1px solid #ccc;
    padding: 14px;
    background-color: var(--whiteColor);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.hiring-box i{
    font-size: 28px;
    color: var(--color-primary);
    margin-right: 10px;
}
.nav.nav-tabs{
    padding: 10px 10px !important;
    border-bottom: 1px solid var(--color-primary);
    background-color: var(--blackColor);
}
.nav.nav-tabs .nav-link{
    padding: 8px 36px;
    font-size: 14px;
    font-weight: 600;
    background-color: #008fd9 !important;
    color: var(--whiteColor);
    border-radius: 40px !important;
    overflow: hidden;
    margin-right: 30px;
}
.nav.nav-tabs .nav-link:hover{
    border-color:#b90019;
}
.nav.nav-tabs .nav-link.active{
    background-color: #b90019 !important;
    border-color: #b90019 ;   
}
.tab-main{
    border: 1px solid var(--blackColor) !important;
    border-radius: 20px;
    background-color: var(--whiteColor);
    overflow: hidden;
}
.fw600{
    font-weight: 600 !important;
}
.tab-box .text-p{
    border-right: 1px solid var(--blackColor);
}
.tab-box{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 6px !important;
    margin-bottom: 70px !important;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
}
.tab-box li{
    list-style: none;
    width: 25%;
    text-align: center;
    border-right: 1px solid var(--blackColor);
}
.tab-box::before{
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #ffa3af;
    opacity: 0.3;
}
.tab-box::after{
    border-left: 8px solid white;
    border-right: 8px solid #fffcfc;
    content: "";
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    z-index: 1;
    border-top: 12px solid #ffa3af;
    bottom: -52px;
    opacity: 0.3;
}
.bluecolor{
    color: var(--color-primary);
}
.tab-img{
    width: 90px;
    object-fit: cover;
    object-position: right;
    height: 19px;
    opacity: 0.3;
    padding-left: 10px;
}
.round-box{
    background: -webkit-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    animation: 13s linear infinite rotate;
    -webkit-animation: 13s linear infinite rotate;
    padding: 10px;
    border-radius: 150px;
    margin-bottom: 0;
    height: 300px;
    width: 300px;
}
.round-main-box{
    text-align: center;
    background-color: var(--blackColor);
    border: 1px solid #ccc;
    border-radius: 150px;
    padding: 30px;
    margin-bottom: 0 !important;
    width: 280px;
    height: 280px;
    display: grid;
    animation: 13s linear infinite rotate;
    -webkit-animation: 13s linear infinite rotate;
}
.round-main-box h6{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid var(--whiteColor);
    width: fit-content;
    margin: 0 auto 15px auto;
    padding: 0 10px 10px 10px;
    color: var(--whiteColor);
}
.round-main-box h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--whiteColor);
}
.tab-img2{
    width: 38%;
}
.bg-white-s{
    background-color: var(--whiteColor);
    padding: 50px 0;
}
.frame-box{
    background-color: #e3e9ff;
    border-radius: 30px 0;
    padding: 20px;
    height: 100%;
}
.frame-box h4{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #5d6684;
    
}
.frame-box h4:before{
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #5d6684;
}

.frame-box ul{
    padding: 0;
}
.frame-box ul li,ul.lamp li{
    list-style: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--blackColor);
    padding-left: 30px;
    margin-bottom: 6px;
}
.frame-box ul li:before{ 
    position: absolute;
    content: "";
    background: url(images/icon/checkRedCircle.svg);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.frame-box.frame-box2{
    background-color: #ffd4d9;
    border-radius: 0 30px;
}
.frame-box.frame-box2 h4{
    color: #b74452 !important;
}
.frame-box.frame-box2 h4::before{
    background-color:#b74452 !important;
}
 ul.lamp li:before{
    position: absolute;
    content: "";
    background: url(images/icon/checkBlueCircle.svg);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#ssss {
    position: relative;
}

#ssss .item{
    background-color: var(--whiteColor);
    padding: 20px;
    border-radius: 10px;
}
#ssss .item img{
    height: auto !important;
    width: 100% !important;
}
#ssss .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#ssss .owl-dots .owl-dot.active span{
    background: var(--color-secondary);
}
#ssss .owl-dots .owl-dot span{
    background: #fcc;
}
.card-life i{
    font-size: 54px;
    color: var(--color-primary);
    margin-right: 10px;
    font-weight: bolder;
}

.content h1{
    text-align: center;
    color: var(--whiteColor);
    font-size: 40px;
    font-weight: 700;
}

.testimonial .card{
    border-color: var(--color-primary)
}
.faq-img img{
    border: 10px solid var(--whiteColor);
    position: relative;
    z-index: 2;
    background-color: var(--whiteColor);
    width: 70px;
}
.faq-img {
    height: 100%;
    position: relative;
    text-align: center;
}
.faq-img::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-primary);
    z-index: 1;
}

/* flip css */


.flipper-container{
    position:relative;
    margin:35px auto;
    perspective:1000px;
    width:100%;
    height:250px;
  }
  .flip{
    height:100%;
    width:100%;
    transform-style:preserve-3d;
    transition:all 1s;
  }
  .flipper-container:hover .flip{
    transform:rotateY(180deg);
    box-shadow: 0px 10px 10px #aaa;
  }
  .face{
    position:absolute;
    height:100%;
    width:100%;
    backface-visibility:hidden;
  }
  .face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    color: var(--whiteColor);
    text-align: center;
    background-color:transparent;
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .back h2{
    padding:70px 0px;
    font-family:Pacifico;
    letter-spacing:1px;
    font-size:30px;
  }

/* end flip css  */

.main-heading{
    font-size: 33px;
    color: var(--blackColor);
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 500;
}
.main-heading span{
    color: var(--color-primary);
    font-weight: bolder;
}
.and-paragraph{
    border-left: 6px solid var(--color-secondary);
    padding-left: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.and-paragraph span{
    display: block;
    font-weight: 600;
    line-height: 16px;
    font-size: 16px;
    margin-top: 10px;
    color: var(--color-primary);
    font-style: italic;
}
.and-paragraph span:nth-child(2) {
    color: var(--color-secondary);
}

.android .card-career{
    align-items: start;
    justify-content: start;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);

}
.android .bg{
    background-color: #f0f4ff;
    border: 1.5px solid #c5d1ff;
}
.android .blob{
    background: -webkit-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
}
.form-control:focus ,.form-select:focus{
    box-shadow: none;
}
.android .card-career .content{
    padding: 20px 15px 40px 15px;
}
.btn.btn-primary{
    background: var(--color-secondary);
    border-radius: 30px;
    border: none;
    color: var(--whiteColor);
    padding: 10px 25px;
}
.card.andr{
    background-color: #e5ecff;
    margin-top: 20px;
}
.android-text{
    font-size: 12px;
    font-style: italic;
}
.android-ul li{
    list-style: none;
    margin-bottom: 10px;
}
.android-ul{
    position: relative;
}
.android-ul li:before{
    background-image: url(images/other-img/redArrow.svg);
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-dark{
    padding: 50px 0;
}
.and-cricle2{
    width: 100px;
    height: 100px;
    line-height: 95px;
    margin-bottom: 15px;
    border-radius: 94px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #16daff;
    margin-left: auto;
    margin-right: auto;
}
.z-index999{
    z-index: 1;
    position: relative;
    padding: 50px 0;
}
.why-ecommerce{
    position: relative;
    margin-bottom: 50px;
}
.why-ecommerce:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/other-img/whyChooseusbgSection.svg);
    background-size: cover;
    background-position: 0 -40px;
    background-repeat: no-repeat;
}
.f26{
    font-size: 26px !important;
}
.f38{
    font-size: 38px !important;
}
.border-right{
    border-right: 1px solid #ccc;
}
.border-left{
    border-left: 1px solid #ccc;
}
.costing-model{
    padding: 50px 0;
    background-color: #0e3367;
}
.blue-color{
    color: var(--color-primary);
}
.accordion-body{
    background-color: #f2f4ff;
}
.accordion-button:not(.collapsed){
    background-color: #f2f4ff;
    border-bottom: 1px solid;
    border-color: #dde2ea;
}
.accordion-button:focus{
    box-shadow: none;
}
.case-box{
    background-color: #e8ecef;
    padding: 20px 15px;
}
.case-box a{
    padding: 2px 10px 2px 5px !important;
    font-size: 12px;
    color: #007bff;
    font-weight: 400;
    line-height: 18px;
}
.case{
    background-color: #e5e5e5;
    padding: 50px 0;
}
.date{
    color: #555;
    font-size: 12px;
}.date:hover{
    color: #555;
}
.btn.btn-more{
    border-color: #0073fd !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background: linear-gradient(to right, #021B79, #0575E6) !important;
    width: 100% !important;
    color: var(--whiteColor);
}
.btn.btn-more:hover{
    background: linear-gradient(to right, #0575E6, #021B79) !important;
}
.search{
    width: 100%;
    height: 40px;
    padding: 0 35px 0 15px;
    color: #777;
    background-color: #f9f9f9;
    background-image: none;
    background-position: right 10px;
    border-color: #eaeaea;
    cursor: text;
    border: 1px solid #eaeaea;
}
.search:focus-visible {
    outline: 0px ;
}

.btn.btn-page{
    color: var(--color-primary);
    font-size: 14px;
}
.portfolio{
    background-image: url(images/other-img/port-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.card-port{
    position: relative;
    width: 86%;
    border-radius: 20px;
    overflow: hidden;
}
.btn-port{
        display: inline-block;
        border: 1px solid var(--whiteColor);
        padding: 6px 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
}
.card-port:hover::before{
    background: linear-gradient(180deg, #ff3a5100, #00a6d3);
}
.card-port::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #03173400, #0b459b);
    transition: 0.3s all ease-in-out;
}
.port-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
} .subheading span{
    color: var(--color-secondary);
}
.contact-form{
    padding: 30px;
}
.main-contact{
    background: var(--blackColor);
    border-radius: 20px;
    border: 1px solid var(--blackColor);
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.main-contact .form-control {
    border-color: #ffb9c1;
}
.main-contact .form-select {
    border-color: #ffb9c1;
}

.form-label{
    font-weight: 600;
    font-size: 14px;
}
.form-color{
    color: #57e0fc;
}
.msite-heading{
    background-color: #000;
    color: #fff !important;
    font-size: 19px !important;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 5px;
        margin-bottom: 10px;
    text-transform: uppercase;
}

.android-ul li a{
    color: var(--blackColor);
}

@media(max-width:1200px){
    .navbarWrapper .nav-item {
        margin-right: 2px;
    }
    .why-ecommerce:before{
        background-position: 0 0px !important;
    }  
    .ourServices .flipper-container{
        height: 200px !important;
    }
}
@media(max-width:992px){
    .f-20{
        font-size: 18px !important;
    }
    .weLeadTxtWrapper{
        top:2px;
    }
    .ourServices .flipper-container{
        height: 150px !important;
    }
    .card-life i{
        font-size: 26px;
    }
    .footer_top .background-cta .cta-left-wrapepr p {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .footer_top .background-cta .cta-input-arae a{
        padding: 17px 15px;
    }
    .weLeadCaption{
        top: 20%;
        left: 17%;
    }
    .weLeadCaption {
        width: 90%;
    }
    .weLeadCaption h4{
        font-size: 22px;
    }
    .weLeadCaption h6{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .flipper-container{
        height: 400px !important;
    }
    
    .pageHeading{
        padding: 180px 0 100px 0;
    }   
    .why-ecommerce:before{
        background-position: 0 0px !important;
    }  
}
@media(max-width:767px){
    .ourServices .flipper-container{
        height: 410px !important;
    }
}
@media(max-width:668px){
    .tab-box li{
        font-size: 12px;
    }
    .ourServices h2.title {
        font-size: 26px;
    }
    .certifiedPartners h4 {
        font-size: 26px;
    }
    .ourServices .flipper-container{
        height: 360px !important;
    }
    .mentorSection h4 {
        font-size: 26px;
    }
    .our-company__content h2.title{
        font-size: 24px;
    }    
    .pageHeading{
        padding: 180px 0 100px 0;
    }    
}
@media(max-width:580px){
    .startProjectBg .content{
        right:70px;
        bottom: 70px;
    }
    .weLeadCaption{
        left:5%;
        top:3%
    }
    .ourServices .flipper-container{
        height: 310px !important;
    }
    .aboutBanner img{
        display: none;
    }
    .pageHeading .pageHeadingContent{
        width: 100%;
    }
    .flipper-container {
        height: 300px !important;
    }
    .startProjectBg{
        margin-top:20px
    }
    
    .main-project-btn {
        top: 0px;
    }
    .startProjectBg{
        background-position: -250px 0px !important;
    }
    .pageHeading .pageHeadingContent h5{
        font-size: 30px;
    }
    .subheading{
        font-size: 20px;
        margin-top: 20px;
    }
    .main-heading{
        font-size: 24px;
        line-height: 30px;
    }
    .aboutSection .aboutImg.founderTwo .quoteIcon {
        right: 0px;
    }
    .aboutSection .aboutImg.founderOne .quoteIcon {
        left: 0;
    }
    .aboutSection .aboutContent h4 {
        font-size: 24px;
        line-height: 34px;
        margin-top:20px;
    }
}
@media (max-width: 491px){
    .startProjectBg .content {
        right: 40px;
    }   
    .flipper-container {
        height: 230px !important;
    } 
    .startProjectBg .content {
        right: 20px;
    }
    .tab-box{
        padding: 3px !important;
    }
    .ourServices .flipper-container{
        height: 240px !important;
    }
    }
    @media (max-width: 376px){
        .ourServices .flipper-container{
            height: 180px !important;
        }
    }
@media (max-width: 400px){
.startProjectBg .content {
    right: 0px;
    bottom: 60px;
}
.ourServices .flipper-container{
    height: 150px !important;
}
.round-box{
    width: 260px;
    height: 260px;
}
.round-main-box{
    width: 240px;
    height: 240px;
}
.nav.nav-tabs .nav-link {
    padding: 8px 4px !important;
    margin-right: 5px;
}
.tab-box li {
    font-size: 8px;
}
.flipper-container {
    height: 168px !important;
}
.pageHeading {
    height: auto;
    padding: 150px 0 50px 0;
}
.weLeadCaption h4 {
    font-size: 14px;
}
.weLeadCaption p {
    font-size: 11px;
}
}


.client-box{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 25px;
}
.client-box .text-p{
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #cccccc;
    padding-top: 16px;
    margin: 0;
}
.main-img{
    border: 1px solid #ccc;
}

.redes {
    width: 53px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60%;
    left: 0;
    z-index: 99999;
}
  
  
  .redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    transition: all 0.2s ease-in-out;
  }
  
  .redes a svg {
    width: 30px;
    fill: #ffffff;
  }
  
  .redes .instagram {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #f56040);
    /* border-radius: 0px 0px 10px 0; */
  }

  .redes .you__tube{
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #f56040);
    border-radius: 0px 0px 10px 0;
  }
  
  .redes .github {
    background-color: #0A66C2;
    border-radius: 0 0  0px 0;
  }
  
  .redes .twitter {
    background-color: #000000;
  }
  
  .redes .facebook {
    background-color: #006aff;
    border-radius: 0 10px  0px 0px;
  }
  
  .redes a:hover {
    width: 130%;
    border-radius: 0 10px 10px 0;
  }


  @media screen and (max-width:600px){
    #myModal.modal{
        top:1vh;
    }
    .modal_reg_img{
        width: 100%;
        max-width: 100%;
      

    }

}

.modal-backdrop {
z-index: 999999;
}

.btn-close{
    z-index: 9999;
    position: absolute;
    top: -5px;
    right: 6px;
    border-radius: 0;
    opacity: 1;
    background-image: none;
    --bs-btn-close-bg: none !important;
}


.btn-close div {
    color: #fff;
    padding: 3px 13px ;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .modal_img {
        border:none !important;
        border-radius: 5px;
        height:100%;
    }

    .modal_img video{
        width:100%;
        height:100%;
    }

    .btn-close {
        z-index: 9999;
        position: absolute;
        top: -19px;
        right: 6px;
        border-radius: 0;
        opacity: 1;
        background-image: none;
        --bs-btn-close-bg: none !important;
    }

    .modal-body {
        position: relative;
        right: 0px !important;
    }

}
/* 
.modal_img{
   
        border: 2px solid #ffc35e;
        border-radius: 5px;
        height: 505px;
    
} */

.modal-body{
    position: relative;
    right: 60px;
}

.round{
    animation-name: slidein;
    animation-duration: 3s;
    animation-fill-mode: both;
}
.modal-content{
    width: auto;
    background-color: transparent;
    border: none;
    /* background-image: url(images/banner/black-bg.png); */
    background-repeat: no-repeat;
    background-position: cover;
    text-align: center;
}



#app{
    text-align:center;
    font-size:36px;
    background-image: linear-gradient(
      -225deg,
      var(--color-primary) 0%,
      var(--color-secondary) 29%,
      #eaff00 67%,
      #00e5ff 100%
    );
    background-clip:border-box;
     text-fill-color: transparent;
    background-clip:text;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: textclip 2s linear infinite;
  }
  
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
@keyframes slidein {
    from {
      margin-left: 100%;
    }
  
    75% {
      margin-left: 25%;
    }
    50% {
        margin-left: 50%;
      }
      25% {
        margin-left: 15%;
      }
  
    to {
      margin-left: 35%;
    }
  }

  .erp{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
  .erp li{
    width: 33.3%;
    list-style: none;
  }

  @media (max-width:991px) {
    .erp li{
        width: 49%;
    }
  }
  @media (max-width:580px) {
    .erp li{
        width: 100%;
    }
    .line:after{
        display: none;
    }
  }
  @media (max-width: 1200px){
    .aos-animate {
        transition-property: none !important;
        transform: none !important;
        animation: none !important;
      }
      html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
        -webkit-transform: none !important;
    }
    .round{
        animation: none;
    }
  }


.whatsapp{
    position: fixed;
    bottom: 4%;
    right: 1%;
    background: #ccc;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    z-index: 9;
}
.whatsapp i{
    font-size: 40px;
    color: #075E54;
}

::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cccccc; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-image: linear-gradient( var(--color-secondary), var(--color-primary)) ;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }

  .nav_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: top .5s ease-out;
}

.nav_wrapper.active {
    height: 100%;
}

.nav {
    overflow: hidden;
    background-color: var(--blackColor);
}

.scroll {
    top: -90px;
}

.no-scroll {
    top: 0;
    z-index: 9999;
}

.btn {
    padding: 10px 1%;
    margin: 5px;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    transition: all 0.1s ease;
}

.btn:hover {
    transition: all 0.1s ease;
}

.spinner-master input[type=checkbox] {
    display: none;
}

.menu {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    text-align: end;
}

.dropdown {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: inline-block;
}

.menu > li > ul.sub_menu {
    min-width: 10em;
    padding: 4px 0;
    border: 1px solid #fff;
}

.dropdown li {
    padding: 0px;
}

.menu > ul > li {
    display: inline-block;
    position: relative;
}

.dropdown li a {
    display: block;
    text-decoration: none;
    color: var(--blackColor);
    font-size: 14px;
    text-align: start;
    font-weight: 600;
}
.company h5{
    text-align: start;
}

.dropdown li.hover > a {
    color: var(--blackColor);
}

.dropdown li > a {
    padding: 15px;
}
.line:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 45%;
    background-color: var(--blackColor);
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0.3;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: 0 3px 10px 0 rgb(64 105 255 / 30%);
    width: 550px;
}

.main__menu{
    display: none;
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: 0 3px 10px 0 rgb(64 105 255 / 30%);
    width: 950px;
}
.dropdown li:hover >ul  {
    display: block !important;
    padding: 0;
    left: -150px;
    z-index: 999;
}
.company{
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: 0 3px 10px 0 rgb(64 105 255 / 30%);
    width: 550px;
}
.company .fr{
    width:50%
}
.servises .fr{
    padding: 30px 15px;
}
.servises .right{
    background: linear-gradient(96deg, #16449d, #29b9e5);
    width: 33%;
    padding: 30px 15px;
    border-radius: 30px 0 0 30px;
}
.left .d-flex{
    flex-wrap: wrap;
}
.servises .left{
    width:65%;
    padding: 40px 10px;
}
.servises .left li{
    width: 50%;
}
.servises .right a{
    color:#fff;
}
.sub-menu li {
    position: relative;
    list-style: none;
}

.sub-menu li a {
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

.sub-menu li a:hover {
    color: var(--blackColor);
}

.sub-menu2 {
    position: absolute;
    left: 100%;
    top: 0;
}
nav.navbar.navbar-expand-lg {
    background: #ffffff;
    top: 0;
    z-index: 9999;
    position: relative;
    width: 100%;
}
nav.navbar.navbar-expand-lg::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4fa525;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0371f6), color-stop(25%, #fb01fb), color-stop(50%, #ffb300), color-stop(75%, #570b8d), color-stop(100%, #0073ff));
    z-index: 99;
    animation: 5s linear infinite mymove;
    -webkit-animation: 5s linear infinite mymove;
}
#hero {
    width: 100%;
    height: auto;
    background: #e8ebf0;
    margin: 70px 0 20px 0;
}

#hero img {
    width: 100%;
    height: auto;
}
@media (max-width:1024px) {
    .company{
        width: 680px;
    }
    .company li > a{
        padding: 10px 8px !important;
    }
    .dropdown li > a{
        padding: 20px 8px;
    }
}
@media (max-width:992px) {
    .dropdown li > a{
        padding: 20px 4px;
    }
    .dropdown li:hover >ul{
        left: -50px;
    }
    .company {
        width: 600px;
    }
    .company li > a {
        padding: 5px 8px !important;
    }
}
@media all and (max-width: 768px) {
    .example-header .container {
        width: 100%;
    }
    .company{
        display: block;
        box-shadow: none;
    }
    .left .d-flex{
        display: block !important;
    }
    .dropdown li:hover >ul{
        left: 0px;
    }
    .left{
        padding: 0 !important;
    }
    .servises .right{
        padding: 0;
    }
    .line:after{
        display: none;
    }
    .servises .right{
        background: transparent;
    }
    .servises .right a{
        color: var(--blackColor);
    }
    #search {
        padding: 10px;
    }

    .spinner-master * {
        transition: all 0.3s;
        box-sizing: border-box;
    }

    .spinner-master {
        position: relative;
        margin: 15px;
        height: 30px;
        width: 30px;
        float: left;
    }

    .spinner-master label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 5px;
        left: 0;
    }

    .spinner-master .spinner {
        position: absolute;
        height: 4px;
        width: 100%;
        padding: 0;
        background-color: #fff;
    }

    .spinner-master .diagonal.part-1 {
        position: relative;
        float: left;
    }

    .spinner-master .horizontal {
        position: relative;
        float: left;
        margin-top: 4px;
    }

    .spinner-master .diagonal.part-2 {
        position: relative;
        float: left;
        margin-top: 4px;
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
        opacity: 0;
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -12px;
    }
    @media (max-width:580px) {
        .company{
            display: block !important;
        }
    }
    
  /* Menu Utama */
    .menu {
        clear: both;
        min-width: inherit;
        display: none;
        overflow: hidden;
        width: 0;
    }
  
    .menu.active {
        height: 100%;
        width: 100%;
        display: block;
    }
  
    a.menu-link {
        display: block;
        color: #fff;
        float: left;
        text-decoration: none;
        padding: 10px 16px;
        font-size: 1.5em;
    }

    a.menu-link:hover {
        color: #efa666;
    }

    a.menu-link:after {
        content: "\2630";
        font-weight: normal;
    }

    a.menu-link.active:after {
        content: "\2715";
    }

    .menu > li > ul.sub-menu {
        padding: 0px;
        border: none;
    }

    .dropdown {
        display: inline;
    }

    .menu li, .menu > ul > li {
        display: block;
    }

    .menu > ul > li:last-of-type a {
        border: none;
    }

    .menu li a {
        display: block;
        padding: 0.8em;
        position: relative;
    }

    .menu li.has-submenu > a:after {
        content: '+';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 1.5em;
        padding: 0.55em 0.5em;
    }

    .menu li.has-submenu > a.active:after {
        content: "-";
    }
  
    .sub-menu {
        overflow: hidden;
        max-height: 0;
    }

    .sub-menu.active {
        overflow: hidden;
        max-height: 55em;
    }

    .sub-menu li a {
        padding: 10px 18px 10px 30px;
    }

    .dropdown li a:hover {
    }

    .dropdown li.hover > a {
    }

    .sub-menu {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    .search_box {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 10;
    }

    .search_box input {
        width: 70%;
    }

    .search_box input.search_icon {
        width: 17%;
    }

    #hero {
        height: 200px;
    };
}

/* Services Sections  */
/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #4ea526;
    width: 20%;
    height: 200px;
    background: linear-gradient(96deg, #16449d, #29b9e5);
    border-radius: 30px 0 0 30px;
}

  
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color:white;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
   color: white;
}
  
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #fff;
    border-radius: 50px;
    padding: 11px 29px;
    margin: 0px 23px;
    color: black;
}
  
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    /* border: 1px solid #ccc; */
    width: 80%;
    border-left: none;
    height: 200px;
  }

  .main___menu{
    width: 900px;
    margin-left: -152px;
    border-radius: 50px;
}

.main__col{
 margin:0px 20px;
}
  

/* 
responsive media quary  */

.main-aboutus{
  display:flex;
}

.our_products_main{
   display:flex;
}

.main-insights{
    display: flex;
}
.b-card {
        position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ebebeb;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.b-card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-min-img {
    border-radius: 3px 3px 0 0;
    width: 100%;
}
.blog-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    padding: 0 5px;
}
.blog-heading, .blog-heading-n {
    font-size: 17px;
    font-weight: 700;
    color: #484848;
    line-height: 21px;
    font-family: system-ui;
}
.blog-heading:hover {
    color: #158cc2;
}
.blog-info hr {
    margin: 0;
    border-top: 1px solid #bbbbbb;
    opacity: 1;
}
.blog-para {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.read-more {
    margin: 0;
    font-size: 14px;
    color: #006aff;
}
.read-more:hover {
    color: #006aff;
}
    .blog-post {
      gap: 15px 0
    }
    .b-pagination {
      display: flex;
      gap: 8px;
      justify-content: center;
      margin-top: 20px;
    }
    .b-pagination button {
    padding: 6px 12px;
    border: 1px solid #6c6c6c;
    background: #e5e5e5;
    cursor: pointer;
    border-radius: 3px;
    }
    .b-pagination button.active, .b-pagination button:hover {
      background: #168cbe;
      color: #fff;
          border: 1px solid #188eba;
    }
    .b-pagination button:disabled {
background: #ededed;
    cursor: not-allowed;
    border: 1px solid #c5c5c5;
    opacity: 0.8;
    }
    .blog-main-heading {
    font-size: 28px;
    color: #464646;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #727272;
}
@media screen and (max-width: 480px) {
    
.main-aboutus{
    display:block;
  }

  .sub-menu {
     background-color: #e5e5e5;
    border-radius: 30px;
    box-shadow: 0;
    width:100%;
}

.company {
     background:none; 
     border-radius:0px; 
     /* margin-left:-30px; */
     box-shadow: 0 ; 
     width:100%; 
}

.our_products_main{
    display:block;
 }

 .main___menu {
    width: 100%;
    margin-left: 0px;
    border-radius: 10px;
    height:850px;
}

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #4ea526;
    width: 100%;
    height: 190px;
    background: linear-gradient(96deg, #16449d, #29b9e5);
    border-radius: 30px 0 0 30px;
}


.tab button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 22px 0px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size:22px;
}

.main-insights{
    display: block;
}

.content1 h2{
    margin-left:40px;
}

.tab button.active {
    background-color: #fff;
    border-radius: 50px;
    padding: 11px 0px;
    margin: 0px 0px;
    color: black;
}


}


.event_img img{
width: 100%;
height: 200px;
}

@media screen and (max-width:1400px) {
   .main_home_img img{
       padding-top: 40px;
   }
  }