/*==============================
    INDIA TRADE SHOW - ABOUT
===============================*/

.its-about-section {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 90px 0;
}

.its-about-section:before {
    content: "";
    position: absolute;
    left: -180px;
    top: -120px;
    width: 420px;
    height: 420px;
    background: rgba(245, 137, 31, .05);
    border-radius: 50%;
}

.its-about-section:after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -180px;
    width: 380px;
    height: 380px;
    background: #0B2C5F;
    opacity: .03;
    border-radius: 50%;
}

/* Subtitle */

.its-about-subtitle {

    display: inline-block;
    padding: 10px 22px;
    background: #FFF4EA;
    color: #F58A1F;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 18px;
    font-size: 15px;
}

.its-about-subtitle i {
    margin-right: 8px;
}

/* Title */

.its-about-title {

    font-size: 46px;
    font-weight: 800;
    color: #0B2C5F;
    /* margin-bottom:18px; */
    margin-bottom: 10px;
    line-height: 1.2;
}

.its-about-title-sub {

    font-size: 28px;
    font-weight: 700;
    color: #0B2C5F;
    margin-bottom: 10px;
    line-height: 1.2;
}

.its-about-title span {
    color: #F58A1F;
}

/* Heading */

.its-about-heading {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Paragraph */

.its-about-section p {

    color: #000000;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}

/* Button */

.its-about-btn {

    display: inline-flex;
    align-items: center;
    padding: 15px 34px;
    background: #0B2C5F;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: .4s;
    box-shadow: 0 12px 30px rgba(11, 44, 95, .20);
}

.its-about-btn:hover {

    background: #F58A1F;
    color: #fff;
    text-decoration: none;
    transform: translateY(-4px);
}

/* Image */

.its-about-image {

    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.its-about-image img {

    width: 100%;
    transition: .5s;
}

.its-about-image:hover img {

    transform: scale(1.05);
}

/* Badge */

.its-about-badge {

    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 700;
    color: #0B2C5F;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.its-about-badge i {

    color: #F58A1F;
    margin-right: 8px;
}

/* Responsive */

@media(max-width:991px) {

    .its-about-title {

        font-size: 34px;

    }

    .its-about-heading {

        font-size: 20px;

    }

}

@media(max-width:576px) {

    .its-about-section {

        padding: 60px 0;

    }

    .its-about-title {

        font-size: 28px;

    }

    .its-about-btn {

        width: 100%;
        justify-content: center;

    }

    .its-about-badge {

        left: 15px;
        right: 15px;
        bottom: 15px;
        text-align: center;

    }

}

/*=========================================
        Focus Industry Sectors
=========================================*/

.its-sector-section {
    /* background:#f7f9fc; */
    background: url(../images/bg/bg1it.jpg) no-repeat center center;
    background-size: cover;
}

.its-sector-subtitle {
    display: inline-block;
    padding: 8px 20px;
    background: #FFF4EA;
    color: #f58220;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.its-sector-title {
    font-size: 42px;
    font-weight: 800;
    color: #0c2d62;
    margin-bottom: 10px;
}

.its-sector-text {
    color: #000000;
    font-size: 17px;
    max-width: 650px;
    margin: auto;
}

.its-sector-card {

    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .4s;
}

.its-sector-card img {

    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .6s;
}

.its-sector-overlay {

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(7, 29, 69, .95), rgb(7 29 69 / 30%));
    transition: .4s;
}

.its-sector-overlay h5 {

    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.its-sector-card:hover {

    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .18);
}

.its-sector-card:hover img {

    transform: scale(1.12);
}

@media(max-width:767px) {

    .its-sector-card img {

        height: 170px;

    }

    .its-sector-title {

        font-size: 32px;

    }

    .its-sector-overlay h5 {

        font-size: 15px;
        line-height: 22px;

    }

}


/*====================================
        OBJECTIVE SECTION
====================================*/

.its-objective-section {
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

.its-objective-section:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(243, 122, 32, .05);
    border-radius: 50%;
    top: -220px;
    left: -180px;
}

.its-objective-section:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(10, 44, 95, .04);
    border-radius: 50%;
    right: -150px;
    bottom: -150px;
}

.its-objective-subtitle {

    display: inline-block;
    background: #fff3e8;
    color: #f37a20;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.its-objective-title {

    font-size: 46px;
    font-weight: 800;
    color: #0c2d62;
    margin-bottom: 18px;
}

.its-objective-divider {

    width: 90px;
    height: 4px;
    background: #f37a20;
    margin: 0 auto 45px;
    border-radius: 30px;
}

.its-objective-card {

    background: #ffffff;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    position: relative;
    border-top: 5px solid #f37a20;
}

.its-objective-card p {

    margin: 0;
    color: #000000;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
}

.its-objective-feature {

    /* background:#ffffff; */
    background: url(../images/bg/bg1it.jpg) no-repeat center center;
    background-size: cover;
    padding: 35px 20px;
    text-align: center;
    border-radius: 18px;
    transition: .4s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    height: 100%;
}

.its-objective-feature:hover {

    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(12, 45, 98, .15);
}

.its-objective-icon {

    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #0c2d62;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.its-objective-feature h5 {

    color: #0c2d62;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.its-objective-highlight {

    background: linear-gradient(135deg, #0c2d62, #163f82);
    color: #fff;
    padding: 45px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(12, 45, 98, .20);
}

.its-objective-highlight:before {

    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    right: -60px;
    top: -60px;
}

.its-objective-highlight i {

    font-size: 42px;
    color: #f37a20;
    margin-bottom: 20px;
    display: block;
}

.its-objective-highlight p {

    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}

@media(max-width:991px) {

    .its-objective-title {

        font-size: 36px;
    }

    .its-objective-card {

        padding: 30px;
    }

}

@media(max-width:767px) {

    .its-objective-title {

        font-size: 30px;
    }

    .its-objective-highlight {

        padding: 30px 20px;
    }

    .its-objective-highlight p {

        font-size: 18px;
        line-height: 30px;
    }

    .its-objective-card p {

        text-align: left;
    }

}

.bg-dark-kenya {
    background: url(../images/bg/kenya-bg.png) !important;
    background-size: cover !important;
}

.bg-light-its {
    background: url(../images/bg/bg1it.jpg) !important;
    background-size: cover !important;
}

/*==================================
      KEY BENEFITS SECTION
==================================*/

.its-benefit-section {
    /* background:#f8f9fc; */
}

.its-benefit-subtitle {
    display: inline-block;
    padding: 8px 22px;
    background: #fff3e8;
    color: #f58220;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.its-benefit-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5f;
    margin-bottom: 15px;
}

.its-benefit-desc {
    color: #000000;
    font-size: 17px;
    max-width: 650px;
    margin: auto;
}

.its-benefit-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.its-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(11, 44, 95, .18);
}

.its-benefit-number {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 42px;
    font-weight: 800;
    color: rgba(11, 44, 95, .08);
    line-height: 1;
}

.its-benefit-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b2c5f, #1d4d93);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    transition: .35s;
}

