/*
Main Css
*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Barlow', sans-serif;
    color: #888;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    overflow-x: hidden;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
#container {
    background: #fff;
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
}
.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
}
.boxed-page {
    position: relative;
    overflow-x: hidden;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
 .boxed-page .tp-leftarrow {
    left: 70px !important;
}
 .boxed-page .tp-rightarrow {
    left: 95% !important;
}
 .boxed-page .navbar-fixed-top {
    max-width: 1220px;
    margin: 0 auto;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #222;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif !important;
}
img {
    max-width: 100%;
    height: auto;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-brand-color {
    color: #fac42b;
}
.img-center {
    margin-left: auto;
    margin-right: auto;
}
.circle {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.white {
    color: #fff !important;
}
.navbar {
    border-radius: 0;
}
.navbar-header {
    margin-top: 20px;
}
.navigation a:hover, .navigation a.active {
    color: #fac42b;
}
.logo {
    font-size: 25px;
    font-weight: 700;
}
.logo:hover {
    color: #fac42b;
}
.white-logo { 
    color: #fff; 
}
.logo.w-white-logo {
    color: #fff;   
}
.logo.w-white-logo:hover {
    color: #222;
}
.logo.w-white-logo .fa {
    color: #fff;      
}
.logo.w-white-logo .circle {
    background: #222;
}
.logo .circle:before {
    content: "";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
}
.logo .circle {
    background: #fac42b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 39px;
    vertical-align: middle;
    text-align: center;
    width: 40px;
    margin: 0 5px 0 10px;
}
.logo .name {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.logo .fa {
    color: #fac42b;
    font-size: 68px;
    line-height: 45px;
    vertical-align: middle;
}
.logo-style-2 .circle {
    background: #fff;
    color: #fac42b;
}
.logo-style-2 .fa {
    color: #fff;
}
.logo-style-2 {
    color: #fff;
}
.logo-style-2:hover {
    color: #fff;
}
.bg-gray-light {
    background: #fafafa;
}
.bg-service-light {
    background-image: url(../images/bg/bg1.jpg);
}
.bg-gray {
    background: #e6e6e6;
}
.bg-med-gray {
    background: #f0f0f0;
}
.bg-gray-dark {
    background: #222;
}
.gray-dark {
    color: #222 !important;
}
.bg-theme {
    background: #fac42b;
}
.separator {
    background: #fac42b;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    margin: 15px auto 0;
    width: 70px;
}
.separator.small {
    width: 40px;
}
.separator-full {
    height: 1px;
    background:#eee;
}
.v-middle {
    vertical-align: middle;
}
.v-bottom {
    vertical-align: bottom;
}
.bg-white {
    background: #fff !important;
}
.size-20 {
    font-size: 20px;
}
.size-12 {
    font-size: 12px;
}
.size-13 {
    font-size: 13px;
}
.size-14 {
    font-size: 14px;
}
.size-16 {
    font-size: 16px;
}
.size-34 {
    font-size: 34px !important;
}
.size-28 {
    font-size: 28px;
}
.size-30 {
    font-size: 30px;
}
.line-h-30 {
    line-height: 30px;
}
.line-h-50 {
    line-height: 50px;
}
.line-h-110 {
    line-height: 110px !important;
}
.size-24 {
    font-size: 24px;
}
.size-36 {
    font-size: 36px;
}
.size-40 {
    font-size: 40px;
}
.size-60 {
    font-size: 60px;
}
.v-top {
    vertical-align: top;
}
.v-bottom {
    vertical-align: bottom;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.green {
    color: #fac42b;
}
.w-30 {
    width: 30px;
}
.h-30 {
    height: 30px;
}
.h-35 {
    height: 35px;
}
 .h-50 {
    height: 50px;
}
.w-50 {
    width: 50px;
}
.w-75 {
    width: 75px;
}
.w-100 {
    width: 100px;
}
.w-120 {
    width: 120px;
}
.w-130 {
    width: 130px;
}
.w-150 {
    width: 150px;
}
.w-175 {
    width: 175px;
}
.w-200 {
    width: 200px;
}
.w-250 {
    width: 250px;
}
.w-half {
    width: 50%;
}
.full-width {
    width: 100%;
}
.max-w-half {
    max-width: 50%;
}
.max-w-40 {
    max-width: 40%;
}
.h-120 {
    height: 120px;
}
.max-h-500 {
    max-height: 500px;
}
a.green:hover {
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.med-container {
    width: 80%;
    max-width: 1040px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.theme-color {
    color: #fac42b;
}
 .dark-color {
    color: #222;
}
 .line-block {
    display: inline-block;
}
.red {
    color: red;
}
.line-through {
    text-decoration: line-through;
}
.block {
    display: block;
}
.upper {
    text-transform: uppercase;
}
.left {
    margin-left: 0;
    margin-right: 0;
}
.l-normal {
    line-height: normal;
}
a {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #222222;
}
 a:hover {
    text-decoration: none;
    color: #fac42b;
}
 a:focus {
    text-decoration: none;
    color: #888;
    outline: 0;
}


::-moz-selection {
    background: #fac42b;
    color: #fff;
    text-shadow: none;
    outline: none;
}
::selection {
    background: #fac42b;
    color: #fff;
    text-shadow: none;
    outline: none;
}
.main-container {
    overflow: hidden;
}
.clear { 
    clear: both; 
}
hr {
    margin-top: 0;
    margin-bottom: 0;
}
.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    padding: 12px 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    text-shadow: none;
}
.btn-primary {
    background: #fac42b;
}
 .btn-primary:hover {
    background: #24252a;
    color: #fff !important;
    border-color: inherit;
}
.btn-secondary {
    background-color: #222;
    border-color: #222;
}
.btn-secondary:hover {
    background-color: #fac42b;
    border-color: #222;
}
.btn.small {
    padding: 6px 12px;
    font-size: 12px;
    padding: 5px 12px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #24252a !important;
    border-color: #24252a !important;
}
.right-half, .left-half {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
 .right-half.width33, .left-half.width33 {
    width: 33%;
}
 .right-half.width50, .left-half.width50 {
    width: 50%;
}
.left-half {
    left: 0;
}
.breadcrumb-section {
    padding: 100px 0;
    background-image: url(../images/bg/bdcm.jpg);
}
.breadcrumb {
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.25em;
}
 .breadcrumb li {
    display: inline-block;
    padding: 0 5px;
}
 .breadcrumb li a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .breadcrumb li a:hover {
    color: #fac42b;
}
.bg-theme .breadcrumb li a:hover {
    color: #fff;
}
.bg-theme .breadcrumb li a {
    color: #f4f4f4;
}
 .bg-theme .breadcrumb li.white a {
    color: #fff;
}
 .breadcrumb li:last-child {
    color: #fac42b;
    padding-right: 0;
}
 .breadcrumb li:after {
    content: "|";
    font-size: 12px;
    padding: 0 0 0 10px;
    position: relative;
    top: -2px;
}
 .breadcrumb li:last-child:after {
    content: "";
}
 .page-title h1 {
    font-size: 30px;
    line-height: 54px;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.navbar-fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1000;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}
.padding-two {
    padding: 2%;
}
.padding-three {
    padding: 3%;
}
.padding-four {
    padding: 4%;
}
.padding-10 {
    padding: 10%;
}
.pad40 {
    padding: 40px;
}
.pad30 {
    padding: 30px;
}
.pad5 {
    padding: 5px 0;
}
.pad10 {
    padding: 10px 0;
}
.pad15 {
    padding: 15px 0;
}
.pad50 {
    padding: 50px 0;
}
.pad60 {
    padding: 60px 0;
}
.pad70 {
    padding: 70px 0;
}
.pad80 {
    padding: 80px 0;
}
.pad100 {
    padding: 100px 0;
}
.pad120 {
    padding: 120px 0;
}
.pad-t100 {
    padding-top: 100px;
}
.pad-t80 {
    padding-top: 80px;
}
.pad-t5 {
    padding-top: 5px;
}
.pad-t10 {
    padding-top: 10px;
}
.pad-t15 {
    padding-top: 15px;
}
.pad-t40 {
    padding-top: 40px;
}
.pad-t50 {
    padding-top: 50px;
}
.pad-t20 {
    padding-top: 20px;
}
.pad-t30 {
    padding-top: 30px;
}
.pad-t70 {
    padding-top: 70px;
}
.pad-t60 {
    padding-top: 60px;
}
.pad-t90 {
    padding-top: 90px;
}
.pad-t120 {
    padding-top: 120px;
}
.pad-b5 {
    padding-bottom: 5px;
}
.pad-b10 {
    padding-bottom: 10px;
}
.pad-b20 {
    padding-bottom: 20px;
}
.pad-b15 {
    padding-bottom: 15px;
}
.pad-b30 {
    padding-bottom: 30px;
}
.pad-b40 {
    padding-bottom: 40px;
}
.pad-b50 {
    padding-bottom: 50px;
}
.pad-b60 {
    padding-bottom: 60px;
}
.pad-b70 {
    padding-bottom: 70px;
}
.pad-b80 {
    padding-bottom: 80px;
}
.pad-b100 {
    padding-bottom: 100px;
}
 .no-padding {
    padding: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.no-padding-left {
    padding-left: 0;
}
 .no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}
 .no-padding-right {
    padding-right: 0;
}
 .padding-30 {
    padding: 30px;
}
 .pad-l-20 {
    padding-left: 20px;
 }
 .pad-r-20 {
    padding-right: 20px;
 }
 .pad-lr-40 {
    padding-right: 40px;
    padding-left: 40px;
}
.space-30 {
    margin-top: 30px;
}
.mt60 {
    margin-top: 60px;
}
.mt65 {
    margin-top: 65px;
}
.mt50 {
    margin-top: 50px;
}
.mt40 {
    margin-top: 40px;
}
.mt30 {
    margin-top: 30px;
}
.mt25 {
    margin-top: 25px !important;
}
.mt0 {
    margin-top: 0;
}
.mt20 {
    margin-top: 20px !important;
}
.mt5 {
    margin-top: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.mt-30 {
    margin-top: -30px;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mr5 {
    margin-right: 5px;
}
 .mr10 {
    margin-right: 10px;
}
.mr50 {
    margin-right: 50px !important;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml50 {
    margin-left: 50px;
}
.mr-10 {
    margin-right: 10px;
}
 .border-right {
    border-right: 1px solid #eee;
}
 .border-right-3px {
    border-right: 3px solid;
}
 .br-color-theme {
    border-color: #fac42b;
}
 .no-br-left {
    border-left: none;
}
 .a-center {
    margin-left: auto !important;
    margin-right: auto !important;
}
.font-500 {
    font-weight: 500;
}
 .fontbold {
    font-weight: bold;
}
 .fontitalic {
    font-style: italic;
}
 .br {
    border-right: 1px solid #ddd;
}
 .border {
    border: 1px solid #ccc !important;
}
 .bt {
    border-top: 1px solid #eeeeee;
}
 .bottom-border {
    border-bottom: 1px solid;
}
.no-margin {
    margin: 0 !important;
}
.bg-one-dark {
    background: #fac42b;
}
.bg-two-med {
    background: #fac42b;
}
.bg-three-light {
    background: #59cede;
}
 .min-height-300 {
    min-height: 300px;
}
 .min-height-310 {
    min-height: 310px;
}
.point {
    list-style: outside none disc;
}
.section-title {
    position: relative;
    margin: 0 0 80px;
}
.section-title h3 {
    position: relative;
    font-size: 40px;
    line-height: 42px;
    color: #222222;
}
.section-title h3 span {
    color: #fac42b !important;
}
.section-title h3:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    margin: -20px auto;
    content: '';
    opacity: 1;
    background: #fac42b;
}
.section-title.white h3 {
    color: #ffffff;
}
.section-title.left h3:after {
    left: 0;
    right: 100%;
}
.section-title span i:before {
    font-size: 40px;
    color: #fac42b;
}
.section-title h3:first-letter, .section-title h3:first-letter {
    color: #fac42b;
}
.section-title h3.dark:first-letter, .section-title h3.dark:first-letter {
    color: #222;
}
.section-title h3.first-white:first-letter, .section-title h3.first-white:first-letter {
    color: #fff;
}
.section-title h3.first-white:after {
    background: #fff;
}
 .footer-title h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}
.section-title-sm h3 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
.section-title-sm h3 span {
    color: #fac42b;
}
.section-title-2 {
    position: relative;
    margin: 0 0 50px;
}
.section-title-2 h3 {
    color: #d2d2d2;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 50px;
    font-weight: 500;
}
.section-title-2 h3 span {
    color: #fac42b !important;
}
.section-title-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    margin: -17px auto;
    content: '';
    opacity: 1;
    background: #fac42b;
}
.section-title-2.white h3 {
    color: #ffffff;
}
.section-title-2 span i:before {
    font-size: 40px;
    color: #fac42b;
}
.section-title-2.center {
    text-align: center;
}
.section-title-2.center:after {
    left: 0;
    right: 0;
    width: 40px;
    height: 3px;
    margin: -28px auto;
}
blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-style: italic;
    border-left: 3px solid #24252a;
}
blockquote p {
    font-size: 16px;
    color: #888;
    line-height: 25px;
    font-weight: 400;
}
blockquote.primary {
    border-left-color: #fac42b;
}
.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #999;
}
.divider.dotted {
    border-top: 1px dotted #999;
}
.divider.dashed {
    border-top: 1px dashed #999;
}
hr.style1 {
    border-top: 1px solid #8c8b8b;
}
hr.style2 {
    border-top: 3px double #8c8b8b;
}
hr.style3 {
    border-top: 1px dashed #8c8b8b;
}
hr.style4 {
    border-top: 1px dotted #8c8b8b;
}
hr.style5 {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
}
hr.style6 {
    background-color: #fff;
    border-top: 2px dotted #8c8b8b;
}
hr.style7 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}
hr.style8 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}
hr.style8:after {
    content: '';
    display: block;
    margin-top: 2px;
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}
hr.style9 {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}
hr.style10 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
}
hr.style11 {
    height: 6px;
    background: url("../images/others/hr-11.png") repeat-x 0 0;
    border: 0;
}
hr.style12 {
    height: 6px;
    background: url("../images/others/hr-12.png") repeat-x 0 0;
    border: 0;
}
hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
hr.style15 {
    border-top: 4px double #8c8b8b;
    text-align: center;
}
hr.style15:after {
    content: '\002665';
    display: inline-block;
    position: relative;
    top: -45px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
}
hr.style16 {
    border-top: 1px dashed #8c8b8b;
}
 hr.style16:after {
    content: '\002702';
    display: inline-block;
    position: relative;
    top: -42px;
    left: -7px;
    padding: 0 3px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
}
hr.style17 {
    border-top: 1px solid #8c8b8b;
    text-align: center;
}
hr.style17:after {
    content: '§';
    display: inline-block;
    position: relative;
    top: -47px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}
hr.style18 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
 hr.style18:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}
.flex-control-thumbs {
    margin: 20px 0 0;
    position: static;
    overflow: visible;
}
.flex-control-thumbs li {
    float: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transform: rotate(-45deg);
    margin: 0 8px;
}
.flex-control-thumbs img {
    border: 2px solid #545454;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
}
.flex-control-thumbs img.flex-active {
    border: 2px solid #fac42b;
    z-index: 1;
}
.flex-control-thumbs img:hover {
    border: 2px solid #fac42b;
    z-index: 1;
}
.hvr-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #fac42b;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
 .hvr-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2125;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 .hvr-in:hover, .hvr-in:focus, .hvr-in:active {
    color: white;
}
 .hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:active:before, .hvr-in:active:before, .hvr-in:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.hvr-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #fac42b;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
 .hvr-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 .hvr-out:hover, .hvr-out:focus, .hvr-out:active {
    color: white;
}
 .hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:active:before, .hvr-out:active:before, .hvr-out:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.shadow {
    box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15);
}
.parallax-fix {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}
.min-height-650 {
    min-height: 650px;
}
.min-height-500 {
    min-height: 500px;
}
 .bordered {
    border: 1px solid #eee;
}
 .no-br-bottom {
    border-bottom: none;
}
 .border-theme {
    border-color: #fac42b;
}
 .br-color-dark {
    border-color: #383838;
}
 .bt-none {
    border-top: none;
}
 .bg-overlay {
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-overlay.theme-overlay {
    background: rgba(134, 188, 66, 0.85);
}
 .bg-overlay.light {
    background: rgba(0, 0, 0, 0.35);
}
 .bg-overlay.medium {
    background: rgba(0, 0, 0, 0.75);
}
 .bg-overlay.fixed {
    position: fixed;
}
 .pos-relative {
    position: relative;
    z-index: 99;
}
.pos-unset {
    position: unset;
}
.position {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.bottom {
    bottom: 0;
}
.top {
    top: 0;
}
 .homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
 .no-video .video-container video,.touch .video-container video {
    display: none;
}
 .no-video .video-container .poster,.touch .video-container .poster {
    display: block !important;
}
 .video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
 .video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
 .video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
 .video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
 .video-container video.fillWidth {
    width: 100%;
}
 /* Tour Form Design */
 .booking input {
    width: 100%;
    border: 0;
    height: 50px;
    background-color: #fff;
    box-shadow: .09px .4px 2px 1px rgba(0,0,0,.3);
    padding: 0 10px 0 15px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
 .booking .input-group-addon {
    padding: 6px 17px;
    box-shadow: .09px .4px 2px 1px rgba(0,0,0,.3);
}
 .topbar {
    background-color: #fac42b;
    color: #ffffff;
    padding: 8px 0 10px 0;
}
.topbar .contact-info i {
    margin-right: 3px;
}
 .topbar a {
    color: #fff;
}
 .topbar a:hover {
    opacity: 0.65;
    color: #222;
}
.topbar.black a:hover {
    color: #fff;
}
 .topbar .contact-info li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
 .topbar.black {
    background-color: #333;
}
ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: inline-block;
}
 ul.social-icons li {
    display: inline-block;
    margin: 5px 12px;
}
.header-address {
    margin-top: 5px;
}
 .header-address a {
    display: inline-block;
    text-align: center;
    font-size: 34px;
    width: 50px;
    height: 50px;
    color: #fac42b;
}
 .header-address i {
    margin-top: 12px;
    margin-left: 2px;
}
 .header-address .header-content {
    display: inline-block;
    vertical-align: baseline;
}
 .header-address .header-content h5 {
    font-size: 13px;
    text-transform: uppercase;
}
.search-cart-header {
    margin-top: 30px;
    margin-left: 30px;
}
#top-search {
    position: relative;
}
#top-search .search-form-result { 
    display: none; 
}
#top-search.form-show .search-form-result { 
    display: block;
    position: absolute;
    right: 0;
    top: 38px;
    z-index: 99;
    width: 220px;
}
.search-cart-header .top-cart .cart-content {
    position: absolute;
    z-index: 99;
    top: 60px;
    width: 250px;
    right: 0;
    color: #c8c8c8;
    border-top: 4px solid #fac42b;
}
.search-cart-header .top-cart .cart-content:after {
    bottom: 100%;
    left: 88%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(134, 188, 66, 0);
    border-bottom-color: #fac42b;
    border-width: 12px;
    margin-left: -12px;
}
.search-cart-header .top-cart .cart-content .cart-list {
    max-height: 290px;
    overflow: auto;
    padding: 20px 20px 0 20px ;
}
.search-cart-header .search-button {
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.search-cart-header [type="text"] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-right: 36px;
}
.search-cart-header .top-cart {
    float: right;
    margin-right: 20px;
    position: relative;
}
.top-cart .shopping-cart {
    padding-bottom: 40px;
}
.primary-color .top-cart .shopping-cart:hover {
    color: #fff;
}
.primary-color .header-search-form:hover {
    color: #fff;   
}
.primary-color .search-cart-header .top-cart .cart-content {
    border-color: #fff;
}
.primary-color .search-cart-header .top-cart .cart-content:after { 
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
}
.dark-color .top-cart .shopping-cart {
    color: #fff;
}
.dark-color .header-search-form {
    color: #fff;
}
.top-cart .fa-shopping-cart {
    margin: 5px 4px 0 0;
} 
.search-cart-header .subtitle {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cart-content ul.cart-list li {
    border-bottom: 1px solid #323232;
    margin-bottom: 15px;
    min-height: 80px;
    text-align: left;
}
.cart-content ul.cart-list li:last-child {
    margin-bottom: 0;
    border: none;
}
.cart-content ul.cart-list a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #c8c8c8;
    line-height: 16px;
    padding: 0 0 0 70px;
    position: relative;
    width: auto;
}
.cart-content ul.cart-list a:hover {
    color: #fac42b;
}
.cart-content ul.cart-list a.remove {
    text-align: right;
    font-size: 18px;
    margin-left: 10px;
    padding-left: 0;
    float: right;
    top: -2px;
    z-index: 9;
}
.cart-content ul.cart-list a img {
    height: 60px;
    left: 0;
    float: left;
    width: 60px;
    position: absolute;
}
.cart-content ul.cart-list .quantity {
    font-size: 12px;
    margin-left: 70px;
}
.cart-content .total .amount {
    float: right;
    letter-spacing: 1px;
}
.cart-content .buttons {
    float: left;
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    width: 100%;
}
.cart-content .total {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.2);
    color: #c8c8c8;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 7px 20px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.header-cart .search-cart-header  {
    margin-left: 0;
    margin-top: 22px;
}
.banner {
    padding: 200px 0;
}
 .banner h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px;
}
 .banner p {
    margin-bottom: 50px;
}
 .banner.white h1, .banner.white p {
    color: #fff;
}
 .banner.primary h1, .banner.primary p {
    color: #fac42b;
}
.banner.small {
    padding: 120px 0;
}
.banner.large {
    padding: 300px 0;
}
.slogan-section a {
    float: right;
    margin-top: 30px;
}
.slogan i:before {
    font-size: 65px;
    margin-right: 15px;
}
.slogan h3 {
    font-weight: normal;
}
 .slogan h3 span {
    font-size: 80px;
    padding-right: 10px;
    font-weight: 700;
}
.slogan.white h3 {
    color: #fff;
}
 .rev_slider_wrapper .tp-leftarrow.hermes {
    position: absolute;
    left: 0 !important;
}
 .rev_slider_wrapper .tp-rightarrow.hermes {
    position: absolute;
    right: 0 !important;
}
 .rev_slider_wrapper .btn.btn-primary:hover {
    color: #fff !important;
}
 .rev_slider_wrapper .tp-caption.max-style span {
    color: #fac42b !important;
}
 .rev_slider .slide-title span, .rev_slider .slide-sub-title span {
    color: #fac42b !important;
}
#bootstrap-slide .item img {
    width: 100%;
}
#bootstrap-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
#bootstrap-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
#bootstrap-slide .carousel-indicators {
    bottom: 30px;
}
 #bootstrap-slide .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}
