﻿body {
    margin: 0;
}

/* font family*/
@font-face {
    font-family: NunitoSans-Bold;
    src: url('../Fonts/NunitoSans-Bold.ttf');
}

@font-face {
    font-family: NunitoSans-Medium;
    src: url('../Fonts/NunitoSans-Medium.ttf');
}

@font-face {
    font-family: NunitoSans-Regular;
    src: url('../Fonts/NunitoSans-Regular.ttf');
}

@font-face {
    font-family: NunitoSans-Light;
    src: url('../Fonts/NunitoSans-Light.ttf');
}
/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.gray-bg, .gray-bg-01 {
    background-color: #f1f1f1;
}

.org-bg {
    background-color: #ff6e03;
}

.blue-bg {
    background-color: #04469d;
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.fixed-top-admin {
    background-color: #04469d;
}

.logo a img {
    width: 184px;
    padding: 3px 0px;
}

.top-login {
    list-style-type: none;
    margin: 5px 0px 5px -40px;
    text-align: right;
}

    .top-login li {
        display: inline-block;
        padding: 0px 0px 0px 15px;
        font-family: NunitoSans-Medium;
        font-size: 14px;
        color: #4d4d4d;
    }

        .top-login li a {
            color: #4d4d4d;
            transition: all 0.5s;
        }

        .top-login li i {
            padding: 0px 3px 0px 0px;
            color: #04469d;
        }

        .top-login li a:hover {
            color: #007FFF;
        }

        .top-login li a span {
            background-color: #04469d;
            color: #fff;
            padding: 5px 10px;
            border-radius: 15px;
            transition: all 0.5s;
            font-family: NunitoSans-Regular;
        }

            .top-login li a span:hover {
                background-color: #007FFF;
            }

.top-login-White li a {
    color: #fff;
}

    .top-login-White li a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .top-login-White li a span {
        background-color: #007FFF;
        color: #fff;
    }

.top-login-White li i {
    color: #007FFF;
}

.mainMenu {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
    display: block;
    text-align: center;
    padding: 15px 0px;
}

    .mainMenu li {
        display: inline-flex;
    }

        .mainMenu li a {
            color: #1e1e1e;
            font-family: NunitoSans-Medium;
            font-size: 15px;
            transition: all 0.5s;
            padding: 0px 35px;
        }

            .mainMenu li a:hover {
                color: #007FFF;
            }

.mainMenu_White li a {
    color: #fff;
}

    .mainMenu_White li a:hover {
        color: #fff;
        text-decoration: underline;
    }

.top-line {
    border-bottom: 1px solid #f1f1f1;
}

.slider01 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-01.jpg);
    background-position: center;
    background-size: cover;
}

.slider02 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-02.jpg);
    background-position: center;
    background-size: cover;
}

.slider03 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-03.jpg);
    background-position: center;
    background-size: cover;
}

.slider-txt {
    width: 100%;
    height: 85vh;
    text-align: center;
}

    .slider-txt tr td {
        vertical-align: middle;
    }

    .slider-txt h3 {
        margin: 0px 0px 15px;
        font-family: NunitoSans-Medium;
        color: #fff;
        font-size: 50px;
        text-shadow: 2px 2px #000;
        text-transform: uppercase;
    }

        .slider-txt h3 span {
            font-size: 85px;
            color: #ff6e03;
            text-shadow: 1px 1px #000;
        }

    .slider-txt h2 {
        font-family: NunitoSans-Medium;
        margin: 0px 0px 15px;
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px #ff6e03;
    }

    .slider-txt h4 {
        margin: 0px 0px 15px;
        font-family: NunitoSans-Medium;
        color: #ff6e03;
        text-shadow: 2px 2px #000;
        text-transform: uppercase;
        font-size: 85px;
    }

    .slider-txt h1 {
        margin: 0px 0px 15px;
        font-family: NunitoSans-Bold;
        color: #fff;
        text-transform: uppercase;
        font-size: 38px;
        padding: 0px 30px;
    }

.slider-txt-sub h1 {
    font-size: 30px;
    padding: 0px 40px;
    line-height: 35px;
    text-shadow: 1px 1px #000;
}

