/* ================================================================= */
/* ========================== RESET START ========================== */
/* === primary reset start === */ 
* {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    font-family: 'Roboto', sans-serif;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}


@font-face {
    font-family: 'roboto-light';
    src: url(../fonts/Roboto-Light.ttf);
}
.roboto-light {
    font-family: 'roboto-light';
}





body {
    overflow-x: hidden !important;
    font-size: 13px;
}
a {
    text-decoration: none;
    outline: 0 !important;
}
a,
input,
textarea,
button,
.tnz-3 {
    -webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;
}
.tnz-2 {
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.tdly-1 {
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
        -ms-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.tdly-2 {
    -webkit-transition-delay: .2s;
       -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.tdly-3 {
    -webkit-transition-delay: .3s;
       -moz-transition-delay: .3s;
        -ms-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit;
    background: inherit;
    outline: 0 !important;
}
a:focus {
    border: 0 !important;
 }
ol,
ul,
li {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
} 
h1 {
    font-size: 34px;
}
h2 {
    font-size: 28px;
}
p {
    margin-bottom: 0;
    font-family: 'roboto-light'!important;

}
h1, h2, h3, h4, h5, h6,p,span,a,input,textarea,li,button,i {
    font-family: 'Roboto', sans-serif;
}
.f2 {
    font-family: 'Source Sans Pro', sans-serif !important;
}
input,
textarea {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    resize: none;
    background-color: transparent;
}
input:focus,
textarea:focus {
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
textarea::placeholder,
input::placeholder {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
button {
    background-color: transparent;
    border: 0;
}
img {
    max-width: 100%;
}
nav {
    margin-bottom: 0;
}
::-moz-selection {
    background: #ffbd0a;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #ffbd0a;
    color: #fff;
    text-shadow: none;
}
.list-inline {
    margin-left: 0;
}
.list-inline > li {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.panel-heading {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0;
}
.panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-default {
    border: 0 !important;
}
/* === primary reset end === */

/*font-weight*/
.fw-1 {
    font-weight: 100;
}
.fw-3 {
    font-weight: 300;
}
.fw-4 {
    font-weight: 400;
}
.fw-5 {
    font-weight: 500;
}
.fw-7 {
    font-weight: 700;
}
.fw-9 {
    font-weight: 900;
}
/*font-weight end*/

/* colors */
.c-1 {
    color: #ffbd0a !important
}

.c-2 {
    color: #262626 !important
}

.c-3 {
    color: #414141 !important
}

.c-4 {
    color: #929292 !important
}

.c-5 {
    color: #555 !important
}

.c-7 {
    color: #777 !important
}

.c-8 {
    color: #25292f !important
}

.c-dark {
    color: #000 !important
}

.cw {
    color: #fff !important
}

.bg-c-1 {
    background: #ffbd0a !important
}

.bg-c-2 {
    background: #262626 !important
}

.bg-c-3 {
    background: #414141 !important
}

.bg-c-4 {
    background: #929292 !important
}

.bg-cw {
    background: #fff !important
}

.bgt {
    background-color: transparent !important;
    background: transparent !important;
}

.c-a {
    color: #aaa !important;
}
/* colors end */
/* === text-format end === */

/* ==== OTHER DEFAULT CLASES END  ==== */
/* theme padding and margin start */
.sp-lg {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sp-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sp-sm {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sp-xs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.spt-lg {
    padding-top: 150px;
}

.spb-lg {
    padding-bottom: 150px;
}

.spt-md {
    padding-top: 100px;
}

.spb-md {
    padding-bottom: 100px;
}

.spt-sm {
    padding-top: 50px;
}

.spb-sm {
    padding-bottom: 50px;
}

.spt-xs {
    padding-top: 30px;
}

.spb-xs {
    padding-bottom: 30px;
}

.spl-xs-x {
    padding-left: 30px;
    padding-right: 30px;
}

.spl-xs {
    padding-left: 30px;
}

.spr-xs {
    padding-right: 30px;
}

.p-20-y {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-20-x {
    padding-left: 20px;
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.p-15-y {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-10-y {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-10-x {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-4 {
    padding-left: 4px;
}

.pr-4 {
    padding-right: 4px;
}

.pt-4 {
    padding-top: 4px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pr-10 {
    padding-right: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}
/* theme padding and margin end */

/*bootstrap padding reset start*/

.pd-x-r-7 {
    padding-right: 7.5px;
}

.pd-x-l-7 {
    padding-left: 7.5px;
}

.pd-x-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pd-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pd-x-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pd-x-l-30 {
    padding-left: 30px;
}

.pd-x-r-30 {
    padding-right: 30px;
}

.pd-x-l-25 {
    padding-left: 25px;
}

.pd-x-r-25 {
    padding-right: 25px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pd-x-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pd-x-l-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pd-x-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.row-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.row-35 {
    margin-left: -35px;
    margin-right: -35px;
}
/*bootstrap padding reset start*/

/* display table start */
.g-table {
    position: relative;
    width: 100%;
    height: 100%;   
    display: table;
}

.d-middle,
.d-top,
.d-bottom {
    display: table-cell;
}

.d-middle {
    vertical-align: middle;
}

.d-top {
    vertical-align: top;
}

.d-bottom {
    vertical-align: bottom;
}
/* display table end */

/* position relative and absolute start */
.pos-r {
    position: relative;
}

.x-center,
.y-middle,
.xy-center {
    position: absolute;
}

.x-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.y-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.xy-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* position relative and absolute end */

/* === back2Top start === */
.back2Top {
    padding: 8px 15px 4px 15px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    background: #ffbd0a !important;
    color: #fff;
    opacity: .4;

    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    
    position: fixed;
    bottom: 0;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

.back2Top:before {
    font-size: 25px;
    font-weight: bolder;
}

.back2Top:hover {
    opacity: 1;
}
/* === back2Top end === */
.clr {
    clear: both;
}

.tc-xs {
    display: none;
}
/* ==== OTHER DEFAULT CLASES END  ==== */

/* === text-format start === */
/* section heading */
.section-h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    color: #0093d0;
    line-height: 25px;
    letter-spacing: .4px;
}

.section-h2 {
    font-weight: 400;
    font-size: 14px;
    color: #888;
    line-height: 48px;
    letter-spacing: .1px;
}

.section-header {
    position: relative;
}

.section-header:after {
    position: absolute;
    content: '';
    width: 30.63px;
    height: 1px;
    background: #8fbe32;
    left: 0;
    bottom: 0;
}
/* section heading end */

/* global text */


.fn-wb {
    font-weight: bold;
}

.t-icon {
    display: inline-block;
}
/* global text end */




/* g-btn start */
.g-btn,
.g-btn-cw {
    display: inline-block;
    padding: 16px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    text-transform: capitalize;
    background: #ffbd0a !important;
    color: #fff !important;
    -webkit-transition: all .3s linear !important;
    transition: all .3s linear !important;
}

.g-btn:hover {
    background: #262626 !important;
}

.g-btn-cw:hover {
    background: #fff !important;
    color: #262626 !important;
}

.btn-reply {
    display: inline-block;
    position: absolute;
    padding: 6px 9px 4px 16px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    background: #262626 !important;
    top: 0;
    right: 0;
}

.btn-reply:hover {
    background: #ffbd0a !important;
}
/* g-btn end */



/* g-hover effects start */

/* g-hover effects end *

/* =================== */
/*  animation classes */
/* ================= */
.anim-1,
.anim-2,
.anim-3,
.anim-4,
.anim-5,
.anim-6 {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.anim-2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.anim-3 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.anim-4 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.anim-5 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -ms-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

.anim-6 {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}
/* ======================= */
/*  animation classes end */
/* ===================== */

/* ============================================ */
/* ========== OTHER PAGE HEAD START ========== */
/* ========================================== */
.other-page-heading {
    height: 250px;
    /*background: url(../img/other-page/01.jpg) no-repeat center center;*/
    -webkit-background-size: content;
    background-size: content;
    z-index: 1;
}

.other-page-heading:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    top: 0;
    left: 0;
    z-index: -1;
}

.heading-txt {
    font-size: 48px;
}

.op-content {
    padding-top: 95px;
    padding-bottom: 130px;
}

.page-path {
    border-bottom: 1px solid #efefef;
}

.page-path li {
    padding-right: 25px;
    position: relative;
    line-height: 60px;
}

.page-path li:last-of-type {
    padding-right: 0;
}

.page-path li:not(:last-of-type):after {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #aeaeae;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-path li,
.page-path li a {
    font-size: 17px;
    display: inline-block;
    color: #aeaeae;
}

.page-path li a:hover {
    color: #262626;
}

.op-share {
    display: block;
    padding-left: 28px;
    padding-right: 34px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.op-share .fa {
    display: inline-block;
    padding-right: 5px;
}
/* ============================================ */
/* =========== OTHER PAGE HEAD END =========== */
/* ========================================== */


/**********************************************************
                       PREVIEW
**********************************************************/
.btn-preview {
    display: inline-block;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    overflow: hidden;
    padding: 8px 23px;
    margin-right: 15px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .40px;
    color: #ffbd0a !important;
    z-index: 1;
    border: 1px solid #ffbd0a !important;
}

.btn-preview:hover,
.btn-preview:focus {
    color: #fff !important;
}

.btn-preview:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffbd0a;
    border: 1px dashed transparent !important;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.btn-preview:hover:after,
.btn-preview:focus:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
/**********************************************************
                       PREVIEW
**********************************************************/

/* =========================== RESET END =========================== */
/* ================================================================= */


/* =================
   top-bar-1 start
==================== */
.top-bar {
    border-bottom: 1px solid #f0f0f0;
}

.tbr-y {
    line-height: 50px;
}

.tbr-left,
.tbr-right {
    width: 50%;
}

.tbr-left {
    float: left;
    font-size: 18px;
    line-height: 38px;
}

.tbr-left > span {
    display: inline-block;
}

.tbr-left > span:first-of-type {
    margin-right: 20px;
}

.tbr-right,
.tbr-social {
    float: right;
}

.tbr-social li {
    float: left;
}

.tbr-social li a {
    display: block;
    font-size: 16px;
    padding: 0 15px;
    border-left: 1px solid #f0f0f0 !important;
    color: #b0b0b0;
}

.tbr-2 .tbr-social li a {
    border-left: 0 !important;
    border-right: 1px solid #f0f0f0 !important;
}

.tbr-2 .tbr-social li:first-of-type a {
    border-left: 1px solid #f0f0f0 !important;
}

.tbr-social li a:hover {
    background: #ffbd0a;
    color: #fff;
}

.tbr-2 .tbr-social li a:hover {
    background: #414141;
    color: #fff;
}

.tbr-social li a.s-quote {
    line-height: 49px;
    padding: 0 24px 0 20px !important;
    border-left: none !important;
}

.tbr-social li a.s-quote span {
    display: inline-block;
    padding-right: 10px;
}

.tbr-social li a.s-quote:hover {
    background: #ffbd0a !important;
}
/* =================
    top-bar-1 end
==================== */



/* ===========================
    header-middle-main start
============================== */
.header-middle-main {
    padding-top: 30px;
    padding-bottom: 43px;
}


.main-menu {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.main-menu-1 {
    margin-top: 17px;
}

.mm2 > li {
    float: left;
}

.mm-wrapper > li:not(:first-of-type) {
    margin-left: 3px;
}

.mm1 > li > a,
.mm2 > li > a {
    font-weight: 400;
    font-size: 20px;
}

.mm1 > li > a {
    padding: 6px 12px 8px 12px;
    color: #000 !important;
}

.mm2 > li > a {
    padding: 0 15px 0 15px;
    line-height: 65px;
    display: block;
    color: #fff !important;
}

.mm1 > li:hover > a,
.mm1 > li.active > a {
    background: #262626 !important;
    color: #fff !important;
}

.mm2 > li:hover > a,
.mm2 > li.active > a {
    background: #ffbd0a !important;
    color: #fff !important;
}

.search-button {
    padding: 6px 10px 6px 10px;
    margin-left: 20px;
    border: 2px solid #ffbd0a;
    border-left: none;
    border-bottom: none;
    position: relative;
}

.search-button:before {
    position: absolute;
    content: '';
    width: calc(100% + 11px);
    height: 2px;
    background: #ffbd0a;
    bottom: 0;
    right: 0;
}

.search-button:after {
    position: absolute;
    content: '';
    width: 2px;
    height: calc(100% + 2px);
    left: 0;
    top: -1px;
    background: #ffbd0a;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 3;
}

.search-button .tp-icon {
    font-size: 16px;
}

.search-form {
    padding-top: 30px;
}

.search-form input {
    font-weight: 300;
    font-size: 20px;
    color: #ffbd0a;
    width: calc(100% - 70px);
    height: 80px;
    float: left;
    padding-left: 20px;
    border: 1px solid #262626 !important;
    border-right: none !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.search-form button {
    width: 70px;
    height: 80px;
    float: left;
    background: #262626 !important;
    text-align: center;
    color: #fff;
}

.search-form input:focus {
    border: 1px solid #ffbd0a !important;
    border-right: none !important;
}

.search-form button:hover,
.search-form input:focus + button {
    background: #ffbd0a !important;
}

.search-form .tp-icon {
    font-size: 22px;
}

.search-container {
    padding: 50px;
}

.dropdown-area {
    position: relative;
}

.tp-dropmenu {
    width: 200px;
    padding: 20px;
    top: 100%;
    left: 0;

    border-radius: 0;
    border: none;
    border-top: 3px solid #262626;
}

.mm2 .tp-dropmenu {
    border-top: 3px solid #ffbd0a;
}

.dropdown-area:hover .tp-dropmenu {
    display: block;
}

.tp-dropmenu li:not(:first-of-type) {
    margin-top: 5px;
}

.tp-dropmenu a {
    display: block;
    font-weight: 400;
    font-size: 20px;
    padding: 8px 0;
    color: #000 !important;
}

.mm1 .tp-dropmenu a:hover,
.mm1 .tp-dropmenu li.active a {
    background: #262626 !important;
    color: #fff !important;
}

.mm2 .tp-dropmenu a:hover,
.mm2 .tp-dropmenu li.active a {
    background: #ffbd0a !important;
    color: #fff !important;
}

.nav-quote li {
    float: left;
}

.search-button-2 {
    line-height: 65px;
    padding: 0 23px;
}

.search-button-2 .tp-icon {
    font-size: 22px;
}

.nav-quote .s-quote {
    display: block;
    font-size: 20px;
    padding: 0 15px;
    color: #b0b0b0;
    padding: 0 24px 0 20px !important;
    line-height: 65px;
}

.nav-quote .s-quote span {
    display: inline-block;
    padding-right: 10px;
}


.modal.search-modal {
    overflow: visible;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
}
/* ===========================
     header-middle-main end
============================== */



/* ===============================
     header-middle-second start
================================== */
.logo-area-2 {
    padding-top: 30px;
}

.header-info {
    padding-top: 46px;
    padding-bottom: 26px;
    position: relative;
}

.header-info:not(:last-of-type):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0%;
    background: #eee;
}

.hi-head,
.hi-title {
    font-size: 20px;
    line-height: 25px;
}

.hi-title {
    color: #808080;
}

.header-info .tp-icon {
    display: inline-block;
    padding-right: 14px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.header-info .tp-icon:before {
    font-size: 40px;
    font-weight: bolder;
}

/* ===============================
     header-middle-second start
================================== */



/* ==================
     slider start
==================== */
.slider-h1 {
    font-size: 65px;
}

.slider-text {
    font-size: 24px;
    line-height: 38px;
}

.slider-btn {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 28px;
    position: relative;
    -webkit-transition: all .3s linear !important;
    transition: all .3s linear !important;
}

.slider-btn:hover {
    background: #fff !important;
    color: #ffbd0a !important;
}

.s-btn-1 {
    background: #ffbd0a;
}

.s-btn-2 {
    margin-left: 17px;
}

.s-btn-2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    top: 0;
    left: 0;
}

.slider-item-1,
.slider-item-2 {
    position: relative;
    z-index: 1;
}

.slider-item-1:after,
.slider-item-2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.slider-item-1:after {
    background: rgba(21,20,17,0.88);
    background: -moz-linear-gradient(left, rgba(21,20,17,0.88) 0%, rgba(21,20,17,0.24) 63%, rgba(21,20,17,0.24) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,20,17,0.88)), color-stop(63%, rgba(21,20,17,0.24)), color-stop(100%, rgba(21,20,17,0.24)));
    background: -webkit-linear-gradient(left, rgba(21,20,17,0.88) 0%, rgba(21,20,17,0.24) 63%, rgba(21,20,17,0.24) 100%);
    background: -o-linear-gradient(left, rgba(21,20,17,0.88) 0%, rgba(21,20,17,0.24) 63%, rgba(21,20,17,0.24) 100%);
    background: -ms-linear-gradient(left, rgba(21,20,17,0.88) 0%, rgba(21,20,17,0.24) 63%, rgba(21,20,17,0.24) 100%);
    background: linear-gradient(to right, rgba(21,20,17,0.88) 0%, rgba(21,20,17,0.24) 63%, rgba(21,20,17,0.24) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151411', endColorstr='#151411', GradientType=1 );
}

.slider-item-2:after {
    background: rgba(21,20,17,0.24);
    background: -moz-linear-gradient(left, rgba(21,20,17,0.24) 0%, rgba(21,20,17,0.24) 23%, rgba(21,20,17,0.88) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,20,17,0.24)), color-stop(23%, rgba(21,20,17,0.24)), color-stop(100%, rgba(21,20,17,0.88)));
    background: -webkit-linear-gradient(left, rgba(21,20,17,0.24) 0%, rgba(21,20,17,0.24) 23%, rgba(21,20,17,0.88) 100%);
    background: -o-linear-gradient(left, rgba(21,20,17,0.24) 0%, rgba(21,20,17,0.24) 23%, rgba(21,20,17,0.88) 100%);
    background: -ms-linear-gradient(left, rgba(21,20,17,0.24) 0%, rgba(21,20,17,0.24) 23%, rgba(21,20,17,0.88) 100%);
    background: linear-gradient(to right, rgba(21,20,17,0.24) 0%, rgba(21,20,17,0.24) 23%, rgba(21,20,17,0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151411', endColorstr='#151411', GradientType=1 );
}

.t-index {
    z-index: 9999;
}
/* ==================
      slider end
==================== */



/* ==================
      footer start
==================== */
/*fotter-top start*/
.footer-top {
    padding: 55px 0;
    background: url(../img/bg-lg/04.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footer-top:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffbd0a;
    opacity: .93;
    z-index: -1;
    top: 0;
    left: 0;
}

.subscribe-text,
.subscribe-link {
    display: inline-block;
}

.subscribe-text {
    font-size: 30px;
    line-height: 26px;
}

.subscribe-link {
    float: right;
}

.subscribe-link a {
    font-size: 18px;
    line-height: 26px;
    color: #1d1d1d;
    border-bottom: 2px solid #1d1d1d;
    padding-bottom: 5px;
}
/*fotter-top end*/


/*footer main start*/
.footer-main {
    background: #202020;
    /* padding-top: 80px; */
    /* padding-bottom: 60px; */
    position: relative;
    z-index: 1;
}



.fs-text {
    font-size: 17px;
    line-height: 30px;
    color: #e9e9e9;
    padding-top: 42px;
    padding-bottom: 30px;
}

.footer-social li:not(:last-of-type) {
    margin-right: 7px;
}

.footer-social li a {
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    width: 35px;
    height: 35px;
    background: #373737;
    color: #a2a2a2;
}

.footer-social li a:hover {
    background: #ffbd0a;
    color: #fff;
}

.footer-title {
    font-size: 28px;
    line-height: 25px;
    padding-bottom: 29px;
}

.footer-list {
    padding-left: 50px;
    padding-top: 80px;
}
.footer-news,
.footer-contact {
    padding-top: 80px;
}

.fl-area {
    float: left;
}

.fl-area:first-of-type {
    padding-right: 35px;
}

.fl-area a {
    font-size: 17px;
    line-height: 40px;
    color: #e9e9e9;
}

.fl-area a:hover {
    color: #ffbd0a;
}

.fl-area a .fa {
    font-weight: 300;
    padding-right: 15px;
}

.fn-area:not(:last-of-type) {
    padding-bottom: 22px;
}

.fn-img {
    float: left;
    padding-top: 5px;
}

.fn-img a {
    display: inline-block;
    position: relative;
}

.fn-img a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #262626;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.fn-area:hover .fn-img a:after {
    visibility: visible;
    opacity: .8;
}

.fn-img a .fa {
    font-size: 20px;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.fn-area:hover .fn-img a .fa {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.fn-txt {
    margin-top: -5px;
    width: calc(100% - 90px);
    float: right;
}

.fn-txt a {
    font-size: 17px;
    line-height: 28px;
    color: #e9e9e9;
}

.fn-txt a:hover {
    color: #a6a6a6;
}

.fn-txt p {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}

.fc-area {
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #2c2c2c;
}

.fc-area:first-of-type {
    padding-top: 0;
}

.fc-area:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.fc-area li:last-of-type span {
    color: #e9e9e9;
    font-size: 17px;
    line-height: 28px;
}

.fc-area li {
    float: left;
}

.fc-area li:last-of-type {
    width: calc(100% - 40px);
}

.fc-area li:first-of-type {
    width: 40px;
}

.fc-area .fa {
    font-size: 25px;
    display: block;
    padding-top: 5px;
}
/*footer main end*/


/*footer-bottom start*/
.footer-bottom {
    padding-top: 20px;
    padding-bottom: 18px;
    background: #202020;
    border: 1px solid #282828;
}

.copyright,
.footer-nav a {
    font-size: 17px;
}

.copyright a:hover {
    color: #e9e9e9 !important
}

.footer-nav a {
    display: inline-block;
    margin-right: 17px;
    color: #fff;
    position: relative;
}

.footer-nav li:not(:last-of-type) a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 75%;
    background: #fff;
    left: 110%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-nav li:last-of-type a {
    margin-right: 0;
}

.footer-nav a:hover {
    color: #ffbd0a !important
}
/*footer-bottom end*/
/* ==================
       footer end
==================== */