@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
body {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #231f20
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

nav ol,
ul {
    list-style: none
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

ul li,
ol li {
    padding: 0;
    margin: 0;
    list-style: none
}

body ul.list,
body ol.list,
body ul.list li,
body ol.list li {
    list-style: outside none disc;
    margin: 0 0 0 5px
}

ul.list li,
ol.list li {
    margin-left: 10px
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

blockquote {
    color: #959393;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    border-left: 2px solid #c79238;
    padding: 15px 20px
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
    text-decoration: none;
    color: #c79238
}

a:hover,
a:focus {
    color: inherit
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #231f20
}

ins {
    background-color: #c79238;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #c79238;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle;
    outline: none
}

img {
    max-width: 100%
}

table {
    width: 100%
}

tr td,
tr th {
    padding: 5px 10px;
    border: 1px solid #797979
}

section:after,
section:before {
    clear: both;
    content: "";
    display: table
}

section {
    clear: both;
    padding: 60px 0;
    position: relative
}

section.home-icon {
    padding: 0
}

::-webkit-input-placeholder {
    opacity: 1 !important
}

:-moz-placeholder {
    opacity: 1 !important
}

::-moz-placeholder {
    opacity: 1 !important
}

:-ms-input-placeholder {
    opacity: 1 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #231f20;
    line-height: normal;
    margin: 0 0 16px 0;
    font-weight: 700;
    font-family: 'Lato', sans-serif
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

#pre-loader {
    background: #ffda23 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999
}

#pre-loader .loader-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin: 0 0 0 -5px;
    overflow: hidden;
    vertical-align: middle;
    width: 1px
}

#pre-loader .loader-holder {
    height: 400px;
    left: 50%;
    margin: -200px 0 0 -200px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    width: 400px
}

#pre-loader .loader-holder .frame {
    display: inline-block;
    vertical-align: middle;
    white-space: normal
}

#pre-loader img {
    display: inline-block;
    margin: 0 0 45px
}

#l1 {
    animation: anim 2s linear infinite;
    animation-delay: 0s
}

@keyframes anim {
    25% {
        transform: scale(0, 1)
    }
    50% {
        transform: scale(1)
    }
}

.quote_bt {
    left: -15px;
    position: fixed;
    top: 255px;
    z-index: 999;
    transition: all .7s ease-out .15s;
    border-radius: 0 50px 50px 0;
    width: 80px;
    height: 80px;
    padding: 12px;
    background: #231f20;
    border-top: 3px solid #c79238;
    border-bottom: 3px solid #c79238;
    border-right: 3px solid #c79238
}

.quote_box.open .quote_pop {
    left: 0
}

.quote_pop {
    left: -320px;
    position: fixed;
    top: 255px;
    width: 320px;
    z-index: 999;
    transition: all .7s ease-out .15s;
    border-radius: 0 0 9px 0;
    border: 3px solid #c79238;
    padding: 0
}

.quote_box.open .quote_bt {
    left: 319px
}

@media (max-width:919px) {
    .quote_bt {
        top: 85px;
        width: 70px;
        height: 70px
    }
    .quote_pop {
        top: 85px
    }
}

.header {
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    top: 0
}