.fixed-ht {
    background-color: #ff6e03;
    height: 98px;
}

.padding-01 {
    padding: 40px 0px;
}

.padding-02 {
    padding: 20px 0px;
}

.padding-03 {
    padding: 40px 0px 20px;
}

.head1, .head2, .head3, .head4, .head5, .head6 {
    margin: 0px 0px 10px;
    font-family: NunitoSans-Medium;
    font-size: 40px;
}

.head1 {
    text-transform: uppercase;
    font-family: NunitoSans-Bold;
}

.head2 {
    font-size: 35px;
    font-family: NunitoSans-Bold;
}

.head3 {
    font-size: 25px;
}

.head4 {
    font-size: 20px;
}

.head5 {
    font-size: 18px;
}

.head6 {
    font-size: 16px;
}

.head6-margin {
    margin: 0px 0px 5px;
}

.font-wt-lt {
    font-family: NunitoSans-Light;
}

.head1-sub {
    margin: 0px 0px 0px;
}

.p-tag {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-family: NunitoSans-Light;
}

.font-clr-01 {
    color: #04469d;
}

.font-clr-02 {
    color: #ff6e03;
}

.font-clr-03 {
    color: #34f1df;
}

.font-clr-04 {
    color: #ff6e03;
}

.font-clr-wt, .div-font-wt p {
    color: #fff;
}

.font-clr-blk {
    color: #000;
}

.link-01 a {
    color: #007FFF;
    transition: all 0.5s;
}

    .link-01 a:hover {
        text-decoration: underline;
    }

.image-container {
    position: relative;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-in-out;
    /*perspective: 1000px;*/
}

    .image-container table {
        width: 100%;
        height: 300px;
        text-align: center;
        position: relative;
        transition: all 0.5s ease-in-out;
    }

        .image-container table tr td {
            vertical-align: middle;
        }

            .image-container table tr td h2, .image-text h3 {
                margin: 0px;
                font-family: NunitoSans-Medium;
                color: #fff;
                font-size: 18px;
            }

    .image-container:hover table {
        position: static;
        transition: all 0.5s ease-in-out;
    }

.image-text h3 {
    margin: 0px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.image-text p {
    color: #fff;
    text-align: left;
}

.image-bg-01::before, .image-bg-02::before, .image-bg-03::before, .image-bg-04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.image-bg-01::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/WhyUs-01.jpg);
    background-size: cover;
    background-position: center;
}

.image-bg-02::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/WhyUs-02.jpg);
    background-size: cover;
    background-position: center;
}

.image-bg-03::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/WhyUs-03.jpg);
    background-size: cover;
    background-position: center;
}

.image-bg-04::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/WhyUs-04.jpg);
    background-size: cover;
    background-position: center;
}

.image-text {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 330px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 20px 20px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: transform 0.6s ease;
}

.image-container:hover .image-text {
    transform: rotateY(0deg);
    bottom: 0;
}

/*home about capsule bg style*/

