* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}


.background {
    background-position: center;
    background-size: cover;
    background-color: rgba(11, 214, 116, 0.392);
}

/* ============= Navbar Section ===================== */

#navbar_section {
    box-shadow: 0px 5px 20px #0609071c;
}

#navbar_section .navbar-logo {
    max-height: 50px;
}

#navbar_section .nav-link {
    color: #000;
}

#navbar_section .nav-link:hover {
    color: #28a745;
}

#navbar_section .nav-item {
    line-height: 35px;
}

@media (max-width: 768px) {
    #navbar_section .nav-item {
        line-height: 25px;
    }
}

/* #navbar_section .nav-item.active {
    box-shadow: inset 0px -3px 0px 0px #3da629cc;
} */

#navbar_section .nav-item:hover, #navbar_section .nav-item:focus, .dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #3da629cc;
}


#navbar_section .nav-item:hover>a, #navbar_section .nav-item:focus>a, .dropdown-item:hover>a {
    color: #ffffff;
}


#navbar_section .nav-item.active .nav-link {
    color: #019244;
    font-weight: bold;
}

#navbar_section .nav-item.active .hover-menu .nav-link {
    color: rgb(35, 33, 33) !important;
    font-weight: normal;
}

#navbar_section .nav-item.active .hover-menu .nav-link.active {
    color: #019244 !important;
    font-weight: bold;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    color: rgb(0 104 56);
    border: none;
}

.navbar-nav.hover-menu {
    display: block;
    visibility: hidden;
    width: 250px;
    max-width: 100%;
    padding: 5px 10px;
    position: absolute;
    margin-top: 20px;
    background-color: white;
    box-shadow: 0px 5px 20px #0609070f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
}

.navbar-nav.hover-menu .nav-item .nav-link {
    line-height: 30px !important;
}

#navbar_section .nav-item:hover .navbar-nav.hover-menu.hover-menu {
    visibility: visible;
    margin-top: 0px;
}

#navbar_section .dropdown-toggle::after {
    content: none;
}

#navbar_section .dropdown-menu {
    border: 0px;
    box-shadow: 0px 5px 20px #0609070f;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.collapse .card.shadow {
    box-shadow: 0px 0px 20px #0000001a !important;
}

/* offcanvas */

.offcanvas-body .nav {
    display: block;
}

/* ======================= Banner Section ===================== */

#banner_section {
    height: 400px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

#banner_section_basic {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.35);
}

/* ================= Banner Text-Box Section =================== */

.banner-text-box {
    border: 0px;
    padding: 50px;
    box-shadow: 110px 105px 60px -105px #f3b3b0b3, -135px 122px 60px -105px #aacdb0ad;
}

.banner-text-box.about-us-text-box {
    box-shadow: 110px 105px 60px -75px #f3b3b0b5, -95px 90px 60px -75px #67b575a8;
}

/* ============ About Us ======================= */

.about-us-img-box {
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.section-bg-img {
    position: absolute;
    width: 200px;
    right: 5%;
    top: 0%;
}

.build-section-area {
    position: absolute;
    bottom: 0;
}

/* ===================== Focus Area Section  ====================== */

#focus_area_section {
    background: linear-gradient(to right, #e6f4ec, #f5d3d39c);
}

#focus_area_section .card {
    box-shadow: 0px 0px 20px 15px #0f5f2114;
    border: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.image-box-area {
    height: 180px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

/* =============== News Section ======================= */

#news_section .card {
    max-width: 360px;
    margin: auto;
    border: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.news-image-box-area {
    height: 180px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#news_section .card:hover .news-image-box-area {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/* =============== Events Section ======================= */

#events_section .card {
    max-width: 360px;
    margin: auto;
    border: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.events-image-box-area {
    height: 180px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#events_section .card:hover .events-image-box-area {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* ============= Resources Section ============== */

#resources_section {
    background-color: #f8f8f8;
}

#resources_section .owl-carousel .owl-stage-outer {
    overflow: visible;
}


@media (max-width: 768px) {
    #resources_section .owl-carousel .owl-stage-outer {
        overflow: none;
    }
}

/* ============= Contact Us Section ============ */


#contact_us_section {
    background-color: #f8f8f8;
}

#contact_us_section .form-control {
    border-color: #28a745;
    margin-top: 10px;
    background-color: transparent;
}


/* =============== Footer Section ================  */


.footer_logo {
    max-height: 50px;
}

#footer_section ul li a {
    color: white;
    text-decoration: none !important;
    line-height: 30px;
}

.footer-social-icons i {
    font-size: 20px;
}

.footer-social-icons i:hover {
    color: greenyellow !important;
}






/*
*
*
*
*
* ABOUT US PAGE CSS START
*
*
*
*
*/

.quote-style {
    font-size: 50px;
    position: absolute;
    bottom: -20px;
    right: 15%;
    color: red;
}

#main_content .image-box {
    height: 250px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#main_content .image-box i {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #28a745;
    border-radius: 5px;
    font-size: 40px;
    box-shadow: 0px 0px 15px 12px #4a504f45;
    position: absolute;
    right: -10px;
    top: 35px;
}


/*
*
*
*
*
* System Development Page CSS
*
*
*
*
*/

.system-development-page .card {
    box-shadow: 0px 0px 20px 15px #0f5f2114;
    border: 0px;
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px;
    margin-top: 45px !important;
    overflow: visible;
}

