
body {
    margin: 0;
    padding: 0
}

.logo img {
    width: 100%
}

#parallelogram {
    width: 150px;
    height: 100px;
    -webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
    background: #001a55
}

.help-section {
    float: left;
    width: calc(100% - 250px)
}

.help-section a {
    color: #333;
    font-size: 12px;
}

.help-section a:hover {
    color: #333;
    text-decoration: none
}

.help-section li img {
    height: 17px;
    vertical-align: baseline
}

.inver-now {
    float: left;
    padding: 8px;
    padding-left: 18px;
    width: 248px;
    background: #001a55;
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 99%, 0 100%);
    clip-path: polygon(8% 0, 100% 0, 100% 99%, 0 100%);
    transition: all ease-in .2s;
    transform: translate(0, 0)
}

.inver-now a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase
}

.inver-now:hover a {
    color: #99cf17;
    transition: all ease-in .2s;
    text-decoration: none
}

.inver-now a:hover span {
    transform: translate(8px, 0);
    transition: all ease-in .2s
}

.inver-now img {
    width: 22px;
    vertical-align: top;
    margin-left: 5px
}

.headerfix {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 0;
       width: 100%
}

.top-header {
    background: #99cf17;
    float: left;
    width: 100%;
    -webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
    clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%)
}

.help-section ul {
    padding-left: 0;
    margin-bottom: 0
}

.help-section ul li {
    display: inline-block;
    font-size: 17px;
    padding: 7px;
    float: right
}

.custom-header ul li {
    font-size: 14px !important;
    text-transform: unset !important;
    margin: 15px 0;
    padding: 0 15px
}

.custom-header .nav>li>a {
    padding: 5px;
    color: #130d01;
    font-weight: 700
}

.reach-us {
    display: none
}

.reach-us ul {
    padding-left: 0
}

.reach-us ul li:nth-child(1) {
    position: fixed;
    top: 200px;
    right: -291px;
    list-style-type: none;
    background: #99cf17;
    margin-bottom: 5px;
    padding: 10px;
    box-shadow: 0 2px 1px #ccc;
    transition: all ease-in .2s;
    z-index: 9999
}

.reach-us ul li:hover:nth-child(1),
.reach-us ul li:hover:nth-child(2) {
    right: 0
}

.reach-us ul li:nth-child(2) {
    position: fixed;
    top: 250px;
    right: -118px;
    list-style-type: none;
    background: #99cf17;
    margin-bottom: 5px;
    padding: 10px;
    box-shadow: 0 2px 1px #ccc;
    transition: all ease-in .2s;
    z-index: 9999
}

.reach-us ul li span {
    padding-left: 0px
}

.reach-us ul li span a {
    font-size: 13px;
    color: #000
}

.mob-dropdown-custom div.dropdown {
    border-bottom: 1px solid #142a5b
}

.mob-dropdown-custom button {
    width: 100%;
    text-align: left;
    padding: 1em;
    background: #001a55;
    border-color: none;
    border-bottom: 1px solid #142a5b;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.mob-dropdown-custom button:focus,
.mob-dropdown-custom button:hover {
    color: #fff;
    background: #213769
}

.mob-dropdown-custom .dropdown-menu {
    width: 100%;
    min-height: 150px;
    background: #2f53a6;
    overflow-y: scroll
}

.mob-dropdown-custom .dropdown-menu li a {
    padding: 1em;
    color: #fff
}

.mob-dropdown-custom .dropdown-menu li a:hover {
    background: #213769;
    color: #fff
}

.content-center {
    display: none
}

.padding-top-5 {
    padding-top: 5px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu .dropdown-menu-sub {
    top: 0;
    left: 171px;
    margin-top: 10px
}

.dropdown-mobsubmenu .dropdown-menu {
    top: 0;
    left: 0;
    margin-top: 31px
}

.dropdown-mobsubmenu {
    position: relative
}

.dropdown-mobsubmenu ul {
    display: none
}

.activemobsubmnu {
    background: red
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown:hover .dropdown-mobsubmenu .dropdown-menu {
    display: none
}

.dropdown-submenu:hover .dropdown-menu-sub {
    display: block
}

.dropdown-menu-sub {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px -380px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu-sub>li>a {
    display: block;
    padding: 3px 30px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu-sub>li>a:focus,
.dropdown-menu-sub>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5,
#menu6,
#menu7 {
    background: #2f53a6
}

.fontbutton {
    padding: 5px 5px;
    border: none;
    background: #204d74 !important;
    cursor: pointer
}

#sms {
    width: 41px;
    height: 50px;
    background: url(../images/sprite.png) 0 58px;
    display: block;
    margin: -26px -36px
}

#call {
    width: 41px;
    height: 50px;
    background: url(../images/sprite.png) 0 112px;
    display: block;
    margin: -26px -36px
}

#speaker {
    width: 41px;
    height: 50px;
    background: url(../images/sprite.png) 13px 204px;
    display: block;
    margin: -26px -36px
}

#invest-arrow {
    width: 40px;
    height: 50px;
    background: url(../images/sprite.png) 10px 62px;
    display: block;
    margin: -25px 50%
}

