ul {
    padding: 0;
    margin: 0;
}

/*ul li {
        list-style-type: none;
        display: inline-block;
    }*/

body {
    color: #18191b;
}

a {
    color: #18191b;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin: 0;
}

i::before {
    margin: 0 !important;
    font-size: inherit !important;
}

body {
    background: #e9eef9;
}

    body header {
        background: white;
        box-shadow: 0px 5px 21px 0px #808080b5;
        padding: 0;
    }

    body header ul{
        margin-bottom:0 !important;
    }

        body header .container-fluid {
            background: #2559c0;
            padding: 15px 0px;
            background-image: url("/images/bgg.png");
            background-size: cover;
        }

            body header .container-fluid .logo img {
                max-width: 100%;
				height:62px;
            }

        body header .logo .mhmLogo {
            height: 62px;
            display: flex;
            align-items: center;
        }

        body header .menu ul li {
            display: inline-block;
            font-family: Gotham;
        }

            body header .menu ul li a {
                color: #0084ff;
                display: inline-block;
                padding: 15px 10px;
                display: flex;
                align-items: center;
                font-weight: 600;
                font-size: 16px;
                text-decoration: none !important;
            } 

                /*@media(min-width:768px) and (max-width:991px){
                body header .menu ul li a {
                    font-size:12px;
                }
            }*/

                body header .menu ul li a i {
                    font-size: 20px;
                }

        body header .menu ul .hasDropdown {
            position: relative;
        }

            body header .menu ul .hasDropdown ul {
                position: absolute;
                background: white;
                z-index: 10;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s;
                width: max-content;
                box-shadow: 0px 22px 21px -8px #80808069;
            }

                body header .menu ul .hasDropdown ul li {
                    display: block;
                    font-family: Gotham;
                }

                    body header .menu ul .hasDropdown ul li a {
                        transition: all 0.1s;
                        width: 100%;
                    }

                        body header .menu ul .hasDropdown ul li a:hover {
                            background: #2559c0;
                            color: white;
                        }

                body header .menu ul .hasDropdown ul .has-sub {
                    position: relative;
                }

                    body header .menu ul .hasDropdown ul .has-sub ul {
                        right: -95px;
                        top: 0;
                        opacity: 0;
                        visibility: hidden;
                        box-shadow: 0px 22px 21px -8px #80808069;
                    }

                    body header .menu ul .hasDropdown ul .has-sub:hover ul {
                        opacity: 1;
                        visibility: visible;
                    }

            body header .menu ul .hasDropdown:hover ul {
                opacity: 1;
                visibility: visible;
            }

        body header .rightMenu {
            height: 100%;
            align-items: center;
        }

            body header .rightMenu a {
                display: inline-block;
                margin-right: 15px;
            }

                body header .rightMenu a i {
                    color: #0084ff80;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    text-align: center;
                    line-height: 20px;
                    font-size: 18px;
                }

            body header .rightMenu span {
                color: #0084ff;
            }

            body header .rightMenu .socials {
                display: inline-block;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-end;
            }

                body header .rightMenu .socials img {
                    opacity: 0.5;
                    transition: all 0.3s;
                }

                    body header .rightMenu .socials img:hover {
                        opacity: 1;
                    }

            body header .rightMenu .search {
                display: flex;
            }

                body header .rightMenu .search i {
                    color: #0084ff;
                }

            body header .rightMenu .phone {
                display: flex;
                align-items: center;
            }

                body header .rightMenu .phone a {
                    margin: 0;
                }

                body header .rightMenu .phone span {
                    font-size: 22px;
                    font-weight: 600;
                }

                body header .rightMenu .phone i {
                    color: #0084ff;
                    font-size: 22px;
                }

            body header .rightMenu .lang {
                margin-left: 15px;
                display: flex;
                align-items: center;
            }

                body header .rightMenu .lang span {
                    font-size: 13px;
                    font-weight: 700;
                }

    body footer {
        background: #12171d;
        padding: 25px;
    }

        body footer span {
            font-size: 14px;
            color: gray;
        }

        body footer ul li {
            margin-right: 20px;
            float: right;
        }

            body footer ul li img {
                max-width: 50px;
            }

