.elementor-14 .elementor-element.elementor-element-3f2b72b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-14 .elementor-element.elementor-element-3f2b72b:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-3f2b72b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#6EC1E459;}.elementor-14 .elementor-element.elementor-element-1bb13a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-14 .elementor-element.elementor-element-38ed4aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-43a342a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-5383ef8{font-family:"Poppins", Sans-serif;font-weight:400;color:#000000;}.elementor-14 .elementor-element.elementor-element-f0f12b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-353d636{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-aa351b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-01fae09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-af813c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-231d027{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-1bb13a4{--width:50%;}.elementor-14 .elementor-element.elementor-element-38ed4aa{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-eacd824 *//*=========================
 Mission Vision Values
==========================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Poppins,sans-serif;
background:#f8fbff;
}

.mission-section{

padding:100px 8%;
background:#f8fbff;

}

.container{

max-width:1300px;
margin:auto;

}

.section-title{

text-align:center;
margin-bottom:70px;

}

.section-title span{

color:#FDB515;
font-size:14px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;

}

.section-title h2{

font-size:46px;
color:#163B56;
margin:15px 0;

}

.section-title p{

max-width:750px;
margin:auto;
color:#666;
font-size:17px;
line-height:1.8;

}

/* Mission & Vision */

.mission-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:35px;
margin-bottom:70px;

}

.info-card{

background:#fff;
padding:45px;
border-radius:22px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.4s;

border-top:5px solid #2EA3DC;

}

.info-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.icon{

width:70px;
height:70px;

background:linear-gradient(135deg,#2EA3DC,#FDB515);

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:30px;

margin-bottom:25px;

}

.info-card h3{

font-size:30px;
margin-bottom:20px;
color:#163B56;

}

.info-card p{

color:#666;
line-height:1.9;
font-size:17px;

}

/* Core Values */

.values h2{

text-align:center;
font-size:42px;
margin-bottom:50px;
color:#163B56;

}

.values-grid{

display:grid;
grid-template-columns:repeat(5,1fr);
gap:25px;

}

.value-box{

background:#fff;

padding:30px;

border-radius:18px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

border-bottom:4px solid transparent;

}

.value-box:hover{

transform:translateY(-8px);

border-color:#FDB515;

}

.value-box h4{

font-size:22px;
color:#2EA3DC;
margin-bottom:15px;

}

.value-box p{

font-size:15px;
line-height:1.8;
color:#666;

}

/* Responsive */

@media(max-width:1200px){

.values-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:991px){

.mission-grid{

grid-template-columns:1fr;

}

.values-grid{

grid-template-columns:repeat(2,1fr);

}

.section-title h2{

font-size:38px;

}

}

@media(max-width:767px){

.mission-section{

padding:70px 25px;

}

.values-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:30px;

}

.info-card{

padding:30px;

}

.values h2{

font-size:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43b6d73 *//*==============================
      INDUSTRIES SECTION
==============================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Poppins,sans-serif;
background:#fff;
}

.industries-section{

padding:100px 8%;
background:#f7fbff;

}

.container{

max-width:1320px;
margin:auto;

}

/* Heading */

.section-heading{

text-align:center;
margin-bottom:70px;

}

.section-heading span{

display:inline-block;

color:#FDB515;

font-size:14px;

font-weight:700;

letter-spacing:3px;

text-transform:uppercase;

margin-bottom:12px;

}

.section-heading h2{

font-size:48px;

color:#173B5D;

margin-bottom:18px;

}

.section-heading p{

max-width:760px;

margin:auto;

font-size:17px;

line-height:1.8;

color:#666;

}

/* Grid */

.industry-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

}

/* Card */

.industry-card{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

transition:.4s;

position:relative;

overflow:hidden;

}

.industry-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:6px;

height:100%;

background:linear-gradient(#2EA3DC,#FDB515);

transition:.4s;

}

.industry-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 70px rgba(0,0,0,.12);

}

.industry-card:hover::before{

width:100%;

opacity:.05;

}

