@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('owl.css');
@import url('font-awesome.min.css');
@import url('ihover.css');
@import url('stroke-gap-icons.css');
@import url('flaticon.css');
@import url('jquery.fancybox.css');
@import url('magnific-popup.css');

body {
    background-image: url(images/slider/slider2.jpg)
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}
p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #0c0b0b;
    font-family: 'Open Sans', sans-serif;
}

a {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pt8 {
    padding-top: 18px;
}
.cs-my-btn {
       background: #75a207;
    color: #FFF;
    padding: 5px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-my-btn:hover {
    background: #e8a30f;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control {
    border-radius: 0px;
    box-shadow: none;
    resize: none;
    border: none;
    height: 45px;
}
.form-control:focus {
    border-color: #0e0e0d;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #aaaaaa !important;
}
::-moz-placeholder {
    color: #aaaaaa !important;
}
:-ms-input-placeholder {
    color: #aaaaaa !important;
}
input:-moz-placeholder {
    color: #aaaaaa !important;
}

.small-line {
    width: 60px;
    height: 2px;
    background-color: #0e0e0d;
    margin-bottom: 40px;
}

.small-line-2 {
    width: 60px;
    height: 2px;
    background-color: #e8a30f;
    margin-bottom: 30px;
}

.bg-img {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*Modal*/

.modal-content {
    padding: 30px;
}

/*preloader*/

.preloader {
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icons/loading.gif);
}

.section-title {
    position: relative;
    margin-bottom:0px;
}
.section-title h2 {
   color: #06113c;
    font-size: 26px;
    text-transform: uppercase;
    text-transform: u;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.section-title h2 span {
    color: #e8a30f;
}

.section-title i {
    position: absolute;
    left: 0;
    top: 0;
    color: #0e0e0d;
}
.section-title i:before {
    font-size: 60px;
    margin-left: 0px;
}
.section-title .title {
    padding-left: 0px;
}
.title-2 {
    margin-top: 19px;
    position: relative;
    
    margin-bottom: 14px;

}
.title-2 .long-border {
    width: 185px;
    height: 1px;
    background: #e6a30f;
    margin: auto;
}
.title-2 .small-border {
    width: 165px;
    height: 1px;
    background: #e6a30f;
    margin: auto;
    margin-top: 3px;
}
.title-2 span{
    width: 50px;
    height: 50px;
    color: #e6a30f;
    padding: 5px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
}
.title-2 span:before{
    margin-left: 0px;
    font-size: 30px;
}

/*** 
====================================================================
    3. Section Title style End
====================================================================
***/

/*** 
====================================================================
    4. Overlay style Start
====================================================================
***/
.default-overlay,
 .black-overlay,
 .white-overlay {
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.default-overlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(38, 77, 194, 0.85);
}

.black-overlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
}

.white-overlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .8);
}

/*** 
====================================================================
    4. Overlay style Start
====================================================================
***/


/*** 
====================================================================
    5. Scroll To Top style Start
====================================================================
***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    line-height: 34px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.scroll-to-top:hover {
    color: #ffffff;
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** 
====================================================================
    5. Scroll To Top style End
====================================================================
***/

/*
====================================================================
    6. header top css start
====================================================================
*/

.cs-header-top {
    padding: 0px 0px 0px;
    background: #06113c;
}
.cs-header-top .cs-phn-numbar {
    color: #c49727;
    font-size: 14px;
    float: left;
    padding: 8px 0px;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
}
.cs-mail-address{
    color: #c49727;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    float: left;
        padding: 8px 0px;
    margin-right: 20px;
}
.cs-header-top .cs-phn-numbar span {
    margin-right: 5px;
}
.cs-header-top .cs-phn-numbar:hover span {
    color: #c49727;
}
.cs-header-top .cs-mail-address a {
    color: #c49727;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.cs-header-top .cs-mail-address span {
    margin-right: 5px;
    color: #c49727;
}
.cs-header-top .cs-mail-address:hover span {
    color: #fff;
}
.cs-hearder-top-social {
    color: #ffffff;
    font-size: 14px;
        margin-top: 7px;
}
.cs-hearder-top-social a {
    color: #e8a30f;
    margin-right: 5px;
    margin-left: 5px;
        font-size: 15px;
}
.cs-hearder-top-social a:hover {
    color: #1DAF2A;
}
.cs-advice {
    color: #ffffff;
}
.cs-advice a {
    color: #ffffff;
}
.cs-advice a:hover {
    color: #1DAF2A;
}
.cs-advice span {
    margin-right: 5px;
}

/*
====================================================================
    6. header top css End
====================================================================
*/

/*
====================================================================
   7. Main header css start
====================================================================
*/

.forcefullwidth_wrapper_tp_banner {
    z-index: 0;
}
.main-header {
   position: inherit;
    left: 0px;
    top: 81px !important;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.logo img {
     width: 24%;
    float: left;
    margin-right: 84px;
    margin-top: 2px;
    z-index: 1;
    position: relative;
    margin-bottom: 3px;
    margin-left: 4px;
}
.fa-whatsapp:before {
    content: "\f232";
    color: #1ed405;
    font-size: 19px;
}
.main-menu .navigation > li img{
        width: 61px;
    position: absolute;
    bottom: 23px;
    left: 131px;
}
.bounce-in-header.now-visible .logo img {
    margin-top: 4px;
}
.bounce-in-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #0e0e0d;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bounce-in-header .logo {
    padding: 6px 0px 2px;
}
.bounce-in-header.now-visible {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.main-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    z-index: 5;
}
.header-style-three {
    position: absolute;
    top:3%;
}
.header-style-three.bg-top {
    position: absolute;
    top: 4%;
}
.header-style-three.bg-top.bg-color {
    position: absolute;
    top: 0;
    background-color: #0e0e0d;
}
.main-header.header-style-three .header-lower {
    background: none;
}
.main-header .nav-outer {
    position: relative;
}
.main-header.header-style-three .nav-outer {
    background: #c45b1c;
}
.main-header.header-style-three .nav-outer .logo:before {
    background: #c45b1c;
    content: "";
    position: absolute;
    left: -12px;
    width: 30px;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
}
.main-header.header-style-three .nav-outer .main-menu:before {
    background: #c45b1c;
    content: "";
    position: absolute;
    right: -13px;
    width: 30px;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
}
.main-menu .navbar-collapse {
    padding: 0px;
}
.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-weight: 700;
        background-color:#fff;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 0px;
}
.bounce-in-header .main-menu .navigation > li {
    margin-right: 0px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
       padding: 30px 13px 12px 42px;
    font-size: 13px;
    color: #100101;
    line-height: 30px;
    border-top: none;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li > ul > li > a:hover {
    color: #e8a30f;
}
.bounce-in-header .main-menu .navigation > li {
    margin-left: 30px;
}
.bounce-in-header .main-menu .navigation > li > a {
    color: #fff;
    padding: 15px 0px 12px;
}
.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left:24px;
    top: 150%;
    width: 248px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #fdf6f6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header-style-three .main-menu .navigation > li > ul {
    background: #fdf6f6;
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #FFF;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 15px 7px 18px;
    line-height: 22px;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
    background-color: #f9f9f9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #e8a30f;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f061";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 120%;
    top: 0px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #070707;
}
.header-style-three .main-menu .navigation > li > ul > li > ul {
    background: #247fe1;
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #FFF;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
      padding: 8px 10px 7px 7px;
    line-height: 22px;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #247fe1;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(.../images/down-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.header-lower .shop-box {
    position: absolute;
    right: 5px;
    top: 18px;
}
.shop-box {
    font-size: 20px;
}
.shop-box a sup {
    background-color: #e8a30f;
    font-size: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    position: relative;
    left: -18px;
    color: white;
    top: -10px;
}
.shop-box span {
    padding: 0px;
    color: #ffffff;
    background-color: #d99d3b;
    height: 21px;
    width: 20px;
    position: absolute;
    left: -11px;
    border-radius: 50%;
    text-align: center;
    bottom: 21px;
    font-size: 14px;
}
.shop-box .icon-Search {
    border-right: 1px solid #eab20e;
}


.accordion dt a.active  {
    color: #e8a30f;
}
.accordion dt a {
    color: #333;
}
.accordion dt {
    border: 1px solid #333;
    padding: 15px 26px;
    font-size: 14px;
    margin-bottom: 15px;
}
.accordion dd {
    padding: 20px;
    background-color: #eee;
    margin-bottom: 15px;
}
.coupon-form p{
    margin-bottom: 20px;
}
.accordion .form-group label {
    font-size: 16px;
    margin-bottom: 15px;
}
.cart-total li {
    margin-top: 18px;
        font-size: 16px;
    padding: 3px;
    border-bottom: 1px dotted #171719;
}
.cart-total span {
    float: right;
}
.cart-total li:last-child {
    margin-top: 0;
}
.cart-item .form-group {
        border: 1px solid #eee;
    }
.border-1 {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-top: 20px;
    margin-bottom: 5px;
}

