#template-container {
    font-family: sans-serif
}

li,
p {
    font-size: 14px;
    color: #000000
}

a {
    color: #bda66a
}

a:focus,
a:hover {
    color: #00
}

.navbar {
    margin-bottom: 0;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .2)
}

.navbar .navbar-top {
    background: #ffffff
}

.navbar .logo {
    padding: 15px 8px 15px 0;
	margin: 0 auto;
}

.navbar .menu li a {
    -webkit-transition: background .5s, color .5s;
    transition: background .5s, color .5s;
    color: #fff;
    opacity: .87
}

.nav>li>a:focus,
.nav>li>a:hover {
    color: #bda66a
}

.col-company-info li {
    border-right: 1px dotted #bda66a;
    padding: 0 15px;
    margin: 10px 5px
}

.col-company-info li i {
    padding: 0 4px 0 0
}

.col-company-info li:last-child {
    border-right: 0;
    margin-right: 10px
}

.col-company-info li p {
    color: #fff;
    opacity: .7
}

.col-company-info .inner-info {
    padding: 0 5px
}

.col-company-info li p.heading {
    margin-top: 5px;
    opacity: .9;
    font-size: 18px
}

.menu {
    background: #bda66a
}

.bg-texture {
    background-color: white;
}

.box-heading i {
    padding-right: 7px
}

.box-heading h4 {
    font-size: 22px;
    color: #fff;
    text-align: center
}

.box-heading {
    padding: 12px;
    margin: 10px 0;
    color: #fff;
    font-size: 22px;
    text-align: left
}

.box-content {
    padding: 2px 5px
}
.slider .arrows {
    left: 30px !important;
    width: 85% !important;
}
@media screen and (min-width:992px;) {
	
}
@media screen and (max-width:992px) {
    .navbar-nav>li {
        float: none;
        display: inline-block
    }
    .col-company-info .navbar-nav {
        float: none!important
    }
    .navbar {
        width: 100%;
        text-align: center
    }
    .navbar .logo {
        padding: 15px;
        margin: auto
    }
}

@media screen and (max-width:768px) {
    .navbar-nav {
        margin: 7.5px 4px
    }
}

@media screen and (max-width:680px) {
    .col-company-info .navbar-nav>li {
        display: block
    }
    .col-company-info li {
        border-right: 0;
        border-bottom: 1px dotted #bda66a
    }
    .col-company-info li:last-child {
        border-bottom: 0
    }
}

.col-shadow {
    border: 1px solid #fff;
    background: #fff;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .2)
}

.benefit-header {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700
}

.tab-box {
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    background-color: #fff
}

.tab-box h1:before,
.tab-box h2:before,
.tab-box h3:before,
.tab-box h4:before,
.tab-box h5:before,
.tab-box h6:before {
    content: none
}

.tab-box section {
    display: none;
    text-align: left;
    color: #111
}

.tab-box input {
    display: none
}

.tab-box label {
    line-height: 28px;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    top: -39px;
    left: 0;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #bda66a;
    color: #fff;
    font-size: 14px
}

.tab-box label:first-of-type {
    margin-left: 0
}

.tab-box label:hover {
    cursor: pointer;
    background-color: #00;
    -webkit-transition: all .5s;
    transform: all .5s
}

.tab-box input:checked+label {
    color: #666565;
    background-color: #fff;
    -webkit-transition: all .5s;
    transform: all .5s
}

.slider .nav label,
.slider .nav label:hover:after {
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out
}

.tab-box .box-logo {
    padding: 5px 0 0
}

#content-1,
#content-2,
#content-3,
#content-4 {
    position: relative;
    top: -22px;
    left: 0
}

.tab-box #tab1:checked~#content-1,
.tab-box #tab2:checked~#content-2,
.tab-box #tab3:checked~#content-3,
.tab-box #tab4:checked~#content-4 {
    display: block
}

.animation {
    margin-top: 15px;
    animation-duration: .5s;
    animation-fill-mode: both
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        margin-top: 0;
        opacity: 1
    }
}

