/**** header css ****/
body {
    font-size: 14px;
    color: #31414c;
    font-family: roboto-regular;
}

.column {
    float: left;
    padding-top: 15px;
}

a, button {
    transition: all 0.3s;
}

a:hover, button:hover {
    text-decoration: none;
    transition: all 0.3s;
}

:focus, button:focus {
    outline: none;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

h4 {
    font-size: 26px;
    margin: 0px 0px 18px;
    padding: 0px;
    font-weight: bold;
}

@font-face {
    font-family: roboto-regular;
    src: url(/template/fonts/roboto-regular.eot);
    src: url(/template/fonts/roboto-regular.eot) format("embedded-opentype"), url(/template/fonts/roboto-regular.woff2) format("woff2"), url(/template/fonts/roboto-regular.woff) format("woff"), url(/template/fonts/roboto-regular.ttf) format("truetype"), url(/template/fonts/roboto-regular.svg#wf) format("svg");
}

.container {
    max-width: 1240px;
}

header {
    color: #fff;
    min-height: 600px;
    background-size: cover;
    background-position: 100%;
    padding: 20px 0px;
    /*background-image: url(/template/images/banner.jpg);*/
}

header.aboutbg {
    background: #000 url(/template/images/aboutbg.jpg);
    color: #fff;
    min-height: 450px;
    background-size: cover;
    background-position: 100%;
    padding: 30px 0px;
}

header.tradingbg {
    background: #000 url(/template/images/tradingbgimg.jpg);
    color: #fff;
    min-height: 450px;
    background-size: cover;
    background-position: 100%;
    padding: 30px 0px;
}

header.contactbgb {
    background: #000 url(/template/images/contactbgimg.jpg);
    color: #fff;
    min-height: 150px;
    background-size: cover;
    background-position: 100%;
    padding: 30px 0px;
}

header.actbg {
    background: #000 url(/template/images/actbg.jpg);
    color: #fff;
    min-height: 450px;
    background-size: cover;
    background-position: 100%;
    padding: 30px 0px;
}

header .logo {
    background: rgba(74, 95, 108, .7);
    text-align: center;
    padding: 5.5px 0px;
    border-radius: 5px 0px 0px 5px;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 0, 136% 99%, 95% 100%, 5% 100%, 0 89%, 0 9%);
    /* clip-path: polygon(5% 0, 100% 0, 100% 0, 100% 91%, 95% 100%, 5% 100%, 0 89%, 0 9%); */
}

ul.arrowBullet {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

ul.arrowBullet li {
    padding-left: 22px;
    min-height: 16px;
    height: auto;
    margin-bottom: 5px;
    list-style: none;
    background: url(/template/images/arrow_bullet_16x16.png) top left no-repeat;
    background-position-y: 3px;
    padding-bottom: 7px;
}

header .logo a {
    display: inline-block;
}

header .top_nav {
    background: rgba(19, 39, 53, .7);
    border-radius: 0px 5px 0px 0px;
}

.borderclip {
    -webkit-clip-path: polygon(99% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(99% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
}

header .bottom_nav {
    background: rgba(74, 95, 108, .7);
    border-radius: 0px 0px 5px 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 99% 100%, 1% 100%, 0 84%);
    clip-path: polygon(0 0, 100% 0, 100% 84%, 99% 100%, 1% 100%, 0 84%);
}

header ul.navig1 {
    list-style: none;
    float: left;
}

header ul.navig1 li {
    float: left;
}

header ul.navig1 li a {
    padding: 19px 15px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

header .bottom_nav ul.navig1 li a {
    padding: 19px 10px;
}

header .bottom_nav ul.navig1 li:first-child a {
    padding: 14px 10px 15px;
}

header ul.navig1 li a:hover, header .top_nav ul li a.active {
    background: rgba(79, 100, 113, .7);
}

.searchbox {
    float: right;
    padding: 9px 11px;
}

.searchbox i {
    cursor: pointer;
}

.follows {
    float: right;
    background: #2a4f67;
    height: 56px;
    border-radius: 0px 5px 0px 0px;
}

.follows .links {
    padding: 0px 15px;
    float: left;
}

.follows .links a {
    display: inline-block;
    padding: 16px 1px;
}

.follows .links a:hover {
    opacity: 0.5;
}

.follows .dropdown {
    float: right;
}

.follows .dropdown a {
    color: #ffffff;
    display: block;
    padding: 17px;
    position: relative;
}

.follows .dropdown a:before {
    position: absolute;
    content: "";
    top: 15px;
    bottom: 15px;
    width: 1px;
    /* background: #ffffff; */
    left: 0px;
}

.follows .dropdown a:after {
    display: none;
}

.follows .dropdown .dropdown-menu {
    margin: 0px 0px 0px 2px;
    min-height: 56px;
    min-width: 91px;
    background: #2a4f67;
    border: none;
    padding: 0px;
    left: auto !important;
    border-radius: 0px !important;
}

.follows .dropdown .dropdown-menu a, .follows .dropdown .dropdown-menu a:hover {
    color: #fff;
    padding: 10px;
    background: #2a4f67;
}

.follows .dropdown .dropdown-menu a:before {
    display: none;
}

.pdl {
    padding-left: 0px;
}

.pdr {
    padding-right: 0px;
}

.bannerheading {
    text-align: center;
    margin: 0px 0px;
}

.bannerheading h1 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}

.bannerheading .buttonb {
    text-align: center;
}

.bannerheading .buttonb a {
    display: inline-block;
    padding: 13px;
    min-width: 200px;
    border: solid 2px #ffffff;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.bannerheading .buttonb a:hover {
    background: #122634;
    color: #ffffff;
}

.bannernav {
    background: rgba(50, 71, 86, .7);
    border-radius: 5px;
    margin-top: 60px;
    -webkit-clip-path: polygon(1% 0, 99% 0, 100% 13%, 100% 84%, 99% 100%, 1% 100%, 0 84%, 0 14%);
    clip-path: polygon(1% 0, 99% 0, 100% 13%, 100% 84%, 99% 100%, 1% 100%, 0 84%, 0 14%);
}

.bannernav ul {
    list-style: none;
}

.bannernav ul li {
    float: left;
    width: 12.5%;
}

.bannernav ul li a {
    display: block;
    padding: 15px 16px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.bannernav ul li a:hover {
    background: rgba(79, 100, 113, .7);
}

.bannernav ul li:first-child a:hover {
    border-radius: 5px 0px 0px 5px;
}

.bannernav ul li:last-child a:hover {
    border-radius: 0px 5px 5px 0px;
}

.bgcolor {
    background: #dcdcdc;
    min-height: 640px;
    padding: 30px;
}

.product_b {
    padding: 30px 15px;
}

.product_b h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.product_b .imagebr {
    text-align: center;
    padding: 20px 0px;
}

.product_b .imagebr img {
    max-width: 70%;
}

.product_b .buttonx {
    text-align: center;
}

.product_b .buttonx a {
    display: inline-block;
    padding: 10px;
}

.product_b p {
    font-size: 16px;
    line-height: 25px;
}

.product_b p.minh {
    min-height: 195px;
}

.bgimg {
    background: #000 url(/template/images/boxbg.jpg);
    background-size: cover;
    color: #ffffff;
    padding: 50px 0px;
}

.bgimg2 {
    background: #000 url(/template/images/boxbg1.jpg);
    background-size: cover;
    color: #ffffff;
    padding: 50px 0px;
}

.ser_box {
    position: relative;
    /* padding: 35px 5px 20px 105px; */
    /* border-bottom: solid 1px #bfbfbf; */
}

.borlr {
    /* border-left: solid 1px #bfbfbf; */
    /* border-right: solid 1px #bfbfbf; */
}

.ser_box .imgboxs {
    /* position: absolute; */
    /* left: 0px; */
    /* top: 30px; */
    margin-bottom: 20px;
}

.ser_box h5 {
    font-size: 14px;
    font-weight: bold;
}

.ser_box p {
    font-size: 12px;
    min-height: 90px;
}

.bgimg1 {
    background: url(/template/images/bg3.png);
    background-size: 100%;
    padding: 40px 0px;
    text-align: center;
}

.bgimg1 a img {
    padding: 0px 15px;
}

.formbox {
    background: #f5f5f5;
    padding: 60px 0px;
}

.formbox input, .formbox select, .formbox textarea {
    background: #ffffff;
    height: 50px;
    border: solid 2px #d8d8d8;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 5px;
}

.formbox h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.formbox textarea {
    height: 142px;
}

.buttonform {
    text-align: center;
}

.brnone {
    border-bottom: none;
}

.buttonform button {
    background: #173144;
    cursor: pointer;
    margin-top: 15px;
    color: #ffffff;
    border: none;
    padding: 10px;
    min-width: 170px;
    font-weight: bold;
    text-transform: uppercase;
}

.mtp {
    margin-top: 350px;
}

.bror {
    border-right: solid 1px #e5e5e5;
}

.actgg {
    margin: 0px 0px 40px;
}

.actgg .ser_box {
    border-bottom: solid 1px #e5e5e5;
}

.actgg .ser_box.bnone {
    border-bottom: none;
}

.actgg h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3e596d;
    padding-bottom: 30px;
    text-align: center;
}


.linkbg {
    background: #fafafa;
    text-align: center;
}

.linkbg ul {
    display: inline-block;
    list-style: none;
}

.linkbg ul li {
    float: left;
}

.linkbg ul li a {
    display: block;
    padding: 20px;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.linkbg ul li a.active, .linkbg ul li a:hover {
    color: #3e596d;
}

.linkbg ul li a sub, .aboutbgwhite h3 sub {
    position: relative;
    top: 0px;
}

.aboutimg {
    margin-bottom: 30px;
}

.aboutimg img {
    max-width: 400px;
    width: 100%;
}

.aboutbgwhite {
    padding: 60px 0px;
}

.aboutbgwhite p {
    font-size: 15px;
    text-align: justify;
}

.aboutbgwhite h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3e596d;
    padding-bottom: 8px;
    padding-top: 10px
}

.aboutbgwhite ul.ab {
    list-style: none;
}

.aboutbgwhite ul.ab li {
    margin-top: 10px;
}

.aboutbgwhite ul.ab li a {
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background: #808f98;
    color: #ffffff;
    font-size: 15px;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.aboutbgwhite ul.ab li a:hover {
    background: #253c4d;
}

.tradingb {
    list-style: none;
}

.tradingb {
    margin: 30px 0px;
}

.tradingb li {
    float: left;
    width: 50%;
}

.tradingb li a {
    display: block;
    padding: 8px 0px 8px 22px;
    color: #253c4d;
    font-weight: bold;
    background: url(/template/images/right-arrow.png) no-repeat 0px 5px;
}

.tradingb li a:hover {
    color: #000;
    text-decoration: underline;
}

.imnr img {
    max-width: 350px;
}

.mapc {
}

.contactinfo {
    position: relative;
    padding-left: 40px;
}

.contactinfo i {
    position: absolute;
    left: 0px;
    top: 0px;
}


.formstop {
    background: #000 url(/template/images/footerbg.jpg);
    background-size: cover;
    padding: 40px 0px 10px;
    min-height: 200px;
}

.formstop h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.formstop ul {
    list-style: none;
}

.formstop ul li a {
    display: block;
    padding: 0px;
    color: #333;
}

.formstop ul li a:hover {
    padding-left: 5px;
    text-decoration: underline;
}

.formstop p {
    text-transform: uppercase;
}

.mrtop {
    margin-top: 20px;
}

.footerfl {
    float: right;
}

.footerfl a:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 1100px) {
    header {
        padding: 10px 0px;
    }

    .pdr {
        padding-right: 15px;
        border-radius: 5px;
    }

    header .logo {
        border-radius: 5px;
    }

    header ul.navig1 {
        overflow: auto;
        white-space: nowrap;
        float: none;
    }

    header ul.navig1 li {
        float: none;
        display: inline-block;
    }

    .pdl {
        padding-left: 15px;
    }

    .follows {
        width: 100%;
        border-radius: 0px;
    }

    .follows .links a {
        padding: 16px 6px;
    }

    .searchbox {
        position: absolute;
        top: 57px;
        right: 10px;
    }

    .bannernav ul {
        overflow: auto;
        white-space: nowrap;
    }

    .bannernav ul li {
        float: none;
        display: inline-block;
        width: auto;
    }

    .bannernav ul li a {
        display: inline-block;
        padding: 15px;
    }

    .follows .dropdown {
        float: left;
    }
}


.ser_box:hover img {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.mtp {
    margin-top: 20px;
}


<!--
------------------------------------------------------------------

-->
.responsive-menu {
    position: relative;
}

.main-menu, .sub-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.main-menu li, .sub-menu li {
    font-size: 1rem;
}

.main-menu > li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.main-menu > li a {
    display: block;
}

.main-menu > li a:hover {
    background: rgba(74, 95, 108, .7);
}

.main-menu > li.active .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    z-index: 20;
}

@media only screen and (min-width: 1221px) {
    .main-menu > li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        margin-top: 0;
        z-index: 20;
    }
}

.main-menu .expand {
    display: none;
}

@media only screen and (max-width: 1220px) {
    .main-menu {
        opacity: 0;
        pointer-events: none;
        margin-top: 20px;
        transition: 200ms all;
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        min-width: 100%;
        width: 100%;
        left: 0%;
    }

    .main-menu li {
        display: block;
    }

    .main-menu .expand {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.5rem 1rem;
        z-index: 15;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        transition: 200ms all;
    }

    .main-menu .expand.active {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media only screen and (max-width: 1220px) {
    .main-menu.active {
        opacity: 1;
        pointer-events: auto;
        margin-top: 0;
        z-index: 20;
        background: rgba(74, 95, 108, 1.10);
    }
}

.sub-menu {
    opacity: 0;
    pointer-events: none;
    margin-top: 20px;
    transition: 200ms all;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 200px;
}

@media only screen and (max-width: 1220px) {
    .sub-menu {
        display: block;
        z-index: 20;
        width: 100%;
    }
}

.sub-menu li a {
    display: block;
}

.toggle-menu {
    display: none;
}

@media only screen and (max-width: 1220px) {
    .toggle-menu {
        display: inline-block;
    }
}


nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: rgba(74, 95, 108, .7);
    font-size: 1rem;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: 0;
    margin: 3px 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #172631e0;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 .25rem .25rem;
}

@media only screen and (min-width: 1221px) {
    nav {
        text-align: left;
    }
}

.toggle-menu {
    color: #ffffff;
    padding-right: 1rem;
    float: right;
}

.toggle-menu span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.3rem;
}

.toggle-menu svg {
    display: inline-block;
    vertical-align: middle;
}


.main-menu, .sub-menu {
}

.main-menu li a, .sub-menu li a {
    padding: 17px 12.3px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.5px;
}

.main-menu .expand, .sub-menu .expand {
    color: #ffffff;
    font-size: 13px;
}


.mnu-dwn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
    background: rgba(50, 71, 86, .7);
    border-radius: 5px;
    margin-top: 0px;
    -webkit-clip-path: polygon(1% 0, 99% 0, 100% 13%, 100% 84%, 99% 100%, 1% 100%, 0 84%, 0 14%);
    clip-path: polygon(1% 0, 99% 0, 100% 13%, 100% 84%, 99% 100%, 1% 100%, 0 84%, 0 14%);
}

.mnu-dwn li {
    float: left;
    list-style: none;
    padding: 15px 60px;
    text-transform: uppercase;
}

.mnu-dwn li a {
    color: #fff;
    float: left;
    font-size: 14px;
}

.mnu-dwn li:hover {
    background: rgba(74, 95, 108, .9);
}


@media only screen and (max-width: 1220px) {
    .sub-menu {
        background: #777777;
    }


    .mnu-dwn {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        font-size: 1rem;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0px;
        background: rgba(50, 71, 86, .7);
        border-radius: 0px;
        margin-top: 0px;
        clip-path: rect(1% 0, 99% 0, 100% 13%, 100% 84%, 99% 100%, 1% 100%, 0 84%, 0 14%);
    }

    .mnu-dwn li {
        width: 100%;
        float: none;
        list-style: none;
        padding: 15px 40px;
        text-transform: uppercase;
    }

    .mnu-dwn li a {
        color: #fff;
        float: none;
        font-size: 14px;
    }

    .mnu-dwn li:hover {
        background: rgba(74, 95, 108, .9);
    }


    .searchbox {
        display: none;
    }


    .linkbg ul li {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .bgimg1 img {
        width: 100%;
    }
}


.panel {
    margin-bottom: 5px;
    background-color: #ffffff;
    /*border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.panel-body {
    padding: 12px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6f6f6f;
    font-weight: normal;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.panel-heading {
    padding: 12px 15px;
    border-radius: 0px;
    border: 1px solid #808e97 !important;
    background-color: #808e97;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* font-weight: bold; */
    font-size: 16px;
    color: #ffffff;
    display: block;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    /* border-radius: 4px;*/
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #ffffff;
}

.panel-default > .panel-heading {
    color: #333333;
    /* background-color: #f5f5f5;
border-color: #dddddd;*/
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
    border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
    border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
    border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
    border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
    border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
    border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}


.slider {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.slides {
    /* Clear fix */
    *zoom: 1;
    /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    margin: 0;
    padding: 0;
}

.slide {
    list-style: none;
    height: 100%;
    float: left;
    clear: none;
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 0;
}

.slider-arrow--right {
    bottom: 50%;
    right: 20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
}

.slider-arrow--left {
    bottom: 50%;
    left: 20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
}

.slider-nav {
    position: absolute;
    bottom: 40px;
}

.slider-nav__item {
    width: 10px;
    height: 10px;
    float: left;
    clear: none;
    display: block;
    margin: 0 8px;
    background: #fff;
}

.slider-nav__item:hover {
    background: dimgrey;
}

.slider-nav__item--current {
    background: dimgrey;
}

.down-arrow {
    position: fixed;
    bottom: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    left: 50%;
    margin-left: -10px;
    animation: float 1s ease infinite;
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0)
    }
}

.one {
    background-size: cover;
}

.two {
    background-size: cover;
}

.three {
    background-size: cover;
}

.drop {
    animation: drop .5s ease forwards;
}


.slide-text {
    font-size: 2em;
    text-align: center;
    color: #fff;
    z-index: -1;
}

.slide-text img {
    top: 0;
    margin-top: -50px;
}


.slide-text p {
    padding-top: 35px;
}

.banner-txt {
    margin-top: 200px;
}


@media (max-width: 999px) {
    .sidebar, .footerPopUp {
        display: none;
    }
}

.btn-warning {
    color: #000;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Imp Message */
.footerPopUp {
    width: 1170px;
    position: fixed;
    left: 50%;
    bottom: 0px;
    margin-left: -585px;
    font-size: 14px !important;
    text-align: center !important;
    z-index: 99;
}

.arrow {
    background-image: url(/template/images/arrow.png);
    display: block;
    float: right;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
}

.impMessage {
    position: absolute;
    left: 0;
    bottom: 0;
}

.impMessage h2 {
    font-size: 24px !important;
}

.impMessage a.toggleButton {
    display: block;
    height: 35px;
    width: 250px;
    text-decoration: none;
    background: #feca41;
    padding: 5px;
    float: right;
    cursor: pointer;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #173144;
    font-weight: bold;
    font-size: 18px;
    padding-top: 8px;
}


.impMessage .impMessageBody {
    clear: both;
    height: 150px;
    width: 350px;
    background: #173144;
    color: #FFF;
    padding: 15px;
    display: none;
    opacity: .9;
}

.msgInput {
    padding: 5px;
    text-align: center;
}

.msgSubmit {
    width: 100px;
    background: #F8C541;
    color: #173144;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.margin_bottom {
    margin-bottom: 20px;
}


.crossfade li {
    width: 100%;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
    color: #fff;
    background-color: #000;
    -webkit-animation: fade-out 22s infinite both;
    -moz-animation: fade-out 22s infinite both;
    animation: fade-out 22s infinite both;
    background-image: url(/template/images/banner.jpg);
}

.crossfade li:nth-child(2) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
    background-image: url(/template/images/banner.jpg);
}

.crossfade li:nth-child(3) {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    animation-delay: 10s;
    background-image: url(/template/images/banner.jpg);
}

.crossfade li:nth-child(4) {
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    animation-delay: 16s;
    background-image: url(/template/images/banner.jpg);
}


.tabs-menu {
    padding: 20px;
}

.tablist-reponsiveScroll {
    overflow-x: none;
}

[role="tablist"] {
    padding-left: 0;
    margin: 6px 0 0;
    list-style-type: none;
    display: table;
    white-space: nowrap;
}

[role="tablist"]:after, [role="tablist"]:before {
    content: "";
    display: table;
    clear: both;
}

[role="tablist"] > [role="presentation"] {
    display: table-cell;
}

[role="tablist"] [role="tab"] {
    display: block;
    padding: 12px;
    background-color: #eaeaea;
    color: #000;
    text-decoration: none;
}

[role="tablist"] [role="tab"][aria-selected="false"]:hover {
    background-color: #ccc;
}

[role="tablist"] [role="tab"][aria-selected="true"] {
    background-color: #fff;
    padding: 13px 12px;
    color: #3e596d;
    margin-top: -6px;
    margin-top: 5px;
    border: solid thin #eee;
    border-top: 4px solid;
    border-bottom: 0;
}

[role="tabpanel"] {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 15px;
    border: solid thin #eee;
    margin-top: -5px;
}

[role="tabpanel"] ul {
    margin-left: 18px;
}

[role="tabpanel"][aria-hidden="true"] {
    display: none;
    visibility: hidden;
}


@-webkit-keyframes fade-out {
    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }
}