#news {
    margin: 40px 0px;
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 60px;
}

    /*#news .container {
        background: white;
        padding: 60px;
        width: 1200px;
    }*/

    #news .heading {
        margin-bottom: 40px;
    }

        #news .heading h6 {
            font-size: 22px;
        }

        #news .heading a.btn {
            background: #e9eef9;
            border-radius: 0;
            color: #2559c0;
        }

            #news .heading a.btn:focus {
                box-shadow: none;
            }

    #news .slider {
        position: relative;
    }

        #news .slider img {
            max-width: 100%;
        }

        #news .slider h1 {
            font-size: 30px;
            color: gray;
            font-weight: 700;
        }

    #news .owl-dots {
        position: absolute;
        right: 10%;
        bottom: 10px;
    }

        #news .owl-dots span {
            display: none;
        }

    #news .owl-carousel button.owl-dot {
        background: #e9eef9;
        width: 45px;
        height: 2px;
        margin-right: 10px;
        border: none;
    }

        #news .owl-carousel button.owl-dot:focus {
            outline: none;
        }

        #news .owl-carousel button.owl-dot.active {
            background: #2559c0;
        }


.accordion-page {
    margin: 40px 0px;
}

    .accordion-page .container-fluid {
        padding: 0;
        background-image: url("/images/bg.png");
        background-attachment: fixed;
        background-position: right;
    }

        .accordion-page .container-fluid .no-gutters {
            position: relative;
        }

        .accordion-page .container-fluid .menuIcon {
            display: none;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 0;
        }

            .accordion-page .container-fluid .menuIcon span {
                display: inline-block;
                width: 30px;
                height: 2px;
                background: gray;
                display: block;
                margin-bottom: 5px;
            }

        .accordion-page .container-fluid .menu ul li {
            border-bottom: 1px solid #8b95fb6e;
            display: block;
            padding: 0;
        }

            .accordion-page .container-fluid .menu ul li a {
                color: white;
                background: #2559c0;
                padding: 15px 20px;
                display: inline-block;
                width: 100%;
                /*text-transform: capitalize;*/
                transition: all 0.1s;
            }

                .accordion-page .container-fluid .menu ul li a:hover {
                    background: white;
                    color: #2559c0;
                }

        .accordion-page .container-fluid .menu ul .active {
            background: white;
            color: #2559c0;
        }

        .accordion-page .container-fluid .content .item {
            display: none;
        }

            .accordion-page .container-fluid .content .item h3 {
                color: #464646;
                margin-bottom: 40px;
            }

            .accordion-page .container-fluid .content .item p {
                color: #464646;
            }

        .accordion-page .container-fluid .content .active {
            display: block;
        }

@media (max-width: 991px) {
    #news .owl-dots {
        position: initial !important;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .accordion-page .menuIcon {
        display: block !important;
        z-index: 10;
    }

    .accordion-page .menu {
        display: none;
        margin-top: 40px;
    }

    .accordion-page .col-md-8 {
        padding: 15px !important;
    }
}

@media (max-width: 575px) {
    #news .owl-item h1 {
        font-size: 18px !important;
        margin: 10px 0px;
    }

    footer span {
        font-size: 12px !important;
    }

    footer ul li {
        margin-right: 0 !important;
    }

        footer ul li img {
            max-width: 25px !important;
        }

        footer ul li:last-child img {
            max-width: 50px !important;
        }
}

/*# sourceMappingURL=style.css.map */