.header-top {
   /*  background-color: #ffda23;
    padding: 0 */
	background-image: url(https://www.thechennaisilks.com/pub/static/frontend/Mgs/claue/en_US/images/header_bg.png);
    background-size: contain;
    height: 92px;
}

.navbar {
    /*padding: 0 1em*/
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #c79238
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffbe4f
}

.logo-head-sm {
    display: none
}

.button-default {
    display: inline-block;
    width: auto;
    padding: 0 35px;
    min-width: 170px;
    height: 42px;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 39px;
    box-shadow: none;
    background: transparent;
    color: #959393;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    ;
    font-weight: 400;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.bg-dark {
    background-color: #dee2e6 !important
}

.bg-black {
    background-color: #3f4293  !important
}

.button-default:hover {
    background: #20202f none repeat scroll 0 0;
    color: #fff
}

.social-links {
    padding: 24px 0
}

.social-links ul,
.social-links li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.social-links li {
    display: inline-block;
    width: auto;
    margin-right: 18px;
    vertical-align: middle
}

.social-links li a {
    display: block;
    font-size: 14px;
    color: #231f20
}

.social-links li a:hover {
    color: #c79238
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"] {
    height: 50px;
    width: 100%;
    border: 2px solid #e5e5ee;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    padding: 0 30px;
    outline: none;
    color: #636375
}

.icon-default {
    position: absolute;
    left: 50%;
    top: -225px;
    width: 254px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 59px;
    z-index: 30;
    text-align: center;
    padding: 20px 0 0 0
}

.icon-default a {
    color: #fff
}

.icon-default a:hover {
    color: #231f20
}

.icon-default a:active {
    color: #231f20
}

.btn-primary-gold {
    background: #c79238;
    color: #fff;
    border-color: #c79238
}

.btn-large {
    height: 55px;
    line-height: 55px;
    padding: 0 50px
}

.icon-black {
    background: url(../img/section-top/black.html) no-repeat center center
}

.icon-skeen {
    background: url(../img/section-top/skeen.html) no-repeat center center
}

.icon-gold {
    background: url(../img/section-top/orange.html) no-repeat center center
}

.banner-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

body main .txt-default {
    color: #c79238
}

.invert .build-title h2 {
    color: #c79238
}

.invert .build-title h6 {
    color: #e2dadd
}

.invert-black h1,
.invert-black h2,
.invert-black h3,
.invert-black h4,
.invert-black h5,
.invert-black h6,
.invert-black {
    color: #e2dadd
}

.pad-top-remove {
    padding-top: 0 !important
}

.pad-bottom-remove {
    padding-bottom: 0 !important
}

.v-pad-remove {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.v-pad-small {
    padding: 50px 0
}

.top-pad-xsmall {
    padding-top: 40px
}

body main .home-small-pad {
    padding-bottom: 100px
}

.text-primary {
    color: #c79238
}

.text-white {
    color: #ffffff !important
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.Banner-Bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.input-fields {
    border: 2px solid #e2e2e2;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    margin-bottom: 20px
}

label {
    font-weight: 400;
    color: #20202f
}

input[type="radio"],
input[type="checkbox"] {
    height: 50px;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 29px
}

textarea {
    height: 175px;
    padding: 25px 30px;
    width: 100%;
    border: 2px solid #e5e5ee;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 29px;
    resize: none;
    outline: none
}

.notfound {
    padding: 180px 0;
    text-align: center
}

.notfound img {
    width: 270px
}

.notfound a {
    margin-bottom: 20px;
    display: block
}

.notfound h1 {
    font-size: 150px;
    line-height: 90px
}

.notfound h3 {
    font-size: 67px;
    letter-spacing: 10px
}

.notfound h5 {
    font-size: 28px;
    letter-spacing: 6px
}

@media (max-width:420px) {
    .notfound {
        padding: 180px 0
    }
    .notfound img {
        width: 170px
    }
    .notfound a {
        margin-bottom: 20px;
        display: block
    }
    .notfound h1 {
        font-size: 100px;
        line-height: 50px
    }
    .notfound h3 {
        font-size: 40px;
        letter-spacing: 10px
    }
    .notfound h5 {
        font-size: 14px;
        letter-spacing: 6px
    }
}

.ex-margin-bottom {
    margin-bottom: 70px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-left-20 {
    margin-left: 20px
}

.margin-right-20 {
    margin-right: 20px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-left-30 {
    margin-left: 30px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-left-40 {
    margin-left: 40px
}

.margin-right-40 {
    margin-right: 40px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-left-50 {
    margin-left: 50px
}

.margin-right-50 {
    margin-right: 50px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.margin-left-60 {
    margin-left: 60px
}

.margin-right-60 {
    margin-right: 60px
}

.margin-top-70 {
    margin-top: 70px
}

.margin-bottom-70 {
    margin-bottom: 70px
}

.margin-left-70 {
    margin-left: 70px
}

.margin-right-70 {
    margin-right: 70px
}

.margin-top-80 {
    margin-top: 80px
}

.margin-bottom-80 {
    margin-bottom: 80px
}

.margin-left-80 {
    margin-left: 80px
}

.margin-right-80 {
    margin-right: 80px
}

.clearfix {
    margin: 0;
    padding: 0
}

.top-arrow {
    position: fixed;
    bottom: 50px;
    background: url(../img/section-top/to-top.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    right: 30px;
    display: none;
    z-index: 99;
    background-size: 40px 40px
}

.header-top .logo-head {
    width: 240px;
    height: 80px;
    z-index: 100
}

.logo>a {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-slider {
    padding: 0;
    margin-top: 122px
}

.img-size {
    width: 400px;
    padding: 10px 30px 10px 100px
}

.home-slider .tp-bullets {
    display: none !important
}

.tparrows.preview1:after {
    display: none !important
}

.tp-leftarrow {
    width: 50px;
    height: 50px;
    background: url(../img/png-heads/white-a-l.png) no-repeat center center !important;
    background-size: contain
}

.tp-leftarrow:hover {
    background: url(../img/png-heads/white-a-l.png) no-repeat center center !important
}

.tp-rightarrow {
    width: 50px;
    height: 50px;
    background: url(../img/png-heads/white-a-r.png) no-repeat center center !important
}

.tp-rightarrow:hover {
    background: url(../img/png-heads/white-a-r.png) no-repeat center center !important
}

.tp-caption span {
    color: #c79238
}

.tp-caption i {
    font-weight: 300;
    font-style: normal
}

.button-white {
    display: inline-block !important;
    width: 225px !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-align: center !important;
    padding: 12px 15px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    border-radius: 30px !important;
    line-height: normal !important;
    text-transform: uppercase
}

.button-white.radius-none {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important
}

.button-white:hover {
    background: #c79238 !important;
    border-color: #c79238
}

.owl-theme .owl-nav .owl-prev {
    background: url(../img/png-heads/orange-a-l.png) no-repeat center center;
    background-size: contain;
    float: left;
    height: 80px;
    left: -90px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -10000px;
    position: absolute
}

.owl-theme .owl-nav .owl-prev:hover {
    background: url(../img/png-heads/orange-a-l.png) no-repeat center center
}

.owl-theme .owl-nav .owl-next {
    background: url(../img/png-heads/orange-a-r.png) no-repeat center center;
    background-size: contain;
    float: left;
    height: 80px;
    right: -90px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -10000px;
    position: absolute
}

.owl-theme .owl-nav .owl-next:hover {
    background: url(../img/png-heads/orange-a-r.png) no-repeat center center
}

.build-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}

.build-title h1 {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0
}

.build-title h2 {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0
}

.bg-t {
    background-color: rgba(255, 255, 255, 0) !important
}

.build-title h6 {
    color: #9a9a9a;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding: 0 32px
}

.build-title-bg {
    background-image: url(../img/head-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px
}

.about-wrap {
    padding: 50px 0 40px 0
}

.about-img {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left
}

.date-about {
    background: #20202f none repeat scroll 0 0;
    border-radius: 17px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 78px;
    padding: 12px 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 78px;
    z-index: 1
}

.date-about small {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 8px
}

.about-info {
    position: absolute;
    top: 0;
    height: 53px;
    margin: auto;
    bottom: 0;
    display: block;
    padding: 5px 0;
    width: 100%;
    float: left;
    display: block;
    padding: 5px 0;
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, .8);
    text-align: center
}

.about-info span {
    color: #c79238;
    margin-right: 25px;
    font-size: 15px;
    vertical-align: middle
}

.about-info span .icon-user:before,
.about-info span .icon-comment:before {
    display: none
}

.icon-user {
    background: url(../images/user.html) no-repeat center center;
    width: 17px;
    height: 22px;
    vertical-align: middle;
    font-weight: 400;
    display: inline-block;
    margin-right: 6px
}

.icon-comment {
    background: url(../images/comment.html) no-repeat center center;
    width: 23px;
    height: 21px;
    vertical-align: middle;
    font-weight: 400;
    display: inline-block;
    margin-right: 6px
}

.icon-more {
    background: no-repeat center center;
    width: 17px;
    height: 11px;
    vertical-align: middle;
    font-weight: 400;
    display: inline-block;
    margin-left: 14px
}

.about-info h5 {
    color: #20202f;
    letter-spacing: 1px;
    margin: 10px 0
}

.about-info p {
    margin-bottom: 10px
}

.nutralizer {
    margin: 0;
    padding: 0
}

.testimonials {
    color: #fff;
    padding: 0 0 50px 0;
    overflow: hidden
}

.testimonials .testimonials-left {
    height: 780px;
    background-color: #c79238
}

.testimonials .testimonials-left .testimonials-left-inner {
    padding-top: 17%
}

.testimonials .build-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    background-color: #c79238
}

.testimonials .build-title h2 {
    display: inline-block;
    text-align: center;
    background-color: #c79238;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0
}

.testimonials .build-title h5 {
    color: #fff
}

.testimonials .build-title h6 {
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 15px
}

.testimonials .build-title-bg {
    background-image: url(../img/head-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px
}

.testimonials .testimonial-right-img {
    background-image: url(../img/banner/testimonials.html);
    height: 780px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.client .build-title {
    margin-bottom: 12px
}

.client-say {
    text-align: center
}

.client-say .item img {
    display: inline-block;
    width: auto
}

.client-say .item h5 {
    margin-bottom: 10px
}

.client-say .owl-theme .owl-dots .owl-dot span {
    background: #ccc
}

.client-say .owl-theme .owl-dots .owl-dot.active span,
.client-say .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 10px
}

.client-metro .owl-theme .owl-dots .owl-dot.active span,
.client-metro .owl-theme .owl-dots .owl-dot:hover span {
    background: #eae7de
}

.client-metro .item {
    background: #fff;
    padding: 70px 25px 10px 25px
}

.client-metro .item img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid #e2e2e2;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.client-metro .owl-carousel .owl-stage-outer {
    padding-top: 50px
}

.gallery-slider {
    float: left;
    width: 100%
}

.gallery-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    opacity: .5;
    background-color: rgba(199, 146, 56, .5);
    z-index: -1;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.gallery-overlay-inner {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    font-size: 42px;
    color: #fff
}

.gallery-overlay-inner i {
    display: table-cell;
    vertical-align: middle
}

.gallery-slider .item:hover .gallery-overlay {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    z-index: 1
}

.gallery-slider .owl-theme .owl-nav .owl-prev {
    left: -80px
}

.gallery-slider .owl-theme .owl-nav .owl-next {
    right: -80px
}

.footer {
    background-color: #000000b3;
}

.footer-logo {
    text-align: center;
    padding-top: 20px
}

.footer .social-footer {
    width: 100%;
    padding-top: 20px
}

.social-footer ul,
.social-footer li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.social-footer li {
    display: inline-block;
    width: auto;
    margin-right: 18px;
    vertical-align: middle
}

.social-footer li a {
    display: block;
    font-size: 14px;
    color: #7a7676
}

.social-footer li a:hover {
    color: #fff
}

.address h3 {
    color: #fff
}

.address p {
    color: #fff
}

.address>.hr-custom {
    width: 100px;
    height: 2px;
    background-color: #c79238
}

.address p span {
    width: 100%;
    display: block
}

.offset-top-btm-50 {
    padding: 50px 20px
}

.footer-bottom {
    background-color: #3f4293;
    padding: 15px 0
}

.footer-bottom a {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 0;
    text-transform: uppercase;
    text-align: center
}

.footer-bottom p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 0;
    text-transform: uppercase;
    text-align: center
}

.footer-bottom a:hover {
    color: #231f20
}

.breadcrumb-part {
    padding: 0;
    height: 560px
}

.breadcrumb-inner {
    position: absolute;
    left: 10%;
    top: 61%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center
}

.breadcrumb-inner h1 {
    font-size: 50px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

.breadcrumb-inner h1,
.breadcrumb-inner h3 {
    color: #fff;
    margin-bottom: 7px;
    text-transform: uppercase
}

.breadcrumb-inner a {
    display: inline-block;
    width: auto;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0, 0, 0, 1);
    text-align: left;
    text-transform: capitalize
}

.breadcrumb-inner a:after {
    content: "/";
    padding: 0 8px 0 10px
}

.breadcrumb-inner a:last-child:after {
    display: none
}

.breadcrumb-inner span {
    display: inline-block;
    width: auto;
    color: #ffdfb0
}

.about-top {
    padding: 50px 0 20px 0
}

.about-top .big-l p:first-of-type:first-letter {
    float: left;
    font: 700 3em/.65;
    font-size: 50px;
    padding: .15em .05em 0 0;
    text-transform: uppercase
}

.big-l p:first-of-type:first-letter {
    float: left;
    font: 700 3em/.65;
    font-size: 50px;
    padding: .15em .05em 0 0;
    text-transform: uppercase
}

.about-page-wrap {
    padding: 50px 0 20px 0
}

.about-page-img {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left
}

.about-page-info {
    top: 0;
    height: auto;
    margin: auto;
    bottom: 0;
    display: block;
    padding: 5px 0;
    width: 100%;
    float: left;
    display: block;
    padding: 5px 0;
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, .8)
}

.about-page-info span {
    color: #c79238;
    margin-right: 25px;
    font-size: 15px;
    vertical-align: middle
}

.zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    overflow: hidden
}

.image-card {
    position: absolute;
    top: 0;
    left: 0
}

.image-card img {
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.catalog-top {
    padding: 50px 0 20px 0
}

.catalog-top a {
    margin: 20px 0
}

.catalog-page-wrap {
    padding: 50px 0 20px 0
}

.catalog-page-img {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    height: 350px !important
}

.catalog-page-info {
    position: absolute;
    height: auto;
    margin: auto;
    bottom: 0;
    display: block;
    padding: 20px;
    float: left
}

.catalog-page-info h4 {
    color: #fff;
    text-align: left;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    font-weight: 700;
    text-transform: capitalize
}

.tz-gallery {
    padding: 40px
}

.tz-gallery .row>div {
    padding: 0
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    pointer-events: none;
    z-index: 9000;
    transition: .4s
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(199, 146, 56, .7);
    content: '';
    transition: .4s
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1
}

.baguetteBox-button {
    background-color: transparent !important
}

.box-l {
    width: 100%;
    height: 75px;
    padding-top: 25px;
    text-align: center
}

.loaderp {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.loaderp-quart-1 {
    border-radius: 50px;
    border: 5px solid rgba(0, 0, 0, .5)
}

.loaderp-quart-1:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid transparent;
    border-top-color: #000;
    border-radius: 50px;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#success-message {
    opacity: 0
}

.form-group .form-control {
    -webkit-box-shadow: none;
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius: 0;
    border-color: #000
}

.form-group .form-control:focus {
    box-shadow: none;
    border-width: 0 0 2px 0;
    border-color: #000
}

.cont-btn {
    background-image: url(../img/contest/contest-logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    border: 11px solid #FFF;
    border-radius: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    left: 20px;
    box-shadow: 0 0 30px #233740
}

textarea {
    resize: none
}

.btn-mod.btn-large {
    height: auto;
    padding: 0 40px;
    font-size: 15px
}

.btn-mod.btn-border {
    color: #000;
    border: 1px solid #000;
    background: transparent
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, .9);
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s cubic-bezier(0, 0, .580, 1);
    -moz-transition: all .2s cubic-bezier(0, 0, .580, 1);
    -o-transition: all .2s cubic-bezier(0, 0, .580, 1);
    -ms-transition: all .2s cubic-bezier(0, 0, .580, 1);
    transition: all .2s cubic-bezier(0, 0, .580, 1)
}

.btn-mod.btn-border:hover,
.btn-mod.btn-border:active,
.btn-mod.btn-border:focus,
.btn-mod.btn-border:active:focus {
    color: #fff;
    border-color: #000;
    background: #000;
    outline: none
}

@media only screen and (max-width:500px) {
    .btn-mod.btn-large {
        padding: 6px 16px;
        font-size: 11px
    }
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    z-index: 0
}

.blog-entry .details ul li {
    display: block
}

.blog-entry .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f007"
}

.blog-entry .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f133"
}

.blog-entry .details .tags ul:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 10px
}

.blog-entry .details .tags li {
    margin-right: 2px;
    display: inline;
    padding-right: 10px
}

.blog-entry .details .tags li:first-child {
    margin-left: -4px
}

.blog-entry .details .read-more a {
    color: #c7923a;
    display: inline-block;
    position: relative;
    margin: 5px 0
}

.blog-entry .details .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin .3s, opacity .3s
}

.blog-entry .details .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1
}

.blog-entry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #231f20
}

.blog-entry .image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;
    display: block;
    margin-right: 20px
}