@keyframes fade-out {
    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }
}

.fixd_header {
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.hide_dive {
    display: none;
}

.logo_white {
    background-color: white !important;
    padding-bottom: 0px !important;
}

.text_gray {
    color: #2b3943 !important;
    padding-top: 23px !important;
}

.search_padding_0 {
    padding-top: 0px !important;
}


@media (max-width: 767px) {
    .slide-text img {
        top: 22px;
        width: 100%;
    }
}

.homeh1 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}


.btns {
    background-color: #163144;
    border: solid 1px #fff;
    color: #fff;
}

.btns:hover {
    background-color: #feca41;
    border: solid 1px #feca41;
    color: #173144;
}

.btns1 {
    background-color: #feca41;
    border: solid 1px #feca41;
    color: #173144;
}

.btns1:hover {
    background-color: #163144;
    border: solid 1px #fff;
    color: #fff;
}


.zoom img {
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
}

.zoom:hover .imagebr img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0;
}


.zoom:hover .cfd {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0;
    background-image: url('/template/images/icon1_a.png');
    width: 92px;
    height: 84px;
    transform: scale(1.2);
}


.zoom:hover .spot {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    background-image: url('/template/images/icon2_a.png');
    width: 92px;
    height: 84px;
    transform: scale(1.2);
}


