/*--------------------------------------------------------------
1. GENERAL
---------------------------------------------------------------*/

body,
html {
    -moz-osx-font-smoothing: grayscale;
}

/*scrollbar theme*/

::-webkit-scrollbar {
  width: 12px;
}

 ::-webkit-scrollbar-track {
	background: #d8d8da;
	cursor: pointer;
}

 ::-webkit-scrollbar-thumb:hover {
	background: #FF403E;
}

 ::-webkit-scrollbar-thumb {
	background: #808080;
    border-radius: 50px;}

body {
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3f3f3f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

@font-face {
    font-family: StardustAdventure;
    src: url(..//fonts/StardustAdventure.ttf);
}

a {
    color: #6f6f6f;
    outline: 0 none;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}

a:active,
a:hover {
    color: #333333;
}

p a {
    color: #333333;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

hr {
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

address {
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
}

table thead th {
    color: #333;
}

table td {
    padding: 15px 10px;
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}

 ::selection {
    color: #000;
    background: #dbdbdb;
}

 ::-moz-selection {
    color: #000;
    background: #dbdbdb;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.clear {
    clear: both;
}

.pull-none {
    float: none;
}

::-moz-selection {
    background: #3396d1;
    color: #fff;
}

::selection {
    background: #3396d1;
    color: #fff;
}

.op {
    font-family: 'Open Sans', sans-serif;
}

.dis-block {
    display: block;
    width: 100%;
}


/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2d2e;
    font-family: 'Poppins', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2b2d2e;
}

h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}


/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
    line-height: 24px;
    margin-bottom: 24px;
}

.bg-primary a:hover {
    color: #fff;
}


/*text align*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify
}


/*text vertical align*/

.v-align-t {
    vertical-align: top;
}

.v-align-m {
    vertical-align: middle;
}

.v-align-b {
    vertical-align: bottom;
}


/*text no line brack*/

.text-nowrap {
    white-space: nowrap
}


/*text transform*/

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}


/*text size*/

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
    line-height: 40px;
}

.font-35 {
    font-size: 35px;
    line-height: 45px;
}

.font-40 {
    font-size: 40px;
    line-height: 50px;
}

.font-45 {
    font-size: 45px;
    line-height: 55px;
}

.font-50 {
    font-size: 50px;
    line-height: 65px;
}

.font-55 {
    font-size: 55px;
    line-height: 65px;
}

.font-60 {
    font-size: 60px;
    line-height: 70px;
}

.font-70 {
    font-size: 70px;
    line-height: 80px;
}

.font-75 {
    font-size: 75px;
    line-height: 85px;
}

.font-80 {
    font-size: 80px;
    line-height: 90px;
}

.font-90 {
    font-size: 90px;
    line-height: 100px;
}

.font-100 {
    font-size: 100px;
    line-height: 110px;
}


/*text weight*/

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}


/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/

dl,
ul,
ol {
    list-style-position: outside;
}

ul,
ol {
    margin-bottom: 24px;
}

ul li,
ol li {
    padding: 0;
}

dl {
    margin-left: 0;
    margin-bottom: 30px;
}

dl dd {
    margin-bottom: 10px;
}

.list-inline>li {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}


/*---------------------------------------------------------------
5. BOX SPACING (inner & outer)
	>padding
	>marging
---------------------------------------------------------------*/


/*== >padding (around) ======*/

.p-a0 {
    padding: 0;
}

.p-a5 {
    padding: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-a40 {
    padding: 40px;
}

.p-a50 {
    padding: 50px;
}

.p-a60 {
    padding: 60px;
}

.p-a70 {
    padding: 70px;
}

.p-a80 {
    padding: 80px;
}

.p-a90 {
    padding: 90px;
}

.p-a100 {
    padding: 100px;
}


/*== >Padding (top) ==*/

.p-t0 {
    padding-top: 0;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t80 {
    padding-top: 80px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t100 {
    padding-top: 100px;
}


/*== >Padding (bottom) ==*/

.p-b0 {
    padding-bottom: 0;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b100 {
    padding-bottom: 100px;
}


/*== >Padding (left) ==*/

.p-l0 {
    padding-left: 0;
}

.p-l5 {
    padding-left: 5px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l15 {
    padding-left: 15px;
}

.p-l20 {
    padding-left: 20px;
}

.p-l30 {
    padding-left: 30px;
}

.p-l40 {
    padding-left: 40px;
}

.p-l50 {
    padding-left: 50px;
}

.p-l60 {
    padding-left: 60px;
}

.p-l70 {
    padding-left: 70px;
}

.p-l80 {
    padding-left: 80px;
}

.p-l90 {
    padding-left: 90px;
}

.p-l100 {
    padding-left: 100px;
}


/*== >Padding (right) ==*/

.p-r0 {
    padding-right: 0;
}

.p-r5 {
    padding-right: 5px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r15 {
    padding-right: 15px;
}

.p-r20 {
    padding-right: 20px;
}

.p-r30 {
    padding-right: 30px;
}

.p-r40 {
    padding-right: 40px;
}

.p-r50 {
    padding-right: 50px;
}

.p-r60 {
    padding-right: 60px;
}

.p-r70 {
    padding-right: 70px;
}

.p-r80 {
    padding-right: 80px;
}

.p-r90 {
    padding-right: 90px;
}

.p-r100 {
    padding-right: 100px;
}


/*== >Padding (left right) ==*/

.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}


/*== >Padding (top bottom) ==*/

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}


/*== >margin (around) ======*/

.m-auto {
    margin: auto;
}

.m-a0 {
    margin: 0;
}

.m-a5 {
    margin: 5px;
}

.m-a10 {
    margin: 10px;
}

.m-a15 {
    margin: 15px;
}

.m-a20 {
    margin: 20px;
}

.m-a30 {
    margin: 30px;
}

.m-a40 {
    margin: 40px;
}

.m-a50 {
    margin: 50px;
}

.m-a60 {
    margin: 60px;
}

.m-a70 {
    margin: 70px;
}

.m-a80 {
    margin: 80px;
}

.m-a90 {
    margin: 90px;
}

.m-a100 {
    margin: 100px;
}


/*== >marging (top) ==*/

.m-t0 {
    margin-top: 0;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t100 {
    margin-top: 100px;
}


/*== >marging (bottom) ==*/

.m-b0 {
    margin-bottom: 0;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b100 {
    margin-bottom: 100px;
}


/*== >marging (left) ==*/

.m-l0 {
    margin-left: 0;
}

.m-l5 {
    margin-left: 5px;
}

.m-l10 {
    margin-left: 10px;
}

.m-l15 {
    margin-left: 15px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l30 {
    margin-left: 30px;
}

.m-l40 {
    margin-left: 40px;
}

.m-l50 {
    margin-left: 50px;
}

.m-l60 {
    margin-left: 60px;
}

.m-l70 {
    margin-left: 70px;
}

.m-l80 {
    margin-left: 80px;
}

.m-l90 {
    margin-left: 90px;
}

.m-l100 {
    margin-left: 100px;
}


/*== >marging (right) ==*/

.m-r0 {
    margin-right: 0;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-right: 10px;
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r30 {
    margin-right: 30px;
}

.m-r40 {
    margin-right: 40px;
}

.m-r50 {
    margin-right: 50px;
}

.m-r60 {
    margin-right: 60px;
}

.m-r70 {
    margin-right: 70px;
}

.m-r80 {
    margin-right: 80px;
}

.m-r90 {
    margin-right: 90px;
}

.m-r100 {
    margin-right: 100px;
}


/*== >marging (left right) ==*/

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}


/*== >marging (top bottom) ==*/

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}


/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}


/*---------------------------------------------------------------
6. BOX MAX-WIDTH CSS
---------------------------------------------------------------*/

.max-w50 {
    max-width: 50px;
}

.max-w60 {
    max-width: 60px;
}

.max-w80 {
    max-width: 80px;
}

.max-w100 {
    max-width: 100px;
}

.max-w200 {
    max-width: 200px;
}

.max-w300 {
    max-width: 300px;
}

.max-w400 {
    max-width: 400px;
}

.max-w500 {
    max-width: 500px;
}

.max-w600 {
    max-width: 600px;
}

.max-w700 {
    max-width: 700px;
}

.max-w800 {
    max-width: 800px;
}

.max-w900 {
    max-width: 900px;
}

.max-w1000 {
    max-width: 1000px;
}


/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.z-index3 {
    z-index: 3;
}

.z-index4 {
    z-index: 4;
}

.z-index5 {
    z-index: 5;
}

.z-index6 {
    z-index: 6;
}

.z-index7 {
    z-index: 7;
}

.z-index8 {
    z-index: 8;
}

.z-index9 {
    z-index: 9;
}

.z-index10 {
    z-index: 10;
}

.z-index100 {
    z-index: 100;
}

.z-index999 {
    z-index: 999;
}


/*---------------------------------------------------------------
8. COLOR (text & background)
	>text color
	>background color
---------------------------------------------------------------*/


/*=== >text color ===*/

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #f5f6f6;
}

.text-gray-dark {
    color: #d3d3d3;
}

.text-red {
    color: #FF4045;
}

.text-yellow {
    color: #ffb822;
}

.text-yellow-light {
    color: #FEC215;
}

.text-pink {
    color: #ff009a;
}

.text-blue {
    color: #00c5dc;
}

.text-green {
    color: #34bfa3;
}

.text-orange {
    color: #ef9800;
}


/*=== >background color ===*/

.bg-transparent {
    background-color: transparent;
}

.bg-light {
    background-color: #f8f9fa;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

.bg-black-light {
    background-color: #1C1C1C;
}

.bg-gray {
    background-color: #F7F9FB;
}

.bg-gray-dark {
    background-color: #d3d3d3;
}

.bg-red {
    background-color: #FF4045;
}

.bg-green {
    background-color: #6dce63;
}

.bg-yellow {
    background-color: #ffb822;
}

.bg-pink {
    background-color: #ff52ed;
}

.bg-blue {
    background-color: #68bde5;
}

.bg-orange {
    background-color: #ffa63d;
}


/* bg transperent */

.bg-tpw1 {
    background-color: rgba(255, 255, 255, 0.1)
}

.bg-tpw2 {
    background-color: rgba(255, 255, 255, 0.2)
}

.bg-tpw3 {
    background-color: rgba(255, 255, 255, 0.3)
}

.bg-tpw4 {
    background-color: rgba(255, 255, 255, 0.4)
}

.bg-tpw5 {
    background-color: rgba(255, 255, 255, 0.5)
}

.bg-tpw6 {
    background-color: rgba(255, 255, 255, 0.6)
}

.bg-tpw7 {
    background-color: rgba(255, 255, 255, 0.7)
}

.bg-tpw8 {
    background-color: rgba(255, 255, 255, 0.8)
}

.bg-tpw9 {
    background-color: rgba(255, 255, 255, 0.9)
}


/* Tb Black */

.bg-tpb1 {
    background-color: rgba(0, 0, 0, 0.05)
}

.bg-tpb2 {
    background-color: rgba(0, 0, 0, 0.2)
}

.bg-tpb3 {
    background-color: rgba(0, 0, 0, 0.3)
}

.bg-tpb4 {
    background-color: rgba(0, 0, 0, 0.4)
}

.bg-tpb5 {
    background-color: rgba(0, 0, 0, 0.5)
}

.bg-tpb6 {
    background-color: rgba(0, 0, 0, 0.6)
}

.bg-tpb7 {
    background-color: rgba(0, 0, 0, 0.7)
}

.bg-tpb8 {
    background-color: rgba(0, 0, 0, 0.8)
}

.bg-tpb9 {
    background-color: rgba(0, 0, 0, 0.9)
}


/*=== >background image ===*/

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}

.dlab-bnr-inr.bg-pt,
.bg-pt {
    background-position: top;
    background-size: cover;
}

.dlab-bnr-inr.bg-pb,
.bg-pb {
    background-position: bottom;
    background-size: cover;
}

.dlab-bnr-bx {
    z-index: 1;
    position: relative;
}

.dlab-bnr-bx {
    z-index: 1;
    position: relative;
}


/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/

.dlab-img-overlay1,
.dlab-img-overlay2,
.dlab-img-overlay3,
.dlab-img-overlay4,
.dlab-img-overlay5,
.dlab-img-overlay6,
.dlab-img-overlay7,
.dlab-img-overlay8,
.dlab-img-overlay9,
.dlab-img-overlay11,
.dlab-img-overlay12 {
    position: relative;
}

.dlab-img-overlay1:before,
.dlab-img-overlay1:after,
.dlab-img-overlay2:before,
.dlab-img-overlay2:after,
.dlab-img-overlay3:before,
.dlab-img-overlay3:after,
.dlab-img-overlay4:before,
.dlab-img-overlay4:after,
.dlab-img-overlay5:before,
.dlab-img-overlay5:after,
.dlab-img-overlay6:before,
.dlab-img-overlay6:after,
.dlab-img-overlay7:before,
.dlab-img-overlay7:after,
.dlab-img-overlay8:before,
.dlab-img-overlay8:after,
.dlab-img-overlay9:before,
.dlab-img-overlay9:after,
.dlab-img-overlay11:before,
.dlab-img-overlay11:after,
.dlab-img-overlay12:before,
.dlab-img-overlay12:after {
    content: "";
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


/*effect 1*/

.dlab-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dlab-img-overlay1:hover:before,
.dlab-box:hover .dlab-img-overlay1:before {
    opacity: 0.8;
}


/*effect 2*/

.dlab-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.dlab-img-overlay2.on:before {
    opacity: 1;
}

.dlab-img-overlay2:hover:before,
.dlab-box:hover .dlab-img-overlay2:before {
    opacity: 0.9;
}


/*effect 3*/

.dlab-img-overlay3:before {
    left: 50%;
    top: 50%;
}

.dlab-img-overlay3:hover:before,
.dlab-box:hover .dlab-img-overlay3:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*effect 4*/

.dlab-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%;
}

.dlab-img-overlay4:hover:before,
.dlab-box:hover .dlab-img-overlay4:before {
    width: 100%;
    left: 0;
}


/*effect 5*/

.dlab-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%;
}

.dlab-img-overlay5:hover:before,
.dlab-box:hover .dlab-img-overlay5:before {
    height: 100%;
    top: 0;
}


/*effect 6*/

.dlab-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}

.dlab-img-overlay6:hover:before,
.dlab-box:hover .dlab-img-overlay6:before {
    height: 100%;
}


/*effect 7*/

.dlab-img-overlay7:before,
.dlab-img-overlay7:after {
    height: 100%;
}

.dlab-img-overlay7:after {
    left: auto;
    right: 0;
}

.dlab-img-overlay7:hover:before,
.dlab-img-overlay7:hover:after,
.dlab-box:hover .dlab-img-overlay7:before,
.dlab-box:hover .dlab-img-overlay7:after {
    width: 50%;
}


/*effect 8*/

.dlab-img-overlay8:before,
.dlab-img-overlay8:after {
    height: 100%;
}

.dlab-img-overlay8:after {
    left: auto;
    right: 0;
}

.dlab-img-overlay8:hover:before,
.dlab-img-overlay8:hover:after,
.dlab-box:hover .dlab-img-overlay8:before,
.dlab-box:hover .dlab-img-overlay8:after {
    width: 100%;
    opacity: 0.3;
}


/*effect 9*/

.dlab-img-overlay9:before,
.dlab-img-overlay9:after {}

.dlab-img-overlay9:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.dlab-img-overlay9:hover:before,
.dlab-img-overlay9:hover:after,
.dlab-box:hover .dlab-img-overlay9:before,
.dlab-box:hover .dlab-img-overlay9:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}


/*effect 10*/

.dlab-img-overlay10:before,
.dlab-img-overlay10:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dlab-img-overlay10:hover:before,
.dlab-box:hover .dlab-img-overlay10:before {
    opacity: 0.5;
}

.dlab-img-overlay10:hover:after,
.dlab-box:hover .dlab-img-overlay10:after {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    opacity: 0.5;
    background: none;
    border: 1px dashed #FFFFFF;
}

.dlab-img-overlay11:hover:after,
.dlab-box:hover .dlab-img-overlay11:after {
    height: 95%;
    opacity: 1;
    right: 7.5%;
    top: 2.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 85%;
}

.dlab-img-overlay11:hover:before,
.dlab-box:hover .dlab-img-overlay11:before {
    height: 85%;
    left: 2.5%;
    opacity: 1;
    top: 7.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 95%;
}

.dlab-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%;
}

.dlab-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%;
}

.dlab-img-overlay11 {
    background-color: #000 !important;
}

.dlab-img-overlay11:hover img {
    opacity: 0.7 !important
}


/* overlay-12 */

.dlab-img-overlay12:hover:after,
.dlab-box:hover .dlab-img-overlay12:after {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.dlab-img-overlay12:after {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    width: 100%;
    height: 100%;
}

.dlab-img-overlay12.left:hover:after,
.dlab-box:hover .dlab-img-overlay12.left:after {
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.dlab-img-overlay12.left:after {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
}

.dlab-img-overlay12:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dlab-img-overlay12:hover:before,
.dlab-box:hover .dlab-img-overlay12:before {
    opacity: 0.4;
}


/* Overlay Gradient */


/*---------------------------------------------------------------
10. IMAGES EFFECTS (image animation in images)
	 >image-opacity
	 >image-zoom
	 >image-zoom-slow
	 >image-shrink
	 >image-side-pan
	 >image-vertical-pan
	 >image-fade-in
	 >image-fade-out 
	 >image-rotate
	 >image-sepia
	 >image-blurr
	 >image-blurr-invert
	 >image off color
	 >image on color
---------------------------------------------------------------*/

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}

.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}


/* >image-opacity */

.dlab-img-effect.opacity img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}


/* >image-zoom */

.dlab-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}

.dlab-img-effect.zoom-slow:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* >image-zoom-slow */

.dlab-img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}


/* >image-shrink */

.dlab-img-effect.shrink:hover img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}


/* >image-side-pan */

.dlab-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}


/* >image-vertical-pan */