.capsule-bg {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../Images/General/About-Bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.capsule {
    position: absolute;
    /*top: 0;*/
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .capsule li {
        position: absolute;
        list-style: none;
        display: block;
        animation: animate 25s linear infinite;
        background-image: url(../Images/Icons/Capsule-08.png);
        width: 26px;
        height: 26px;
        bottom: -150px;
    }

        .capsule li:nth-child(1) {
            left: 25%;
            background-image: url(../Images/Icons/Capsule-01.png);
            width: 120px;
            height: 120px;
            animation-delay: 0;
        }

        .capsule li:nth-child(2) {
            left: 10%;
            background-image: url(../Images/Icons/Capsule-02.png);
            width: 100px;
            height: 100px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .capsule li:nth-child(3) {
            left: 70%;
            background-image: url(../Images/Icons/Capsule-03.png);
            width: 35px;
            height: 35px;
            animation-delay: 4s;
        }

        .capsule li:nth-child(4) {
            left: 40%;
            background-image: url(../Images/Icons/Capsule-04.png);
            width: 95px;
            height: 95px;
            animation-delay: 0s;
            animation-duration: 8s;
        }

        .capsule li:nth-child(5) {
            left: 65%;
            background-image: url(../Images/Icons/Capsule-05.png);
            width: 65px;
            height: 65px;
            animation-delay: 0s;
        }

        .capsule li:nth-child(6) {
            left: 75%;
            background-image: url(../Images/Icons/Capsule-06.png);
            width: 46px;
            height: 46px;
            animation-delay: 3s;
        }

        .capsule li:nth-child(7) {
            left: 35%;
            background-image: url(../Images/Icons/Capsule-07.png);
            width: 80px;
            height: 80px;
            animation-delay: 7s;
        }

        .capsule li:nth-child(8) {
            left: 50%;
            background-image: url(../Images/Icons/Capsule-08.png);
            width: 26px;
            height: 26px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .capsule li:nth-child(9) {
            left: 20%;
            background-image: url(../Images/Icons/Capsule-09.png);
            width: 65px;
            height: 62px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .capsule li:nth-child(10) {
            left: 85%;
            background-image: url(../Images/Icons/Capsule-10.png);
            width: 45px;
            height: 45px;
            animation-delay: 0s;
            animation-duration: 11s;
        }

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 1;
        border-radius: 50%;
    }
}

/*home about capsule bg style*/
.home-about-div {
    padding: 150px 150px;
}

    .home-about-div p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
    }

        .home-about-div p a {
            color: #ff6e03;
            transition: all 0.5s;
        }

            .home-about-div p a:hover {
                text-decoration: underline;
            }

.mtop {
    margin-top: 15px;
}

.home-offerings {
    margin: 10px 0px 15px;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;*/
    border: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative;
}

    .home-offerings p {
        margin: 0px;
    }

    .home-offerings img {
        width: 100%;
        transition: transform 0.3s ease;
        padding: 0px;
        border-radius: 10px;
    }

    .home-offerings div {
        background-color: #04469d;
        padding: 15px;
        overflow: hidden;
        position: relative;
    }

        .home-offerings div h3 {
            margin: 0px 0px 5px;
            font-family: NunitoSans-Regular;
            font-size: 17px;
            color: #fff;
            border-bottom: 1px solid #34f1df;
            padding-bottom: 10px;
            overflow: hidden;
            position: relative;
            text-align: center;
        }

    .home-offerings:hover img {
        transform: scale(1.2);
        object-fit: cover;
        position: relative;
        transition: transform 0.3s ease;
    }

    .home-offerings:hover h3 {
        color: #34f1df;
    }

.panel-title a i {
    float: right;
}

.home-feature {
    margin: 10px 0px;
}

    .home-feature h6 {
        margin: 0px;
        text-align: center;
    }

        .home-feature h6 img {
            width: 125px;
            border-radius: 50%;
            transition: all 0.5s;
            border: 1px solid #fff;
            padding: 3px;
        }

    .home-feature h3 {
        margin: 10px 0px 5px;
        font-family: NunitoSans-Medium;
        color: #ff6e03;
        font-size: 15px;
        text-align: center;
    }

    .home-feature p {
        text-align: center;
        line-height: 22px;
    }

    .home-feature:hover img {
        /*border: 1px solid rgba(0,0,0,0.3);*/
    }

.mission-vision {
    margin: 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

    .mission-vision div p {
        margin: 0px;
    }

.mission-vision {
    border-bottom: 3px solid #007FFF;
}

    .mission-vision div {
        background-color: #fff;
    }

        .mission-vision div h3 {
            color: #ff6e03;
            border-bottom: 1px solid #007FFF;
        }

    .mission-vision img {
        width: 150px;
        padding: 10px;
    }

    .mission-vision:hover h3 {
        color: #007FFF;
    }

.management {
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    transition: all 0.5s;
}

    .management:hover {
        border-bottom: 2px solid #007FFF;
    }

    .management h6 {
        margin: 0px;
        text-align: center;
    }

        .management h6 img {
            width: 150px;
            margin: 0px 0px 10px;
        }

    .management h3, .management h4 {
        margin: 0px 0px 5px;
        color: #007FFF;
        font-family: NunitoSans-Medium;
        font-size: 17px;
    }

    .management h4 {
        margin: 0px;
        font-size: 15px;
        color: #000;
    }

.inside-team {
    margin: 0px;
}

    .inside-team img {
        width: 125px;
        padding: 5px;
        border: 1px solid #eee;
        margin: 0px 0px 10px;
        border-radius: 5px;
    }

.wid-country {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 14.222%;
    text-align: center;
}

    .wid-country img {
        width: 75px;
        background-color: #fff;
        border: 2px solid #fff;
        margin: 5px 0px;
        border-radius: 50%;
        transition: all 0.5s;
    }

        .wid-country img:hover {
            transform: scale(1.1);
            object-fit: cover;
        }

.footer-bg {
    padding: 40px 0px 25px;
    background-image: linear-gradient(rgba(0, 34, 68, 0.7), rgba(0, 34, 68, 0.7)), url(../Images/General/Footer-Bg.jpg);
    background-size: cover;
    background-position: center;
    /*background-color: #002244;*/
}

.footer-head {
    margin: 0px;
    font-family: NunitoSans-Medium;
    font-size: 15px;
    color: #ff6e03;
}

.footer-list {
    list-style-type: none;
    margin: 0px 0px 10px -40px;
    font-size: 14px;
}

    .footer-list li a {
        color: #fff;
        transition: all 0.5s;
    }

        .footer-list li a i {
            color: #ff6e03;
            padding-right: 5px;
        }

        .footer-list li a:hover {
            text-decoration: underline;
        }

.team-contact-list li a {
    color: #4d4d4d;
}

    .team-contact-list li a i, .team-contact-list li a:hover {
        color: #007FFF;
    }

.list-sitemap {
    font-size: 15px;
}

    .list-sitemap li a {
        color: #4d4d4d;
    }

        .list-sitemap li a i {
            color: #04469d;
        }

        .list-sitemap li a:hover {
            color: #04469d;
        }

.footer-contact {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

    .footer-contact span {
        font-size: 13px;
    }

.sharethis-div {
    margin: 5px 0px 10px;
}

.social-icon {
    margin: 5px 0px 10px;
}

    .social-icon a {
        color: #fff;
        font-size: 22px;
        padding-right: 5px;
        transition: all 0.5s;
    }

        .social-icon a:hover {
            color: #1fdcfe;
        }

.footer-logo img {
    margin: 0px 0px 10px 0px;
    width: 260px;
}

.copyright-bg {
    background-color: #04469d;
}

    .copyright-bg p {
        margin: 5px 0px;
        font-size: 14px;
        color: #fff;
    }

        .copyright-bg p a {
            color: #fff;
            transition: all 0.5s;
        }

            .copyright-bg p a:hover {
                text-decoration: underline;
            }

.banner-tbl {
    width: 100%;
    height: 250px;
}

    .banner-tbl tr td {
        vertical-align: middle;
    }

.banner-tbl-contact {
    height: 200px;
}

.banner-about {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-About.jpg);
    background-size: cover;
    background-position: center;
}

.banner-services {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Services.jpg);
    background-size: cover;
    background-position: center;
}

.banner-blogs {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Blogs.jpg);
    background-size: cover;
    background-position: center;
}

.banner-careers {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Careers.jpg);
    background-size: cover;
    background-position: center;
}