.zoom:hover h5 a {
    margin-left: 15px;
    transition-duration: 1s;
}

.ser_box h5 {
    transition-duration: 1s;
}

.zoom:hover h5:before {
    content: "";
    margin-left: 0px;
    transition-duration: 5s !important;
}

.ser_box h5 {
    font-size: 17px;
    font-weight: bold;
    transition-duration: 5s;
}


.b-01 {
    transition-duration: 1s;
}

.zoom:hover .b-01 img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}


.block {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.img-parallax1 {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-60%, 0);
    pointer-events: none
}


.img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-60%, 0);
    pointer-events: none
}

.face:hover {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}


.scroll {
    background: #173144;
}


#fixed-social {
    position: fixed;
    top: 30%;
    right: 0;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2000000;
}

#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 150px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #3C5A98;
}

.fixed-facebook span {
    background-color: #3C5A98;
}

.fixed-twitter {
    background-color: #1EA1F2;
}

.fixed-twitter span {
    background-color: #1EA1F2;
}

.fixed-gplus {
    background-color: #00AF54;
}

.fixed-gplus span {
    background-color: #00AF54;
}

.fixed-linkedin {
    background-color: #CB2128;
}

.fixed-linkedin span {
    background-color: #CB2128;
}

.fixed-instagrem {
    background-color: #DC4F42;
}