.dlab-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}


/* >image-fade-in */

.dlab-img-effect.fade-in {
    background: #000
}

.dlab-img-effect.fade-in img {
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
}

.dlab-img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}


/* >image-fade-out */

.dlab-img-effect.fade-out {
    background: #000
}

.dlab-img-effect.fade-out:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}


/* >image-rotate */

.dlab-box:hover .dlab-img-effect.rotate img,
.dlab-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}


/* >image-sepia */

.dlab-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}


/* >image-blurr */

.dlab-img-effect.blurr img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.dlab-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}


/* >image-blurr-invert */

.dlab-img-effect.blurr-invert img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.dlab-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.dlab-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}


/* >image off color */

.dlab-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.dlab-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}


/* >image on color */

.dlab-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.dlab-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}


/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/


/* info box show */

.dlab-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px 40px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}

.dlab-info-has.p-a15 {
    padding: 15px;
}

.dlab-info-has.p-a20 {
    padding: 20px;
}

.dlab-info-has.bg-primary {
    background-color: rgba(27, 188, 232, 0.9);
}

.dlab-info-has.bg-green {
    background-color: rgba(106, 179, 62, 0.9);
}

.dlab-info-has.bg-black {
    background-color: rgba(0, 0, 0, 0.6);
}

.dlab-info-has.bg-white {
    background-color: rgba(255, 255, 255, 0.8);
}

.dlab-info-has.bg-white h1,
.dlab-info-has.bg-white h2,
.dlab-info-has.bg-white h3,
.dlab-info-has.bg-white h4,
.dlab-info-has.bg-white h5,
.dlab-info-has.bg-white h6 {
    color: #3d474a;
}

.dlab-info-has.bg-white h1 a,
.dlab-info-has.bg-white h2 a,
.dlab-info-has.bg-white h3 a,
.dlab-info-has.bg-white h4 a,
.dlab-info-has.bg-white h5 a,
.dlab-info-has.bg-white h6 a {
    color: #3d474a;
}

.dlab-info-has.bg-white .dlab-info-has-text,
.dlab-info-has.bg-white p {
    color: #767676;
}

.dlab-info-has h1,
.dlab-info-has h2,
.dlab-info-has h3,
.dlab-info-has h4,
.dlab-info-has h5,
.dlab-info-has h6,
.dlab-info-has p,
.dlab-info-has-text,
.dlab-info-has a {
    color: #fff;
}

.dlab-info-has .dlab-info-has-text {
    margin-bottom: 20px;
    line-height: 24px;
}

.dlab-media {
    overflow: hidden;
    position: relative;
}

.dlab-box:hover .dlab-info-has,
.dlab-media:hover .dlab-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}


/* without hover */

.overlay-bx.no-hover,
.dlab-info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
    visibility: visible;
}


/* Skew */

.dlab-info-has.skew-has {
    border-top: 4px solid #2D3239;
    padding: 30px 40px 60px;
    -moz-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: -35px;
}

.dlab-info-has.skew-has>* {
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
}


/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/

label {
    font-weight: 500;
    margin-bottom: 10px;
}

.panel-default,
.panel-default>.panel-heading {
    border-color: #e7ecf1;
    color: inherit;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e7ecf1;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    height: 50px;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #000;
}

.input-group .select-group,
.input-group .form-control {
    margin-right: 10px;
}

.form-control:focus {
    border-color: #e1e1e1;
    outline: 0;
}

.form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.kv-fileinput-caption {
    height: 39px;
}

.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
    margin-right: 15px;
}


/*input group*/

.input-group {
    width: 100%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group-addon {
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
}

.input-group-addon.font-size-20 {
    font-size: 20px;
}

.input-group-addon.fixed-w {
    text-align: center;
    padding: 6px 0;
    width: 40px;
}

.input-group-addon.v-align-t {
    line-height: 30px;
}


/*select box*/

.dropdown-menu {
    font-size: 13px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #e7ecf1;
    background-color: #fff;
    height: 40px;
    font-size: 13px;
    color: #999;
}

.bootstrap-select .dropdown-toggle:after {
    display: none;
}

.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    outline: 0px !important;
}

.bootstrap-select:active,
.bootstrap-select:focus {
    border: 0px;
    box-shadow: none;
    outline: 0px;
}

.bootstrap-select.show {
    box-shadow: none;
    outline: 0px;
}

.bootstrap-select.show .dropdown-toggle {
    box-shadow: none;
    outline: 0px !important;
}

.bootstrap-select.show.btn-group .dropdown-menu.inner {
    display: block;
}

.bootstrap-select div.dropdown-menu {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 0;
    font-size: 13px;
}

.bootstrap-select div.dropdown-menu ul li {
    padding: 0;
}

.bootstrap-select div.dropdown-menu ul li a {
    padding: 5px 15px;
}

.bootstrap-select div.dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px;
}

.bootstrap-select .bs-searchbox .form-control {
    padding: 5px 10px;
    height: 30px;
}

.bootstrap-select .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background-color: #f2f2f4;
}

.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
    position: absolute;
    left: 0;
    bottom: 0;
}


/*touchspin input type number*/

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 9px;
    margin-left: -1px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background: #FFF;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 9px;
    font-weight: normal;
    color: #9fa0a1;
}


/*rating star*/

.input-rating input[type=radio] {
    display: none;
}

.input-rating input[type=radio]+label {
    display: inline-block;
    margin-left: -4px;
    padding-left: 0px !important;
    padding-right: 0px;
    width: 24px;
}

.input-rating input[type=radio]+label:first-of-type {
    margin-left: 0px;
}

.input-rating input[type=radio]+label:before {
    background-color: transparent;
    border: none;
    color: #ffd925;
    content: "\f006";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    height: 14px;
    line-height: 1;
    margin-left: 0px;
    position: static;
    text-align: center;
    top: 2px;
    transition: none;
    width: 14px;
}

.input-rating input[type=radio]:checked+label:before,
.input-rating input[type=radio]+label.marked:before,
.input-rating input[type=radio]+label.filled:before,
.input-rating input[type=radio]+label.hovered.filled:before {
    content: "\f005";
}

.input-rating input[type=radio]+label.hovered:before {
    content: "\f006";
}


/*simple rating list*/

.rating-bx {
    color: #ffc300;
    font-size: 14px;
}

.rating-bx i {
    margin: 0 2px;
}

.rating-container .rating-stars::before {
    text-shadow: none;
}

.rating-container {
    color: #c8c8c8;
}

.rating-container .rating-stars {
    color: #3396d1;
}


/*validation symbol*/

.has-feedback label~.form-control-feedback {
    top: 31px;
}

.dlab-banner-outer {
    margin-bottom: 0;
}

.dlab-success-top,
.dlab-error-top {
    margin-bottom: 0;
}

.alert-bx.alert-info {
    padding: 15px;
    border: 1px solid #bce8f1;
}


/*---------------------------------------------------------------
13. WP DEFAULT
---------------------------------------------------------------*/

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 0 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}

.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}

.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

blockquote {
    padding: 25px 20px 25px 100px;
    font-size: 20px;
    color: #fff;
    margin: 20px 0;
    line-height: 32px;
    position: relative;
    clear: both;
    text-align: left;
    background: #3d56f0;
    border-radius: 15px;
    z-index: 1;
}

blockquote p {
    font-size: 24px;
    line-height: 34px;
    color: #2b2d2e;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    font-family: Open Sans;
    font-style: italic;
}

blockquote cite {
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-align: left;
}

blockquote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    color: #ffed2b !important;
    font-size: 50px;
    position: absolute;
    left: 30px;
    top: 40px;
    font-style: normal;
    z-index: -1;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/*---------------------------------------------------------------
14. HEADER (top part of page)
---------------------------------------------------------------*/

.site-header {
    position: relative;
    z-index: 99999;
}

.site-header ul,
.site-header ol {
    margin-bottom: 0;
}


/*without top bar*/

.extra-nav {
    float: right;
    padding: 5px 0;
    position: relative;
    z-index: 9;
}

.extra-nav .btn-link {
    font-size: 15px;
}

.extra-nav .extra-cell {
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}

.new-page {
    padding: 2px 5px;
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px;
}

.new-page.menu-new {
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 3px 4px;
    line-height: 10px;
}

@media only screen and (max-width: 1200px) {
    .new-page.menu-new {
        display: none;
    }
}


/* map page header*/

#header-part.fix-map-header {
    height: 90px;
}

#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}


/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/

.top-bar {
    background-color: var(--bg-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
    padding: 11px 0;
}

.dlab-topbar-left {
    float: left;
}

.dlab-topbar-right {
    float: right;
}

.dlab-topbar-center,
.dlab-topbar-left,
.dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

.dlab-topbar-left ul,
.dlab-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dlab-topbar-left ul li,
.dlab-topbar-right ul li {
    display: inline-block;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 700;
}

.dlab-topbar-left ul li {
    padding-right: 15px;
}

.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a {
    color: #444444;
}

.topbar-social li a {
    padding: 0 6px;
}

@media only screen and (max-width: 991px) {
    .dlab-topbar-left,
    .dlab-topbar-right {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
    .top-bar {
        padding: 5px 0;
    }
    .dlab-topbar-center,
    .dlab-topbar-left,
    .dlab-topbar-right {
        display: black;
        width: 100%;
        text-align: center;
        padding: 3px 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .dlab-topbar-left ul li {
        padding: 0 5px;
    }
}


/*=== >social-links (right) ===*/

.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right;
}

.social-bx li,
.login-bx li {
    font-size: 12px;
    margin: 0;
    position: relative;
}

.social-bx li {
    padding-left: 1px;
    padding-right: 1px;
}

.social-bx li a,
.login-bx li a {
    color: #ffffff;
}

.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px;
}

.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0;
}

.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7;
}

.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px;
}


/*---------------------------------------------------------------
16. LOGO ( company identify  symbol )
---------------------------------------------------------------*/


/*=== >logo for header ===*/

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 140px;
    height: 80px;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: 60px;
}

.logo-header>a,
.logo-footer>a {
    display: table-cell;
    vertical-align: middle;
}

.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.logo-header img,
.logo-footer img {
    position: absolute;
    width: 75%;
}

.header-logo2 img {
    width: 65%;
}

.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}


/*= When header is sticky =*/

.is-fixed .logo-header {
    height: 55px;
    width: 120px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/*= Set width for mobile  =*/

@media only screen and (max-width: 767px) {
    .logo-header,
    .is-fixed .logo-header {
        width: 110px;
        max-width: 110px;
        height: 50px;
    }
    .is-fixed .logo-header img {
        vertical-align: middle;
        width: 50%;
    }
    .site-header .navbar-toggler,
    .site-header .is-fixed .navbar-toggler {
        margin: 22px 0 14px 15px;
    }
    .site-header .extra-nav,
    .site-header .is-fixed .extra-nav {
        padding: 14px 0;
    }
}


/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/

.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}


/*---------------------------------------------------------------
18. NAVIGATIONS
	>mena-menu
	>mobile-menu
	>footer-menu
---------------------------------------------------------------*/


/*== >mena-menu ==*/

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 20px 15px;
    padding: 0;
}

.navbar-toggler span {
    background: #000;
}

.is-fixed .navbar-toggler {
    margin: 24px 0 20px 15px;
}

.header-nav {
    position: relative;
    padding: 0;
}

.header-nav .logo-header {
    display: none;
}

.header-nav .nav {
    float: right;
}

.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

.header-nav .nav>li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.header-nav .nav>li>a {
    border-radius: 0px;
    color: #2b2d2e;
    font-size: 14px;
    padding: 30px 10px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.header-nav .nav>li:hover>a {
    background: #ff00992c;
    transition: all ease-in-out 0.2s;
}

.header-nav .nav .active {
    border-bottom: 1px solid #ff009a;
    background: #ff00992c;
}

.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: #EFBB20;
}

.header-nav .nav>li:hover>a {
    color: #EFBB20;
}

.header-nav .nav>li:hover>.sub-menu,
.header-nav .nav>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.header-nav .nav>li>.sub-menu,
.header-nav .nav>li>.mega-menu {
    box-shadow: 0px 0px 40px 0 rgba(0, 16, 147, 0.15);
}

.header-nav .nav>li>.mega-menu {
    border-radius: 10px;
    overflow: hidden;
}

.header-nav .nav>li .sub-menu {
    background-color: #ffffff;
    border: 3px solid var(--bg-color-sc);
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 5px;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 10;
    border-radius: 0 20px 20px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    -moz-transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
}

.header-nav .nav>li .sub-menu li {
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}

.header-nav .nav>li .sub-menu li a {
    color: #000;
    ;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}

.header-nav .nav>li .sub-menu li a:hover {
    color: #EFBB20;
    text-decoration: none;
}

.header-nav .nav>li .sub-menu li:hover>a {
    color: #EFBB20;
}

.header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-nav .nav>li .sub-menu li>.sub-menu.left,
.header-nav .nav>li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 250px;
}

.header-nav .nav>li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: 1;
}

.header-nav .nav>li .sub-menu li .fa.fa-nav {
    color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}

.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 251px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 251px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
    box-shadow: 0px 0px 40px 0 rgba(0, 16, 147, 0.10)
}

.header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-nav .nav>li.has-mega-menu {
    position: inherit;
}

.header-nav .nav>li .mega-menu {
    background-color: #ffffff;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
    z-index: 9;
}

.header-nav .nav>li .mega-menu>li {
    display: table-cell;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}

.header-nav .nav>li .mega-menu>li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}

.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none;
}

.header-nav .nav>li .mega-menu>li>a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
}

.header-nav .nav>li .mega-menu>li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

.header-nav .nav>li .mega-menu>li ul a {
    color: #505050;
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 20px;
    font-weight: 500;
}

.header-nav .nav>li .mega-menu>li ul a:hover {
    color: #EFBB20;
}

.header-nav .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

.header-nav .nav>li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "FontAwesome";
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}

@media only screen and (max-width: 1200px) {
    .header-nav .nav>li>a {
        padding: 30px 8px;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu {
        border: 0;
    }
    .header-nav .nav>li .mega-menu>li {
        padding: 10px 0;
    }
    .header-nav .nav>li .sub-menu,
    .header-nav .nav>li .mega-menu {
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .site-header.center .logo-header img {
        height: 60px;
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 991px) {
    header .logo {
        display: block;
        padding: 4px 0;
    }
    .header-nav .nav i {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-nav .nav {
        float: none;
        margin: 0;
        width: 100%;
        display: block;
        height: auto;
    }
    .header-nav .nav li {
        float: none;
        display: block;
        width: 100%;
    }
    .header-nav .nav>li .sub-menu>li,
    .header-nav .nav>li .mega-menu>li {
        float: none;
        display: block;
        width: auto;
    }
    .header-nav .nav>li>a {
        padding: 10px 20px;
        display: block;
        color: #000;
    }
    .header-nav .nav i {
        float: right;
    }
    .header-nav .nav>li>a:hover,
    .header-nav .nav>li>a:active,
    .header-nav .nav>li>a:focus {
        background-color: transparent;
        text-decoration: none;
        color: #ff009a;
    }
    .header-nav .nav>li .mega-menu>li:after {
        display: none;
    }
    .header-nav .nav>li ul,
    .header-nav .nav>li .sub-menu,
    .header-nav .nav>li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
    }
    .header-nav .nav>li ul.mega-menu ul {
        display: none;
    }
    .header-nav .nav>li:hover>ul,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .header-nav .nav>li ul.mega-menu li:hover ul {
        display: block;
    }
    /* Mobile Responsive */
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
        content: "\f078";
    }
    .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
    .nav.navbar-nav li.open a i.fa-chevron-down:before {
        content: "\f054";
    }
    .header-nav .nav>li .sub-menu li i.fa-angle-right:before {
        content: "\f078";
        font-size: 10px;
    }
    .header-nav .nav>li .sub-menu li.open i.fa-angle-right:before {
        content: "\f054";
    }
    .header-nav .nav>li .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
    .header-nav .nav li .sub-menu .sub-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
    .header-nav .nav>li.open>.sub-menu .sub-menu {
        display: none;
    }
    .header-nav .nav>li.open>.sub-menu li.open .sub-menu,
    .header-nav .nav>li.open>.mega-menu,
    .header-nav .nav>li.open>.sub-menu,
    .header-nav .nav>li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    .header-nav .nav>li .sub-menu li .fa {
        position: unset;
        margin-top: 0;
    }
    .header-nav .nav>li .mega-menu>li {
        padding: 0;
    }
    .header-nav .nav>li .mega-menu>li>a {
        display: none;
    }
    .header-nav .nav .mega-menu a i {
        display: inline-block;
        float: none;
        margin-top: 0;
    }
    .header-nav .nav .open>a,
    .header-nav .nav .open>a:focus,
    .header-nav .nav .open>a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }
}


/*= when header is sticky =*/

.sticky-no .main-bar {
    position: static !important;
}


/*= when header is sticky =*/

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.is-fixed .header-nav .nav>li>a {
    padding: 18px 12px;
}

.is-fixed .extra-nav {
    padding: 6px 0;
}

@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav>li>a {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        height: 225px;
    }
    .is-fixed .header-nav .nav>li>a {
        padding: 10px 20px;
    }
    .is-fixed#header-part .navbar-toggler {
        margin: 15px 0;
    }
}


/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto;
}


/*= Header style designs strat =*/


/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav>li>a {
    color: #fff;
}

[class*="bg-"] .header-nav .nav>li.active>a,
[class*="bg-"] .header-nav .nav>li.current-menu-item>a {
    color: #fff;
}

[class*="bg-"] .header-nav .nav>li>a:hover,
[class*="bg-"] .header-nav .nav>li:hover>a {
    color: #fff;
}

[class*="bg-"] .navbar-toggler {
    border-color: #fff;
}

[class*="bg-"] .navbar-toggler span {
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav>li>a {
        color: #555;
    }
}


/*header style 1 (default) */


/* Header Transparent  */

.header-transparent {
    position: absolute;
    width: 100%;
}

.header-transparent .main-bar {
    background-color: rgba(0, 0, 0, 0);
}