.its-benefit-card:hover .its-benefit-icon {
    background: linear-gradient(135deg, #f58220, #ff9d3d);
    transform: rotate(8deg) scale(1.08);
}

.its-benefit-card p {
    text-align: center;
    margin: 0;
    color: #000000;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
}

@media(max-width:991px) {

    .its-benefit-title {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .its-benefit-title {
        font-size: 28px;
    }

    .its-benefit-card {
        padding: 30px 20px;
    }

}

/*====================================
        BENTO GRID SECTION
====================================*/

.its-bento-section {
    /* background:#071b3a; */
    position: relative;
    overflow: hidden;
}

.its-bento-section:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(245, 130, 32, .08);
    border-radius: 50%;
    top: -250px;
    left: -220px;
}

.its-bento-subtitle {

    display: inline-block;
    padding: 8px 22px;
    border-radius: 30px;
    background: rgba(245, 130, 32, .15);
    color: #f58220;
    font-weight: 600;
    margin-bottom: 20px;

}

.its-bento-title {

    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;

}

.its-bento-text {
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255);
    line-height: 34px;

}

/*========================*/

.its-bento-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-auto-rows: 180px;

    gap: 20px;

}

.its-bento-item {

    background: rgb(255, 255, 255);

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 22px;

    padding: 30px;

    transition: .35s;

    backdrop-filter: blur(12px);

    position: relative;

    overflow: hidden;

}

.its-bento-item:before {

    content: '';

    position: absolute;

    width: 140px;

    height: 140px;

    background: rgba(245, 130, 32, .08);

    border-radius: 50%;

    right: -40px;

    top: -40px;

}

.its-bento-item:hover {

    transform: translateY(-10px);

    border-color: #f58220;

    /* background:#0d2b61; */

}

.its-bento-item i {

    font-size: 42px;

    color: #f58220;

    margin-bottom: 20px;

    display: block;

}

.its-bento-item h4,
.its-bento-item h5 {

    color: #443f3f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;

}

.its-bento-item p {

    color: rgba(0, 0, 0, 0.75);

    margin-top: 15px;

    line-height: 28px;

}

.its-bento-large {

    grid-column: span 2;

    grid-row: span 2;

}

.its-bento-wide {

    grid-column: span 2;

}

/*========================*/

@media(max-width:991px) {

    .its-bento-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .its-bento-large,
    .its-bento-wide {

        grid-column: span 2;

    }

}

@media(max-width:767px) {

    .its-bento-grid {

        display: block;

    }

    .its-bento-item {

        margin-bottom: 20px;

    }

    .its-bento-title {

        font-size: 30px;

    }

}

/*======================================
        EVENT HIGHLIGHTS
=======================================*/

.its-highlight-section {

    background: #071d45;
    padding: 90px 0;
    position: relative;
    overflow: hidden;

}

.its-highlight-section:before {

    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    top: -180px;
    left: -180px;

}

.its-highlight-section:after {

    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(245, 130, 32, .05);
    border-radius: 50%;
    right: -120px;
    bottom: -120px;

}

.its-highlight-item {

    text-align: center;
    position: relative;
    padding: 20px;

}

.its-highlight-center {

    border-left: 1px solid rgba(255, 255, 255, .12);
    border-right: 1px solid rgba(255, 255, 255, .12);

}

.its-highlight-item h2 {

    font-size: 70px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: -2px;

}

.its-highlight-item h2 span {

    color: #f58220;

}