.fixed-instagrem span {
    background-color: #DC4F42;
}

.fixed-tumblr {
    background-color: #2a4f67;
}

.fixed-tumblr span {
    background-color: #2a4f67;
}

.fixed-login {
    background-color: #f9b231;
}

.fixed-login span {
    background-color: #f9b231;
}

.fixed-add {
    background-color: #567e98;
}

.fixed-add span {
    background-color: #567e98;
}

/*end fixed social*/


.fixd_header nav {
    padding: 4px 0;
}


@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}


.btn1 {
    background-color: #ffffff00;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 2px;
}

.btn2 {
    background-color: #feca41;
    color: #2a4f67;
    border-radius: 2px;
}

.btn1:hover {
    background-color: #163144;
    color: #fff;
    border-color: #ffffff;
}

.sub-menu li a {
    padding: 10px 7px;
}


.employee {
    width: 100%;
    background-color: #173144;
    margin: 10px auto;
    display: block;
    overflow: hidden;
    height: 280px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
}

.employee:hover > .employee-image {
    margin-top: -70px;
}

.employee-image {
    background-color: #fff;
    /* height:400px; */
    width: 100%;
    transition: 0.5s;
}

.employee-image img {
    /* height:100%; */
}

.employee-name {
    /* color:#fff; */
    /* font-weight:bold; */
    padding: 15px;
}

