@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif; 
*/

:root {
    --grey: #292929;
    --blue: #0062aa;
    --white: #ffffff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::selection {
    color: #fff;
    background: var(--blue);
}

html {
    font-size: 1px;
    scroll-behavior: smooth;

}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    font-weight: 600;
    color: #333333;
}

section.home-section {
    font-size: 20px;
}

a {
    outline: none !important;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

a:hover,
a:focus,
select:focus,
button:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

/* pppppppppp */
p {
    line-height: 1.7;
    font-weight: 600;
    color: #444444;
    font-family: 'Raleway';
    text-shadow: 0px 0px 5px #fff;
    margin-bottom: 15px;
}

li {
    list-style: none;
}

a {
    outline: none !important;
    text-decoration: none;
    font-family: 'Raleway', Feature-serif;
}

.feature-sec {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0;
    background: url(../images/feature-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none !important;
    font-family: 'Raleway', sans-serif;
    text-shadow: 0px 0px 6px #fff;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}

.underline {
    position: relative;
    margin-bottom: 35px;
}


/*==================== General Setting ====================*/

h1, h2 {
    margin-top: 15px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333;
}

h1 span,
h2 span
{
    color: var(--blue);
}

h1.underline,
h2.underline {
    padding-bottom: 15px;
}

.underline:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: var(--blue);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.blue-text {
    color: var(--blue);
}

.text-white {
    color: var(--white);
}


/*==================== Header ====================*/

.navbar .main-menu {
    margin-left: 50px;
}

.navbar .phone {
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-right: 1px solid #181818;
}

.navbar .phone img {
    margin-right: 10px;
}

.navbar .phone span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 600;
}

.navbar .phone a {
    font-size: 24px;
    color: #333;
    line-height: 22px;
    font-weight: 500;
}

header {
    position: relative;
}

header .navbar-default .navbar-brand {
    height: auto;
    padding: 7px 0;
}

.top-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar {
    text-align: center;
    padding: 5px 0;
    background-color: var(--grey);
    position: relative;
}

.top-bar ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-bar a i {
    color: #fff;
    margin: 6px 10px;
    font-size: 16px;
}


/*--------------- Language ---------------*/

.sl-nav {
    display: flex;
    align-items: center;
}

.sl-nav .lang-dropdown {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    line-height: 22px;
}

.sl-nav .lang-dropdown:hover {
    color: #333333;
}

.sl-nav .lang-dropdown img {
    margin-right: 5px;
}

.sl-nav .lang-dropdown i {
    margin-left: 5px;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    pointer-events: all;
    z-index: 10;
}

.sl-nav li {
    cursor: pointer;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    right: -15px;
    display: block;
    background: #fff;
    width: auto;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.sl-nav li:hover .triangle, .sl-nav li:hover .mobile-triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 100%;
    background: transparent;
}

.sl-nav li:hover .mobile-triangle {
    width: 55px;
}

.sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
    width: 90px;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #146c78;
}

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-de {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==");
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}


/*----------------------- Language ends here -----------------------*/

header .navbar-toggler {
    display: none;
}


/* Menu */

header .navbar-default {
    border: 0;
    margin-bottom: 0;
    background: #fff;
    border-radius: 0;
}

header .dropdown-menu>li>a {
    padding: 9px 20px;
    font-weight: 500;
    color: var(--black);
}

header .dropdown-menu>li>a:hover {
    background: var(--blue);
    color: var(--white);
}

header .navbar-nav {
    display: flex;
    height: 104px;
    align-items: center;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
}

header .navbar-default .navbar-nav:not(.request)>li {
    padding: 12px 20px;
}

.main-menu ul.dropdown-menu {
    padding: 50px 7%;
    border-radius: 0;
    border-top: 3px solid var(--blue);
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    left: 0;
    z-index: 9;
}

header .navbar-default .navbar-nav.main-menu>li>a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    transition: 0.5s;
    color: #333333;
    padding: 0;
    line-height: 22px;
}

header .navbar-default .navbar-nav>li>a:not(.no-underline):after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: var(--blue);
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

header .navbar-default .navbar-nav.main-menu>.active>a:after,
header .navbar-default .navbar-nav.main-menu>li>a:hover::after,
header .navbar-default .navbar-nav.main-menu>li>a.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar-default .navbar-nav.main-menu>li>a:hover,
.navbar-default .navbar-nav.main-menu>li>a:focus,
.navbar-default .navbar-nav.main-menu>li>a.active {
    color: var(--blue)!important;
}

.navbar-default .navbar-nav.request>li>a:hover,
.navbar-default .navbar-nav.request>li>a:focus {
    background-color: var(--blue);
    text-decoration: underline;
}

.navigation-desktop .mainLogo img {
    height: 72px !important;
}

/* Start Hamburger */

#menu-toggle {
    width: 50px;
    height: 74px;
    margin: 15px;
    position: relative;
    position: relative;
    cursor: pointer;
    /* background: #a2c8a3; */
    border-radius: 5px;
    border: 0;
    overflow: hidden;
}