.its-highlight-line {

    width: 70px;
    height: 4px;
    background: #f58220;
    margin: 0 auto 25px;
    border-radius: 50px;
    transition: .4s;

}

.its-highlight-item:hover .its-highlight-line {

    width: 130px;

}

.its-highlight-item h5 {

    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;

}

.its-highlight-item:hover h2 {

    color: #f58220;
    transition: .4s;

}

.its-highlight-item:hover h2 span {

    color: #ffffff;

}

@media(max-width:991px) {

    .its-highlight-item h2 {

        font-size: 50px;

    }

    .its-highlight-item h5 {

        font-size: 18px;

    }

}

@media(max-width:767px) {

    .its-highlight-section {

        padding: 60px 0;

    }

    .its-highlight-center {

        border: none;

    }

    .its-highlight-item {

        margin-bottom: 40px;

    }

    .its-highlight-item h2 {

        font-size: 48px;

    }

    .its-highlight-item h5 {

        font-size: 18px;
        line-height: 28px;

    }

}

/*=========================================
        WHY KENYA
==========================================*/

.its-kenya-env-section {

    background: #f8fafc;

    position: relative;

}

.its-kenya-env-image {

    position: relative;

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);

}

.its-kenya-env-image img {

    width: 100%;

    transition: .5s;

}

.its-kenya-env-image:hover img {

    transform: scale(1.05);

}

.its-kenya-env-badge {

    position: absolute;

    left: 20px;

    bottom: 20px;

    background: #0b2c5f;

    color: #fff;

    padding: 12px 20px;

    border-radius: 50px;

    font-weight: 600;

}

.its-kenya-env-badge i {

    color: #f58220;

    margin-right: 8px;

}

.its-kenya-env-content {

    background: #fff;

    padding: 45px;

    border-radius: 22px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

.its-kenya-env-subtitle {

    display: inline-block;

    background: #fff3e8;

    color: #f58220;

    padding: 8px 18px;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 15px;

}

.its-kenya-env-content h2 {

    font-size: 42px;

    font-weight: 800;

    color: #0b2c5f;

    margin-bottom: 8px;

}

.its-kenya-env-content h5 {

    color: #f58220;

    font-weight: 700;

    margin-bottom: 20px;

}

.its-kenya-env-content p {

    color: #000000;
    font-size: 17px;

    line-height: 32px;

    margin-bottom: 30px;

}

.its-kenya-feature {

    background: #f8fafc;

    border-left: 4px solid #f58220;

    padding: 14px 18px;

    margin-bottom: 15px;

    border-radius: 10px;

    font-weight: 500;

    transition: .3s;

}

.its-kenya-feature:hover {

    transform: translateX(8px);

    background: #fff;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

}

.its-kenya-feature i {

    color: #f58220;

    margin-right: 10px;

}

.its-kenya-highlight {

    margin-top: 25px;

    background: #0b2c5f;

    color: #fff;

    padding: 22px;

    border-radius: 14px;

    line-height: 30px;

    border-left: 5px solid #f58220;

}

@media(max-width:991px) {

    .its-kenya-env-content {

        margin-top: 30px;

    }

}

@media(max-width:767px) {

    .its-kenya-env-content {

        padding: 30px 22px;

    }

    .its-kenya-env-content h2 {

        font-size: 30px;

    }

}

.why-kenya {
    position: relative;
    overflow: hidden;
}

.why-kenya .sec-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
}

.why-kenya .text-theme {
    color: #F05206;
}

.kenya-flag {
    width: 50px;
    margin-right: 10px;
    vertical-align: middle;
}

.section-subtitle {
    max-width: 760px;
    margin: auto;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
}

.kenya-image {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.kenya-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: .5s;
}

.kenya-image:hover img {
    transform: scale(1.05);
}

.about-text {
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 10px;
}

.kenya-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.kenya-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.kenya-list li span {
    width: 30px;
    height: 30px;
    background: #F05206;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(13, 130, 77, .25);
    transition: .3s;
}

.kenya-list li:hover span {
    transform: rotate(10deg) scale(1.08);
    background: #F05206;
}

@media (max-width:991px) {

    .why-kenya .sec-title {
        font-size: 34px;
    }

    .about-text,
    .kenya-list li {
        font-size: 16px;
    }

    .kenya-image {
        margin-bottom: 10px;
    }

}