.blog-entry .details {
    padding: 10px 0;
    display: block
}

.blog-entry .details h1 {
    font-size: 20px;
    width: 100%
}

.blog-categorry {
    margin-bottom: 30px;
    width: 100%;
    float: left
}

.blog-categorry ul {
    padding-left: 20px
}

.blog-categorry li {
    list-style: square;
    color: #c7923a !important
}

.blog-categorry li a {
    display: inline-block;
    position: relative;
    margin: 1px 0
}

.blog-categorry li a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin .3s, opacity .3s
}

.blog-categorry li a:hover:after {
    margin-left: 5px;
    opacity: 1
}

.blog-recent li {
    margin-bottom: 5px
}

.blog-recent li:hover {
    border-bottom: 1px solid #c7923a;
    color: #c7923a !important
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto
}

[data-pagination] {
    font-size: 8pt;
    line-height: 1;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    margin: 1em auto;
    text-align: center;
    transition: font-size .2s ease-in-out
}

[data-pagination] ul {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: .5em
}

[data-pagination] ul li {
    display: inline-block;
    font-size: 100%;
    width: auto;
    padding: 3px 0
}

[data-pagination]>a {
    font-size: 140%
}

[data-pagination] a {
    color: #231f20;
    font-size: 100%;
    padding: .5em
}