.employee-name h1 {
    font-size: 30px;
}

.employee-name span {
    font-size: 20px;
    color: yellow;
    padding: 0px;
}

.employee-social-link ul li {
    position: relative;
    bottom: -50px;
}

.employee-social-link ul {
    text-align: center;
    list-style: none;
}

.employee-social-link ul li {
    display: inline-block;
    margin: 7px;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
    line-height: 0.1;
    margin-left: -5px;
}

.employee-social-link i {
    font-size: 15px;
    color: #fff;
    animation-name: rotate-icon;
}

.employee-social-link ul li:nth-child(1) {
    transition: 1.0s;
}

.employee-social-link ul li:nth-child(2) {
    transition: 1.3s;
}

.employee-social-link ul li:nth-child(3) {
    transition: 1.6s;
}

.employee-social-link ul li:nth-child(4) {
    transition: 1.9s;
}

.employee-social-link ul li:nth-child(5) {
    transition: 2.2s;
}

.employee:hover > .employee-details .employee-social-link ul li {
    bottom: 50px;
}


.btn-outline-danger:hover {
    color: #fff;
    background-color: #0393ec;
    border-color: #86d1ff;
}


.dropdown-lng {
    position: relative;
    display: inline-block;
    color: #ffffff;
    display: block;
    padding: 17px;
    position: relative;
}

.dropdown-content-lng {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1000;
}

.dropdown-lng:hover .dropdown-content-lng {
    display: block;
}


.dropdown-menu li a {
    padding: 8px 10px;
    font-size: 13px;
}


.divice {
    background-color: #fff;
    padding: 20px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    margin: 10px auto;
    border: solid 2px #eaeaea;
}

