header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    top: 0
}

nav {
    color: #000
}
a.navigation-brand img{
    width: 236px;
    margin: -2px 0 0;
}
.navigation-brand {
    float: left;
    position: relative;
    top: 22px;
}
nav .navigation-list {
    line-height: 30px !important;
    float: right
}

nav .navigation-list li {
    display: inline-block;
    padding: 20px 0;
    font-size: 18px;
    vertical-align:middle;
}

nav .navigation-list li a {
    text-decoration: none;
    color: #222;
    padding: 0 13px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.DS-upbtn a {
    background-color: #14548e;
    padding: 5px 15px !important;
    border-radius: 5px !important;
    color: #fff !important;
    display:inline-block !important;
    color:#fff !important;
}
.sub-menu {
    position: relative
}

.menu-arrow a {
    position: relative
}

.menu-arrow:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 4px solid #242a36;
    border-right: 4px solid #0000;
    border-left: 4px solid transparent;
    right: 2px;
    top: 35px;
    transform: rotate(180deg);
    -webkit-transition: .2s time;
    -moz-transition: .2s time;
    -ms-transition: .2s time;
    -o-transition: .2s time;
    transition: .2s time
}

.menu-arrow1 a {
    position: relative
}

.menu-arrow1:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #0000;
    border-left: 4px solid transparent;
    right: 15px;
    top: 40px;
    transform: rotate(180deg);
    -webkit-transition: .2s time;
    -moz-transition: .2s time;
    -ms-transition: .2s time;
    -o-transition: .2s time;
    transition: .2s time
}

.sub-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-radius: .1875rem;
    box-shadow: 0 1px 24px rgba(45, 62, 80, .12);
    width: 215px;
}

.sub-menu ul:before {
    left: 30px;
    background-color: #cbd6e2;
    border: 1px solid #cbd6e2;
    position: absolute;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    top: -10px;
    height: 20px;
    content: '';
    z-index: -1
}

.sub-menu ul:after {
    left: 31px;
    background-color: #fff;
    position: absolute;
    top: -9px;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    content: '';
    z-index: -1
}

.sub-menu ul li {
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #efefef
}

.sub-menu ul li:last-child {
    border-bottom: none !important
}

.sub-menu ul li a {
    width: 100%;
    float: left;
    padding: 7px 0;
    text-indent: 10px;
}

.sub-menu ul li a:hover {
    color: #1f6d9e
}

.sub-menu ul.active {
    z-index: 9;
    transform: translateY(0);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity .2s, visibility .2s, transform .2s;
    -moz-transition: opacity .2s, visibility .2s, transform .2s;
    -ms-transition: opacity .2s, visibility .2s, transform .2s;
    -o-transition: opacity .2s, visibility .2s, transform .2s;
    transition: opacity .2s, visibility .2s, transform .2s
}

.child-submenu-btn {
    display: none
}

.child-sub-menu {
    position: relative
}

.sub-menu .child-sub-menu-drop-down {
    position: absolute;
    right: -100%;
    top: 0;
    left: 100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-radius: .1875rem;
    box-shadow: 0 1px 24px rgba(45, 62, 80, .12);
    width: 220px
}

.sub-menu .child-sub-menu-drop-down.child-active {
    z-index: 9;
    transform: translateY(0);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity .2s, visibility .2s, transform .2s;
    -moz-transition: opacity .2s, visibility .2s, transform .2s;
    -ms-transition: opacity .2s, visibility .2s, transform .2s;
    -o-transition: opacity .2s, visibility .2s, transform .2s;
    transition: opacity .2s, visibility .2s, transform .2s
}

.child-submenu-btn {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    border: none;
    box-shadow: none !important;
    cursor: pointer;
    z-index: 99
}

ul.child-sub-menu-drop-down:before,
ul.child-sub-menu-drop-down:after {
    display: none
}

.child-menu-arrow {
    position: relative
}

.child-menu-arrow:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 4px solid #242a36;
    border-right: 4px solid #0000;
    border-left: 4px solid transparent;
    right: 15px;
    top: 22px;
    transform: rotate(90deg);
    -webkit-transition: .2s time;
    -moz-transition: .2s time;
    -ms-transition: .2s time;
    -o-transition: .2s time;
    transition: .2s time
}

.quote-btn {
    background:#1ca77b !important;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 3px;
    color: #fff !important;
    font-weight: 600;
    transition:0.4s ease-in-out;
}
.quote-btn:hover {
    background: #348e71 !important;
}
nav .toggle {
    display: none
}

.nav-collsaped {
    position: fixed !important;
    background-color: #fff;
    left: 0 !important;
    transition: .5s
}

.overlay {
    display: none;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 70px;
    background-color: transparent;
    transition: 5s
}

.body-overlay {
    background-color: #000;
    display: inline !important;
    transition: 5s;
    opacity: .7
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 0px);
    -moz-transform: rotate(-45deg) translate(-5px, 0px);
    -o-transform: rotate(-45deg) translate(-5px, 0px);
    -ms-transform: rotate(-45deg) translate(-5px, 0px);
    transform: rotate(-45deg) translate(-5px, 0px);
    width: 15px
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, 0px);
    -moz-transform: rotate(45deg) translate(-5px, 0px);
    -o-transform: rotate(45deg) translate(-5px, 0px);
    -ms-transform: rotate(45deg) translate(-5px, 0px);
    transform: rotate(45deg) translate(-5px, 0px);
    width: 15px
}