#bootstrap-slide .carousel-control.left, #bootstrap-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
#bootstrap-slide .carousel-control.left span {
    padding: 15px;
}
#bootstrap-slide .carousel-control.right span {
    padding: 15px;
}
#bootstrap-slide .carousel-control .fa-angle-left,#bootstrap-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}
#bootstrap-slide .carousel-control .fa-angle-left {
    left: 0;
}
#bootstrap-slide .carousel-control .fa-angle-right {
    right: 0;
}
#bootstrap-slide .carousel-control i {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#bootstrap-slide .slider-content {
    top: 45%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}
 #bootstrap-slide .slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
}
 #bootstrap-slide .slider-content h1 strong {
    color: #fac42b;
}
 #bootstrap-slide .slider-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}
#bootstrap-slide .slider-content h2.white, #bootstrap-slide .slider-content h3.white {
    color: #fff;
}
.slider.btn {
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 300;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC;
}
.slider.btn.btn-default:hover {
    background: #000;
    color: #fff;
}
.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}
.slider-content-right {
    position: relative;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
}
.control-top .owl-controls {
    margin: 0;
    position: absolute;
    right: -5px;
    top: -90px;
}

/* Shop Home Page */
.shadow {
    -webkit-box-shadow: 1px 5px 22px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 5px 22px -3px rgba(0,0,0,0.1);
    box-shadow: 1px 5px 22px -3px rgba(0,0,0,0.1);
}
.category li a:before{
    font-family: 'FontAwesome'; 
    content: "\f01d";
    position: absolute;
    left: 0;
    color: #a6a6a6;
    font-size: 14px;
}
.category li a:hover:before {
    color: #fac42b;
}
.category li {
    border-bottom: 1px solid #eaeaea;
    padding: 0 15px;
}