@media (max-width:576px) {

    .why-kenya .sec-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .kenya-list li {
        gap: 14px;
    }

    .kenya-list li span {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

}

/*=========================================
        ABOUT PAGE
=========================================*/

.its-aboutpage-section {
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.its-aboutpage-left {
    position: sticky;
    top: 100px;
}

.its-aboutpage-subtitle {

    display: inline-block;
    padding: 8px 20px;
    background: #fff3e8;
    color: #f58220;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 18px;

}

.its-aboutpage-left h2 {

    font-size: 40px;
    font-weight: 800;
    color: #0b2c5f;
    margin-bottom: 15px;

}

.its-aboutpage-left h2 span {

    color: #f58220;

}

.its-aboutpage-line {

    width: 80px;
    height: 4px;
    background: #f58220;
    border-radius: 30px;
    margin-bottom: 20px;

}

.its-aboutpage-left h5 {

    color: #0b2c5f;
    font-weight: 700;
    margin-bottom: 15px;

}

.its-aboutpage-tagline {

    color: #000000;
    line-height: 30px;
    font-size: 18px;

}

.its-aboutpage-badge {

    display: inline-flex;
    align-items: center;
    background: #0b2c5f;
    color: #fff;
    padding: 14px 22px;
    border-radius: 50px;
    margin-top: 20px;
    font-weight: 600;

}

.its-aboutpage-badge i {

    color: #f58220;
    margin-right: 10px;

}

.its-aboutpage-content {

    background: #fff;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);

}

.its-aboutpage-content p {

    color: #000000;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 0;

}

.its-aboutpage-content hr {

    margin: 10px 0;
    border-top: 1px solid #ececec;

}

.its-aboutpage-first:first-letter {

    float: left;
    font-size: 68px;
    line-height: 58px;
    font-weight: 800;
    color: #f58220;
    margin-right: 10px;

}

.its-aboutpage-highlight {

    display: flex;
    align-items: flex-start;
    background: #0b2c5f;
    color: #fff;
    padding: 30px;
    border-radius: 18px;
    margin-top: 35px;
    border-left: 5px solid #f58220;

}

.its-aboutpage-highlight i {

    font-size: 34px;
    color: #f58220;
    margin-right: 18px;

}

.its-aboutpage-highlight p {

    color: #fff;
    font-size: 20px;
    margin: 0;

}

@media(max-width:991px) {

    .its-aboutpage-left {

        position: relative;
        top: 0;
        margin-bottom: 30px;

    }

    .its-aboutpage-left h2 {

        font-size: 38px;

    }

}

@media(max-width:767px) {

    .its-aboutpage-content {

        padding: 30px 22px;

    }

    .its-aboutpage-left h2 {

        font-size: 30px;

    }

    .its-aboutpage-first:first-letter {

        font-size: 48px;
        line-height: 42px;

    }

}

/*=====================================
        WHY INDIA TRADE SHOW
======================================*/

.its-why-section {
    /* background:#f8fafc; */
}

.its-why-subtitle {
    display: inline-block;
    background: #fff3e8;
    color: #f58220;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.its-why-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5f;
    margin-bottom: 20px;
}

.its-why-desc {
    color: #000000;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    max-width: 800px;
    margin: auto;
}

.its-why-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 22px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #edf0f5;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.its-why-card:hover {
    transform: translateY(-8px);
    border-color: #f58220;
    box-shadow: 0 18px 40px rgba(11, 44, 95, .12);
}

.its-why-card i {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: #0b2c5f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 18px;
}

.its-why-card span {
    color: #000000;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

.its-why-footer {
    margin-top: 40px;
    background: linear-gradient(135deg, #0b2c5f, #163f82);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.its-why-footer i {
    font-size: 48px;
    color: #f58220;
}

.its-why-footer h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

@media(max-width:991px) {

    .its-why-title {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .its-why-title {
        font-size: 28px;
    }

    .its-why-card {
        padding: 18px;
    }

    .its-why-card span {
        font-size: 16px;
        line-height: 26px;
    }

    .its-why-footer {
        text-align: center;
    }

    .its-why-footer i {
        margin-bottom: 15px;
    }

}

/*=========================================
        WHY PARTICIPATE
==========================================*/

.its-participate-section {
    background: #f8fafc;
    border-radius: 20px;
}

.its-participate-left {
    background: #ffffff;
    height: 100%;
    padding: 60px 45px;
}

.its-participate-subtitle {
    display: inline-block;
    background: #fff3e8;
    color: #f58220;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.its-participate-left h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5f;
    margin-bottom: 20px;
}

.its-participate-left p {
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 30px;
}

.its-participate-border {
    width: 70px;
    height: 4px;
    background: #f58220;
    border-radius: 50px;
    margin-bottom: 20px;
}

.its-participate-left h5 {
    color: #0b2c5f;
    font-weight: 700;
    margin: 0;
}

.its-participate-right {
    background: #0b2c5f;
    color: #fff;
    height: 100%;
    padding: 60px 45px;
}

.its-participate-right h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;

}

.its-participate-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    transition: .3s;
}

.its-participate-item span {
    min-width: 42px;
    height: 42px;
    background: #f58220;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
    font-size: 15px;
}

.its-participate-item:hover {
    transform: translateX(8px);
}

@media(max-width:991px) {

    .its-participate-left,
    .its-participate-right {
        padding: 40px 30px;
    }

}

@media(max-width:767px) {

    .its-participate-left h2 {
        font-size: 30px;
    }

    .its-participate-right h3 {
        font-size: 24px;
    }

}

/*=========================================
        EXHIBITOR PROFILE
==========================================*/

.its-exhibitor-section {
    background: #f8fafc;
}

.its-exhibitor-left {
    position: sticky;
    top: 100px;
}

.its-exhibitor-subtitle {
    display: inline-block;
    padding: 8px 20px;
    background: #fff3e8;
    color: #f58220;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}

.its-exhibitor-left h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5f;
    margin-bottom: 15px;
}

.its-exhibitor-line {
    width: 70px;
    height: 4px;
    background: #f58220;
    border-radius: 30px;
    margin-bottom: 25px;
}

.its-exhibitor-left p {
    color: #000000;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.its-exhibitor-badge {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    background: #0b2c5f;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
}

.its-exhibitor-badge i {
    color: #f58220;
    margin-right: 10px;
    font-size: 20px;
}

.its-exhibitor-item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid #e8edf3;
    height: 100%;
    transition: .35s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    font-size: 15px;
    line-height: 26px;
    color: #444;
}

.its-exhibitor-item:hover {
    transform: translateY(-6px);
    border-color: #f58220;
    box-shadow: 0 15px 35px rgba(11, 44, 95, .12);
}

.its-exhibitor-item i {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: #0b2c5f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
    transition: .3s;
}

.its-exhibitor-item:hover i {
    background: #f58220;
}

@media(max-width:991px) {

    .its-exhibitor-left {
        position: relative;
        top: 0;
        margin-bottom: 35px;
    }

}

@media(max-width:767px) {

    .its-exhibitor-left h2 {
        font-size: 30px;
    }

    .its-exhibitor-item {
        padding: 16px;
        font-size: 14px;
        line-height: 24px;
    }

}

/*=========================================
        EXHIBITOR PROFILE BANDS
=========================================*/

.its-exhibitor-band-section {
    background: #f7f9fc;
}

.its-exhibitor-band-subtitle {
    display: inline-block;
    padding: 8px 20px;
    background: #fff3e8;
    color: #f58220;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.its-exhibitor-band-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5f;
}

.its-exhibitor-band-line {
    width: 80px;
    height: 4px;
    background: #f58220;
    margin: 18px auto 0;
    border-radius: 30px;
}

.its-exhibitor-band-list {
    margin-top: 50px;
}

.its-exhibitor-band-item {

    display: flex;

    align-items: center;

    background: #fff;

    margin-bottom: 15px;

    border-radius: 14px;

    overflow: hidden;

    transition: .35s;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);

    border-left: 5px solid transparent;

}

