@import url("colors.css");
@import url("../plugins/bootstrap/css/bootstrap.min.css");
@import url("../plugins/fontawesome/css/all.min.css");
@import url("../plugins/themify/themify-icons.css");
@import url("../plugins/animate/animate.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/* Templete.css */
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: var(--color-primary);
}
.dlab-bnr-inr .dz_error-404-area{
	height: 100vh;
}
.h4, .h5, .h6, h4, h5, h6{
	font-weight:600;
}
.box-sort{
	background-color: #ffffff;
	border: 1px solid #ebedf2;
	border-radius: 4px;
}
.box-sort .box-sort-in{
	border-top:1px solid #ebedf2;
}
.widget.bg-white{
	border: 1px solid #ebedf2;
}
.ext-sidebar-menu ul.menu li a {
    background: #fff;
    display: block;
    border-radius: 4px;
    padding: 15px 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 5px 12px 20px 0 rgba(0,0,0,0.05);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ext-sidebar-menu ul.menu li {
    display: block;
    padding: 0 !important;
    border: 0;
}
.ext-sidebar-menu ul.menu li:before{
	content: none;
}
.ext-sidebar-menu.sidebar-widget ul.menu li:hover a, 
.ext-sidebar-menu.sidebar-widget ul.menu li.current-menu-item a, 
.ext-sidebar-menu ul.menu li:hover a, 
.ext-sidebar-menu ul.menu li.active a {
    background: var(--color-primary);
    color: #fff;
}
.download-file {
    background: var(--color-primary);
    color: #fff;
    padding: 25px 25px 20px 20px;
    border-radius: 4px;
}

.download-file ul li a {
    background: #545454;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.download-file ul li a .text {
    display: inline;
    position: relative;
    margin-right: 3px;
}
.download-file .title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.dlab-box ul li .check-km i{
	color: var(--color-primary);
}
.header-curve.ext-header .middle-bar.bg-dark .service-list ul li .title{
    color: #fff;
}
.header-curve.ext-header .logo-header:before, 
.header-curve.ext-header .logo-header:after,
.social-curve:after,
.social-curve:before{
    background-color: var(--color-primary);
}
.header-curve.ext-header .logo-header:before {
    -webkit-transform: skew( -30deg);
    -moz-transform: skew( -30deg);
    -o-transform: skew( -30deg);
    -ms-transform: skew( -30deg);
    transform: skew(-30deg);
	right: -135px;
    width: 100%;
}
.header-curve.ext-header .middle-bar{
	padding: 0;
	border-bottom: 0;
}
.header-curve.ext-header .middle-bar .logo-header{
    padding: 20px 0;
}
@media only screen and (max-width: 1199px){
	.header-curve.ext-header .container-fluid{
		padding-left: 30px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 1200px){
	.header-curve.ext-header .container-fluid{
		padding-left: 50px;
		padding-right: 30px;
	}
}

.header-curve.ext-header .extra-nav {
    width: 20%;
}
.header-curve.ext-header .extra-nav:before,
.social-curve:before{
	-webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew( 30deg);
}
.header-curve.ext-header .extra-nav:before,
.header-curve.ext-header .extra-nav:after,
.social-curve:after,
.social-curve:before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.header-curve.ext-header .extra-nav:before {
    width: 100%;
    left: -25px;
}
.header-curve.ext-header .extra-nav:after {
    width: 100%;
    right: -50px;
}
.header-curve.ext-header .extra-nav .site-button-link{
	color: #fff;
	font-size: 14px;
}
.header-curve.ext-header .header-nav .nav>li.active>a, 
.header-curve.ext-header .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
}

.header-nav .dlab-social-icon{
	display:none;
}
@media only screen and (max-width: 1200px){
	.header-curve.ext-header .logo-header:before {
		right: -50px;
	}
	.header-curve.ext-header .service-list ul li i {
		left: 7px;
		font-size: 30px;
		line-height: 38px;
	}
	.header-curve.ext-header .service-list ul li {
		padding: 0 0 0 15px;
		margin-left: 10px;
	}
	.header-curve.ext-header .service-list ul li .title {
		font-size: 16px;
	}
	.header-curve.ext-header .extra-nav:before {
		left: -5px;
	}
	.header-curve.ext-header .extra-nav .extra-cell {
		float: right;
	}
}
@media only screen and (max-width: 991px){
	.header-curve.ext-header .navbar-toggler{
		z-index: 99;
		position: relative;
	}
}
.service-box-5 .dlab-info {
    margin-top: 20px;
}
.service-box-5 .icon-bx{
	float: left;
	margin-right: 20px;
}
.service-box-5 .dlab-info .title {
    font-size: 20px;
    margin-bottom: 5px;
}
.service-box-5 .dlab-info p {
	line-height: 26px;
}
.dlab-tabs.border, ,
.dlab-tabs.border-top{ 
    border: 0!important;
}
.inquiry-form .input-group-addon textarea{
	border-bottom: 0;
}
[type=button]:focus{
	outline: 0;
}
@media (min-width: 1600px){
	.container {
		max-width: 1600px;
	}
	.container > .row > .col-lg-4 {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 991px){
	.dlab-bnr-inr-entry {
		display: table-cell;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 591px){
	form .g-recaptcha{
		margin-bottom: -25px;
	}
	.alignright,
	.alignleft{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	blockquote {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.btn-group label.btn{
		font-size:14px;
		padding: 8px 14px;
	}
}
::-moz-selection {
  color: #fff;
}
::selection {
	color: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option{
	height:auto;
}
.bootstrap-select .dropdown-toggle:before{
	content:"\f0d7";
	font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 12px;
}
.bootstrap-select div.dropdown-menu{
	border:0;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.dropdown-item.active, .dropdown-item:active{
	background-color:var(--color-primary)!important;
	color:#fff!important;
}
.btn-block{
	display:block;
	width:100%;
}
button.scroltop {
	background-color:var(--color-primary);
	box-shadow: -4px 4px 24px -10px var(--color-primary)!important;
}
.service-box-5 .icon-up{
	overflow:hidden;
}

/*--------------------------------------------------------------
1. GENERAL
---------------------------------------------------------------*/
@media only screen and (max-width: 699px) {
	.desktop {
		display: none !important;
	}
}
@media only screen and (min-width: 700px) {
	.mobile {
		display: none !important;
	}
}
/* ===== selection ===== */
::-moz-selection { /* Code for Firefox */
  background: var(--color-primary)!important;
}
::selection {
  background: var(--color-primary)!important;
}
body, html {
     -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#6f6f6f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a {
    color: var(--color-primary);
    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;
}
button, 
select{
	outline: none;
}

.text-secondry {
	color: var(--text-sec);
}
.bg-primary{
	background-color:var(--color-primary)!important;
}
.text-primary{
	color:var(--color-primary)!important;
}
a.text-primary:hover {
	color: var(--color-hover) !important;
}

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;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
table tr:last-child td{
	border-bottom:0;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}
 ::selection {
     color: #000;
     background:#dbdbdb;
}
 ::-moz-selection {
     color:#000;
     background:#dbdbdb;
}
.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;
}
/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: "Poppins",sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #232323;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color:var(--color-primary);
}
a.bg-primary:focus,
a.bg-primary:hover{
	color:var(--color-hover);
}
h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
}
h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 25px;
}
h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
}
h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 24px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/
p {
    line-height: 28px;
    margin-bottom: 24px;
}
strong {
    font-weight: 400;
}
.bg-primary,
.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
}
/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/
dl,
ul,
ol {
    list-style-position: outside;
    padding: 0;
}
ul,
ol {
    margin-bottom: 24px;
}
div.dlab-info ul li,
div.dlab-info ol li {
    padding: 0 0 10px 0;
	list-style-position: outside;
	margin-left: 18px;
}
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
---------------------------------------------------------------*/
.p-t10 {
    padding-top: 10px;
}
.p-b5 {
    padding-bottom: 5px;
}
.p-b30 {
    padding-bottom: 30px;
}
/*== >marging (top) ==*/

.m-t0 {
    margin-top: 0;
}
.m-t30 {
	margin-top: 30px;
}
/*== >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;
}
/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.static {
    position: static;
}
/*---------------------------------------------------------------
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;
}
/*=== >background color ===*/
.bg-transparent {
    background-color: transparent;
}
.bg-primary {
    background-color: ;
}
.bg-white {
    background-color: #FFF;
}
/*=== >background image ===*/
.bg-img-fix {
    background-attachment: unset;
	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;
}
/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/

.dlab-img-overlay1 {
    position: relative;
}
.dlab-img-overlay1:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s 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.5;
}
/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
.dlab-media {
    overflow: hidden;
    position: relative;
}
/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/
label {
    font-weight: 600;
    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 {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
textarea.form-control{
	height:auto;
}
.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 !important;
    background-color: #fff !important;
    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 !important;
    border: 1px solid #e9e9e9 !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select:active,
.bootstrap-select:focus {
    border: 0px !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show {
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show .dropdown-toggle {
    box-shadow: none !important;
    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: 10px 20px;
    font-size: 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;
	
}

/*---------------------------------------------------------------
14. HEADER (top part of page)
---------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	div.extra-nav {
		display: block !important;
		right: 20px;
	}
}

.main-bar i.ti-facebook {
	font-size: 18px;
	border-radius: 50%;
	padding: 4px;
	color: white;
	background: #4267B2;
}

.site-header {
    position: relative;
    z-index: 99999;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
.extra-nav {
	float: right;
	position: relative;
	z-index: 9;
}
/*without top bar*/
@media only screen and (max-width: 999px) {
	.extra-nav {
		padding-top: 25px;
	}
}
@media only screen and (min-width: 1000px) {
	.extra-nav {
		padding: 20px;
	}
}

.extra-nav .site-button-link {
	font-size: 25px;
    line-height: 25px;
    color: #020d26;
    cursor: pointer;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
.ext-header .main-bar .logo-header{
	display:none;
}
@media only screen and (max-width: 991px) {
	.ext-header .main-bar .logo-header{
		display:table;
	}
}
@media only screen and (max-width: 767px) {
    .extra-nav {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 999px) {
    .extra-nav {
        border-left: 1px solid rgba(0,0,0,0.1);	
    }
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
/* 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)
---------------------------------------------------------------*/

.dlab-bnr-inr,  .dlab-bnr-inr-entry{
	 height: 90px !important;
}
/* Header Middle */
.middle-bar{
	border-bottom:1px solid rgba(0,0,0,0.1);
    padding: 20px 0;	
}
.middle-area{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle-bar .logo-header,
.middle-bar .logo-header img{
	width: 200px;
	max-width: 200px;
}

.service-list ul{
	margin:0; 
	padding:0;
	list-style:none;
}
.service-list ul li{
    display: inline-block;
    position: relative;
    padding: 0 0 0 55px;
    margin-left: 15px;	
}
.service-list ul li i{
    position: absolute;
    left: 10px;
    font-size: 38px;
    line-height: 38px;
    color: var(--color-primary);
    font-weight: 100;
    top: 2px;
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.service-list ul li:hover i{
	transform:scale(1.2);
}
.service-list ul li .title{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 24px;	
}
.service-list ul li span{
    font-size: 14px;
    color: #999999;
}
/*---------------------------------------------------------------
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: 180px;
    height: 68px;
    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 {
    height: auto;
	width: 100%;
	max-width: 180px;
}
.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
/*= When header is sticky =*/

.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    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.header-curve .logo-header,
	.is-fixed .logo-header,
	.is-fixed.header-curve .logo-header{
        width: 135px;
		max-width: 135px;
		height:50px;
    }
	.logo-header img, 
	.logo-footer img {
		max-width: 135px;
	}
    .is-fixed .logo-header a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: sub;
    }
	.is-fixed .header-nav .logo-header a img,
    .is-fixed.header-curve .header-nav  .logo-header a img {
        vertical-align: middle;
    }
	.site-header .navbar-toggler,
	.site-header .is-fixed .navbar-toggler{
		 margin: 25px 0 0 10px;
	}
	.site-header .extra-nav,
	.site-header .is-fixed .extra-nav{
		padding-top: 25px;
	}
}
/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/

.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}
.header-curve .logo-header:before,
.header-curve .logo-header:after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
	
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.is-fixed.header-curve .logo-header img {
    margin-top: -0;
}

.header-curve .site-button-link:hover,
.header-curve .site-button-link{
	color:#fff;
}
@media only screen and (max-width: 991px) {
	.header-curve .header-nav .logo-header:before,
	.header-curve .header-nav .logo-header:after {
		content:none;
	}
}
@media only screen and (max-width: 767px) {
    .header-curve .logo-header:after {
        right: 0;
        left: auto;
    }
}
/*---------------------------------------------------------------
18. NAVIGATIONS
	>mena-menu
	>mobile-menu
	>footer-menu
---------------------------------------------------------------*/
/*== >mena-menu ==*/

#myNavbar li.active a{
	background-color:var(--color-primary);
}
.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 15px 15px 15px;
    padding: 0;
	float: right;
}
.navbar-toggler span {
    background: #666;
}
.site-header .main-bar .container{
	position: relative;
}
.header-nav {
    padding: 0;
}
.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;
    position: relative;
}

.header-nav .nav > li > a {
    border-radius: 0px;
    color: #020d26;
    font-size: 16px;
    padding: 23px 17px 22px 17px;
    cursor: pointer;
	font-weight: 600;
	display: inline-block;
	position: relative;
    border:1px solid rgba(0,0,0,0.10);
    border-width: 0 0 0 1px;	
}
.header-nav .nav > li > a.nav-link{
	padding-left:12px;
	padding-right:12px;
}
.header-nav .nav > li > a.nav-link.active{
	color:var(--color-primary);
}
.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #efbb20;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}

.header-nav .nav > li.active > a:after{
	content: "";
    height: 5px;
    background: var(--color-primary);
    width: calc(100% + 2px);
    position: absolute;
    bottom: 0;
    left: -1px;
}
.main-bar.bg-primary .header-nav .nav > li > a:after,
.main-bar.bg-primary .header-nav .nav > li.active > a:after{
	background:#fff;
}
.header-nav .nav > li > a:after{
	content: "";
    height: 5px;
    background: var(--color-primary);
    width: 0;
    position: absolute;
	bottom: 0;
    right: -1px;
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.header-nav .nav > li:hover > a{
	color:var(--color-primary);
}
.header-nav .nav > li:hover > a:after{
	width: 100%;
	transform-origin:right;
	-moz-transform-origin:right;
	-webkit-transform-origin:right;
	-ms-transform-origin:right;
	-o-transform-origin:right;
	right:auto;
	left:0;
}
.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.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.header-nav .nav > li > .sub-menu,
.header-nav .nav > li > .mega-menu {
	box-shadow:0px 1px 40px 0px rgba(0, 0, 0, 0.1);
}
.header-nav .nav > li .sub-menu, 
.header-nav .nav > li .mega-menu {
    border-radius: 2px;
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}
.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 25px;
    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: 400;
}
.header-nav .nav > li .mega-menu > li ul a:hover,
.header-nav .nav > li .sub-menu li:hover > a{
    background-color: #F2F2F2;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: var(--color-primary);
}
.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: 220px;
}
.header-nav .nav > li .sub-menu li .fas {
    color: inherit;
    display: block;
    float: right;
    font-size: 16px;
    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: 220px;
    -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: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.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;
    border: 1px solid #f8f8f8;
    display: flex;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
	z-index: 9;
	display:flex;
}
.header-nav .nav > li .mega-menu > li {
    display: block;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    flex: 1;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    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;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
}
.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: #000;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 25px;
    font-weight: 400;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: var(--color-primary);
}
.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: "Font Awesome 5 Free";
	font-weight:600;
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
/* Header Center */
.site-header.center .header-nav .nav {
    display: inline-block;
    float: left;
    width: 40%;
}
.site-header.center .navbar-nav > li{
	display: inline-block;
    float: none;
}
.site-header.center .header-nav .nav:first-child {
	text-align:right;
}
.site-header.center .header-nav .nav:first-child li{
	text-align:left;
}
.site-header.center .header-nav .nav:last-child {
	float:right;
}
.site-header.center  .logo-header{
	position: absolute;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
	position:absolute;
	left: 50%;
	text-align:center;
}
.site-header.center  .logo-header img{
	height: 100px;
    margin-bottom: -50px;
    position: relative;
    width: 100px;
    z-index: 2;
	object-fit: contain;
}
.site-header.center  .logo-header:after{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 100px;
    position: absolute;
    width: 140%;
	bottom:-99px;
	left: -20%;
}
/* Mega Menu */
.header-nav .nav > li.has-mega-menu.demos .mega-menu{
	left:auto;
	right:auto;
	max-width: 600px;
	z-index: 9;
}

.header-style-4.style-1 .header-nav .nav > li.active a:before,
.header-style-4.style-1 .header-nav .nav > li:hover > a:before{
	background-color:var(--color-primary);
}
.header-nav .nav > li .mega-menu > li > ul li > a:after,
.header-nav .nav > li .sub-menu li > a:after{
	background-color:var(--color-primary);
}

@media only screen and (max-width: 1200px) {
	.header-nav .nav > li > a{
		padding: 22px 15px 22px 15px;
		font-size: 14px;
		font-weight: 500;
	}	
	.extra-nav .site-button-link {
		font-size: 22px;
		line-height: 22px;
	}
	.logo-header img {
		width: 135px;
	}
}
@media only screen and (max-width: 991px) {
	.middle-bar{
		display:none;
	}
	.site-header.center .header-nav .nav{
		width:100%;
	    float: none;	
	}
	.site-header.center .navbar-nav > li {
		display: block;
		float: left;
		width: 100%;
	}
	.header-nav .nav > li.has-mega-menu.demos .mega-menu{
		max-width:100%;
	}
	.header-nav .nav > li .mega-menu{
		border:0;
	}
	.site-header.center .is-fixed .header-nav .nav{
		height:auto;
	}
	.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;
	}
	.header-nav .nav > li:hover > a:after,
	.header-nav .nav > li.active > a:after{
		content:none;
	}
	.header-nav .nav > li .sub-menu li a,
	.header-nav .nav > li .mega-menu > li ul a{
		padding: 2px 0 1px 15px;
		display: block;
		font-size: 16px;
		line-height: 30px;
		position:relative;
	}
	.header-nav .nav > li .sub-menu li a:after,
	.header-nav .nav > li .mega-menu > li ul a:after{
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight:600;
		width: auto;
		height: auto;
		background: transparent!important;
		top: 1px;
		color: #000;
		font-size: 16px;
		position: absolute;
		left: 0;
	}
	.header-nav .nav > li .sub-menu:after,
	.header-nav .nav > li .mega-menu:after{
		content:"";
	}
}
@media only screen and (max-width: 767px){
	.header-nav .logo-header > a{
		width: 100%;
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.site-header.center  .logo-header img{
		height: 60px;
		margin-bottom: -30px;
	}
	.logo-header{
		height: 50px;
	}
}
.header-nav .nav > li.demos{
	position:inherit;
}
.header-nav .nav > li.demos .mega-menu {
    max-width: 700px;
	width: 700px;
	left:auto;
	right:0;
}
.header-nav .nav > li .mega-menu > li.header-add{
	padding: 18px 14px;
}	
@media only screen and (max-width: 991px) {
    header .logo {
        display: block;
        padding: 4px 0;
    }
	.header-nav .nav > li.demos .mega-menu.left{
		width:100%;
		max-width:100%;
	}
}
@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;
        background: #fff;
		width:100%;
		display: block;
    }
    .header-nav .nav > li {
        float: none;
		display:block;
		width:100%;
		font-family: Roboto;
	    padding: 0 25px 0 25px;	
    }
    .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 {
        display: block;
		position: relative;
		border: 0;
		padding: 8px 0;
		font-size: 18px;
		line-height: 30px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .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: #f6f6f6;
		box-shadow: none;
    }
    .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:"\f105";
	}
	.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:"\f107";
	}
	.header-nav .nav > li ul, 
	.header-nav .nav > li .sub-menu, 
	.header-nav .nav > li .mega-menu{
		background: transparent;
	}
	.header-nav .nav > li .mega-menu{
		padding: 10px 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header-nav .nav > li > .sub-menu{
		border: 1px solid rgba(0,0,0,0.1);
		padding: 10px 0;
		border-width:0 0 1px 0;
	}
	.header-nav .nav > li > .sub-menu .sub-menu li a{
		padding: 2px 0 1px 30px;
	}
	.header-nav .nav > li > .sub-menu .sub-menu li a:hover{
		background-color:rgba(0,0,0,0.1);
	}
	.header-nav .nav > li > .sub-menu .sub-menu li a:after{
		    content: "\f111";
			font-family: "Font Awesome 5 Free";
			font-weight:600;
			width: auto;
			height: auto;
			background: transparent;
			top: 3px;
			color: #000;
			font-size: 5px;
			left: 15px;
	}
    .side-nav .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right {
        background-color: var(--color-primary);
		color: #ffffff!important;
		height: 30px;
		line-height: 30px;
		right: 0;
		text-align: center;
		width: 30px;
		z-index: 3;
		float: right;
		font-size: 20px;
		margin: 0;
    }
	.header-nav .nav > li .sub-menu li i.fa-angle-right:before{
		content: "\f105";
	}
	.header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
		content: "\f107";
	}
    .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;
    }
	.header-nav .nav > li ul.mega-menu{
		
	}
	.header-nav .nav > li.open > .sub-menu li.open > a > i,
	.header-nav .nav > li.open > a > i{
		background:#313444;
	}
	/* .header-nav .nav > li.open  .sub-menu li.open > a > i{
		background:#fff;
	} */
	/* .header-nav .nav > li .sub-menu li .fa{
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		margin: 0;
		right: -1px;
		color:#fff;
	} */
	.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;
    }
	.header-nav .nav > li .mega-menu > li ul a:hover,
	.header-nav .nav > li .sub-menu li:hover > a{
		background-color: transparent;
		text-decoration: none;
	}
    .header-nav.nav-dark.nav .open > a,
    .header-nav.nav-dark .nav .open > a:focus,
    .header-nav.nav-dark .nav .open > a:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }
	.header-nav .nav > li .sub-menu li .fa {
		color: #000;
		display: block;
		float: right;
		font-size:20px;
		opacity: 1;
		background:#fff;
	}
}
/*= nav dark version =*/

