.elementor-10 .elementor-element.elementor-element-451f053 > .elementor-widget-container{margin:-102px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-ec5c5f4 > .elementor-widget-container{margin:-93px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-354325b */:root{

--primary:#0B3A78;
--secondary:#C65D1E;
--white:#fff;

}

.about-hero{

background:linear-gradient(135deg,#062b63,#0B3A78);
padding:20px 0;
position:relative;
overflow:hidden;

}

.about-hero::before{

content:"";
position:absolute;
width:350px;
height:350px;
background:rgba(255,255,255,.04);
border-radius:50%;
top:-150px;
right:-150px;

}

.about-hero::after{

content:"";
position:absolute;
width:500px;
height:500px;
border:3px solid rgba(198,93,30,.35);
border-radius:50%;
bottom:-340px;
right:-120px;

}

.hero-badge{

display:inline-block;
padding:10px 22px;
border:1px solid rgba(255,255,255,.2);
border-radius:40px;
background:rgba(255,255,255,.08);
color:#fff;
font-weight:600;
margin-bottom:25px;

}

.hero-badge i{

color:var(--secondary);
margin-right:8px;

}

.about-hero h1{

font-size:45px;
font-weight:800;
color:#fff;
line-height:1.15;
margin-bottom:20px;

}

.about-hero h1 span{

display:block;
color:var(--secondary);

}

.about-hero p{

max-width:760px;
margin:auto;
font-size:18px;
line-height:1.9;
color:rgba(255,255,255,.88);
margin-bottom:35px;

}

.hero-buttons{

display:flex;
justify-content:center;
gap:18px;
margin-bottom:30px;
flex-wrap:wrap;

}

.btn-orange{

padding:15px 34px;
background:var(--secondary);
border-radius:50px;
text-decoration:none;
font-weight:700;
color:#fff;
transition:.35s;

}

.btn-orange:hover{

background:#fff;
color:var(--primary);

}

.btn-outline{

padding:15px 34px;
border:2px solid #fff;
border-radius:50px;
text-decoration:none;
font-weight:700;
color:#fff;
transition:.35s;

}

.btn-outline:hover{

background:#fff;
color:var(--primary);

}

.breadcrumb-area{

display:flex;
justify-content:center;
align-items:center;
gap:12px;
font-weight:600;

}

.breadcrumb-area a{

color:#fff;
text-decoration:none;

}

.breadcrumb-area i{

color:#ddd;

}

.breadcrumb-area span{

color:var(--secondary);

}

/* Responsive */

@media(max-width:991px){

.about-hero{

padding:70px 0;

}

.about-hero h1{

font-size:46px;

}

.about-hero p{

font-size:16px;

}

}

@media(max-width:576px){

.about-hero{

padding:60px 0;

}

.about-hero h1{

font-size:34px;

}

.hero-buttons{

flex-direction:column;

}

.btn-orange,
.btn-outline{

width:100%;
text-align:center;

}

.about-hero p{

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23538e8 *//*=========================
Company Section
=========================*/

.about-company{

padding:9px 0;
background:#fff;

}

.company-image{

position:relative;

}

.company-image img{

width:100%;
height:550px;
object-fit:cover;
border-radius:25px;
box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.experience-card{

position:absolute;
bottom:25px;
left:25px;
background:#C65D1E;
padding:25px 35px;
border-radius:20px;
color:#fff;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,.20);

}

.experience-card h2{

font-size:4px;
margin:0;
font-weight:800;

}

.experience-card span{

font-size:15px;

}

.section-tag{

display:inline-block;
background:#eef5ff;
color:#0B3A78;
padding:10px 20px;
border-radius:30px;
font-weight:700;
margin-bottom:18px;

}

.about-company h2{

font-size:35px;
font-weight:800;
color:#111;
margin-bottom:20px;

}

.about-company h2 span{

display:block;
color:#C65D1E;

}

.about-company p{

font-size:17px;
color:#666;
line-height:1.9;
margin-bottom:20px;

}

.company-list{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin:30px 0;

}

.company-list div{

font-weight:600;
color:#333;

}

.company-list i{

color:#C65D1E;
margin-right:10px;

}

.about-btn{

display:inline-block;
background:#0B3A78;
color:#fff;
padding:15px 35px;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;

}

.about-btn:hover{

background:#C65D1E;
color:#fff;

}

/*=========================
Statistics
=========================*/

.stats-section{

padding:80px 0;
background:#f7f9fc;

}

.stat-box{

background:#fff;
padding:40px 20px;
border-radius:20px;
text-align:center;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.stat-box:hover{

transform:translateY(-10px);

}

.stat-box i{

font-size:45px;
color:#C65D1E;
margin-bottom:20px;

}

.stat-box h2{

font-size:42px;
font-weight:800;
color:#0B3A78;

}

.stat-box p{

margin:0;
font-weight:600;
color:#666;

}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.about-company{

padding:70px 0;

}

.company-image img{

height:400px;

}

.about-company h2{

font-size:34px;

}

.company-list{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.company-image img{

height:300px;

}

.experience-card{

padding:18px 22px;

}

.experience-card h2{

font-size:30px;

}

.about-company h2{

font-size:28px;

}

.about-company p{

font-size:15px;

}

.stat-box{

padding:30px 20px;

}

.stat-box h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-451f053 *//*=========================================
        FOUNDER SECTION
==========================================*/

.founder-section{
    position:relative;
    padding:20px 0;
    background:#fafafa;
    overflow:hidden;
    z-index:1;
}

/* Background Decoration */

.founder-section::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(198,93,7,.05);
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.founder-section::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(198,93,7,.04);
    border-radius:50%;
    bottom:-150px;
    left:-120px;
}


/*=========================================
Tag
==========================================*/

.founder-tag{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 22px;

    background:#fff;

    color:#C65D07;

    border:1px solid rgba(198,93,7,.15);

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    letter-spacing:.5px;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

    margin-bottom:22px;

}

.founder-tag::before{

    content:"";

    width:8px;

    height:8px;

    background:#C65D07;

    border-radius:50%;

}


/*=========================================
Heading
==========================================*/

.founder-title{

    font-size:48px;

    font-weight:800;

    color:#222;

    line-height:1.2;

    margin-bottom:35px;

}

.founder-title span{

    color:#C65D07;

}


/*=========================================
Image Box
==========================================*/

.founder-image-box{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:30px;

}


/* Orange Shape */

.founder-bg-shape{

    position:absolute;

    width:380px;

    height:470px;

    background:linear-gradient(180deg,#E07A1F,#C65D07);

    border-radius:px;

    transform:rotate(-8deg);

}


/* White Border */

.founder-image{

    position:relative;

    width:100%;

    max-width:420px;

    border-radius:30px;

    border:10px solid #fff;

    z-index:2;

    object-fit:cover;

    box-shadow:

    0 40px 70px rgba(0,0,0,.15);

    transition:.45s;

}

.founder-image:hover{

    transform:translateY(-8px);

}


/* Experience Card */

.experience-card{

    position:absolute;

    bottom:10px;

    right:20px;

    background:#fff;

    border-radius:20px;

    padding:22px 30px;

    z-index:10;

    box-shadow:0 30px 60px rgba(0,0,0,.12);

    transition:.35s;

}

.experience-card:hover{

    transform:translateY(-6px);

}

.experience-card h3{

    color:#C65D07;

    font-size:34px;

    margin:0;

    font-weight:700;

}

.experience-card p{

    margin:0;

    color:#777;

}


/*=========================================
Message Card
==========================================*/

.founder-message{

    position:relative;

    padding:55px;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(12px);

    border-radius:35px;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:

    0 20px 60px rgba(0,0,0,.08);

}


/* Left Border */

.founder-message::before{

    content:"";

    position:absolute;

    left:0;

    top:45px;

    width:6px;

    height:140px;

    background:#C65D07;

    border-radius:20px;

}


/* Quote */

.quote-icon{

    position:absolute;

    top:-28px;

    left:45px;

    width:70px;

    height:70px;

    border-radius:50%;

    background:#C65D07;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    box-shadow:0 20px 45px rgba(198,93,7,.35);

}


.founder-message p{

    font-size:18px;

    line-height:2;

    color:#555;

    margin-bottom:20px;

}

.founder-message strong{

    color:#222;

}


/*=========================================
Signature
==========================================*/

.signature-box{

    margin-top:35px;

}

.signature-box h4{

    font-size:28px;

    font-weight:700;

    color:#222;

    margin-bottom:5px;

}

.signature-box span{

    color:#C65D07;

    font-size:16px;

    font-weight:600;

    display:block;

    margin-bottom:5px;

}

.signature-box p{

    color:#777;

    margin-bottom:18px;

}

.signature-line{

    width:180px;

    height:4px;

    border-radius:50px;

    background:linear-gradient(to right,#C65D07,#F6B36A);

}


/*=========================================
Hover Animation
==========================================*/

.founder-message:hover{

    transform:translateY(-8px);

    transition:.4s;

    box-shadow:

    0 30px 80px rgba(0,0,0,.12);

}

.founder-image-box:hover .founder-bg-shape{

    transform:rotate(-12deg) scale(1.03);

    transition:.4s;

}


/*=========================================
Responsive
==========================================*/

@media(max-width:991px){

.founder-section{

padding:80px 0;

}

.founder-title{

font-size:36px;

text-align:center;

}

.founder-tag{

display:table;

margin:auto auto 20px;

}

.founder-image-box{

margin-bottom:40px;

}

.founder-message{

padding:40px 30px;

}

.signature-box{

text-align:center;

}

.signature-line{

margin:auto;

}

}

@media(max-width:576px){

.founder-title{

font-size:28px;

}

.founder-message{

padding:30px 20px;

}

.founder-message::before{

display:none;

}

.quote-icon{

width:55px;

height:55px;

font-size:20px;

left:20px;

}

.founder-message p{

font-size:15px;

line-height:1.9;

}

.founder-bg-shape{

width:260px;

height:330px;

}

.experience-card{

padding:15px 20px;

}

.experience-card h3{

font-size:26px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec5c5f4 *//*=============================
Mission & Vision
=============================*/

.mission-vision-section{

    padding:100px 0;
    background:#f7f9fc;

}

.section-title{

    max-width:750px;
    margin:0 auto 60px;

}

.section-title span{

    display:inline-block;
    padding:8px 18px;
    background:#EAF4FF;
    color:#093571;
    font-weight:700;
    border-radius:30px;
    margin-bottom:18px;
    letter-spacing:1px;

}

.section-title h2{

    font-size:46px;
    font-weight:800;
    color:#222;
    margin-bottom:20px;

}

.section-title strong{

    color:#C65D1E;

}

.section-title p{

    color:#666;
    line-height:1.8;
    font-size:17px;

}

.mv-box{

    background:#fff;
    padding:45px;
    border-radius:20px;
    height:100%;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
    overflow:hidden;

}

.mv-box::before{

    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:#C65D1E;

}

.mv-box:hover{

    transform:translateY(-10px);

}

.mv-icon{

    width:80px;
    height:80px;
    background:#093571;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;

}

.mv-box h3{

    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    color:#093571;

}

.mv-box p{

    color:#666;
    line-height:1.9;
    margin-bottom:25px;

}

.mv-box ul{

    list-style:none;
    padding:0;
    margin:0;

}

.mv-box ul li{

    margin-bottom:14px;
    color:#333;
    font-weight:600;

}

.mv-box ul li::before{

    content:"✔";
    color:#C65D1E;
    margin-right:12px;
    font-weight:bold;

}

@media(max-width:991px){

.section-title h2{

font-size:36px;

}

.mv-box{

padding:35px;

}

}

@media(max-width:576px){

.mission-vision-section{

padding:70px 0;

}

.section-title h2{

font-size:28px;

}

.mv-box{

padding:28px;

}

.mv-icon{

width:65px;
height:65px;
font-size:28px;

}

.mv-box h3{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e3dd76 */.stats-counter-section{

    background:#093571;
    padding:90px 0;
    position:relative;
    overflow:hidden;

}

.stats-counter-section::before{

    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
    top:-120px;
    left:-120px;

}

.stats-counter-section::after{

    content:'';
    position:absolute;
    width:420px;
    height:420px;
    border:2px solid rgba(255,255,255,.08);
    border-radius:50%;
    bottom:-220px;
    right:-180px;

}

.counter-box{

    padding:35px 25px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    backdrop-filter:blur(8px);
    transition:.35s;
    height:100%;

}

.counter-box:hover{

    transform:translateY(-10px);
    background:#C65D1E;

}

.counter-icon{

    width:80px;
    height:80px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;

}

.counter-icon i{

    font-size:34px;
    color:#093571;

}

.counter-box h2{

    display:inline-block;
    font-size:52px;
    color:#fff;
    font-weight:800;
    margin-bottom:0;

}

.counter-box span{

    font-size:34px;
    color:#C65D1E;
    font-weight:700;

}

.counter-box h5{

    color:#fff;
    margin:18px 0 15px;
    font-size:22px;
    font-weight:700;

}

.counter-box p{

    color:rgba(255,255,255,.85);
    line-height:1.8;
    font-size:15px;
    margin:0;

}

@media(max-width:991px){

.counter-box{

margin-bottom:25px;

}

.counter-box h2{

font-size:42px;

}

}

@media(max-width:576px){

.stats-counter-section{

padding:70px 0;

}

.counter-box{

padding:30px 20px;

}

.counter-box h2{

font-size:38px;

}

.counter-box h5{

font-size:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-346410f *//*==============================
Why Choose Us
==============================*/

.why-choose-us{
    padding:20px 0;
    background:#ffffff;
}

.section-heading{
    max-width:760px;
    margin:auto;
    margin-bottom:60px;
}

.section-heading span{
    display:inline-block;
    padding:8px 22px;
    background:#eef5ff;
    color:#093571;
    border-radius:30px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.section-heading h2{
    font-size:46px;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
}

.section-heading strong{
    color:#C65D1E;
}

.section-heading p{
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.why-box{
    background:#fff;
    border-radius:18px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.why-box:hover{
    transform:translateY(-10px);
    border-color:#C65D1E;
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.why-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#093571;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.why-box:hover .why-icon{
    background:#C65D1E;
}

.why-icon i{
    color:#fff;
    font-size:34px;
}

.why-box h4{
    font-size:24px;
    font-weight:700;
    color:#093571;
    margin-bottom:15px;
}

.why-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.section-heading h2{
    font-size:36px;
}

}

@media(max-width:576px){

.why-choose-us{
    padding:70px 0;
}

.section-heading h2{
    font-size:28px;
}

.section-heading p{
    font-size:15px;
}

.why-box{
    padding:30px 20px;
}

.why-icon{
    width:65px;
    height:65px;
}

.why-icon i{
    font-size:28px;
}

.why-box h4{
    font-size:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ced73d6 *//*=========================
COMMON
==========================*/

.section-tag{

display:inline-block;

background:#FFE8D7;

color:#C65D07;

padding:8px 22px;

border-radius:50px;

font-weight:600;

margin-bottom:18px;

}

.section-title h2,
.infrastructure-section h2{

font-size:42px;

font-weight:700;

margin-bottom:20px;

color:#222;

}

.section-title p{

max-width:750px;

margin:auto;

color:#666;

}


/*=========================
WHY US
==========================*/

.why-us-section{

padding:100px 0;

background:#fafafa;

}

.strength-card{

background:#fff;

padding:40px 30px;

border-radius:20px;

text-align:center;

transition:.4s;

height:100%;

box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.strength-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.icon-box{

width:75px;

height:75px;

margin:auto;

border-radius:50%;

background:#C65D07;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#fff;

margin-bottom:25px;

}

.strength-card h4{

font-size:22px;

margin-bottom:15px;

font-weight:700;

}

.strength-card p{

color:#666;

line-height:1.8;

}


/*=========================
INFRASTRUCTURE
==========================*/

.infrastructure-section{

padding:100px 0;

background:#fff;

}

.infrastructure-section p{

font-size:17px;

line-height:1.9;

color:#666;

}

.infra-list{

padding:0;

margin-top:25px;

list-style:none;

}

.infra-list li{

margin-bottom:18px;

padding-left:35px;

position:relative;

font-weight:500;

}

.infra-list li::before{

content:"✔";

position:absolute;

left:0;

color:#C65D07;

font-size:20px;

}

.factory-gallery{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

}

.factory-gallery img{

width:100%;

height:250px;

object-fit:cover;

border-radius:20px;

transition:.4s;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.factory-gallery img:first-child{

grid-column:1/3;

height:320px;

}

.factory-gallery img:hover{

transform:scale(1.04);

}


/*=========================
Responsive
==========================*/

@media(max-width:991px){

.why-us-section,
.infrastructure-section{

padding:70px 0;

}

.section-title h2,
.infrastructure-section h2{

font-size:32px;

}

.factory-gallery{

margin-top:40px;

}

}

@media(max-width:576px){

.factory-gallery{

grid-template-columns:1fr;

}

.factory-gallery img:first-child{

grid-column:auto;

height:220px;

}

.factory-gallery img{

height:220px;

}

.section-title h2,
.infrastructure-section h2{

font-size:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2653ec *//*==============================
Global Presence
==============================*/

.global-presence{

    padding:100px 0;
    background:#093571;
    position:relative;
    overflow:hidden;

}

.global-presence::before{

    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-150px;
    right:-120px;

}

.global-presence::after{

    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border:2px solid rgba(255,255,255,.08);
    border-radius:50%;
    bottom:-250px;
    left:-180px;

}

.global-presence .section-tag{

    display:inline-block;
    padding:8px 22px;
    background:rgba(255,255,255,.1);
    border-radius:30px;
    color:#fff;
    font-weight:700;
    margin-bottom:20px;

}

.global-presence h2{

    color:#fff;
    font-size:46px;
    font-weight:800;
    margin-bottom:20px;

}

.global-presence h2 span{

    display:block;
    color:#C65D1E;

}

.global-presence p{

    color:rgba(255,255,255,.85);
    line-height:1.9;
    margin-bottom:30px;

}

.global-list{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;

}

.global-list div{

    color:#fff;
    font-weight:600;

}

.global-list i{

    color:#C65D1E;
    margin-right:10px;

}

.global-btn{

    display:inline-block;
    padding:15px 35px;
    background:#C65D1E;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;

}

.global-btn:hover{

    background:#fff;
    color:#093571;

}

.country-box{

    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    padding:35px 20px;
    text-align:center;
    transition:.35s;
    backdrop-filter:blur(8px);

}

.country-box:hover{

    background:#C65D1E;
    transform:translateY(-8px);

}

.country-box i{

    font-size:42px;
    color:#fff;
    margin-bottom:18px;

}

.country-box h4{

    font-size:38px;
    color:#fff;
    font-weight:800;
    margin-bottom:10px;

}

.country-box p{

    margin:0;
    color:#fff;
    font-weight:600;

}

@media(max-width:991px){

.global-presence{

padding:80px 0;

}

.global-presence h2{

font-size:36px;

}

.global-list{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.global-presence h2{

font-size:28px;

}

.country-box{

padding:30px 15px;

}

.country-box h4{

font-size:30px;

}

.country-box i{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f9077f */.cta-section{
    background:#f5f8fc;
}

.cta-box{
    background:linear-gradient(135deg,#032E65,#0b5ed7);
    border-radius:20px;
    padding:60px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.cta-box::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

.cta-box::after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-80px;
    left:-60px;
}

.cta-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    backdrop-filter:blur(5px);
}

.cta-box h2{
    font-size:40px;
    font-weight:700;
    line-height:1.3;
}

.cta-box p{
    color:#e8edf7;
    font-size:17px;
    margin-bottom:0;
}

.btn-call{
    background:#fff;
    color:#032E65;
    font-weight:600;
    padding:14px 30px;
    border-radius:50px;
    margin-right:10px;
    transition:.3s;
}

.btn-call:hover{
    background:#ffd54f;
    color:#000;
    transform:translateY(-4px);
}

.btn-whatsapp{
    background:#25D366;
    color:#fff;
    font-weight:600;
    padding:14px 30px;
    border-radius:50px;
    transition:.3s;
}

.btn-whatsapp:hover{
    background:#1db954;
    color:#fff;
    transform:translateY(-4px);
}

.btn i{
    margin-right:8px;
}

@media(max-width:991px){

.cta-box{
    padding:40px 25px;
}

.cta-box h2{
    font-size:30px;
}

.btn-call,
.btn-whatsapp{
    width:100%;
    margin:8px 0;
}

}/* End custom CSS */