.header-transparent .header-nav .nav>li>a {
    color: #fff;
}

.header-transparent .header-nav .nav>li>a,
.header-transparent .extra-nav .btn-link,
.header-transparent .navbar-toggler {
    color: #fff;
}

.header-transparent .navbar-toggler span {
    background-color: #000;
}

.header-transparent .is-fixed .main-bar {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
}

.header-transparent .top-bar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}


/* Overlay */

.header-transparent.overlay .top-bar,
.header-transparent.overlay .main-bar {
    background-color: rgba(0, 0, 0, 0.5);
}


/* Header Full Width */

.fullwidth .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.header-transparent .is-fixed .navbar-toggler {
    margin-top: 50px;
}

.header-transparent .is-fixed .navbar-toggler span {
    background-color: #000;
}

@media only screen and (max-width: 767px) {
    .fullwidth .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* One Page Nav */

.onepage .navbar {
    margin-bottom: 0;
    border: 0;
}

@media only screen and (max-width: 991px) {
    .header-transparent .header-nav .nav>li>a {
        color: #000;
    }
}


/* Responsive CSS End */


/* ================== Header Style 5 End ================== */


/*---------------------------------------------------------------
19. BANNER
---------------------------------------------------------------*/

.dlab-banner-row,
.dlab-banner-outer {
    position: relative;
}

.dlab-bnr-pic {
    width: 100%;
    overflow: hidden;
}

.dlab-bnr-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.dlab-bnr-text {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    margin: 0;
    color: #FFFFFF;
}

.dlab-bnr-text-has {
    max-width: 600px;
}

.dlab-bnr-text strong,
.dlab-bnr-text span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.dlab-bnr-text strong {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 25px;
    color: #FFFFFF;
}

.dlab-bnr-text span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}

.dlab-bnr-text .btn {
    margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
    .dlab-bnr-text strong {
        font-size: 60px;
        line-height: 60px;
        margin: 0 0 15px;
    }
    .dlab-bnr-text span {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .dlab-bnr-text strong {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .dlab-bnr-text strong {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0;
    }
}

@media only screen and (max-width: 680px) {
    .dlab-bnr-text strong {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0;
    }
    .dlab-bnr-text span {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .dlab-bnr-text strong {
        font-size: 20px;
        line-height: 20px;
    }
    .dlab-bnr-text span {
        font-size: 12px;
        line-height: 16px;
    }
}


/*== > inner page banner ==*/

.dlab-bnr-inr {
    position: relative;
    z-index: 1;
}

.dlab-bnr-inr.dlab-bnr-inr-lg {
    height: 800px;
    padding-top: 90px;
}

.dlab-bnr-inr.dlab-bnr-inr-md {
    height: 550px;
}

.dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 400px;
}

.dlab-bnr-inr {
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.dlab-bnr-inr .container {
    display: table;
    height: 100%;
}

.dlab-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px;
}

.dlab-bnr-inr-entry.align-m {
    vertical-align: middle;
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #FFF;
}


/* Banner Contant */

.dlab-bnr-inr-entry .banner-content .bannertitle {
    font-family: StardustAdventure;
    color: #000000;
    float: left;
    font-size: 80px;
    font-weight: lighter;
}

.dlab-bnr-inr-entry .banner-content a {
    display: none;
}

.dlab-bnr-inr.banner-content p {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 36px;
    max-width: 750px;
    display: inline-block;
}

.dlab-bnr-inr.banner-content .btn {
    padding: 13px 35px;
    font-size: 16px;
}


/* Banner  */

.dlab-bnr-inr .breadcrumb-row {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

.dlab-bnr-inr h1 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 5px;
    position: relative;
    line-height: 45px;
}

.dlab-bnr-inr h1:after {
    content: attr(data-name);
    font-size: 160px;
    letter-spacing: 10px;
    opacity: 0.2;
    position: absolute;
    top: 113px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.dlab-bnr-inr .breadcrumb-row ul li:after,
.dlab-bnr-inr .breadcrumb-row ul li:last-child {
    color: #fff;
}

.dlab-bnr-inr .breadcrumb-row ul li a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .dlab-bnr-inr-entry {
        vertical-align: middle;
    }
    .dlab-bnr-inr {
        padding-bottom: 0;
    }
    .dlab-bnr-inr .breadcrumb-row ul {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .dlab-bnr-inr {
        height: 200px;
    }
    .dlab-bnr-inr h1 {
        line-height: 40px;
        font-size: 30px;
        text-align: center;
    }
    .dlab-bnr-inr.dlab-bnr-inr-sm,
    .dlab-bnr-inr {
        height: 250px;
    }
    .dlab-bnr-inr-entry .banner-content .bannertitle {
        font-size: 65px;
        margin-left: auto;
        margin-right: auto;
    }
    .dlab-bnr-inr-entry .banner-content a {
        display: inline-block;
    }
}

.navicon {
    width: 18px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
    top: 0px;
}

.navicon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.navicon span:nth-child(3) {
    bottom: 0;
}

.navicon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navicon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*---------------------------------------------------------------
20. SLIDER
	>rs slider
	>owl slider
---------------------------------------------------------------*/


/*== >rs slider ==*/


/*== >owl slider ==*/


/* next pre btn */

.owl-none .owl-nav {
    display: none;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.owl-dots.disabled {
    margin: 0;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}


/* owl dots button */

.owl-theme .owl-dots {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/* owl dots style */

.owl-theme.dots-style-1 .owl-dots .owl-dot {}

.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.2);
    width: 12px;
    height: 12px;
    margin: 5px;
}

.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #000;
}


/* owl dots style 3 */

.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
}

.owl-theme.dots-style-3 .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    margin: 0;
}

.owl-theme.dots-style-3 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 3px;
}

.owl-theme.dots-style-3 .owl-dots .owl-dot.active,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover {
    border: 1px solid #FF3B68;
}

.owl-theme.dots-style-3 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span {
    background-color: #FF3B68;
}

.owl-item.dots-style-3 .slide-content-box {
    opacity: 0;
}

.owl-item.active.dots-style-3 .slide-content-box {
    opacity: 1;
    transition: all 2s ease 2s;
    -moz-transition: all 2s ease 2s;
    -webkit-transition: all 2s ease 2s;
    -o-transition: all 2s ease 2s;
}


/*owl button top to center  */

.owl-btn-top-c .owl-nav {
    text-align: center;
}


/*owl button top to left  */

.owl-btn-top-l .owl-nav {
    text-align: left;
}

.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0;
}


/*owl button top to right  */

.owl-btn-top-r .owl-nav {
    text-align: right;
}

.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0;
}


/*owl button top to left & right  */

.owl-btn-top-lr .owl-nav {
    text-align: left;
}

.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right;
}

.owl-btn-full .owl-prev,
.owl-btn-full .owl-next {
    padding: 40px 8px;
}


/*owl button < > CENTER to left & right */

.owl-btn-center-lr .owl-nav {
    margin: 0;
}

.owl-btn-center-lr+.owl-theme .owl-nav {
    margin: 0;
}

.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}


/* Owl Button Style */

.owl-btn-1 .owl-prev,
.owl-btn-1 .owl-next,
.owl-btn-2 .owl-prev,
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 50px;
}

.owl-btn-2 .owl-prev,
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
    margin: 0 -70px !important;
}

.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity: 0.2;
}

.owl-btn-3 .owl-prev:hover,
.owl-btn-3 .owl-next:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    opacity: 1;
}

.owl-btn-3.btn-white .owl-prev,
.owl-btn-3.btn-white .owl-next {
    color: #fff;
}

.owl-btn-3.btn-white .owl-prev:hover,
.owl-btn-3.btn-white .owl-next:hover {
    color: #fff;
}

.owl-btn-4 {
    overflow: hidden;
}

.owl-btn-4 .owl-prev,
.owl-btn-4 .owl-next {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity: 0.7;
}

.owl-btn-4 .owl-prev:hover,
.owl-btn-4 .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    opacity: 1;
}


/* Thumb */

#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, 0.2);
    outline-offset: -9px;
}


/* owl-dots */

.owl-dots-none .owl-dots {
    display: none;
}

.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span {
    opacity: 0.5;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 4px;
}

.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span {
    background-color: #1abc9c;
}

.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span {
    background-color: #333;
}

.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span {
    background-color: #f5f5f5;
}

.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    width: 25px;
}

.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span {
    width: 16px;
    height: 14px;
    opacity: 1;
    margin: 0px 4px 2px 4px;
}

@media only screen and (max-width: 1200px) {
    .owl-btn-2 .owl-prev,
    .owl-btn-2 .owl-next,
    .owl-btn-3 .owl-prev,
    .owl-btn-3 .owl-next {
        margin: 0 10px !important;
    }
}


/*---------------------------------------------------------------
21. BLOG
---------------------------------------------------------------*/

.blog-post {
    position: relative;
    margin-bottom: 60px;
}

.dlab-post-title {
    margin-bottom: 5px;
}

.dlab-post-title .post-title {
    margin-bottom: 15px;
}

.dlab-post-meta {
    margin-bottom: 15px;
}

.dlab-post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
}

.dlab-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: var(--text-color-sc);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.dlab-post-meta ul li a {
    color: var(--text-color-sc);
}

.dlab-post-meta ul li strong {
    font-weight: 600;
}

.dlab-post-meta li:after {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-right: 8px;
    margin-left: 5px;
    opacity: 0.5;
}

.dlab-post-meta li:last-child:after {
    display: none;
}

.dlab-post-meta a {
    color: #707070;
}

.dlab-post-meta i {
    margin: 0 5px 0 0;
}

.text-white .dlab-post-meta ul li,
.text-white .dlab-post-meta a,
.text-white .dlab-post-meta i {
    color: #fff;
}

.dlab-post-meta.text-white i,
.dlab-post-meta.text-white ul li,
.dlab-post-meta.text-white ul li a {
    color: #fff;
}

.dlab-post-meta.text-black i,
.dlab-post-meta.text-black ul li,
.dlab-post-meta.text-black ul li a {
    color: #000;
}

.dlab-post-meta.text-gray i,
.dlab-post-meta.text-gray ul li,
.dlab-post-meta.text-gray ul li a {
    color: #808080;
}

.dlab-post-text {
    margin-bottom: 20px;
}

.dlab-post-text p:last-child {
    margin: 0;
}

.dlab-post-readmore {
    margin-bottom: 15px;
}

.dlab-post-tags {
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
}

.dlab-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none;
}

.dlab-post-tags .post-tags a {
    color: #fff;
    margin: 1px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    background: #000;
    padding: 4px 10px;
    border-radius: 4px;
}

.dlab-post-tags .post-tags a:hover {
    color: #fff;
    transform: scale(1.1);
}

.dlab-info[class*="border-"] .post-title {
    margin-top: 0;
}

.text-white .post-title a {
    color: #fff;
}

.dlab-info>div:last-child,
.dlab-info>p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .dlab-post-meta .d-flex {
        display: block !important;
    }
}


/*if no image with blog post*/

.blog-post.no-img-post .post-date {
    position: static;
    float: left;
}


/*blog post half iamge*/

.blog-md {
    display: flex;
}

.blog-md .dlab-post-media {
    width: 320px;
    min-width: 320px;
    border-radius: 4px;
}

.blog-md .dlab-post-media img {
    height: 100%;
    object-fit: cover;
}

.blog-md .dlab-post-info {
    border: none;
    padding-left: 30px;
}

.blog-md .dlab-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}

.blog-md .dlab-post-info .post-title {
    margin-top: 0;
}

.blog-md,
.blog-md .dlab-post-info {}

.blog-md .dlab-post-info,
.blog-md .dlab-post-media {
    display: table-cell;
    vertical-align: middle;
}

.blog-md .dlab-post-media {
    vertical-align: top;
}

.blog-md .dlab-post-info>div:last-child {
    margin-bottom: 0;
}

.blog-md .dlab-post-info {
    padding-top: 5px;
}

@media only screen and (max-width: 767px) {
    .blog-md.blog-post .dlab-pfost-media,
    .blog-md.blog-post .dlab-post-info {
        float: none;
        margin: 0 0 20px;
        width: 100%;
        display: block;
        padding-left: 0;
    }
    .blog-md.blog-post .dlab-post-info {
        margin-top: 15px;
    }
    .blog-md .dlab-post-media {
        width: 100%;
    }
}


/*Blog page pagination main*/

.nav-links:after {
    clear: both;
    content: "";
    display: table;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding: 9px 15px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: -1px;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background: #3396D1;
    color: #fff;
}

.pagination i {
    font-size: 12px;
}

.pagination li.active a {
    background-color: var(--bg-color);
    color: #fff;
}


/*Blog paging Next & Prev css*/

.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: inline-block;
    color: #3396d1;
    font-weight: 600;
    margin-bottom: 20px;
    outline: none !important;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #0099CC;
}

.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
    content: "\f105";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 2px;
    color: #333;
}


/*Post navigation*/

.post-navigation {
    background-color: #fff;
    padding: 30px;
    border-bottom: 2px solid #e3e3e3;
}

.post-navigation .screen-reader-text {
    margin-top: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    width: 50%;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
    display: none;
}

.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
    display: block;
    font-size: 15px;
    color: #777777;
    margin-top: 10px;
}


/*post panging*/

.dlab-link-pages {
    padding: 20px 0 30px;
}

.dlab-link-pages a {
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #CCC;
    margin: 0 2px;
}


/*Sticky Post*/

.sticky-post {
    position: absolute;
    right: 0;
    top: 0;
    background: #77c04b;
    color: #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}


/*Post password form*/

.post-password-form {
    position: relative;
    clear: both;
}

.post-password-form input[type="password"] {
    width: 100%;
    border: 1px solid #ebedf2;
    padding: 10px 100px 10px 15px;
    height: 40px;
}

.post-password-form label {
    display: block;
}

.post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #333;
    color: #FFF;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}


/*gallery css for blog post*/

.blog [class*="galleryid-"] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.gallery .gallery-item {
    float: left;
    list-style: none;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0px 0px 5px 15px;
    text-align: center
}

.gallery .gallery-caption {
    padding-top: 10px;
    font-size: 13px;
}

.gallery .gallery-item img {
    float: left;
    padding: 0 0px;
    width: 100%;
    border: none !important;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/*side bar*/

.side-bar .widget {
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .side-bar {
        margin-bottom: 40px;
    }
}


/*Blog single*/

.blog-single .dlab-post-meta {
    margin-bottom: 10px;
}

.blog-single .dlab-post-text {
    margin-top: 20px;
}

.blog-single .dlab-post-tags {
    margin-top: 20px;
}


/*= comment list = */

.comments-area {
    padding: 0;
    margin-top: 50px;
}

.comments-area .comments-title {
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0;
}

ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 0px 0px 0px 20px;
    padding-bottom: 25px;
    margin-left: 60px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #EEEEEE;
}

ol.comment-list li.comment .comment-body:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
}

ol.comment-list li.comment .comment-author {
    display: inline-block;
    margin-bottom: 0;
}

ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0;
    left: -60px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
}

ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px;
}

ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999999;
    font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
    text-transform: capitalize;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

ol.comment-list li.comment .comment-meta a {
    color: #9fa4af;
    font-size: 14px;
    font-weight: 500;
}

ol.comment-list li.comment p {
    line-height: 26px;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #656565;
    font-family: Open Sans;
}

ol.comment-list li.comment .reply a {
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Open Sans;
}

ol.comment-list li.comment .reply a:after {
    content: "\f121";
    font-family: LineAwesome;
    color: #ed145b;
}

ol.comment-list li.comment .reply a:hover {
    color: #ed145b !important;
}

ol.comment-list li .children {
    list-style: none;
    margin-left: 60px;
    padding-left: 0;
}

ol.comment-list li .children li {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 15px;
        margin-left: 70px;
        padding-bottom: 10px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
}

@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 40px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -40px;
        top: 12px;
        width: 40px;
        height: 40px;
    }
}


/*= comment form = */

.comment-respond .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
}

.comments-area .comment-form {
    margin: 0 -15px;
}

.comments-area .comment-form .comment-notes {
    display: none;
}

.comments-area .comment-form p {
    width: 33.333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.comments-area .comment-form p.form-allowed-tags {
    width: 100%;
}

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 60px;
    line-height: 6px 12px;
    padding: 15px 30px 15px 30px;
    border: 2px solid #c4eafb;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 6px;
    background: #c4eafb;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.comments-area .comment-form p input[type="text"]:focus,
.comments-area .comment-form p input[type="text"]:hover,
.comments-area .comment-form p textarea:hover,
.comments-area .comment-form p textarea:focus {
    border: 2px solid var(--text-color-sc);
    background: #fff;
    outline: none;
    box-shadow: none;
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p textarea {
    height: 120px;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .comment-respond {
        padding: 20px;
    }
}


/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/

.list-2 {
    display: table;
}

.list-2 li {
    float: left;
    padding: 5px 5px 5px 20px;
    width: 50%;
    position: relative;
}

.widget-bx .btn {
    padding: 10px 30px;
}

.widget {
    margin-bottom: 60px;
}

.widget-bx {
    border: 2px solid #c4c4c4;
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 5px 10px 0px 0px #f0f0f0;
}

.widget.bg-white {
    border: 1px solid #ebedf2;
}

.widget.border-0 ul li {
    border: 0 none;
}

.widget-title {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 30px;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    text-align: left;
    font-size: 24px;
    color: #000;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 20px;
}

.widget-title:after {
    content: none;
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
    color: #ffffff;
}

.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
}


/* widget link*/

.widget-link ul {
    margin: 0px;
    padding: 0px;
}

.widget-link ul li {
    list-style: none;
    display: inline-block;
    padding-left: 3px;
    padding-right: 10px;
    position: relative;
}

.widget-link ul li:last-child {
    padding-right: 3px;
}

.widget-link ul li:last-child:after {
    content: none;
}

.widget-link li:after {
    content: "/";
    position: absolute;
    right: 0;
}


/* widget listing*/

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    position: relative;
    padding: 12px 0px 12px 20px;
    margin-bottom: 0;
    line-height: 20px;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    color: #313e5f;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.widget_categories ul li:after,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    width: 7px;
    height: 7px;
    background: var(--bg-color-sc);
    border-radius: 6px;
}