.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu {
    background-color: #232323;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-dark.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
.nav-dark.header-nav .nav > li .sub-menu li a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a {
    color: rgba(255,255,255,0.6);
}
.header-nav.nav-dark .nav > li .mega-menu > li > a{
	color:#fff;
}
.header-nav .nav > li .sub-menu li a:hover{
	color:var(--color-primary);
}
.nav-dark.header-nav .nav > li .sub-menu li a:hover {
    background-color: rgba(255,255,255,0.0);
}
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover{
	color:var(--color-primary);
}
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li ul li a:hover,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
    background-color: rgba(255,255,255,0.0);
    color: #fff !important;
}
.nav-dark.header-nav .nav > li .mega-menu > li:after {
    background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
	.nav-dark.header-nav .nav > li > a{
		color:#9d9d9d;
	}
    .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    }
    .nav-dark.header-nav .nav {
        background-color: #202020;
    }
    .nav-dark.header-nav .nav > li > a {
        border-top: 0px solid rgba(0, 0, 0, 0.2);
    }
    [class*="bg-"] .nav-dark.header-nav .nav > li > a {
        color: #999;
    }
    [class*="bg-"] .nav-dark.header-nav .nav > li.active > a,
    [class*="bg-"] .nav-dark.header-nav .nav > li:hover > a {
        color: #EFBB20;
    }
    .nav-dark.header-nav .nav > li > a:hover,
    .nav-dark.header-nav .nav > li > a:active,
    .nav-dark.header-nav .nav > li > a:focus {
        background-color: #282828;
        color: var(--color-primary);
    }
    .nav-dark.header-nav .nav > li ul,
    .nav-dark.header-nav .nav > li .sub-menu,
    .nav-dark.header-nav .nav > li .mega-menu {
        background-color: #282828;
    }
}
/*= 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 50px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    
}
/*= 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 Dark */
.header.dark,
.header.dark .main-bar{
	 background: #252525
}
@media only screen and (min-width: 991px) {
	.header.header-transparent .header-nav .nav > li > a,
	.header.dark .header-nav .nav > li > a,
	.header.header-transparent .main-bar .header-nav .nav > li > a,
	.header.dark .main-bar .header-nav .nav > li > a{
		border: 1px solid rgba(255,255,255,0.10);
		border-width: 0 0 0 1px;
	}
	.header.header-transparent .header-nav .nav > li:last-child > a,
	.header.dark .header-nav .nav > li:last-child > a {
		border-width: 0 1px 0 1px;
	}
}
.header.dark .dlab-topbar-left ul li a, 
.header.dark .dlab-topbar-right ul li a,
.header.dark .header-nav .nav > li > a,
.header.dark .extra-nav .site-button-link,
.header.dark .navbar-toggler {
    color: #dfdfdf;
}
.header.dark .navbar-toggler span{
	background-color:#dfdfdf;
}
.header.dark .top-bar{
	background-color:#252525;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
.header-transparent + .page-content .dlab-bnr-inr-md,
.header-transparent + .page-content .dlab-bnr-inr-sm{
	padding-top:60px;
}
/* Header Transparent  */
.header-transparent{
	position:absolute;
	width:100%;
}
.header-transparent .main-bar{
	background-color:rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.header-transparent .header-nav .nav > li > a{
	color:#fff;
}
.header-transparent .dlab-topbar-left ul li a,
.header-transparent .header-nav .nav > li > a,
.header-transparent .extra-nav .site-button-link,
.header-transparent .navbar-toggler {
    color: #fff;
}
.header-transparent .navbar-toggler span{
    background-color: #fff;
}
.header-transparent .is-fixed .main-bar{
	position:fixed;
	background-color:rgba(0,0,0,0.9);
}
.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;
}
@media only screen and (max-width: 767px) {
	.fullwidth .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Colored Bg */
/*=== Primary */
.header.primary,
.header.primary .main-bar{
	 background: var(--color-primary)
}
.header.primary .header-nav .nav > li > a,
.header.primary .extra-nav .site-button-link,
.header.primary .navbar-toggler {
    color: #fff;
}
.header.primary .navbar-toggler span {
	background-color:#fff
}
.header.primary .top-bar{
	background-color:var(--color-primary);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
.header.primary .header-nav .nav > li:hover > a:after,
.header.primary .header-nav .nav > li.active > a:after{
	background-color:#fff;
}
/*=== Red */
.header.red,
.header.red .main-bar{
	 background: #F22D4E;
}
.header.red .header-nav .nav > li > a,
.header.red .extra-nav .site-button-link,
.header.red .navbar-toggler {
    color: #dfdfdf;
}
.header.red .navbar-toggler span {
	background-color:#dfdfdf
}
.header.red .top-bar{
	background-color:#F22D4E;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
/*=== Blue */
.header.blue,
.header.blue .main-bar{
	 background: #00c5dc;
}
.header.blue .header-nav .nav > li > a,
.header.blue .extra-nav .site-button-link,
.header.blue .navbar-toggler {
    color: #fff;
}
.header.blue .navbar-toggler span {
	background-color:#fff
}
.header.blue .top-bar{
	background-color:#00c5dc;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/*=== Purpal */
.header.purpal,
.header.purpal .main-bar{
	 background: #8862b9;
}
.header.purpal .header-nav .nav > li > a,
.header.purpal .extra-nav .site-button-link,
.header.purpal .navbar-toggler {
    color: #fff;
}
.header.purpal .navbar-toggler span {
	background-color:#fff
}
.header.purpal .top-bar{
	background-color:#8862b9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/*=== Yellow */
.header.yellow,
.header.yellow .main-bar{
	 background: #ffb822;
}
.header.yellow .header-nav .nav > li > a,
.header.yellow .extra-nav .site-button-link,
.header.yellow .navbar-toggler {
    color: #fff;
}
.header.yellow .navbar-toggler span {
	background-color:#fff
}
.header.yellow .top-bar{
	background-color:#ffb822;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
/* Top Bar Bg */
.top-bar.bg-dark{
	background-color:#282a3c;
	color:#fff;
}
.top-bar.bg-black{
	background-color:#000;
	color:#fff;
}
.top-bar.bg-light {
    background-color: #a5a5a5;
    color: #ffffff;
	border-bottom:0;
}

/* One Page Nav */
.onepage .navbar{
	margin-bottom:0;
	border:0;
}
@media only screen and (max-width: 991px) {
	.header.dark .header-nav .nav > li > a,
	.header-transparent .header-nav .nav > li > a,
	.header.primary .header-nav .nav > li > a,
	.header.blue .header-nav .nav > li > a,
	.header.purpal .header-nav .nav > li > a,
	.header.red .header-nav .nav > li > a,
	.header.yellow .header-nav .nav > li > a,
	.header.box.dark .header-nav .nav > li > a,
	.header.box.overlay .header-nav .nav > li > a,
	.header-curve [class*="bg-"] .header-nav .nav > li.active > a{
		color:#000;
	}
	.header.dark .header-nav.nav-dark .nav > li > a,
	.header-transparent .header-nav.nav-dark .nav > li > a,
	.header.primary .header-nav.nav-dark .nav > li > a,
	.header.blue .header-nav.nav-dark .nav > li > a,
	.header.purpal .header-nav.nav-dark .nav > li > a,
	.header.red .header-nav.nav-dark .nav > li > a,
	.header.yellow .header-nav.nav-dark .nav > li > a,
	.header.box.dark .header-nav.nav-dark .nav > li > a,
	.header.box.overlay .header-nav.nav-dark .nav > li > a,
	.header-curve [class*="bg-"] .header-nav.nav-dark .nav > li.active > a{
		color:#fff;
	}
}
/* Left Nav  */
/* ============== Nav Style ============== */

/* 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.dlab-bnr-inr-lg .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-lg {
    height: 800px;
}
.dlab-bnr-inr.dlab-bnr-inr-md .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-md {
    height: 600px;
}
.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 450px;
}
.dlab-bnr-inr,
.dlab-bnr-inr  .dlab-bnr-inr-entry{
	 height: 220px;
}
.dlab-bnr-inr {
    height: 220px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
	text-align:center;
}
.dlab-bnr-inr .container {
    display: table;
    height: 100%;
}
.dlab-bnr-inr-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    -webkit-justify-content: space-between;
}
.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.banner-content h1{
	font-weight: 500;
}
.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 .site-button {
	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:600;
	font-size:40px;
	margin-bottom: 0;
}
.next-element {
    color: #ffffff;
    float: right;
    opacity: 0.1;
}
.next-element:hover {
	color:#fff;
	opacity:0.8;
}
.next-element i{
	
}
.breadcrumb-row ul li a{
	color:var(--color-primary);
}
.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) {
	.ele-bnr .bnr-title,
	.ele-bnr h1 a,
	.ele-bnr .breadcrumb-row h5{
		display:none;
	}
	.ele-bnr .dlab-bnr-inr-entry{
		text-align:center;
	}
	.dlab-bnr-inr-entry h1{ 
		margin-bottom:10px;
	}
	.dlab-bnr-inr{
		padding-bottom: 0;
	}
	.dlab-bnr-inr .breadcrumb-row ul{
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.dlab-bnr-inr .breadcrumb-row ul li{
		font-size:14px;
	}
	.dlab-bnr-inr .dlab-bnr-inr {
		height: 200px;
	}
	.dlab-bnr-inr h1{
		line-height: 32px;
		font-size: 24px;
		text-align:center;
	}	
	.dlab-bnr-inr.dlab-bnr-inr-lg .dlab-bnr-inr-entry,
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 400px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-md .dlab-bnr-inr-entry,
	.dlab-bnr-inr.dlab-bnr-inr-md {
		height: 300px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry,
	.dlab-bnr-inr.dlab-bnr-inr-sm {
		height: 220px;
	}
	.dlab-bnr-inr,
	.dlab-bnr-inr  .dlab-bnr-inr-entry{
		 height: 180px;
	}
	.dlab-bnr-inr-entry {
		display: table-cell;
		padding-top:15px;
		padding-bottom:15px;
		vertical-align: middle;
	}
}

.navicon{
  width: 20px;
  height: 18px;
  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;
  box-shadow:none!important;
}

.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: 7px;
}
.navicon span:nth-child(3) {
  top: 14px;
}
.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 ==*/

.tp-caption .font-weight-300 {
    font-weight: 300;
}
.tp-caption .font-weight-400 {
    font-weight: 400;
}
.tp-caption .font-weight-500 {
    font-weight: 500;
}
.tp-caption .font-weight-600 {
    font-weight: 600;
}
.tp-caption .font-weight-700 {
    font-weight: 700;
}
.tp-caption .font-weight-800 {
    font-weight: 800;
}
.tp-caption .font-weight-900 {
    font-weight: 900;
}
.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 800;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.tp-caption h1 {
    font-size: 70px;
    line-height: 60px;
}
.tp-caption h2 {
    font-size: 60px;
    line-height: 50px;
}
.tp-caption h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px;
}
.tp-caption h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tp-caption h5 {
    font-size: 30px;
    line-height: 4px;
    margin-bottom: 10px;
}
.tp-caption h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 600;
}
.tp-caption .text {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    width: 500px;
}
.overlay-row {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/

.widget {
    margin-bottom: 40px;
}
.widget.bg-white{
	border: 1px solid #ebedf2;
}
.widget.border-0 ul li {
    border: 0 none;
}
.widget .widget-title,
.widget .post-title {
    text-transform: uppercase;
}
/* 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;
    border-bottom: 1px solid rgba(102, 102, 102, 0.11);
    position: relative;
    padding: 10px 10px 10px 15px;
    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: #767676;
	text-transform: capitalize;
}
.widget_categories ul li:before,
.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: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight:600;
}
.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 get in tuch */

.widget_getintuch {
    padding-top: 10px;
}
.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
}
.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/*---------------------------------------------------------------
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,
.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.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s 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 
---------------------------------------------------------------*/
/*==== Shortcode Css ====*/
.sort-title{
	margin: 20px 0 60px 0;
}
.sort-title h4:after{
	left: -160px;
}
.sort-title.text-white h4:after,
.sort-title.text-white h4:before {
	background:#fff;
}
.sort-title h4:after,
.sort-title h4:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -160px;
    top: 50%;
    width: 150px;
	opacity: 0.15;
}
.sort-title h4 {
    display: inline-block;
    margin: 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .sort-title h4:after,
	.sort-title h4:before {
		content:none;
	}
}

/*== >Buttons ======= */
/* owl slider button */
.owl-prev,
.owl-next {
    background-color:rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    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(0,0,0,0.7);
    border-color: #3E2E23;
    color: #ffffff;
}
/* theme default button */
.button-example .btn,
.button-example .site-button,
.button-example .site-button-link{
	margin:0 5px 10px 0;
}

/* Bootstrap button */
.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-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}
.btn-primary {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #ffffff;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
	background-color: #025aa5;
    border-color: #01549b;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
}
.btn-secondary {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #292b2c;
}
/* 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;
}
/* button text uppercase */
.site-button.text-uppercase {
    text-transform: uppercase;
}
/* button size */
.button-sm {
    padding: 5px 10px;
    font-size: 12px;
}
.button-md {
    padding: 15px 30px;
    font-size: 16px;
	font-weight:500;
}
.button-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 18px 35px;
}
.button-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 */
.red{
	--color-hover: #F22D4E;
}
.gray{
	--color-hover: #555555;
}
.blue{
	--color-hover: #00b5cc;
}
.pink{
	--color-hover: #ef2c75;
}
.orange{
	--color-hover: #df8800;
}
.yellow{
	--color-hover: #efa812;
}
.brown{
	--color-hover: #383a4c;
}
.green{
	--color-hover: #24af93;
}
.purple{
	--color-hover: #7852a9;
}
.white{
	--color-hover: #F4F4F4;
}
.black{
	--color-hover: #000;
}

/*== >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-size: 16px;
    font-weight: 500;
}
.breadcrumb-row ul li:after {
    content: "\f105";
    margin-left: 7px;
	font-family: "Font Awesome 5 Free";
	font-weight:600;
}
.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: #000;
}
.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.8;
}
.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-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: 1;
}

/* == >Icon boxes ==*/
.icon-bx-ho [class*="icon-bx-"]{
	z-index:1;
}
.icon-bx-ho [class*="icon-bx-"]:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    background: var(--color-primary);
    z-index: -1;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
}
.icon-bx-ho:hover [class*="icon-bx-"]:after{
	transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.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;
	line-height: 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-"]:not(.bg-white) a {
    color: #fff;
}
[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;
    font-size: 14px;	
}
.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;
	background-color: var(--color-primary);
    -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 {
    background-color: #FFF;
    position: relative;
}
.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}
/* Box Background */
.dlab-box-bg{
	overflow:hidden;
}
.dlab-box-bg .site-button{
	overflow:unset;
}
.dlab-box-bg .glyph-icon{
	font-size:50px;
}
.dlab-box-bg .icon-bx-wraper{
	background-color:#fff;
}
.icon-box-btn .site-button{
	background-color: #ffeae4;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
}
.dlab-box-bg{
	background-size: cover;
	box-shadow: 20px 10px 40px 0 rgba(0,0,0,0.05);	
}
.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 .site-button{
	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 .site-button{
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.dlab-box-bg.active .icon-box-btn .site-button{
	background-color:var(--color-primary);
}
.dlab-box-bg .icon-box-btn .site-button{
	border-radius: 0;
    color: var(--color-primary);
    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;
}
/*---------------------------------------------------------------
26. FOOTER
---------------------------------------------------------------*/
div#footer {
	padding: 0 10px;
}
/*newslatter*/
.bg-black-1 .footer-bottom,
.bg-black-1 .footer-top,
.bg-black-1{
	background-color:#191f23;	
}
.bg-black-2 .footer-bottom,
.bg-black-2 .footer-top,
.bg-black-2{
	background-color:#222324;	
}
.bg-black-3 .footer-bottom,
.bg-black-3 .footer-top,
.bg-black-3{
	background-color:#222324;	
}
.bgpt1 .footer-bottom,
.bgpt1 .footer-top,
.bgpt1{
	background-image:url(../images/pattern/pt1.png);	
	background-size: auto;
}
.bgpt2 .footer-bottom,
.bgpt2 .footer-top,
.bgpt2{
	background-image:url(../images/pattern/pt2.png);
	background-size: auto;
}
.bgpt3 .footer-bottom,
.bgpt3 .footer-top,
.bgpt3{
	background-image:url(../images/pattern/pt3.png);
	background-size: auto;
}
.bgpt4 .footer-bottom,
.bgpt4 .footer-top,
.bgpt4{
	background-image:url(../images/pattern/pt4.png);
	background-size: auto;
}
.bg-black-3{
	background-color:#191f23;	
}
.bg-black-4{
	background-color:#191f23;	
}

/* footer fixed on bottom css*/
.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

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: var(--color-primary);
}

