@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--theam-color-one:#0b2d88;
	--theam-color-two:#f96b08;
}

@font-face {
    font-family: 'Goli-Bold';
    src: url('../fonts/Goli-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Goli-Medium';
    src: url('../fonts/Goli-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    box-shadow: 0px 7px 7px 1px #e3e3e3f7;
  border-radius: 10px;
  margin-bottom: 15px;
}

@font-face {
    font-family: 'Goli-SemiBold';
    src: url('../fonts/Goli-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Goli-Regular';
    src: url('../fonts/Goli-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



:root {
    --theme-color: #2B572A;
    --black: #21293C;
    --white: #fff;
    --paragraph: #444444;
    --tag: #D48153;
    --bg1: #FBE4DC;
    --bg2: #FFD3B4;
    --footer_bg: #21293C;
    --media_hover: #D48153;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Goli-Medium';
}

/*::selection {
    background-color: #D4DC27;
    color: #fff;
    text-shadow: none;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Goli-Medium';
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Goli-Regular';
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 500;
    /*line-height: normal;*/
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 90px 0;
}

.title1 h1 {
    font-family: 'PPPangaia-Medium-BF654c530cc86d5';
    font-size: 158px;
    color: var(--white);
    line-height: normal;
}

.title2 h2 {
    font-size: 62px;
    color: var(--white);
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
}

.title3 h3 {
    font-size: 50px;
    color: #000000;
    margin: 0 0 5px;
    position: relative;
    line-height: normal;
}

.title3 h3 span {
    color: #002582;
}

.title4 h4 {
    font-size: 60px;
    color: var(--black);
    margin: 15px 0;
    transition: 0.6s;
    line-height: 60px;
}
.title5 h5 {
    font-size: 34px;
    color: var(--black);
    margin: 0;
    transition: 0.6s;
    line-height: 34px;
}

.title6 h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 10px 9px 20px;
    color: var(--black);
    text-align: center;
    line-height: normal;
    background-color: #D4DC27;
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
    /*box-shadow: 0 0 7px 3px #1789EA inset, 0 0 7px 3px #1789EA;*/
}

.btn01:hover {
   background-color: var(--green);;
   color: var(--white);
}


/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background: linear-gradient(to bottom, #9304d9, #efd0e8); border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    text-decoration: none;
}





/* ======================================================================= */
    /* header start */
/* ======================================================================= */
header.header_area {
    padding: 5px 0px;
/*   position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 9;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo img {
	height: 75px;
}

.menu-box {
    background: #fff;
    padding: 10px 30px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 34px;
    border: 1px solid #D8D8DB;
}

.menu-box a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    transition: 0.3s;
	font-weight: 600;
}

.menu-box a.active,
    .menu-box a:hover {
    color: #4a63ff;
    font-weight: 600;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: #000000;
    border-radius: 3px;
    transition: 0.3s;
}

    /* MOBILE MENU */
.mobile-menu {
    display: none;
    flex-direction: column;
    background: #ffffff;
    padding: 25px;
    border-radius: 25px;
    margin-top: 15px;
    animation: fadeDown 0.3s ease;
}

.mobile-menu a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.mobile-menu a:last-child {
    border-bottom: none;
}

.mobile-menu a:hover {
    color: #4a63ff;
}


.header_area.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    z-index: 3333;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    /* RESPONSIVE */
@media (max-width: 900px) {
    .menu-box {
        display: none;
 /* hide desktop menu */
        ;
    }

    .hamburger {
        display: flex;
    }
}



/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_area {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    padding-top: 100px;
    border-radius: 0px 0px 50px 50px;
}

.banner_area .banner_text {
    text-align: center;
    max-width: 820px;
    margin: auto;
    gap: 80px;
}

.banner_area .banner_text h1 {
    font-family: 'Goli-Bold';
    font-size: 3.75rem;
    color: var(--black);
}

.banner_area .banner_text h1 u {
    color: #5537E8;
}

.banner_area .banner_text p {
    font-size: 1rem;
    color: var(--black);
}

.h1-char {
    display: inline-block;
}

.gsap-title {
    font-size: 2.25rem; /* adjust */
    line-height: 1.05;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap; /* keep single line if desired */
  }

  .gsap-title .char {
    display: inline-block;
    transform-origin: center;
    will-change: transform, opacity;
    opacity: 0; /* start hidden for JS animation */
  }

  .gsap-title .char.space {
    width: 0.45em; /* spacing for spaces (adjust) */
  }

  /* small responsive tweak */
  @media (max-width: 600px){
    .gsap-title { font-size: 1.6rem; white-space: normal; }
  }

.banner_area .elementbox {
    max-width: 350px;
    margin: auto;
    position: relative;
    width: fit-content;
}

.element_left {
    position: absolute;
    left: -175px;
    bottom: 45px;
    background-color: #fff;
    padding: 12px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    box-shadow: 0px 0px 10px #f0f0f0;
}

.element_left_circle {
    background-color: #E4E7F7;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    padding: 5px;
}

.element_left_circle img {
    max-width: 40px;
    object-fit: contain;
}

.element_left p, .element_right p {
    width: 120px;
    text-align: left;
    font-size: 15px !important;
    line-height: normal;
}

.element_right {
    position: absolute;
    right: -175px;
    bottom: 120px;
    background-color: #fff;
    padding: 12px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    box-shadow: 0px 0px 10px #f0f0f0;
    width: min-content;
}

.banner_area .elementbox .iconbox {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    top: 106px;
    background-color: rgb(245 243 253 / 36%);
    border: 2px solid #eae9f0;
    display: inline-block;
    padding: 40px;
    max-width: 177px;
    border-radius: 50%;
}

.iconbox img {
    animation: spin 4s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* Follow Image */
.followImg {
    position: absolute;
    width: 80px;
    pointer-events: none;
    top: 30px;
    z-index: 5;
    display: none;
    transition: transform 0.08s linear;
}

.btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

/* Default Button */
/*.glow-btn {
    padding: 14px 35px;
    border-radius: 40px;
    background: #5a4ff9;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #9332cc 0%, #5d36e5 100%);
}*/

.glow-btn {
	padding: 8px 24px;
	border-radius: 40px;
	background: #0b2d88;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: inline-block;
	transition: 0.3s ease;
	border: 2px solid transparent;
}

.menu-box a.glow-btn {
    position: relative;
    left: 18px;
    color: #fff;
    padding-bottom: 11px;
}

/* Outline Button */
.glow-btn.outline {
    background: transparent;
    border-color: #5a4ff9;
    color: #5a4ff9;
}

/* Glow Background Effect */
.glow-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    background: #5a4ff9;
    opacity: 0;
    filter: blur(20px);
    transition: opacity 0.3s ease;
}

/* Outline Glow Effect */
.glow-btn.outline::before {
    background: #5a4ff9;
}

.glow-btn.outline:hover {
    background: linear-gradient(0deg, #0b2d88 0%, #0b2d88 100%);
    color: #fff;
}
/* Hover Glow */
.glow-btn:hover::before {
    opacity: 1;
}

/* Hover Style */
.glow-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px #0b2d88, 0 0 30px rgb(11 45 136 / 2%);
}
/* ======================================================================= */
    /* brandsec start */
/* ======================================================================= */
.customersbd h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    top: -14px;
    padding: 0px 15px;
    background: #fff;
	color:#000000;
}
.customersbd h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    top: -14px;
    padding: 0px 15px;
    background: #fff;
	color:#000000;
}

.customersbd .headertext {
    position: relative;
    border-top: 1px solid #ddd;
    top: 0px;
}

.clientlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    box-shadow: 0px 7px 7px 1px #e3e3e3f7;
  border-radius: 10px;
  margin-bottom: 15px;transition:all .3s ease-in-out;
}

.clientlogo:hover img{ transform:scale(1.1); transition:all .3s ease-in-out;}

.clientlogo img {
    width: 60% !important;
    object-fit: contain;
    height: 100%;transition:all .3s ease-in-out;
}

/* ======================================================================= */
    /* featuresbg start */
/* ======================================================================= */
.featuresbg .title3 {
    width: 65%;
    margin: 0 auto 40px;
}

.featuresbox {
    padding: 40px 25px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    transition: 0.6s;
    background-color: #fbfbfbd4;
}

.featuresbox::after {
    position: absolute;
    content: "";
    background: url(../images/ellipse.png);
    bottom: 0px;
    left: 0px;
    height: 194px;
    width: 147px;
}

.featuresbox::before {
    position: absolute;
    content: "";
    background: url(../images/ellipse1.png);
    top: 0px;
    right: 0px;
    height: 158px;
    width: 230px;
}

.featuresbox h4 {
    font-size: 25px;
    margin-bottom: 15px;
}

.featurestext10 {
    display: none;
    transition: all .3s ease-in;
}

.featuresicon {
    width: 90px;
    height: 90px;
    border: 1px solid #5537e8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-top: 45px;
    transition: all .3s ease-in;
}

.featuresbox:hover .featurestext101 {
    display: none;
    transition: all .3s ease-in;
}

.featuresbox:hover .featurestext10 {
    display: block;
    transition: all .3s ease-in;
}

.featuresbox:hover .featuresicon {
    margin-top: 0px;
    margin-bottom: 25px;
    border: 1px solid #C22EB4;
    transition: all .3s ease-in;
}

.featuresbox:hover .featuresicon img {
    transition: all .3s ease-in;
    filter: brightness(0) saturate(100%) invert(23%) sepia(43%) saturate(5137%) hue-rotate(290deg) brightness(94%) contrast(85%);
}

.featuresbox:hover::after {
    position: absolute;
    content: "";
    background: url(../images/ellipsehover.png);
    bottom: 0px;
    left: 0px;
    height: 194px;
    width: 147px;
}

.featuresbox:hover::before {
    position: absolute;
    content: "";
    background: url(../images/ellipse1hover.png);
    top: 0px;
    right: 0px;
    height: 158px;
    width: 230px;
}

/* ======================================================================= */
    /* productsbg start */
/* ======================================================================= */
.productleft {
    margin-top: 30px;
    position: relative;
}

.productleft::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #fff;
    left: -6px;
    right: 0px;
    top: 43%;
    margin: 0 auto;
    border-radius: 50px;
}