#about {
    margin: 40px 0px;
    color: #515151;
}

    #about .aboutPage {
        background: white;
        padding: 70px;
        overflow: hidden;
        background-image: url("/images/bg.png");
        background-size: cover;
    }

        #about .aboutPage .aboutHeading ul {
            position: relative;
            display: flex;
            justify-content: space-between;
        }

            #about .aboutPage .aboutHeading ul li {
                text-align: center;
            }

                #about .aboutPage .aboutHeading ul li .year {
                    font-weight: bold;
                    font-size: 30px;
                    position: relative;
                    margin-bottom: 60px;
                    display: inline-block;
                }

                    #about .aboutPage .aboutHeading ul li .year::before {
                        content: "";
                        position: absolute;
                        bottom: -45px;
                        width: 35px;
                        height: 35px;
                        background: #a8bde6;
                        border: 8px solid #2559c0;
                        border-radius: 100%;
                        left: 18px;
                    }

                #about .aboutPage .aboutHeading ul li .content {
                    display: table-row;
                    max-width: 200px;
                    font-size: 18px;
                    font-weight: 500;
                }

            #about .aboutPage .aboutHeading ul::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 6px;
                background: lightblue;
                left: 0;
                bottom: 110px;
            }

@media (min-width:511px) and (max-width:767px) {
    #about .aboutPage .aboutHeading ul::before {
        bottom: 165px;
        left: 65px;
    }
}

@media (max-width:510px) {
    #about .aboutPage .aboutHeading ul::before {
        left: 50px;
        bottom: 191px;
    }
}

#about .aboutPage .aboutContent {
    margin-top: 60px;
}

    #about .aboutPage .aboutContent p {
        margin-bottom: 20px;
    }

    #about .aboutPage .aboutContent ul li {
        display: block;
        position: relative;
        margin-left: 20px;
    }

        #about .aboutPage .aboutContent ul li::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 100%;
            background: #515151;
            margin-right: 10px;
            display: inline-block;
            position: absolute;
            left: -15px;
            top: 10px;
        }

.accordion-page .downElements {
    display: none;
}

.accordion-page .downElementsButton a {
    text-align: center;
    background: #2376c273 !important;
    color: white;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    transition: all 0.1s;
}

    .accordion-page .downElementsButton a:hover {
        background: white !important;
        color: #2559c0;
    }

.slide-menu ul {
    max-height: 275px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .slide-menu ul.active {
        height: auto;
        max-height: 2000px;
    }

#career {
    margin: 40px 0px;
    color: #515151;
}

    #career .careerHeading {
        background: linear-gradient(to right, #13bfde, #21e1bd);
        padding: 20px 35px;
        color: white;
        border-radius: 5px;
        margin-bottom: 5px;
    }

        #career .careerHeading h3 {
            margin: 0;
            font-size: 25px;
        }

    #career .careerPage {
        background: white;
        padding: 35px;
        border-radius: 5px;
    }

        #career .careerPage .hrRow p {
            margin-bottom: 15px;
        }

        #career .careerPage h6 {
            font-size: 20px;
            color: black;
            margin-bottom: 30px;
        }

        #career .careerPage .workRow h6 {
            margin-bottom: 15px;
        }

        #career .careerPage .careerContent span {
            font-size: 17px;
            color: #017aca;
            font-weight: 500;
        }
		
		#career .careerPage h6,
#career .careerPage .hrRow p span strong,
#career .careerPage .hrRow p {
    font-family: Gotham !important;
    font-weight: 600 !important;
	    font-size: 14px;
}

#career .careerPage .hrRow p span{
    font-size:14px !important;
}

   #career .careerPage .hrRow p b {
        font-family: Gotham-Medium !important;
    }

#career .careerPage .workRow a {
    font-family: Gotham !important;
    font-weight: 600 !important;
}

        #career .careerPage .careerContent ul {
            background: #f7faff;
            padding: 25px;
            margin-top: 10px;
        }

            #career .careerPage .careerContent ul li {
                box-shadow: 0px 0px 12px 3px #8080804f;
                display: block;
                background: white;
                margin-bottom: 15px;
                border-radius: 5px;
                padding: 10px 25px;
            }

                #career .careerPage .careerContent ul li .col-4 {
                    display: flex;
                    align-items: center;
                    font-size: 16px;
                    font-weight: 500;
                }

                    #career .careerPage .careerContent ul li .col-4 a.btn {
                        padding: 7px 20px;
                    }
