* {
    padding: 0;
    margin: 0;
}

header {
    position: relative;
}

.digital_logo {
    width: 120px;
    position: absolute;
    top: -10px;
    z-index: 999;
}

.sticky_top {
    transition: .3s ease;
    animation: smoothScroll 1s backwards;
    position: fixed;
    width: 100%;
    z-index: 99;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0px);
    }
}

.topmenu {
    position: relative;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
}

.change_bg_topmenu {
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.nav {
    padding: 15px;
}

.nav-link {
    color: #252525 !important;
    font-weight: 600;
    text-transform: uppercase;
}

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

.nav_icon {
    background: #f05732;
    position: absolute;
    /* right: 80px; */
    right: 10%;
    top: 15px;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    padding: 16px 10px;
    cursor: pointer;
    z-index: 9999;
}

.nav_logo_icon {
    width: 74px;
    margin-left: 21px;
    margin-bottom: 10px;
    /* background: #fff; */
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    .hiddenSmallDevice {
        display: none;
    }
}


.visibleSmallDevice {
    display: none;
}

@media only screen and (max-width: 768px) {

    .visibleSmallDevice {
        display: block;
    }

    .visibleSmallDevice .navbar-nav .nav-link {
        padding: 0px 24px !important;
    }

    .visibleSmallDevice .bg-light {
        background-color: #fff !important;
    }

    .visibleSmallDevice .navbar-light .navbar-toggler {
        border-color: #fff !important;
        display: none !important;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

    .nav_icon {
        top: 3px;
        right: 5%;
    }

    .digital_logo {
        width: 75px !important;
        /* display: none; */
    }
}


.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 3px;
    transition: .3s ease;
    display: block;
}

.bar2 {
    width: 20px;
}

.bar3 {
    margin-bottom: 0;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}

.side_padding {
    padding: 0px 20px;
}

.nav_menu_container {
    position: fixed;
    top: 0;
    background: rgba(17, 45, 82, 0.98);
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 999;
}

.nav_menu_title {
    padding: 15px 20px;
}

.nav_menu_title a {
    font-size: 26px;
    color: #fff !important;
}

.nav_list_main {
    margin: 10px 0px 40px 0px;
    display: none;
}

@media only screen and (max-width: 768px) {

    .nav_list_main {
        display: block;
    }
}

.nav_list_main li {
    list-style: none;
    display: inline;
    padding: 3px 0;
}

.nav_list_main li a {
    color: #fff !important;
    text-decoration: none;
    padding: 0px 15px 0px 0px;
    text-transform: uppercase;
}

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

.nav_list li {
    padding: 1px;
}

.nav_list li p {
    border-bottom: 1px solid #7a7e82;
    padding-bottom: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.nav_list li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
    transition: .3s ease;
}

.nav_list li a:hover {
    color: #f05732 !important;
    transition: .3s ease;
    padding-left: 6px;
}

.tech_partnr p {
    text-align: justify;
    font-size: 18px;
}

.serviceBottomLeftBlock {
    background: #D14628;
    padding: 8% 1%;
    color: #fff;
}

.serviceBottomLeftBlockForAdvisory {
    /* background: aliceblue; */
    padding: 5% 1%;
}

.serviceBottomRightBlock {
    background: aliceblue;
    padding: 8% 1%;
}

.whatCanDoList {
    padding: 0px 0px 30px 100px;
    margin: 0;
}

.whatCanDoList li {
    text-transform: initial;
}

.industriesList {
    padding: 0;
    margin: 0;
    list-style: none;

}

.industriesList li {
    float: left;
    margin-right: 20px;
    width: 125px;
    height: 100px;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
    padding: 38px 0px;
    font-weight: bold;
    color: #fff;
    /* text-transform: uppercase; */
    transition: .3s ease;
}

.industriesList li:nth-child(2n + 1) {
    background: #D14628;
}

.industriesList li:nth-child(2n) {
    background: #252525;
}