footer a,
footer a:visited {
    color: #b0b0b0;
}
footer p a {
    color: #b0b0b0;
}
footer a:active,
footer a:focus,
footer a:hover {
    color: var(--color-primary);
}
/* 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 p {
    margin-bottom: 10px;
}
footer p,
footer li {
    font-size: 13px;
    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;
}
/*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);
}
/*widget Getintuch*/
.footer-top {
    background: #1C1C1C;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}
.footer-bottom {
    background-color:#1C1C1C;
    padding: 25px 0;
    color: #b0b0b0;
    font-size: 14px;
	border-top:1px solid rgba(255,255,255,0.05);
}
.footer-bottom ul {
    margin: 0;
}
/* Footer Full */
.footer-full .container-fluid{
	padding-left:50px;
	padding-right:50px;
}
footer.text-white h1,
footer.text-white h2,
footer.text-white h3,
footer.text-white h4,
footer.text-white h5,
footer.text-white h6,
footer.text-white h1 a,
footer.text-white h2 a,
footer.text-white h3 a,
footer.text-white h4 a,
footer.text-white h5 a,
footer.text-white h6 a {
    color: #fff;
}
footer.text-white p,
footer.text-white strong,
footer.text-white b,
footer.text-white {
    color: #fff;
}
footer.text-white .footer-bottom, 
footer.text-white .footer-bottom a, 
footer.text-white .widget_services ul li a, 
footer.text-white a, 
footer.text-white a:visited,
footer.text-white h1 a,
footer.text-white h2 a,
footer.text-white h3 a,
footer.text-white h4 a,
footer.text-white h5 a,
footer.text-white h6 a,
footer.text-white p a {
    color: #fff;
}
footer.text-white .input-group .form-control{
	color:#fff;
}
footer.text-white  .dlab-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.footer-title{
	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-title{
		margin-bottom:15px;
	}
    .footer-clear {
        display: block !important;
        clear: both;
    }
    #footer .footer-4-col {
        width: 100%;
    }
    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
	
}
/* Subscribe Form */
.subscribe-form input{
	background-color:rgba(0,0,0,0);
	border:2px solid rgba(255,255,255,0.5);
	border-radius:30px !important;
	height:50px;
	padding:10px 20px;
	margin-right:5px;
	color:#fff;
	font-size:15px;
}
.subscribe-form input.radius-no{
	border-radius:0 !important;
}
.subscribe-form .site-button{
	height:50px;
}
.subscribe-form .input-group-btn{
	padding-left: 10px;
}
/*  map footer */
.map-footer .footer-top{
	padding:0;
}
/* scroll top btn css */
button.scroltop {
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    color:#fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
	box-shadow: -4px 4px 24px -10px;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}