.opacity {
    animation-name: opacity
}

@media screen and (max-width:650px) {
    .tab-box label {
        margin: 10px auto;
        position: static
    }
    .tab-box label:first-of-type {
        margin-left: auto
    }
    #content-1,
    #content-2,
    #content-3,
    #content-4 {
        position: static;
        top: 0
    }
}

.slider,
.slider ul,
.slider ul li {
    position: relative;
    width: 100%
}

@media screen and (max-width:475px) {
    .tab-box section {
        border-top: 0;
        padding: 5px 0
    }
}

#cross-section>div {
    padding: 8px;
    margin: 8px 0;
    text-align: center;
    border-right: 1px dotted #666565
}

#cross-section>.no-border-right,
#cross-section>div:last-child {
    border-right: 0
}

@media (max-width:992px) {
    #cross-section>div:nth-of-type(2) {
        border-right: 0
    }
}

@media (max-width:768px) {
    #cross-section>div {
        border-right: 0
    }
    #cross-section>div:last-child {
        border-bottom: 0
    }
}

#cross-section img {
    margin: auto auto 6px
}

.col-slider {
    margin-bottom: 90px
}

.slider {
    display: inline-block;
    text-align: left
}

.slider .nav div {
    margin-left: -100%
}

.slider ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    white-space: nowrap
}

.slider ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    font-size: initial;
    line-height: normal;
    vertical-align: top;
    white-space: normal;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition-duration: .6s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: .6s;
    transition-timing-function: ease-in-out
}

.slider ul li img {
    margin: auto;
}

.slider input {
    display: none
}

.slider input:nth-of-type(1):checked~ul li:first-of-type {
    margin-left: 0
}

.slider input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -100%
}

.slider input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -200%
}

.slider input:nth-of-type(4):checked~ul li:first-of-type {
    margin-left: -300%
}

.slider input:nth-of-type(5):checked~ul li:first-of-type {
    margin-left: -400%
}

.slider input:nth-of-type(6):checked~ul li:first-of-type {
    margin-left: -500%
}

.slider input:nth-of-type(7):checked~ul li:first-of-type {
    margin-left: -600%
}

.slider input:nth-of-type(8):checked~ul li:first-of-type {
    margin-left: -700%
}

.slider .nav {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-bottom: -10px;
    text-align: center;
    line-height: 0;
    font-size: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider .nav label {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    margin: 0 3px;
    padding: 5px;
    height: 8px;
    width: 8px;
    background: #fff;
    border-bottom: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .6) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .6) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6) inset;
    transition: all .5s ease-out
}

.slider .nav label:hover:after {
    opacity: 1;
    transition: all .5s ease-out
}

.slider .nav label:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 3px;
    margin-left: -3px;
    margin-top: -3px;
    background: #bda66a;
    opacity: 0;
    border-radius: 50%;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.slider.inside .nav {
    margin-bottom: 10px;
    bottom: 10px
}

.slider.inside .nav label {
    border: 1px solid #7e7e7e
}

.slider input:nth-of-type(1):checked~.nav label:nth-of-type(1):after,
.slider input:nth-of-type(2):checked~.nav label:nth-of-type(2):after,
.slider input:nth-of-type(3):checked~.nav label:nth-of-type(3):after,
.slider input:nth-of-type(4):checked~.nav label:nth-of-type(4):after,
.slider input:nth-of-type(5):checked~.nav label:nth-of-type(5):after,
.slider input:nth-of-type(6):checked~.nav label:nth-of-type(6):after,
.slider input:nth-of-type(7):checked~.nav label:nth-of-type(7):after,
.slider input:nth-of-type(8):checked~.nav label:nth-of-type(8):after {
    opacity: 1
}