.btn-cart {
    background: #e8a30f;
    color: #FFF;
    border-radius: 20px !important;
    padding: 10px 10px;
    text-transform: uppercase;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-cart:hover {
    background: #0e0e0d;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-shop {
    background: #333;
    color: #FFF;
    padding: 10px 14px;
    text-transform: uppercase;
    border: none;
    border-radius: 20px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-shop:hover {
    background: #e8a30f;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bg-gray {
    background-color: #FAFAFA;
}
.txt-color-white {
    color: #FFF;
}
h1.error-font {
    font-size: 5em;
}

/*
====================================================================
   7. Main header css End
====================================================================
*/

/*
====================================================================
    8. Slider css Start
====================================================================
*/

.main-slider .sub-title {
    font-size: 12px;
    letter-spacing: 5px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
}
.main-slider .main-title {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
}
.main-slider .main-title span {
    font-weight: 600;
    color: #1daf2a;
    font-size: 48px;
}
.main-slider .sub-title-1 {
    font-size: 12px;
    letter-spacing: 5px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
}
.main-slider .main-title-1 {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
}
.main-slider .main-title-1 span {
    font-weight: bold;
    color: #0e0e0d;
    font-size: 48px;
}
.main-slider .slider-btn {
    background: transparent;
    border: 2px solid #e8a30f;
    border-radius: 0;
    color: #e8a30f;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
}
.main-slider .slider-btn:hover {
    background-color: #e8a30f;
    color: #0e0e0d;
}
.main-slider .slider-btn-2 {
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
}
.main-slider .slider-btn-2:hover {
    background-color: #e8a30f;
    color: #0e0e0d;
}
.main-slider .bg-color {
    background-color: rgba(255, 255, 255, .8);
    width: 570px;
    height: 240px;
}
.main-slider .slider-title-3 span {
    color: #0e0e0d;
    font-size: 36px;
}
.main-slider .slider-title-3 {
    font-weight: 300;
    font-size: 36px;
}
.main-slider .slider-title-4 {
    font-size: 36px;
}
.main-slider .slider-title-4 span {
    color: #e8a30f;
    font-weight: 600;
    font-size: 36px;
}
.main-slider span:before {
    color: #e8a30f;
    font-size: 36px;
}

.overlayer-black {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.overlayer-black::before {
    background-color: rgba(0, 0, 0, 0.60);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-slider .tparrows.preview3::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    font-size: 18px;
    height: 48px !important;
    line-height: 44px;
    padding: 0;
    top: 0;
    width: 48px !important;
}
.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: "";
    font-family: "FontAwesome";
}
.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: "";
    font-family: "FontAwesome";
}
.main-slider .tparrows.preview3.tp-leftarrow {
    left: 20px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow {
    right: 20px !important;
}
.main-slider .tparrows.preview3:hover::after {
    border-color: #fbca00;
    color: #fbca00;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.main-slider .tparrows.preview3{
    background: none;    
}
/*
====================================================================
    8. Slider css End
====================================================================
*/

/*
====================================================================
    9. About Style one css start
====================================================================
*/

.cs-about-area {
    padding: 80px 0px 50px;
    overflow: hidden;
}
.cs-about-col .intro-icon i::before {
    font-size: 36px;
    color: #0e0e0d;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    clear: both;
}
.cs-about-col .intro-icon p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    padding-top: 15px;
}

.cs-about-col .main-title h1 {
    color: #333333;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 65px;
}

.cs-about-col .main-title h1 span {
    color: #e8a30f;
}
.cs-about-col .main-title p {
    font-size: 12px;
    line-height: 26px;
    color: #f83435;
    font-style: italic;
    margin-bottom: 20px;
}

.cs-about-col {
    margin-bottom: 30px;
}
.cs-meet-btn {
    margin-top: 30px;
}
.cs-opening-hours {
    position: relative;
}
.cs-about-opening-img img {
    border: 8px solid #92A6E0;
}
.cs-about-gap-box {
    width: 290px;
    height: 400px;
    position: absolute;
    top: 95px;
    left: -20px;
    border: 1px solid #DADADA;
    z-index: 111;
}
.cs-time-box {
    width: 315px;
    min-height: 185px;
    background: #0e0e0d;
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin-left: -158px;
    z-index: 222;
    padding: 35px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-time-box h4 span {
    color: #e8a30f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-time-box p {
    color: #ffffff;
}
.cs-time-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 50px;
    color: #BFA65E;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-opening-hours:hover .cs-time-box {
    background-color: #92A6E0;
    bottom: -80px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-opening-hours:hover.cs-time-icon {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-opening-hours:hover span {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*
====================================================================
    9. About Style one css End
====================================================================
*/

/*
====================================================================
    10. About Style Two css start
====================================================================
*/

.cs-about-area-two {
    width: 100%;
    padding: 0px 0px 10px;
    overflow: hidden;
}
.cs-about-area-two .cs-about-col {
    margin-bottom: 30px;
}
.cs-about-area-two .cs-about-col h4 {
    font-size: 17px;
    color: #e8a30f;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 0px;
}
.cs-about-area-two .cs-about-col h2 {
     margin-bottom: 0px;
    font-size: 20px;
    color: #090909;
    padding: 16px 0 10px;
    position: relative;
}
.cs-about-area-two .cs-about-col h2 span {
    color: #0e0e0d;
}
.cs-about-area-two .cs-about-col p {
      color: #000;
    text-align: justify;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.cs-about-box-heading {
    position: relative;
    padding-left: 40px;
}
.cs-about-area-two .cs-about-col .cs-about-box {
    padding: 15px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-about-area-two .cs-about-col .cs-about-box:hover {
    border-color: #0e0e0d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-about-area-two .cs-about-col .cs-about-box .cs-about-box-heading {
    margin-bottom: 5px;
}
.cs-about-area-two .cs-about-col .cs-about-box .cs-about-box-heading h4 {
    font-size: 16px;
    color: #0e0e0d;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
}
.cs-about-area-two .cs-about-col .cs-about-box .cs-about-box-heading i {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 30px;
}
.cs-about-box-heading p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 5px;
}
.cs-inner-about-two {
    padding-top: 20px;
}

.cs-about-box-heading i:before {
    font-size: 30px;
}

/*
====================================================================
    10. About Style Two css End
====================================================================
*/


/*
====================================================================
    11. About Style Three css Start
====================================================================
*/

.cs-about-area-three {
    width: 100%;
    padding: 80px 0px 50px;
    overflow: hidden;
}
.cs-about-area-three .cs-about-col {
    margin-bottom: 30px;
}
.cs-about-area-three .cs-about-col h6 {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.6px;

}
.cs-about-area-three .cs-about-col h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
}
.cs-about-area-three .cs-about-col h2 span {
    color: #0e0e0d;
}
.cs-about-area-three .cs-about-col p span {
    color: #f83435;
    font-style: italic;
}
.cs-about-area-three .cs-about-col .cs-about-para {
    margin-top: 10px;
    margin-bottom: 30px;
}
.cs-about-area-three .cs-about-box {
    padding: 15px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-about-area-three .cs-about-box:hover {
    border-color: #0e0e0d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-about-box-heading {
    position: relative;
    padding-left: 45px;
}
.cs-about-area-three .cs-about-box .cs-about-box-heading h4 {
    font-size: 16px;
    color: #0e0e0d;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
}
.cs-about-area-three .cs-about-box .cs-about-box-heading i {
    position: absolute;
    left: 0;
    top: -4px;
}

/*
====================================================================
    11. About Style Three css End
====================================================================
*/

/*
====================================================================
    12. book cleaner css start
====================================================================
*/

.cs-bg-opacity {
    padding: 25px 60px;
}
.cs-bg-opacity h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
}
.cs-bg-opacity h3 span {
    font-size: 16px;
    font-weight: 100;
    color: #e8a30f;
}
.cs-bg-opacity p {
    color: #ffffff;
    text-transform: uppercase;
}
.cs-bg-opacity p span {
    font-weight: bolder;
    color: #0e0e0d;
    margin-left: 5px;
}
.cs-vertical-line {
    width: 2px;
    height: 80px;
    background: #676767;
    float: left;
}
.cs-book-cleaner-area .cs-my-btn {
    margin-top: 18px;
}

/*
====================================================================
    12. book cleaner css End
====================================================================
*/


/*
====================================================================
   13. Offer Style css start
====================================================================
*/

.cs-offer-area {
       padding: 50px 0px;
    overflow: hidden;
    text-align: center;
    /* background-image: linear-gradient(rgb(39 37 37 / 86%), rgba(0,0,0,0.5)), url(../images/cat-bg.jpg); */
    background-attachment: fixed;
}
.cs-offer-area .cs-offer-col {
    margin-bottom: 97px;
}

.cs-single-item {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.cs-single-item img {
    width: 270px;
    min-height: 220px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-single-item:hover img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-item-text-box {
    width: 320px;
       padding: 21px 20px 20px 20px;
    position: absolute;
    left: 30px;
    bottom: -85px;
    border: 1px solid #DADADA;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-single-item:hover .cs-item-text-box {
    width: 100%;
    min-height: 129px;
    position: absolute;
    left: 0;
    bottom: -115px;
    z-index: 99999;
    border: 1px solid #DADADA;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-single-item:hover .cs-item-text-box p {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-item-text-box .cs-my-btn {
    position: absolute;
    right: -20px;
    top: -45px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cs-item-text-box h5 a {
    font-weight: bold;
    letter-spacing: 1px;
    color:#e8a30f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-item-text-box h5 a:hover {
    color: #e8a30f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*offer carosol */

.offer-col .cs-single-item img {
    width: 270px;
    height: 175px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.offer-col .cs-single-item:hover img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.offer-col .owl-nav {
    text-align: center;
}
.offer-col .owl-prev, .offer-col .owl-next {
    border: 1px solid #0e0e0d;
    color: #0e0e0d;
    display: inline;
    margin-right: 20px;
    padding: 8px 35px;
}

.offer-col .owl-prev:hover,
.offer-col .owl-next:hover {
    background-color: #e8a30f;
    border: 1px solid #e8a30f;
    color: #FFF;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

/*
====================================================================
    13. Offer Style css End
====================================================================
*/


/*
====================================================================
    14. Service Style One css start
====================================================================
*/

.cs-service-area {
    padding: 80px 0px 50px;
}
.cs-service-area .cs-service-col {
    margin-bottom: 30px;
}
.cs-service-area .title h2 span {
    color: #e8a30f;
}
.cs-partner-logo img {
    width: 170px;
    height: 155px;
    float: left;
    opacity: 0.3;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-partner-logo img:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-bdr-right-bottom {
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.cs-bdr-top-left {
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
}
.cs-service-text-bdr {
    width: 100%;
    border: 1px solid #F2F2F2;
    padding: 4px;
    float: right;
}
.cs-service-text-box {
    border: 1px solid #F2F2F2;
    padding: 20px;
}
.cs-service-text-box p {
    font-style: italic;
}
.cs-servicetop-text {
    margin-bottom: 20px;
}
.cs-servicetop-text img {
    width: 135px;
    height: 135px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
/* tab */

.cs-tab {
    margin-left: 30px;
}
.cs-tab li a {
    background-color: transparent;
    color: #e8a30f;
    border: 1px solid #e8a30f;
    border-left: 0;
    padding: 10px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    display: block;
}
.cs-tab li a {
    color: #e8a30f;
    // padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
}
.cs-tab li span:before {
    margin-left: 5px;
    margin-right: 8px;
    font-size: 30px;
}
.cs-tab li {
    position: relative;
}

.cs-tab li a:before {
    background: #FFF;
    border: 1px solid #e8a30f;
    border-right: 0;
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 25px;
    height: 100%;
    -webkit-transform: skew(-21deg);
    -moz-transform: skew(-21deg);
    -ms-transform: skew(-21deg);
    -o-transform: skew(-21deg);
    transform: skew(-21deg);
    z-index: -1;
}

.cs-tab li a:hover,
.cs-tab li a:hover:before,
.cs-tab li.active a,
.cs-tab li.active a:before {
    background-color: #0e0e0d;
    border-color: #0e0e0d;
    color: #fff;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
}

/*
====================================================================
    14. Service Style One css End
====================================================================
*/

/*
====================================================================
    15. Service Style Two css start
====================================================================
*/

.cs-service-area-two {
    width: 100%;
    padding: 80px 0px 50px;
}
.cs-service-two-col {
    margin-top: -160px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-two-col:hover {
    background: #FAFAFA;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-two-col img {
    border-top: 10px solid #ffffff;
}
.cs-service-two-content {
    padding: 30px 40px;
}

.cs-service-two-col .cs-service-two-content h2 {
    font-size: 36px;
    line-height: 45px;
}

.cs-service-two-col .cs-service-two-content h6 {
    font-family: 'Open Sans', sans-serif;
    text-transform: lowercase;
    color: #707070;
    font-style: italic;
    font-size: 14px;
    font-weight: lighter;
}

.cs-service-two-content h2 a {
    color: #e8a30f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-two-col:hover .cs-service-two-content h2 a {
    color: #0e0e0d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-two-content p {
    margin-bottom: 20px;
}
.cs-service-two-content .cs-my-btn {
    margin-bottom: -60px;
}
.cs-inner-service-area .cs-service-two-col {
    margin-top: 0px;
}

/*
====================================================================
    15. Service Style Two css End
====================================================================
*/

/*
====================================================================
    16. Service Details style css Start
====================================================================
*/

.cs-service-details-area {
    width: 100%;
    padding: 80px 0px 50px;
}
.cs-service-details-col {
    margin-bottom: 30px;
}
.cs-service-details-area ul li {
    background: #F4F6F8;
    margin-bottom: 5px;
    padding: 15px 0px 15px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-details-area ul li:hover {
    background: #0e0e0d;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-details-area ul li i {
    margin-right: 10px;
    margin-left: 10px;
    color: #cccccc;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-details-area ul li:hover i {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-details-area ul li a {
    color: #333333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-details-area ul li:hover a {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-service-details-area .cs-mb-20 {
    margin-bottom: 30px;
}

/*
====================================================================
    16. Service Details style css End
====================================================================
*/

/*
====================================================================
    17. Portfolio Style css Start
====================================================================
*/
.cs-portfolio-area,
.cs-portfolio-area-two {
    padding: 80px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.cs-portfolio-area .title h2 {
    color: #ffffff;
}
.cs-portfolio-area .title p {
    color: #ffffff;
}
.portfolio {
    margin: 20px 0;
}

.portfolio .portfolio-item {
    float: left;
}

.portfolio .portfolio-item .thumb {
    position: relative;
}

.portfolio .portfolio-item .thumb img{
    width: 100%;
    height:300px
    display: block;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 5px solid rgba(255, 196, 27, 0.5);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-info,
.portfolio-item:hover .portfolio-hover .portfolio-btn {
    opacity: 1;
}


.portfolio-item:hover .portfolio-hover .portfolio-info {
    bottom: 60%;
    margin-bottom: -90px;
}

.portfolio-item:hover .portfolio-hover .portfolio-btn {
    top: 44%;
    margin-top: -45px;
}

.portfolio-hover .portfolio-info {
    position: absolute;
    bottom: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}


.portfolio-hover .portfolio-btn {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 1.500em;
}

.portfolio-info,
.portfolio-info h4 a,
.portfolio-hover .portfolio-btn a {
    text-align: center;
    color: #222;
}

.portfolio-info h4 {
    margin-bottom: 0;
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.portfolio-info p {
    font-size: 0.750em;
    margin-bottom: 0;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
}

.portfolio-info a,
.portfolio-title a {
    color: #757575;
}

/*gutter*/

.portfolio.gutter .portfolio-item {
    padding: 10px;
}


/*portfolio 2 grid*/

.portfolio.col-2 .portfolio-item {
    width: 49.99%;
}


/*portfolio 3 grid*/

.portfolio.col-3 .portfolio-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/

.portfolio.col-4 .portfolio-item {
    width: 24.98%;
}

/*portfolio 5 grid*/

.portfolio.col-5 .portfolio-item {
    width: 19.99%;
}

/*portfolio 6 grid*/

.portfolio.col-6 .portfolio-item {
    width: 16.666666667%;
}

.portfolio-filter {
    margin:0px;
    padding: 20px;
    list-style: none;
    background: #333;
}

.portfolio-filter li {
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.portfolio-filter li a {
    color: #FFF;
    margin: 0 10px;
    font-size: 0.875em;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 3;
}


.portfolio-filter li a:hover,
.portfolio-filter li.active a{
    color: #FFF;
    background-color: #0e0e0d;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    border: medium none;
    outline: medium none;
}
.flex-control-nav {
    border: medium none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flex-direction-nav {
    display: none;
}
.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.flex-control-nav {
    bottom: 15px;
    margin: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    z-index: 10;
}
.flex-control-nav li {
    display: block;
    float: left;
    height: 10px;
    margin: 0 3px;
    width: 10px;
}
.flex-control-nav li a {
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 10px;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    width: 10px;
}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
    background-color: #fff;
}
.flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flex-direction-nav {
}
.flex-direction-nav a {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: -40px 0 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    z-index: 200;
}
.flex-direction-nav a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.flex-direction-nav a::before {
    color: #fff;
    content: "";
    display: block;
    font-family: "fontawesome";
    font-size: 16px;
    text-align: center;
    width: 40px;
}
.flex-direction-nav a.flex-next::before {
    content: "";
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.post-slider-thumb .flex-control-thumbs {
    left: auto;
    margin: 0 auto;
    position: relative;
    right: auto;
    text-align: left;
    top: 10px;
    z-index: 10;
}
.post-slider-thumb .flex-control-thumbs li {
    cursor: pointer;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 3px 0 0;
    width: 80px;
}
.post-slider .flex-direction-nav, .post-slider-thumb .flex-direction-nav {
    display: block;
}
.post-slider .flex-direction-nav .flex-prev, .post-slider .flex-direction-nav .flex-next, .post-slider-thumb .flex-direction-nav .flex-prev, .post-slider-thumb .flex-direction-nav .flex-next {
    opacity: 0;
}
.post-slider:hover .flex-direction-nav .flex-prev, .post-slider:hover .flex-direction-nav .flex-next, .post-slider-thumb:hover .flex-direction-nav .flex-prev, .post-slider-thumb:hover .flex-direction-nav .flex-next {
    opacity: 1;
}
.post-list-aside .post-img img {
    border: 2px solid transparent;
}
.post-list-aside .post-img img.flex-active {
    border: 2px solid rgba(0, 0, 0, 0.8);
}
.post-slider .flex-control-thumbs {
    display: none;
}

blockquote {
    background-color: #f5f2eb;
    font-size: 17.5px;
    margin: 20px 0 20px 0;
    padding: 30px 17px;
    border-left: 0px;
    font-family: 'PT Serif', serif;
    font-weight: 600;
}

.mfp-bottom-bar {
    margin-top: -90px;
    left: 5%;
}
.mfp-title {
    font-size: 16px;
    background: rgba(57,92,197,0.9);
    width: 70%;
    padding: 10px 20px;
}
.project-description h5 i{
    color: #1daf2a;
    font-size: 16px;
}

.title-portfolio .portfolio-title {
    background: #333333;
    text-align: center;
    padding: 20px 0;
}
.title-portfolio .portfolio-title h4 {
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}
.title-portfolio .portfolio-title h4 a,
.title-portfolio .portfolio-title p a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.title-portfolio .portfolio-title p a {
    font-style: italic;
}
.title-portfolio .portfolio-item:hover .portfolio-title{
    background: #ffc51c;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.title-portfolio .portfolio-item:hover .portfolio-hover .portfolio-btn {
    top: 55%;
}
.title-portfolio .portfolio-hover {
    border: 0;
}

/*
====================================================================
    17. Portfolio style css End
====================================================================
*/


/*
====================================================================
    18. Team style css Start
====================================================================
*/

.cs-team-area {
    width: 100%;
    padding: 80px 0px 50px;
    background: #FAFAFA;
    overflow: hidden;
}
.cs-team-area .title-2 span {
    background: #FAFAFA;
}
.cs-team-col {
    margin-bottom: 30px;
}
/*hover effect start*/

.ih-item.square {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    position: relative;
}
.ih-item.square.effect3 {
    overflow: hidden;
}
.ih-item.square.effect3 .socila_group {
    position: absolute;
    top: 0;
    left: 0;
}
.ih-item.square.effect3 .socila_group .fa-facebook {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #0e0e0d;
    line-height: 32px;
    color: #0e0e0d;
    margin-left: -60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ih-item.square.effect3 .socila_group .fa-facebook:hover {
    color: #ffffff;
    background: #e8a30f;
    border: 1px solid #e8a30f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ih-item.square.effect3:hover .fa-facebook {
    margin-left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ih-item.square.effect3 .socila_group .fa-twitter {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #0e0e0d;
    line-height: 32px;
    color: #0e0e0d;
    margin-left: -60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ih-item.square.effect3 .socila_group .fa-twitter:hover {
    color: #ffffff;
    background: #e8a30f;
    border: 1px solid #e8a30f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ih-item.square.effect3:hover .fa-twitter {
    margin-left: 0px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.ih-item.square.effect3 .socila_group .fa-dribbble {
    position: absolute;
    top: 130px;
    left: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #0e0e0d;
    line-height: 32px;
    color: #0e0e0d;
    margin-left: -60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ih-item.square.effect3 .socila_group .fa-dribbble:hover {
    color: #ffffff;
    background: #e8a30f;
    border: 1px solid #e8a30f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ih-item.square.effect3:hover .fa-dribbble {
    margin-left: 0px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.ih-item.square.effect3.colored .info {
    background: #1a4a72;
}
.ih-item.square.effect3 .img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info {
    min-height: 80px;
    background: rgba(255, 196, 27, 0.9);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info h4 {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding: 0px;
    text-align: left;
    font-style: normal;
    margin-bottom: 0px;
}
.ih-item.square.effect3 .info p {
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #ffffff;
    padding: 0px;
}
.ih-item.square.effect3:hover .info {
    visibility: visible;
    opacity: 1;
}
.ih-item.square.effect3.bottom_to_top .info {
    top: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top:hover .img {} .ih-item.square.effect3.bottom_to_top:hover .info {
    padding: 20px 0px 0px 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.ih-item.square.effect3.top_to_bottom .info {
    bottom: auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ih-item.square.effect3.top_to_bottom:hover .img {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.ih-item.square.effect3.top_to_bottom:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*
====================================================================
    18. Team style css End
====================================================================
*/

/*
====================================================================
    19. Team Details css Start
====================================================================
*/

.cs-team-details-area {
    width: 100%;
    padding: 80px 0px 50px;
}

.cs-team-details-col .cs-team-image {
    border: 8px solid #92A6E0;
    min-height: 490px;
}
.cs-team-details-col {
    padding-right: 30px;
}
.team-details {
    margin-top: 10px;
}
.team-details .team-contact,
.progress-levels  {
    margin-top: 20px;
}
.team-details h2 span {
    color: rgba(38, 77, 194, .90);
}
.team-details h5 {
    font-weight: 300;
}
.team-contact li {
    background-color: rgba(38, 77, 194, .90);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.team-contact li a {
    color: #FFF;
}
.team-contact li:hover {
    background-color: #0e0e0d;
    color: #333;
    -moz-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}

.progress-levels {
    margin-top: 20px;
    margin-bottom: 20px;
}

.progress-levels .progress-box{
    position:relative;
    margin-bottom:25px;
    overflow:hidden;    
}

.progress-levels .progress-box:last-child{
    margin-bottom:0px;  
}

.progress-levels .progress-box:last-child{
    margin-bottom:0px;  
}

.progress-levels .progress-box .box-title{
    position:relative;
    font-size:18px;
    line-height:24px;
    color:#181818;
    text-transform:capitalize;
    margin-bottom:16px;
    font-family: 'Raleway', sans-serif;
}

.progress-levels .progress-box .bar{
     position:relative;
     height:10px;
     background:#eeeeee;    
}

.progress-levels .progress-box .bar .bar-innner{
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:4px;
}

.progress-levels .progress-box .bar .bar-fill{
    position:absolute;
    top:0px;
    width:0px;
    height:10px;
    background:#0e0e0d;
    -moz-transition:all 2000ms ease 300ms;
    -webkit-transition:all 2000ms ease 300ms;
    -ms-transition:all 2000ms ease 300ms;
    -o-transition:all 2000ms ease 300ms;
    transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill{
    left:0px;   
}

.progress-levels .progress-box .percent{
    position:absolute;
    right:0px;
    top:-40px;
    letter-spacing:0px;
    font-size:18px;
    color:#181818 !important;
    font-family: 'Roboto Slab', serif;
    line-height:24px;
    opacity:0;
    -moz-transition:all 2000ms ease 700ms;
    -webkit-transition:all 2000ms ease 700ms;
    -ms-transition:all 2000ms ease 700ms;
    -o-transition:all 2000ms ease 700ms;
    transition:all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent{
    opacity:1; 
}

/*
====================================================================
    19. Team Details css End
====================================================================
*/

/*
====================================================================
    20. Testimonial Style css start
====================================================================
*/

/* use mbn class border */
.mbn {
    margin-bottom: 0 !important;
}
/* use mbn class border */


.cs-testimonial-area {
    padding: 66px 0;
   
    height: auto;
    width: 100%;
}
.cs-testimonial-item {
    position: relative;
    padding-left: 140px;
}
.cs-testimonial-item .cs-testimonial-name {
    margin-bottom: 50px;
}
.cs-testimonial-item .cs-testimonial-name img {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #0e0e0d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cs-testimonial-item .cs-testimonial-name h4 {
    margin-bottom: 0px;
    padding-top: 20px;
  color: #e8a30f;
    font-size: 16px;
    font-weight: bold;
}
.cs-testimonial-item .cs-testimonial-name span {
    color: #070c42;
    font-size: 12px;
    font-style: italic;
}
.cs-testimonial-item .cs-testimonial-name .cs-start-mark i {
    color: #e8a30f;
}
.cs-testimonial-item .cs-quote {
    font-size: 70px;
    color: #EEEEEE;
    position: absolute;
    right: 100px;
    top: 0px;
}
/*testimonial start*/

.cs-testimonial-area-two {
    background: #FAFAFA;
}
/*testimonial end*/

.testimonial-2 .owl-nav {
    position: absolute;
    top: -45%;
    right: 0;
}
.testimonial-2 .owl-prev,
.testimonial-2 .owl-next {
    float: left;
    padding: 8px 20px;
    border: 1px solid #0e0e0d;
    margin-right: 20px;
    color: #0e0e0d;
}
.testimonial-2 .owl-prev:hover,
.testimonial-2 .owl-next:hover {
    background-color: #e8a30f;
    border: 1px solid #e8a30f;
    color: #FFF;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*
====================================================================
    20. Testimonial style css End
====================================================================
*/

/*
====================================================================
    21. Video Style css start
====================================================================
*/

.cs-video-area {
    width: 100%;
    padding: 150px 0px;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.cs-video-area::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(38, 77, 194, 0.85);
}
.cs-video-area h2 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 30px;
}
.cs-video-area span {
    color: #ffffff;
    font-size: 72px;
}
/*
====================================================================
    21. Video Style css end
====================================================================
*/

/*
====================================================================
    22. Product Style css start
====================================================================
*/

.cs-product-area {
    width: 100%;
    padding:41px 0px 43px;
    overflow: hidden;
    /* background-image: url(../images/about-bg.jpg); */
}
.cs-product-col {
       background-color: #ffffff;
       margin: 6px 0;
    padding: 0px; 
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.cs-product-col:hover {
    border-color: #0e0e0d;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.cs-product-item {
    position: relative;
    overflow: hidden;
/*    padding: 0 0 25px;*/
    text-align: center;
    border: 2px solid #de941f;
}
.cs-product-item .cs-product-content {
    text-align: center;
    padding-top: 35px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.cs-product-area .cs-product-content p span {
    color: #0e0e0d;
}
.cs-product-area .cs-product-content .cs-my-btn {
    margin-top: 10px;
}
.cs-product-area .cs-product-content .cs-icon-box {
    width: 132px;
    height: 35px;
    background: #e8a30f;
    padding: 5px;
    padding-top: 10px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}
.cs-product-area .cs-product-content .cs-icon-box span {
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffff;
}
.cs-product-area .cs-product-content .cs-icon-box span:hover {
    color: #0e0e0d;
}

.cs-product-area h4 span {
    color: #e8a30f;
}

.cs-filter-price {
    background: #F7F7F7;
    padding: 30px;
    margin-bottom: 30px;
}
.cs-product-single-col {
    border: none !important;
}
.cs-product-single-col img {
    margin-bottom: 20px;
}

/*featherlight css start*/
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0, 0, 0, 0.75);
}
.featherlight-next span, .featherlight-previous span {
    font-size: 40px;
    color: #0e0e0d;
    text-shadow: none;
}
/*featherlight css end*/

.cs-product-single-col i {
    color: #0e0e0d;
}
.cs-product-single-col .cs-price {
    font-weight: bold;
    color: #29af8a;
}
.cs-product-single-col .cs-price del {
    margin-right: 20px;
    color: #333333;
}
.cs-product-single-col h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.cs-product-single-col .form-control {
    width: 125px;
    float: left;
    border: 1px solid #29af8a;
    margin-right: 20px;
}
.cs-add-to-cart {
    margin-top: 30px;
}
.cs-add-to-cart .cs-my-btn {
    margin-right: 11px;
}
.cs-add-to-cart a span {
    margin-right: 10px;
    color: #333333;
    font-size: 16px;
}
.cs-add-to-cart a span:hover {
    color: #29af8a;
}
.cs-similar-title {
    margin-left: 15px;
}
.cs-similar-title p {
    margin-bottom: 30px;
}
/*tab start*/

.cs-tab-area {
    margin-bottom: 50px;
}
.cs-tab-content {
    padding-top: 20px;
}
.cs-tab-area .cs-nav-tabs {
    border-bottom: none;
}
.cs-tab-area .cs-nav-tabs>li.active>a {
    background: #0e0e0d;
    color: #ffffff;
    border-radius: 0px;
    border: none;
}
.cs-tab-area .cs-nav-tabs>li>a {
    color: #333333;
    background: #EEEEEE;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-tab-area .cs-nav-tabs>li>a:hover {
    border: none;
    background: #0e0e0d;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-tab-content h4 {
    line-height: 1.4;
}

/*
====================================================================
    22. Product Style css End
====================================================================
*/


/*
====================================================================
    23. Blog style css start
====================================================================
*/

.cs-blog-area {
    width: 100%;
    padding: 80px 0px 50px;
    overflow: hidden;
}
.cs-blog-col {
    margin-bottom: 30px;
    overflow: hidden;
}
.cs-blog-img {
    position: relative;
}
.cs-blog-img::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0%;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-blog-col:hover .cs-blog-img::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.cs-like {
    background: #e8a30f;
    position: absolute;
    right: 60px;
    top: 20px;
    padding: 0px 8px;
}
.cs-like p {
    color: #ffffff;
    font-size: 10px;
    line-height: 26px;
}
.cs-like p a {
    color: #ffffff;
}
.cs-like p a:hover {
    color: #0e0e0d;
}
.cs-fullscreen-btn {
    background: #000000;
    position: absolute;
    top: 20px;
    right: 20px;
}
.cs-fullscreen-btn span {
    line-height: 26px;
    color: #fafafa;
    padding: 0px 8px;
}
.cs-blog-date {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.cs-blog-date ul li {
    float: left;
    margin-right: 10px;
    color: #333333;
}
.cs-blog-date ul li a {
    color: #333333;
}
.cs-blog-date ul li a:hover {
    color: #0e0e0d !important;
}
.cs-blog-col:hover .cs-blog-date ul li {
    color: #ffffff;
}
.cs-blog-col:hover .cs-blog-date ul li a {
    color: #ffffff;
}
.cs-round-img {
    position: absolute;
    right: 50px;
    bottom: -25px;
}
.cs-round-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cs-blog-two-col .cs-round-img {
    right: 25px;
}
.cs-blog-two-col .cs-round-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cs-blog-two-col .cs-comment {
    margin-left: 40px;
}
.cs-blog-text-content {
    margin-top: 20px;
}
.cs-blog-text-content h4 a {
    color: #e8a30f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.cs-blog-text-content h4 a:hover {
    color: #0e0e0d;
}
.cs-blog-text-content p a {
    color: #e8a30f;
}
.cs-blog-text-content p a:hover {
    color: #0e0e0d;
}
.cs-blog-social-box {
    border: 1px solid rgba(255, 196, 27, 0.3);
    padding: 10px;
    margin-top: 30px;
}
.cs-blog-social-box ul li {
    float: left;
    margin-right: 10px;
    display: table-cell;
}
.cs-blog-social-box ul li a {
    color: #e8a30f;
}
.cs-blog-social-box ul li a:hover {
    color: #0e0e0d;
}
.cs-comment {
    margin-left: 50px;
}
.cs-comment a {
    color: #333333 !important;
}
.cs-comment span {
    margin-right: 10px;
    color: #e8a30f;
}
.cs-blog-social-box .cs-my-btn {
    color: #ffffff;
    padding: 5px 8px;
    font-size: 11px;
    margin-left: 95px;
}
.cs-comment-box .cs-comment {
    margin-left: 0px;
}
.cs-blog-social-box .cs-comment-box li {
    margin-right: 0px;
}
.cs-comment-box .cs-my-btn {
    margin-left: 40px;
}
.cs-inner-blog-area .cs-comment {
    margin-left: 44px;
}
.cs-inner-blog-area .cs-round-img {
    right: 30px;
}
.cs-inner-blog-area {
    margin-bottom: 30px;
}
/*blog right sidebar start*/

.cs-search-fild {
    background: #F7F7F7;
    padding: 30px;
    margin-bottom: 30px;
}
.cs-search-fild .cs-search-input {
    border: 1px solid #cccccc;
}
.cs-search-fild .cs-search-btn {
    background: #0e0e0d;
    font-size: 14px;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-search-fild .cs-search-btn:hover {
    background: #e8a30f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-archives-fild {
    background: #F7F7F7;
    padding: 30px;
    margin-bottom: 30px;
}
.cs-archives-fild i {
    margin-right: 10px;
    color: #cccccc;
}
.flaticon-bin:before {
    margin-left: 0px;
}
.cs-archives-fild ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.cs-archives-fild ul li a {
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-archives-fild ul li a:hover {
    color: #0e0e0d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-archives-fild ul li a span {
    margin-left: 50px;
    float: right;
    margin-top: 5px;
}
.cs-archives-fild-two ul li a span {
    margin-left: 25px;
}
.cs-sidebar-tab-fild {
    background: #F7F7F7;
    padding: 30px;
    margin-bottom: 30px;
}
.cs-sidebar-tab-fild .cs-nav-tabs {
    border: none;
}
.cs-sidebar-tab-fild .cs-nav-tabs>li.active>.cs-tab-btn {
    border: none;
    background: #FFC419;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sidebar-tab-fild .cs-nav-tabs>li.active>.cs-tab-btn:hover {
    background: #FFC419;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sidebar-tab-fild .cs-nav-tabs>li>a {
    background: #333333;
    color: #ffffff;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sidebar-tab-fild .cs-nav-tabs>li>a:hover {
    background: #FFC419;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sidebar-tab-fild .cs-tab-content {
    margin-top: 30px;
}
.cs-sidebar-tab-fild .cs-tab-single-item {
    margin-bottom: 20px;
}
.cs-sidebar-tab-fild .cs-tab-single-item:last-child {
    margin-bottom: 0px;
}
.cs-sidebar-tab-fild .cs-tab-single-item img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}
.cs-sidebar-tab-fild .cs-tab-single-item p {
    margin-top: 10px;
    line-height: 22px;
}
.cs-sidebar-tab-fild .cs-tab-single-item p a {
    color: #333333;
}
.cs-sidebar-tab-fild .cs-tab-single-item p a:hover {
    color: #0e0e0d;
}
.cs-widget-fild {
    background: #F7F7F7;
    padding: 30px;
    margin-bottom: 30px;
}
.cs-tag-fild {
    background: #F7F7F7;
    padding: 30px;
}
.cs-tag-fild a {
    padding: 7px 15px;
    background: #333333;
    color: #ffffff;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-tag-fild a:hover {
    background: #FFC419;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-small-blog-btn {
    float: right !important;
}
.cs-blog-sub-text {
    background: #F7F7F7;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cs-blog-sub-text p {
    border-left: 2px solid #cccccc;
    padding-left: 20px;
}
.cs-blog-col:hover .cs-hover-none::before {
    background-color: transparent;
}
.cs-mt-0 {
    margin-top: 0px;
}
/*blog right sidebar end*/
/*blog comment start*/

.cs-blog-comment {
    margin-top: 50px;
}
.cs-blog-comment h3 {
    margin-bottom: 30px;
}
.cs-blog-comment h3 a {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.cs-blog-comment h3 i {
    color: #0e0e0d;
}
.cs-blog-comment .cs-comment-box {
    position: relative;
    padding-left: 130px;
    margin-bottom: 50px;
}
.cs-blog-comment .cs-comment-box .cs-comment-round-img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #0e0e0d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cs-blog-comment .cs-comment-box span {
    color: #0e0e0d;
    font-weight: bold;
}
.cs-blog-comment .cs-comment-box a {
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.cs-blog-comment .cs-comment-another {
    margin-left: 130px;
    margin-bottom: 0px;
}

.cs-blog-area h4 span {
    color: #e8a30f;
} 

/*
====================================================================
    23. Blog style css End
====================================================================
*/
/*
====================================================================
    24. Funfact / Counter Style css Start
====================================================================
*/

.cs-counter-area {
    width: 100%;
    padding: 75px 0px 34px;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.cs-counter-col {
    margin-bottom: 30px;
}
.cs-counter-area::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgb(244 245 249 / 70%);
}
.cs-counter-area .cs-number-count {
    position: relative;
    padding-left: 90px;
}
.cs-counter-area .cs-number-count i {
    position: absolute;
    left: 0;
    top: 0;
        font-size: 50px;
    color: #06113c;
}
.flaticon-sweep:before {
    font-size: 60px;
}
.cs-counter-area .cs-number-count span {
    color: #e1a72f;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
}
.cs-counter-area .cs-number-count p {
    color: #06113c;
}
/*
====================================================================
    24. Funfact / Counter Style css End
====================================================================
*/

/*
====================================================================
    25. Pricing / Plan style css start
====================================================================
*/

.cs-plan-area {
    width: 100%;
    background: #FAFAFA;
    padding: 80px 0px 50px;
    overflow: hidden;
}
.cs-plan-area .title-2 span{
    background: #FAFAFA;
}
.cs-plan-col {
    margin-bottom: 30px;
    background: #ffffff;
    padding-bottom: 30px;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-plan-col:hover {
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-plan-img {
    position: relative;
}
.cs-plan-img::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(38, 77, 194, 0.7);
}
.cs-plan-img .cs-plan-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 15%;
}
.cs-plan-img .cs-plan-content h1 {
    font-size: 72px;
    color: #ffffff;
    margin-bottom: 0px;
}
.cs-plan-img .cs-plan-content h1 span {
    font-size: 30px;
    color: #ffffff;
}
.cs-plan-img .cs-plan-content p {
    font-size: 16px;
    color: #ffffff;
}
.cs-plan-col h5 {
    background: #e8a30f;
    padding: 10px;
    color: #ffffff;
}
.cs-plan-col ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F3F3F3;
}
.cs-plan-col ul li:last-child {
    border-bottom: none;
}
.cs-plan-col .cs-my-btn {
    margin-top: 10px;
}
.cs-inner-plan-area {
    background: #ffffff;
}
.cs-inner-plan-area .cs-plan-col {
    background: #FAFAFA;
}

/*
====================================================================
    25. Pricing / Plan style css End
====================================================================
*/

/*
====================================================================
    26. Position Contact Style css Start
====================================================================
*/

.cs-contact-area {
    width: 100%;
    min-height: 550px;
    padding: 80px 0px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.cs-contact-area::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(38, 77, 194, 0.85);
}
.cs-contact-box {
    max-width: 550px;
    background: #0e0e0d;
    padding: 40px 30px;
    position: relative;
    z-index: 2;
}
.cs-contact-box .cs-title-border {
    background: #e8a30f;
}
.cs-contact-box .cs-my-btn {
    background: #e8a30f;
    padding: 10px 35px;
}
.cs-contact-box .cs-my-btn:hover {
    background: #2245ae;
}
.cs-mar-0 {
    margin: 0px;
}
.cs-contact-area .cs-cleaner-img {
    position: absolute;
    right: 40px;
    bottom: -80px;
    width: 720px;
    z-index: 1;
}

/*
====================================================================
    26. Position Contact Style css End
====================================================================
*/

/*
====================================================================
    27. Inner page heading Style css Start
====================================================================
*/

.cs-page-heading-area {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: fixed;
    padding: 29px 0px 38px;
    overflow: hidden;
}
.cs-page-heading-area .cs-around-bdr {
    border: 10px solid rgba(202 148 37);
    width: 567px;
    height: auto;
    margin: auto;
}
.cs-page-heading-area .cs-pageheading-box {
    background: rgb(13 12 12);
    padding: 30px;
}
.cs-page-heading-area .cs-pageheading-box h2 {
    color: #ffffff;
        font-size: 25px;
}
.cs-page-heading-area .cs-pageheading-box p {
    color: #ffffff;
}
.cs-page-heading-area .cs-pageheading-box p a {
    color: #ffffff;
}
.cs-page-heading-area .cs-pageheading-box p a:hover {
    color: #e8a30f;
}

/*
====================================================================
    27. Inner page heading Style css End
====================================================================
*/

/*
====================================================================
    28. Shop Style css Start
====================================================================
*/

.cs-chat-area {
    width: 100%;
    padding: 80px 0px;
}
.cs-chat-area .cs-checkbox {
    background: #e8a30f;
    padding: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}
.cs-chat-area .cs-table {
    border: 1px solid #ECF0F1;
    margin-bottom: 20px;
}
.cs-table>tbody>tr>td {
    border-top: none;
    padding: 0px;
}
.cs-heading {
    background: #ECF0F1;
}
.cs-table h4 {
      margin-bottom: 0px;
    padding: 5px 17px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.cs-table-content {
    border-bottom: 1px solid #ECF0F1;
}
.cs-table-content .cs-pad {
    padding: 20px 20px 20px 30px !important;
}
.cs-table-content img {
    width: 88px;
    height: 90px;
}
.cs-table-content td img {
    float: left;
    margin-right: 10px;
}
.cs-table-content p {
    margin-top: 30px;
}
.cs-table-content .form-control {
    width: 65px;
    margin-top: 30px;
    border: 1px solid #ECF0F1;
}
.cs-couponbox {
    border: 1px solid #ECF0F1;
    padding: 30px 30px 20px 30px;
}
.cs-couponbox .cs-coupon-input {
    border: 1px solid #ECF0F1;
    height: 44px;
}
.cs-coupon-btn {
    border-radius: 0px;
    background: #0e0e0d;
    border: 1px solid #ECF0F1;
    color: #ffffff;
    height: 44px;
}
.cs-coupon-btn:hover {
    color: #ffffff;
    background: #e8a30f;
    border: 2px solid #ECF0F1;
}

.cs-calculate-area {
    width: 100%;
    padding: 0px 0px 50px;
}
.cs-calculate-area .cs-calculate-col {
    margin-bottom: 30px;
}
.cs-calculate-area .cs-calculate-col h3 {
    margin-bottom: 20px;
}
.cs-calculate-area .cs-calculate-col .form-control {
    border: 1px solid #ECF0F1;
    margin-bottom: 20px;
    height: 44px;
}
.cs-calculate-area .cs-calculate-col .table {
    border: 1px solid #ECF0F1;
}
.cs-calculate-area .cs-calculate-col .table>tbody>tr {
    border-bottom: 1px solid #ECF0F1;
    ;
}
.cs-calculate-area .cs-calculate-col .table>tbody>tr>td {
    border: none;
}
.cs-change-bgc {
    background: #F9FBFB;
}

.cs-pad.cs-tab-button .btn-default {
    font-size: 16px;
    border-radius: 0;
    padding: 12px 15px;
    margin-top: 20px;
    float: right;
}
.cs-pad.cs-tab-button p  {
    float: left;
}

/*
====================================================================
    29. 404 Style css Start
====================================================================
*/

.cs-error-area {
    width: 100%;
    padding: 80px 0px;
}
.cs-error-area li h2 {
    font-size: 200px;
    letter-spacing: 1px;
    line-height: 1;
}
.cs-error-area ul .cs-zero {
    color: #ffffff;
    font-size: 72px;
    font-style: italic;
    background-color: #e8a30f;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding-top: 20px;
    vertical-align: text-bottom;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
}
.cs-error-area h1 {
    font-size: 38px;
    color: #0e0e0d;
    font-style: italic;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    margin-bottom: 50px;
}
.cs-error-area .cs-search-input {
    background: #F7F7F7;
    height: 44px;
}
.cs-error-area .cs-search-btn {
    background: #0e0e0d;
    color: #ffffff;
    height: 44px;
    border-radius: 0px;
    border: none;
    padding: 6px 40px;
}
.cs-error-area p {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*
====================================================================
    30. Contact Style css Start
====================================================================
*/

.contact-form h2{
    font-size:30px;
    color:#333333;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:25px;
    font-weight:700;    
}

.form-control {
       height: 40px;
    border: 1px solid #111111;
    border-radius: 0;
    margin-bottom: 19px;
    font-size: 14px;
    background-color: #fff;
    font-family: 'Roboto', serif;
}
.contact-form h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.contact-1 {
    position: relative;
    padding: 31px 0px 25px;
}

.main-contact-col {
    margin-top: 30px;
}
.contact-1 h2,
.contact-2 h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-1 h2 span,
.contact-2 h2 span {
    color: #e8a30f;
}

 .contact-item {
    padding: 0px;
    width: 100%;
    margin: 0;
    
}

.contact-item h5 {
  font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
    color: #e8a30f;
    position: relative;
}

.contact-item h5::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #000;
    left: 0;
    bottom: -2;
}
.contact-item .content {
    float: left;
}
.contact-item span {
  font-size: 61px;
    color: #2b4caa70;
    margin-top: 0;
    float: right;
}


.cs-footer-area {
    width: 100%;
    padding: 25px 0px 3px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.cs-footer-area:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color:#070707db;
}
.cs-footer-col {
    margin-bottom: 30px;
}
.cs-footer-col .cs-footer-logo {
    width: 200px;
    height: 42px;
    margin-bottom: 30px;
}
.cs-footer-col p {
    color: #fff;
        padding: 6px 0;
}
.cs-footer-social {
    margin-top: 20px;
}
.cs-footer-social a i {
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-footer-social a i:hover {
    color: #0e0e0d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-footer-col h4 {
        color: #e9a51f;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.cs-footer-col h4::after{
    content: '';
    position: absolute;
    height: 3px;
    width: 60px;
    background-color: #000;
    border-radius: 50%;
    margin: 0px;
    left: 0;
    bottom: -10px;
}
.cs-news-list li {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cs-footer-area .cs-footer-contact p span {
    color: #e9a51f;
    font-weight: bold;
        font-size: 16px;
}
.cs-footer-contact li {
    margin-bottom: 0px;
}
.cs-flicker-img ul li {
    display: inline-block;
}
.fancybox-skin {
    border-radius: 0px;
}
.cs-flicker-img img:hover {
    opacity: 0.6;
}


.cs-copyright-area {
    background:#e9a51f;
    padding: 10px 0px;
    text-align: center;
}
.cs-copyright-area p {
     color: #171616;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    padding: 0px 0 0;
    font-family: 'Roboto', sans-serif;
}
.cs-copyright-area a {
    color: #fefefe;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-copyright-area a:hover {
    color: #e8a30f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.p20 {
    padding: 20px;
}
.w100 {
    width: 100%;
}

/*Padding None*/
.pln {
    padding-left: 0;
}
.prn {
    padding-right: 0;
}
.ptn {
    padding-top: 0;
}
.pbn {
    padding-bottom: 0;
}
.pt100 {
    padding-top: 100px;
}
.pb100 {
    padding-bottom: 100px;
}

/*Padding Top*/
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}

/*Padding Bottom*/
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}

/*Margin Right*/
.prn {
    padding-right: 0;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pr90 {
    padding-right: 90px;
}

/* Margin Right*/
.pln {
    padding-left: 0;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.pl90 {
    padding-left: 90px;
}

/*Margin None*/
.mln {
    margin-left: 0;
}
.mrn {
    margin-right: 0;
}
.mtn {
    margin-top: 0;
}
.mbn {
    margin-bottom: 0;
}
/* Margin Top*/
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}

/*Margin Bottom*/
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}


/* Margin Right*/
.mrn {
    margin-right: 0;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}

/* Margin Right*/
.mln {
    margin-left: 0;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}

.right-side{
    margin: 5px 0 0;
    padding: 0px;
    text-align: right;

}

.right-side li{
    margin: 0px;
   padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}

.right-side a{
     color:#e8a30f;
     font-family: 'Raleway', sans-serif;
    
}
.right-side i{
    font-size: 16px;
    color: #e8a30f;

}

.serch-type{
           width: 60%;
    margin: 0px;
    height: 31px;
    background-color: #fff;
    border: 2px solid #100f0f;
    float: left;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 16px 0 0 16px;
}
.btn-primary {
    color: #fff;
    background-color: #e8a30f;
    border-color: #e8a30f;
    border-radius: 0px;
    padding: 4px 10px 5px;
        height: 31px;
}

.cs-product-img img{
       height: 271px;
    width: 100%;
}

.cs-product-item h1{
    font-size: 17px;
    text-align: center;
    margin: 0px;
    padding: 8px 0 1px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.cs-product-item h1 a{
    color: #06113c;
}

.cs-product-item p{
       color: #111111;
    padding: 3px;
}
.cs-product-item del{
       color: #111111;
    padding: 3px;
}

.cs-product-item span{
       color: rgba(230, 13, 13, 0.89);
    padding: 3px;
}

.about-area{
  /* background-image: url(../images/about-bg.jpg); */
    padding: 40px 0;
    margin: 0px;
    height: auto;
    width: 100%;
    text-align: center;
}


.about-heading h3{
   font-size: 24px;
    color: #e8a30f;
    text-align: left;
    padding: 0px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.about-heading h3 span{
    text-transform: uppercase;
   color: #0e113a;
}

.about-heading p{
           color: #130f0f;
    padding: 0 0 13px;
    text-align: justify;
    font-size: 15px;
}


.cs-offer-area title h2{
    text-align: center;
}

.footer-links{
    margin: 0px;
    padding: 0px;
}

.footer-links li{
       padding: 10px 0 8px;
    margin: 0px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dotted #e8a30f;
    
}

.footer-links a{
    color: #ffffff;
}
.footer-links a:hover{
    color: #e9a51f;
    transition: 0.2s;
}

.cs-about-col{
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
        text-align: left;
}

.address{
    margin: 0px;
    padding: 0px;
    display: block;
}

.address li{
    margin: 0px;
    padding: 10px 5px 7px 1px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto';
}

.address li i{
  font-size: 12px;
    color: #ffffff;
    height: 20px;
    width: 20px;
    background-color: #e8a30f;
    text-align: center;
    padding: 4px 4px;
    margin: 1px 5px;
    border-radius: 4px;
    
}
.products-details{
    background-color: #fff;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.products-details h1{
        font-size: 24px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    padding: 0px 0px 3px 0px;
    margin: 0px;
    font-weight: 600;
    color: #e8a30f;
}

.cs-price{
    font-size: 20px !important;
    color: #c45b1c;
    padding: 10px 0;
    margin: 0px;
    font-weight: 600;
    
}
.cs-price del{
      font-size: 16px;
    color: #000;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    
}


.sign-upbg{
  background-color: #f1f1f1;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    box-shadow: 2px 3px 2px 0px #ccc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fffbfb;
    cursor: default;
    font-size: 15px;
   padding: 10px 50px;
    background-color: #e8a30f;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 10px 41px;
    font-size: 16px;
    color: #000;
}
.sign-text{
      font-size: 23px;
    color: #e8a30f;
    padding: 15px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

.logitext{
    font-size: 14px;
    color: #000;
    padding: 8px 0 2px;
    margin: 0px;
   float: left;
}

.form-group {
    margin-bottom: 10px;
}

.btn-signup{
       background-color: #d89f00;
    padding: 5px 19px 6px;
    margin: 11px 0 0 0;
    font-weight: 600;
    color: #000;
    font-size: 17px;
    
}

.price-bg{
       background-color: #ffffff;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 17px 13px 0px;
}

.price-bg h3{
    font-size: 18px;
    color: #000;
    padding: 0px;
    border-bottom: 2px solid #e8a30f;
    margin: 0px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

.pro-img{
    height: 100px;
    width: 100px;
}

.btn-default {
      color: #fff;
    background-color: #e8a30f;
    border-color: #e8a30f;
    padding: 6px 18px;
    border-radius: 20px;
}

.checkout {
    display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
        font-family: 'Raleway' ,sans-serif;
    background-color: #fcfcfc !important;
    background-image: none;
    border: 1px solid #a5a5a5 !important;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.checkout-form {
    margin: 15px;
}
.btn-buynow {
    background-color: #d89d3a;
    padding: 6px 8px;
    color: #fff;
    font-size: 16px;
    margin: 25px 0;
    border: 2px solid #d89d3a;
    border-radius: 20px;
}

.btn-order {
    background-color: #c60705;
    padding: 6px 20px;
    color: #fff;
    font-size: 17px;
    margin: 15px 0;
    float: right;
    border: 2px solid #c60705;
}

.cat-image img{
       width: 277px;
    height: 200px;
}

.paymeth {
       display: block;
    position: relative;
    padding: 9px 32px 0;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #000;
        margin-top: 25px;

    font-family: 'Roboto',sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.paymeth input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.checkmark {
    position: absolute;
  top: 8px;
    left: 8px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}


.paymeth:hover input ~ .checkmark {
    background-color: #ccc;
}

.paymeth input:checked ~ .checkmark {
    background-color: #e10d0d;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.paymeth input:checked ~ .checkmark:after {
    display: block;
}

.paymeth .checkmark:after {
 	top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	background: white;
}

.bankimg img{
      width: 109px;
    margin: 3px;
    padding: 0px;
}

.bankimg input{
   float: left;
    margin: 10px;
    width: 17px;
    height: 18px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-top: 17px;
    margin-bottom: 12px;
}

.btn-payment {
    background-color: #c60705;
    padding: 6px 8px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 25px 0;
    border: 2px solid #c60705;
}

.payt-de h6{
    font-size: 18px;
    padding: 5px 29px;
    font-family: 'Raleway', sans-serif;
}

.cart-bg h2 {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    padding: 16px 12px;
    margin: 15px 0;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background-color: #eddfdf;
}
.emptycart {
    text-align: center;
}
.cart-bg {
    background-color: #fff;
    height: auto;
    width: 100%;
    margin: 10px 0;
    padding: 20px;
    box-shadow: 2px 1px 2px 2px #ccc;
}

.quan-type{
    width: 200px;
    height: 34px;
}
.products-details p{
    margin: 0 0 0px;
    font-size: 15px;
}

.products-details h5{
    margin-bottom: 20px;
}

.copyright-links ul{
    margin: 0px 0 12px;
    padding: 0px;
    
    
}

.copyright-links li{
    display: inline-block;
    color: #fff;
    margin: 0px;
    padding: 0px 10px;
    font-size: 14px;
    border-right: 1px solid #f00;
}

.copyright-links a{
    color: #000;
}

.copyright-links a:hover{
    color: #f00;
}

.bg-white{
    background-color: #fff;
}

.whatsapp-image1 img {
    position: fixed;
    left: 45px;
    height: 40px;
    padding: 0;
    z-index: 9999;
    bottom: 65px;
    border-radius: 50%;
}

.footer-social ul{
    margin: 0px;
    padding: 0;
}

.footer-social li{
    display: inline-block;
    margin: 10px 3px;
    padding: 5px 6px;
    font-size: 15px;
    height: 34px;
    border-radius: 50%;
    background-color: #e8a30f;
    width: 33px;
    text-align: center;
   
}

.footer-social a{
    color: #fff;
}

.btn-webmail{
 background-color: red;
    padding: 10px;
    margin: 21px 16px;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    position: relative;
}

.btn-webmail::before{
        content: '';
    position: absolute;
    z-index: 999;
    bottom: -3px;
    left: -30px;
    border-top: 52px solid #ff0000;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    
}

.float1 {
 position: fixed;
    width: 92px;
    height: 31px;
    bottom: 20px;
    left: 40px;
    padding: 4px;
    background-color: #2E3192;
    color: #FFF;
    border-radius: 20px;
    text-align: center;
    font-size: 7px;
    font-size: 15px;
    z-index: 100;
    box-shadow: 0 0 40px #2E3192;
}

.checkel{
    width: 60%;
    float: left;
}

.btn-searcpin{
       background-color: #ac0202;
    padding: 4px 15px;
    border-radius: 0px;
    font-size: 15px;
    color: #fff;
}


.team-bg{
    background-color: #f5f3f3;
    padding: 10px;
    margin: 10px 0;
    height: auto;
    width: 100%;
}

.team-content h1{
      font-size: 20px;
    color: #000;
    padding: 7px 0 10px;
    margin: 16px 0 0;
    text-transform: capitalize;
}

.team-content h6{
    font-size: 16px;
    color: red;
    margin: 0px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: capitalize;
}

.team-img img{
    height: 250px;
   
}

.combo-off-img img{
  height: 290px !important;
    width: 100%;
    object-fit: cover;
}
.combo-off-imgbig img{
    height:300px !important;
    width: 100%;
}
.cat-big img{
    height: 647px;
}
.btn-enqiur{
    background-color: #e8a30f;
    margin: 0px;
    padding: 7px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}

.about-image img{
    height: auto;
    width: 100%;
        border-radius: 14px 0px;
}

.enquiry-section {
    position: relative;
    padding: 110px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/cat-bg.jpg);
    text-align: center;
    background-attachment: fixed;
}

.upper-text{
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.sec-title h2{
      text-align: center;
    font-size: 32px;
    color: #fff;
    padding: 17px;
}

.enquiry-section .lower-text .sub-title {
    position: relative;
    display: block;
    overflow: hidden;
}
.enquiry-section .lower-text .sub-title .txt {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0px 20px;
    color: #fff;
}
.enquiry-section .lower-text .sub-title .txt:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100px;
    border-bottom: 1px dashed #aaaaaa;
}
.enquiry-section .lower-text .sub-title .txt:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 45%;
    width: 100px;
    border-bottom: 1px dashed #aaaaaa;
}
.enquiry-section .lower-text .info {
    position: relative;
    display: block;
    padding-top: 15px;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.info a{
        color: #ebab29;
    font-weight: 600;
}

.gallery-section{
    padding: 40px 0;
    height: auto;
    width: 100%;
    
}

.price-and-buy h6{
   font-size: 15px;
    color: #e8a310;
    padding: 10px 0;
    font-weight: 600;
}

.btn-shoping-cart {
    background-color: #e8a30f;
    padding: 7px 13px;
    border-radius: 21px;
    color: #fff;
    font-size: 13px;
}
.btn-shoping-cart:hover{
    background-color: #000;
    color: #fff;
    transition: 0.2s;
}

.btn-buy{
    background-color: #000;
    color: #fff;
    padding: 7px 13px;
    border-radius: 21px;
    color: #fff;
    font-size: 13px;
}
.btn-buy:hover{
      background-color: #e8a30f;
    color: #fff;
    transition: 0.2s;
}

.offer-banner img{
    height: auto;
    width: 100%;
    margin: 10px 0;
    padding: 0px;
    position: relative;
    border-radius: 5px;
}

.offer-content{
       position: absolute;
    bottom: 33px;
    right: 20px;
    padding: 10px 28px;
    
}
.offer-content h3{
    color: #fff;
}
.offer-content h5{
    color: #eaaa21;
    font-weight: 500;
}

.shop-now {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.shop-now:hover{
    color: #e9a929;
}

.cs-about-col li{
  font-size: 15px;
    color: #000;
    padding: 3px 0px 0px;
    list-style: circle;
    margin: 0 10px;
    font-family: 'Roboto';
}

.btn-send{
    color: #fff;
    background-color: #0d0c0c;
    border-color: #090909;
    padding: 8px 15px;
    border-radius: 20px;
}

.btn-send:hover{
    color: #fff;
}

.left-categories h3{
   font-size: 18px;
    text-align: left;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0px;
    padding: 0 0 10px;
}

.left-categories ul{
    margin: 10px 0;
    padding: 0px;
}

.left-categories li{
    font-size: 15px;
    color: #000;
    margin: 0px;
    padding: 11px 0;
    border-bottom: 1px solid #ccc;
}

.left-categories a{
    color: #000;
}
.produt-img img{
   height: 255px;
    width: 100%;
    object-fit: cover;
}

.cs-inner-product-area{
    padding: 40px 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    font-family: "Roboto", sans-serif;
}

.shop-box li{
    display: inline-block;
    font-size: 16px;
    padding: 3px 6px 0 3px;
    border-right: 1px solid #ccc;
    margin: 10px 0;
}
.shop-box a{
    color: #000;
}
.shop-box i{
    font-size: 18px;
}
.sign-bg{
    padding: 40px 0;
    margin: 0px;
    background-color: #fff;
}

.my-account{
    padding: 40px 0;
    margin: 0px;
}

.dashboard-box{
    background-color: #fff;
    height: auto;
    width: 100%;
   border-right: 1px solid #ccc;
   padding: 6px 19px 9px 0px;
}
.dashboard-box ul{
    margin: 0px;
    padding: 0px;
}

.dashboard-box li{
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.dashboard-box a{
    color: #000;
}
.dashborad-sec{
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 11px;
}

.dashboard-content p{
    color: #000;
    font-size: 15px;
    padding: 10px 0 6px;
}

.dashboard-box i{
    font-size: 16px;
    color: #d99d3b;
    padding: 0 10px 0 0;
}

.adress-title h4{
       padding: 14px 0 0;
    font-size: 20px;
    margin: 0px;
    
}

.btn-submitn {
    background-color: #e9a51f;
    padding: 8px 30px;
    margin: 23px 0;
    font-size: 16px;
    font-family: 'Roboto';
    color: #fff;
    width: 100%;
}
.call-btn img {
    position: fixed;
    left: 45px;
    height: 45px;
    padding: 0;
    z-index: 9999;
    bottom: 110px;
    border-radius: 50%;
}
    