.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
    border-bottom: none;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}

.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
    top: 0;
    left: -8px;
}


/*widget search custom*/

.search-bx .btn {
    padding: 9px 12px;
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


/*widget search wp-default*/

.widget_search .screen-reader-text {
    display: block;
}

.searchform {
    position: relative;
}

.searchform input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #CCCCCC;
}

.searchform input[type="submit"] {
    height: 40px;
    padding: 10px 15px;
    background-color: #77c04b;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
    background-color: #6ab33e;
    color: #ffffff!important;
    border-bottom-color: #5a9e2f;
}


/* Search BX style 1 */

.search-bx.style-1 .input-group-btn button {
    background: var(--bg-color);
    border: 0;
    color: #fff;
    font-size: 15px;
    height: 55px;
    width: 55px;
    border-width: 0;
    border-radius: 0 4px 4px 0;
}

.search-bx.style-1 .form-control {
    border-width: 0;
    font-size: 15px;
    height: 55px;
    background: var(--bg-color-sc);
    padding: 5px 25px;
    border-radius: 4px 0 0 4px;
    color: #fff;
}

.search-bx.style-1 .form-control::-moz-placeholder {
    color: #fff;
}

.search-bx.style-1 .form-control:-moz-placeholder {
    color: #fff;
}

.search-bx.style-1 .form-control:-ms-input-placeholder {
    color: #fff;
}

.search-bx.style-1 .form-control::-webkit-input-placeholder {
    color: #fff;
}


/*widget recent-posts*/

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #3396d1;
    font-style: normal;
}

.widget .post-title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}

.widget .post-title a {
    color: #000;
}

.recent-posts-entry .widget-post {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}

.recent-posts-entry .post-date {
    color: #bbc7cd;
}

.recent-posts-entry .dlab-post-media {
    width: 100px;
    min-width: 100px;
    margin: 0;
    border-radius: 6px;
}

.recent-posts-entry .dlab-post-info {
    background: transparent;
    padding: 0;
    border: none;
}

.recent-posts-entry .dlab-post-media+.dlab-post-info {
    padding-left: 20px;
    padding-right: 10px;
}

.recent-posts-entry .post-meta span {
    margin-right: 10px;
}

.recent-posts-entry .dlab-post-name a {
    font-size: 13px;
    color: #0081ff;
}

.recent-posts-entry .dlab-post-meta {
    margin-bottom: 5px;
}

.recent-posts-entry .dlab-post-info,
.recent-posts-entry .dlab-post-media {
    display: table-cell;
    vertical-align: middle;
}


/*widget recent-comment*/

.widget_recent_comments ul li:before {
    content: "\f0e6";
}

.widget_recent_comments ul li {
    padding-left: 20px;
    color: #999;
}


/* widget meta*/

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}


/*widget calender*/

.widget_calendar caption::after {
    color: #707070;
    content: ">";
    font-family: "FontAwesome";
    margin: 0 0 0 5px;
}

.widget_calendar table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

.widget_calendar thead {
    background-color: #999999
}

.widget_calendar tfoot tr td {
    border: none;
    padding: 0px
}

.widget_calendar tfoot tr td a {
    background-color: #fff;
    padding: 4px 10px
}

.widget_calendar table thead tr th {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    border: none;
    color: #fff;
}

.widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: #fff;
    border: none;
    color: #444;
}

.widget_calendar table tbody td#today {
    background-color: #77c04b;
    color: #FFF;
}

.widget_calendar table tbody td#today a {
    color: #FFF;
}


/*widget tags-list*/

.widget_tag_cloud a {
    padding: 4px 15px;
    background-color: transparent;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 5px;
    color: #000;
    font-weight: 400;
    border-radius: 4px !important;
    border: 2px solid #aaa;
}

.widget_tag_cloud a:hover {
    background-color: #555;
    color: #fff;
    border: 2px solid #555;
}

.widget_tag_cloud.radius a {
    border-radius: 40px;
    padding: 7px 20px;
}

.side-bar .widget_tag_cloud.radius a:hover,
.widget_tag_cloud.radius a:hover {
    background-color: #212121;
    border-color: #212121;
    box-shadow: none;
}


/*widget archive*/

.widget_archive select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}

.widget_archive ul li:last-child {
    border-bottom: 0;
}

.widget_archive ul {
    margin: -12px 0;
}


/*widget text*/

.widget_text select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}

.widget_text select option {
    width: 100%;
}


/*widget categories*/

.widget_categories li {
    text-align: right;
}

.widget_categories li a {
    float: left;
    text-transform: capitalize;
}


/*widget RSS*/

.widget_rss ul {
    margin: 0;
    line-height: 20px;
}

.widget_rss ul li {
    line-height: 20px;
    margin-bottom: 15px;
}

.widget_rss ul .rsswidget {
    color: #333;
}

.widget_rss ul .rss-date {
    color: #3396D1;
}

.widget_rss ul .rssSummary {
    padding: 5px 0;
}

.widget_rss ul cite {
    color: #333;
    font-weight: 600;
}


/* widget get in tuch */

.widget_getintuch {
    padding-top: 10px;
}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.widget_getintuch li,
.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: capitalize;
}

.widget_getintuch strong {
    font-weight: 600;
    font-size: 16px;
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}


/* widget gallery */

.widget_gallery ul {
    padding-left: 0;
    display: table;
}

.widget_gallery.gallery-grid-2 li {
    width: 50%;
}

.widget_gallery.gallery-grid-4 li {
    width: 25%;
}

.widget_gallery.gallery-grid-6 li {
    width: 16.66%;
}

.widget_gallery.gallery-grid-8 li {
    width: 12.5%;
}

.widget_gallery li span {
    display: block;
    cursor: pointer;
}

.gallery-grid-8 li {
    width: 12.5%;
}

@media only screen and (max-width: 767px) {
    .gallery-grid-8 li {
        width: 25%;
    }
}

.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 2px;
}

.widget_gallery li img {
    display: inline-block;
    width: 100%;
}

.widget_gallery li:nth-child(3n-3) {
    margin-right: 0;
}

.widget_gallery li:hover {
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.widget_gallery a {
    display: inline-block;
}


/*---------------------------------------------------------------
23. CUSTOMIZE CSS
	>set-radius
	>transition
	>float-clearfix
---------------------------------------------------------------*/


/*== >set-radius ==*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs>li>a,
.modal-content,
.modal-content2,
.navbar-toggler,
.nav-pills>li>a,
.pager li>a,
.pager li>span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.dlab-booking-form .dlab-extra-services li .icon-bx-lg,
.dlab-booking-form .dlab-extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/*== >transition ==*/

a,
.dlab-box,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-dlab-work .dlab-box .shadow-bx img,
.how-dlab-work .dlab-box .step-no-bx,
.dlab-info-has,
.dlab-we-find .dlab-box,
.navbar-toggler,
.logo-header,
.header-nav .nav>li>a,
.extra-nav,
.skew-secondry:hover,
.skew-primary:hover,
.skew-secondry:hover::after,
.skew-primary:hover::after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}


/*== >float-clearfix ==*/

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*error for select box*/

.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
    border-color: #a94442 !important;
}


/*succes for select box*/

.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
    border-color: #3c763d !important;
}


/*---------------------------------------------------------------
24. SORTCODES 
	>Buttons
	>Title separators		
	>Deviders	
	>Lists & bullets	
	>Tabs
	>Accordians		
	>Carousels
	>Testimonials	
	>Pricing table
	>Alert box	
	>Modal pop
	>Social icons
	>Breadcrumb
	>Tables
	>Image effects
	>Icon boxes
	>Box New Style 
---------------------------------------------------------------*/


/*== >Buttons ======= */


/* owl slider button */

.owl-prev,
.owl-next {
    background-color: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.95);
    color: #000;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    background-color: rgba(255, 255, 255, 1);
    border-color: #3E2E23;
    color: #000;
}


/* theme default button */

.button-example .btn,
.button-example .btn-link {
    margin: 0 5px 10px 0;
}


/* Bootstrap button */

button {
    cursor: pointer;
}

button:focus {
    outline: 0px solid;
}

.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 8px 16px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:focus {
    box-shadow: none;
}

.btn.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}

.btn.btn-primary {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #ffffff;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #025aa5;
    border-color: #01549b;
}

.btn.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}

.btn.btn-info:hover {
    background-color: #46cef7;
    border-color: #46cef7;
    color: #ffffff;
}

.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
}

.btn.btn-danger:hover {
    background-color: #ea4b47;
    border-color: #ea4b47;
    color: #ffffff;
}

.btn.btn-secondary {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #292b2c;
}


/* Outline */

[class*="btn-outline"].btn {
    border: 1px solid;
}

.btn.btn-outline-danger {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #d9534f;
    color: #d9534f;
}

.btn.btn-outline-primary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #0275d8;
    color: #0275d8;
}

.btn.btn-outline-secondary {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #cccccc;
    color: #cccccc;
}

.btn.btn-outline-success {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5cb85c;
    color: #5cb85c;
}

.btn.btn-outline-info {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #5bc0de;
    color: #5bc0de;
}


/* Outline Hover */

.btn.btn-outline-warning {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.btn.btn-outline-primary:hover {
    background-color: hsl(208, 98%, 43%);
    border-color: hsl(208, 98%, 43%);
    color: hsl(0, 0%, 100%);
}

.btn.btn-outline-secondary:hover {
    background-color: hsl(0, 0%, 80%);
    border-color: hsl(0, 0%, 80%);
    color: hsl(0, 0%, 100%);
}

.btn.btn-outline-success:hover {
    background-color: hsl(120, 39%, 54%);
    border-color: hsl(120, 39%, 54%);
    color: hsl(0, 0%, 100%);
}

.btn.btn-outline-info:hover {
    background-color: hsl(194, 66%, 61%);
    border-color: hsl(194, 66%, 61%);
    color: hsl(0, 0%, 100%);
}

.btn.btn-outline-warning:hover {
    background-color: hsl(35, 84%, 62%);
    border-color: hsl(35, 84%, 62%);
    color: hsl(0, 0%, 100%);
}

.btn.btn-outline-danger:hover {
    background-color: hsl(2, 64%, 58%);
    border-color: hsl(2, 64%, 58%);
    color: hsl(0, 0%, 100%);
}


/* Bootstrap Btn Size */

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 4px;
    font-size: 20px;
    padding: 12px 24px;
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 8px;
}

.btn,
.btn-secondry {
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #ff009a;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    align-items: flex-start;
    text-indent: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    position: relative;
}

.btn:active,
.btn:hover,
.btn:focus,
.active>.btn {
    background-color: #d8a409;
    color: #fff;
}

.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.btn:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.btn-secondry {
    background-color: #282A3C;
}

.btn-secondry:active,
.btn-secondry:hover,
.btn-secondry:focus,
.active>.btn-secondry {
    background-color: #3c3e4e;
    color: #fff;
}


/* button text uppercase */

.btn.text-uppercase {
    text-transform: uppercase;
}


/* button size */

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.btn-md {
    padding: 18px 50px;
    font-size: 15px;
    font-weight: 400;
}

.btn-lg {
    font-size: 14px;
    font-weight: 500;
    padding: 18px 40px;
}

.btn-xl {
    font-size: 22px;
    padding: 25px 35px;
}


/* button rounded */