[data-pagination] a:focus,
[data-pagination] a:hover {
    color: #c7923a
}

[data-pagination] li.current {
    background: rgba(0, 0, 0, .1)
}

[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
    opacity: .5;
    pointer-events: none
}

@media (min-width:350px) {
    [data-pagination] {
        font-size: 10pt
    }
}

@media (min-width:500px) {
    [data-pagination] {
        font-size: 12pt
    }
}

@media (max-width:768px) {
    .blog-entry .image {
        float: none;
        margin-right: auto;
        width: 100%;
        height: 300px
    }
}

@media (max-width:420px) {
    .blog-entry .image {
        float: none;
        margin-right: auto;
        width: 100%;
        height: 200px
    }
}

@media (min-width:700px) {
    [data-pagination] {
        font-size: 14pt
    }
}

@media (min-width:900px) {
    [data-pagination] {
        font-size: 16pt
    }
}

.blog-categorry form {
    width: 100%;
    outline: 0;
    float: left;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.blog-categorry form>.textbox {
    outline: 0;
    height: 42px;
    width: auto;
    line-height: 42px;
    padding: 0 16px;
    background-color: rgba(255, 255, 255, .8);
    color: #212121;
    border: 0;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.blog-categorry form>.textbox:focus {
    outline: 0;
    background-color: #FFF
}

.blog-categorry form>.button {
    outline: 0;
    background: none;
    background-color: rgba(0, 0, 0, .8);
    float: right;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border: 0;
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.blog-categorry form>.button:hover {
    background-color: rgba(0, 150, 136, .8)
}

@media (max-width:1000px) {
    .blog-categorry form>.textbox {
        width: 166px
    }
}

.topNav-salebutton {
    margin-right: auto
}

.btn-outline {
    color: #ffffff!important;
    background-color: #d70000!important;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 0;
    text-transform: uppercase;
    box-shadow: unset !important;
    outline: unset !important;
    padding: 5px 10px;
        border: 2px solid #ff0000;
    border-radius: 8px;
    /*-webkit-transform: skew(-20deg);*/
    /*-moz-transform: skew(-20deg);*/
    /*-o-transform: skew(-20deg);*/
    text-decoration: none;
    /* height: 50px; */
    width: 160px;
    line-height: 31px;
    font-size: 17px;
    -ms-transform: skew(20deg,10deg);
    /* transform: skew(0deg,0deg);*/
        transition: all 0.8s ease;
}
.btn.btn-outline svg{
    width: 100%;
    max-width: 20px!important;
    margin-right: 5px;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
    color: #d71921!important;
    background-color: #ffffff!important;
        transition: all 0.8s ease!important;
}
.topMenu{
    background-color: #3f4293;
}
.saleAdd {
    background-color: #ae0e28;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    margin-bottom: 30px;
    cursor: pointer;
}

.saleText h1 {
    text-transform: uppercase;
    font-size: 91px;
    letter-spacing: 7px;
    font-weight: 900;
    color: #fff;
    text-align: center
}

.shopNowContent {
    text-align: center
}

.shopNowContent p {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #ffffffc7;
    margin-top: 24px
}

.shopNowContent .btn.btn-outline {
    margin-bottom: 14px
}

.saleText {
    border-right: 1px solid #fff
}
.topMenu .navbar .m-auto{
    margin-left: auto!important;
    margin-right: 23px!important;
	white-space: nowrap;
}

.tp-banner ul .btn.btn-outline{
    /*display: flex; */
    position: absolute;
    left: 78%;
    /* right: 0; */
    top: 50px;
    transform: rotate(90deg)
}

.sale-tag{
        position: absolute;
    right: -20px;
    top: 30px;
    transform: rotate(90deg);
    z-index: 99999;
    font-size: 20px;
    /* bottom: 0; */
    /* width: 50px; */
    /* height: 40px; */
    color: #ffffff!important;
    /* background-color: #d70000!important; */
    /* border-radius: 20px 0px 0px 0px; */
    /* line-height: 13px!important; */
    /* text-align: center; */
    /* padding: 8px; */
    text-transform: capitalize;
}

.sale-tag a{
    color: #ffffff!important;
}







@media (min-width:768px) and (max-width:991.98px) {
    .btn-outline {
        margin-bottom: 20px
    }
    .saleText h1 {
        margin: 0
    }
    .saleText {
        border-right: unset !important
    }
    .saleText {
        border-right: unset !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .btn-outline {
        margin-bottom: 20px
    }
    .saleText h1 {
        margin: 0
    }
    .saleText {
        border-right: unset !important
    }
}

@media (max-width:575.98px) {
    .btn-outline {
        margin-bottom: 20px
    }
    .saleText h1 {
        margin: 0
    }
    .saleText {
        border-right: unset !important
    }
}
.img-salebanner{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
        margin-bottom: 50px;
}
.bnr-btn{
    position: absolute;
    right: 0;
    bottom: 17px;
    left: 30%;
}
.img-salebanner img{
    border: 1px solid #00000026;
}

.social.data-fix {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 200px;
}

.social.data-fix li:nth-child(5) {
    background: rgb(182 42 136);
}
.social.data-fix li:nth-child(4) {
    background: rgba(210, 59, 54, 1);
}
.social.data-fix li:nth-child(3) {
    background: rgb(201 32 31);
}
.social.data-fix li:nth-child(2) {
    background: rgb(29, 161, 242);
}
.social.data-fix li:nth-child(1) {
    background: rgb(59, 89, 152);
}
span.fa.fa-instagram {
    color: white;
}
span.fa.fa-twitter
{
	color: white;
}
span.fa.fa-youtube
{
color: white;	
}
i.fa.fa-facebook {
    color: white;
}
.social.data-fix li {
    padding: 8px;
    text-align: center;
    border: 0px solid white;
}
i.fa.fa-facebook-square.fa-2x{
	color:rgb(59, 89, 152);
}
i.fa.fa-youtube.fa-2x {
	color:rgb(201 32 31);
}

i.fa.fa-instagram.fa-2x{
	color:rgba(210, 59, 54, 1);
}
/*.quote_bt.align-quote{*/
/*    left: -16px!important;*/
/*}*/



