.banner-testimonials {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Testimonials.jpg);
    background-size: cover;
    background-position: center;
}

.banner-contact {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Contact.jpg);
    background-size: cover;
    background-position: center;
}

.banner-enquiry {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Enquiry.jpg);
    background-size: cover;
    background-position: center;
}

.banner-login {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.3)), url(../Images/General/Slider-03.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.banner-sitemap {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Sitemap.jpg);
    background-size: cover;
    background-position: center;
}

.banner-disclaimer {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Disclaimer.jpg);
    background-size: cover;
    background-position: center;
}

.careers-bg-01 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Careers-Bg-01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 10px;
    height: 300px;
}

.img-01 img {
    width: 80%;
}

.img-02 img {
    width: 100%;
    border-radius: 10px;
}

.why-us {
    border-radius: 10px;
    margin: 10px 0px;
    padding: 30px;
    transition: transform 0.3s ease;
}

    .why-us:hover {
        transform: scale(1.1);
        object-fit: cover;
        position: relative;
        transition: transform 0.3s ease;
    }

    .why-us h3 {
        font-family: NunitoSans-Medium;
        color: #34f1df;
        margin: 0px 0px 5px;
        font-size: 15px;
    }

    .why-us p {
        color: #fff;
        margin: 0px;
    }

.why-us-01 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Feature-01.jpg);
    background-size: cover;
    background-position: center;
}