.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.radius-sm {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.radius-md {
    border-radius: 8px;
    -webkit-border-radius: 8px;
}


/* button colors */


/* white */

.btn.white {
    background-color: #fff;
    color: #777;
}

.btn.white:hover,
.btn.white:active,
.btn.white:focus {
    background-color: #F4F4F4;
    color: #555;
}


/* black */

.btn.black {
    background-color: #000;
    color: #fff;
}

.btn.black:hover,
.btn.black:active,
.btn.black:focus {
    background-color: #000;
    color: #fff;
}


/* Gray */

.btn.gray {
    background-color: #a0a0a0;
    color: #fff;
}

.btn.gray:hover,
.btn.gray:active,
.btn.gray.active,
.btn.gray:focus {
    background-color: #555555;
    color: #fff;
}


/* pink */

.btn.pink {
    background-color: #ff009a;
    color: #fff;
}

.btn.pink:hover,
.btn.pink:active,
.btn.pink.active,
.btn.pink:focus {
    background-color: #ff009a;
    color: #fff;
}


/* Blue */

.btn.blue {
    background-color: #00c5dc;
    color: #fff;
}

.btn.blue:hover,
.btn.blue:active,
.btn.blue.active,
.btn.blue:focus {
    background-color: #00b5cc;
    color: #fff;
}


/* Green */

.btn.green {
    background-color: #34bfa3;
    color: #fff;
}

.btn.green:hover,
.btn.green:active,
.btn.green.active,
.btn.green:focus {
    background-color: #24af93;
    color: #fff;
}


/* Orange */

.btn.orange {
    background-color: #EF9800;
    color: #fff;
}

.btn.orange:hover,
.btn.orange:active,
.btn.orange.active,
.btn.orange:focus {
    background-color: #df8800;
    color: #fff;
}


/* Red */

.btn.red {
    background-color: #f0526d;
    color: #fff;
}

.btn.red:hover,
.btn.red:active,
.btn.red.active,
.btn.red:focus {
    background-color: #F22D4E;
    color: #fff;
}


/* Brown */

.btn.brown {
    background-color: #484a5c;
    color: #fff;
}

.btn.brown:hover,
.btn.brown:active,
.btn.brown.active,
.btn.brown:focus {
    background-color: #383a4c;
    color: #fff;
}


/* Yellow */

.btn.yellow {
    background-color: #ffb822;
    color: #fff;
}

.btn.yellow:hover,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow:focus {
    background-color: #efa812;
    color: #fff;
}


/* purple */

.btn.purple {
    background-color: #8862B9;
    color: #fff;
}

.btn.purple:hover,
.btn.purple:active,
.btn.purple.active,
.btn.purple:focus {
    background-color: #7852a9;
    color: #fff;
}


/* Button Gradiyant  */


/* white */

.btn.white {
    background-color: #fff;
    color: #000;
}

.btn.white:hover,
.btn.white:active,
.btn.white:focus {
    background-color: #F4F4F4;
    color: #555;
}


/* black */

.btn.black.gradient {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #000000 0%, #727272 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #000000 0%, #727272 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #000000 0%, #727272 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#727272', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.btn.black.gradient:hover,
.btn.black.gradient:active,
.btn.black.gradient:focus {
    background: #1e1e1e;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#727272', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}


/* Gray */

.btn.gradient.gray {
    background: #666666;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #666666 0%, #999999 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #666666 0%, #999999 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #666666 0%, #999999 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#999999', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.btn.gradient.gray:hover,
.btn.gradient.gray:active,
.btn.gradient.gray:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,999999+100 */
    background: #4f4f4f;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#999999', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}


/* pink */

.btn.gradient.pink {
    background: #ff009a;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff009a 0%, #ff93bb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff009a 0%, #ff93bb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff009a 0%, #ff93bb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff009a', endColorstr='#ff93bb', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.btn.gradient.pink:hover,
.btn.gradient.pink:active,
.btn.gradient.pink:focus {
    background: #ff3d81;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3d81', endColorstr='#ff7fae', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}


/* Blue */

.btn.gradient.blue {
    background: rgb(51, 150, 242);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(51, 150, 242, 1) 0%, rgba(80, 158, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(51, 150, 242, 1) 0%, rgba(80, 158, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(51, 150, 242, 1) 0%, rgba(80, 158, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3396f2', endColorstr='#509eff', GradientType=1);
    /* IE6-9 */
    color: #fff;
}

.btn.gradient.green {
    background: #fc0095;
    color: #fff;
}

.btn.gradient.orange {
    background: #ef940b;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef940b', endColorstr='#ffd754', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.btn.gradient.red {
    background: #ff1437;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1437', endColorstr='#ff5982', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}


/* Brown */

.btn.gradient.brown {
    background: rgb(203, 100, 0);
    background: -moz-linear-gradient(left, rgba(203, 100, 0, 1) 0%, rgba(224, 153, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(203, 100, 0, 1) 0%, rgba(224, 153, 0, 1) 100%);
    background: linear-gradient(to right, rgba(203, 100, 0, 1) 0%, rgba(224, 153, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb6400', endColorstr='#e09900', GradientType=1);
    color: #fff;
}


/* Yellow */

.btn.gradient.yellow {
    background: rgb(255, 162, 0);
    background: -moz-linear-gradient(left, rgba(255, 162, 0, 1) 0%, rgba(255, 196, 36, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 162, 0, 1) 0%, rgba(255, 196, 36, 1) 100%);
    background: linear-gradient(to right, rgba(255, 162, 0, 1) 0%, rgba(255, 196, 36, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa200', endColorstr='#ffc424', GradientType=1);
    color: #fff;
}


/* purple */

.btn.gradient.purple {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5947f3+0,8c73f5+100 */
    background: rgb(89, 71, 243);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(89, 71, 243, 1) 0%, rgba(140, 115, 245, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(89, 71, 243, 1) 0%, rgba(140, 115, 245, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(89, 71, 243, 1) 0%, rgba(140, 115, 245, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5947f3', endColorstr='#8c73f5', GradientType=1);
    /* IE6-9 */
    color: #fff;
}

.text-white .btn.outline {
    color: #fff;
}

.btn.outline {
    color: #888;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}

.btn.outline-2 {
    border-width: 2px;
}

.btn.outline.radius-xl,
.btn.outline-2.radius-xl {
    border-radius: 100px;
}


/* white */

.btn.outline.white {
    color: #e7e7e7;
    border-color: #e7e7e7;
}

.btn.outline.white:hover {
    color: #000;
}


/* black */

.btn.outline.black {
    color: #171717;
    border-color: #171717;
}


/* gray */

.btn.outline.gray {
    color: #666666;
    border-color: #666666;
}


/* pink */

.btn.outline.pink {
    color: #e63f75;
    border-color: #e63f75;
}


/* blue */

.btn.outline.blue {
    color: #42b8d4;
    border-color: #42b8d4;
}


/* green */

.btn.outline.green {
    color: #35b494;
    border-color: #35b494;
}


/* orange */

.btn.outline.orange {
    color: #e56713;
    border-color: #e56713;
}


/* red */

.btn.outline.red {
    color: #d93223;
    border-color: #d93223;
}


/* brown */

.btn.outline.brown {
    color: #69441f;
    border-color: #69441f;
}


/* yellow */

.btn.outline.yellow {
    color: #EFBB20;
    border-color: #EFBB20;
}


/* purple */

.btn.outline.purple {
    color: #ae1af7;
    border-color: #ae1af7;
}


/* hover */

.btn.outline:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}


/* button text link */

.btn-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 500;
    padding: 0;
}

.btn-link i {
    margin-left: 10px;
}


/* white */

.btn-link.white {
    color: #e7e7e7;
}

.btn-link.white:hover,
.btn-link.white:active,
.btn-link.white:focus {
    color: #CCC;
}


/* black */

.btn-link.black {
    color: #171717;
}

.btn-link.black:hover,
.btn-link.black:active,
.btn-link.black:focus {
    color: #000;
}


/* Gray */

.btn-link.gray {
    color: #666666;
}

.btn-link.gray:hover,
.btn-link.gray:active,
.btn-link.gray:focus {
    color: #555555;
}


/* pink */

.btn-link.pink {
    color: #e63f75;
}

.btn-link.pink:hover,
.btn-link.pink:active,
.btn-link.pink:focus {
    color: #ff009a;
}


/* Blue */

.btn-link.blue {
    color: #42b8d4;
}

.btn-link.blue:hover,
.btn-link.blue:active,
.btn-link.blue:focus {
    color: #00B5CC;
}


/* Green */

.btn-link.green {
    color: #35b494;
}

.btn-link.green:hover,
.btn-link.green:active,
.btn-link.green:focus {
    color: #26a585;
}


/* Orange */

.btn-link.orange {
    color: #E56713;
}

.btn-link.orange:hover,
.btn-link.orange:active,
.btn-link.orange:focus {
    color: #d55703;
}


/* Red */

.btn-link.red {
    color: #D93223;
}

.btn-link.red:hover,
.btn-link.red:active,
.btn-link.red:focus {
    color: #c51e0f;
}


/* Brown */

.btn-link.brown {
    color: #69441F;
}

.btn-link.brown:hover,
.btn-link.brown:active,
.btn-link.brown:focus {
    color: #5f3a15;
}


/* Yellow */

.btn-link.yellow {
    color: #ecc731;
}

.btn-link.yellow:hover,
.btn-link.yellow:active,
.btn-link.yellow:focus {
    color: #d4af19;
}


/* purple */

.btn-link.purple {
    color: #ae1af7;
}

.btn-link.purple:hover,
.btn-link.purple:active,
.btn-link.purple:focus {
    color: #9804e1;
}


/* Dropdown */

.dropdown-menu>li>a {
    padding: 10px 20px;
}


/* Box Shadow */


/* black */

.btn.box-shadow.black {
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.19);
}


/* gray */

.btn.box-shadow.gray {
    box-shadow: 0 5px 10px 2px rgba(85, 85, 85, 0.19);
}


/* pink */

.btn.box-shadow.pink {
    box-shadow: 0 5px 10px 2px rgba(239, 44, 177, 0.19);
}


/* blue */

.btn.box-shadow.blue {
    box-shadow: 0 5px 10px 2px rgba(0, 181, 104, 0.19);
}


/* green */

.btn.box-shadow.green {
    box-shadow: 0 5px 10px 2px rgba(36, 176, 147, 0.19);
}


/* orange */

.btn.box-shadow.orange {
    box-shadow: 0 5px 10px 2px rgba(223, 136, 0, 0.19);
}


/* red */

.btn.box-shadow.red {
    box-shadow: 0 5px 10px 2px rgba(242, 45, 78, 0.19);
}


/* brown */

.btn.box-shadow.brown {
    box-shadow: 0 5px 10px 2px rgba(56, 58, 76, 0.19);
}


/* yellow */

.btn.box-shadow.yellow {
    box-shadow: 0 5px 10px 2px rgba(239, 168, 18, 0.19);
}


/* purple */

.btn.box-shadow.purple {
    box-shadow: 0 5px 10px 2px rgba(120, 82, 169, 0.19);
}


/* Circle */

.btn.circle-sm {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 40px;
    font-size: 12px;
    line-height: 27px;
}

.btn.circle {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px;
}

.btn.circle-lg {
    border-radius: 40px;
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
    line-height: 54px;
}

.btn.sharp-sm {
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 12px;
    line-height: 27px;
}

.btn.sharp {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 39px;
}

.btn.sharp-lg {
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
    line-height: 54px;
}


/* Social Icon */


/* .btn.facebook,
.btn.google-plus,
.btn.instagram,
.btn.linkedin,
.btn.twitter,
.btn.youtube,
.btn.whatsapp{
	border-radius:3px;
} */


/* filter buttons css */

.site-filters {
    margin-bottom: 50px;
}

.site-filters ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.site-filters li {
    display: inline-block;
    padding: 0;
    margin-bottom: 3px;
}

.site-filters li.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none !important;
}

.site-filters li input {
    display: none;
}

.site-filters a {
    margin: 0 5px 5px 0;
}

.site-filters .active>[class*="btn"] {
    color: #fff;
    background-color: #EFBB20;
}

.site-filters.center {
    text-align: center;
}

.site-filters.center ul {
    display: inline-block;
    margin: auto;
}

.site-filters.center [class*="btn"] {
    display: inline-block;
    margin: 0 5px 10px;
    text-transform: uppercase;
}

.mas-1 .card-container {
    margin-left: -1px;
}


/* Site Filters Style */


/* Site Filters Style */

.site-filters.style1 li a {
    color: #000316;
    font-family: montserrat;
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
    position: relative;
}

.site-filters.style1 li:last-child a:after {
    position: relative;
}

.site-filters.style1 li a:after {
    background-color: #000316;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    right: -2px;
    top: 0;
    transform: skew(-20deg, -20deg);
    -moz-transform: skew(-20deg, -20deg);
    -webkit-transform: skew(-20deg, -20deg);
    -o-transform: skew(-20deg, -20deg);
    width: 2px;
}

.site-filters.style1 li.active a,
.site-filters.style1.white li.active a {
    color: #19bb9f;
}

.site-filters.style1.white li a:after {
    background-color: #fff;
}

.site-filters.style1.white li a {
    color: #bfbfbf;
}

.site-filters .btn.outline {
    border-color: #1ABC9C;
}

.site-filters.filters-sm li a {
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 500;
}

.site-filters.gray li a {
    background-color: #e0e3f6;
    color: #000;
}

.site-filters .button-sm {
    font-size: 13px;
    padding: 5px 20px;
}

.site-filters.style2 {
    margin-bottom: 30px;
}

.site-filters.style2 li.btn {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    overflow: unset;
}

.site-filters.style2 li.active a {
    background: #5947f3;
    color: #fff;
    box-shadow: 5px 5px 30px -10px #5947f3;
}

.site-filters.style2 li a {
    border: 2px solid #5947f3;
    background: transparent;
    color: #5947f3;
    padding: 5px 10px;
    border-radius: 4px;
}

@media only screen and (max-width: 480px) {
    .site-filters.center [class*="btn"] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
}


/*== >Title separators ====== */

.dlab-separator-outer {
    overflow: hidden;
}

.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}

.dlab-separator.style-liner {
    width: 20px;
}

.dlab-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px;
}

.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dlab-separator[class*="style-"]:before {
    left: auto;
    right: 40px;
}

.dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}

.dlab-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}

.dlab-separator.bnr-title {
    height: 1px;
    width: 155px;
    opacity: 0.5;
}

.dlab-separator.bnr-title:before {
    height: inherit;
    right: -80px;
    width: 25px;
}

.dlab-separator.bnr-title:after {
    height: inherit;
    right: -90px;
    top: 0;
    width: 6px;
}

.dlab-separator.bnr-title:before,
.dlab-separator.bnr-title:after {
    position: absolute;
    content: "";
    background-color: inherit;
}

.dlab-separator.bnr-title i {
    background-color: inherit;
    display: block;
    height: inherit;
    position: absolute;
    right: -50px;
    width: 45px;
}


/*== >Deviders ====== */

.dlab-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
}

.dlab-divider.tb80 {
    margin: 80px 0;
}

.dlab-divider.tb70 {
    margin: 70px 0;
}

.dlab-divider.tb60 {
    margin: 60px 0;
}

.dlab-divider.tb50 {
    margin: 50px 0;
}

.dlab-divider.tb40 {
    margin: 40px 0;
}

.dlab-divider.tb20 {
    margin: 20px 0;
}

.dlab-divider.tb15 {
    margin: 15px 0;
}

.dlab-divider.tb10 {
    margin: 10px 0;
}

.dlab-divider.tb0 {
    margin: 0;
}

.dlab-divider.divider-2px {
    height: 2px;
}

.dlab-divider.divider-3px {
    height: 3px;
}

.dlab-divider.divider-4px {
    height: 4px;
}

.dlab-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dlab-divider.icon-left {
    margin-left: 40px;
}

.dlab-divider.icon-left i {
    left: -40px;
}

.dlab-divider.icon-right {
    margin-right: 40px;
}

.dlab-divider.icon-right i {
    left: auto;
    right: -40px;
}

.dlab-divider.icon-center i {
    left: 50%;
    margin-left: -5px;
}


/*== >Lists & bullets ====== */

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-icon-box li,
.list-chevron-circle li,
.list-hand-point li,
.list-cup li,
.list-pen li,
.list-heart li,
.list-star li {
    padding: 5px 5px 5px 30px;
    position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
    font-family: "themify";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-size: 15px;
    color: #777;
}

ul[class*="list-"] {
    font-size: 15px;
}

.list-circle li:before {
    font-size: 16px;
}

.list-circle li:before {
    content: "\e724";
}

.list-angle-right li:before {
    content: "\e628";
}

.list-arrow li:before {
    content: "\e661";
}

.list-check li:before {
    content: "\e64c";
}

.list-checked li:before {
    content: "\e64d";
    font-family: 'themify';
    font-size: 15px;
}

.list-icon-box li:before {
    content: "\e6e8";
}

.list-chevron-circle li:before {
    content: "\e65d";
}

.list-hand-point li:before {
    content: "\e71b";
}

.list-star li:before {
    content: "\e60a";
}

.list-cup li:before {
    content: "\e641";
}

.list-pen li:before {
    content: "\e61c";
}

.list-heart li:before {
    content: "\e634";
}


/*listing before icon color css*/

.primary li:before {
    color: #EFBB20;
}

.secondry li:before {
    color: #77C04B;
}

.black li:before {
    color: #000;
}

.white li:before {
    color: #fff;
}

.orange li:before {
    color: #FF6600;
}

.green li:before {
    color: #00CC00;
}

.red li:before {
    color: #FF3737;
}

.no-margin {
    margin: 0 0 0 !important;
    list-style: none;
}


/*listing before numbers*/

.list-num-count {
    counter-reset: li;
    padding-left: 0;
}

.list-num-count>li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
}

.list-num-count>li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: #EFBB20;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.list-num-count.lower-alpha>li:before {
    content: counter(li, lower-alpha);
}

.list-num-count.upper-alpha>li:before {
    content: counter(li, upper-alpha);
}

.list-num-count.upper-roman>li:before {
    content: counter(li, upper-roman);
}

.list-num-count.no-round>li:before {
    background-color: rgba(0, 0, 0, 0);
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    left: -30px;
    margin: 0;
    width: auto;
}

.rounded[class*="list-"] li:before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.rounded[class*="list-"] li:hover:before {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.reverse.primary[class*="list-"] li:hover:before {
    background-color: #1abc9c;
    color: #fff;
}

.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}

.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}

.rounded.border[class*="list-"] li:before {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    line-height: 28px;
}


/* List Style Box */

[class*="list-"].list-box>li {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000000;
    margin-bottom: 6px;
    padding: 10px 20px 10px 50px;
}

[class*="list-"].list-box>li:before {
    background: #1abc9c none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    color: #ffffff;
    display: table-cell;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px;
}

[class*="list-"].list-box>li {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

[class*="list-"].style1.list-box>li {
    margin-left: 42px;
    border-radius: 0 4px 4px 0;
    padding: 10px 20px 10px 20px;
}

[class*="list-"].style1.list-box>li:before {
    left: -42px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

[class*="list-"].style2.list-box>li {
    padding: 10px 20px 10px 60px;
}

[class*="list-"].style2.list-box>li:after {
    font-family: FontAwesome;
    content: "\f0da";
    left: 39px;
    position: absolute;
    top: 50%;
    color: #1abc9c;
    font-size: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[class*="list-"].list-box>li:hover,
[class*="list-"].style2.list-box>li:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

[class*="list-"].style1.list-box>li:hover {
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

[class*="list-"].style1.list-box>li:hover:before {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

[class*="list-"].list-box.reverse>li:before {
    color: #1abc9c;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


/*== >Tabs ========= */


/*tabs style 1 [ defult ]*/

.dlab-tabs .tab-pane {
    padding: 20px 0;
}

.dlab-tabs .nav-tabs>li>a {
    background: #f6f7f8;
    color: #3d474a;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: montserrat;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3px;
    display: inline-block;
}

.dlab-tabs .nav-tabs>li>a.active,
.dlab-tabs .nav-tabs>li>a.active:focus,
.dlab-tabs .nav-tabs>li>a.active:hover {
    background-color: #fff;
    border-color: #ebedf2;
    border-bottom: 1px solid #FFF;
}

.dlab-tabs .nav>li>a:focus,
.dlab-tabs .nav>li>a:hover {
    background-color: transparent;
}

.dlab-tabs .nav li a:hover {
    border: 1px solid transparent;
}

.dlab-tabs .nav-tabs>li>a i {
    color: #EFBB20;
    margin-right: 5px;
}


/*tabs bg  [ tabs background ]*/

.dlab-tabs.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ebedf2;
    background-color: #efefef;
    margin-right: 2px;
}

.dlab-tabs.bg-tabs .nav-tabs>li>a.active {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}

.dlab-tabs.vertical.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ebedf2;
}

.dlab-tabs.vertical.bg-tabs .nav-tabs>li>a.active {
    border-right: 1px solid transparent;
}

.dlab-tabs.vertical.right.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ebedf2;
}

.dlab-tabs.vertical.right.bg-tabs .nav-tabs>li>a.active {
    border-left: 1px solid transparent;
}


/*tabs bg & top border  [ tabs background & top border in active ]*/

.dlab-tabs.border-top .nav-tabs>li>a.active {
    border-top: 2px solid #EFBB20;
    padding: 9px 15px 10px;
}


/*tabs style 2 [ content with border outer ]*/

.dlab-tabs.border .tab-pane {
    padding: 20px;
    border: 1px solid #ebedf2;
    margin-top: -1px;
}


/*tabs style 3  [ left-nav ]*/

.dlab-tabs.vertical .nav-tabs {
    float: left;
    width: 170px;
    border-bottom: none;
    border-right: 1px solid #ebedf2;
}

.dlab-tabs.vertical .tab-pane {
    padding: 10px 0 10px 20px;
}

.dlab-tabs.vertical .nav-tabs li {
    float: none;
    margin-right: -1px;
}

.dlab-tabs.vertical .nav-tabs li a {
    margin-right: 0;
    border-right: none;
}

.dlab-tabs.vertical .nav-tabs li a.active {
    border-bottom: 1px solid #ebedf2;
}

.dlab-tabs.vertical .tab-content {
    border-left: 1px solid #ebedf2;
    margin-left: 169px;
}


/*tabs style 4  [ left-nav & content with border ]*/

.dlab-tabs.vertical.border .tab-pane {
    padding: 20px;
    margin-left: -1px;
}


/*tabs style 5  [ right-nav ]*/

.dlab-tabs.vertical.right .nav-tabs {
    border-left: 1px solid #ebedf2;
    border-right: none;
    float: right;
}

.dlab-tabs.vertical.right .nav-tabs li {
    margin-right: 0;
    margin-left: -1px;
}

.dlab-tabs.vertical.right .nav-tabs li a {
    border-right: 1px solid transparent;
    border-left: none;
}

.dlab-tabs.vertical.right .nav-tabs li a.active {
    border-right: 1px solid #ebedf2;
    border-left: none;
}

.dlab-tabs.vertical.right .tab-content {
    border-left: none;
    border-right: 1px solid #ebedf2;
    margin-right: 169px;
    margin-left: 0;
}

.dlab-tabs.vertical.right .tab-pane {
    padding: 10px 20px 10px 0;
}


/* Tabs Style Button  */

.tabs-btn .nav-tabs {
    border: 0;
}

.tabs-btn .nav-tabs li a {
    padding: 13px 20px;
}

.tabs-btn .nav-tabs li a,
.tabs-btn .nav-tabs li a:hover,
.tabs-btn .nav-tabs li a:focus {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0 none;
}

.tabs-btn .nav-tabs li a.active:focus,
.tabs-btn .nav-tabs li a.active:hover,
.tabs-btn .nav-tabs li a.active {
    background-color: #1abc9c;
    color: #fff;
    border: 0;
}

.tabs-btn .nav-tabs li a.active i {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .tabs-btn .nav-tabs li a {
        padding: 13px 20px;
    }
}


/*tabs style 6  [ right-nav & content with border ]*/

.dlab-tabs.vertical.right.border .tab-pane {
    padding: 20px;
    margin-right: -1px;
}


/*== >Accordians =====*/

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dlab-accordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
}

.acod-head {
    position: relative;
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0;
}

.acod-head .fa {
    margin-right: 5px;
}

.acod-head a {
    display: block;
    padding: 17px 40px 17px 25px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover {
    color: #EFBB20;
}

.acod-head a.collapsed,
.acod-head a.collapsed:after {
    color: #3d474a;
}

.acod-head a:after {
    font-family: "themify";
    content: "\e622";
    float: right;
    color: #EFBB20;
    font-size: 16px;
    letter-spacing: -2px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.acod-head a.collapsed:after {
    content: "\e61a";
    font-size: 16px;
    font-family: "themify";
}

.acod-body {
    border-left: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    border-top: 1px solid transparent;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
}

.acod-content {
    margin: 20px;
}


/* accordian Style  */

.accdown1 .acod-head a:after {
    content: "\e64b";
}

.accdown1 .acod-head a.collapsed:after {
    content: "\e649";
}


/*== accordian rounded corners ==*/

.dlab-accordion.rounded .panel:first-child .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dlab-accordion.rounded .panel:last-child .acod-head a.collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dlab-accordion.rounded .panel:last-child .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dlab-accordion.rounded .panel:last-child .acod-body.in {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*== accordian space between panel ==*/

.dlab-accordion.space .panel {
    margin-bottom: 5px;
}

.dlab-accordion.rounded.space .panel .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dlab-accordion.rounded.space .panel .acod-head a.collapsed {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dlab-accordion.rounded.space .panel .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*== accordian background for title ==*/

.dlab-accordion.bg-title .acod-head a {
    background-color: #F7F8FA;
}


/*== accordian no cover border with content area ==*/

.dlab-accordion.no-cover .acod-body {
    border: none;
}

.dlab-accordion.no-cover .acod-content {
    padding-left: 20px;
    margin-right: 10px;
    border-left: 2px solid #e8e8e8;
    position: relative;
}

.dlab-accordion.no-cover .acod-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #e8e8e8;
}


/*== accordian title bottom bordered ==*/

.dlab-accordion.border-bottom .acod-head a {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
}


/* No Gap */

.no-gap .acod-title a {
    border: 0 none;
    padding: 10px 0;
}

.no-gap .collapse {
    border: 0 none;
}

.no-gap .acod-content {
    margin: 10px 0 10px;
}


/*Client carousel */

.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%;
}

.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.owl-carousel .ow-client-logo img {
    height: 80px;
    max-height: 100%;
    width: auto;
    display: inline-block;
}


/* Blog New Add */

.blog-info {
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 7px 15px;
    position: absolute;
    top: -34px;
    width: 100%;
}

.blog-info li {
    display: inline-block;
    padding: 0 5px 0px 5px;
    line-height: 14px;
    border-right: 1px solid;
}

.blog-info li:hover,
.blog-info li a:hover {
    color: #fff;
}


/*== >Testimonials ======*/

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}

.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}

.testimonial-text {
    padding: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.testimonial-detail {
    padding: 5px;
}

.testimonial-name {
    font-family: montserrat;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-position {
    font-family: montserrat;
    font-size: 12px;
    font-style: inherit;
    text-transform: uppercase;
}

.testimonial-name,
.testimonial-position {
    display: block;
}

.testimonial-text p:last-child {
    margin: 0;
}

.owl-item.active.center .testimonial-text {
    background-color: #ff3b68;
    color: #fff;
}


/*== COUNTERUP ===*/

.counter {
    position: relative;
}


/*== >Alert box =====*/

.alert-fixed {
    top: 0px;
    position: fixed;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding: 10px 10px;
}

.alert-fixed .alert {
    max-width: 1140px;
    margin: auto;
}

.alert {
    font-family: montserrat;
    border-radius: 0;
    padding: 15px 20px 15px 20px;
    border-width: 1px 1px 1px 4px;
}

.alert.alert-sm {
    padding: 5px 15px;
    font-size: 12px;
}

.alert.alert-lg {
    padding: 25px 15px;
    font-size: 16px;
}

.alert.alert-xl {
    padding: 35px 15px;
    font-size: 18px;
}

.alert[class*="alert-"]>i {
    margin-right: 8px;
    font-size: 24px;
    position: absolute;
    left: 18px;
    top: 15px;
}

.alert.no-radius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.alert.no-bg {
    background-color: transparent;
    border-width: 2px;
}

.alert[class*="alert-"] ul {
    padding-left: 25px;
    margin-top: 10px;
}

.alert[class*="alert-"] ul li:before {
    color: #a94442;
}

.alert-iconbx .title {
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.alert-iconbx {
    padding: 15px 20px 15px 65px;
}

.alert-iconbx.alert[class*="alert-"] .alert-icon {
    left: 14px;
    top: 20px;
    font-size: 40px;
}

.alert-iconbx p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}


/* Alert Color */

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
    border-left-color: #856404;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    border-left-color: #155724;
}

.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
    border-left-color: #004085;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    border-left-color: #721c24;
}

.alert-not {
    background-color: #222222;
    border-color: #222222;
    color: #aaaaaa;
    border-left-color: #fcd000;
    border-width: 0 0 0 4px;
}

.alert-not strong {
    color: #fff;
}

.alert-not code {
    background-color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 2px;
}

.alert-not:hover i {
    color: #fcff00;
}

.close {
    color: #000000;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    opacity: 0.3;
    text-shadow: none;
    vertical-align: middle;
}

.alert.alert-icon {
    padding: 15px 20px 15px 60px;
}


/*== >Modal pop =====*/

.modal-header {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}

.modal-footer {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

.modal-header {
    background: #EFBB20;
    padding: 15px 25px;
}

.modal-header .modal-title {
    color: #fff;
}

.modal .modal-body {
    padding: 25px;
}

.modal-xlg {
    width: 1000px;
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a {
    font-weight: 600;
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {
    font-weight: 400;
    color: #7c7c7c;
}

@media only screen and (max-width: 1024px) {
    .modal-xlg {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}


/*== >Breadcrumb ====*/

.breadcrumb-row {
    background: #f9f9f9;
    padding: 20px 0;
}

.breadcrumb-row ul {
    margin: 0;
}

.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

.breadcrumb-row ul li:after {
    content: "\f105";
    margin-left: 7px;
    font-family: fontawesome;
}

.breadcrumb-row ul li:last-child {
    color: #676767;
}

.breadcrumb-row ul li:last-child:after {
    display: none;
}


/*== >Tables ====*/

.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: 10px;
}

.table.borderless>tbody>tr>td,
.table.borderless>tbody>tr>th {
    border: none;
}


/*data table*/

.dataTable .sorting_asc .checkbox {
    margin-right: 0;
}


/*== >Image effects ==*/


/*use for section*/

.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary {
    position: relative;
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after,
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after,
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.overlay-primary:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after {
    background: #32003e;
}

.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after {
    background: #FFF;
}

.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.overlay-primary:after {
    background: ;
}

.overlay-black-light:after {
    opacity: 0.3;
}

.overlay-black-middle:after {
    opacity: 0.5;
}

.overlay-black-dark:after {
    opacity: 0.9;
}

.overlay-gradient-light:after {
    opacity: 0.3;
}

.overlay-gradient-middle:after {
    opacity: 0.5;
}

.overlay-gradient-dark:after {
    opacity: 0.8;
}

.overlay-white-light:after {
    opacity: 0.5;
}

.overlay-white-middle:after {
    opacity: 0.7;
}

.overlay-white-dark:after {
    opacity: 0.8;
}

.overlay-white-dark.op95:after {
    opacity: 0.95;
}

.overlay-primary-light:after {
    opacity: 0.3;
}

.overlay-primary-middle:after {
    opacity: 0.5;
}

.overlay-primary-dark:after,
.overlay-primary:after {
    opacity: 0.8;
}

.overlay-black-light .container,
.overlay-black-middle .container,
.overlay-black-dark .container,
.overlay-white-light .container,
.overlay-white-middle .container,
.overlay-white-dark .container,
.overlay-primary-light .container,
.overlay-primary-middle .container,
.overlay-primary-dark .container,
.overlay-primary .container,
.overlay-black-light .container-fluid,
.overlay-black-middle .container-fluid,
.overlay-black-dark .container-fluid,
.overlay-white-light .container-fluid,
.overlay-white-middle .container-fluid,
.overlay-white-dark .container-fluid,
.overlay-primary-light .container-fluid,
.overlay-primary-middle .container-fluid,
.overlay-primary-dark .container-fluid,
.overlay-primary .container-fluid {
    position: relative;
    z-index: 2;
}


/*use for box*/

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.overlay-icon,
.overlay-bx .align-m {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

.overlay-bx .align-b {
    height: auto;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
}

.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}

.overlay-icon span i,
.overlay-icon a i {
    background-color: #FFF;
}

.overlay-bx:hover a>i,
.dlab-media:hover .overlay-bx a>i,
.dlab-box-bx:hover .overlay-bx a>i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.overlay-bx:hover,
.dlab-media:hover .overlay-bx,
.dlab-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}


/* == >Icon boxes ==*/

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}

.border-1 {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-3 {
    border-width: 3px;
}

.border-4 {
    border-width: 4px;
}

.border-5 {
    border-width: 5px;
}


/* Border Color */

.br-col-w1,
.dlab-info.br-col-w1[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w1,
.icon-bx-wraper.bx-style-2.br-col-w1 {
    border-color: rgba(255, 255, 255, 0.15)
}

.br-col-w2,
.dlab-info.br-col-w2[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w2,
.icon-bx-wraper.bx-style-2.br-col-w2 {
    border-color: rgba(255, 255, 255, 0.3)
}

.br-col-w3,
.dlab-info.br-col-w3[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w3,
.icon-bx-wraper.bx-style-2.br-col-w3 {
    border-color: rgba(255, 255, 255, 0.5)
}

.br-col-w4,
.dlab-info.br-col-w4[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w4,
.icon-bx-wraper.bx-style-2.br-col-w4 {
    border-color: rgba(255, 255, 255, 0.7)
}

.br-col-w5,
.dlab-info.br-col-w5[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-w5,
.icon-bx-wraper.bx-style-2.br-col-w5 {
    border-color: rgba(255, 255, 255, 0.9)
}

.br-col-b1,
.dlab-info.br-col-b1[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b1,
.icon-bx-wraper.bx-style-2.br-col-b1 {
    border-color: rgba(0, 0, 0, 0.15)
}

.br-col-b2,
.dlab-info.br-col-b2[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b2,
.icon-bx-wraper.bx-style-2.br-col-b2 {
    border-color: rgba(0, 0, 0, 0.3)
}

.br-col-b3,
.dlab-info.br-col-b3[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b3,
.icon-bx-wraper.bx-style-2.br-col-b3 {
    border-color: rgba(0, 0, 0, 0.5)
}

.br-col-b4,
.dlab-info.br-col-b4[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b4,
.icon-bx-wraper.bx-style-2.br-col-b4 {
    border-color: rgba(0, 0, 0, 0.7)
}

.br-col-b5,
.dlab-info.br-col-b5[class*="border-"],
.icon-bx-wraper.bx-style-1.br-col-b5,
.icon-bx-wraper.bx-style-2.br-col-b5 {
    border-color: rgba(0, 0, 0, 0.9)
}


/* opacity */

.op0 {
    opacity: 0;
}

.op1 {
    opacity: 0.1;
}

.op2 {
    opacity: 0.2;
}

.op3 {
    opacity: 0.3;
}

.op4 {
    opacity: 0.4;
}

.op5 {
    opacity: 0.5;
}

.op6 {
    opacity: 0.6;
}

.op7 {
    opacity: 0.7;
}

.op8 {
    opacity: 0.8;
}

.op9 {
    opacity: 0.9;
}

.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle;
}

.icon-bx-xl i {
    font-size: 80px;
}

.icon-bx-lg i {
    font-size: 60px;
}

.icon-bx-md i {
    font-size: 45px;
}

.icon-bx-sm i {
    font-size: 30px;
}

.icon-bx-xs i {
    font-size: 20px;
}

.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-bx-xl img {
    height: 80px;
}

.icon-bx-lg img {
    height: 55px;
}

.icon-bx-md img {
    height: 40px;
}

.icon-bx-sm img {
    height: 30px;
}

.icon-bx-xs img {
    height: 20px;
}


/*== 11. ICON ==*/

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}

.icon-xl {
    width: 100px;
}

.icon-lg {
    width: 80px;
}

.icon-md {
    width: 60px;
}

.icon-sm {
    width: 40px;
}

.icon-xs {
    width: 30px;
}

.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle;
}

.icon-xl i {
    font-size: 80px;
}

.icon-lg i {
    font-size: 60px;
}

.icon-md i {
    font-size: 45px;
}

.icon-sm i {
    font-size: 30px;
}

.icon-xs i {
    font-size: 20px;
}

.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-xl img {
    height: 80px;
}

.icon-lg img {
    height: 70px;
}

.icon-md img {
    height: 50px;
}

.icon-sm img {
    height: 30px;
}

.icon-xs img {
    height: 20px;
}


/*== place icon with box ==*/

.icon-bx-wraper {
    position: relative;
}

.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}

.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}

.icon-bx-wraper p:last-child {
    margin: 0;
}

.icon-content {
    overflow: hidden;
}


/* icon box left aligh */

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}

.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}


/* icon box right aligh */

.icon-bx-wraper.right {
    text-align: right;
}

.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px;
}

.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}


/* icon box center aligh */

.icon-bx-wraper.center {
    text-align: center;
}

[class*="icon-bx-"][class*="bg-"] a {
    color: #fff;
}

[class*="icon-bx-"].bg-white a {
    color: inherit;
}

[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2;
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px;
}

.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}


/*== media with content box css ==*/

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
}

.dlab-tilte-inner {
    display: inline-block;
}

.dlab-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
    border-color: #eee;
}

.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
    border-top: none;
}


/*== before & after for line css ==*/

.left-border,
.right-border {
    position: relative;
}

.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC;
}

.right-border:before {
    right: 0;
}


/*==for images==*/

.dlab-media,
.dlab-media,
.dlab-post-media {
    position: relative;
    overflow: hidden;
}

.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}


/* Box Background */

.dlab-box-bg {
    overflow: hidden;
}

.dlab-box-bg .btn {
    overflow: unset;
}

.dlab-box-bg .glyph-icon {
    font-size: 50px;
}

.dlab-box-bg .icon-bx-wraper {
    background-color: #f8f8f8;
}

.icon-box-btn .btn {
    background-color: #eeeeee;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.dlab-box-bg {
    background-size: cover;
}

.dlab-box-bg.active .icon-bx-wraper {
    background-color: rgba(0, 0, 0, 0.70);
}

.dlab-box-bg .text-primary,
.dlab-box-bg .icon-content .dlab-tilte,
.dlab-box-bg .icon-content p,
.dlab-box-bg .icon-box-btn .btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dlab-box-bg.active .text-primary,
.dlab-box-bg.active .icon-content .dlab-tilte,
.dlab-box-bg.active .icon-content p,
.dlab-box-bg.active .icon-box-btn .btn {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dlab-box-bg .icon-box-btn .btn {
    border-radius: 0;
    color: #1abc9c;
    font-weight: 600;
    margin-bottom: 0;
}


/* >Box New Style */

.content-box-head {
    border-radius: 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    margin-top: -46px;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}


/*---------------------------------------------------------------
25. PAGINATION
---------------------------------------------------------------*/


/* pagination style-1 */

.pagination-bx .pagination>li {
    display: inline-block;
}

.pagination-bx .pagination,
.cvf-universal-pagination .pagination {
    margin: 0;
}

.pagination {
    padding: 10px 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #767676;
    padding: 8px 14px;
    font-weight: 500;
    font-size: 14px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    border-color: transparent;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: transparent;
}

.pagination>.previous>a,
.pagination>.next>a {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
}

.pagination-sm .pagination>li>a,
.pagination-sm .pagination>li>span .pagination-sm .pagination>.previous>a,
.pagination-sm .pagination>.next>a {
    font-size: 12px;
    padding: 6px 12px;
}

.pagination-lg .pagination>li>a,
.pagination-lg .pagination>li>span .pagination-lg .pagination>.previous>a,
.pagination-lg .pagination>.next>a {
    font-size: 18px;
    padding: 10px 20px;
}


/* pagination color */

.pagination-bx.primary .pagination>li>a,
.pagination-bx.primary .pagination>li>span {
    background-color: var(--bg-color);
    color: #fff;
    margin: 0 1px;
    border: 0;
    display: inline-block;
}

.pagination-bx.primary .pagination>li>a:hover,
.pagination-bx.primary .pagination>li>span:hover,
.pagination-bx.primary .pagination>li.active>span,
.pagination-bx.primary .pagination>li.active>a {
    background-color: var(--bg-color-sc);
}

.pagination-bx.rounded .pagination>li>a,
.pagination-bx.rounded .pagination>li>span {
    border-radius: 30px;
    margin: 0 1px;
}

.pagination-bx.rounded-sm .pagination>li>a,
.pagination-bx.rounded-sm .pagination>li>span {
    border-radius: 4px;
    margin: 0 1px;
}

.pagination-bx .pull-right {
    float: right;
}

.pagination-bx .pagination {
    width: 100%;
}

.pagination-bx.gray .pagination>li>a,
.pagination-bx.gray .pagination>li>span {
    background-color: #f6f7f8;
    margin: 0 1px;
    border: 0;
}

.pagination-bx.gray .pagination>li>a:hover,
.pagination-bx.gray .pagination>li>span:hover,
.pagination-bx.gray .pagination>li.active>span,
.pagination-bx.gray .pagination>li.active>a {
    background-color: #1abc9c;
    box-shadow: 2px 2px 8px 0 rgba(26, 188, 156, 0.5);
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .pagination-bx {
        margin-bottom: 30px;
    }
}


/*DataTable  pagination */

.dataTables_paginate ul.pagination {
    margin: 0;
}

.dataTables_paginate .pagination>li {
    padding: 0;
}


/*-----------------------------------------------------------
-----------------------------------------------------------*/
.tz-gallery {
  padding: 0;
}

.tz-gallery .iGallry {
  width: 350px;
  height: 350px;
  overflow: hidden;
  margin: 10px 0 10px 0;
  border-radius: 20px;
  border: 8px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.075);
}

.tz-gallery .iGallry img,
.tz-gallery .iGallry video {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  object-fit: cover;
  object-position: center;
}

.tz-gallery .iGallry:hover img,
.tz-gallery .iGallry:hover video {
  transform: scale(1.1) rotate(-1deg);
  opacity: 0.5;
}


.baguetteBox-button {
  background-color: #FFFFFF;
}

/*----------------------------------------------------------
----------------------------------------------------------*/


/*---------------------------------------------------------------
26. FOOTER
---------------------------------------------------------------*/

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #b0b0b0;
}

footer p,
footer strong,
footer b,
footer {
    color: #b0b0b0;
}

footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: #b0b0b0;
}

footer a,
footer a:visited {
    color: #b0b0b0;
}

footer p a {
    color: #b0b0b0;
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #b0b0b0;
}


/* widget color */

footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
    color: #b0b0b0;
}

footer.text-white .widget_categories ul li a,
footer.text-white .widget_archive ul li a,
footer.text-white .widget_meta ul li a,
footer.text-white .widget_pages ul li a,
footer.text-white .widget_recent_comments ul li a,
footer.text-white .widget_nav_menu li a,
footer.text-white .widget_recent_entries ul li a,
footer.text-white .widget_services ul li a,
footer.text-white a,
footer.text-white .footer-bottom,
footer.text-white p,
footer.text-white strong,
footer.text-white b,
footer.text-white .widget .post-title,
footer.text-white .widget-about .dlab-title,
footer.text-white {
    color: #fff;
}

footer p {
    margin-bottom: 10px;
}

footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
}

footer#footer {
    background-position: center;
    background-size: cover;
}

footer p {
    line-height: 24px;
    margin-bottom: 10px;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
    padding-left: 0;
}


/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}