.productbox {
    padding: 20px;transition:all .3s ease-in-out;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.productbox:hover img{ transform:scale(1.1); transition:all .3s ease-in-out;}
.producticon {
    width: 40px;
    height: 40px;
    background: #5537e8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
	transition:all .3s ease-in-out;
}
.producticon img{transition:all .3s ease-in-out;}


.productbox h4 {
    font-size: 22px;
    color: #000;
    margin: 15px 0px;
}

.productbox p {
    margin-bottom: 0px;
    font-size: 17px;
}

.productarea {
    padding: 0px;
}

.productleft .productarea:nth-of-type(2) .productbox {
    border-right: 0px solid #f00;
    border-bottom: 1px solid #ddd;
}

.productleft .productarea:nth-of-type(3) .productbox {
    border-right: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.productleft .productarea:nth-of-type(4) .productbox {
    border-right: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}


/* ======================================================================= */
    /* industries start */
/* ======================================================================= */
.industries {
    background: #F5F6F9;
    overflow: hidden;
}

.industries h3 span {
    color: #002582;
}
.title4{ display: none;}


.industriesbox {
    background: #fff;
    padding: 30px 20px;
    border-radius: 25px;
    box-shadow: 0px 2px 0px 0px rgb(0 37 130 / 62%);
    position: relative;
    margin-bottom: 15px;
    border: 1px solid transparent;
    top: 0px;
    width: 100%;
    transition: all .3s ease-in-out;
    text-align: center;
}
.industriesbox:hover {
    box-shadow: 0px 2px 15px 0px #a8a8a842;
    transition: all .3s ease-in-out;
    border: 1px solid rgb(0 37 130 / 47%);
    top: -10px;
}
.industriesbox:hover img{ transform:scale(1.1); transition:all .3s ease-in-out;}

.industriesbox h4 {
    margin-bottom: 5px;
  font-size: 20px;min-height: 60px;
}
.industriesbox p{font-size: 16px;
  color: #000;
  line-height: 22px;}


.industriesbox .readmore {
    background: #fff;
   
    display: inline-block;
    border-radius: 20px;
    color: #002582;
  
    margin-top: 15px;
   
}


.producticon10 {
    width: 58px;
  height: 58px;
  border: 1px solid rgb(0 37 130 / 47%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
 margin: 0 auto 20px;
}

.producticon10 img {
    max-width: 30px;
    object-fit: contain;transition:all .3s ease-in-out;
	filter: brightness(0) saturate(100%) invert(16%) sepia(32%) saturate(6072%) hue-rotate(216deg) brightness(80%) contrast(114%);
}



/* ======================================================================= */
    /* lambdinner start */
/* ======================================================================= */
/* .lambdinner_totalarea .lambdinner_box:nth-of-type(2n) {
    margin-top: 100px;
} */

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lthumblebox {
    order: 2;
}

.lambdinner_box .lambdinner_textbox .practicon {
    width: 65px;
    height: 65px;
    border-radius: 61px;
    background: rgba(47, 108, 215, 0.10);
    margin-bottom: 20px;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon {
    display: inline-block;
    margin-right: 20px;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon img {
    right: -5px;
}

.lambdinner_box .lambdinner_textbox .practicon img {
    position: relative;
    top: 5px;
    right: -20px;
}

.lambdinner_box .lambdinner_thumble {
    width: 550px;
    height: auto;
    display: flex;
    position: relative;
    left: 40px;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble {
    margin-right: auto;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_thumble:before {
    right: inherit;
    left: -30px;
    bottom: -30px;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble:after {
    right: -20px;
    left: auto;
}

.lambdinner_box .lambdinner_thumble img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 36px;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .ltextbox .lambdinner_textbox {
    padding-right: 35px;
    padding-left: 0px;
    text-align: left;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox h2, .lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox p {
    text-align: left;
}

.lambdinner_totalarea .lambdinner_box .btn-custom {
    text-transform: capitalize;
}

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .btn-custom1 {
    float: right;
}

.lambdinner_box .lambdinner_textbox {
    padding-left: 25px;
}

.lambdinner_box .lambdinner_textbox h2 {
    font-weight: 600;
    font-size: 37px;
    line-height: 45px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
}

.lambdinner_box .lambdinner_textbox h2 span {
    color: #002582;
}

.lambdinner_box .lambdinner_textbox p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
    text-align: left;
    max-width: 100%;
}

.lambdinner_box .lambdinner_textbox .btn-custom {
    border: 1px solid #5C3FE9;
    padding: 10px 25px;
    display: inline-block;
    color: #5C3FE9;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
    margin: 20px 0px 0px 0px;
    transition: all .3s ease-in-out;
    border-radius: 25px;
}

.lambdinner_box  .lambdinner_textbox .btn-custom:hover {
    color: #fff;
    border: 1px solid #5C3FE9;
    background: linear-gradient(180deg, #9332cc 0%, #5d36e5 100%);
    transition: all .3s ease-in-out;
}

/* ======================================================================= */
    /* platform start */
/* ======================================================================= */

.platform {
    width: 100%;
}

.platform .title3 {
    width: 60%;
    margin: 0 auto 55px;
}

.gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

        /* Content Wrapper */
.content-wrapper {
    display: grid;
    grid-template-columns: 448px 1fr;
    align-items: start;
    border-radius: 25px;
    background-color: #e1e5f0;
}

        /* Features Sidebar */
.features-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #ffffff;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(167, 179, 211, 0.6) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(167, 179, 211, 0.6) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(167, 179, 211, 0.6) 100%);
    border-top-left-radius: 25px;
}

.feature-card {
    background: none;
    border-radius: 0px;
    border: 1px solid #cccccc40 !important;
    padding: 18px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */;
}

.feature-card:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: #667eea;
}

.feature-card.active {
    background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255 / 22%) 100%);
    border-color: #667eea;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
    border-radius: 25px 0 0 0;
    border-left: 2px solid #c22eb4 !important;
}

.feature-icon {
    width: 50px;
    height: 50px;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    flex-shrink: 0;
    filter: brightness(0) invert(0);
}

.feature-card.active .feature-icon {
    /*background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);*/
    filter: invert(12%) sepia(92%) saturate(7470%) hue-rotate(231deg) brightness(90%) contrast(140%);
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.4;
}

.feature-content p {
    font-size: 0.975rem;
    color: #666;
    line-height: 1.5;
	display: none;
}

.feature-arrow {
    color: #999;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-arrow {
    color: #667eea;
    transform: translateX(4px);
}

        /* Main Content */
.main-content {
    background: none;
    border-radius: 24px;
            /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);*/
    top: 40px;
    max-width: 728px;
}

.content-card {
    position: relative;
    overflow: hidden;
    background: #e1e5f0;
/* background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 37, 130, 0.6) 100%);
background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 37, 130, 0.6) 100%);
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 37, 130, 0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#002582", GradientType=0); */
    padding: 50px 50px 0px;
	 border-radius: 0px 30px 30px 0px;
}
.content-card:after {
    content: "";
    background:#e1e5f0;
    position: absolute;
    right: 0;
    width: 48px;
    height: 100%;
    top: 0;
}
.content-card:before {
    content: "";
    background: #e1e5f0;
    position: absolute;
    left: 0;
    width: 50px;
    height: 100%;
    top: 0;
    z-index: 1;
}

.slider-wrapper {
    display: flex;
    gap: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
    max-width: 630px;
    flex-shrink: 0;
    background: none;
    border-radius: 0px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
    margin-right: 0;
}
.slide p {
    box-sizing: border-box;
    padding: 14px;
    padding-left: 0;
    padding-right: 0;
}
.content-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    border: 1.5px solid #002582;
}

.content-text {
    padding: 20px 10px;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
}

        /* Slider Navigation */
.slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: white;
}

.nav-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-dot.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    width: 12px;
    height: 12px;
}

.nav-dot:hover {
    background: #667eea;
}

        /* Responsive Design */
@media (max-width: 1200px) {
    .content-wrapper {
        grid-template-columns: 400px 1fr;
        gap: 30px;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .slide {
        min-width: calc(70% - 14px);
    }
}

@media (max-width: 992px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }

    .main-content {
        position: static;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .slide {
        min-width: calc(75% - 15px);
    }
}

@media (max-width: 768px) {

    .hero {
        margin-bottom: 40px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .feature-card {
        padding: 20px;
        gap: 12px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-icon svg {
        width: 24px;
        height: 24px;
    }

    .feature-content h3 {
        font-size: 0.9rem;
    }

    .feature-content p {
        font-size: 0.8rem;
    }

    .slide {
        min-width: calc(85% - 17px);
    }

    .content-image {
        height: 300px;
    }

    .content-text {
        padding: 20px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.75rem;
    }

    .feature-card {
        grid-template-columns: auto 1fr;
        gap: 10px;
    }

    .feature-arrow {
        display: none;
    }

    .slide {
        min-width: calc(90% - 18px);
    }

    .content-image {
        height: 250px;
    }
}

        /* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card {
    animation: fadeInUp 0.5s ease backwards;
}

.feature-card:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
    animation-delay: 0.3s;
}

.feature-card:nth-child(4) {
    animation-delay: 0.4s;
}

.feature-card:nth-child(5) {
    animation-delay: 0.5s;
}

/* ======================================================================= */
    /* our_team start */
/* ======================================================================= */
.our_team {
    width: 100%;
	background: #3039F1;
	background: linear-gradient(180deg, rgba(48, 57, 241, 1) 0%, rgba(0, 37, 130, 1) 60%);
    border-radius: 0px;
}

.our_team .title3 {
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
}

.our_team .title3 h3, .our_team .title3 p {
    color: #fff;
}

.our_teamrow {
    width: 100%;
    border-bottom: 1px solid #7a14df;
    overflow-x: scroll;
    padding-bottom: 35px;
    transition: transform 0.2s ease-out;
    transform-origin: center;
}

.our_team .row {
    flex-wrap: inherit;
}

.our_teamrow::-webkit-scrollbar {
    height: 2px;
 /* thickness */;
}

.our_teamrow::-webkit-scrollbar-track {
    background: #bd99eb;
}

.our_teamrow::-webkit-scrollbar-thumb {
    background: #fff;
   /* scroll color */
    border-radius: 10px;
}

.our_teamcard {
    width: 100%;
    transition: 0.6s;
}

.our_teamcard_pic {
    height: 450px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.our_teamcard_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6;
}

.our_teamcard:hover {
    transform: scale(0.7);
}

.our_teamcard_btm {
    width: 100%;
    padding: 20px 0;
}

.our_teamcard_btm h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.our_teamcard_btm h6 {
    font-size: 17px;
    color: #cfcfcf;
    font-weight: 500;
}


/* ======================================================================= */
    /* faqsec  start */
/* ======================================================================= */
.faqsec {
    width: 100%;
}
.faqsec .title3 {
    width: 65%;
    margin: 0 auto 40px;
    text-align: center;
}
.faqsec .accordion { width: 100%; margin: 0 auto 0; }
.faqsec .accordion-item { border: none; margin-bottom: 15px; background-color: #fff; border-left: 2px solid var(--deep-green); }
.faqsec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.faqsec .accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.faqsec .accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.faqsec .accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.faqsec .accordion-button:not(.collapsed) { box-shadow: none; color: #000; font-weight: 500; background-color: #fff; }
.faqsec .accordion-button {  color: var(--deep-green); padding: 15px; font-size: 22px; font-weight: 500; box-shadow: 0px 0px 5px 0px #ddd; }
.faqsec .accordion-button span {  color: #002582; margin-right: 10px; }
.faqsec .accordion-body { padding: 0 15px 15px 15px; }
.faqsec .accordion-body p { font-size: 15px; width: 100%; margin: 0 auto; padding: 15px; background-color: #fff; border-radius: 10px; }
.faqsec .accordion-button::after {
    background-color: #ffffff;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-position: 6px 7px;
    background-size: 15px;
    border: 1px solid #002582;
}
.faqsec .accordion-button:not(.collapsed)::after { background-color: #002582; }
.faqsec .accordion-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #ddd;
}
.faqsec .accordion-item:first-of-type { border-top-left-radius: 12px; border-top-right-radius: 12px; }
.faqsec .accordion-item:last-of-type { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }

.faqsec b, .about_body b {
    color: var(--deep-green);
}

/* Default state icon – bold white */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='2' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

/* Active (expanded) state – bold white rotated */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='2' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-width='2' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

/* ======================================================================= */
    /* clients_sec start */
/* ======================================================================= */
.clients_sec {
    width: 100%;
    overflow: hidden;
}

.clients_sec .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.clients_sec .title3 {
    width: 55%;
    margin: 0 auto 40px;
    text-align: center;
}

/* .clients_seccard {
    width: 100%;
    background-color: #f8f5fc;
}

.clients_seccard ul li {
    display: inline-block;
    font-size: 18px;
    color: #FF9600;
} */

/* .clients_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 30px;
    animation: textLoop 6s linear infinite;
} */

/* @keyframes textLoop {
    0% {
        transform: translate3d(0,0,0);
    }

    100% {
        transform: translate3d(-100%,0,0);
    }
}

.clients_seccard {
    width: 100%;
    background-color: #f8f5fc;
    padding: 35px;
    border-radius: 20px;
}

.client_row { width: 100%; margin-top: 25px; }
.client_circle { width: 55px; height: 55px; border-radius: 50%; overflow: hidden; border: 1px solid #d3d3d3; }
.client_circle img { width: 100%; height: 100%; }
.client_row h6 { font-size: 16px; color: var(--black); font-weight: 600;  position: relative; display: block; }

.clients_seccard p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
} */

 /* Slider Container */
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

        /* SLIDER PAUSE ON HOVER (FULL AREA) */
.slider-container:hover .slider-track {
    animation-play-state: paused !important;
}

        /* Slider Track */
.slider-track {
    display: flex;
    gap: 5px;
    width: fit-content;
}

        /* Individual Slide */
.tslide {
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.tslide:hover {
    transform: scale(1.05);
}

.tslide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

        /* Gradient Overlay for edges */
.slider-container::before, .slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 130px;
    z-index: 2;
    pointer-events: none;
    height: 90%;
    margin: auto;
}

/*.slider-container::before {
    left: 0;
    background: linear-gradient(to right, rgb(238 232 250 / 88%) 0%, transparent 100%);
}

.slider-container::after {
    right: 0;
    background: linear-gradient(to left, rgb(238 232 250 / 88%) 0%, transparent 100%);
}*/

        /* Left to Right Animation */
.slider-track.left-to-right {
    animation: scrollLeftToRight 30s linear infinite;
}

        /* Right to Left Animation */
.slider-track.right-to-left {
    animation: scrollRightToLeft 30s linear infinite;
}

@keyframes scrollLeftToRight {
    0% {
        transform: translateX(calc(-400px * 2 - 340px));
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-400px * 2 - 340px));
    }
}

        
        /* Testimonial Section */
.testimonial-section {
    padding: 20px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-card {
    background: linear-gradient(135deg, #e8dff5 0%, #f5f0ff 100%);
    border-radius: 24px;
    padding: 30px;
/*     max-width: 400px; */
    width: 100%;
    box-shadow: 0 5px -2px rgb(201 201 201 / 30%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stars {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.stars ul{
	display:flex;
}
.stars ul li{
	margin-right:2px;
}
.stars ul li i {
    color: #f3d11f;
    font-size: 15px;
}
.star {
    color: #f59e0b;
    font-size: 32px;
}

.testimonial-text {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
    font-weight: 400;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}
.testimonial-card p{
	font-size:16px;
}
.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-name {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
}

.author-title {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

        /* Responsive */
@media (max-width: 768px) {
    .slide {
        width: 250px;
        height: 350px;
    }

            @   keyframes scrollLeftToRight {
        0% { transform: translateX(calc(-250px * 2 - 240px));
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 2 - 240px));
    }
}
        }

@media (max-width: 480px) {
    .slide {
        width: 200px;
        height: 300px;
    }

            @   keyframes scrollLeftToRight {
        0% { transform: translateX(calc(-200px * 2 - 240px));
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 2 - 240px));
    }
}
        }

/* ======================================================================= */
    /* article_sec start */
/* ======================================================================= */
.article_sec {
    width: 100%;
}

.article_sec .title3 {
    width: 65%;
    margin: 0 auto 40px;
    text-align: center;
}

.article_card {
    width: 100%;
    transition: 0.6s;
}

.article_cardpic {
    height: 300px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.article_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.article_card:hover .article_cardpic img {
    transform: scale(1.1);
}

.tags {
    font-family: 'Goli-Regular';
    background-color: rgb(248,230,246);
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 14px;
    color: #5537E8;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}

.article_card h5 {
    font-size: 20px;
    color: #2D1D4D;
    width: 100%;
    margin: 15px 0 10px;
}
.article_card h5 a{
	color: #2D1D4D;
}
.article_card p {
    font-size: 16px;
}


/*.article_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.article_slide .owl-nav button.owl-prev, .article_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #53321C; border-radius: 50%; color: #53321C; font-size: 30px;}
.article_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.article_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.article_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.article_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.article_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.article_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.article_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.article_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.article_slide .owl-nav { position: absolute; top: -100px; display: inline-flex; left: 0; justify-content: end; width: 100%;}
.article_slide .owl-nav button.owl-prev:hover, .article_slide .owl-nav button.owl-next:hover { background: #53321C; border: 1px solid #53321C; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .article_slide .owl-dots.disabled, .owl-carousel .article_slide .owl-nav.disabled {
    display: block !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
    margin: 5px 7px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theam-color-one);
}

/* ======================================================================= */
    /* latest_news start */
/* ======================================================================= */
.latest_newsin {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: top left !important;
    background-size: 100% !important;
    padding: 50px;
    border-radius: 25px;
    background: #002582;
    background: linear-gradient(180deg, rgba(0, 37, 130, 0.6) 0%, rgba(98, 14, 155, 0) 100%);
    text-align: center;
    margin-bottom: 80px;
	background-repeat: no-repeat;
}

.latest_newsin h3 {
    font-size: 50px;
    color: #fff;
}
.latest_newsin p {
    width: 70%;
    margin: 0 auto;
    color: #002582;
}

.emailform {
    width: 65%;
    margin: 25px auto 0;
}

.emailform form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.emailform .form-control {
    height: 50px;
    color: #626262;
    border-radius: 30px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    font-size: 16px;
    width: 100%;
	margin: 0;
}

.emailform .form-control::placeholder {
    color: #626262;
}

.emailform .btn1 {
    font-size: 16px;
    padding: 12px 25px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    border: none;
    transition: 0.6s;
    line-height: normal;
	background: #092285;
	background: linear-gradient(180deg, rgba(9, 34, 133, 1) 0%, rgba(98, 14, 155, 1) 100%);
}

.emailform .btn1:hover {
	background: #092285;
	background: linear-gradient(360deg, rgba(9, 34, 133, 1) 0%, rgba(98, 14, 155, 1) 100%);
    color: #fff;
}

/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */
.footer_sec {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 80px 0 0px;
}
.footer_sec .logo { width: 100%; max-width: 110px; position: relative; display: inline-block; }
.footer_card { width: 100%; }
.footer_sec h5 { font-family: 'Goli-Medium'; font-size: 24px; color: var(--black); margin: 0 0 15px; }
.footer_sec h5 span { color: #002582; }
.footer_card ul { padding: 0; }
.footer_card ul li { width: initial; }
.footer_card ul li a { font-family: 'Goli-Regular'; display: block; position: relative; width: 100%; font-size: 17px; color: var(--paragraph);  padding: 0 0 10px 10px; list-style: disc; transition: 0.6s; }
.footer_card ul li a:before { content:""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 50%; background-color: #303030; }
.footer_card ul li a:hover { color: #002582; }
.footer_card_grid { display: grid; grid-template-columns: 1fr 1fr; }
.footer_sec h6, .footer_sec h6 a { font-size: 18px; color: var(--paragraph); font-weight: 400; margin: 0;margin-left: 5px; }
.footer_sec h3{ font-size: 18px; color: var(--paragraph); font-weight: 400; margin: 0;margin-left: 5px; }
.copyright { width: 100%; margin-top: 50px; border-top: 1px dashed #626262; padding: 20px 0 20px; }
.footer-social { display: flex; position: relative; overflow: hidden; }
.footer-social li { margin: 0px 4px; }
.footer-social li a {
    width: 100% !important;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  background-color: transparent;
  border-radius: 6px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  color: var(--black);
  transition: 0.5s;
  text-decoration: none;
  border: 1px solid #000;
  padding: 0px !important;
}
.footer-social li a:hover{color: #fff !important;}
.footer-social li a:before{ display:none;}
.footer-social li a:hover { background-color: #002582; color: #fff; border-color: #002582; }
.leftline:before { content:""; display: inline-block; height: 0.5em; width: 100%; margin-left: -100%; margin-right: 10px; margin-top: 20px; border-top: 1px solid #cdcdcd; }
.copyright p span { color: #002582; font-weight: 600; }

.mt_45px {
    margin-top: 45px;
}

.footer_sec h1 {
    font-family: 'Goli-Regular';
    font-size: 75px;
    color: #000;
    margin-top: 25px;
}




/* ======================================================================= */
    /* about_sec start */
/* ======================================================================= */
.about_sec {
    width: 100%;

    margin: 0 auto;
    height: 750px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 80px 0;
    border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.about_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(to bottom, #00164e8c, #412ab475 30%);
}

.breadcrumb a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white) !important;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.about_sec .title2 h1 {
    color: var(--white);
    position: relative;
    z-index: 1;
	font-size: 45px;
}

.about_sec .title2 h1 span {
    color: var(--white);
}

.banner_text {
	width: 100%;
	max-width: 600px;
}

.about_sec .btn01 {
    font-size: 17px;
    color: #412AB4;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    transition: 0.6s;
}

.about_sec .btn01:hover {
    color: #fff;
    background-color: #412AB4;
}

.about_sec ol.breadcrumb.justify-content-center {
    justify-content: flex-start !important;
}


/* ======================================================================= */
    /* mission_sec start */
/* ======================================================================= */
.mission_sec {
    width: 100%;
}

.mission_sec .lambdinner_thumble {
    width: 100% !important;
    height: auto;
    display: flex;
    position: relative;
    background: none;
    padding: 0;
	left:0px;
}

.mission_sec .lambdinner_thumble_small {
    width: 180px;
    height: 200px;
    display: flex;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 10px solid #fff;
    position: absolute;
    right: -80px;
    top: 30%;
}

.mission_sec .lambdinner_thumble_small img {
    width: 100%;
    height: 100%;
    height: 100%;
}

.mission_sec .lambdinner_textbox {
    width: 100%;
    margin-left: auto;
}
.lambdinner_box{ margin-top:80px}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_thumble_small {
  right: initial;
  left: -60px;
}
.mission_sec .lambdinner_textbox {
  padding-left: 0px;
}
.lambdinner_totalarea10{background: #7F34D4;
  background: #3039F1;
  background: linear-gradient(180deg, rgba(48, 57, 241, 1) 0%, rgba(0, 37, 130, 1) 60%);
  padding: 20px;
  border-radius: 20px;}
.lambdinner_totalarea10 .lambdinner_box {
  margin-top: 0px;
}
.lambdinner_totalarea10 .lambdinner_thumble{width: 100%;left: 0px;}
.lambdinner_totalarea10 h6{font-size: 35px;color: #fff;}
.lambdinner_totalarea10 h4{font-size: 40px; font-weight: bold;margin-bottom: 15px;color: #fff;}
.lambdinner_totalarea10 p{ color:#fff !important;}


/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec {
    width: 100%;
}

.adress_box {
    width: 100%;
    position: relative;
    background: #3039F1;
	background: linear-gradient(180deg, rgba(48, 57, 241, 1) 0%, rgba(0, 37, 130, 1) 60%);
    padding: 40px 30px;
    border-radius: 25px;
    z-index: 1;
}

.adress_box .small_title h4 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
}

.adress_box .small_title h4 span {
    font-weight: 600;
}

.info_circle {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    ;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_circle i {
    color: #fff;
    font-size: 17px;
}

.contact_sec .small, .contact_sec small {
    font-size: 17px;
    color: #fff;
    display: block;
}

.contact_sec p {
    color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.contact_sec ul{ padding:25px 0px; margin:0px}
.contact_sec ul li{ position: relative;
  display: inline-block;font-size: 20px;
  margin-bottom: 10px; color:#fff;
  padding-left: 30px;}
.contact_sec ul li:after{ position: absolute;
  content: "\f058";
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
  top: -3px;
  left: 0px;}



.adress_card {
    margin-bottom: 20px;
}

.adress_box .footer-social {
    border-top: 1px solid #fff;
    padding-top: 20px;
    justify-content: center;
}

.contact_sec_right {
    width: 130%;
    position: relative;
    left: -30%;
    background-color: #fff;
   padding: 80px 40px 80px 220px;
    border-radius: 25px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.contact_sec_right .small_title h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact_sec_right .small_title h4 span {
    color: var(--theme-color);
    font-weight: 600;
}

.field02, .form-select, .form-control {
    width: 100%;
    border: none;

    border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  background-color: transparent;
  font-size: 13px;
  color: #000000e3;
  padding: 5px 0px 5px 0px;
  height: 45px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
}



.contact_sec_right .btn01 {
    margin-top: 25px;
    border: none;
}

.form-select:focus, .field02:focus, .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.contact_sec .footer-social li a {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 10px;
border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  
}

.contact_sec .footer-social li a:hover {
    background-color: #fff;border: 1px solid #fff;
   color: #7e3bd7;
}

.mapsec {
    width: 100%;
    margin-top: 40px;
}

.mapsec iframe {
    width: 100%;
    min-height: 450px;
    border: 1px solid #d7d7d7;
    padding: 2px;
    border-radius: 15px;
}

.inner_connect:before {
    display: none;
}


.about_seciner101 .headertext {
  box-shadow: 1px 2px 2px 1px #3089414a;
  border-radius: 15px;
  padding: 10px;
}


.industriesbox10:hover img{transform: scale(1.1);
  transition: all .3s ease-in-out;}

/*---25.11.25-----*/
.industriesbox10{border-radius: 15px;
  box-shadow: 0px 0px 10px 0px #ddd;
  padding: 15px;width: 100%;}
.producticon101{
/*   height: 350px !important; */
  overflow: hidden;
/*   border-radius: 15px !important; */
  margin-bottom: 0px;
  transition: all .3s ease-in-out;
  left: 0px !important;
  width: 100% !important;}
.producticon101 img{width: 100%;
  height: 100%;transition: all .3s ease-in-out;
  object-fit: cover;
  border-radius: 15px;}
.industriesbox10 h4{font-size: 25px;
  margin-bottom: 15px;}
.industriesbox1015{ position:relative;}

.readmore10{position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222222a3;
  border-radius: 50px;
  color: #222222a3;transition: all .3s ease-in-out;}

.readmore10:hover{background: #5a4ff9;border: 1px solid #5a4ff9; color: #fff;transition: all .3s ease-in-out;}

/*-- service details area start --*/
.service-details-area .service-details-list {
    border-radius: 6px;
    background: linear-gradient(180deg, #393bf6 0%, #890cdb 100%);
    padding: 25px 20px;
}
.service-details-area .service-details-list h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px;
}
.service-details-area .service-details-list h3 img {
    margin-left: 10px;
    width: auto;
    height: 15px;
    object-fit: contain;
}
.service-details-area .service-details-list .list li{
    margin: 0 0 12px;transition: 0.3s ease;
}
.service-details-area .service-details-list .list li:last-child{
    margin: 0 0 0;transition: 0.3s ease;
}
.service-details-area .service-details-list .list li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    color: #000000;
    padding: 13px;transition: 0.3s ease;
    padding-right: 30px;
}
.service-details-area .service-details-list .list li a::after {
    content: '\f105';
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 16px;
    font-family: FontAwesome;transition: 0.3s ease;
}
.service-details-area .service-details-list .list li a:hover, .service-details-area .service-details-list .list li a:hover::after{padding-left: 20px;transition: 0.3s ease;
    color: #3e38f4;
}
.card.service-details-card{
    margin-bottom: 25px;
	border: none;
}
.card.service-details-card .card-body{
	padding:0;
}
.card.service-details-card:last-child{
    margin-bottom: 0;
}
.card.service-details-card .card-img{
    margin-bottom: 20px;
}
.card.service-details-card .card-img img{
    width: 100%;
    object-fit: cover;
}
.card.service-details-card .card-body h2, .card.service-details-card .card-body h3{
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 15px;
}
.card.service-details-card .card-body p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
}
/*-- service details area stop --*/
.industries-row-area .productarea101:nth-child(1){
	order:3
}
.industries-row-area .productarea101:nth-child(2){
	order:1
}
.industries-row-area .productarea101:nth-child(3){
	order:2
}
.industries-row-area .productarea101:nth-child(4){
	order:4
}
.industries-row-area .productarea101:nth-child(5){
	order:5
}
.industries-row-area .productarea101:nth-child(6){
	order:6
}


.service-details-list10{box-shadow: 0px 0px 10px 0px #8c8c8c4f;
  border-radius: 6px;}
.service-details-list10 li{border-bottom: 1px solid #dddddd91;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;}
.service-details-list10 li:last-child{border-bottom: 0px solid #dddddd91;}
.service-details-list10 li a{display: block;
  padding-bottom: 10px;
  font-size: 15px;
  color: #000;
  line-height: 22px;}

.service-details-list10 li::after {
    content: '\f178';
  position: absolute;
  top: 0px;
  left: 12px;
  font-size: 12px;
  font-family: FontAwesome;
  color: #022682;
}

.service-details-list10 h3{padding: 10px 13px;
  background: #222;
  color: #fff;
  line-height: 30px;
  font-size: 25px;
  margin-bottom: 15px;}

#block-2, #block-5{margin-bottom: 15px;
  box-shadow: 0px 0px 10px 0px #8c8c8c4f;
  padding: 15px;
  border-radius: 6px;}
#block-5 h2, #block-7 h2{font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;}
.wp-block-search .wp-block-search__label {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.wp-block-search__input{padding: 6px 10px;
  border: 1px solid #ddd;
  margin-bottom: 8px; width: 100%;}

.wp-block-search__button{width: 100%;
  margin-left: 0px;
  background: #5a4ff9;
  color: #fff;
  padding: 10px;
  border: none;
  font-size: 15px;}
.wp-block-search__inside-wrapper {
  display: block;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ddddddd6;
	padding: 8px 10px;
	color: #000;
	background: #fbfbfb;
	font-size: 11px !important;
  margin-bottom: 8px;
}
.a2a_floating_style.a2a_default_style {
  bottom: 0;
  display: none;
}

.wp-block-archives li a{ color:#000;}
.menu-box li.active a{color:#5a4ff9;}
.wpcf7 form.invalid .wpcf7-response-output{border-color: #7c56e6;}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #7c55e5;
}

.w-20{ width:20%;}

.contactarea{box-shadow: 0px 0px 10px 0px #dddddd9c;
  padding: 25px 20px;
  border-radius: 5px;}
.conticon{width: 30px;}
.contactarea h4{font-size: 24px;
  margin: 8px 0px 25px;}
.contactarea p{font-size: 15px;
  line-height: 26px;}
.lambdinner_textbox ul{
	padding: 0;
  	margin: 0;
	list-style:none;
}
.lambdinner_textbox ul li {
    font-size: 16px;
    font-family: 'Goli-Regular';
    line-height: 26px;
    color: #636363;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    padding-bottom: 5px;
    position: relative;
    padding-left: 28px;
}
.lambdinner_textbox ul li:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.lambdinner_textbox ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/check-new.png);
}


.frombox{background: #fff;
  padding: 47px 45px;
  border-radius: 29px;
  box-shadow: 0px -1px 2px 0px #9581f9;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0px;}

.frombox label {
  display: inline-block;
  font-size: 20px;
  font-weight: 200;
}
.services_sec p{ margin-bottom:10px;}

.frombox .form-check{ margin-right:15px}
.frombox .form-control{width: 100%;
  margin-top: 5px;
  border: 1px solid #d7d7d785;
  border-radius: 8px;
  background-color: transparent;
  font-size: 15px;
  color: #000000e3;
  padding: 5px 10px 5px 10px;
  height: 50px;
  font-weight: 400;
  margin-bottom: 18px;
  position: relative;}
.frombox .form-select{width: 100%;
  margin-top: 5px;
  border: 1px solid #d7d7d785;
  border-radius: 8px;
  background-color: transparent;
  font-size: 13px;
  color: #000000e3;
  padding: 5px 10px 5px 10px;
  height: 50px;
  font-weight: 400;
  margin-bottom: 18px;
  position: relative;}

.frombox .btn {
	font-size: 16px;
	padding: 12px 25px;
	height: 50px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	border-radius: 30px;
	border: none;
	transition: 0.6s;
	line-height: normal;
	background: #9832C9;
	background: linear-gradient(0deg, #5537E8 0%, #9404d9 100%);
}

#sgpb-popup-dialog-main-div{max-width: 500px !important;
  margin: 0 auto auto !important;
  border-radius: 20px !important;
  border: none !important;
  padding: 40px;}

.poparea{ width:95%;}

#sgpb-popup-dialog-main-div .btn {
  padding: 14px 35px;
  border-radius: 40px;
  background: #0b2d88;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: 0.3s ease;
  border: 2px solid transparent;
}
.btn-custom10 {
  border: 1px solid #fff;
  padding: 10px 25px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  transition: all .3s ease-in-out;
  border-radius: 25px;
}

.btn-custom10:hover{ background:#fff; color:#000;transition: all .3s ease-in-out;}

.sub-menu-toggle{ display:none;}
.customersbd101 h4{font-size: 35px;top: -20px;}
.clientlogo101{display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  box-shadow: 0px 7px 7px 1px #e3e3e3f7;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all .3s ease-in-out;
  padding: 7px;}

.casestudiesareaimg{ min-height:120px;display: flex;
  justify-content: center;
  align-items: center;}
.casestudiesarea{text-align: center;
  background: #fff; width:100%;
  box-shadow: 0px 0px 15px 0px #dddddde5;
  padding: 30px;
  border-radius: 10px;}
.casestudiesarea h4 a{color: #002582;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;}

/*-- new menu css start --*/
.menu {
	border: 1px solid #D8D8DB;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	padding: 0 10px 0 35px;
	transition: 0.5s;
}
.menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.menu ul li {
	display: inline-block;
	padding: 0;
	list-style-type: none;
	position: relative;
	vertical-align: middle;
	margin-right: 18px;
}
.menu ul li a {
	font-family: 'Goli-Regular';
	color: #000000;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
	display: block;
	padding: 18px 0;
	position:relative;
}
.menu ul li a span {
    display: inline-block;
    vertical-align: 1px;
    margin-left: 2px;
    font-size: 10px;
    opacity: 0.9;
}
.menu ul li:hover a, .menu ul li.active a, .menu ul li:hover ul li a:hover {
    color: #0b2d88;
}
.menu ul li:hover ul li a {
	color: #000;
}
.menu ul li:hover ul li a:hover i{ color: #013162;}
.menu ul li ul {
	width: 256px;
	/* display: none; */
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	background-color: #ffffff;
	text-align: left;
	box-shadow: none;
/* 	transition: 0.3s; */
	opacity: 0;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.menu ul ul li:first-child:before{ display: none; }
.menu ul ul li:after {
   display: none;
}
.menu ul li ul li{
	margin:0;
}
.menu ul li ul li a {
    font-size: 16px;
    text-transform: none;
    padding: 12px 12px;
    color: #000000;
    line-height: 20px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.menu ul li ul li a i {
    display: inline-block;
    vertical-align: 0;
    margin-right: 5px;
    font-size: 12px;
    opacity: 0.74;
    color: #fff;
     transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.menu ul li ul li ul {
	top: 0 !important;
	left: 256px;
}
.menu ul li ul li span {
    right: 7px;
    top: 12px;
}
.menu ul li a:hover.menu ul li ul {
    display: block;
	margin: 0;
}
.menu ul li ul li {
	display: block;
	padding: 0;
	border-bottom: solid 1px rgba(234, 234, 234, 0.54);
	border-right: none;
}
.menu ul li ul li:last-child{ border: none; }
.menuButton {
    width: 40px;
    height: 35px;
    padding: 5px;
    float: right;
    display: none;
}
.menuButton span {
	width: 100%;
	height: 3px;
	background: #002582;
	margin-bottom: 6px;
	float: left;
	transition: all 0.3s ease-in-out 0s;
}
.sub-menu-toggle {
	display: block;
	opacity: 0;
}
.menuButton span:last-child {
    margin-bottom: 0;
}
.menu ul li.menu-item-has-children a{
	position:relative;
	padding-right: 14px;
}
li.has-submenu a::before, .menu ul li.active-class a::before {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	color: #000000;
	font-family: FontAwesome;
	font-size: 10px;
	transform: translate(0, 20px);
	display:inline-block;
}
li.has-submenu a:hover::before{
	color:#5a4ff9;
}
li.has-submenu ul.sub-menu li a::before{
	transform: translate(-10px, 10px) rotate(270deg);
}
li.has-submenu ul.sub-menu li ul li a::before{
	display:none;
}
.menu-item-449 a::before,.menu-item-450 a::before,.menu-item-451 a::before,.menu-item-452 a::before,.menu-item-453 a::before,.menu-item-447 a::before,.menu-item-448 a::before,.menu-item-225 a::before{
	display:none !important;
}
/* .menu ul li ul li.menu-item-object-our_industries a::before, .menu ul li ul li.menu-item-object-custom a::before{
	display:none;
} */
.header_area.fix .menu{
	border-color:transparent;
	padding: 0;
}
@media (min-width:991.98px) {
    .menu ul {
        display: block;
    }
   .menu ul li > ul {
        display: none!important;
    }
   .menu ul li:hover > ul {
    display: block!important;
    opacity: 1;
    top: 100%;
    visibility: visible;
}
	.menu ul li a:hover > ul{
		top:0;
	}
}
@media (max-width:991.98px) {
    .menuButton {
        display: block;
        margin-left: 15px;
        cursor: pointer;
    }
    .menu ul li span {
        background: url(../images/menu_arrow.png) center center no-repeat;
        cursor: pointer;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 99;
		transition:0.5s;
    }
    .menu ul li:hover span {
        background: url(../images/down-arrow.png) center center no-repeat;
		background-size: 30%;
    }
    .arrow_change span:nth-child(2) {
        display: none;
    }
    .arrow_change span:first-child {
        position: relative;
        top: 9px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .arrow_change span:last-child {
        position: relative;
        top: 1px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .menuBar {
        padding: 15px 0;
    }
  .menu {
    padding: 5px 0;
}
    .menu ul {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
}
   .menu ul li a {
    color: #071731;
    display: block;
    width: 100%;
    font-size: 14px;
}
 .menu ul li ul {
    display: none;
    background-color: #0b9bec;
    position: relative;
    top: 5px;
    left: -1px;
    width: 100%;
    z-index: 1;
    padding: 0;
}
    .menu ul li:last-child ul {
        display: none;
        background-color: #fff;
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .menu ul li {
        display: block;
        padding: 10px 15px 10px 15px;
        border-top: 1px solid #cccccc54;
        text-align: left;
        position: relative;
    }
    .menu ul li span {
	position: absolute;
	right: 8px;
	/* top: 30px; */
	z-index: 99;
	cursor: pointer;
	top: 16px;
	text-align: center;
}
    .menu ul li ul li ul {
        top: 0;
        left: 0;
    }
   .menu ul li ul li a {
    font-size: 12px;
    text-transform: none;
    background-color: #3db0f0;
    padding: 8px 12px;
}
}
/*-- new menu css stop --*/
.header_area.fix .menu ul li a{
	padding-top:25px;
	padding-bottom:25px;
}
.header_area.fix li.has-submenu a::before{
	transform: translate(0, 27px);
}
.header_area.fix .menu ul li ul li a{
	padding:12px;
}
.header_area.fix  li.has-submenu ul.sub-menu li a::before {
	transform: translate(-10px, 10px) rotate(270deg);
}



/*-- new banner area start --*/
.newbanner-area {
    position: relative;
    background-color: #F9FAFD;
    padding: 160px 0 60px;
}
.newbanner-area::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../images/new-banner-shape.png);
}
.newbanner-area .container{
    position: relative;
    z-index: 1;
}
.newbanner-area .newbanner-text h1 {
    font-size: 55px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 500;
}
.newbanner-area .newbanner-text h1 strong{
    font-weight: normal;
    color: #5537E8;
}
.newbanner-area .newbanner-text p {
    font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 20px;
}
.newbanner-area .newbanner-text .btn {
	background: #5537E8;
    background: -webkit-linear-gradient(0deg, rgba(85, 55, 232, 1) 0%, rgba(152, 50, 201, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(85, 55, 232, 1) 0%, rgba(152, 50, 201, 1) 100%);
    background: linear-gradient(0deg, rgba(85, 55, 232, 1) 0%, rgba(152, 50, 201, 1) 100%);
	font-size: 16px;
	padding: 12px 24px;
	border-radius: 30px;
	border: none;
	color: #ffffff;
	margin-right: 5px;
}
.newbanner-area .newbanner-text .btn:hover{
	background: #9832C9;
    background: -webkit-linear-gradient(0deg, rgba(152, 50, 201, 1) 0%, rgba(85, 55, 232, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(152, 50, 201, 1) 0%, rgba(85, 55, 232, 1) 100%);
    background: linear-gradient(0deg, rgba(152, 50, 201, 1) 0%, rgba(85, 55, 232, 1) 100%);
}
.newbanner-area .newbanner-text .btn-outline{
    color: #5537E8;
    border: 1px solid #5537E8;
    padding: 16px 24px;
    border-radius: 30px;
    transition: 0.5s;
}
.newbanner-area .newbanner-text .btn-outline:hover{
    background-color: #5537E8;
    color: #ffffff;
}
.newbanner-area .new-banner-img-box {
    width: 100%;
    max-width: 495px;
    margin: 0 auto;
    position: relative;
}
.newbanner-area .new-banner-img-box .img-box img{
    width: 100%;
    object-fit: contain;
}
.newbanner-area .new-banner-img-box .imgbox2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.newbanner-area .new-banner-img-box .imgbox2 .shapeimg {
    width: 100%;
    max-width: 170px;
    position: absolute;
    top: 60px;
    left: 0px;
    transition: transform 0.1s linear;
}
.newbanner-area .new-banner-img-box .imgbox2 .shapeimg:nth-child(2) {
    top: auto;
    bottom: 60px;
    max-width: 170px;
    left: -10px;
}
.newbanner-area .new-banner-img-box .imgbox2 .shapeimg:nth-child(3) {
    top: 155px;
    left: auto;
    right: -40px;
    max-width: 170px;
}
.parallax{
    animation: fadeIn 1s ease-out forwards;
  transition: transform 0.3s ease-out, filter 0.3s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.newbanner-text {
    width: 100%;
    max-width: 528px;
}
/*-- new banner area stop --*/


/* .breadcrumb{ display:none;} */




/*-- new banner area start --*/
.newbanner-area {
    position: relative;
    background-color: #F9FAFD;
    padding: 160px 0 60px;
}
.newbanner-area::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../images/new-banner-shape.png);
}
.newbanner-area .container{
    position: relative;
    z-index: 1;
}
.newbanner-area .newbanner-text h1 {
    font-size: 42px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 500;
}
.newbanner-area .newbanner-text h1 strong{
    font-weight: normal;
    color: #002582;
}
.newbanner-area .newbanner-text p {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin: 0 0 20px;
}
.newbanner-area .newbanner-text .btn {
    background: #072384;
background: -webkit-linear-gradient(0deg, rgba(7, 35, 132, 1) 0%, rgba(100, 13, 155, 1) 100%);
background: -moz-linear-gradient(0deg, rgba(7, 35, 132, 1) 0%, rgba(100, 13, 155, 1) 100%);
background: linear-gradient(0deg, rgba(7, 35, 132, 1) 0%, rgba(100, 13, 155, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#072384", endColorstr="#640D9B", GradientType=0);
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 30px;
    border: none;
    color: #ffffff;
    margin-right: 5px;
}
.newbanner-area .newbanner-text .btn:hover{
    background: #9832C9;
    background: -webkit-linear-gradient(0deg, rgba(152, 50, 201, 1) 0%, rgba(85, 55, 232, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(152, 50, 201, 1) 0%, rgba(85, 55, 232, 1) 100%);
    background: linear-gradient(0deg, rgba(152, 50, 201, 1) 0%, rgba(85, 55, 232, 1) 100%);
}
.newbanner-area .newbanner-text .btn-outline {
	color: #062B91;
	border: 1px solid #062B91;
	padding: 16px 24px;
	border-radius: 30px;
	transition: 0.5s;
}
.newbanner-area .newbanner-text .btn-outline:hover{
    background-color: #062B91;
    color: #ffffff;
}
.newbanner-area .new-banner-img-box {
    width: 100%;
    max-width: 495px;
    margin: 0 auto;
    position: relative;
}
.newbanner-area .new-banner-img-box .img-box img{
    width: 100%;
    object-fit: contain;
}
.newbanner-area .new-banner-img-box .imgbox2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.newbanner-area .new-banner-img-box .imgbox2 .shapeimg {
    width: 100%;
    max-width: 170px;
    position: absolute;
    top: 0;
    left: -30px;
    transition: transform 0.1s linear;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding: 12px 8px;
}
.newbanner-area .new-banner-img-box .imgbox2 .shapeimg img {
    width: 100%;
    max-width: 58%;
    object-fit: contain;
    margin: 0 auto 10px;
}
.newbanner-area .new-banner-img-box .imgbox2 .shapeimg h6 {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 18px;
}
.newbanner-area .new-banner-img-box .imgbox2 .shapeimg:nth-child(2) {
    top: auto;
    bottom: 60px;
    left: -30px;
}
.newbanner-area .new-banner-img-box .imgbox2 .shapeimg:nth-child(3) {
    top: 165px;
    left: auto;
    right: -90px;
}
.parallax{
    animation: fadeIn 1s ease-out forwards;
  transition: transform 0.3s ease-out, filter 0.3s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.newbanner-text {
    width: 100%;
    max-width: 528px;
}
/*-- new banner area stop --*/


/*-- new product area start --*/
.new-product-area {
    background-color: #F5F6F9;
    padding-bottom: 40px;
}
.new-product-area .title3{
    margin-bottom: 80px;
}
.industriesbox.new-product-box {
    text-align: center;
    margin: 0 0 30px;
}
.industriesbox.new-product-box .producticon10 {
    margin: -65px auto 25px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    background: #BC36E8;
    background: -webkit-linear-gradient(0deg, rgba(188, 54, 232, 1) 0%, rgba(255, 140, 62, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(188, 54, 232, 1) 0%, rgba(255, 140, 62, 1) 100%);
    background: linear-gradient(0deg, rgba(188, 54, 232, 1) 0%, rgba(255, 140, 62, 1) 100%);
    border: none;
    transition: 0.9s;
    padding: 16px;
}
.industriesbox.new-product-box h4 {
    margin-bottom: 10px;
}
.industriesbox.new-product-box .producticon10 img {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
}
.industriesbox.new-product-box:hover .producticon10{
    transform: rotateY(360deg);
}
/*-- new product area stop --*/



/*-- new product area start --*/
.new-product-area {
    background-color: #F5F6F9;
    padding-bottom: 40px;
}
.new-product-area .title3{
    margin-bottom: 80px;
}
.industriesbox.new-product-box {
    text-align: center;
  margin: 0 0 10px;
  border: 1px solid #ccc;
}
.industriesbox.new-product-box .producticon10 {
    margin: -65px auto 25px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 0;
    background: #3039F1;
    background: linear-gradient(180deg, rgba(48, 57, 241, 1) 40%, rgba(0, 37, 130, 1) 100%);
    border: none;
    transition: 0.9s;
    padding: 10px;
}
.industriesbox.new-product-box h4 {
    margin-bottom: 10px;
    font-size: 16px;
    min-height: initial;
	color: #000;
}
.industriesbox.new-product-box .producticon10 img {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(1%) hue-rotate(26deg) brightness(105%) contrast(100%);
}
.industriesbox.new-product-box:hover .producticon10{
    transform: rotateY(360deg);
}
/*-- new product area stop --*/




/* Glow Background Effect */
.glow-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    background: #5a4ff9;
    opacity: 0;
    filter: blur(20px);
    transition: opacity 0.3s ease;
}

/* Outline Glow Effect */
.glow-btn.outline::before {
    background: #5a4ff9;
}

.glow-btn.outline:hover {
    background: linear-gradient(0deg, #5537E8 0%, #9404d9 100%);
    color: #fff;
}

.glow-btn {
	padding: 11px 25px;
	border-radius: 40px;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease;
	border: navajowhite;
	background: #072384;
	background: -webkit-linear-gradient(0deg, rgba(7, 35, 132, 1) 0%, rgba(100, 13, 155, 1) 100%);
	background: -moz-linear-gradient(0deg, rgba(7, 35, 132, 1) 0%, rgba(100, 13, 155, 1) 100%);
	background: linear-gradient(0deg, rgba(7, 35, 132, 1) 0%, rgba(100, 13, 155, 1) 100%);
}

.menu-box a.glow-btn {
    position: relative;
    left: 18px;
    color: #fff;
    padding-bottom: 11px;
}
.client_slide .owl-stage {
    display: flex;
    transition-timing-function: linear !important;
}
.customersbd .inner {
    display: flex;
    align-content: center;
    box-shadow: 0px 7px 7px 1px #e3e3e3f7;
    border-radius: 10px;
    margin: 0;
    transition: all .3s ease-in-out;
    flex: 0 0 10em;
    height: 7em;
    padding: 1em;
	margin:0.8rem 0;
}
.customersbd .inner img {
    width: 80% !important;
    object-fit: contain;
    height: 100%;
    transition: all .3s ease-in-out;
}
.slick.marquee{
	position:relative;
}
.slick.marquee::before, .slick.marquee::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:70px;
	height:100%;
	background:#000000;
	z-index: 1;
	background: #FFFFFF;
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.slick.marquee::after{
	left:auto;
	right:0;
	background: #FFFFFF;
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.industries  .title3 h3 {
    text-align: center;
    margin-bottom:40px;
}
.customersbd101  .headertext.text-center {
    margin-bottom: 30px;
}
.menu ul li ul #menu-item-663 a::before{
	display:none;
}

.page-id-197 .about_sec h1{
	text-align:left;
}

/*-- newaitabarea start --*/
.newaitabarea .nav-link {
    width: clamp(19%, 100%, 19%);
    text-align: center;
    border: 1px solid #C1CAE4;
    font-size: 15px;
    font-family: 'Goli-Regular';
    position: relative;
    border-radius: 15px;
    background-color: #ffffff;
    margin-right: 14px;
    padding: 16px 20px 15px;
    line-height: 21px;
    transition: 0.5s;
    color: #000000;
    display: inline-flex;
    flex-direction: column;
}
.newaitabarea .nav-link:last-child{
    margin-right: 0;
}
.newaitabarea .nav-tabs {
    border-bottom: 0;
    margin-bottom: 50px;
}
.newaitabarea .nav-link .icon {
    width: clamp(60px, 100%, 60px);
    height: 60px;
    border-radius: 50%;
    border: 1.5px solid #C1CAE4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin: -45px auto 12px;
    background-color: #ffffff;
    transition: 0.5s;
}
.newaitabarea .nav-link .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.newaitabarea .nav-link.active{
    background-color: #002582;
    border-color: #002582;
    color: #ffffff;
}
.newaitabarea .nav-link.active .icon{
    border-color: #ffffff;
    background-color: #002582;
}
.newaitabarea .nav-link.active .icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3533%) hue-rotate(355deg) brightness(114%) contrast(98%);
}
.newaitabarea .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: #002582;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateY(15px);
    transition: 0.5s;
    opacity: 0;
}
.newaitabarea .nav-link.active::after{
    opacity: 1;
}

.newaitabarea .tab-pane{
    border-radius: 20px;
    padding: 30px;
    background-color: #002582;
}
.newaitabarea .tab-pane .img-box{
    border-radius: 20px;
    overflow: hidden;
    height: 406px;
}
.newaitabarea .tab-pane .img-box img{
    width: 100%;
    object-fit: cover;
}
.newaitabarea .tab-pane .content-box, .newaitabarea .tab-pane .content-box p {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px;
}
.newaitabarea .tab-pane .content-box .content-media {
    margin-bottom: 20px;
}
.newaitabarea .tab-pane .content-box .content-media .media-icon{
    width: clamp(57px, 100%, 57px);
    height: 57px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 12px;
}
.newaitabarea .tab-pane .content-box .content-media .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(13%) sepia(48%) saturate(5898%) hue-rotate(222deg) brightness(81%) contrast(107%);
}
.newaitabarea .tab-pane .content-box .content-media .media-body {
    color: #ffffff;
    padding-left: 15px;
    font-size: 21px;
    line-height: 29px;
}
.newaitabarea .tab-pane .tab-pane-body-box{
    flex-direction: row-reverse;
}
.newaitabarea .tab-pane .content-box {
    margin: 0;
    padding: 30px;
    padding-right: 75px;
}
/*-- newaitabarea stop --*/

/*-- new marquee section start --*/
.new-marquee-carousal{
	width:100%;
	display:flex;
	overflow-x:auto;
}
.new-marquee-carousal::-webkit-scrollbar{
	display:none;
}
.new-marquee-section {
    display: flex;
    align-items: center;
    justify-content: center;
	gap:1em;
}
@keyframes spin{
	form {translate : 0;}
	to {translate : -100%;}
}
/*-- new marquee section stop --*/

.js-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.js-marquee-track {
  display: flex;
  gap: 1em;
  will-change: transform;
}

.inner {
  flex: 0 0 10em;
  height: 7em;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 7px 7px #e3e3e3f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

.js-marquee::before, .js-marquee::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:70px;
	height:100%;
	background:#000000;
	z-index: 1;
	background: #FFFFFF;
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.js-marquee::after{
	left:auto;
	right:0;
	background: #FFFFFF;
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.about_sec10215{ width:100%;background-position: top right;}
.about_sec10215 .banner_text {
  width: 100%;
  max-width: 320px;
}
.about_sec10215 .banner_text h1{line-height: 50px;}

.breadcrumb{ display:none;}

.about_sec10215:before{ display:none;}


textarea.form-control {
  min-height: 150px !important;
}

.page-id-197 .about_sec10215 {
    background-size: cover;
}


.newaitabarea .tab-pane .content-box p{font-size: 18px;}
.sgpb-popup-builder-content-341.sgpb-popup-builder-content-html h2{text-align: center;
  font-size: 37px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 45px;}
.sgpb-popup-builder-content-341.sgpb-popup-builder-content-html h2 span {
  color: #002582;
}


.wow {
 visibility: hidden;
}
.animate__animated{
transform: translate3d(0,0,0);
will-change: transform;
}