.its-exhibitor-band-item:nth-child(even) {
    background: #fbfcfe;
}

.its-exhibitor-band-item:hover {

    transform: translateX(10px);

    border-left-color: #f58220;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);

}

.its-exhibitor-band-icon {

    width: 90px;

    min-width: 90px;

    align-self: stretch;

    background: #0b2c5f;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 28px;

    transition: .35s;

}

.its-exhibitor-band-item:hover .its-exhibitor-band-icon {

    background: #f58220;

}

.its-exhibitor-band-text {

    flex: 1;

    padding: 22px 25px;

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 500;

}

.its-exhibitor-band-arrow {

    width: 70px;

    min-width: 70px;

    text-align: center;

    color: #c5c5c5;

    font-size: 22px;

    transition: .35s;

}

.its-exhibitor-band-item:hover .its-exhibitor-band-arrow {

    color: #f58220;

    transform: translateX(5px);

}

@media(max-width:767px) {

    .its-exhibitor-band-title {

        font-size: 30px;

    }

    .its-exhibitor-band-icon {

        width: 65px;

        min-width: 65px;

        font-size: 22px;

    }

    .its-exhibitor-band-text {

        padding: 18px;

        font-size: 15px;

        line-height: 26px;

    }

    .its-exhibitor-band-arrow {

        display: none;

    }

}

/*=========================================
        WHY ATTEND LIST
=========================================*/

.its-attend-list-section {
    background: #fff;
}

.its-attend-list-subtitle {
    display: inline-block;
    padding: 8px 22px;
    background: #fff3e8;
    color: #f58220;
    border-radius: 30px;
    font-weight: 600;
}

.its-attend-list-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5f;
    margin-top: 15px;
}

.its-attend-list-item {

    display: flex;

    align-items: flex-start;

    padding: 22px 0;

    border-bottom: 1px solid #e9edf2;

    transition: .35s;

}

.its-attend-list-item:hover {

    padding-left: 12px;

}

.its-attend-list-item span {

    width: 55px;

    min-width: 55px;

    font-size: 32px;

    font-weight: 800;

    color: #f58220;

    line-height: 1;

}

.its-attend-list-item p {

    margin: 0;

    padding-left: 20px;

    border-left: 3px solid #0b2c5f;

    color: #333;

    font-size: 17px;

    line-height: 30px;

    transition: .35s;

}

.its-attend-list-item:hover p {

    border-left-color: #f58220;

    color: #0b2c5f;

}

@media(max-width:767px) {

    .its-attend-list-title {

        font-size: 30px;

    }

    .its-attend-list-item span {

        width: 42px;

        min-width: 42px;

        font-size: 24px;

    }

    .its-attend-list-item p {

        font-size: 15px;

        line-height: 26px;

    }

}

/*=================================
        VISITOR PROFILE
==================================*/

.its-visitor-profile {
    background: #f7f9fc;
}

.its-vp-subtitle {
    display: inline-block;
    padding: 8px 22px;
    background: #fff3e8;
    color: #f58220;
    border-radius: 30px;
    font-weight: 600;
}

.its-vp-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5f;
    margin: 15px 0;
}

.its-vp-desc {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    text-align: center;
}

.its-vp-desc1 {
    margin: 15px 0;
    font-size: 18px;
    text-align: center;
    color: #000000;

}

.its-vp-item {

    display: flex;

    align-items: flex-start;

    background: #fff;

    border-left: 5px solid #f58220;

    border-radius: 16px;

    padding: 18px 22px;

    margin-bottom: 18px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);

    transition: .35s;

}