.industry-icon{

width:75px;

height:75px;

border-radius:20px;

background:linear-gradient(135deg,#2EA3DC,#FDB515);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

margin-bottom:25px;

}

.industry-card h3{

font-size:28px;

color:#173B5D;

margin-bottom:25px;

}

.industry-card ul{

list-style:none;

}

.industry-card ul li{

padding:10px 0;

padding-left:25px;

position:relative;

font-size:16px;

color:#555;

border-bottom:1px solid #eef3f7;

}

.industry-card ul li:last-child{

border:none;

}

.industry-card ul li::before{

content:"✓";

position:absolute;

left:0;

top:10px;

color:#2EA3DC;

font-weight:700;

}

/* Responsive */

@media(max-width:991px){

.industry-grid{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:38px;

}

}

@media(max-width:767px){

.industries-section{

padding:70px 25px;

}

.section-heading h2{

font-size:30px;

}

.industry-card{

padding:30px;

}

.industry-card h3{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-061df03 *//*=========================
    WHY CHOOSE US
=========================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Poppins,sans-serif;
background:#ffffff;
}

.why-choose{

padding:100px 7%;
background:#fff;

}

.container{

max-width:1320px;
margin:auto;

}

/* Heading */

.section-title{

text-align:center;
margin-bottom:70px;

}

.section-title span{

display:inline-block;

color:#FDB515;

font-size:14px;

font-weight:700;

letter-spacing:3px;

text-transform:uppercase;

margin-bottom:12px;

}

.section-title h2{

font-size:46px;
font-weight:700;
color:#173B5D;
margin-bottom:18px;

}

.section-title h2 span{

color:#2EA3DC;

}

.section-title p{

max-width:760px;
margin:auto;
font-size:17px;
line-height:1.8;
color:#666;

}

/* Grid */

.choose-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

/* Card */

.choose-card{

display:flex;
align-items:center;
gap:20px;

padding:25px 30px;

background:#fff;

border-radius:18px;

border:1px solid #edf2f7;

box-shadow:0 10px 30px rgba(0,0,0,.06);

transition:.35s;

position:relative;

overflow:hidden;

}

.choose-card::before{

content:"";

position:absolute;

left:0;
top:0;

width:5px;
height:100%;

background:linear-gradient(#2EA3DC,#FDB515);

transition:.35s;

}

.choose-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.choose-card:hover::before{

width:100%;
opacity:.05;

}

.icon{

width:60px;
height:60px;

border-radius:15px;

background:linear-gradient(135deg,#2EA3DC,#FDB515);

display:flex;
align-items:center;
justify-content:center;

color:#fff;

font-size:24px;

flex-shrink:0;

}

.choose-card h3{

font-size:20px;
font-weight:600;
color:#173B5D;
line-height:1.5;

}

/* Responsive */

@media(max-width:991px){

.choose-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:36px;

}

}

@media(max-width:767px){

.why-choose{

padding:70px 25px;

}

.section-title h2{

font-size:30px;

}

.choose-card{

padding:20px;

}

.choose-card h3{

font-size:18px;

}

.icon{

width:50px;
height:50px;
font-size:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebbe82d *//*==================================
    Recruitment Process Section
===================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Poppins,sans-serif;
}

.process-section{

padding:100px 7%;
background:#eef8ff;

}

.process-container{

max-width:1350px;
margin:auto;

}

.section-title{

text-align:center;
margin-bottom:70px;

}

.section-title span{

display:inline-block;

font-size:14px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;

color:#FDB515;

margin-bottom:15px;

}

.section-title h2{

font-size:46px;
font-weight:700;
color:#173B5D;
margin-bottom:15px;

}

.section-title p{

max-width:760px;
margin:auto;
font-size:17px;
line-height:1.8;
color:#666;

}

/* Grid */

.process-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;

}

/* Card */

.process-card{

background:#fff;

padding:35px;

border-radius:20px;

position:relative;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

overflow:hidden;

}

.process-card::before{

content:"";

position:absolute;

left:0;
top:0;

width:100%;
height:5px;

background:linear-gradient(90deg,#2EA3DC,#FDB515);

}

.process-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 55px rgba(0,0,0,.12);

}

.step-number{

width:65px;
height:65px;

border-radius:50%;

background:linear-gradient(135deg,#2EA3DC,#FDB515);

color:#fff;

display:flex;
align-items:center;
justify-content:center;

font-size:22px;
font-weight:700;

margin-bottom:25px;

}

.process-card h3{

font-size:26px;
color:#173B5D;
margin-bottom:15px;

}

.process-card p{

font-size:16px;
line-height:1.8;
color:#666;

}

/* Responsive */

@media(max-width:1024px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.process-section{

padding:70px 25px;

}

.section-title h2{

font-size:32px;

}

.process-grid{

grid-template-columns:1fr;

}

.process-card{

padding:30px;

}

.process-card h3{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-851f608 *//*==============================
      OUR COMMITMENT
===============================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
}

.commitment-section{

padding:100px 8%;
background:#ffffff;

}

.commitment-container{

max-width:1100px;
margin:auto;

}

.commitment-content{

background:#fff;

padding:60px;

border-radius:25px;

position:relative;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.08);

border:1px solid #edf2f7;

}

.commitment-content::before{

content:"";

position:absolute;

left:0;
top:0;

width:8px;
height:100%;

background:linear-gradient(180deg,#2EA3DC,#FDB515);

}

.section-subtitle{

display:inline-block;

font-size:14px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;

color:#FDB515;

margin-bottom:15px;

}

.commitment-content h2{

font-size:46px;
font-weight:700;

color:#163B56;

margin-bottom:20px;

}

.commitment-content h2 span{

color:#2EA3DC;

}

.divider{

width:90px;
height:5px;

background:linear-gradient(90deg,#2EA3DC,#FDB515);

border-radius:50px;

margin-bottom:35px;

}

.commitment-content p{

font-size:17px;

line-height:1.9;

color:#666;

margin-bottom:25px;

}

.commitment-content strong{

color:#163B56;

}

.commitment-btn{

display:inline-block;

margin-top:15px;

padding:15px 35px;

background:linear-gradient(135deg,#2EA3DC,#1c90db);

color:#fff;

text-decoration:none;

border-radius:50px;

font-size:16px;

font-weight:600;

transition:.35s;

}

.commitment-btn:hover{

background:linear-gradient(135deg,#FDB515,#ffca2c);

color:#163B56;

transform:translateY(-5px);

box-shadow:0 18px 40px rgba(0,0,0,.18);

}

/* Responsive */

@media(max-width:991px){

.commitment-content{

padding:45px;

}

.commitment-content h2{

font-size:36px;

}

}

@media(max-width:767px){

.commitment-section{

padding:70px 25px;

}

.commitment-content{

padding:30px;

}

.commitment-content h2{

font-size:30px;

}

.commitment-content p{

font-size:16px;

}

.commitment-btn{

width:100%;

text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9eb7fd6 *//*=====================================
        PREMIUM CTA SECTION
======================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
}

.team-cta{

padding:120px 7%;

background:linear-gradient(135deg,#0B5EA8 0%,#2EA3DC 100%);

position:relative;

overflow:hidden;

}

/* Decorative Circles */

.team-cta::before{

content:"";

position:absolute;

width:420px;
height:420px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-180px;
left:-150px;

}

.team-cta::after{

content:"";

position:absolute;

width:300px;
height:300px;

background:rgba(255,255,255,.05);

border-radius:50%;

bottom:-120px;
right:-80px;

}

/* Main Box */

.cta-wrapper{

max-width:900px;

margin:auto;

padding:70px;

text-align:center;

background:rgba(255,255,255,.12);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.18);

border-radius:30px;

box-shadow:0 30px 80px rgba(0,0,0,.18);

position:relative;

z-index:2;

}

/* Small Tag */

.cta-tag{

display:inline-block;

padding:8px 24px;

background:rgba(255,255,255,.18);

border:1px solid rgba(255,255,255,.25);

border-radius:50px;

color:#fff;

font-size:13px;

font-weight:600;

letter-spacing:3px;

text-transform:uppercase;

margin-bottom:25px;

}

/* Heading */

.cta-wrapper h2{

font-size:56px;

font-weight:700;

line-height:1.2;

color:#fff;

margin-bottom:25px;

}

.cta-wrapper h2 span{

color:#FDB515;

}

/* Paragraph */

.cta-wrapper p{

font-size:18px;

line-height:1.9;

color:rgba(255,255,255,.92);

max-width:720px;

margin:auto;

margin-bottom:35px;

}

.cta-wrapper strong{

color:#fff;

}

/* Highlight */

.cta-highlight{

display:inline-block;

padding:18px 30px;

background:rgba(255,255,255,.15);

border-left:5px solid #FDB515;

border-radius:16px;

color:#fff;

font-size:18px;

font-weight:600;

margin-bottom:45px;

}

/* Buttons */

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.primary-btn,
.secondary-btn{

padding:16px 40px;

border-radius:50px;

text-decoration:none;

font-size:16px;

font-weight:600;

transition:.35s;

}

.primary-btn{

background:#FDB515;

color:#173B5D;

}

.primary-btn:hover{

transform:translateY(-6px);

box-shadow:0 18px 35px rgba(0,0,0,.25);

}

.secondary-btn{

border:2px solid rgba(255,255,255,.5);

color:#fff;

}

.secondary-btn:hover{

background:#fff;

color:#173B5D;

transform:translateY(-6px);

}

/* Responsive */

@media(max-width:991px){

.cta-wrapper{

padding:50px 35px;

}

.cta-wrapper h2{

font-size:42px;

}

}

@media(max-width:767px){

.team-cta{

padding:80px 25px;

}

.cta-wrapper{

padding:35px 25px;

}

.cta-wrapper h2{

font-size:30px;

}

.cta-wrapper p{

font-size:16px;

}

.cta-highlight{

font-size:16px;

padding:15px 20px;

}

.cta-buttons{

flex-direction:column;

}

.primary-btn,
.secondary-btn{

width:100%;

text-align:center;

}

}/* End custom CSS */