footer .widget_services ul li {
    transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    padding: 10px 0px 10px 15px;
}

footer .widget_services ul li:hover {
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
}


/*widget Getintuch*/

.footer-top {
    /*background: #c4eafb;*/
    background-size: cover;
    background-position: center;
    padding: 150px 0 50px;
    position: relative;
}

.footer-bottom {
    background-color: #c4eafb;
    padding: 20px 0;
    color: #191d21;
    border-top: 1px solid rgb(255 255 255);
}

.footer-bottom .btn-link {
    color: var(--text-color-sc);
    font-size: 18px;
}

.footer-bottom ul {
    margin: 0;
}

.footer-title {
    font-size: 21px;
    font-weight: 600;
    color: var(--text-color-sc);
    margin-bottom: 40px;
}

.widget_services .list-2 li {
    padding: 0;
}

.widget_services .list-2 li a {
    color: #191918;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 8px 0 8px 20px;
    display: block;
    text-transform: uppercase;
}

.footer-top .subscribe-form input {
    background-color: #fff;
    margin: 0 0 15px 0;
    border: 0;
    padding: 20px 30px;
    height: 60px;
    color: #000;
}

.footer-top .subscribe-form .btn {
    height: auto;
    border-radius: 40px;
}

.footer-top .widget_services .list-2 {
    margin-top: -8px;
}