.its-vp-item:hover {

    transform: translateY(-5px);

    box-shadow: 0 18px 40px rgba(11, 44, 95, .12);

}

.its-vp-item i {

    width: 42px;

    height: 42px;

    min-width: 42px;

    background: #0b2c5f;

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 15px;

    transition: .3s;

}

.its-vp-item:hover i {

    background: #f58220;

}

.its-vp-item span {

    color: #333;

    font-size: 18px;

    line-height: 28px;

    font-weight: 500;

}

/*=================================
    TARGET VISITOR GEOGRAPHY
==================================*/

.its-geo-section {

    background: #f7f9fc;

}

.its-geo-subtitle {

    display: inline-block;

    padding: 8px 22px;

    background: #fff3e8;

    color: #f58220;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 15px;

}

.its-geo-title {

    font-size: 42px;

    font-weight: 800;

    color: #0b2c5f;

}

.its-geo-desc {

    color: #000000;
    font-size: 17px;
    text-align: center;

    margin-top: 15px;

}

.its-geo-item {

    display: flex;

    align-items: center;

    background: #fff;

    border-left: 5px solid #f58220;

    border-radius: 16px;

    padding: 22px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

    transition: .35s;

    height: 100%;

}

.its-geo-item:hover {

    transform: translateY(-8px);

    box-shadow: 0 18px 40px rgba(11, 44, 95, .12);

}

.its-geo-item .fi {

    font-size: 38px;

    margin-right: 18px;

    border-radius: 4px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, .12);

}

.its-geo-item h5 {

    margin: 0;

    color: #0b2c5f;

    font-weight: 700;

    line-height: 28px;

}

.its-geo-highlight {

    background: #0b2c5f;

    color: #fff;

    padding: 25px;

    border-radius: 16px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

    font-weight: 600;

}

.its-geo-highlight i {

    color: #f58220;

    font-size: 34px;

    margin-right: 15px;

}

@media(max-width:767px) {

    .its-geo-title {

        font-size: 30px;

    }

    .its-geo-item {

        padding: 18px;

    }

    .its-geo-item .fi {

        font-size: 30px;

    }

    .its-geo-item h5 {

        font-size: 16px;

    }

}





/*=========================================
            TRAVEL HERO
==========================================*/

.its-travel-hero {

    padding: 50px 0;

    background: linear-gradient(135deg, #0B2C5F 0%, #143d7a 100%);

    color: #fff;

}

.its-travel-tag {

    display: inline-block;

    background: #F58220;

    padding: 8px 18px;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 20px;

}

.its-travel-tag i {

    margin-right: 8px;

}

.its-travel-hero h1 {

    font-size: 54px;

    font-weight: 800;

    margin-bottom: 10px;

}

.its-travel-hero h4 {

    color: #F58220;

    margin-bottom: 25px;

}

.its-travel-hero p {

    line-height: 30px;

    color: #ddd;

}

.its-travel-info {

    display: flex;

    flex-wrap: wrap;

    margin-top: 35px;

}

.its-travel-info div {

    background: rgba(255, 255, 255, .08);

    padding: 18px 22px;

    border-radius: 10px;

    margin-right: 15px;

    margin-bottom: 15px;

}

.its-travel-info i {

    color: #F58220;

    margin-right: 10px;

}

.its-travel-image img {

    border-radius: 20px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .35);

}

/*=========================================
            VENUE
==========================================*/

.its-venue-section {

    padding: 50px 0;

    background: #f7f9fc;

}

.its-section-tag {

    display: inline-block;

    background: #fff3e8;

    color: #F58220;

    padding: 8px 20px;

    border-radius: 30px;

    margin-bottom: 20px;

    font-weight: 600;

}

.its-venue-section h2 {

    font-size: 42px;

    color: #0B2C5F;

    font-weight: 800;

    margin-bottom: 25px;

}

.its-venue-section p {

    line-height: 30px;

    color: #000000;
    font-size: 17px;
    text-align: center;

}

.its-venue-box {

    margin-top: 35px;

}

.its-venue-box>div {

    display: flex;

    align-items: flex-start;

    background: #fff;

    padding: 18px;

    border-left: 5px solid #F58220;

    border-radius: 12px;

    margin-bottom: 18px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);

}

.its-venue-box i {

    font-size: 28px;

    color: #F58220;

    margin-right: 18px;

}

.its-venue-box strong {

    color: #0B2C5F;

    display: block;

    margin-bottom: 5px;

}

.its-venue-box p {

    margin: 0;

}

/*=========================================
            RESPONSIVE
==========================================*/

@media(max-width:991px) {

    .its-travel-hero {

        text-align: center;

    }

    .its-travel-info {

        justify-content: center;

    }

    .its-travel-hero h1 {

        font-size: 40px;

    }

    .its-venue-section h2 {

        font-size: 32px;

    }

    .its-venue-section img {

        margin-bottom: 35px;

    }

}

/*=========================================
        AIRPORT ROUTE
=========================================*/

.its-route-section {

    padding: 50px 0;

    background: #fff;

}

.its-route-tag {

    display: inline-block;

    background: #fff3e8;

    color: #F58220;

    padding: 8px 20px;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 20px;

}