.cleare {
    display: block
}

.blink_img {
    animation: blinker 1s linear infinite;
    background-position: -24px -22px;
    width: 18px;
    height: 16px;
    position: relative;
    top: 8px;
    left: 6px
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.quote-btn1 {
    background: #06c580 !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 9px 0 !important;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2)
}

.quote-btn1 a {
    color: #fff !important
}

ul.child-sub-menu-drop-down.top.child-active {
    top: -228px;
    margin-left: 2px
}

ul.child-sub-menu-drop-down.top.child-active em:before {
    left: -12px;
    background-color: #cbd6e2;
    border: 1px solid #cbd6e2;
    position: absolute;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    content: '';
    z-index: -1;
    bottom: 6px
}

ul.child-sub-menu-drop-down.top.child-active em:after {
    left: -10px;
    background-color: #fff;
    position: absolute;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    content: '';
    z-index: -1;
    bottom: 7px
}

@media only screen and (min-width:1101px) and (max-width:1199px) {
    .menu-arrow:before {
        right: 0
    }
}

@media only screen and (min-width:1025px) and (max-width:1100px) {
    nav .navigation-list li a {
        padding: 25px 15px;
        font-size: 17px
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    nav .navigation-list li a {
        padding: 25px 15px;
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container {
        width: 98%
    }
}

@media(max-width:1100px) {
    .menu-arrow1:before {
        border-bottom: 4px solid #565656;
        top: 22px
    }

    .child-submenu-btn {
        display: block
    }

    header {
        height: 70px;
        padding: 0 5px;
        box-sizing: border-box
    }

    .navigation-brand {
        top: 16px
    }

    .navigation-brand img {
        width: 165px
    }

    nav .toggle {
        display: inline-block;
        background-color: transparent;
        border: 1px solid transparent;
        outline: none !important;
        float: right;
        position: relative;
        top: 20px;
        cursor: pointer
    }

    nav .toggle:hover,
    nav .toggle:focus {
        color: #d6d6d6
    }

    nav .toggle > div {
        width: 25px;
        height: 2px;
        background-color: #333;
        margin: 6px 0;
        transition: .3s
    }

    nav .navigation-list {
        height: 100%;
        position: fixed;
        left: -300px;
        margin-top: 70px;
        width: 300px;
        transition: 600ms cubic-bezier(.42, 0, 0, .99);
        overflow-x: hidden;
        box-shadow: -1px -1px #f1f1f1
    }

    nav .navigation-list li {
        display: block;
        padding: 0;
        float: left;
        width: 100%;
        border-bottom: 1px solid #efefef
    }

    nav .overlay {
        width: 100%;
        height: 100%
    }

    nav .navigation-list li a {
        float: left;
        width: 100%;
        padding: 10px 0;
        line-height: 25px;
        text-indent: 15px
    }

    .sub-menu ul:before,
    .sub-menu ul:after {
        display: none
    }

    .menu-arrow:before {
        right: 15px;
        top: 22px
    }

    .sub-menu ul {
        position: relative;
        top: 0;
        visibility: visible;
        z-index: 0;
        float: left;
        width: 100%;
        border: none;
        box-shadow: none;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        border-top: 1px solid #efefef;
        display: none
    }

    .sub-menu ul.active {
        display: block
    }

    .child-sub-menu-drop-down.child-active {
        display: block !important
    }

    .sub-menu ul li {
        background: #e9fafc
    }

    .quote-btn, .order-btn {
        padding: 15px 25px !important;
        background: #1ca77b !important;
        color: #fff !important;
        font-size: 15px !important;
        letter-spacing: 0;
        margin: 0;
        box-shadow: none;
    }

    .sub-menu ul li a {
        text-indent: 20px
    }

    .sub-menu .child-sub-menu-drop-down.child-active {
        right: inherit;
        top: inherit;
        position: inherit;
        width: 100%;
        border: none;
        box-shadow: none;
        background: #fff;
        left: 0
    }

    .sub-menu .child-sub-menu-drop-down.child-active li {
        background: #fff
    }

    .sub-menu .child-sub-menu-drop-down.child-active li a {
        text-indent: 30px
    }

    button.child-submenu-btn:before {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-bottom: 4px solid #242a36;
        border-right: 4px solid #0000;
        border-left: 4px solid transparent;
        right: 17px;
        top: 20px;
        transform: rotate(180deg);
        -webkit-transition: .2s time;
        -moz-transition: .2s time;
        -ms-transition: .2s time;
        -o-transition: .2s time;
        transition: .2s time
    }

    button.child-submenu-btn.child-menu-hover:before {
        transform: rotate(0deg);
        -webkit-transition: .2s time;
        -moz-transition: .2s time;
        -ms-transition: .2s time;
        -o-transition: .2s time;
        transition: .2s time
    }

    .quote-btn1 {
        background: #fff !important;
        box-shadow: none
    }

    .quote-btn1 a {
        color: #333 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    nav .navigation-list {}
}

@media only screen and (min-width:641px) and (max-width:767px) {
    .first-sect h1 {
        font-size: 32px
    }
}