.why-us-02 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Feature-02.jpg);
    background-size: cover;
    background-position: center;
}

.why-us-03 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Feature-03.jpg);
    background-size: cover;
    background-position: center;
}

.why-us-04 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Feature-04.jpg);
    background-size: cover;
    background-position: center;
}

.why-us-01:hover {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Feature-01.jpg);
}

.why-us-02:hover {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Feature-02.jpg);
}

.why-us-03:hover {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Feature-03.jpg);
}

.why-us-04:hover {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Feature-04.jpg);
}

.quality {
    margin: 10px 0px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    border-bottom: 3px solid #ff6e03;
    min-height: 380px;
    transition: all 0.5s;
}

    .quality:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .quality h6 {
        margin: 0px 0px 10px;
        text-align: center;
    }

        .quality h6 img {
            width: 125px;
            padding: 35px 0px;
        }

    .quality h3 {
        margin: 0px 0px 5px;
        font-family: NunitoSans-Medium;
        font-size: 16px;
        color: #04469d;
        text-align: center;
    }

.width-01 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
}

.home-quality {
    padding: 15px;
    min-height: 380px;
    transition: all 0.5s;
    border: 1px solid #ff6e03;
}
    .home-quality h6{
        margin:5px 0px;
    }

    .home-quality h6 img {
        width: 100px;
        padding: 10px 0px;
        border-radius: 50%;
    }
    .home-quality h3 {
        margin: 0px 0px 5px;
        padding: 0px 0px 10px 0px;
        font-family: NunitoSans-Regular;
        font-size: 15px;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid #ff6e03;
    }
    .home-quality p{
        color:#fff;
        line-height:24px;
    }
    .form-txtbx {
        border: 1px solid #fff;
        background-color: #fff;
        padding: 5px;
        color: #000;
        width: 100%;
        border-radius: 5px;
    }

.form-txtbx {
    background-color: #f1f1f1;
    padding: 10px 10px;
}

.form-ddl-01 {
    padding: 11px 6px;
}

.form-ddl {
    padding: 7px 6px;
}

.form-btn {
    border: 1px solid #1F75FE;
    background-color: #002244;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    width: 80px;
    transition: all 0.5s;
}

    .form-btn:hover, .download-btn:hover {
        background-color: #1F75FE;
    }

.download-btn {
    border: none;
    background-color: #ff6e03;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    padding: 1px 5px;
    transition: all 0.5s;
}

.form-captcha {
    font-family: NunitoSans-Medium;
    color: #1F75FE;
    font-size: 16px;
}

.form-txt-top {
    margin: 3px 0px 3px;
}

.form-btn-top {
    margin: 5px 0px 5px;
}

.form-message {
    color: #ff6e03;
    font-family: NunitoSans-Medium;
}

.raadal-contact h4 {
    margin: 0px 0px 5px;
    color: #ff6e03;
    font-family: NunitoSans-Medium;
    font-size: 16px;
}

.raadal-contact ul {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
}

    .raadal-contact ul li a i {
        color: #ff6e03;
        width: 20px;
    }

    .raadal-contact ul li a {
        color: #4d4d4d;
        transition: all 0.5s;
    }

        .raadal-contact ul li a:hover {
            color: #ff6e03;
        }

.enquiry-tbl {
    width: 100%;
    height: 100vh;
}

    .enquiry-tbl tr td {
        vertical-align: middle;
    }

.border-bottom {
    border-bottom: 1px solid #ccc;
    margin: 15px 0px 20px;
}

.lblcaptcha {
    color: #007FFF;
}