.its-route-section h2 {

    font-size: 42px;

    color: #0B2C5F;

    font-weight: 800;

}

.its-route-section p {

    color: #000000;
    margin-top: 15px;
    font-size: 19px;
    /* text-align: center; */
    line-height: 30px;

}

.its-route-map img {

    border-radius: 18px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);

}

/* Timeline */

.its-route-item {

    display: flex;

    position: relative;

    padding-left: 20px;

    margin-bottom: 35px;

}

.its-route-item:before {

    content: "";

    position: absolute;

    left: 27px;

    top: 55px;

    width: 2px;

    height: 70px;

    background: #d8d8d8;

}

.its-route-item:last-child:before {

    display: none;

}

.its-route-icon {

    width: 56px;

    height: 56px;

    border-radius: 50%;

    background: #0B2C5F;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 20px;

    flex-shrink: 0;

    font-size: 22px;

}

.its-route-item:hover .its-route-icon {

    background: #F58220;

}

.its-route-item h5 {

    color: #0B2C5F;
    font-size: 27px;

    font-weight: 700;

}

/* Cards */

.its-route-card {

    text-align: center;

    background: #f8f9fc;

    border-radius: 15px;

    padding: 30px;
    box-shadow: 0 20px 40px rgba(18, 17, 17, 0.09);

    margin-bottom: 25px;

    transition: .35s;

}

.its-route-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);

}

.its-route-card i {

    font-size: 42px;

    color: #F58220;

}

.its-route-card h4 {

    color: #0B2C5F;

    margin: 15px 0 5px;

    font-weight: 800;

}

.its-route-btn {

    background: #F58220;

    color: #fff;

    padding: 14px 35px;

    border-radius: 50px;

    font-weight: 600;

}

.its-route-btn:hover {

    background: #0B2C5F;

    color: #fff;

}

/*=========================================
        ACCOMMODATION
=========================================*/

.its-hotel-section {

    padding: 50px 0;

    background: #f7f9fc;

}

.its-hotel-tag {

    display: inline-block;

    background: #fff3e8;

    color: #F58220;

    padding: 8px 22px;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 20px;

}

.its-hotel-section h2 {

    color: #0B2C5F;

    font-size: 44px;

    font-weight: 800;

}

.its-hotel-section p {

    color: #000000;
    font-size: 17px;

    line-height: 30px;

}

.its-hotel-card {

    background: #fff;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

}

.its-hotel-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);

}

.its-hotel-card img {

    width: 100%;

    height: 240px;

    object-fit: cover;

}

.its-hotel-content {

    padding: 25px;

}

.its-stars {

    color: #F58220;

    font-size: 18px;

}

.its-hotel-content h4 {

    color: #0B2C5F;

    font-weight: 700;

    margin: 10px 0;

}

.its-hotel-content ul {

    list-style: none;

    padding: 0;

    margin: 20px 0;

}

.its-hotel-content ul li {

    margin-bottom: 12px;

    color: #555;

}

.its-hotel-content ul li i {

    color: #F58220;

    margin-right: 10px;

}

.its-hotel-btn {

    background: #0B2C5F;

    color: #fff;

    border-radius: 50px;

    padding: 12px 28px;

    font-weight: 600;

}

.its-hotel-btn:hover {

    background: #F58220;

    color: #fff;

}

/*=========================================
        CAB SERVICES
=========================================*/

.its-cab-section {

    padding: 50px 0;

    background: #f8fafc;

}

.its-cab-tag {

    display: inline-block;

    padding: 8px 22px;

    background: #fff3e8;

    color: #F58220;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 20px;

}

.its-cab-section h2 {

    color: #0B2C5F;

    font-size: 44px;

    font-weight: 800;

}

.its-cab-section p {

    color: #000000;
    font-size: 17px;
    text-align: center;

    line-height: 30px;

}

.its-cab-card {

    background: #fff;

    border-radius: 18px;

    padding: 30px;

    text-align: center;

    height: 100%;

    box-shadow: 0 10px 35px rgba(0, 0, 0, .07);

    transition: .35s;

}

.its-cab-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);

}

.its-cab-card img {

    height: 55px;

    width: auto;

    margin-bottom: 25px;

}

.its-cab-icon {

    font-size: 60px;

    color: #F58220;

    margin-bottom: 20px;

}

.its-cab-card h4 {

    color: #0B2C5F;

    font-weight: 700;

}

.its-cab-card ul {

    list-style: none;

    padding: 0;

    margin: 25px 0;

    text-align: left;

}

.its-cab-card li {

    margin-bottom: 12px;

}

.its-cab-card li i {

    color: #F58220;

    margin-right: 10px;

}

.its-cab-btn {

    background: #0B2C5F;

    color: #fff;

    border-radius: 50px;

    padding: 12px 28px;

    font-weight: 600;

}

.its-cab-btn:hover {

    background: #F58220;

    color: #fff;

}

/* Transport */

.its-transport-card {

    background: #fff;

    text-align: center;

    padding: 35px 25px;

    border-radius: 18px;

    margin-top: 30px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

    transition: .35s;

}

.its-transport-card:hover {

    transform: translateY(-8px);

}

.its-transport-card i {

    font-size: 48px;

    color: #F58220;

    margin-bottom: 20px;

}