.dvc-wrp {
    transition-duration: 1s;
}

.dvc-wrp:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0;
}


.cfd {
    background-image: url('/template/images/icon1.png');
    width: 92px;
    height: 84px;
    display: block;
    margin-left: -10px;
}

.ser_box:hover .cfd {
    background-image: url('/template/images/icon1_a.png');
    width: 92px;
    height: 84px;
    transform: scale(1.2);
}

.spot {
    background-image: url('/template/images/icon2.png');
    width: 92px;
    height: 84px;
    display: block;
    margin-left: -10px;
}

.ser_box:hover .spot {
    background-image: url('/template/images/icon2_a.png');
    width: 92px;
    height: 84px;
    transform: scale(1.2);
}

.future {
    background-image: url('/template/images/icon3.png');
    width: 92px;
    height: 84px;
    display: block;
    margin-left: -10px;
}

.ser_box:hover .future {
    background-image: url('/template/images/icon3_a.png');
    width: 92px;
    height: 84px;
    transform: scale(1.2);
}

.option {
    background-image: url('/template/images/icon4.png');
    width: 92px;
    height: 84px;
    display: block;
    margin-left: -10px;
}

.ser_box:hover .option {
    background-image: url('/template/images/icon4_a.png');
    width: 92px;
    height: 84px;
    transform: scale(1.2);
}

.bond {
    background-image: url('/template/images/icon5.png');
    width: 92px;
    height: 84px;
    display: block;
    margin-left: -10px;
}

.ser_box:hover .bond {
    background-image: url('/template/images/icon5_a.png');
    width: 92px;
    height: 84px;
    transform: scale(1.2);
}

.stock {
    background-image: url('/template/images/icon6.png');
    width: 92px;
    height: 84px;
    display: block;
    margin-left: -10px;
}

.ser_box:hover .stock {
    background-image: url('/template/images/icon6_a.png');
    width: 92px;
    height: 84px;
    transform: scale(1.2);
}


header {
    color: #fff;
    min-height: 700px;
    background-size: cover;
    background-position: 100%;
    padding: 20px 0px;
}


.follows .dropdown a {
    color: #ffffff;
    display: block;
    padding: 5px 10px;
    position: relative;
}


.follows {
    float: right;
    background: #2a4f67;
    height: 56px;
    border-radius: 0px 5px 0px 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 16px;
}


.ab-lst {
    text-align: center;
    display: block;
    width: 100%
}

.ab-lst li {
    display: inline-block;
    width: 19.7%;
}

.ab-lst li a {
    text-align: center;
    background-color: #405d72;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}


.ab-lst li a {
    text-align: center;
    background-color: #405d72;
    padding: 20px 15px;
    height: auto;
    color: #fff;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
}


.abt-icn {
    margin-bottom: 15px;
}


.ab-lst li a:hover {
    background-color: #163144;
}


/* Wobble Vertical */
@keyframes ab-lst {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

.ab-lst li .abt-icn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.ab-lst li:hover .abt-icn {
    animation-name: ab-lst;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}


.contact-info {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: dotted 1px #adadad;
    padding-bottom: 15px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    /* background: #071c34; */
    /* padding: 30px 0px; */
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #3f5463;
    font-size: 19px;
    text-transform: capitalize;
    /* font-weight: 600; */
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #636363;
    font-size: 16px;
    font-weight:;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%; /* padding-left: 0; */
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-field select {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}


.transform-middle {
    position: inherit;
    top: 50%;
    transform: translateY(-50%);
}


.pge-ttl {
    text-align: center;
    padding: 15px 0 30px 0
}

.pge-ttl h1 {
    font-size: 28px;
    font-weight: 600;
}


.banner-in-wrp-txt {
    text-align: center;
    margin-top: 9%;
    margin-bottom: 2%;
}

.banner-in-wrp-txt ul li {
    display: inline-block;
}

.banner-in-wrp-txt ul li a {
    color: #feca41;
}

.banner-in-wrp-txt ul li:after {
    content: "|";
    margin: 0 5px;
    opacity: 0.5;
}


.banner-in-wrp-txt li:last-child:after {
    content: none;
}


.panel-title:hover {
    color: #fff;
}


/* */

.panel-default > .panel-heading {
    color: #333;
    background-color: #808e97;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #808e97;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.trd-scrl {
    float: left;
    width: 50%;
    padding-top: 12px;
}

.online-ac label {
    margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
    .ab-lst li a {
        min-height: 160px;
        display: grid;
    }
}


@media only screen and (max-width: 950px) {
    .ab-lst li {
        display: inline-block;
        width: 17.7%;
    }

    .trd-scrl {
        float: left;
        width: 100%;
        padding-top: 12px;
    }
}


@media only screen and (max-width: 805px) {
    .ab-lst li {
        display: inline-block;
        width: 34.7%;
        margin: 2px 0;
    }
}

@media only screen and (max-width: 500px) {
    .ab-lst li {
        display: inline-block;
        width: 48.7%;
        margin: 2px 0;
    }
}


.dn-mob {
    display: block;
}

.dn-dk {
    display: none;
}

@media only screen and (max-width: 997px) {

    header {
        color: #fff;
        min-height: 415px;
    }

    .dn-mob {
        display: none;
    }

    .dn-dk {
        display: block;
    }

    .mnu-dwn {
        display: none;
    }

    #nav li:hover ul {
        display: block;
        left: 0;
        right: 0;
        padding: 8px 0 0px 3px;
    }

    #nav > ul > li {
        /* width: 25%; */
        height: 100%;
        float: left;
        /* padding: 10px; */
        padding: 7px 0px !important;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: solid 1px #2a465a;
    }

    #nav > ul > li span {
        padding: 6px 11px;
    }


    .btn {
        padding: 6px 4px;
        margin-bottom: 0;
        font-size: 12px;
    }

    .product_b p {
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
    }


    .img-parallax9 {
        position: absolute;
        z-index: -1;
        width: 100%;
        top: 0;
    }

    .slider {
        /* margin-top: 18px; */
        padding-top: 20px;
    }

    .ser_box {
        text-align: center;
    }

    .cfd, .spot, .future, .stock {
        margin: 0 auto;
    }


    header .logo {
        -webkit-clip-path: none !important;
        clip-path: polygon(0);
    }

    .img-parallax {
        width: 100%;
    }
}