/*Blog section*/
.blog-table, .blog-table tr td table {
    width: 100%;
}

    .blog-table tr td table {
        margin: 0px 0px 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 5px;
        background-color: #fff;
    }

        .blog-table tr td table tr td {
            padding: 10px;
            vertical-align: top;
        }

            .blog-table tr td table tr td:nth-child(1) {
                /*width: 40%;*/
            }

            .blog-table tr td table tr td img {
                width: 100%;
                border-radius: 5px;
            }

            .blog-table tr td table tr td h6 {
                margin: 8px 0px 15px;
            }

                .blog-table tr td table tr td h6 span {
                    background-color: #007FFF;
                    color: #fff;
                    padding: 3px 6px;
                    border-radius: 5px;
                    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
                }

            .blog-table tr td table tr td h1, .blog-table tr td table tr td h2, .blog-table tr td table tr td h3 {
                margin: 10px 0px 5px;
                font-family: Roboto-Medium;
                font-size: 17px;
                color: #ff512f;
            }

            .blog-table tr td table tr td h2 {
                font-size: 15px;
                color: #e67817;
            }

                .blog-table tr td table tr td h2 strong {
                    font-weight: normal;
                }

            .blog-table tr td table tr td h3 {
                font-size: 15px;
                color: #04469d;
            }

.blog-details-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../Images/General/Connecting.html);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.blog-table-small tr td table {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 5px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-collapse: separate;
}

.blog-table-small tr td {
    padding: 5px;
    vertical-align: top;
    width: 50%;
}

    .blog-table-small tr td table tr td div h1 {
        margin: 20px 0px 5px;
        font-family: NunitoSans-Medium;
        font-size: 16px;
        color: #04469d;
    }

    .blog-table-small tr td table tr td h1, .blog-table-small tr td table tr td h2, .blog-table-small tr td table tr td h3, .blog-table-small tr td table tr td h4, .blog-table-small tr td table tr td h5, .blog-table-small tr td table tr td h6, .blog-table-small tr td table tr td p strong {
        font-family: NunitoSans-Medium;
        margin: 5px 0px 10px;
        font-size: 15px;
    }

.blog-table tr td table tr td h1, .blog-table tr td table tr td h2, .blog-table tr td table tr td h3, .blog-table tr td table tr td h4, .blog-table tr td table tr td h5, .blog-table tr td table tr td h6 {
    font-family: NunitoSans-Medium;
}

.blog-table tr td table tr td h1 {
    font-size: 20px;
    color: #04469d;
}

.blog-table tr td table tr td h2 {
    font-size: 18px;
    color: #007FFF;
}

.blog-table tr td table tr td h3 {
    font-size: 17px;
    color: #ff6e03;
}

.blog-table tr td table tr td h4 {
    font-size: 15px;
    color: #007FFF;
}

.blog-table tr td table tr td h5 {
    font-size: 15px;
    color: #04469d;
}

.blog-table-small tr td table tr td h6 {
    font-family: NunitoSans-Regular;
    margin: 5px 0px;
    font-size: 13px;
}

.blog-table-small tr td table tr td h5 a {
    color: #04469d;
    text-decoration: underline;
    font-family: NunitoSans-Regular;
    font-size: 15px;
    transition: all 0.5s;
}

    .blog-table-small tr td table tr td h5 a:hover {
        color: #007FFF;
    }

.blog-table-small tr td table tr td img {
    height: auto
}

.blog-table tr td table tr td ol li,
.blog-table tr td table tr td ol li span,
.blog-table tr td table tr td ul li,
.blog-table tr td table tr td ul li span {
    font-family: NunitoSans-Regular;
}

.blog-table-offer tr td table tr td img {
    height: auto;
}

.blog-table-offer tr td table tr td h6 {
    margin: 0px 0px 20px;
}
/*Blog section*/

.career-div {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    padding: 15px;
    border-radius: 10px;
    border-bottom: 3px solid #007FFF;
    margin-bottom: 20px;
}

    .career-div table {
        width: 100%;
    }

        .career-div table tr td:nth-child(1) {
            width: 15%;
        }

        .career-div table tr td {
            padding: 10px 5px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            vertical-align: top;
        }

        .career-div table h3, .career-div table p {
            margin: 0px;
        }

        .career-div table h3 {
            font-family: NunitoSans-Regular;
            color: #04469d;
            font-size: 16px;
            line-height: initial;
        }

        .career-div table tr td ul {
            margin: 0px 0px 0px -20px;
            color: #04469d;
        }

            .career-div table tr td ul li {
                list-style-type: square;
            }

                .career-div table tr td ul li span {
                    color: #000;
                }