button.scroltop.style3:after,
button.scroltop.style2:after,
button.scroltop.style1:after{
	position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	background: inherit;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}
button.scroltop.style1:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
button.scroltop.radius{
	border-radius:100%;
}
button.scroltop.white{
	background:#fff;
	color:var(--color-primary) !important;
}
button.scroltop.style2:after {
	border: 1px dashed var(--color-primary);
    background: transparent;
    transform: scale(1.2);
    transition: all 0.5s;
}
button.scroltop.style2:hover:after {
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg) scale(1.2)
	}
	to {
		-webkit-transform: rotate(360deg) scale(1.2);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg) scale(1.2)
	}
	to {
		-moz-transform: rotate(360deg) scale(1.2);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg) scale(1.2)
	}
	to {
		transform: rotate(360deg) scale(1.2);
	}
}

.icon-up i{
	display:inline-block;
}
.icon-bx-wraper:hover .icon-up img,
.icon-bx-wraper:hover .icon-up i,
.icon-up:hover i {
	-webkit-animation: toTopFromBottom 0.8s forwards;
	-moz-animation: toTopFromBottom 0.8s forwards;
	animation: toTopFromBottom 0.8s forwards;
}
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
button.scroltop.style3:after{
    background: transparent;
	border: 1px solid var(--color-primary);	
}
button.scroltop.style3:hover:after{ 
    transform: scale(1.2);
}
button.scroltop.style4{ 
	transition:all 0.5s;
}
button.scroltop.style4:hover{ 
    transform: scale(1.1);
}

