

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

body{
    font-family: 'Poppins',sans-serif;
}

.navbar{
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    padding:18px 0;
    transition:.3s;
}

.logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    /* width: 75%; */
}

.logo img{
    width: 47%;
    margin-right: 12px;
}

.logo-text h3{
    font-size:34px;
    line-height:1;
    font-weight:800;
    color:#0d6b36;
    margin:0;
}

.logo-text span{
    display:block;
    font-size:12px;
    color:#555;
    letter-spacing:1px;
}

.navbar-nav .nav-link{
    color:#1d1d1d;
    font-weight:600;
    margin:0 10px;
    position:relative;
    transition:.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:#14833b;
}

.navbar-nav .nav-link.active::after{
    content:"";
    position:absolute;
    width:32px;
    height:3px;
    background:#0A1A4A;
    left:50%;
    transform:translateX(-50%);
    bottom:-8px;
    border-radius:30px;
}

.quote-btn{
    background:#15803d;
    color:#fff;
    border-radius:12px;
    padding:14px 28px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.quote-btn:hover{
    background:#0f6d33;
    color:#fff;
    transform:translateY(-2px);
}

.quote-btn i{
    margin-left:8px;
}

.dropdown-menu{
    border:none;
    border-radius:12px;
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.dropdown-item{
    padding:10px 20px;
}

.dropdown-item:hover{
    background:#14833b;
    color:#fff;
}

.navbar-toggler{
    border:none;
    box-shadow:none!important;
}

@media(max-width:991px){

.logo img{
    /* width:50px; */
}

.logo-text h3{
    font-size:24px;
}

.logo-text span{
    font-size:10px;
}

.navbar-nav{
    margin-top:20px;
}

.navbar-nav .nav-link.active::after{
    display:none;
}

.quote-btn{
    display:block;
    margin-top:20px;
    text-align:center;
}

}
/*


.hero-section{

padding:100px 0;
background:#fff;
position:relative;
overflow:hidden;

}
*/
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 36px 0;
    background: radial-gradient(circle at top right, rgb(255 255 255 / 22%) 0%, rgb(168 177 187 / 14%) 45%), radial-gradient(circle at bottom left, rgba(229, 185, 60, 0.08) 0%, rgba(229, 185, 60, 0) 35%), linear-gradient(135deg, #ffffff 0%, #ffffff 55%, #ffffff 100%);
}

.hero-tag{

display:inline-flex;

align-items:center;

gap:10px;

background: #3c48e515;

color:#0A1A4A;

padding:10px 22px;

border-radius:50px;

font-weight:600;

margin-bottom: 16px;
}

.hero-title{

font-size: 47px;

font-weight:800;

line-height:1.15;

color:#0A1A4A;

margin-bottom:25px;
}

.hero-title span{

display:block;

color:#E5B93C;

}

.hero-desc{

font-size: 16px;

line-height:1.8;

color: #000;

max-width:560px;

margin-bottom: 25px;
}

.hero-btns{

display:flex;

gap:20px;

margin-bottom:60px;

flex-wrap:wrap;

}

.btn-primary-custom{

background:#E5B93C;

color:#fff;

padding:16px 32px;

border-radius:10px;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.btn-primary-custom:hover{

background:#0A1A4A;

color:#fff;

}

.btn-outline-custom{

border:2px solid #D9D9D9;

padding:16px 32px;

border-radius:10px;

color:#0A1A4A;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.btn-outline-custom:hover{

background:#E5B93C;

border-color:#E5B93C;

color:#000;

}

.hero-features{

display:flex;

gap:40px;

flex-wrap:wrap;

}

.feature-box{

display:flex;

align-items:flex-start;

gap:15px;

}

.feature-box i{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

background:#E5B93C20;

color:#E5B93C;

border-radius:50%;

font-size:24px;

}

.feature-box h6{

margin:0;

font-weight:700;

color:#0A1A4A;

}

.feature-box p{

margin:4px 0 0;

font-size:15px;

color:#666;

}

.hero-image{

position:relative;

}

.hero-image img{

max-width:100%;

animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-12px);}

100%{transform:translateY(0);}

}

@media(max-width:991px){

.hero-section{

padding:70px 0;

text-align:center;

}

.hero-title{

font-size:42px;

}

.hero-desc{

margin:auto auto 30px;

}

.hero-btns{

justify-content:center;

}

.hero-features{

justify-content:center;

margin-top:40px;

}

.hero-image{

margin-top: 102px;
}

}

@media(max-width:576px){

.hero-title{

font-size:34px;

}

.hero-features{

flex-direction:column;

align-items:flex-start;

}

}


.about-section{
    padding:100px 0;
    background:#fff;
}

.about-img{
    position:relative;
}

.about-img img{
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.experience-box{
    position:absolute;
    left:-30px;
    top:40px;
    width:140px;
    height:140px;
    background:#E5B93C;
    color:#fff;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 20px 35px rgba(20,133,60,.3);
}

.experience-box h2{
    font-size:48px;
    font-weight:700;
    margin-bottom:5px;
}

.experience-box span{
    text-align:center;
    font-size:16px;
    line-height:1.5;
}

.section-tag{
    color:#E5B93C;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-title{
    font-size:48px;
    font-weight:800;
    color:#0A1A4A;
    margin:15px 0 25px;
    line-height:1.2;
}

.section-title span{
    display:block;
    color:#E5B93C;
}

.about-text{
    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:25px;
}

.about-list{
    list-style:none;
    padding:0;
    margin:0 0 35px;
}

.about-list li{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
    font-size:17px;
    color:#333;
    font-weight:500;
}

.about-list i{
    color:#E5B93C;
    font-size:20px;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#E5B93C;
    color:#fff;
    padding:15px 30px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#0A1A4A;
    color:#fff;
}

.mission-card{
    background: #0a1a4a;
    padding: 22px 30px;
    border-radius:18px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.mission-icon{
    width:70px;
    height:70px;
    background:#EAF7EF;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:25px;
}

.mission-icon i{
    font-size:34px;
    color:#E5B93C;
}

.mission-card h4{
    font-weight:700;
    margin-bottom: 4px;
    color: #ffffff;
}

.mission-card p{
    color: #FFF;
    line-height:1.8;
}

@media(max-width:991px){

.about-section{
    padding:70px 0;
}

.section-title{
    font-size:38px;
}

.experience-box{
    left:20px;
    top:20px;
    width:110px;
    height:110px;
}

.experience-box h2{
    font-size:36px;
}

.mission-card{
    margin-top:30px;
}

}

@media(max-width:576px){

.section-title{
    font-size:30px;
}

.about-list li{
    font-size:15px;
}

.experience-box{
    width:90px;
    height:90px;
}

.experience-box h2{
    font-size:28px;
}

.experience-box span{
    font-size:12px;
}

}

.services-section{
    padding:100px 0;
    background: #fffbed;
}

.section-subtitle{
    color:#E5B93C;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    display:block;
    margin-bottom:10px;
}

.section-title{
    font-size:46px;
    font-weight:800;
    color:#0A1A4A;
    margin-bottom:0;
}

.service-card{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:18px;
    padding:40px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
    border-color:#E5B93C;
}

.service-icon{
    width:85px;
    height:85px;
    margin:auto;
    border-radius:50%;
    background: #efeeee;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    transition:.3s;
}

.service-icon i{
    font-size:38px;
    color:#E5B93C;
}

.service-card:hover .service-icon{
    background:#E5B93C;
}

.service-card:hover .service-icon i{
    color:#fff;
}

.service-card h4{
    font-size: 24px;
    font-weight: 600;
    color:#0A1A4A;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

.service-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 35px;
    background:#E5B93C;
    color:#fff;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.service-btn:hover{
    background:#0A1A4A;
    color:#fff;
}

@media(max-width:991px){

.section-title{
    font-size:38px;
}

.services-section{
    padding:70px 0;
}

}

@media(max-width:576px){

.section-title{
    font-size:30px;
}

.service-card{
    padding:30px 20px;
}

.service-card h4{
    font-size:22px;
}

}



.why-us-section{
    background:#fff;
}

.section-tag{
    color: #e5b93c;
    font-weight:700;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-title{
    font-size: 35px;
    font-weight: 600;
    line-height:1.2;
    margin:15px 0;
    color:#111;
}

.section-title span{
    color:#0A1A4A;
}

.section-desc{
    color:#666;
    font-size:17px;
    line-height:1.8;
    margin-bottom:30px;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
    font-size:17px;
    color:#333;
    font-weight:500;
}

.feature-list i{
    color:#0A1A4A;
    font-size:18px;
}

.image-box{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.image-box img{
    width:100%;
    display:block;
}

.stat-card{
    background:#fff;
    border-radius:18px;
    padding:30px 20px;
    height:100%;
    text-align:left;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s;
    border:1px solid #f3f3f3;
}

.stat-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.stat-card i{
    font-size:34px;
    color:#0A1A4A;
    margin-bottom:18px;
}

.stat-card h3{
    font-size: 30px;
    color:#0A1A4A;
    font-weight: 600;
    margin-bottom: 0px;
}

.stat-card p{
    color:#666;
    margin:0;
    font-size:15px;
}

@media(max-width:991px){

.section-title{
    font-size:36px;
}

.image-box{
    margin:20px 0;
}

.stat-card{
    text-align:center;
}

}

@media(max-width:576px){

.section-title{
    font-size:30px;
}

.feature-list li{
    font-size:15px;
}

.stat-card{
    padding:22px 15px;
}

.stat-card h3{
    font-size:28px;
}

}

.industry-section{
    background:#fff;
}

.industry-tag{
    display:block;
    color:#0A1A4A;
    font-weight:700;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:8px;
}

.industry-title{
    font-size: 37px;
    font-weight: 600;
    color:#111;
    margin:0;
}

.industry-card{
    background:#fff;
    border:1px solid #edf0f2;
    border-radius:18px;
    padding:35px 20px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.industry-card:hover{
    transform:translateY(-8px);
    border-color:#0A1A4A;
    box-shadow:0 20px 40px rgba(0,0,0,.10);
}

.industry-card i{
    font-size:42px;
    color:#0A1A4A;
    margin-bottom:20px;
}

.industry-card h6{
    font-size: 16px;
    font-weight: normal;
    color:#222;
    line-height:1.4;
    margin:0;
}

@media (min-width:992px){

    .row > .col-lg{
        flex:0 0 12.5%;
        max-width:12.5%;
    }

}

@media(max-width:991px){

    .industry-title{
        font-size:34px;
    }

}

@media(max-width:576px){

    .industry-title{
        font-size:28px;
    }

    .industry-card{
        padding:25px 15px;
    }

    .industry-card i{
        font-size:34px;
    }

    .industry-card h6{
        font-size:14px;
    }

}

.work-process{

background: linear-gradient(90deg, #0a1a4a, #040c22);

color:#fff;

position:relative;

overflow:hidden;
}

.process-tag{

color: #d1cc0a;

font-size:14px;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;
}

.process-title{

font-size: 37px;

font-weight: 500;

margin-top:10px;

text-transform: uppercase;
}

.process-wrapper{

    position:relative;
    margin-top:70px;

}

.timeline-line{

    position:absolute;
    left:6%;
    right:6%;
    top:40px;
    height:3px;

    background:repeating-linear-gradient(
        to right,
        #8eb43c 0,
        #8eb43c 8px,
        transparent 8px,
        transparent 16px
    );

}

.process-item{

    text-align:center;
    position:relative;
    z-index:2;

}

.process-icon{

    width:82px;
    height:82px;
    margin:auto;
    border-radius:50%;
    background:#fff;
    color:#0A1A4A;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;

    box-shadow:0 15px 30px rgba(0,0,0,.25);

    transition:.35s;

}

.process-item:hover .process-icon{

    transform:translateY(-8px) rotate(8deg);

}

.number{

display:block;

margin-top: 11px;

font-size: 26px;

font-weight: 600;

color:#f7e7a0;
}

.process-item h5{

font-size: 20px;

font-weight: 500;

margin:5px 0 12px;
}

.process-item p{

    color:#e4e4e4;
    line-height:1.7;
    max-width:180px;
    margin:auto;

}

@media(max-width:991px){

.timeline-line{

display:none;

}

.process-title{

font-size:36px;

}

.process-item{

margin-bottom:20px;

}

}

@media(max-width:576px){

.process-title{

font-size:30px;

}

.process-icon{

width:70px;
height:70px;
font-size:28px;

}

.number{

font-size:28px;

}

.process-item h5{

font-size:22px;

}

.process-item p{

font-size:14px;

}

}



.cargo-cta{
    background:#fff;
}

.cta-wrapper{

    border:1px solid #edf0f3;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.cta-box{

    background:#f8faf9;
    padding:55px;

}

.cta-box h2{

font-size: 36px;

font-weight: 600;

color:#111;

margin-bottom:18px;
}

.cta-box p{

    color:#555;
    line-height:1.8;
    margin-bottom:30px;

}

.cta-btn{

    display:inline-flex;
    align-items:center;
    gap:12px;

    background:#0A1A4A;
    color:#fff;
    text-decoration:none;

    padding:16px 34px;

    border-radius:10px;
    font-weight:700;

    transition:.35s;

}

.cta-btn:hover{

    background:#146c43;
    color:#fff;
    transform:translateY(-3px);

}

.contact-box{

    display:flex;
    align-items:flex-start;
    gap:18px;

    height:100%;

    padding:55px 30px;

    border-right:1px solid #edf0f3;

}

.contact-box .icon{

    width:60px;
    height:60px;

    border-radius:50%;
    background:#eef8f2;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#0A1A4A;
    font-size:26px;

    flex-shrink:0;

}

.contact-box small{

    display:block;
    color:#666;
    font-size:14px;
    margin-bottom:8px;

}

.contact-box h6{

font-size: 16px;

line-height:1.6;

margin:0;

font-weight: normal;

color:#222;
}

@media(max-width:991px){

.cta-box{

padding:40px 30px;

}

.cta-box h2{

font-size:34px;

}

.contact-box{

padding:35px 25px;
border-right:none;
border-top:1px solid #edf0f3;

}

}

@media(max-width:576px){

.cta-box h2{

font-size:28px;

}

.cta-btn{

width:100%;
justify-content:center;

}

.contact-box{

flex-direction:column;
text-align:center;
align-items:center;

}

.contact-box h6{

font-size:17px;

}

}

.footer-section{

background: #0a1a4a;

color:#fff;

padding:70px 0 0;
}

.footer-logo img{

    max-width:240px;
    margin-bottom:20px;

}

.footer-text{

    color:#d5d5d5;
    line-height:1.8;
    font-size:15px;
    margin-bottom:25px;

}

.footer-section h5{

    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;

}

.footer-section ul{

    list-style:none;
    padding:0;
    margin:0;

}

.footer-section ul li{

    margin-bottom:14px;

}

.footer-section ul li a{

    color:#d5d5d5;
    text-decoration:none;
    transition:.3s;

}

.footer-section ul li a:hover{

    color:#8fd44b;
    padding-left:6px;

}

.social-links{

    display:flex;
    gap:14px;

}

.social-links a{

    width:42px;
    height:42px;

    border:1px solid rgba(255,255,255,.2);

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;

    transition:.3s;

}

.social-links a:hover{

    background:#0A1A4A;
    border-color:#0A1A4A;
    transform:translateY(-4px);

}

.newsletter-form{

    display:flex;
    border:1px solid rgba(255,255,255,.2);
    border-radius:10px;
    overflow:hidden;
    margin-top:20px;

}

.newsletter-form input{

    width:100%;
    border:none;
    background:transparent;
    color:#fff;
    padding:15px;

    outline:none;

}

.newsletter-form input::placeholder{

    color:#bdbdbd;

}

.newsletter-form button{

    width:60px;
    border:none;
    background:#0A1A4A;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    transition:.3s;

}

.newsletter-form button:hover{

    background:#20a363;

}

.footer-bottom{

    margin-top:60px;
    padding:22px 0;
    border-top:1px solid rgba(255,255,255,.12);

    color:#d5d5d5;
    font-size:15px;

}

@media(max-width:991px){

.footer-section{

text-align:center;

}

.social-links{

justify-content:center;

}

.newsletter-form{

max-width:400px;
margin:20px auto 0;

}

}

@media(max-width:576px){

.footer-section{

padding-top:50px;

}

.footer-section h5{

margin-top:15px;

}

.footer-logo img{

max-width:180px;

}

.footer-bottom{

font-size:14px;

}

}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}



/* Mobile */
@media only screen and (max-width: 767px) {

    .logo{
        width: 83% !important;
        display:flex;
        /* align-items:center; */
        /* justify-content:center; */
    }

    .logo img{
        width:180px;
        max-width:100%;
        height:auto;
    }

}



.inner-page-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.inner-page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* Overlay Color */
    z-index: 1;
}

.inner-page-header .container {
    position: relative;
    z-index: 2;
}

.inner-page-title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/* ===============================
   ABOUT PAGE
=================================*/

.inner-page-content{
    position: relative;
    background: #fff;
}

.inner-page-content .sub-title{
    color:#d9a41c;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.inner-page-content .section-title{
    font-size:48px;
    font-weight:700;
    color:#0d2454;
    line-height:1.2;
    margin-bottom:25px;
}

.inner-page-content .section-title span{
    display:block;
    color:#0d2454;
}

.inner-page-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
}

/* Image */

.inner-page-content .about-img-wrap{
    position:relative;
}

.inner-page-content .about-img-wrap img{
    width:100%;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

/* Experience */

.inner-page-content .experience-box{
    position:absolute;
    top:40px;
    left:-30px;
    width:140px;
    height:140px;
    border-radius:20px;
    background:#f3bc2b;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.inner-page-content .experience-box h2{
    font-size:52px;
    margin:0;
    font-weight:700;
}

.inner-page-content .experience-box p{
    margin:0;
    color:#fff;
    text-align:center;
    line-height:1.4;
}

/* List */

.inner-page-content .about-list{
    list-style:none;
    padding:0;
    margin:0;
}

.inner-page-content .about-list li{
    margin-bottom:18px;
    font-size:18px;
    font-weight:600;
    color:#222;
}

.inner-page-content .about-list i{
    color:#f3bc2b;
    margin-right:10px;
}

/* Button */

.inner-page-content .btn-warning{
    background:#f3bc2b;
    border:none;
    color:#fff;
    font-weight:600;
    transition:.3s;
}

.inner-page-content .btn-warning:hover{
    background:#0d2454;
    color:#fff;
}

/* Counter */

.inner-page-content .counter-box{
    background:#fff;
    padding:35px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.inner-page-content .counter-box:hover{
    transform:translateY(-8px);
}

.inner-page-content .counter-box h3{
    font-size:42px;
    color:#0d2454;
    font-weight:700;
    margin-bottom:10px;
}

.inner-page-content .counter-box p{
    margin:0;
    color:#666;
}

/* Mission Vision */

.inner-page-content .mission-box,
.inner-page-content .vision-box{
    border-radius:20px;
    padding:40px;
    height:100%;
}

.inner-page-content .mission-box{
    background:#0d2454;
    color:#fff;
}

.inner-page-content .vision-box{
    background:#f8f9fa;
    border:1px solid #eee;
}

.inner-page-content .mission-box h3,
.inner-page-content .vision-box h3{
    margin:20px 0 15px;
    font-size:30px;
    font-weight:700;
}

.inner-page-content .mission-box p{
    color:#fff;
}

.inner-page-content .vision-box p{
    color:#666;
}

.inner-page-content .icon{
    width:75px;
    height:75px;
    background:#f3bc2b;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
}

/* Responsive */

@media(max-width:991px){

.inner-page-content .section-title{
    font-size:38px;
}

.inner-page-content .experience-box{
    position:relative;
    left:0;
    top:-40px;
    margin:auto;
}

.inner-page-content .counter-box{
    margin-bottom:20px;
}

}

@media(max-width:767px){

.inner-page-content{
    padding:60px 0;
}

.inner-page-content .section-title{
    font-size:30px;
}

.inner-page-content p{
    font-size:15px;
}

.inner-page-content .experience-box{
    width:110px;
    height:110px;
}

.inner-page-content .experience-box h2{
    font-size:36px;
}

.inner-page-content .counter-box{
    padding:25px;
}

.inner-page-content .counter-box h3{
    font-size:32px;
}

.inner-page-content .mission-box,
.inner-page-content .vision-box{
    padding:30px;
}

.inner-page-content .mission-box h3,
.inner-page-content .vision-box h3{
    font-size:24px;
}

}


.inner-page-content .contact-info-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    height:100%;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s;
}

.inner-page-content .contact-info-card:hover{
    background:#0b1d51;
    transform:translateY(-8px);
}

.inner-page-content .contact-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#f3bc2b;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    transition:.35s;
}

.inner-page-content .contact-info-card h4{
    font-size:22px;
    font-weight:700;
    color:#0b1d51;
    margin-bottom:12px;
    transition:.35s;
}

.inner-page-content .contact-info-card a,
.inner-page-content .contact-info-card p{
    color:#666;
    text-decoration:none;
    line-height:1.8;
    margin:0;
    transition:.35s;
}

.inner-page-content .contact-info-card:hover h4,
.inner-page-content .contact-info-card:hover a,
.inner-page-content .contact-info-card:hover p{
    color:#fff;
}

.inner-page-content .contact-info-card:hover .contact-icon{
    background:#fff;
    color:#f3bc2b;
}

@media (max-width:767px){

.inner-page-content .contact-info-card{
    padding:30px 20px;
}

.inner-page-content .contact-icon{
    width:60px;
    height:60px;
    font-size:24px;
}

.inner-page-content .contact-info-card h4{
    font-size:20px;
}

}