.system-development-page .card .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -55px;
    padding-bottom: 30px;
}

.system-development-page .card .icon-box i {
    font-size: 32px;
    border: 3px solid;
    border-radius: 50%;
    color: #28a745;
    padding: 15px;
    background-color: white;
}

.offshore-card i {
    font-size: 32px;
    border-radius: 5px;
    color: #019244;
    background-color: #e5f4ec;
    padding: 10px;
}


/*
*
*
*
*
* Business Expansion Support Page CSS
*
*
*
*
*/

.business-expansion-support .card {
    box-shadow: 0px 0px 20px 15px #0f5f2114;
    border: 0px;
    border-radius: 5px;
    margin: 0px !important;
    overflow: hidden;
}

.business-expansion-support .card {
    box-shadow: none;
}

.business-expansion-support .card .img-box {
    min-height: 100px;
    background-position: center;
    background-size: cover;
    background-color: rgba(11, 214, 116, 0.392);
}

.text-box {
    min-height: 100px;
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
}

@media (max-width: 768px) {
    .text-box {
        justify-content: center;
    }
}


/*
*
*
*
*
* Company Profile Page CSS
*
*
*
*
*/

.company-profile .card {
    box-shadow: 0px 0px 20px 15px #0f5f2114;
    border: 0px;
    border-radius: 5px;
    margin: 0px !important;
    overflow: hidden;
}


/*
*
*
*
*
* Member Registration Page CSS
*
*
*
*
*/

.member-reg-pages {
    margin-top: -100px;
}

.member-reg-pages .card, .member-reg-page-one .card {
    box-shadow: 0px 0px 20px 15px #0f5f2114;
    border: 0px;
    border-radius: 5px;
    margin: 0px !important;
    overflow: hidden;
}

.form-control {
    border: 1px solid gray !important;
    height: 45px !important;
}

.domain-specialization-section .form-group {
    margin-bottom: 8px;
}

.professional-platform-links-section label, .domain-specialization-section label, .skills-form label {
    color: gray;
    border: 1px solid gray;
    border-radius: 5px;
    width: 100%;
    padding: 8px;
    height: 45px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.professional-platform-links-section label {
    font-weight: bold;
}

.professional-platform-links-section label i {
    font-size: 22px;
}


.skills-form .col-5, .skills-form .col-4, .skills-form .col-3 {
    padding: 2px 4px;
}


.submit-msg-box i {
    font-size: 80px;
    color: #28a745;
    padding-bottom: 20px;
}


/*
*
*
*
*
* Team Page CSS
*
*
*
*
*/





.team-page .card {
    background: white;
    border: 1px solid gray;
    text-align: center;
    cursor: pointer;
    transition: .5;
}

.team-page .card:hover {
    background: linear-gradient(to right, #e6f4ec, #f5d3d39c);
}

.team-page .card img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0px 0px 15px 3px #0b281114;
    border: 1px solid gray;
}





/*
*
*
*
*
* Login Page CSS
*
*
*
*
*/




.login-card {
    max-width: 350px;
    margin: auto;
}

.login-card .text-area {
    text-align: center;
}

.login-card .text-area i {
    font-size: 60px;
    color: #019244;
}

.login-card form input {
    border-left: 0px !important;
}

.login-card form i {
    border: 0px solid gray;
    border-right: 0px;
    font-size: 20px;
    padding-right: 0px;
}

.login-card form .input-group-text {
    border-color: gray;
    background-color: white;
    border-right: 0px;
    padding-right: 0px;
}

.login-card form input:focus {
    box-shadow: none;
}

/*
*
*
*
*
* Profile Page CSS
*
*
*
*
*/


.profile-page .tab-list-area {
    min-height: 400px;
}

.profile-page .nav-pills {
    display: contents;
}

.profile-page .nav-pills .nav-link {
    margin-top: 5px;
    color: #8a8a8a;
}

.profile-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #28a745;
    color: #fff;
}

.profile-page .nav-pills a.bottom-item {
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 280px;
}

.profile-page .document-area {
    padding-top: 10px;
}

.profile-page .document-area .card {
    box-shadow: 0px 0px 20px 15px #4a4a4a0a;
    border: 0px;
    border-radius: 5px;
    margin-top: 20px;
}

.profile-page .document-area i {
    font-size: 25px;
    padding: 5px;
}

.profile-page .document-area i.file {
    font-size: 50px;
}

.profile-page .document-area .card .title-box {
    text-align: left;
}

.form-group {
    margin-bottom: 10px;
}

/* dropdown */
.dropdown-item.active, .dropdown-item.active, .dropdown-item:active {
    background-color: #3da629cc !important;
}

.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}

@media (max-width: 768px) {
    .profile-page .nav-pills {
        min-height: auto;
    }

    .profile-page .nav-pills a.bottom-item {
        position: relative;
        bottom: auto;
        max-width: 100%;
        width: 100%;
    }

    .profile-page .document-area .card .title-box {
        text-align: center;
    }

    .profile-page .tab-list-area {
        min-height: auto;
    }

    .section-bg-img {
        display: none;
    }

    .build-section-area {
        padding-top: 30px;
        position: relative;
        bottom: 0;
    }

    #main_content .image-box i {
        top: auto;
        right: auto;
        left: 30px;
        bottom: -30px;
    }

}