* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Lato", sans-serif !important;
}

.form-control {
    border-radius: 0 !important;
}

.btn-primary {
    font-weight: 600 !important;
}

.navbar-header {
    background: #fff !important;
    box-shadow: 0 4px 16px -4px rgb(0 0 0 / 20%);
}

.navbar_ddl {
    width: 85% !important;
    margin-left: 25% !important;
}

.bg-white {
    background-color: #fff !important;
    position: relative !important;
}

.navbar_img {
    position: absolute;
    top: -10px;
    left: 0%;
    z-index: 999999;
    /* background: rgba(255, 255, 255, 0.7); */
    padding: 10px;
    width: 130px;
    /* background: #f8f7f7; */
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.navbar-brand {
    padding: 10px 20px;
    font-size: 18px;
}

.dropdown-menu {
    left: 0 !important;
    width: 100% !important;
    background-color: #4272b8 !important;
    border: 0px solid #f3eaea !important;
    color: #fff !important;
    border-radius: 0;
    padding: 35px 50px 30px 50px !important;
}

.dropdown-menu .d-flex .fas {
    padding-top: 3px;
    margin-right: 8px;
}

.tab .fa-icon {
    background: #fff !important;
}

.text-muted {
    color: #92b0ca !important;
}

.navbar-nav .nav-link {
    text-transform: uppercase !important;
    padding: 15px 26px !important;
    font-weight: 600;
    font-size: 14px;
}

.nav-item {
    padding: 0px 5px;
    margin: 10px 3px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    color: grey;
    position: static;
}

.nav-link:focus,
.nav-link:hover {
    color: #d14628 !important;
    background: #f9f9f9;
}

.dropdown-item {
    padding: 5px 15px;
    font-weight: normal;
    font-size: 14px !important;
    transition: 0.3s ease;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    padding-left: 22px;
    transition: 0.3s ease;
    font-weight: bold;
}

.dropdown-item .fas {
    /*color: coral;*/
    font-size: 11px;
    margin-right: 5px;
}

.ddl_nav_txt {
    /*width: 30%;*/
    width: 20%;
}

.header_social {
    list-style: none;
    margin: 0;
}

.header_social li {
    float: left;
    padding: 2px;
}

.header_social li a {
    color: #4272b8 !important;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    display: block;
    border: 1px solid #4272b8;
    padding: 5px 10px;
    transition: 0.3s ease;
}

.header_social li a:hover {
    background: #d14628 !important;
    color: #fff !important;
    transition: 0.3s ease;
    border: 1px solid #d14628 !important;
}

footer {
    background-color: #2a3c50;
    padding: 50px 0;
    overflow-x: hidden;
}

/* .footer_menu {} */

/* .footer_menu li {} */

.footer_menu li p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer_menu li {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    padding-bottom: 4px;
}

.copyright_container {
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.social_icon {
    padding: 0px 0px 0px 30px;
    margin: 0;
    list-style: none;
}

.social_icon li {
    float: left;
    padding-right: 20px;
}

.social_icon li a {
    display: block;
    overflow: hidden;
    font-size: 25px;
    color: #dadada !important;
}

.social_icon li a:hover {
    color: #ef5350 !important;
}

.landing_page_banner {
    /* background-image: url("../images/landing_page_banner.png"); */
    background-image: url("../images/landing_page_banner.png");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.showing_parallax {
    /* background-image: url("../images/parallex2.jpg"); */
    background-image: url("../images/consulting_profile.png");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    margin-top: 10%;
    color: #fff;
    font-size: 45px;
}

.sub_title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.contact_btn {
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #fff;
    /*border-radius: 5px;*/
    padding: 15px 25px;
    font-weight: bold;
}

.contact_btn:hover {
    text-decoration: none;
    background: #d35438;
    /*transition: .3s ease;*/
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

.who_we_are {
    padding: 50px 0px 50px 0px;
}

.what_we_do {
    padding: 50px 0px 50px 0px;
    background-color: #fafafa !important;
}

.read_more_btn {
    border: 1px solid #d14628;
    padding: 7px 10px;
    /*border-radius: 5px;*/
}

.read_more_btn:hover {
    text-decoration: none;
    background: #4272b8;
    color: #fff !important;
    border: 1px solid #fff;
    transition: 0.3s ease;
}

.nav_tabs_ddl {
    border-bottom: 3px solid #dee2e6;
    padding: 1px !important;
}

.nav_tabs_ddl .nav-item.show .nav-link,
.nav_tabs_ddl .nav-link.active {
    color: #ffffff !important;
    background-color: #f15733;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav_tabs_ddl .nav-link {
    border: 1px solid transparent;
    font-size: 16px;
    color: #4272b8 !important;
}

.section_title {
    padding: 30px 10px;
    text-align: center;
}

.ca_list {
    background: #d14629;
    padding: 30px 40px;
    margin: 10px 0px;
    border-radius: 0px 60px;
}

.ca_list li {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 2px 10px;
}

.nav_tabs_ddl .nav-link {
    padding: 5px 13px;
    text-transform: capitalize;
}

.how_can_help {
    background: #4272b8;
    padding: 50px 0px 70px 0px;
    color: #fff;
    text-align: center;
}

.latest_from_ddl {
    background: #f7f7f7;
    padding: 50px 0px 40px 0px;
}

.single_block {
    background: #fff;
    padding: 15px;
    height: 330px;
}

.single_block a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.single_block a p {
    font-weight: 500;
    padding: 20px 10px;
    font-size: 16px;
    margin: 0;
}

.why_join ul {
    padding-left: 50px;
}

/* .why_join ul li {} */

.how_can_help p {
    padding: 10px 0px 30px 0px;
}

.our_client {
    background: #fff;
    padding: 50px 0px 70px 0px;
    text-align: center;
}

.page_banner {
    /*background-image: url("../images/contact-2.jpg");
min-height: 350px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;*/
    position: relative;
}

.page_banner img {
    transition: transform 0.8s;
    /* max-width: 1400px; */
    max-height: 400px;
    width: 100%;
}

.page_banner img:hover {
    transform: scale(1.02);
}

.page_banner p {
    position: absolute;
    bottom: -16px;
    color: #fff;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    padding: 20px 0px 30px 0px;
}

.contact_form {
    padding: 70px 0;
}

.contact_form form {
    background: aliceblue;
    padding: 30px !important;
}

.about_us {
    padding: 70px 0;
}

.logo_holder {
    width: 250px;
    height: 250px;
    /* background: #f9f9f9; */
    border-radius: 200px;
    margin: 10px auto;
    box-shadow: 0 4px 16px -4px rgb(0 0 0 / 15%);
    padding-left: 12%;
    padding-top: 8%;
}

.logo_holder img {
    width: 72%;
}

.mission {
    background: #f9f9f9;
    /*padding: 50px 0px;*/
}

.mission h1 {
    padding: 10% 0px;
    text-align: center;
}

.mission p {
    padding: 0px 50px;
}

.vision {
    background: #f9f9f9;
    /*padding: 50px 0px;*/
}

.vision h1 {
    padding: 10% 0%;
    text-align: center;
}

.vision p {
    padding: 0px 50px;
}

.our_team {
    padding: 50px 0px 30px 0px;
}

.our_team h1 {
    padding: 0px 0px 25px 0px;
    font-size: 32px;
}

.our_career {
    padding: 50px 0;
}

.our_career h1 {
    padding: 0px 0px 15px 0px;
    font-size: 30px;
}

.ddl_card {
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.ddl_card .card-link {
    display: block !important;
    font-size: 18px;
}

.skil_requrd {
    padding: 10px 30px;
}

.skil_requrd p {
    font-weight: 600;
    margin-bottom: 10px;
}

.skil_requrd li {
    font-size: 15px;
}

.tech_partnr {
    padding: 50px 0;
}

.tech_partnr h5 {
    padding-bottom: 20px;
    padding-top: 30px;
    font-family: "Lato", sans-serif !important;
}

/* .partner_block {
    background: aliceblue;
} */

.partner_block .row:nth-child(2n + 1) {
    background: #fff;
}

.partner_block .row:nth-child(even) {
    background: aliceblue;
}

.partner_block h3 {
    padding: 20px 20px 20px 30px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}

.partner_block p {
    font-size: 16px;
    padding: 10px 50px;
}

.single_logo {
    border: 1px solid #ededed;
    margin: 17px 5px;
    width: 250px;
    height: 150px;
}

.single_logo img {
    padding: 10px;
    transition: transform 0.5s;
}

.single_logo img:hover {
    transform: scale(1.04);
}

.why_join {
    padding: 50px 0px 50px 0px;
}

.job_table {
    width: 100%;
}

/* .job_table thead {} */

.job_table thead tr {
    background: aliceblue;
    border-bottom: 1px solid #d1e2f0;
}

.job_table thead tr th {
    padding: 7px 20px;
    font-size: 14px;
}

/* .job_table tbody {} */

.job_table tbody tr {
    border-bottom: 1px solid #d1e2f0;
}

.job_table tbody tr td {
    padding: 7px 20px;
    font-size: 14px;
}

.job_table tbody tr td a {
    color: blue !important;
}

.team_member {
    padding: 0;
    list-style: none;
    margin: 0;
}

.team_member li {
    border: 1px solid #ddd;
    float: left;
    margin: 0px 20px 20px 0px;
}

.team_member li img {
    max-width: 253px;
    max-height: 253px;
    transition: 0.3s ease;
}

.team_member li:nth-child(2n + 1) {
    background: lightblue;
}

.team_member li:nth-child(2n) {
    background: lavender;
}

.team_member li img:hover {
    background: #d14628;
    transition: 0.5s ease;
    cursor: pointer;
}

.team_member li p {
    padding: 10px 10px;
    margin: 0;
    background: #fff !important;
}

.team_member li p span {
    font-size: 14px;
}

.job_details {
    padding: 40px 0;
}

/* .job_details p {} */

/* .job_details p span {} */

.job_details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.job_details ul p {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 20px;
}

.job_details ul li {
    list-style: disc;
    margin-left: 40px;
    font-size: 14px;
    text-align: justify;
}

.industries_body {
    padding: 70px 0px 50px 0px;
}

.ib_sub_section {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    padding: 15px 20px;
    height: 300px;
    margin-bottom: 25px;
}


.ib_sub_section p {
    font-size: 14px;
}


.industsries_body2 {
    background: aliceblue;
}

.industsries_body2 h1 {
    padding: 100px 50px 50px 50px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: aliceblue;
}

.sr_sub_img .ib_sub_section img {
    width: 65px !important;
    text-align: center;
}

.ib_sub_section h2 {
    padding: 10px 0px !important;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid aliceblue;
}

.team_section {
    padding: 50px 0px !important;
}

.team_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team_ul li {
    border: 1px solid aliceblue;
    padding: 10px;
    border-width: revert;
}

.team_container {
    position: relative;
    /* width: 50%; */
}

.team_container img {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 30px; */
}

.team_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.team_container:hover .team_overlay {
    height: 100%;
}

.team_title {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.lead_info {
    padding: 10% 5%;
}

.lead_info h2 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.lead_info h4 {
    color: #fff;
    /* font-weight: 600; */
    font-size: 16px;
}

.lead_info p {
    color: #fff;
    text-align: justify;
    /* padding-right: 15px; */
    font-size: 14px;
}

.lead_hr {
    width: 25%;
    background: #fff;
    height: 3px;
}

.ulTitle {
    text-align: left;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 10px;
}

.serviceItemList {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.serviceItemList li {
    font-size: 14px;
    padding-left: 15px;
}



.breadcrumbs {
    background: #252525 !important;
    padding: 50px 0px !important;
}

.breadcrumbs h3 {
    margin-bottom: 0 !important;
}

.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.course-details img {
    margin-bottom: 30px;
}

ul {
    padding-left: 30px;
}



.trainingSection {
    padding: 50px 0;
}

.singleCourse {
    border: 1px solid #ccc;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2) !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 350px;
    margin-bottom: 25px;
}

.singleCourse a {
    text-decoration: none;
}

.singleCourse a:hover {
    color: #f05732 !important;
    transition: .3s ease;
}

.singleCourse .heart {
    padding: 20px 15px;
}

.singleCourse .heart span {
    padding-left: 30px;
}

.singleCourse h5 {
    padding: 10px 15px 15px 15px;
}

.singleCourse h4 {
    padding: 15px 10px;
    margin: 0;
}



.singleService {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    padding: 20px;
    height: 350px;
    margin-bottom: 25px;
}

.singleService img {
    width: 40px;
    float: left;
    margin-right: 20px;
}

.singleService p {
    font-size: 13px;
    padding: 6px;
}

.singleService h4 {
    padding-bottom: 8px;
    font-size: 20px;
    padding-top: 6px;
}

.wyhusbg {
    background: floralwhite;
    padding-top: 50px;
}

.whyUsTable {
    width: 100%;
}

.whyUsTable tr td {
    font-size: 20px;
    padding: 15px 0px;
}

.whyUsTable tr td div {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 20px;
    background: #fff;
}

.whyUsTable tr td img {
    width: 60px;
}


.servicesBlock {
    height: 400px;
}


.servicesBlock h2 {
    padding: 10px 0px !important;
    font-size: 23px;
}


.servicesBlock ul li {
    font-size: 12px;
}


.partnerBlock {
    background: aliceblue;
    padding: 50px;
    text-align: center;
}


.partnerBlock ul {
    padding: 0;
    margin-top: 40px;
    list-style: none;
}

.partnerBlock ul li {
    display: inline;
    padding: 40px;
}

/* .partnerBlock ul li a {} */

.partnerBlock ul li a img {
    width: 120px;
}