#menu-toggle span {
    display: block;
    background: var(--blue);
    border-radius: 2px;
}

#menu-toggle:hover {
    background: transparent;
}

#menu-toggle #hamburger {
    position: absolute;
    height: auto;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#menu-toggle #hamburger span {
    width: 35px;
    height: 2px;
    position: relative;
    margin: 10px auto;
}

#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: 0.5s;
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: 0.75s;
}

#menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    top: 0;
    left: 0;
}

#menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition-delay: 0s;
    transform: translate(-50%, -50%);
}

#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    transition-delay: 0.25s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#menu-toggle.open #hamburger span {
    width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: 0.125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: 0.25s;
}

#menu-toggle.open #cross span:nth-child(1) {
    height: 35px;
    transition-delay: 0.625s;
}

#menu-toggle.open #cross span:nth-child(2) {
    width: 35px;
    transition-delay: 0.375s;
}

#hamburger span,
#cross span {
    transition: 0.25s ease-in-out;
    box-sizing: border-box;
}


/* //End humburger */


/*=============================  
        Section Part  
===============================*/

section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}


/*=========================== Banner ===========================*/

.my-sec, .rise-sec {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    background-image: url(../images/rise-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-bottom: 1px solid #aaa; */
}

.content-list
{
    margin-bottom: 10px;
}

.content-list li {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 7px;
}

.content-list li:before {
    content: url(../images/right-arrow.png);
    position: absolute;
    left: 0;
    top: 2px;
}


/* Banner ends here*/


/*=========================== Augmented Data section ===========================*/

.adal-sec {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0;
    background: url(../images/adal-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.adal-slider {
    margin-top: 30px;
    margin-bottom: 30px;
}

.adal-inner {
    background-color: var(--blue);
    text-align: center;
    padding: 30px 34px;
    border-radius: 10px;
}

h4,
.adal-inner h4,
.adal-inner a.adal-title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
    display: inline-block;
}

.adal-inner p {
    /* font-size: 15px; */
    color: #fff;
    /* line-height: 26px; */
}

.dark-bg *
{
    text-shadow: none;
}

/*=========================== Work section ===========================*/

h3,
.work-sec h3 {
    margin: 30px 0;
    font-size: 24px;
    line-height: 1.3;
    color: #333333;
}

.work-sec h5.blue-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.work-sec {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0;
    background: url(../images/work-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*=========================== Feature section ===========================*/

.feature-sec {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0;
    background: url(../images/feature-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.feature-sec h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

.feature-sec h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 25px 0 15px;
}

.feature-sec h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 20px 0 5px;
}


/* Owl Carousel Dot */

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel button.owl-dot {
    background-color: #e4e4e4;
    border: none;
    padding: 5px!important;
    font: inherit;
    border-radius: 50px;
    margin: 0 5px;
}

.owl-carousel button.owl-dot.active {
    background: var(--blue);
    padding: 7px!important;
}


/* Owl Carousel Arrow */

.owl-carousel {
    position: relative;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    margin: 0;
    top: 38%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 200px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next
{
    position: absolute;
    top: 30%;
    left: -100px;
}

.owl-nav button.owl-next
{
    left: auto;
    right: -100px;
}


/*=========================== Footer ===========================*/

footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f2f2f2;
}

footer .footer-top {
    padding: 70px 0 50px;
}

footer .about-us {
    padding-right: 50px;
}

footer .about-us img {
    margin-bottom: 15px;
}

.footer-widget-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 30px;
    color: #333333;
    margin-top: 0;
}

.footer-menu li a {
    line-height: 36px;
    color: #444444;
    font-weight: 500;
    transition: 0.3s color ease-in-out;
    font-weight: 600;
}

.footer-menu li a:hover {
    color: var(--blue);
}

ul.contact {
    position: relative;
}

ul.contact li {
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
}

ul.contact li,
ul.contact li a {
    color: #444444;
    font-weight: 600;
}

ul.contact li a:hover {
    color: var(--blue);
}

ul.contact li i {
    width: 15px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 2px;
    font-size: 16px;
    color: var(--blue);
}

.footer-social
{
    display: none;
}

ul.social-media {
    display: flex;
    align-items: center;
}

ul.social-media li:not(:last-child) {
    margin-right: 5px;
}

ul.social-media li a {
    width: 40px;
    height: 40px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
}

ul.social-media li a:hover {
    border-radius: 50%;
}

.footer-social-media ul.social-media {
    justify-content: center;
    margin-top: 25px;
}

.footer-bottom {
    position: relative;
}

.copyright {
    font-weight: 600;
    line-height: 24px;
    color: #444444;
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}

.footer-bottom ul {
    display: flex;
    justify-content: end;
}

.footer-bottom ul li a {
    color: #fff;
    margin: 0 5px;
    font-weight: 400;
    line-height: 24px;
}

.footer-bottom ul li a:hover {
    text-decoration: underline;
}


/*********  Copyright  *********/


/* Mega Menu */

.navbar-default{
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}
.navbar-default .navbar-nav > li > a{
    color:#fff;
}
/* .navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
} */
.navbar-default .navbar-brand{
    color:#fff;
}
.menu-large {
    position: static !important;
}
.megamenu{
    padding: 20px 0px;
    width:100%;
}
.megamenu> li > ul {
    padding: 0;
    margin: 0;
}
.megamenu> li > ul > li {
    list-style: none;
}
.megamenu> li > ul > li > a {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}
@media (max-width: 768px) {
    .megamenu{
        margin-left: 0 ;
        margin-right: 0 ;
    }

    .main-menu ul.dropdown-menu {
        padding: 0px;
    }

    .megamenu> li {
        margin-bottom: 0px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;

    }
    .navbar-nav .open .dropdown-menu .dropdown-header{
        color:#fff;
    }
}


/*
 * Dropdown on hover 
 */

@media (min-width:480px) {

    /* .dropdown:hover .dropdown-menu {
        display: block;
    } */

}

/*  */

.dropdown-menu h4
{
    color: #333;
}

.dropdown-menu h4 a
{
    color: #333;
}}

.dropdown-menu h4 a:hover
{
    color: var(--blue)
}


/*  */

.about-contact
{
    margin-top: 30px;
}
.about-contact ul.contact li {
    margin-bottom: 15px;
}

.partner-sec {
    background-image: url(../images/partner-bg.jpg);
}

.about-sec {
    background-image: url(../images/about-bg.jpg);
}

.data-link-integration-sec {
    background-image: url(../images/data-link-integration-bg.jpg);
}

.analyze-delivery-messaging-sec {
    background-image: url(../images/analyze-delivery-messaging-bg.jpg);
}

.analyze-store-sharing-sec {
    background-image: url(../images/analyze-store-sharing-bg.jpg);
}

.data-collection-sec {
    background-image: url(../images/data-collection-bg.jpg);
}

.data-processing-sec {
    background-image: url(../images/data-processing-bg.jpg);
}

.cross-database-integration-sec {
    background-image: url(../images/cross-database-integration-bg.jpg);
}

.data-control-query-sec {
    background-image: url(../images/data-control-query-bg.jpg);
}

.massively-parallel-processing-dw-sec {
    background-image: url(../images/massively-parallel-processing-dw-bg.jpg);
}

.analytics-sec {
    background-image: url(../images/analytics-bg.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    background-color: #DFF2F9;
}
    

.machine-learning-sec {
    background-image: url(../images/machine-learning-bg.jpg);
}
    

.natural-language-analysis-sec {
    background-image: url(../images/natural-language-analysis-bg.jpg);
}

.automotive-sec {
    background-image: url(../images/automotive-bg.jpg);
}

.high-tech-sec {
    background-image: url(../images/high-tech-bg.jpg);
}

.industrial-machinery-components-sec {
    background-image: url(../images/industrial-machinery-components-bg.jpg);
}

.consumer-products-sec {
    background-image: url(../images/consumer-products-bg.jpg);
}

.fashion-sec {
    background-image: url(../images/fashion-bg.jpg);
}

.life-sciences-sec {
    background-image: url(../images/life-sciences-bg.jpg);
}

.retail-sec {
    background-image: url(../images/retail-bg.jpg);
    /* background-repeat: repeat;
    background-size: auto; */
}

.wholesale-distribution-sec {
    background-image: url(../images/wholesale-distribution-bg.jpg);
}

.manufacturing-sec {
    background-image: url(../images/manufacturing-bg.jpg);
}

.sales-marketing-sec {
    background-image: url(../images/sales-marketing-bg.jpg);
}

.finance-sec {
    background-image: url(../images/finance-bg.jpg);
}

.hr-sec {
    background-image: url(../images/hr-bg.jpg);
}


/* menus */

/* .navigation-desktop .alternative-nav .menu-parent:before {
    background: #fff;
    content: ' ';
    height: 38px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 301
} */



.navbar .main-menu {
    margin-left: 50px;
}

.my-mm .phone {
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-right: 1px solid #181818;
}

.my-mm {
    padding: 30px 0px 15px 0px;
}

.my-mm .phone img {
    margin-right: 10px;
}

.my-mm .phone span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 600;
}

.my-mm .phone a {
    font-size: 24px;
    color: #333;
    line-height: 22px;
    font-weight: 500;
}

.my-mm .navbar-nav:not(.request)>li {
    padding: 12px 20px;
}

.dropdwn-last-row
{
    background-color: #efefef !important;
}

.alternative-nav
{
    text-align: center;
}

.alternativeNav ul {
    text-align: left;
}

/*  */

.flyout-level-3 li
{
    padding: 0 20px;
    display: flex !important;
    /* align-items: center; */
}

.dd-btn
{
    margin-top: 30px;
}

.dd-details
{
    padding-right: 30px;
    width: 80%;
}