.slider .arrows {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -67px;
    top: 50%;
    width: 100%;
    height: 26px;
    padding: 0 65px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.arrows:before {
    background: #fff;
    content: "";
    position: absolute;
    left: -22px;
    padding: 31px;
    top: -30px;
    border-radius: 50px;
}
.arrows:after {
    background: #fff;
    content: "";
    position: absolute;
    right: -22px;
    padding: 31px;
    top: -30px;
    border-radius: 50px;
}

.slider .arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 14px;
    box-shadow: inset 3px -3px 0 2px #BDA66A;
    cursor: pointer;
    -moz-transition: margin .14s, padding .14s, box-shadow .14s;
    -o-transition: margin .14s, padding .14s, box-shadow .14s;
    -webkit-transition: margin .14s, padding .14s, box-shadow .14s;
    transition: margin .14s, padding .14s, box-shadow .14s;
	z-index: 999;
}

.slider .arrows label:hover {
    margin: 1px 0 0;
    padding: 13px;
    box-shadow: inset 3px -3px 0 2px #bda66a
}
.slider input:nth-of-type(1):checked~.arrows:before {
    display: none;
}
.slider input:nth-of-type(8):checked~.arrows:after {
    display: none;
}
.slider input:nth-of-type(1):checked~.arrows label:nth-of-type(0),
.slider input:nth-of-type(2):checked~.arrows label:nth-of-type(1),
.slider input:nth-of-type(3):checked~.arrows label:nth-of-type(2),
.slider input:nth-of-type(4):checked~.arrows label:nth-of-type(3),
.slider input:nth-of-type(5):checked~.arrows label:nth-of-type(4),
.slider input:nth-of-type(6):checked~.arrows label:nth-of-type(5),
.slider input:nth-of-type(7):checked~.arrows label:nth-of-type(6),
.slider input:nth-of-type(8):checked~.arrows label:nth-of-type(7),
.slider input:nth-of-type(9):checked~.arrows label:nth-of-type(8) {
    display: block;
    left: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slider input:nth-of-type(1):checked~.arrows label:nth-of-type(2),
.slider input:nth-of-type(2):checked~.arrows label:nth-of-type(3),
.slider input:nth-of-type(3):checked~.arrows label:nth-of-type(4),
.slider input:nth-of-type(4):checked~.arrows label:nth-of-type(5),
.slider input:nth-of-type(5):checked~.arrows label:nth-of-type(6),
.slider input:nth-of-type(6):checked~.arrows label:nth-of-type(7),
.slider input:nth-of-type(7):checked~.arrows label:nth-of-type(8) {
    display: block;
    right: 0;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}


.col-category-links {
    padding: 15px 10px 10px
}

.category-links {
    padding: 0 5px;
    text-align: left;
    margin-bottom: 0
}

.category-links li {
    font-size: 13px;
    padding: 15px
}

ul.category-links li:before {
    content: none
}

.category-links li a {
    color: #bda66a;
    -webkit-transition: color .25s;
    transition: color .25s
}

.category-links li:hover a {
    color: #00;
    text-decoration: underline
}

#template-container footer {
    padding: 20px 0;
    color: #fff;
    text-align: center
}

#template-container footer p {
    color: #ccc
}

.navbar-header .logo-text {
    margin: 40px 20px;
    color: #fbfbfb
}

.big-top-buffer {
    margin-top: 40px;
}

.footer-last-p,
.footer-last-p a {
    color: #ccc
}

.footer-last-p a {
    text-decoration: underline;
}

.footer-last-p a:hover {
    color: #a3a3a3;
}

.footer-last-p a:after {
    content: "CODEMETRIX";
}

.after-main-container {
    display: none;
}
.centernav {
	display: flex;
	justify-content: center;
}
#template-container {
    font-family: sans-serif;
    overflow: hidden;
}
}
@media screen and (max-width:768px) {
	.arrows {
    width: 200px !important;
    left: 50% !important;
    bottom: -80px;
    top: unset !important;
    margin-left: -160px;
}
}
@media screen and (max-width:380px) {
.slider .arrows {
    width: 200px !important;
    left: 50% !important;
    bottom: -80px;
    top: unset !important;
    margin-left: -160px;
}
.slider .arrows {
    width: 150px !important;
    left: 50% !important;
    bottom: -80px;
    top: unset !important;
    margin-left: -140px;
}
}