.help-section ul li:nth-child(1) {
    padding: 8px 0 8px 27px
}

.help-section ul li:nth-child(4) {
    padding: 8px 0 8px 15px
}

#facebook {
    width: 22px;
    height: 25px;
    background: url(../images/sprite.png) 410px -10px;
    display: block;
    margin: 1px 2px -17px 0;
}

#youtube {
    width: 25px;height: 20px; background: url(../images/sprite.png) 412px -137px; display: block;  margin: 4px 0px 0px 1px;
}

#linkedin {
    width: 20px; height: 20px; background: url(../images/sprite.png) 409px -43px; display: block; margin:2px 0px 0px 3px;
}

#twitter {
    width: 20px; height: 20px; background: url(../images/sprite.png) 409px -105px; display: block; margin: 2px 0px 0px 0px;
}

@media only screen and (max-width:1199px) and (min-width:1024px) {
    .custom-header ul li {
        font-size: 13px
    }
    .custom-header .nav>li>a {
        padding: 5px
    }
}

@media only screen and (max-width:1023px) and (min-width:992px) {
    .custom-header ul li {
        font-size: 11px
    }
    .help-section ul li {
        font-size: 15px
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .help-section ul li {
        font-size: 15px
    }
    .navbar-collapse.custom-header {
        padding-left: 0;
        padding-right: 0
    }
    .custom-header ul li {
        font-size: 9px
    }
    .custom-header .nav>li>a {
        padding: 0
    }
    .help-section {
        float: left;
        width: calc(99% - 250px)
    }
    .inver-now {
        width: 256px
    }
    .inver-now a {
        font-size: 15px
    }
    .dropdown-submenu .dropdown-menu-sub {
        top: 0;
        left: 212px;
        margin-top: 10px
    }
}

@media only screen and (max-width:768px) and (min-width:991px) {
    .custom-header .nav>li>a {
        padding: 0
    }
}

@media (max-width:767px) {
    .reach-us {
        display: block
    }
    .extra-padding-nav {
        box-shadow: 0 5px 5px #ccc;
        padding-bottom: 12px !important
    }
    .inver-now {
        padding: 6px;
        width: 100%;
        text-align: center;
        background: #001a55;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%);
        transition: all ease-in .2s;
        transform: translate(0, 0);
        display: block;
        margin: 0 auto
    }
    .inver-now a {
        font-size: 14px
    }
    .content-center {
        display: flex;
        justify-content: center;
        width: 100%
    }
    .padding-top-5 {
        padding-top: 0
    }
}

@media only screen and (max-width:500px) and (min-width:319px) {
    .main>section button {
        font-size: .6em !important;
        padding: 5px !important
    }
    .mob-dropdown-custom button {
        padding: 5px 1em;
        font-size: 14px !important
    }
    .cbp-spmenu-vertical a {
        padding: 5px 1em !important
    }
    .cbp-spmenu a {
        font-size: 14px !important
    }
    .cbp-spmenu-right.cbp-spmenu-open {
        /*min-height: 1000px;*/
        /*overflow-y: scroll*/
    }
}

@media only screen and (max-width:360px) and (min-width:480px) {
    .logo img {
        width: 85%
    }
}

@media only screen and (max-width:320px) and (min-width:359px) {
    .logo img {
        width: 75%
    }
}