.block {
    overflow: inherit;
}

#nav li {
    list-style: none;
}

#nav {
    /* width: 60em; */ /* 1000 */
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 400; */
    /* position: absolute; */
    /* top: 25%; */
    /* left: 50%; */
    /* margin-left: -30em; */ /* 30 480 */
}

#nav > a {
    display: none;
}

#nav li {
    position: relative;
}

#nav li a {
    color: #fff;
    display: block;
    /* padding: 18px 9px; */
    text-transform: uppercase;
    font-size: 13px;
}

#nav li a:active {
    background-color: rgba(74, 95, 108, .7);
}

#nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #ffffff;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em; /* 5 */
}

/* first level */

#nav > ul {
    /* height: 3.75em; */ /* 60 */
    /* background-color: #e15a1f; */
}

#nav > ul > li {
    /* width: 25%; */
    height: 100%;
    float: left;
    /* padding: 10px; */
    padding: 18px 9px;
    text-transform: uppercase;
    font-size: 13px;
}

#nav > ul > li > a {
    height: 100%;
    /* font-size: 1.5em; */ /* 24 */
    /* line-height: 2.5em; */ /* 60 (24) */
    text-align: center;
}

#nav > ul > li:not( :last-child ) > a {
    /* border-right: 1px solid #cc470d; */
}

#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
    /* background-color: #2a4f67; */
}

/* second level */

#nav li ul {
    background-color: #172631e0;
    display: none;
    position: absolute;
    top: 100%;
    width: auto;
    /* display: block; */
    width: 200px;
    z-index: 10000;
    left: 5px;
}

#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}

#nav li:not( :first-child ):hover ul {
    left: 0px;
}

#nav li ul a {
    font-size: 0.9em; /* 20 */
    border-top: 1px solid #253d50;
    padding: 0.75em; /* 15 (20) */
}

#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
    background-color: #1539506b;
}

@media only screen and ( max-width: 62.5em ) /* 1000 */ {
    #nav {
        width: 100%;
        position: static;
        margin: 0;
    }
}

@media only screen and ( max-width: 40em ) /* 640 */ {


    .btn {
        padding: 6px 4px;
        margin-bottom: 0;
        font-size: 12px;
    }

    .product_b p {
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
    }

    .follows .dropdown a {
        color: #ffffff;
        display: block;
        padding: 5px 4px;
        position: relative;
    }


    .fixd_header #nav > a {
        width: 2.5em;
        height: 2.5em;
        text-align: left;
        text-indent: -9999px;
        background-color: #2a4f67;
        position: absolute;
        top: -55px;
    }

    #nav span:after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent;
        border-bottom: none;
        border-top-color: #ffffff;
        content: '';
        /* vertical-align: middle; */
        display: inline-block;
        position: relative;
        right: 13px;
        float: right;
        margin-top: 5px;
    }

    .fixd_header nav {
        padding: 0px 0;
    }

    #nav {
        position: relative;
        top: auto;
        left: auto;
    }

    #nav li ul {
        background-color: #172631e0;
        display: none;
        position: absolute;
        top: 100%;
        width: auto;
        width: 100%;
        z-index: 10000;
        left: 5px;
    }


    #nav > a {
        width: 3.125em;
        height: 3.125em;
        text-align: left;
        text-indent: -9999px;
        background-color: #2a4f67;
        position: absolute;
        top: -196px;
        margin-left: 7px;
    }

    #nav > a:before, #nav > a:after {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }

    #nav > a:after {
        top: 60%;
    }

    #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
        display: block;
    }

    /* first level */
    #nav > ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #153043;
        z-index: 100;
    }

    #nav:target > ul {
        display: block;
        margin-top: -11px;
        padding-bottom: 2px;
    }

    #nav > ul > li {
        width: 100%;
        float: none;
    }

    #nav > ul > li > a {
        height: auto;
        text-align: left;
        padding: 0 0.833em; /* 20 (24) */
    }

    #nav > ul > li:not( :last-child ) > a {
        border-right: none;
        /* border-bottom: 1px solid #3e5767; */
        /* padding: 10px; */
    }

    /* second level */
    #nav li ul {
        position: static;
        padding: 1.25em; /* 20 */
        padding-top: 0;
    }


    #nav li ul a {
        font-size: 0.8em;
        border-top: 1px solid #253d50;
        padding: 0.75em;
    }
}


body {
    overflow-x: hidden !important;
}


#nav > ul > li:hover {
    background-color: #16232d80;
    cursor: pointer;
}


.button {
    text-decoration: none;
    color: white;
    padding: 12px;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
    margin: 10px;
    transition: all 0.1s linear;
    transform: translateZ(0);
}