.category li:last-child { 
    border-bottom: none;
}
.category li a {
    padding-left: 12px;
    font-size: 16px;
    display: block;
    position: relative;
    padding: 12px 10px 12px 25px;
}

.v-middle-content {
    padding: 50px 8.5%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 65%;
    display: block;
}

.banner-content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    content: "";
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;    
}
.banner-content:hover:before {
    background: rgba(0,0,0,0.65);
    opacity: 1;
}
.banner-content {
    letter-spacing: 2px;
}
.banner-content .subtitle {
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}
.banner-content .title {
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.banner-content:hover .title {
    margin-left: 20px;
}
.banner-content .view {
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #373737;
    display: inline-block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.banner-content:hover .view {
    margin-left: 20px; 
    border-bottom: 1px solid #fff;
}

.product-list.featured-product .product-block{
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    border-width: 0 1px 1px 0;
}
.product-list.featured-product .product-info {
    padding: 15px;
    max-width: 61%;
}
.product-list.featured-product h2 {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

/* Product grid*/
#category > li {
    margin: 0;
    border: 1px solid #eee;
    border-width: 1px 1px 0 1px;
    box-shadow: 0 0 0 0;
    border-radius: 0;
}
#category > li:last-child {
    border-width: 1px 1px 1px 1px;
}
#category > li > ul {
    padding: 5px 15px;
    background: #f2f2f2;
}
#category > li > ul.collapse.in { 
    border-top: 1px solid #eee;   
}
#category > li > ul > li {
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
 }
#category > li > ul > li:last-child {
    border-bottom: none;
 }
#category > li > ul > li > a {
    display: block;
 }
#category > li > a:focus, #category > li > a:hover {
    background: #222;
    color: #fff;
}
#category > li > a.collapsed {
    background: #fff;
    color: #222;
}
.panel > a:after {
    font-family: 'FontAwesome'; 
    content: "\f105";
    float: right;
    color: grey;
}
.panel > a.collapsed:after {
    content: "\f107";
}
.question-block {
    position: relative;
}
.question-block .search-input {
    padding-right: 50px;
}
.question-block .submit {
    border: medium none;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    font-weight: 600;
    text-transform: uppercase;
}

.filters { 
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
}
.product-grid .bordered {
    float: left;
    width: 100%;
}
.product-grid .product-block:hover > img  {
    opacity: 0.65;  
}
.product-grid h2 { 
    font-size: 12px;
    font-weight: 500; 
    line-height: normal;
}
.product-grid .buttons {
    float: left;
    width: 100%;
    border-top:1px solid #eee; 
}

