/* ================================================================= */
/* ========================== RESET START ========================== */
/* === primary reset start === */ 
* {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    overflow-x: hidden !important;
    font-size: 13px;
}
a {
    text-decoration: none;
    outline: 0 !important;
}
a,
.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;
    font-family: 'Signika', sans-serif;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 28px;
}
p {
    margin-bottom: 0;
    font-family: 'Signika', sans-serif;
}
input,
textarea {
    border: 0 ;
    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: #0093d0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0093d0;
    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-family*/
.f1 {
    font-family: 'Signika', sans-serif !important;
}
.f-2nd {
    font-family: 'Open Sans', sans-serif !important;
}
/*font-family end*/

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

.c-2 {
    color: #8fbe32 !important
}

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

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

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

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

.cw {
    color: #fff !important
}

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

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

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

.bg-c-4 {
    background: #222 !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-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-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-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*/
.epd {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.epd-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.epd-x-r {
    padding-right: 0 !important;
}

.epd-x-l {
    padding-left: 0 !important;
}

.epd-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.epd-y-t {
    padding-top: 0 !important;
}

.epd-y-b {
    padding-bottom: 0 !important;
}

.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;
}

.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;
}
/*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: 5px 15px;
    text-align: center;
    background: #0093d0 !important;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: fixed;
    bottom: 20px;
    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 */
.g-txt-1,
.g-txt-2 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1px;
}

.g-txt-1 {
    font-weight: 400;
}

.g-txt-2 {
    font-weight: 300;
}

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

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

/* global buttons start */
.g-btn-prim,
.hvr-bw,
.hvr-gw,
.hvr-tw {
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.g-btn-prim {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    line-height: 5px;
    padding: 20px 40px 20px 40px !important;
    border-bottom-right-radius: 10px;
    color: #fff !important;
    text-transform: uppercase;
}

.hvr-bw {
    color: #fff !important;
    background: #0093d0 !important;
    border: 1px solid #fff !important;
}

.hvr-bw:hover {
    background: #fff !important;
    color: #0093d0 !important;
    border: 1px solid transparent !important;
}

.hvr-gw {
    background: #8fbe32 !important;
}

.hvr-gw:hover {
    background: #0093d0 !important;
    color: #fff;
}

.hvr-tw {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
}

.hvr-tw:hover {
    background: #0093d0 !important;
    border: 1px solid transparent !important;
}
/* global buttons end */

/* global hover effects start */
.hvr-1,
.hvr-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.hvr-1:after {
    background: #BB3C00 !important;
}

.hvr-2:after {
    background: #4b6300 !important;
}

.hvr-1:hover:after,
.hvr-2:hover:after {
    top: 0;
}

.hvr-1:hover,
.hvr-2:hover {
    background-color: transparent !important;
    color: #fff;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.g-hvr:hover {
    background: #fff !important;
    color: #7da500 !important;
}

.g-hvr-2:hover {
    background: #fff !important;
    color: #f26522 !important;
}

.g-hvr-3:hover {
    background: #7da500 !important;
    color: #fff !important;
}

.g-hvr-4:hover {
    background: #f26522 !important;
    color: #fff !important;
}
/* global hover effects end */

/*theme shape start*/
.t-round {
    border-bottom-right-radius: 10px;
}
/*theme shape end*/


/* =================== */
/*  animation classes */
/* ================= */
.anim-1,
.anim-2,
.anim-3,
.anim-4,
.anim-5 {
    -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: 208px;
    background: url(../img/other-pages/01.jpg);
    -webkit-background-size: content-box !important;
    background-size: content-box !important;
    -webkit-background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
    -webkit-background-attachment: fixed !important;
    background-attachment: fixed !important;
    -webkit-background-position: top center !important;
    background-position: top center !important;
    z-index: 1;
}

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

.heading-txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: .2px;
}

.heading-txt > span {
    background: rgba(0,0,0,.2);
    display: inline-block;
    padding: 9px 40px;
}

.heading-txt span {
    font-weight: 300;
}

.list-divider {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}

.op-sp {
    padding-top: 120px;
    padding-bottom: 20px;/* padding-bottom: 112px; */
}
/* ============================================ */
/* =========== 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: #0093d6 !important;
    z-index: 1;
    border: 1px dashed #0093d6 !important;
}

.btn-preview:hover,
.btn-preview:focus {
    color: #fff !important;
    border: 1px dashed #0093d6 !important;
}

.btn-preview:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0093d6;
    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 =========================== */
/* ================================================================= */