.button.blue {
    background: linear-gradient(to bottom, #0a4d80, #0a4d80);
    box-shadow: -1px 0px 1px #6fadcb, 0px 1px 1px #54809d, -2px 1px 1px #6fadcb, -1px 2px 1px #54809d, -3px 2px 1px #6fadcb, -2px 3px 1px #54809d, -4px 3px 1px #6fadcb, -3px 4px 1px #54809d, -5px 4px 1px #6fadcb, -4px 5px 1px #54809d, -6px 5px 1px #6fadcb, -6px 7px 0 rgb(0 0 0 / 5%), -5px 8px 0 rgb(0 0 0 / 5%), -3px 9px 0 rgb(0 0 0 / 4%), -2px 10px 0 rgb(0 0 0 / 4%), -1px 11px 0 rgb(0 0 0 / 3%), 0px 12px 0 rgb(0 0 0 / 3%), 1px 13px 0 rgb(0 0 0 / 2%), 2px 14px 0 rgb(0 0 0 / 2%), 3px 15px 0 rgb(0 0 0 / 1%), 4px 16px 0 rgb(0 0 0 / 1%), 5px 17px 0 rgb(0 0 0 / 1%), 6px 18px 0 rgb(0 0 0 / 1%), inset 0 4px 5px -2px rgb(255 255 255 / 50%), inset 0 1px 0 0 rgb(0 0 0 / 30%);
}

.button.yellow {
    background: linear-gradient(to bottom, #feca41, #e8b52d);
    color: black;
    text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.3);
    box-shadow: -1px 0px 1px #d09d18, 0px 1px 1px #b1961d, -2px 1px 1px #d8ab36, -1px 2px 1px #b1961d, -3px 2px 1px #d9b826, -2px 3px 1px #b1961d, -4px 3px 1px #d9b826, -3px 4px 1px #b1961d, -5px 4px 1px #d9b826, -4px 5px 1px #b1961d, -6px 5px 1px #d9b826, -6px 7px 0 rgb(0 0 0 / 5%), -5px 8px 0 rgb(0 0 0 / 5%), -3px 9px 0 rgb(0 0 0 / 4%), -2px 10px 0 rgb(0 0 0 / 4%), -1px 11px 0 rgb(0 0 0 / 3%), 0px 12px 0 rgb(0 0 0 / 3%), 1px 13px 0 rgb(0 0 0 / 2%), 2px 14px 0 rgb(0 0 0 / 2%), 3px 15px 0 rgb(0 0 0 / 1%), 4px 16px 0 rgb(0 0 0 / 1%), 5px 17px 0 rgb(0 0 0 / 1%), 6px 18px 0 rgb(0 0 0 / 1%), inset 0 4px 5px -2px rgb(255 255 255 / 50%), inset 0 1px 0 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
}

.button.yellow::after, .button.yellow::before {
    background: #0f2d40;
}

.button.yellow::after {
    filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
}

.button.yellow::before {
    filter: drop-shadow(0 -2px 0 rgba(255, 255, 255, 0.35));
}

.button.yellow .arrow {
    filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
}

.button:active {
    box-shadow: none;
    transform: translate3d(-6px, 6px, 0);
}

.button .arrow {
    filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}

.button::after {
    filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}

.button::after {
    position: absolute;
    content: " ";
    display: block;
    z-index: 2;
}

#tabs-link-1 a:hover {
    color: #fff !important;
}

.inner-cont a:hover {
    color: #fff !important;
}

.links-sub {
    margin-bottom: 15px;
}

.links-sub a {
    color: #fff;
    display: inline-block;
    padding: 16px;
    background-color: #173144;
    margin-bottom: 10px;
    border-radius: 3px;
}

.links-sub a:hover {
    background-color: #405d72;
    color: #fff;
}

.new-bttn {
    background: linear-gradient(90deg, #0a4f82, #1491db);
    box-shadow: -1px 3px 2px 0 rgb(255 255 255 / 36%) inset, -3px -5px 3px 0 rgb(0 0 0 / 25%) inset;
    padding: 10px 15px 10px 15px;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-shadow: -1px 3px 0 rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    border: solid 2px #1490d9;
    margin-top: 10px;
    display: inline-block;
}

.new-bttn span {
    margin: 0 0px 0 12px;
}


.new-bttn:hover {
    background: linear-gradient(-90deg, #0a4f82, #1491db);
    color: #fff;
}


@media only screen and ( max-width: 40em ) {


    .new-bttn {
        background: linear-gradient(90deg, #0a4f82, #1491db);
        box-shadow: -1px 3px 2px 0 rgb(255 255 255 / 36%) inset, -3px -5px 3px 0 rgb(0 0 0 / 25%) inset;
        padding: 8px 10px 8px 10px;
        border-radius: 16px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-shadow: -1px 3px 0 rgb(0 0 0 / 30%);
        letter-spacing: 0px;
        border: solid 2px #1490d9;
        margin-top: 10px;
        display: inline-block;
    }

    .new-bttn span {
        margin: 0 0px 0 5px;
    }
}

header {
    min-height: 0;
    overflow: hidden !important;
}


.slider {
    max-height: 0px;
    overflow: hidden;
}
.page-index-index .slider {
    max-height: 500px;
}
.page-index-index header {
    min-height: 700px;
}

.bannerheading li {
    display: block;
    text-align: center;
    float: none;
    padding-top: 100px;
    padding-bottom: 50px;
}

nav {
    background: rgba(74, 95, 108,.7);
}

@media screen and (max-width: 768px) {
    .bannerheading .slider {
        max-height: unset;
    }

    .bannerheading li {
        padding-top: 30px;
    }
}