.product-grid .buttons a {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 0;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.product-grid .buttons a:hover {
    color: #fff;
    opacity: 0.80;
}
.product-grid .buttons a .fa{
    font-size: 13px;
}
.product-grid .product-block {
    height: 250px;
    padding: 15px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-grid .product-info{
    float: left;
    width: 100%;
    background: #fafafa;
    border-top: 1px solid #eeeeee;
    padding: 15px 10px 10px 10px;

}
.product-grid .product-block img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

/* Product List */

.product-list .bordered {
    float: left;
    width: 100%;
    background: #fafafa;
}
.product-list .product-block:hover > img  {
    opacity: 0.65;  
}
.product-list h2 { 
    font-size: 16px;
    font-weight: 600; 
    line-height: normal;
}
.product-list .buttons {
    float: left;
    max-width: 310px;
    padding: 0 30px;
    width: 100%;   
}
.product-list .buttons a {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 0;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.product-list .buttons a:hover {
    color: #fff;
    opacity: 0.80;
}
.product-list .buttons a .fa{
    font-size: 13px;
}
.product-list .product-block {
    border-right:1px solid #eee; 
    height: 250px;
    width: 250px;
    padding: 15px;
    float: left;
    position: relative;
    overflow: hidden;
}
.product-list .product-info{
    float: left;
    max-width: 64%;
    width: 100%;
    padding: 20px 30px;
}
.product-list .product-block img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.label-sale {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #eb5d68;
    padding: 0px 12px; 
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    z-index: 1;
}
.label-new {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 12px; 
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    z-index: 1;    
}
.product-list .label-new { 
    left: 0; 
    right: inherit;
}

/* Product Detail*/

.product-detail h3 {
     font-size: 28px; 
}
.section-title.title-med {
    margin: 0 0 70px;
}
.section-title.title-med h3{
    font-size: 26px; 
    line-height: normal;
}
.product-detail .label-sale{
    height: 18px;
    line-height: 19px;
    margin-left: 5px;
    position: unset;
    vertical-align: top;
    padding: 0 7px;
    margin-top: 10px;
}
.product-rating .fa {
    color: #222;
}
.product-rating {
    display: inline-block;
}
form .product-rating .fa {
 color: #ccc;
}
form .product-rating .fa:hover,form .product-rating .fa:focus {
 color: #222;
}
.product-detail .product-rating {
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.product-write-review {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}
.product-price {
    font-weight: bold;
    font-size: 22px;
    color: #222;
}
.social-links a {
    color: #888;
}
.social-links a:hover {
    color: #222;
 }
.product-detail select {
    height: 30px;
}
.product-detail input[type="text"]{
    width: 50px;
    height: 35px;
}
.instructions li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.review { 
    margin-bottom: 20px; 
}
 .review-name {
    margin-bottom: 0;
    letter-spacing: 1px;
 }
 .review .product-rating {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
 }

 /* Product Cart */
 .shop-cart-table .shop-cart td {
    line-height: 26px;
    vertical-align: middle;
    padding: 16px 8px;
 }
  .shop-cart-table th {
    font-weight: 500;
    color: #222;
    font-size: 12px;
    padding: 16px 8px;
 }
 .cart-total .panel-heading a > h4:after {
    font-family: 'FontAwesome'; 
    content: "\f105";
    float: right;
    color: grey;
}
.cart-total .panel-heading > a.collapsed h4:after {
    font-family: 'FontAwesome'; 
    content: "\f107";
}
.table.cart-sub-total, .table.cart-sub-total td, .table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px;
    font-size: 13px;
}
.table.cart-sub-total td {
    padding-right: 0;
}
.table.cart-sub-total .total td, .table.cart-sub-total .total th{
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.checkout-btn {
    font-size: 16px;
    padding: 18px 40px;
}
 .display-block {
    display: block;
 }
 .shop-cart-table input[type="text"] {
    height: 35px;
    width: 50px;
}
.cart-buttons {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.cart-total .panel-title{
    padding:14px 18px; 
    font-size: 12px;
}
.cart-total .panel{
    border-radius: 0;
    box-shadow: 0 0 0 0;
}
.cart-total .panel-default > .panel-heading {
    background: none;
    border-radius: 0;
}
 .feature-box-01 {
    border: 6px solid transparent;
    padding: 24px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
 .feature-box-01:hover {
    border: 6px solid #fac42b;
    background: #fff;
}
 .feature-box-01 .fa {
    font-size: 36px;
}
 .feature-box-01:hover p {
    color: #222;
}
 .feature-box-01 h4 {
    color: #fac42b;
    font-size: 14px;
}
 .feature-box-01:hover h4 {
    color: #222;
}
 .feature-box-02 {
    border: 1px solid #383838;
    padding: 24px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    margin-bottom: 30px;
}
 .feature-box-02:hover {
    border: 1px solid #fac42b;
    background: #fac42b;
}
 .feature-box-02 .fa {
    font-size: 36px;
    color: #fff;
}
 .feature-box-02 p {
    color: #c8c8c8;
}
 .feature-box-02:hover p {
    color: #fff;
}
 .feature-box-02 h4 {
    color: #fff;
    font-size: 14px;
}
 .feature-box-02:hover h4 {
    color: #fff;
}
.feature-box-03 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
 .feature-box-03:hover {
    -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
}
 .feature-box-03 .fetaure-image {
    position: relative;
    overflow: hidden;
}
 .feature-box-03 .fetaure-image img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .feature-box-03 .fetaure-image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
 .feature-box-03 .fetaure-image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 -130px 70px -70px #000 inset;
    box-shadow: 0 -130px 70px -70px #000 inset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .feature-box-03 .package-detail {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 18px;
    position: absolute;
    z-index: 9;
}
 .feature-box-03 .title {
    color: #fff;
    text-transform: uppercase;
    margin-right: 5px;
}
 .feature-box-03 .price {
    width: 60%;
    float: left;
}
 .feature-box-03 .people-duration {
    float: right;
    margin-left: 5px;
}
 .feature-box-03 .package-detail p {
    margin: 0 0 0 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
 .feature-box-03 .package-detail p .theme-color {
    margin-right: 5px;
}
 .feature-box-03 .rating li {
    float: left;
    margin-left: 3px;
}
 .feature-box-04 {
    margin-bottom: 30px;
}
 .feature-box-04 > a {
    display: block;
    border: 3px solid #d5d5d5;
    border-radius: 0;
    text-align: center;
    background: none;
    padding: 18px 5px;
    position: relative;
}
 .feature-box-04 > a:before {
    display: block;
    content: "";
    width: 14%;
    height: 22%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #fac42b;
    border-right: 3px solid #fac42b;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
 .feature-box-04 > a:after {
    display: block;
    content: "";
    width: 14%;
    height: 22%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #fac42b;
    border-left: 3px solid #fac42b;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
 .feature-box-04 > a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
 .feature-box-04 > a:hover:before {
    width: 90%;
    height: 85%;
}
 .feature-box-04 > a:hover:after {
    width: 90%;
    height: 85%;
}
 .feature-box-04 .fa {
    font-size: 36px;
}
 .feature-box-04:hover p {
    color: #222;
}
 .feature-box-04 h4 {
    color: #fac42b;
    font-size: 14px;
}
 .feature-box-04:hover h4 {
    color: #222;
}
 .title-overlay {
    mix-blend-mode: lighten;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 7.4vw;
    padding: 20.4% 15%;
}
 .bg-transparent {
    background-color: rgba(255, 255, 255, 0.85);
}
 .title-box {
    width: 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
 .table {
    display: table;
    margin-bottom: 0;
}
 .table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
 .size-90 {
    font-size: 90px;
}
 .text-section h2 {
    font-size: 45px;
}
.text-section h3 {
    font-size: 40px;
    line-height: 50px;
    position: relative;
}
 .text-section h3 span {
    color: #fac42b;
}
 .text-section h3.underline {
    margin-bottom: 50px;
}
 .text-section h3.underline:after {
    position: absolute;
    right: 100%;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    margin: -20px auto;
    content: '';
    opacity: 1;
    background: #fac42b;
}
.text-section h4 {
    font-size: 28px;
    line-height: 32px;
}
.text-section h5 {
    font-size: 18px;
    letter-spacing: 1px;
}
.text-section a {
    margin-right: 15px;
}
.text-section.white {
    color: #fff;
}
 .text-section.white h2, .text-section.white h3, .text-section.white h4, .text-section.white h5, .text-section.white a {
    color: #fff;
}
 .text-section.white a:hover {
    color: #fac42b;
}
.text-section h2 span, .text-section h3 span, .text-section h4 span, .text-section h5 span, .text-section p span, .text-section a span {
    color: #fac42b;
}
.text-section-2 h4 {
    margin-bottom: 20px;
}
.text-section-2 ul li i {
    margin-right: 10px;
}
.call-to-action h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-weight: 700;
}
.call-to-action p {
    padding: 0 10%;
    margin-bottom: 40px;
    font-size: 14px;
}
.call-to-action.white h3, .call-to-action.white p {
    color: #fff;
}
.call-to-action-2 h3 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 1px;
}
 .call-to-action-2 h3 span {
    color: #fac42b;
}
.popup-video {
    text-align: center;
}
 .popup-video h4 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 30px 0;
}
ul.filter {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
}
ul.filter li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}
ul.filter li a {
    background: #f4f4f4;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
    color: #282828;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
ul.filter li a:hover,ul.filter li a.active {
    color: #fff;
    background: #fac42b;
}
ul.filter.style2 li a {
    border: 3px solid #ededed;
    background: none;
}
ul.filter.style2 li a:hover,ul.filter.style2 li a.active {
    border-color: #fac42b;
    background: #fac42b;
}
 .isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,.isotope .isotope-item {
    /* change duration value to whatever you like */
 -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-box.width33 li {
    width: 33%;
}
.portfolio-box.width50 li {
    width: 50%;
}
.portfolio-box.width25 li {
    width: 25%;
}
.portfolio-box img {
    width: 100% !important;
}
.portfolio-box .zoom {
    color: #fff;
}
.portfolio-box .zoom:hover {
    color: #fac42b;
}
.portfolio-post-1 {
    position: relative;
    overflow: hidden;
}
 .portfolio-post-1 .portfolio-icon a {
    position: relative;
    z-index: 9;
}
 .portfolio-post-1 img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
 .portfolio-post-1 .portfolio-details {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
 .portfolio-post-1 .portfolio-details .portfolio-icon {
    margin-top: 35%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
 .portfolio-post-1 .portfolio-details .portfolio-icon a {
    font-size: 28px;
    margin: 3px;
    padding: 7px 12px;
    background: transparent;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .portfolio-post-1 .portfolio-details .portfolio-icon a:hover {
}
 .portfolio-post-1 .portfolio-details .portfolio-title {
    margin: 10px auto 0 auto;
    width: 85%;
}
 .portfolio-post-1 .portfolio-details .portfolio-title h4 {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
    color: #fff;
}
 .portfolio-post-1 .portfolio-details .portfolio-title .portfolio-tags {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
 .portfolio-post-1:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}
 .portfolio-post-1:hover .portfolio-details {
    opacity: 1;
}
 .portfolio-post-1:hover .portfolio-details .portfolio-icon a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 .portfolio-post-1:hover .portfolio-details .portfolio-title h4, .portfolio-post-1:hover .portfolio-details .portfolio-title .portfolio-tags {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
 .portfolio-post-1:hover .portfolio-post-border {
    visibility: visible;
}
.portfolio-post-2 .portfolio-details {
    position: relative;
    overflow: hidden;
}
 .portfolio-post-2 .portfolio-details img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
 .portfolio-post-2 .portfolio-details .portfolio-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
 .portfolio-post-2 .portfolio-details .portfolio-icon a {
    position: absolute;
    top: 50%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 26px;
    z-index: 9;
}
 .portfolio-post-2 .portfolio-title {
    padding: 20px 10px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .portfolio-post-2 .portfolio-title h4 {
    font-size: 16px;
}
 .portfolio-post-2 .portfolio-title:hover {
}
 .portfolio-post-2 .portfolio-title:hover h4 {
}
.portfolio-post-2:hover .portfolio-details img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}
.portfolio-post-2:hover .portfolio-details .portfolio-icon {
    opacity: 1;
}
 .portfolio-post-2:hover .portfolio-details .portfolio-icon a {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
 .portfolio-post-2:hover .portfolio-details .portfolio-icon a:hover {
    color: #fac42b;
}
.portfolio-post-border {
    border: 1px solid #fac42b;
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: hidden;
}
.portfolio-post-2:hover .portfolio-post-border {
    visibility: visible;
}
.animated-counter {
    margin-bottom: 30px;
}
 .animated-counter .animated-icon span {
    font-size: 40px;
    padding-bottom: 28px;
}
 .animated-counter .animated-number {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
}
 .animated-counter h4:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    content: '';
    background: #fac42b;
}
 .animated-counter h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
 .animated-counter.white .animated-icon, .animated-counter.white .animated-number, .animated-counter.white h4 {
    color: #fff !important;
}
 .animated-counter h4:after {
    background: #fac42b;
}
.animated-counter-2 {
    margin-bottom: 30px;
    border: 1px solid #fff;
    padding: 30px 0;
}
 .animated-counter-2 .animated-number {
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #fac42b;
}
 .animated-counter-2 h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: none;
    color: #fff;
    font-weight: normal;
}
.team-style-1 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    position: relative;
    overflow: hidden;
}
 .team-style-1 .team-member-img {
    position: relative;
    overflow: hidden;
}
 .team-style-1 .team-member-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
 .team-style-1 .team-member-img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
 .team-style-1 .team-info {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
 .team-style-1 .team-info .team-name {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
}
 .team-style-1 .team-info p {
    padding: 15px 15px 0 15px;
}
 .team-style-1 .social-icon {
}
.team-style-1:hover .team-member-img:after {
    right: 0;
}
.team-style-2 {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}
 .team-style-2 .team-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 15px 20px;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(134, 188, 66, 0.85);
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
 .team-style-2 .team-details h4 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
    color: #fff;
    text-transform: none;
}
 .team-style-2 .team-details .designation {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
 .team-style-2 .team-details p {
    margin-top: 100px;
    opacity: 0;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
 .team-style-2 .team-details ul {
    margin-top: 100px;
    opacity: 0;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
 .team-style-2 .team-details ul li {
    display: inline-block;
    margin: 0 8px;
}
 .team-style-2 .team-details ul li a {
    font-size: 16px;
    color: #fff;
}
 .team-style-2 .team-details ul li a:hover {
    color: #888;
}
 .team-style-2:hover .team-details {
    top: 0;
    padding-top: 30%;
    opacity: 1;
}
 .team-style-2:hover .team-details p {
    margin-top: 0;
    opacity: 1;
}
 .team-style-2:hover .team-details ul {
    margin-top: 0;
    opacity: 1;
}
 /* Team-style-3 */
 .team-style-3 {
    position: relative;
    text-align: center;
}
 .team-style-3 .team-member-img {
    position: relative;
    overflow: hidden;
}
 .team-style-3 .team-member-img img {
    display: inline-block;
}
 .team-style-3 .team-member-img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    content: '';
    text-align: center;
    opacity: 0;
    background: rgba(134, 188, 66, 0.85);
    border: 5px solid rgba(0,0,0,0.35);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .team-style-3 .team-info {
    position: absolute;
    right: auto;
    bottom: 30px;
    left: auto;
    width: 100%;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
 .team-style-3 .team-info .team-name {
    font-size: 16px;
    display: block;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
}
 .team-style-3 .team-info .team-designation {
    font-size: 15px;
    margin: auto;
    padding: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}
 .team-style-3 .icon {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transform: scale(0);
    text-align: center;
    opacity: 0;
}
 .team-style-3 .icon a {
    color: #ffffff;
}
 .team-style-3:hover .team-member-img:after {
    opacity: 1;
}
 .team-style-3:hover .team-info {
    bottom: 50%;
    color: #ffffff;
    opacity: 1;
    font-weight: 800;
}
 .team-style-3:hover .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
 /* Team-style-4 */
 .team-style-4 {
    text-align: center;
}
 .team-style-4 .team-info {
    background: rgba(34, 34, 34, 0.6);
    margin-top: -88px;
    padding: 20px 0;
    position: relative;
    z-index: 9;
    color: #fff;
}
 .team-style-4 .team-info .team-name {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}
 .team-style-4 .team-member-img img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
 .team-style-4 .team-member-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
 .social-icon ul li {
    margin: 0 12px;
    display: inline-block;
}
 .social-icon ul li a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #888;
}
 .social-icon ul li a:hover {
    color: #fac42b;
}
 .striped-progress-bar .progress {
    height: 25px;
    margin-bottom: 30px;
    border-radius: 0;
    background: #ddd;
    box-shadow: none;
}
.striped-progress-bar .progress-bar {
    line-height: 25px;
    background: #fac42b;
}
.striped-progress-bar .progress-bar-brand {
    background-color: #fac42b;
}
.progress-chart-circle {
    text-align: center;
}
 .progress-chart-circle .chart {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    text-align: center;
}
 .progress-chart-circle .chart-icon {
    display: inline-block;
    line-height: 140px;
    z-index: 2;
}
 .progress-chart-circle .chart-icon span {
    font-size: 26px;
    line-height: 50px;
    font-weight: 700;
    width: 50px;
    height: 50px;
}
 .progress-chart-circle .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
 .progress-chart-circle h4 {
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .progress-chart-circle.white {
    color: #ffffff;
}
 .progress-chart-circle.white h4, .progress-chart-circle.white p {
    color: #ffffff;
}
 .progress-chart-circle.white .chart-icon span {
    color: #fff;
}
 .news-pic {
    position: relative;
}
 .news-pic img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .news-pic div {
    position: absolute;
    background: #fac42b;
    text-align: center;
    left: 0;
    top: 0;
    display: inline-block;
    text-decoration: none;
    padding: 7px 10px;
}
 .bottom-left {
    bottom: 0;
    left: 0 !important;
    top: unset !important;
}
 .news-pic span:first-child {
    font-size: 12px;
    color: #fdfdfd;
    display: block;
}
 .news-pic span:last-child {
    font-size: 26px;
    color: #fdfdfd;
    font-weight: bold;
    margin-top: 0;
    display: block;
    position: relative;
}
 .news-pic:hover > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.testimonial-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 2px;
    background: transparent !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
 .testimonial-carousel.bordered {
    border: 1px solid #ccc;
}
 .testimonial-carousel.bg-white {
    background-color: #fff !important;
}
.testimonial-carousel.bg-white:hover .separator {
    background: #fff;
}
 .testimonial-carousel .testimonial-item img {
    width: 80px;
    margin-bottom: 30px;
}
 .testimonial-carousel .testimonial-item p {
    margin-bottom: 30px;
}
 .testimonial-carousel .testimonial-item .client {
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
}
 .testimonial-carousel .testimonial-item.white p, .testimonial-carousel .testimonial-item.white .client {
    color: #fff;
}
 .testimonial-carousel.bg-white:hover {
    background-color: #fac42b !important;
}
 .testimonial-carousel.bg-white:hover p {
    color: #fff;
}
.client-section img {
    margin-bottom: 50px;
}
.pricing-box {
    padding: 30px 40px 25px;
    border: none;
    border: 1px solid #d5d5d5;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}
 .pricing-box .pricing-header h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
}
 .pricing-box.hover:hover {
    background: #222 none repeat scroll 0 0;
}
 .pricing-box .pricing-header .pricing-price {
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    color: #fac42b;
}
 .pricing-box .pricing-header .pricing-price span {
    font-size: 20px !important;
    font-weight: 400;
    vertical-align: middle;
}
 .pricing-box .pricing-feature {
    padding: 40px 0 30px;
}
.pricing-footer .btn-secondary:hover {
    background-color: #fff;
    color: #fac42b;
}
 .pricing-box .pricing-feature li {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 !important;
    border-top: 1px solid #444;
}
 .pricing-box.pricing-featured .pricing-feature li {
    border-top: 1px solid #393939;
}
 .pricing-box.pricing-featured .pricing-feature li:last-child {
    border-bottom: 1px solid #393939;
}
 .pricing-box .pricing-feature li:last-child {
    border-bottom: 1px solid #444;
}
 .pricing-box.pricing-featured {
    -webkit-box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.1);
}
 .pricing-box:hover {
    webkit-box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.1);
}
.client-logo img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client-logo:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: none;
}
.panel-title a.collapsed .control-icon {
    display: block;
}
.panel-title a i {
    font-size: 22px;
    padding-right: 5px;
    color: #fac42b;
}
.coming-soon-container {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    overflow: auto;
}
.coming-soon-container .copyright-section {
    background: none;
    border: none;
    margin-top: 25px;
}
.coming-soon-container .social-icon a {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.coming-soon-container .social-icon .fa {
    color: #fff;
}
.coming-soon-container .social-icon a:hover {
    background: #000;
}
.coming-soon-section {
    padding-top: 10%;
}
.coming-soon-section .coming-soon-desc h1 {
    color: #fac42b;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 20px 0;
}
.coming-soon-section .coming-soon-desc h3 {
    color: #fff;
    margin-top: 50px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 5px;
}
.countdown-wrap {
    width: auto;
    float: none;
    padding: 0;
    margin: 5% 0 10%;
}
.countdown {
    margin: 0;
    padding: 0;
}
ul.countdown li {
    display: inline-block;
    min-width: 150px;
    padding: 5px 30px 0 30px;
    text-align: left;
    text-align: center;
    border: 2px solid #444444;
    background: rgba(0,0,0,0.65);
    margin-left: 20px;
}
ul.countdown li:first-child {
    margin-left: 0;
}
ul.countdown li:last-child {
}
ul.countdown li span {
    font-size: 60px;
    line-height: normal;
    color: #fac42b;
    position: relative;
    font-weight: 700;
}
ul.countdown li span:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
}
ul.countdown li p.timeRefDays,ul.countdown li p.timeRefHours,ul.countdown li p.timeRefMinutes,ul.countdown li p.timeRefSeconds {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: 0 0 5px 0;
}
ul.countdown li p.timeRefSeconds {
    color: #fff;
}
.blog-post, .single-blog-post {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
 .blog-post .blog-img, .single-blog-post .blog-img {
    margin: 0 0 8px;
}
 .blog-post .blog-img img, .single-blog-post .blog-img img {
    width: 100%;
}
 .blog-post .blog-post-content, .single-blog-post .blog-post-content {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 30px;
}
 .blog-post .blog-post-content .post-format, .single-blog-post .blog-post-content .post-format {
    float: left;
    display: block;
    width: 60px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-right: 20px;
    line-height: normal;
}
 .blog-post .blog-post-content .post-format.width10, .single-blog-post .blog-post-content .post-format.width10 {
    width: 10% !important;
}
 .blog-post .blog-post-content .post-description, .single-blog-post .blog-post-content .post-description {
    width: 95%;
}
 .blog-post .blog-post-content .post-description .post-meta li, .single-blog-post .blog-post-content .post-description .post-meta li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
}
 .blog-post .blog-post-content .post-description .post-meta li i, .single-blog-post .blog-post-content .post-description .post-meta li i {
    margin-right: 5px;
}
 .blog-post .blog-post-content .post-description h1, .single-blog-post .blog-post-content .post-description h1 {
    font-size: 24px;
    margin-bottom: 8px;
}
 .blog-post .blog-post-content .post-text, .single-blog-post .blog-post-content .post-text {
    margin-top: 30px;
    margin-bottom: 20px;
}
 .blog-post .blog-post-content a.read-more, .single-blog-post .blog-post-content a.read-more {
    letter-spacing: 2px;
}
 .blog-post .blog-post-content .post-tag, .single-blog-post .blog-post-content .post-tag {
    color: #888;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}
 .blog-post .blog-post-content .post-tag li, .single-blog-post .blog-post-content .post-tag li {
    display: inline-block;
}
 .blog-post .blog-post-content .post-tag li a, .single-blog-post .blog-post-content .post-tag li a {
    color: #fac42b;
    text-transform: none;
    letter-spacing: 0;
}
 .blog-post .blog-author, .single-blog-post .blog-author {
    margin: 40px 0;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
 .blog-post .blog-author img, .single-blog-post .blog-author img {
    width: 80px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 20px 0 0;
    border-radius: 50%;
}
 .blog-post .blog-author .author-name, .single-blog-post .blog-author .author-name {
    margin-top: 20px;
}
 .blog-post .blog-author .author-name a, .single-blog-post .blog-author .author-name a {
    color: #24252a;
    font-weight: 500;
    font-size: 16px;
}
 .blog-post .comment-section, .single-blog-post .comment-section {
    margin-top: 80px;
}
 .blog-post .comment-section h2, .single-blog-post .comment-section h2 {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
 .blog-post .comment-section .comment-box, .single-blog-post .comment-section .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}
 .blog-post .comment-section .comment-box img, .single-blog-post .comment-section .comment-box img {
    width: 70px;
    float: left;
    border-radius: 50%;
    border: 2px solid #fac42b;
}
 .blog-post .comment-section .comment-box .comment-content, .single-blog-post .comment-section .comment-box .comment-content {
    margin-left: 100px;
}
 .blog-post .comment-section .comment-box .comment-content h4, .single-blog-post .comment-section .comment-box .comment-content h4 {
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}
 .blog-post .comment-section .comment-box .comment-content h4 a, .single-blog-post .comment-section .comment-box .comment-content h4 a {
    color: #222222;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    font-size: 11px;
    font-weight: 400;
}
 .blog-post .comment-section .comment-box .comment-content span, .single-blog-post .comment-section .comment-box .comment-content span {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 11px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}
 .blog-post .comment-section ul.depth .comment-box, .single-blog-post .comment-section ul.depth .comment-box {
    padding-left: 80px;
}
 .blog-post .comment-section .comment-form h2, .single-blog-post .comment-section .comment-form h2 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}
 .blog-post .comment-section .comment-form input[type="text"], .blog-post .comment-section .comment-form textarea, .single-blog-post .comment-section .comment-form input[type="text"], .single-blog-post .comment-section .comment-form textarea {
    width: 100%;
    display: block;
    padding: 12px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
 .blog-post .comment-section .comment-form input[type="text"]:focus, .blog-post .comment-section .comment-form textarea:focus, .single-blog-post .comment-section .comment-form input[type="text"]:focus, .single-blog-post .comment-section .comment-form textarea:focus {
    border: 1px solid #fac42b;
}
 .blog-post .comment-section .comment-form textarea, .single-blog-post .comment-section .comment-form textarea {
    min-height: 193px;
    margin-bottom: 30px;
}
.single-blog-post {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pagination li a, .pagination li a:hover, .pagination li a:focus {
    color: #adadad;
    padding: 6px 12px;
    border-radius: 0;
    border: solid 1px #e1e1e1;
    background: transparent;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.pagination li.active a, .pagination li.active a:hover {
    color: #fff;
    border: solid 1px #fac42b;
    background-color: #fac42b;
}
.pagination li:first-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination li:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.widget {
    margin-bottom: 40px;
}
.widget-title {
    margin: 0 0 20px 0;
}
 .widget-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #333333;
}
.widget-search input[type="search"] {
    width: 100%;
    display: block;
    padding: 8px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
 .widget-search input[type="search"]:focus {
    border: 1px solid #fac42b;
}
.widget-archive li a,.widget-category li a {
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 .widget-archive li a:hover, .widget-category li a:hover {
    color: #fac42b;
}
.widget-tag li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 2px;
}
.widget-tag a {
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    margin: 0;
    padding: 8px 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #fac42b;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 .widget-tag a:hover {
    background: #24252a;
}
.widget-social li {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 1px 10px 0;
    padding: 15px;
    list-style: none;
    text-align: center;
    background: #1a1a1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .widget-social li a {
    color: #fff;
}
 .widget-social li:hover {
    background: #fac42b;
}
.widget-navigation .side-navigation li {
    border: 1px solid #ddd;
    border-bottom: none;
}
 .widget-navigation .side-navigation li:last-child {
    border-bottom: 1px solid #ddd;
}
 .widget-navigation .side-navigation li a {
    padding: 13px 18px;
    text-transform: uppercase;
    background: #f7f7f7;
    color: #222;
    font-weight: normal;
    display: block;
}
 .widget-navigation .side-navigation li a:hover {
    background: #222;
    color: #fac42b;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],select,textarea {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #414141;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}
 input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="password"]:focus,select:focus,textarea:focus {
    border: 1px solid #fac42b;
}
textarea {
    height: 100px;
    line-height: 24px;
}
label {
    font-weight: 500;
}
.contact-form textarea {
    margin-bottom: 30px;
}
.footer-section p {
    color: #bfbfbf;
}
.footer-address {
    margin-bottom: 30px;
}
 .footer-address p span {
    color: #fac42b;
}
.sidebar-post li {
    display: inline-block;
    margin-bottom: 10px;
}
 .sidebar-post li img {
    float: left;
    width: auto;
    height: 30px;
    margin-right: 10px;
}
 .sidebar-post li a {
    float: left;
    color: #bababa;
    margin-top: 5px;
    font-size: 14px;
}
 .sidebar-post li a:hover {
    color: #fff;
}
.sidebar-gallery {
    display: inline-block;
}
 .sidebar-gallery li {
    float: left;
    width: 29%;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
}
.footer-subscribe {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}
 .footer-subscribe input, .footer-subscribe input:focus {
    background: #fff;
    border-radius: 0px;
    border: 0px solid;
    height: 40px;
    outline: none;
    box-shadow: none;
    padding: 6px 85px 6px 12px;
}
 .footer-subscribe button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border: 0px solid;
    border-radius: 0px;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .footer-subscribe button:hover, .footer-subscribe button:focus {
    background: #fac42b;
    color: #fff;
}
.footer-social li {
    display: inline-block;
    margin-bottom: 20px;
}
 .footer-social li a {
    background: #000;
    padding: 10px 13px;
    color: #fff;
}
 .footer-social li:hover a {
    background: #fac42b;
}
.copyright-section {
    background: #000;
    color: #dddddd;
    border-top: 1px solid #444;
    padding: 20px 0px 15px 0;
    font-size: 13px;
    font-weight: 500;
}
 .copyright-section .copyright-text p {
    color: #9b9b9b;
}
 .copyright-section .copyright-text a {
    color: #fac42b;
}
.error-404 {
    text-align: center;
}
 .error-404 h1 {
    font-size: 130px;
    margin-bottom: 40px;
    color: #fac42b;
}
 .error-404 h3 {
    font-size: 60px;
    color: #222;
}
 .error-404 p {
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}
.back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 30;
    filter: alpha(opacity=3000);
}
 .back-to-top.reveal:focus, .back-to-top.reveal:active, .back-to-top.reveal:hover {
    opacity: 100;
    filter: alpha(opacity=10000);
}
.back-to-top {
    background: #fac42b;
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
}
 .back-to-top:hover {
    background: #24252a;
}
 .back-to-top i {
    position: absolute;
    left: 50%;
    top: 45%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 24px;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url('../images/others/preloader.gif') 50% 50% no-repeat #fff;
}
/******* Style Switcher *******/
.switcher {
    width: 225px;
    position: fixed;
    left: -225px;
    top: 20%;
    text-align: center;
    z-index: 999999;
    background-color: #fff;
    border-radius: 0 0 2px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.switcher .layout-style {
    height: 30px;
    width: 80%;
    margin-bottom: 10px;
}
.switcher i {
    color: #fac42b;
}
.switcher h4 {
    display: block;
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
}
.switcher span {
    color: #222;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    text-align: left;
    text-transform: uppercase;
}
.switcher .colors-list {
    padding: 0 18px 0 18px;
    margin-bottom: 8px;
    line-height: 20px;
}
.switcher .colors-list li {
    display: inline-block;
    margin-right: 2px;
}
.switcher .colors-list li a {
    display: block;
    width: 24px;
    height: 18px;
    cursor: pointer;
}
.switcher .bg-list {
    padding: 0 18px 0 18px;
    margin-bottom: 15px;
}
.switcher .bg-list li {
    display: inline-block;
    margin-right: 2px;
}
.switcher .bg-list li a {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d5d5d5;
}
.switcher .bg-list li a.bg1 {
    background: url(../images/patterns/01.png) repeat;
}
.switcher .bg-list li a.bg2 {
    background: url(../images/patterns/02.png) repeat;
}
.switcher .bg-list li a.bg3 {
    background: url(../images/patterns/03.png) repeat;
}
.switcher .bg-list li a.bg4 {
    background: url(../images/patterns/04.png) repeat;
}
.switcher .bg-list li a.bg5 {
    background: url(../images/patterns/05.png) repeat;
}
.switcher .bg-list li a.bg6 {
    background: url(../images/patterns/06.png) repeat;
}
.switcher .bg-list li a.bg7 {
    background: url(../images/patterns/07.png) repeat;
}
.switcher .bg-list li a.bg8 {
    background: url(../images/patterns/08.png) repeat;
}
.switcher .bg-list li a.bg9 {
    background: url(../images/patterns/09.png) repeat;
}
.switcher .bg-list li a.bg10 {
    background: url(../images/patterns/10.png) repeat;
}
.switcher .bg-list li a.bg11 {
    background: url(../images/patterns/11.png) repeat;
}
.switcher .bg-list li a.bg12 {
    background: url(../images/patterns/12.png) repeat;
}
.switcher .bg-list li a.bg13 {
    background: url(../images/patterns/13.png) repeat;
}
.switcher .bg-list li a.bg14 {
    background: url(../images/patterns/14.png) repeat;
}
.switcher .open-switcher {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 2px 2px 0;
    background: #444 center no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.switcher .open-switcher:hover {
    background: #444 center no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.switcher .open-switcher i {
    text-align: center;
    margin-top: 5px;
}
.show-grid [class^="col-"] {
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
}
.theme-links li > a {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 10px 10px 20px 10px;
}
.theme-links li > a:hover {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.shortcode-list > div {
    padding: 0;
}
.shortcode-list a {
    border: 1px solid #e5e5e5;
    background: #fff;
    display: block;
    font-size: 18px;
    padding: 30px 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.shortcode-list a:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.feature-list li {
    border: 1px solid #e5e5e5;
    background: #fff;
    display: block;
    font-size: 18px;
    padding: 30px 20px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.shop-color {
    float: left;
    padding: 0;
    width: 100%;
}
.shop-color li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.shop-color li a {
    float: left;
    width: 35px;
    height: 25px;
}
.switcher-color {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 20px;
}
.switcher-color li {
    margin-right: 5px;
    float: left;
}
.switcher-color li a {
    float: left;
    height: 20px;
    margin-bottom: 5px;
    width: 30px;
}
.color-1 {
    background: #fac42b;
}
.color-2 {
    background: #fac42b;
}
.color-3 {
    background: #fac42b;
}
.color-4 {
    background: #d0ad55;
}
.color-5 {
    background: #41c3ac;
}
.color-6 {
    background: #fc6531;
}
.color-7 {
    background: #f05a66;
}
.color-8 {
    background: #89379a;
}
.color-9 {
    background: #0073ad;
}
.color-10 {
    background: #787878;
}
.first-letter-light {
    background: #222222 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding: 10px 20px;
}
.first-letter {
    float: left;
    font-size: 50px;
    left: 0;
    line-height: 1;
    margin: 0 20px 4px 0;
    position: relative;
    top: 4px;
}
.first-letter-block-round {
    border: 3px solid #222;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 600;
    padding: 10px 20px;
}
.first-letter-block {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
}
.first-letter-highlight {
    border-bottom: 2px solid #c7c7c7;
    color: #fac42b;
    font-size: 45px;
    line-height: 60px;
    margin: 0 20px;
}
.first-letter-round {
    background-color: #fac42b;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    padding: 20px 25px;
}

/*----------------------------------- Color Switcher - Color 2 CSS ----------------------------*/

/* Accordions css */
.chead-accordion01 .panel-heading:before{background-color:#fac42b;}
.chead-accordion01 .panel-heading a:hover,.chead-accordion01 .panel-heading a{background-color:#fac42b;}
.chead-accordion02 .panel-heading a:hover,.chead-accordion02 .panel-heading a{background-color:#fac42b;}
.chead-accordion03 .panel-heading .collapsed .arrow{background-color:#fac42b;}
.chead-accordion04 .panel-heading a:hover,.chead-accordion04 .panel-heading a{color:#fac42b;}
.chead-accordion04 .panel-heading .arrow:before{background:#fac42b;}
.chead-accordion04 .panel-heading a.collapsed:hover .arrow:before,.chead-accordion04 .panel-heading a.collapsed:hover .arrow:after{background:#fac42b;}
.chead-accordion05 .panel-heading a:hover,.chead-accordion05 .panel-heading a{color:#fac42b;}
.chead-accordion05 .panel-heading .arrow{background-color:#fac42b;}
.chead-accordion05 .panel-heading a.collapsed:hover .arrow{background-color:#fac42b;}
.chead-accordion06 .panel-heading a:hover,.chead-accordion06 .panel-heading a{background-color:#fac42b;}

/*Owl theme css*/
.owl-theme .owl-controls .owl-buttons div{ background: #fac42b;}
.owl-theme .owl-controls .owl-page span{background: #fac42b;}

/*Tabs css*/
.chead-tabs-top ul.resp-tabs-list li.resp-tab-active {color: #fac42b;}
.chead-tabs-left ul.resp-tabs-list li.resp-tab-active {color: #fac42b;}
[class*="chead-tabs-"] h2.resp-tab-active, [class*="chead-tabs-"] h2.resp-tab-active:hover { background: #fac42b;}
.chead-tabs-left01 ul.resp-tabs-list li.resp-tab-active {border-left: 2px solid #fac42b;}
.chead-tabs-top01 ul.resp-tabs-list li:after {border-bottom: 2px solid #fac42b;}
.chead-tabs-top02 ul.resp-tabs-list li.resp-tab-active {background-color: #fac42b;border-right-color: #fac42b;}
.chead-tabs-top02 .resp-tabs-container {background-color: #fac42b;}
.chead-tabs-top03 ul.resp-tabs-list li:hover,.chead-tabs-top03 ul.resp-tabs-list li.resp-tab-active {color: #fac42b;border-bottom-color: #fac42b;}
.chead-tabs-top04 ul.resp-tabs-list li.resp-tab-active {border-bottom-color: #fac42b;}
.chead-tabs-top04 ul.resp-tabs-list li.resp-tab-active h6 {color: #fac42b;}
.chead-tabs-top04 ul.resp-tabs-list li.resp-tab-active .chead-ico02 {border-color: #fac42b;background-color: #fac42b;}
.chead-tabs-top04 h2.resp-tab-active, .chead-tabs-top04 h2.resp-tab-active:hover {background: #fac42b;}

/*Style css*/
.text-brand-color {color: #fac42b;}
.logo:hover {color: #fac42b;}
.logo .circle {background: #fac42b;}
.logo .fa {color: #fac42b;}
.logo-style-2 .circle {color: #fac42b;}    
.bg-theme {background: #fac42b;}
.separator {background: #fac42b;}
.green {color: #fac42b;}
.theme-color {color: #fac42b;}
a:hover {color: #fac42b;}
.bg-one-dark {background: #e3ac12;}
.bg-two-med {background: #f2bc23;}
.bg-three-light {background: #fbc93a;}
::-moz-selection {background: #fac42b;}
::selection {background: #fac42b;}
.btn-primary {background: #fac42b;}
.btn-secondary:hover {background-color: #fac42b;}
.breadcrumb li a:hover {color: #fac42b;}
.breadcrumb li:last-child {color: #fac42b;} 
.br-color-theme {border-color: #fac42b;}
.section-title h3 span {color: #fac42b !important;}
.section-title h3:after { background: #fac42b;}   
.section-title span i:before {color: #fac42b;}
.section-title h3:first-letter, .section-title h3:first-letter {color: #fac42b;}
.section-title-sm h3 span {color: #fac42b;}
.section-title-2 h3 span {color: #fac42b !important;}
.section-title-2:after { background: #fac42b;}
.section-title-2 span i:before {color: #fac42b;}
blockquote.primary {border-left-color: #fac42b;}
.flex-control-thumbs img.flex-active {border: 2px solid #fac42b;}
.flex-control-thumbs img:hover { border: 2px solid #fac42b;}
.hvr-in { background: #fac42b;}    
.hvr-out {background: #fac42b;}
.border-theme {border-color: #fac42b;}
.bg-overlay.theme-overlay { background: rgba(250, 196, 43, 0.85);}
.topbar {background-color: #fac42b;}
.search-cart-header .top-cart .cart-content { border-top: 4px solid #fac42b; }
.search-cart-header .top-cart .cart-content:after { border-color: rgba(250, 196, 43, 0); border-bottom-color: #fac42b; }
.cart-content ul.cart-list a:hover { color: #fac42b; }
.category li a:hover:before { color: #fac42b;}
.dark-color .top-cart .shopping-cart:hover { color: #fac42b; }
.dark-color .header-search-form:hover { color: #fac42b; }
.header-address a {  color: #fac42b;}
.banner.primary h1, .banner.primary p {color: #fac42b;}
.rev_slider_wrapper .tp-caption.max-style span {color: #fac42b !important;}
.rev_slider .slide-title span, .rev_slider .slide-sub-title span {color: #fac42b !important;}
 #bootstrap-slide .slider-content h1 strong {color: #fac42b;}
.feature-box-01:hover {border: 6px solid #fac42b;}
.feature-box-01 h4 {color: #fac42b;}
.feature-box-02:hover {border: 1px solid #fac42b;background: #fac42b;}
.feature-box-04 > a:before {    border-bottom: 3px solid #fac42b;border-right: 3px solid #fac42b;}
.feature-box-04 > a:after {border-top: 3px solid #fac42b;border-left: 3px solid #fac42b;}
.feature-box-04 h4 {color: #fac42b;}
.text-section h3 span {color: #fac42b;}
.text-section h3.underline:after { background: #fac42b;}
.text-section.white a:hover {color: #fac42b;}
.text-section h2 span, .text-section h3 span, .text-section h4 span, .text-section h5 span, .text-section p span, .text-section a span {color: #fac42b;}
.call-to-action-2 h3 span {color: #fac42b;}
ul.filter li a:hover,ul.filter li a.active {background: #fac42b;}    
ul.filter.style2 li a:hover,ul.filter.style2 li a.active {border-color: #fac42b;background: #fac42b;}
.portfolio-box .zoom:hover {color: #fac42b;}
.portfolio-post-2:hover .portfolio-details .portfolio-icon a:hover {color: #fac42b;}
.portfolio-post-border {border: 1px solid #fac42b;}
.animated-counter h4:after {background: #fac42b;}
.animated-counter h4:after {background: #fac42b;}
.animated-counter-2 .animated-number { color: #fac42b;}
.team-style-2 .team-details { background: rgba(250, 196, 43, 0.85); }
.team-style-3 .team-member-img:after{ background: rgba(250, 196, 43, 0.85); }
.social-icon ul li a:hover {color: #fac42b;}
.striped-progress-bar .progress-bar {background: #fac42b;}
.striped-progress-bar .progress-bar-brand {background-color: #fac42b;}
.news-pic div {background: #fac42b;}
.testimonial-carousel.bg-white:hover {background-color: #fac42b !important;}
.pricing-box .pricing-header .pricing-price { color: #fac42b;}
.pricing-footer .btn-secondary:hover {color: #fac42b;}
.panel-title a i {color: #fac42b;}
.coming-soon-section .coming-soon-desc h1 {color: #fac42b;}
 ul.countdown li span { color: #fac42b;}
.blog-post .blog-post-content .post-tag li a, .single-blog-post .blog-post-content .post-tag li a {color: #fac42b;}
.blog-post .comment-section .comment-box img, .single-blog-post .comment-section .comment-box img {border: 2px solid #fac42b;}
.blog-post .comment-section .comment-form input[type="text"]:focus, .blog-post .comment-section .comment-form textarea:focus, .single-blog-post .comment-section .comment-form input[type="text"]:focus, .single-blog-post .comment-section .comment-form textarea:focus {border: 1px solid #fac42b;}
.pagination li.active a, .pagination li.active a:hover {border: solid 1px #fac42b;background-color: #fac42b;}
.widget-search input[type="search"]:focus {border: 1px solid #fac42b;}
.widget-archive li a:hover, .widget-category li a:hover {color: #fac42b;}
.widget-tag a { background: #fac42b;}
.widget-social li:hover {background: #fac42b;}
.widget-navigation .side-navigation li a:hover {color: #fac42b;}
.navigation a:hover, .navigation a.active { color: #fac42b;}
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="password"]:focus,select:focus,textarea:focus {border: 1px solid #fac42b;}
.footer-address p span {color: #fac42b;}
.footer-subscribe button:hover, .footer-subscribe button:focus {background: #fac42b;}
.footer-social li:hover a {background: #fac42b;}
.copyright-section .copyright-text a {color: #fac42b;}
.error-404 h1 { color: #fac42b; }
.back-to-top { background: #fac42b; }
.switcher i { color: #fac42b; }
.first-letter-highlight { color: #fac42b; }
.first-letter-round { background-color: #fac42b; }

/*Responsive css*/
@media screen and (min-width: 992px) {
.navbar.navbar-default .navbar-nav > li.active > a {color: #fac42b;}
.navbar.navbar-default .navbar-nav > li > a:hover, .navbar.navbar-default .navbar-nav > li > a.active {color: #fac42b !important;}
.navbar.navbar-default .navbar-nav li.drop ul.drop-down {    border-top: 4px solid #fac42b;}
.navbar.navbar-default .navbar-nav li.drop ul.drop-down li a:hover {background: #fac42b;}
.navbar.navbar-default .navbar-nav li.drop ul.drop-down .active a {background-color: #fac42b;}
.navbar.navbar-default .navbar-nav li.drop ul.drop-down li input[type="search"]:focus {border: 1px solid #fac42b;}
.navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown {border-top: 4px solid #fac42b;}
.navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul li a:hover {background: #fac42b;}
.navbar.navbar-default .navbar-nav li.megadrop .megadrop-down .dropdown ul li.active a {background-color: #fac42b;}
.navbar.navbar-default.primary-color {background-color: #fac42b;}
.navbar.navbar-default.boxed-width.primary-color .navbar-collapse {background-color: #fac42b;}
.navbar.navbar-default.primary-color .navbar-nav li.drop ul.drop-down {background: #fac42b;}
.navbar.navbar-default.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown {background: #fac42b;}
.navbar.navbar-default.dark-color .navbar-nav > li > a:hover, .navbar.navbar-default.dark-color .navbar-nav > li > a.active {color: #fac42b !important;}
}

@media (max-width: 991px) {
.navbar-nav li ul.drop-down li a { color: #fac42b;}
.navbar-nav li ul.drop-down li ul.drop-down.level3 li a { color: #fac42b;}
.navbar-nav li.megadrop .megadrop-down .dropdown ul li a {color: #fac42b;}
.navbar-default.primary-color {background-color: #fac42b;border-color: #fac42b;}
}