.its-transport-card h5 {

    color: #0B2C5F;

    font-weight: 700;

    margin-bottom: 15px;

}

/*=========================================
        USEFUL INFO
=========================================*/

.its-travel-info-section {

    padding: 50px 0;

    background: #f7f9fc;

}

.its-travel-small-title {

    display: inline-block;

    background: #fff3e8;

    color: #F58220;

    padding: 8px 20px;

    border-radius: 30px;

    font-weight: 600;

}

.its-travel-main-title {

    font-size: 42px;

    color: #0B2C5F;

    font-weight: 800;

    margin: 20px 0;

}

.its-info-box {

    background: #fff;

    text-align: center;

    padding: 35px 20px;

    border-radius: 18px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

    transition: .35s;

    height: 100%;

}

.its-info-box:hover {

    transform: translateY(-8px);

}

.its-info-box i {

    font-size: 46px;

    color: #F58220;

    margin-bottom: 18px;

}

.its-info-box p {
    text-align: center;
    color: #000000;
    font-size: 17px;
}

.its-info-box h5 {

    color: #0B2C5F;

    font-weight: 700;

}



/*=========================================
        ATTRACTIONS
=========================================*/

.its-attraction-section {

    padding: 50px 0;

    background: #fff;

}

.its-attraction-card {

    overflow: hidden;

    border-radius: 18px;

    background: #fff;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    transition: .35s;

}

.its-attraction-card:hover {

    transform: translateY(-8px);

}

.its-attraction-card img {

    width: 100%;

    height: 260px;

    object-fit: cover;

}

.its-attraction-content {

    padding: 25px;

}

.its-attraction-content h4 {

    color: #0B2C5F;

    font-weight: 700;

}



/*=========================================
        MAP
=========================================*/

.its-map-section {

    padding: 50px 0;

    background: #f7f9fc;

}

.its-map {

    overflow: hidden;

    border-radius: 20px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);

}



/*=========================================
        HELP
=========================================*/

.its-help-section {

    background: #0B2C5F;

    color: #fff;

    padding: 70px 0;

}

.its-help-section h2 {

    font-size: 42px;

    font-weight: 800;

}

.its-help-section p {

    color: #ddd;

}

.its-help-btn {

    background: #F58220;

    color: #fff;

    padding: 15px 40px;

    border-radius: 50px;

    font-weight: 600;

}

.its-help-btn:hover {

    background: #fff;

    color: #0B2C5F;

}

/*=========================================
            CONTACT
=========================================*/

.its-contact-section {

    padding: 60px 0;

    background: #f7f9fc;

}

.its-contact-tag {

    display: inline-block;

    background: #fff3e8;

    color: #F58220;

    padding: 8px 22px;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 18px;

}

.its-contact-title {

    font-size: 46px;

    font-weight: 800;

    color: #0B2C5F;

}

.its-contact-desc {
    margin-top: 15px;
    color: #000000;
    line-height: 30px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    font-size: 17px;

}

/* Contact Box */

.its-contact-box {

    background: #fff;

    border-radius: 20px;

    padding: 40px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .07);

}

.its-contact-item {
    display: flex;
    margin-bottom: 35px;
}


.text-black{  
    color: #000000 !important;
}

.its-contact-item:last-child {

    margin-bottom: 0;

}

.its-contact-icon {

    width: 65px;

    height: 65px;

    background: #0B2C5F;

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 26px;

    margin-right: 22px;

    transition: .3s;

}

.its-contact-item:hover .its-contact-icon {

    background: #F58220;

}

.its-contact-item h5 {

    color: #0B2C5F;

    font-weight: 700;

    margin-bottom: 8px;

}

.its-contact-item p {

    margin: 0;

    color: #666;

    line-height: 28px;

}

.its-contact-item a {

    color: #0B2C5F;

    font-weight: 600;

    text-decoration: none;

}

.its-contact-item a:hover {

    color: #F58220;

}

/* Image */

.its-contact-image {

    position: relative;

}

.its-contact-image img {

    width: 100%;

    border-radius: 20px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);

}

.its-contact-floating {

    position: absolute;

    left: 30px;

    bottom: 30px;

    background: #fff;

    padding: 20px 25px;

    border-radius: 15px;

    display: flex;

    align-items: center;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);

}

.its-contact-floating i {

    width: 55px;

    height: 55px;

    background: #F58220;

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    margin-right: 15px;

}

/* CTA */

.its-contact-cta {

    margin-top: 40px;

    background: #0B2C5F;

    padding: 45px;

    border-radius: 20px;

    color: #fff;

}

.its-contact-cta h3 {

    font-weight: 700;

}

.its-contact-cta p {

    color: #ddd;

    margin: 0;

}

.its-contact-btn {

    background: #F58220;

    color: #fff;

    padding: 15px 35px;

    border-radius: 50px;

    font-weight: 600;

}

.its-contact-btn:hover {

    background: #fff;

    color: #0B2C5F;

}

/* Responsive */

@media(max-width:991px) {

    .its-contact-image {

        margin-top: 40px;

    }

    .its-contact-floating {

        position: relative;

        left: 0;

        bottom: 0;

        margin-top: 20px;

    }

    .its-contact-title {

        font-size: 36px;

    }

}