/* Footer Full */

.footer-full .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.footer-top .widget {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
        clear: both;
    }
    .footer-full .text-left,
    .footer-full .text-right,
    .footer-full .text-center {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-full .text-right {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-clear {
        display: block !important;
        clear: both;
    }
    #footer .footer-4-col {
        width: 100%;
    }
    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
}


/* scroll top btn css */

button.scroltop {
    background: #000000;
    opacity: 0.8;
    border-radius: 7px;
    border: 0;
    bottom: 15px;
    right: 15px;
    box-shadow: 2px 2px 12px -5px #00000080;
    color: #fff !important;
    cursor: pointer;
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0;
    position: fixed;
    z-index: 999;
}

button.scroltop:hover {
    opacity: 0.5;
    transition: all ease-in-out 0.4s;
}


/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/

.page-wraper {
    background: #fff;
}

.gray-layout.page-wraper .main-bar,
.gray-layout.page-wraper .bg-white,
.gray-layout.page-wraper {
    background: #F7F9FB !important;
}

.content-area {
    padding-top: 60px;
}

.section-full {
    position: relative;
}


/*= Section Head Part =*/

.section-head {
    margin-bottom: 40px;
}

.section-head.no-margin {
    margin-bottom: 0;
}

.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
}

.section-head img {
    width: 25%;
}

.title-small {
    display: block;
    color: #494949;
    margin-bottom: 15px;
}

.section-head p {
    font-size: 16px;
    color: #0f192d;
    line-height: 28px;
}

.section-head p.text-white {
    color: #fff;
}

.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-top: 0;
}

.text-white {
    color: #FFF;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}


/*= Section Content Part =*/

.section-content {}

@media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 991px) {
    .page-content {
        margin-top: 0;
    }
}


/*---------------------------------------------------------------
28. INNER-CONTENT
---------------------------------------------------------------*/


/*page not found*/

.page-notfound {
    padding: 50px 0;
}

.page-notfound strong {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    display: block;
}

.page-notfound strong i {
    font-size: 190px;
    margin: 0 10px;
}

.page-notfound .searchform {
    position: relative;
    text-align: left;
    max-width: 420px;
    margin: 30px auto;
}

@media only screen and (max-width: 767px) {
    .page-notfound strong i,
    .page-notfound strong {
        font-size: 120px;
    }
    .section-head img {
        width: 50%;
    }
}


/* required classes */

.sticky {
    clear: both;
}

.gallery-caption {
    clear: both;
}

.bypostauthor {
    clear: both;
}


/*Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*===============================================

	gallery pages css

=============================================== */

.dlab-gallery-listing {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}


/*===============================================

	Layout boxed css

=============================================== */

#bg {
    background-attachment: fixed;
    background-size: cover;
}

#bg {
    background-attachment: fixed;
    background-size: cover;
}

.boxed .page-wraper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}

.boxed .tp-rightarrow {
    right: 0 !important;
}

.boxed .tp-leftarrow {
    left: 0 !important;
}

.boxed.footer-fixed .site-footer {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}

.boxed .is-fixed .main-bar {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}

.boxed .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%;
}


/* Frame */

.frame {
    padding: 30px;
}

.frame .page-wraper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.frame .tp-banner-container,
.frame .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}

.frame .tp-rightarrow {
    right: 0 !important;
}

.frame .tp-leftarrow {
    left: 0 !important;
}

.frame .is-fixed .main-bar {
    left: 0;
    width: 100%;
    margin: 0;
}

.frame .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%;
}

.frame button.scroltop {
    right: 50px;
    bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .frame {
        padding: 0;
    }
    .frame button.scroltop {
        right: 15px;
        bottom: 15px;
    }
}


/*Product Review*/

ol.commentlist {
    list-style: none;
    margin: 0;
}

ol.commentlist li {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: #F7F8FA;
    padding: 20px;
    border: 1px dashed #EEEEEE;
}

ol.commentlist li img {
    float: left;
    border: 5px solid #FFF;
    width: 80px;
    height: auto;
}

ol.commentlist li .comment-text {
    padding-left: 100px;
}

ol.commentlist li .meta {
    margin-bottom: 5px;
}

ol.commentlist li .meta strong {
    font-size: 16px;
}

ol.commentlist li .meta .time {
    color: #999;
    display: block;
    font-size: 14px;
}

ol.commentlist li .description p {
    margin: 0;
}

ol.commentlist li .star-rating {
    position: absolute;
    top: 20px;
    right: 20px;
}

.comment-reply-title {
    margin-top: 0;
}

.comment-form [class*="comment-form"] {
    width: 49%;
}

.comment-form label {
    display: block;
}

.comment-form [class*="comment-form"] input,
.comment-form [class*="comment-form"] textarea {
    border: 1px solid #CCC;
    padding: 8px 10px;
    width: 100%;
}

.comment-form {
    margin: 0 -15px;
}

.comment-form [class*="comment-form"],
.comment-form .form-submit {
    margin-bottom: 20px;
    padding: 0 15px;
}

.dlab-quik-search {
    background-color: rgba(20, 21, 22, 0.95) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    overflow: hidden;
}

.dlab-quik-search.On form {
    transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    max-width: 1200px;
    opacity: 1;
    border-bottom: 2px solid #000;
}

.dlab-quik-search form {
    width: 100%;
    max-width: 100px;
    margin: auto;
    position: relative;
    top: 50%;
    transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    opacity: 0;
}

.dlab-quik-search .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #fff;
    font-size: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: Montserrat;
    text-align: center;
}

.dlab-quik-search .form-control::-moz-placeholder {
    color: #706e6e;
}

.dlab-quik-search .form-control:-moz-placeholder {
    color: #706e6e;
}

.dlab-quik-search .form-control:-ms-input-placeholder {
    color: #706e6e;
}

.dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #706e6e;
}

.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 40px;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 35px;
}

#gmap_canvas {
    width: 100%;
    height: 400px;
}

#gmap_canvas img {
    max-width: none!important;
    background: none!important
}


/* Team Section */

.dlab-media.dlab-media-left .dlab-info-has,
.dlab-media.dlab-media-top .dlab-info-has,
.dlab-media.dlab-media-right .dlab-info-has {
    bottom: auto;
    margin-bottom: 0;
    top: 0;
}


/* Top Side Icon */

.dlab-media.dlab-media-top .dlab-info-has {
    margin-top: -100px;
}

.dlab-media.dlab-media-top:hover .dlab-info-has,
.dlab-box:hover .dlab-media.dlab-media-top .dlab-info-has {
    margin-top: 0;
}


/* Left Side Icon */

.dlab-media.dlab-media-left .dlab-info-has {
    left: 0;
    padding: 15px;
    width: auto;
    margin-left: -60px;
}

.dlab-media.dlab-media-left:hover .dlab-info-has {
    margin-left: 0px;
}


/* Right Side Icon */

.dlab-media.dlab-media-right .dlab-info-has {
    right: 0;
    padding: 15px;
    width: auto;
    left: auto;
    margin-right: -60px;
}

.dlab-media.dlab-media-right:hover .dlab-info-has {
    margin-right: 0px;
}


/*---------------------------------------------------------------
29. SIDE-NAV
---------------------------------------------------------------*/

.rightsidebar {
    width: 800px;
    right: -900px;
    left: auto;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    overflow-x: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 40px 35px rgba(0, 0, 0, 0.1);
    border: 0 none;
    border-radius: 0;
    background: #f9f9f9;
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -400px;
    background: url(../images/navbg.jpg);
    overflow-x: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 40px 35px rgba(0, 0, 0, 0.1);
    border: 0 none;
    border-radius: 0;
    background-size: cover;
    background-position: center;
}

.site-header .sidenav:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #32003e;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

.sidenav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 60px;
    z-index: 2;
}

.sidenav>ul li a {
    font-size: 15px;
    display: flex;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    align-items: center;
}

.sidenav>ul li a:hover {
    color: #fff;
}

.sidenav>ul li a i {
    font-size: 24px;
    margin-right: 10px;
    background: rgb(253, 96, 162);
    background: -moz-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    background: linear-gradient(to right, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd60a2', endColorstr='#ff96a5', GradientType=1);
    text-shadow: 5px 5px 30px rgb(253, 96, 162);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidenav .logo-header {
    height: auto;
    padding: 15px;
    width: 100%;
}

.button-side-nav {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    font-size: 17px;
    cursor: pointer;
}

.rightsidebar .rightclose {
    color: #ffffff;
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    padding: 0;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 65px;
    z-index: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sidenav>.menu-close {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #fff;
    color: #000;
    right: 0;
    z-index: 22;
    cursor: pointer;
    position: absolute;
    left: 0;
    text-align: center;
}

.menu-close:after {
    content: "";
}

.sidenav>.menu-close:hover {
    color: #fff;
}

@media only screen and (max-width: 800px) {
    .sidenav.cs-sidenav {
        width: 100%;
    }
}


/*==== Particles ====*/

#particles-js .container {
    z-index: 2;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}


/*==== LOADING ====*/

#loading-area {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-size: 60px;
    background-image: url(../images/loading.svg);
    background-position: center;
}


/* =============================
	Spacing End Alignment	
============================= */

.site-footer {
    background-image: linear-gradient(45deg, rgba(255, 0, 191, 0.850), rgba(255, 0, 191, 0.850)), url('../images/footer-bg.jpg');
    background-position: center;
    background-size: cover;
}

.site-footer .widget_getintuch {
    padding-top: 0;
}

.content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
}

.content-inner-1 {
    padding-top: 60px;
    padding-bottom: 0px;
}

.content-inner-2 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-inner-3 {
    padding-top: 30px;
}

.content-inner-4 {
    padding-top: 0;
    padding-bottom: 70px;
}

.content-inner-5 {
    padding-top: 50;
    padding-bottom: 50px;
}


/* sp */

.row.sp40,
.sp40 {
    margin-left: -20px;
    margin-right: -20px;
}

