.headersec-logo, .hed-logo3, .logo-sec-two, .logohead222 {
    padding: 0;
    margin: 0;
}

.menucard-a, .menucard-a22 {
    transition: .3s;
    text-align: center;
}

.responsive-menu ul li a, nav > ul ul li {
    text-transform: capitalize;
    font-size: 14px;
}

.logo-sec-two {
    height: 71px;
    width: 100%;
    float: left;
}

.header-location-sec, .header-wrap, .hed-logo, .hide-toparrow, .logo-sec-two-bg, .menu-sec, .menu-secmm, .menucard, .top-menusec {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.hed-logo3 {
    width: 120px;
}

.resmobile-logo {
    margin: 0;
    padding: 0 0 6px;
    width: 155px;
}

.mob-logo222 {
    margin: 0;
    padding: 0;
    width: 100px;
}

.logohead5555 {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0 0 0 15px;
    float: left;
}

.smalllogo {
       margin: 5px 0px 0px 0px;
    padding: 0;
    width: 170px;
}

.ints-ul, .ints-ul li, .menucard-a, .menucard-a22 {
    float: left;
    width: 100%;
}

.menucard-a {
    height: 54px;
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 53px;
    color: #fff;
    background: #56b224;
}

.logof, .logof-h3, .menucard-a22 {
    height: auto;
    padding: 0;
}

.menucard-a22, .responsive-menu ul li {
    font-size: 13px;
    text-transform: uppercase;
}

.menucard-a:hover {
    background: #15568e;
    transition: .3s;
}

.menucard-a22 {
    margin: 0;
    line-height: 71px;
    color: #fff;
    background: #ec2067;
    font-weight: 800;
    border-radius: 0;
    transform: translateY(0);
}

.about55, .logof-h3 {
    font-size: 17px;
    font-weight: 600 !important;
    margin: 12px 0px 0px 0px !important;
}

.logof-h3, nav > ul ul li a {
    font-weight: 500;
    color: #222;
}

.menucard-a22:hover {
    background: #222;
}

.ints-ul {
    padding-left: 0;
    margin-bottom: 30px;
}

    .ints-ul li {
        list-style-type: none;
        position: relative;
    }

.logof {
    width: 85%;
    margin: 0;
    float: left;
}

.logof-h3, .menubar, .responsive-header, .responsive-logobar, nav > ul ul li a {
    width: 100%;
    float: left;
}

.logof-h3 {
    margin: 0;
    text-transform: uppercase;
}

.registration a:first-child {
    border-left: 0;
}

nav {
    float: right;
}

.menubar nav > ul {
    padding-top: 0;
    margin: 0;
}

    .menubar nav > ul > li {
        width: auto;
        margin: 0;
        padding: 0 3px;
    }

        .menubar nav > ul > li > a {
            margin: 0;
            padding: 24px 9px;
            font-size: 13px;
            line-height: 23px;
            display: inline-block;
            font-weight: 600;
            -webkit-transition: .5s;
            position: relative;
            color: #222;
            text-transform: uppercase;
        }

            .menubar nav > ul > li > a:hover {
                color: #138400!important;
                background-color: #ffffff;
                background-image: url("https://www.transparenttextures.com/patterns/small-crackle-bright.png");
            }

            .menubar nav > ul > li > a i {
                font-size: 14px;
                font-weight: 800;
            }

nav > ul ul {
    position: absolute;
    top: 71px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    padding: 0;
    border-bottom: 4px solid #23c108;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
    -webkit-transition: .6s cubic-bezier(.785, .135, .15, .86);
    transition: .6s cubic-bezier(.785, .135, .15, .86);
    -webkit-transform: translate3d(-15px,15px,0);
    -moz-transform: translate3d(-15px,15px,0);
    -o-transform: translate3d(-15px,15px,0);
    -ms-transform: translate3d(-15px,15px,0);
    transform: translate3d(-15px,15px,0);
}

    nav > ul ul li {
        padding: 0;
        letter-spacing: normal;
        display: table;
        font-weight: 400;
    }

        .responsive-header .topbar:after, .responsive-header .topbar:before, .responsive-menu ul li:before, nav > ul ul li:before {
            display: none;
        }

        nav > ul ul li a {
            padding: 12px 15px;
            font-size: 14px;
            letter-spacing: .3px;
            transition: .5s,_ .5s;
            border-bottom: 1px solid #dbdbdb;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
        }

            nav > ul ul li a:hover {
                color: #222;
                background-color: #efefef;
            }

                nav > ul ul li a:hover .rightarrow {
                    color: #000;
                }

        .responsive-menu ul li:last-child, nav > ul ul li:last-child > a, nav > ul ul ul li a {
            border: 0;
        }

nav > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

nav > ul ul ul {
    left: 100%;
    top: 0;
    background: #34bc00;
    color: #444;
    min-width: 220px;
    box-shadow: none;
}

nav > ul ul li.has-children:before {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-family: fontawesome;
    font-size: 14px;
    color: inherit;
}

.responsive-header {
    position: relative;
    z-index: 10000;
    display: none;
}

    .responsive-header .topbar {
        padding: 15px;
    }

        .responsive-header .topbar span {
            margin-right: 20px;
        }

.responsive-logobar {
    text-align: center;
    padding: 8px 0 7px;
}

.close-menu, .menu-button {
    color: #6c6b6b;
    text-align: right;
}

.responsive-logo {
    float: left;
}

.menu-button {
    float: right;
    padding: 4px 8px;
    font-size: 23px;
    line-height: 23px;
    font-weight: 300!important;
    border: 1px solid #d1cbcd;
    border-radius: 5px;
}

    .menu-button:hover {
        color: #817c7c;
    }

.responsive-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 70%;
    height: 100%;
    opacity: 0;
    background: #fff;
    overflow: auto;
    -webkit-transition: .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .5s cubic-bezier(.19, 1, .22, 1);
    transition: .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.190,1.000,0.220,1.000);
    -moz-transition-timing-function: cubic-bezier(0.190,1.000,0.220,1.000);
    -o-transition-timing-function: cubic-bezier(0.190,1.000,0.220,1.000);
    transition-timing-function: cubic-bezier(0.190,1.000,0.220,1.000);
    box-shadow: -3px 13px 24px -1px rgba(0,0,0,.3);
}

    .close-menu, .responsive-menu ul li a {
        font-weight: 400;
        position: relative;
        float: left;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive-menu.slidein {
    left: 0;
    opacity: 1;
}

.responsive-menu ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .responsive-menu ul li {
        float: left;
        width: 100%;
        font-family: poppins;
        border-bottom: 1px solid #efeeee;
        letter-spacing: 1px;
        font-weight: 900;
        margin: 0;
        list-style-type: none;
    }

        .responsive-menu ul li a {
            width: 100%;
            padding: 10px 20px;
            color: #222;
        }

        .responsive-menu ul li.menu-item-has-children > a:before {
            content: "\f067";
            position: absolute;
            right: 20px;
            top: 10px;
            width: 10px;
            height: 10px;
            color: #636363;
            font-family: fontawesome;
            font-size: 15px;
        }

        .responsive-menu ul li ul {
            display: none;
            padding-left: 0;
            background: #eeffe5;
        }

            .responsive-menu ul li ul li:hover {
                background: #b9b5b5;
            }

.close-menu {
    line-height: 30px;
    margin: 0 15px 0 -15px!important;
    font-size: 23px;
    width: 100%;
    top: -38px;
}

    .close-menu:hover {
        color: #fff;
    }

a {
    text-decoration: none!important;
}

@media (max-width:980px) {
    header {
        display: none!important;
    }

    .responsive-header {
        display: block;
    }
}

@media (max-width:767px) {
    .responsive-header .topbar span {
        float: none;
        display: inline-block;
        margin: 0 6px;
    }

    .responsive-header .topbar {
        text-align: center;
    }
}

.mob-logo {
    height: auto;
    width: 200px;
    margin: 0;
    padding: 5px 0 0 15px;
    float: left;
}