.footer-contact-info{
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.footer-gray .footer-top,
.footer-gray .footer-bottom{
	background-color:#292929;
}
.footer-gray-1 .footer-top,
.footer-gray-1 .footer-bottom{
	background-color:#1A1A1A;
}
.site-footer .icon-bx-wraper{
	overflow: hidden;
}
.site-footer .icon-content {
    overflow: unset;
}
.site-footer .dlab-tilte{
	position:inherit;
}
.site-footer .icon-sm {
    bottom: -10px;
    opacity: 0.15;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
}
.site-footer .icon-sm i{
	font-size: 90px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.site-footer .icon-bx-wraper:hover .icon-sm i{
	transform: scale(1.5) rotate(20deg);
	-webkit-transform: scale(1.5) rotate(20deg);
	-moz-transform: scale(1.5) rotate(20deg);
	-o-transform: scale(1.5) rotate(20deg);
	-ms-transform: scale(1.5) rotate(20deg);
}

.site-footer .footer-bottom a:hover,
footer .widget_services ul li a:hover{
	color:var(--color-primary)!important;
}
@media only screen and (max-width: 575px) {
	.footer-bottom .text-center,
	.footer-bottom .text-left,
	.footer-bottom .text-right{
		text-align:center !important;
	}
}
/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/

.page-wraper {
    background: #F8F8F8;
}
.page-content {
    margin-top: 0;
    padding-bottom: 50px;
}
.content-area {
    padding-top: 60px;
}
.section-full {
    position: relative;
}
.section-full:last-child {
    margin-bottom: -50px;
}
/*= Section Head Part =*/

.section-head {
    margin-bottom: 50px;
}
.section-head.no-margin {
    margin-bottom: 0;
}
.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
}
.title-small {
    display: block;
    color: #494949;
    margin-bottom: 15px;
}
.section-head p {
    padding-top: 10px;
    font-size: 15px;
    color: #494949;
}
.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.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;
	}
}
/* 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;
}

#bg {
    background-attachment: fixed;
    background-size: cover;
}

/*==== LOADING ====*/
#loading-area {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}
#loading-area.solar-loading{
	 background-size: 280px;
	background-image: url(../images/solar.gif);
}
/* Download File */
.download-file ul{ 
	margin:0;
	padding:0;
	list-style:none;
}
.download-file ul li{
    display: block;
    margin-bottom: 10px;
}
.download-file ul li a{
	background: #e0e0e0 none repeat scroll 0 0;
    color: #000000;
    display: block;
    padding: 15px 20px;
}
.download-file ul li a span{
	margin-right:10px;
}
/* =============================
	Spacing End Alignment	
============================= */
.site-footer .widget_getintuch{
	padding-top:0;
	padding-bottom: 5px;
}
.content-inner{
	padding:50px 0;
}
.content-inner-1{
	padding-top:80px;
	padding-bottom:0px;
}
.content-inner-2{
	padding-top:80px;
	padding-bottom:80px;
}
.content-inner-3{
	padding-top:100px;
	padding-bottom:70px;
}
.testimonial-five .owl-controls{
	margin-top: 0px;
}
.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}
/* sp */
.row.sp80,
.sp80{
	margin-left:-40px;
	margin-right:-40px;
}
.row.sp80 [class*="col-"],
.sp80 [class*="col-"]{
	padding-left:40px;
	padding-right:40px;
}
.row.sp60,
.sp60{
	margin-left:-30px;
	margin-right:-30px;
}
.row.sp60 [class*="col-"],
.sp60 [class*="col-"]{
	padding-left:30px;
	padding-right:30px;
}
@media screen and (min-width:575px){
	.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;
}
.row.spno,
.spno{
	margin-left:0;
	margin-right:0;
}
.row.spno [class*="col-"],
.spno [class*="col-"]{
	padding-left:0;
	padding-right:0;
}
/* Mobile Spacing */
@media only screen and (max-width: 767px) {
	.content-area {
		padding-top: 30px;
	}
	.page-content{
		padding-bottom: 30px;
	}
	.footer-top{
		padding-top: 50px;
	}
	.section-full:last-child {
		margin-bottom: -30px;
	}
	.content-inner {
		padding: 30px 0;
	}
	.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;
	}
	.disnone-md{
		display:none;
	}
}