.job-div h5 {
    color: #000;
    font-size: 16px;
    margin: 0px 0px 5px;
}

.wid-01 {
    position: relative;
    min-height: 1px;
    width: 25%;
    float: left;
}

.raadal-div {
    padding: 15px;
    margin: 10px 0px;
}

    .raadal-div h6 {
        margin: 0px 0px 10px;
        text-align: center;
    }

        .raadal-div h6 img {
            width: 100px;
            border-radius: 50%;
        }

    .raadal-div h3 {
        margin: 0px 0px 10px;
        padding: 0px 0px 10px;
        font-family: NunitoSans-Medium;
        font-size: 15px;
        color: #fff;
        border-bottom: 1px solid #fff;
        text-align: center;
    }

    .raadal-div p {
        color: #fff;
        line-height: 22px;
        margin: 0px;
        min-height: 245px;
    }

.raadal-div-bg-01 {
    background-color: #04469d;
}

.raadal-div-bg-02 {
    background-color: #ff6e03;
}

.catalog-table {
    width: 100%;
    margin: 10px 0px;
}

    .catalog-table tr th, .catalog-table tr td {
        padding: 5px;
        border: 1px solid rgba(0,0,0,0.3);
        vertical-align: top;
    }

    .catalog-table tr th {
        background-color: #007FFF;
        color: #fff;
        font-weight: 500;
    }

    .catalog-table tr td:nth-child(1) {
        width: 40%;
    }

    .catalog-table tr td h3 {
        margin: 0px;
        font-family: NunitoSans-Medium;
        color: #04469d;
        font-size: 15px;
        line-height: 22px;
    }

    .catalog-table tr td ul {
        margin: 0px 0px 10px -10px;
        color: #007FFF;
    }

        .catalog-table tr td ul li span {
            color: #04469d;
        }

        .catalog-table tr td ul li ul {
            margin: 0px 0px 0px -20px;
        }

            .catalog-table tr td ul li ul li span {
                color: #4d4d4d;
            }
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .mission-vision div p {
        min-height: 160px;
    }

    .raadal-contact {
        margin: 0px 0px 0px 30px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .mainMenu li a {
        padding: 0px 20px;
    }

    .slider-txt h3 {
        font-size: 40px;
    }

        .slider-txt h3 span {
            font-size: 45px;
        }

    .slider-txt h2 {
        font-size: 25px;
    }

    .slider-txt h4 {
        font-size: 50px;
    }

    .slider-txt h1 {
        font-size: 35px;
    }

    .slider-txt-sub h1 {
        font-size: 25px;
    }

    .home-about-div {
        padding: 100px 125px;
    }

    .quality h6 img {
        width: 150px;
    }

    .raadal-div p {
        min-height: 285px;
    }
    .width-01 {
        width: 20%;
    }

    .home-quality {
        min-height: 380px;
    }

        .home-quality h6 img {
            width: 100px;
        }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo a img {
        width: 155px;
    }

    .top-login li {
        padding: 0px 0px 0px 0px;
        font-size: 13px;
    }

        .top-login li a span {
            padding: 3px 3px;
            font-size: 11px;
        }

    .mainMenu {
        padding: 6px 0px;
    }

        .mainMenu li a {
            padding: 0px 7px;
        }

    .fixed-ht {
        height: 84px;
    }

    .slider-txt h3 {
        font-size: 30px;
    }

        .slider-txt h3 span {
            font-size: 30px;
            line-height: 50px;
        }

    .slider-txt h2 {
        font-size: 18px;
        padding: 0px 30px;
    }

    .slider-txt h4 {
        font-size: 35px;
    }

    .slider-txt h1 {
        font-size: 25px;
    }

    .slider-txt-sub h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .download-btn {
        font-size: 11px;
        padding: 0px 5px;
        height: 24px;
    }

    .head1 {
        font-size: 35px;
    }

    .head2 {
        font-size: 28px;
    }

    .head3 {
        font-size: 22px;
    }

    .home-about-div {
        padding: 70px 70px;
    }

        .home-about-div p {
            font-size: 20px;
            line-height: 27px;
        }

    .head1-sub {
        margin: 30px 0px 0px;
    }

    .banner-tbl {
        height: 250px;
    }

    .p-tag {
        font-size: 18px;
        line-height: 28px;
    }

    .quality h6 img {
        width: 150px;
    }

    .wid-01 {
        width: 50%;
    }

    .raadal-div {
        height: 385px;
        border: 1px solid #fff;
        margin: 0px;
    }

    .footer-logo img {
        width: 200px;
    }
    .width-01 {
        width: 33.333%;
    }

    .home-quality {
        min-height: 380px;
    }

        .home-quality h6 img {
            width: 100px;
        }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .Desktop {
        display: none;
    }

    .Mobile {
        display: block;
    }

    .logo a img {
        width: 140px;
    }

    .top-login {
        margin: 5px 0px 5px -40px;
        text-align: left;
    }

    .mainMenu {
        margin: 5px 0px 5px 0px;
        text-align: left;
        padding: 0px;
    }

    .top-login li {
        padding: 3px 0px;
        display: list-item;
        font-family: NunitoSans-Regular;
    }

    .mainMenu li {
        padding: 3px 0px;
        display: list-item;
    }

        .mainMenu li a {
            font-family: NunitoSans-Regular;
            padding: 0px;
        }

    .fixed-ht {
        height: 78px;
    }

    .slider-txt {
        height: 50vh;
    }

        .slider-txt h3 {
            font-size: 20px;
            padding: 0px 15px;
        }

            .slider-txt h3 span {
                font-size: 25px;
                line-height: 50px;
            }

        .slider-txt h2 {
            font-size: 16px;
            padding: 0px 30px;
        }

        .slider-txt h4 {
            font-size: 28px;
        }

        .slider-txt h1 {
            font-size: 20px;
        }

    .slider-txt-sub h1 {
        font-size: 16px;
        line-height: 25px;
    }

    .padding-01 {
        padding: 20px 0px;
    }

    .padding-03 {
        padding: 20px 0px 10px;
    }

    .raadal-contact {
        margin: 15px 0px 0px;
    }

    .image-container table tr td h2, .image-text h3 {
        font-size: 16px;
    }

    .image-container table {
        height: 200px;
    }

    .quality h6 img {
        width: 125px;
        padding: 10px 0px;
    }

    .image-text {
        height: 230px;
    }

    .head1 {
        font-size: 22px;
    }

    .head2 {
        font-size: 18px;
    }

    .head3 {
        font-size: 17px;
    }

    .head4 {
        font-size: 16px;
    }

    .head5 {
        font-size: 15px;
    }

    .head6 {
        font-size: 14px;
    }

    .head1-sub {
        margin: 15px 0px 0px;
    }

    .p-tag {
        font-size: 16px;
        line-height: inherit;
    }

    .home-about-div {
        padding: 30px 15px;
    }

        .home-about-div p {
            font-size: 15px;
            line-height: initial;
        }

    .capsule-bg {
        height: 57vh;
    }

    .capsule {
        height: 57%;
    }

    .home-offerings div h3 {
        font-size: 15px;
    }

    .banner-tbl {
        height: 200px;
    }

    .img-01 img, .quality h6 img {
        width: 60%;
    }

    .wid-country {
        width: 25%;
    }

        .wid-country img {
            width: 60px;
        }

    .wid-01 {
        width: 100%;
    }

    .raadal-div, .raadal-div p {
        height: auto;
        min-height: 0;
    }

        .raadal-div h6 img {
            width: 75px;
        }

    .footer-logo img {
        width: 150px;
    }
    .width-01 {
        width: 100%;
    }

    .home-quality {
        min-height: 0;
    }

        .home-quality h6 img {
            width: 70px;
        }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .capsule-bg {
        height: 70vh;
    }

    .capsule {
        height: 70%;
    }
}
/*Media query*/