.row.sp40 [class*="col-"],
.sp40 [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.row.sp20,
.sp20 {
    margin-left: -9px;
    margin-right: -9px;
}

.row.sp20 [class*="col-"],
.sp20 [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
}

.row.sp15,
.sp15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row.sp15 [class*="col-"],
.sp15 [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row.sp10,
.sp10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.sp10 [class*="col-"],
.sp10 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}


/* Mobile Spacing */

@media only screen and (max-width: 991px) {
    .sticky-top {
        position: unset;
    }
    .content-inner {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .widget_ftabout p,
    .widget_services .list-2 li a {
        font-size: 15px;
    }
    .footer-title {
        margin-bottom: 20px;
    }
    .widget_ftabout .footer-logo {
        margin-bottom: 10px;
        margin-top: -25px;
        width: 100px;
    }
    .site-footer .widget {
        margin-bottom: 40px;
    }
    .content-inner {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .content-inner-1 {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .content-inner-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-head {
        margin-bottom: 25px;
    }
    .dlab-project-left {
        padding-top: 30px;
    }
    .testimonial-section {
        padding-top: 30px;
    }
    .testimonial-section .owl-controls {
        margin-top: 20px;
    }
    .section-head p {
        padding-top: 0;
    }
    .h3 {
        font-size: 28px;
        margin-top: 10px;
    }
    .about-service .icon-bx-wraper:nth-child(2) {
        margin-top: 0;
    }
    .side-bar {
        margin-bottom: 30px;
    }
    .dlab-post-title .post-title {
        margin-top: 10px;
    }
    .footer-info-box .newsletter {
        margin-bottom: 10px;
    }
    ol.commentlist li .star-rating {
        position: unset;
    }
    .comment-form [class*="comment-form"] {
        width: 100%;
    }
    .pricingtable-wrapper {
        margin-bottom: 30px;
    }
    .pricingtable-highlight {
        margin: 0;
    }
}


/* Google Recaptcha */

.g-recaptcha,
#rc-imageselect {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media screen and (max-width: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -moz-transform: scale(0.77);
        -o-transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.recaptcha-box {
    height: 60px;
}

.g-recaptcha>div {
    width: 250px !important;
}


/* Mo-Left */

.nav-footer,
.header-nav .home-sign,
.mo-nav .logo-header,
.mo-nav .social-menu {
    display: none;
}


/* Google Recaptcha */

@media screen and (max-width: 991px) {
    .mo-left .header-nav.nav-dark {
        background-color: #141516;
    }
    .mo-left .header-nav {
        overflow: scroll;
        position: fixed;
        width: 280px;
        left: -280px;
        height: 100vh !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #f8f8f8;
        margin: 0;
        z-index: 99;
    }
    .mo-left .header-nav li.open a {
        position: relative;
    }
    .navbar-nav {
        overflow-x: unset;
        height: 100%;
    }
    .mo-left .header-nav.show {
        left: -1px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        margin: 0;
        width: 280px;
        border: 0;
    }
    .mo-left .is-fixed .header-nav .nav {
        height: auto;
    }
    .mo-left .navbar-toggler.open:after {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: -20px;
        top: -63px;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: all 0.5s;
        transform-origin: top right;
        margin: 0 0px 0px 20px;
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    }
    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto;
        max-width: 100%;
        padding: 20px 15px;
        width: 100%;
    }
    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 220px;
        height: auto;
    }
    .mo-left .navbar-toggler.open span {
        background: #fff;
    }
    .header-nav .home-sign {
        display: flex;
        margin-bottom: 20px;
        padding: 0 20px;
        width: 100%;
    }
    .header-nav .home-sign div:last-child {
        padding-left: 10px;
    }
    .header-nav .home-sign div:first-child {
        padding-right: 10px;
    }
    .header-nav .home-sign div {
        flex: 0 0 50%;
        max-width: 50%;
        text-transform: uppercase;
        font-weight: 600;
    }
    .header-nav .home-sign a {
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 10px;
    }
    .header-nav .home-sign a span {
        display: inline-block;
    }
    .nav-footer p {
        font-size: 14px;
        color: #999;
        margin-bottom: 0;
    }
    .nav-footer {
        display: block;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 15px 20px;
        margin-top: auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .nav-social {
        margin: 0 0 8px 0 !important;
        padding: 0;
        list-style: none;
    }
    .nav-social li {
        display: inline-block;
    }
    .nav-social li a {
        width: 32px;
        height: 32px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        line-height: 30px;
        text-align: center;
        border-radius: 6px;
        font-size: 13px;
        color: #888;
    }
}

@media only screen and (max-width: 767px) {
    .sp10-sm .row,
    .row.sp10-sm,
    .sp10-sm {
        margin-left: -8px;
        margin-right: -8px;
    }
    .row.sp10-sm [class*="col-"],
    .sp10-sm [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    .logo-header {
        margin-right: 15px;
    }
}


/* ============================================== 
	header 
================================================ */


/* Search BX style 1 */

.dlab-quik-search.search-style-1 {
    width: 100%;
    background-color: #fff !important;
    color: #000;
}

.dlab-quik-search.search-style-1 .form-control,
.dlab-quik-search.search-style-1 .form-control::placeholder,
.dlab-quik-search.search-style-1 .form-control::-moz-placeholder {
    color: #000;
}

.extra-cell ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.extra-cell ul li {
    display: inline-block;
    vertical-align: middle;
}

.extra-cell ul li .btn-link {
    padding: 0 0px 0 20px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.extra-cell ul li .btn-link:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.1;
}

.extra-cell ul li .btn-link i {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        float: right;
    }
    .mo-left .header-nav {
        background-size: cover;
    }
    .header-nav .nav>li.has-mega-menu {
        position: relative;
    }
    .header-nav .nav>li .sub-menu li a:hover {
        background-color: transparent;
    }
    .header-nav .nav>li .sub-menu li a {
        padding: 10px 20px;
        color: #000;
        opacity: 0.7;
        font-weight: 400;
        font-size: 13px;
    }
    .header-nav .nav>li .sub-menu {
        border: 0;
    }
    .header-nav .nav>li .sub-menu .sub-menu {
        padding: 10px 0;
    }
    .header-nav .nav>li .sub-menu .sub-menu li a {
        padding: 6px 45px;
    }
    .header-nav .nav>li:hover>a:after {
        content: none;
    }
    .header-nav .logo-header a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .site-header .header-nav .nav>li.active>a,
    .site-header .header-nav .nav>li.current-menu-item>a .header-nav .nav>li .sub-menu li a:hover,
    .site-header .header-nav .nav>li:hover>a,
    .site-header .header-nav .nav>li .mega-menu>li ul a:hover,
    .site-header .header-nav .nav>li .sub-menu li:hover>a {
        color: #000;
    }
    .social-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-bottom: 15px;
    }
    .social-menu ul li {
        display: inline-block;
    }
    .social-menu ul li a {
        color: #fff;
        font-size: 16px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .logo-header {
        margin-right: 15px;
    }
    .extra-cell ul li a,
    .extra-cell ul li .btn-link {
        font-size: 14px;
    }
    .extra-cell ul li a {
        padding: 5px 15px;
        font-size: 12px;
    }
    .extra-cell ul li .btn-link {
        padding: 0 0px 0 10px;
        margin-left: 5px;
    }
    .mo-left .navbar-toggler.open:after {
        margin: 0 0px 0px 15px;
    }
    .top-header {
        display: none;
    }
}


/* DEEPAK WORK */

.extra-content {
    font-size: 18px;
    line-height: 28px;
    color: #7b7b7b;
}

.table-hr {
    height: 5px;
}

.planner-box table tbody tr td {
    border: 0;
}

.planner-box .table td,
.planner-box .table th,
.planner-box .table thead th {
    border-top: 0;
    border-bottom: 0;
    padding: 15px 20px 15px;
    vertical-align: middle;
}

.planner-guest-bx .guest-name {
    color: #000;
}

.add-category,
.planner-guest-bx thead tr,
.planner-guest-bx tfoot tr,
.planner-guest-bx tbody tr:not(.table-hr) {
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ebebeb;
    box-shadow: 5px 5px 20px 0 rgba(0, 61, 108, 0.05);
}

.add-category {
    padding: 25px;
}

.add-category .btn-link i {
    margin-left: 0;
}

.add-category .btn-link {
    font-size: 15px;
    color: #aaa;
}

.title-name {
    max-width: 100%;
}

.guest-rsvp a,
.guest-edit-icon a {
    color: #afafaf;
    font-size: 22px;
    padding: 0 0px 0 10px;
}

.guest-invites,
.guest-rsvp,
.guest-edit-icon,
.title-invites,
.title-addresses,
.title-rsvps {
    text-align: right;
}

.planner-guest-bx .table th {
    font-weight: 500;
}

.guest-invites i {
    color: rgb(89, 71, 243);
}

.modal-content2 {
    background: white;
    padding: 20px 50px 20px 50px;
    text-align: center;
    border-radius: 10px;
}

.modal-content2 .cmplogo {
    width: 175px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.modal-content2 .cmpname h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #3b3b3b;
    margin-top: 20px;
}

.modal-content2 .cmpdesc h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #3b3b3bb7;
}

.modal-content2 .trybtn {
    background-color: #000000;
    width: auto;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    margin-top: 30px;
}

.modal-content2 .trybtn a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.modal-content2 .cmpterms p {
    font-size: 14px;
    line-height: 19px;
    color: #3b3b3bb7;
    margin-top: 10px;
}


/* Wizard */

.date-wizard .modal-content {
    border-radius: 0;
    border: 0;
}

.step-anchor {
    display: flex;
    border-bottom: 0;
    margin-bottom: 20px;
}

.step-anchor li {
    width: 33.33%;
    flex: 0 0 33.33%;
    text-align: center;
}

.nav-tabs.step-anchor li a {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border-width: 0px 0px 0px 1px;
    color: #000000;
    padding: 12px 20px;
}

.date-wizard .modal-dialog {
    max-width: 800px;
}

.date-wizard .modal-header {
    background: #fff;
    text-align: center;
    padding: 25px 30px;
    display: block;
    border: 0;
}

.date-wizard .sw-container {
    padding: 30px 0;
}

.date-wizard .modal-header .modal-title {
    color: #000;
    width: 100%;
    font-size: 22px;
}

.nav-tabs.step-anchor li.nav-item.active a {
    background: rgb(253, 96, 162);
    background: -moz-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    background: linear-gradient(to right, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd60a2', endColorstr='#ff96a5', GradientType=1);
    color: #fff;
    box-shadow: 5px 5px 40px -20px var(--bg-color);
    font-weight: 600;
}

.seclect-box {
    display: flex;
}

.seclect-box .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.seclect-box .seclect-area:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seclect-box .seclect-area {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 30px;
}

.btn-select {
    display: block;
}

.btn-select .btn {
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px !important;
    padding: 8px 15px;
    margin: 0 5px 8px 0;
    background: transparent;
    color: #777;
}

.btn-select .btn:hover,
.btn-select .btn.active {
    background: #5947f3;
    border-color: #5947f3;
    box-shadow: 5px 5px 20px -10px #5947f3;
    color: #fff;
}

.select-option .bootstrap-select .dropdown-toggle {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 15px 30px;
    height: 55px;
    font-size: 16px;
    color: #aaa;
    border-radius: 8px;
    box-shadow: 5px 5px 20px -15px #9f8270;
}

.guest-invites,
.title-invites {
    text-align: center;
}

.select-option .bootstrap-select .dropdown-toggle:active,
.select-option .bootstrap-select .dropdown-toggle:focus,
.select-option .bootstrap-select .dropdown-toggle:hover {
    box-shadow: 5px 5px 20px -15px #9f8270 !important;
}

.select-option .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 30px;
    top: 20px;
}

.select-option .bootstrap-select div.dropdown-menu ul li a {
    padding: 10px 20px;
    font-size: 15px;
}

.select-option .bootstrap-select div.dropdown-menu ul li a:hover {
    color: #fff;
    background: #5947f3;
}

.date-wizard .btn-toolbar .sw-btn-group-extra {
    display: none !important;
}

.date-wizard .btn-toolbar .btn {
    border-radius: 4px !important;
}

.date-wizard .btn-toolbar .btn-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.date-wizard .btn-toolbar {
    padding: 20px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.date-wizard .modal-header .date {
    display: block;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
}

.select-option .bootstrap-select div.dropdown-menu {
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}


/* Radio */

.radio-lg .custom-control-label:before {
    width: 25px;
    height: 25px;
    border: 2px solid #5947f3;
    top: 0;
    background: transparent;
}

.radio-lg.custom-control:hover .custom-control-label:before {
    border: 2px solid #5947f3;
}

.radio-lg.custom-control {
    padding-left: 35px;
    min-height: 25px;
}

.radio-lg.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #5947f3;
}

.radio-lg .custom-control-label {
    font-size: 15px;
    font-weight: 500;
}

.radio-lg .custom-control-label:after {
    width: 19px;
    height: 19px;
    top: 3px;
    border: 5px solid #fff;
    border-radius: 10px;
    left: 3px;
    background-image: none !important;
}

.calendar-bx {
    display: flex;
    flex-wrap: wrap;
}

.calendar-bx .btn {
    flex: 0 0 14.28%;
    width: 14.28%
}

.calendar-bx ul {
    flex: 0 0 100%;
    width: 100%;
    list-style: none;
    margin: 0 0 5px 0px;
    padding: 0 0 5px 0px;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.calendar-bx ul li {
    flex: 0 0 14.28%;
    width: 14.28%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    opacity: 0.3;
}

.calendar-bx.btn-select .btn {
    margin: 0;
    border: 0px solid;
    padding: 10px;
}

.gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd60a2+0,ff96a5+100 */
    background: rgb(253, 96, 162);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd60a2', endColorstr='#ff96a5', GradientType=1);
    /* IE6-9 */
}


/*  */

.add-guest .modal-dialog {
    max-width: 800px;
}

.planner-modal-bx.add-guest .modal-content {
    margin-top: 30px;
    border-radius: 0;
}

.modal-backdrop {
    z-index: 99999;
}

.modal {
    z-index: 100000;
}

.add-guest .label-title {
    font-size: 16px;
    font-weight: 500;
}

.gray-input .bootstrap-select .btn,
.gray-input .form-control {
    background: #f6f7f7;
}

.btn-link {
    color: var(--text-color);
}

.form-accordion .card {
    margin-bottom: 15px;
    border: 0;
}

.form-accordion .card-body {
    padding: 20px 0px 0 0;
}

.form-accordion .card-header {
    padding: 0;
    border: 0 !important;
    background: transparent;
}

.form-accordion .card-header a {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f6f7f7;
    display: block;
    border-radius: 4px;
    padding: 12px 20px;
    font-weight: 500;
    position: relative;
}

.form-accordion .card-header a:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    top: 10px;
}

.planner-modal-bx form textarea.form-control {
    height: 120px;
}

.planner-modal-bx form textarea.form-control.textarea-lg {
    height: 250px;
}


/* guests-tag */

.guests-tag {
    margin-top: 10px;
}

.guests-tag span {
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}

.guests-tag a i {
    margin-left: 0;
    margin-right: 5px;
}

.guests-tag a {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    background: #eee;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
}

.guest-filter .btn-sm {
    letter-spacing: unset;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
    margin-right: 5px;
}

.guest-filter-bx .tab-pane {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 30px;
}

.form-control {
    border-radius: 4px;
}

.side-page-bx {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pages-bx {
    position: sticky;
    top: 100px;
}

.side-page-bx li a {
    color: #000;
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.side-page-bx li:hover a,
.side-page-bx li.active a {
    background: rgb(253, 96, 162);
    background: -moz-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    background: linear-gradient(to right, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd60a2', endColorstr='#ff96a5', GradientType=1);
    box-shadow: 0px 10px 50px -20px var(--bg-color);
    color: #fff;
}


/* Support and Buy Button */

.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn.bt-support-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
    background: #1ebbf0;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    bottom: 70px;
}

.theme-btn.bt-buy-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
    background: #1fdf61;
    /* Old browsers */
    background: -moz-linear-gradient(top, #A3D179 0%, #88BA46 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #A3D179 0%, #88BA46 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #A3D179 0%, #88BA46 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46', GradientType=0);
    /* IE6-9 */
}

.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-transform: uppercase;
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important;
}


/* Support and Buy Button END */

.top-header {
    background: #8f0155;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.top-heading h5 {
    color: white;
    padding: 6px 0 0 0;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

.top-heading {
    width: 500px !important;
}

.top-social li {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.top-social li a {
    color: white;
    font-size: 12px;
    text-align: center;
}

.top-social li:hover {
    opacity: 0.5;
}

.bottom-social {
    width: 100%;
    height: 40px;
    background: #ffffffb4;
    border-radius: 5px;
}

.bottom-social li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15%;
    margin: 5px 6px 0 6px;
    cursor: pointer;
}

.bottom-social li a {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}

.bottom-social li:nth-child(1) {
    background: #3b5998;
    margin-left: 15px;
}

.bottom-social li:nth-child(2) {
    background: #00acee;
}

.bottom-social li:nth-child(3) {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.bottom-social li:nth-child(4) {
    background: #25d366;
}

.bottom-social li:nth-child(5) {
    background: #c4302b;
    margin-right: 15px;
}

.bottom-social li:hover {
    opacity: 0.7;
    transition: all ease-in-out 0.4s;
}

.middle-bar {
    background: white;
    padding-left: 10px;
    padding-right: 10px;
}

.middle-social li a {
    color: black !important;
}

.middle-social li a:hover {
    opacity: 0.7;
}

.middle-social li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ff009a;
    font-size: 16px !important;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
}

.custom-logo {
    color: #fe0098;
    font-size: 45px;
    font-family: StardustAdventure;
    padding: 15px 0 0 0;
}

.custom-a-c li a {
    color: black !important;
}

.section-head .box-title span {
    color: #fe0099;
}

.planning-tools .icon-bx .chairmanPf {
    width: 30%;
    height: 30%;
    border-radius: 10%;
}

.planning-tools .content-bx ul li {
    list-style-type: decimal-leading-zero;
    color: rgba(178, 34, 34, 0.774);
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #3b3b3b1f;
}

.planning-tools .content-bx ul li a {
    color: firebrick;
    font-size: 16px;
}

.planning-tools .content-bx ul li a:hover {
    color: black;
}

.testimonials-box .img-box-member {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-box .img-box-member img {
    width: 100%;
    min-height: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    object-fit: contain;
    object-position: center;
}

.testimonials-box:hover .img-box-member img {
    transform: scale(1.1) rotate(-2deg);
}

.owl-item.active.center {
    border: 2px solid #fe0099;
    border-radius: 10px;
}

.site-footer .widget-list p {
    color: white;
}

.site-footer .widget-list ul li a {
    font-size: 15px;
    line-height: 20px;
    margin-right: 11px;
    margin-top: 0px;
}

.site-footer .widget-list ul li i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}

.site-footer .widget-list ul li .iconBg {
    font-size: 14px;
    color: #ffffff;
    background: #00000050;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 34%;
    left: 0;
}

.owl-next {
    float: right;
}

.owl-prev {
    float: left;
}

.owl-nav {
    width: 100%;
}

.slider-sec-2 {
    position: absolute;
    top: 43px;
    left: 90px;
    z-index: 99;
}

.testimonials-crousle22 * img {
    width: 100% !important;
    border-radius: 15px !important;
}

.testimonials-crousle22 * .testimonials-box {
    height: auto !important;
    opacity: 1;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 8%);
    cursor: pointer;
}

.testimonials-crousle22 * .testimonials-box:hover {
    border: 2px solid #00000075;
    transition: ease-in 0.1s;
}

.testimonials-crousle11 * .testimonials-box {
    height: auto !important;
    opacity: 1;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 8%);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: auto;
    margin-bottom: auto
}

.testimonials-crousle11 * .testimonials-box:hover {
    border: 2px solid #ff009985;
    transition: ease-in 0.1s;
}

.testimonials-crousle22 * .testimonials-box .testimonials-name {
    color: #000000;
    line-height: 22px;
    text-align: center;
    font-size: 22px;
}

.testimonials-crousle11 * .testimonials-box .testimonials-id {
    color: #000000;
    background: #ff009921;
    padding: 5px 12px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
}

.testimonials-crousle11 * .testimonials-box .testimonials-name {
    color: #000000;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.testimonials-crousle11 * .testimonials-box .testimonials-qualification {
    color: #3b3b3b;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    text-transform: capitalize;
}

.testimonials-crousle22 * .testimonials-box .testimonials-desc {
    color: #ff009a;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
    text-transform: capitalize;
}


.pdm1 {
    margin: 0 auto;
    background: white;
    padding: 15px 15px;
    border-radius: 15px;
    text-align: center;
}

.banner-search-form {
    position: absolute;
    bottom: 7%;
    right: 5%;
    max-width: 450px;
    height: 450px;
    float: right;
    background: rgba(255, 255, 255, 0.904);
    padding: 15px 0px;
    margin-right: 15px;
    border-radius: 10px;
}

.banner-search-form * .dropdown-toggle {
    /*border: 1px solid #e7ecf1;*/
    background-color: #ff009a !important;
    /*height: 40px;*/
    /*font-size: 13px;*/
    color: #fff !important;
    border-radius: 20px !important;
}

.pdt {
    padding-top: 40px;
}

.success-story * .testimonials-box {
    padding: 0;
}

@media(max-width:768px) {
    .slider-sec-2 {
        left: 0;
    }
    .registerBtn {
        display: none;
    }
    .pdm1 {
        margin: 0 15px 0 15px !important;
    }
    .bottom-social li {
        width: auto;
    }
    .banner-search-form {
        display: none;
    }
}


/*-------------------------------------------------------------
chairman profile
-----------------------------------------------------------*/

.tabulation-2 .nav-pills .nav-item .nav-link {
    background: #e8e8e8;
    border-radius: 5px;
    width: 95%;
    color: #000000;
    font-weight: 500;
    -webkit-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
}

.tabulation-2 .nav-pills .nav-item .nav-link span {
    color: #ff009a;
}

.tabulation-2 .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #ff009a;
}

.tabulation-2 .nav-pills .nav-item .nav-link.active span {
    color: #fff;
}

.tabulation-2 .tab-content .chairmanImg {
    width: 100%;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tabulation-2 .tab-content .chairmanImg img {
    width: 50%;
    border-radius: 25px;
}

.list-make {
  background: #ff00991a;
  padding: 30px;
}

.list-make li {
  background: #ffffff69;
  border-radius: 5px;
  margin: 10px;
  list-style-position: inside;
  list-style-type: square;
  cursor: pointer;
}

.list-make li:hover {
    background: #ff009a;
    color: #FFFFFF;
}
.bottom-option * .dropdown-menu.open.show {
    transform: translate3d(0px, 50px, 0px) !important;
}
@media (max-width: 767.98px) {
    .tabulation-2 .nav-pills .nav-item {
        width: 40%;
        display: inline-block;
        margin-right: 10px;
    }
    .tabulation-2 .tab-content .chairmanImg img {
        width: 75%;
    }
}