/* Rev Slider */
.short-edit-box{
	border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.08) inset;
    padding: 8px;
	margin-bottom:15px;
}
.short-edit-box h5 a{
	color:#fff;
	font-weight: 700;
}

/* Animation */
.animation-effects .wow-effects  {
	display: table;
    margin: 0 auto 30px;
    padding: 0 15px;
	float:left;
    width: 50%;
}
.animation-effects .wow-effects .wow {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #505050;
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    height: 200px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
}
@media screen and (max-width: 767px){
	.buy-now a{
		padding: 10px 10px;
		font-size: 12px;
	}	
}

/* Google Recaptcha */
.g-recaptcha,
#rc-imageselect {
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -o-transform:scale(0.9);
    
    transform-origin:0 0;
    -o-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
@media screen and (max-width: 1280px){
	#rc-imageselect, 
	.g-recaptcha {
        transform:scale(0.7);
        -moz-transform:scale(0.7);
        -o-transform:scale(0.7);
        -webkit-transform:scale(0.7);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}
@media screen and (max-width: 575px){
	#rc-imageselect, 
	.g-recaptcha {
        transform:scale(0.7);
        -moz-transform:scale(0.7);
        -o-transform:scale(0.7);
        -webkit-transform:scale(0.7);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}
.recaptcha-box{
 height:60px;
}
/* Google Recaptcha */
@media screen and (max-width: 991px){
	.mo-left .header-nav.nav-dark{
		background-color:#202020;
	}
	.mo-left .header-nav{
		overflow-y: scroll;
		position: fixed;
		width: 60px;
		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:#fff;
		margin:0;
		z-index:99;
	}
	.mo-left .header-nav li.open a{
		position:relative;
	}
	.header-nav{
		overflow-x:scroll;
		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;
	}
	.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: 30px 15px;
		width: 100%;
	}
	.mo-left .header-nav .logo-header img{
		max-width: unset;
		width: 160px;
		vertical-align: middle;
	}
	.mo-left .navbar-toggler.open span{
		background:#fff;
	}
	
}
@media screen and (max-width: 767px){
	.mo-left .navbar-toggler.open:after {
		margin: 0 0px 0px 15px;
	}
}
/* Plugine box */
.plugine-box{
	
}
/* 	Hover Effects 
	> Box Shadow Hover

*/
.fly-box-ho,
.fly-box,
.fly-box-ho:hover,
.fly-box:hover,
.hwp{
	transition:all 0.5s;
	 -moz-transition:all 0.5s;
	 -webkit-transition:all 0.5s;
}
.fly-box{
	 box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); 
}
.icon-bx-wraper:hover .fly-box-ho,
.fly-box-ho:hover,
.icon-bx-wraper:hover .fly-box,
.fly-box:hover{
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	-o-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
.hwp{
	background-color:#fff;
	color:var(--color-primary);
}
.hwp a{
	color:var(--color-primary);
}
.icon-bx-wraper:hover .hwp,
.hwp:hover{
	background-color:var(--color-primary);
	color:#fff;
}
.icon-bx-wraper:hover .hwp a,
.hwp:hover a{
	color:#fff;
}
.faa-horizontal.animated{
    -webkit-animation:horizontal 5s ease infinite;
    animation:horizontal 5s ease infinite
}
.inner-text .title{
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 10px;	
}
.inner-text p{
	font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.inner-text ul li{
	font-size: 18px;
    line-height: 32px;
}

@keyframes horizontal{
    0%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    6%{
        -webkit-transform:translate(20px,0);
        transform:translate(20px,0)
    }
    12%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    18%{
        -webkit-transform:translate(20px,0);
        transform:translate(20px,0)
    }
    24%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    30%{
        -webkit-transform:translate(20px,0);
        transform:translate(20px,0)
    }
    100%,36%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@media screen and (max-width: 991px){
	.header-nav .nav > li .mega-menu > li.special-nav{
		display:none;
	}
}

.service-box-2{
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
}
.service-box-2 .title{
	font-weight: 500;
    margin-bottom: 10px;
    font-size: 22px;
}
.service-box-2 .dlab-info{
    padding: 20px;
}
.service-box-2 .dlab-info p{
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #999;
}
/* Our Story */
.our-story > span{
    color:var(--color-primary);
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}
.our-story p{
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.our-story h2.title, div#certificates h2.title {
	font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 20px;
}
.our-story h2.title span{
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.our-story h4.title{
    line-height: 40px;
    font-weight: 500;
    color: #999;
}
@media only screen and (max-width: 767px){
	.our-story h4.title{
		font-size: 22px;
	}
}
@media only screen and (min-width: 768px){
	.our-story h4.title{
		font-size: 26px;
	}
}

.section-head .title{
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.project-bx{
	position:relative;
}
.project-bx .dlab-info{
	position: absolute;
    bottom: 15px;
    background: #fff;
    width: calc(100% - 30px);
    left: 15px;
    padding: 15px;
    border-radius: 4px;
    z-index: 1;
}
.project-bx .dlab-info .dlab-title{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.about-carousel-ser{
	overflow:hidden;
}

/* Responsive */
@media only screen and (max-width: 1200px){
	.counter-staus-box .section-head .title {
		font-size: 35px;
		line-height: 50px;
		font-weight: 500;
	}
	.counter-staus-box .play-btn{
		margin-top: 20px;
		margin-bottom: 20px;	
	}
	.contact-no-area .title br{
		display:none;
	}
	.contact-no-area .title{
		line-height: 65px;
		margin-bottom: 20px;
		font-size: 50px;	
	}
	.dlab-team1 .dlab-title{
		font-size: 16px;
		line-height: 24px;
	    margin-bottom: 5px;	
	}
	.dlab-team1 .dlab-position{
		font-size: 12px;
	}
	.counter-style-5 .counter {
		font-size: 45px;
		line-height: 55px;
	}
	.counter-style-5 {
		padding: 30px 15px;
	}
	.dlab-team1 .dlab-social-icon li a{
		width: 28px;
		height: 28px;
	    font-size: 12px;
		line-height: 26px;	
	}
	.testimonial-1 .testimonial-text p {
		font-size: 20px;
		line-height: 35px;
	}
	.blog-post.post-style-1 .post-title{
		line-height: 30px;
		font-size: 18px;
	}
	.service-list ul li{
		margin-left: 10px;
	}
}
@media only screen and (max-width: 991px){
	.contact-img-bx img{
		position: unset;
		display: none;
	}
	.service-box.style3 .dlab-tilte{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px){
	.blog-post.blog-md.border-1 .dlab-post-info {
		padding: 0 20px 0;
	}
}

.site-footer.style1 .footer-bottom-in .dlab-social-icon li a:hover{
    color: #fff;
}

input[type=radio].btn-check + label:before,
input[type=radio].btn-check + label:after,
input[type=checkbox].btn-check + label:before,
input[type=checkbox].btn-check + label:after{
	content:none;
}
.portfolio-ic .dlab-img-overlay1:before{
	background-color:var(--color-primary);
}

.bg-primary-dark{
	background-color:var(--color-hover);
}

.btnhover14::after,
.btnhover13::after,
.btnhover15::after {
	background-color: var(--color-hover);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
	border-color:var(--color-primary);
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"] + label:hover:before,
input[type="radio"] + label:hover:before{
	border-color:var(--color-primary);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
	border-color:var(--color-primary);
}

.dlab-tabs.border-top .nav-tabs > li.active > a{
	border-color:var(--color-primary);
}