/* Header ======= */
body {
	 font-size:16px;
}
h1, h2, h3, h4, h5, h6, body {
    color: #232323;
    font-family: 'Poppins', sans-serif;
}
.site-button, .site-button-secondry {
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    vertical-align: middle;
}
.button-md {
    padding: 18px 50px;
    font-size: 15px;
    font-weight: 400;
}
.header-transparent .is-fixed .main-bar {
    position: fixed;
    background-color: rgba(255,255,255,0.9);
}
.header-full .container-fluid{
	padding-left:30px;
	padding-right:30px;
}
.site-header ul, .site-header ol {
    margin-bottom: 0;
    list-style: none;
}
.is-fixed .extra-nav,
.extra-nav{
    padding: 5px 0 5px 0;
}
.logo-header,    
.is-fixed .logo-header{    
	height: 78px;
}

.menu-icon{
	padding: 0;
	width: 68px;
	height: 68px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-icon-in{
	width: 30px;
	height: 22px;
  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;
  display: inline-block;
}
.menu-icon-in span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  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;
  background-color:#000;
  border-radius: 10px;
}
.menu-icon-in span:nth-child(1) {
	top: 0px;
	width: 60%;
}
.menu-icon-in span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.menu-icon-in span:nth-child(3) {
  bottom: 0;
  width: 85%;
}
.menu-icon:hover .menu-icon-in span:nth-child(1),
.menu-icon:hover .menu-icon-in span:nth-child(2),
.menu-icon:hover .menu-icon-in span:nth-child(3) {
	width: 100%;
}

/* SideNav ======= */
.site-header .full-sidenav{
	position: fixed;
	right: -300px;
	width: 300px;
	top: 0;
	z-index: 999988;
	background: #fff;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	left: auto;
}
.site-header .full-sidenav .mCSB_container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}
.site-header .full-sidenav.active{
	right:0;
}
.site-header .full-sidenav .nav {
	margin-bottom:auto;
}
.header-nav.full-sidenav .nav > li > a{
	color:#000;
}
.header-nav.full-sidenav .social-menu,
.header-nav.full-sidenav .logo-header,
.header-nav.full-sidenav .nav{
    float: none;
    width: 100%;
}
.header-nav.full-sidenav .logo-header{
	height: auto;
	padding: 50px 40px 30px 40px;
}
.header-nav.full-sidenav .logo-header a{
	width: 170px;
	display: block;
}
.header-nav.full-sidenav .nav > li > .sub-menu, 
.header-nav.full-sidenav .nav > li:hover > .sub-menu, 
.header-nav.full-sidenav .nav > li > .mega-menu,
.header-nav.full-sidenav .nav > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	position:unset;
	/*display:none;*/
}
.header-nav.full-sidenav .nav > li > .sub-menu, 
.header-nav.full-sidenav .nav > li > .mega-menu{
	box-shadow: none;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.header-nav .nav > li{
	text-transform: capitalize;
}
.header-nav .nav > li .sub-menu{
	width: 100%;
	padding: 0;
}
.header-nav .nav > li .sub-menu li a {
	color: #8799a3;
	padding: 10px 40px;
}
.header-nav .nav > li > a{
	padding: 12px 40px;
	width: 100%;
	font-size: 18px;
}
.social-menu{
	padding:40px;
}
.social-menu ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:15px;
}
.social-menu .copyright-head{
	margin-bottom:0;
	color:#cccccc;
}
.social-menu ul li{
	display:inline-block;
}
.social-menu ul li a{
	color: #bbc7cd;
	font-size: 18px;
	padding-right: 15px;
}
.social-menu ul li a:hover{
	color: #8799a3;
}
.header-nav.full-sidenav .mCustomScrollBox{
	width:100%;
}
.menu-close i{
	color: #fff;
	font-size: 24px;
	position: absolute;
	right: 320px;
	top: 20px;
}
.menu-close{
	position:fixed;
	height:100vh;
	width:0;
	background:#3a3a3a;
	top:0;
	right:0;
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	filter: blur(300px);
	cursor:pointer;
	overflow: hidden;
	z-index: 9999;
}
.menu-close.active{
	width:100%;
	opacity:0.8;
	filter: blur(0);
}

/* Service Box */


.action-bx {
	padding:50px 0 50px 0;
}
.action-bx .title{
    font-size: 38px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}

/* .bgcontent:before{
    content: attr(data-name);
    font-size: 250px;
    font-weight: 600;
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
    position: absolute;
    bottom: 20px;
    opacity: 0.2;
    line-height: 250px;	
} */



.section-head .title{
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.section-head p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    opacity: 0.8;
}
.section-head.text-white p,
.section-head.text-white .title{
	color:#fff;
}




.about-bx .title{
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color:#ef463a;
    margin-bottom: 5px;
}
.about-bx p{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;	
}
.about-bx .call-bx{}
.about-bx .call-bx span{
	display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    opacity: 0.3;
}
.about-bx .call-bx .no{
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    color: #000;
}
.about-bx .title-sm{
	color: #4f5a6f;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 28px;
}
.about-bx strong{
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
    display: block;
}

.worker-img{
	margin-top:-50px;
}

.service-media-bx{
	padding: 25px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 6px 6px 35px 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;
}
.service-media-bx:hover{
	transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
}
.service-media-bx:after{
	content: "";
    height: 4px;
    width: 0;
    background-color:#ef463a;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
	transform-origin:left;
	-moz-transform-origin:left;
	-ms-transform-origin:left;
	-webkit-transform-origin:left;
	-o-transform-origin:left;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.service-media-bx:hover:after{
	width: 100%;
	left:0;
	right:auto;
	transform-origin:right;
	-moz-transform-origin:right;
	-ms-transform-origin:right;
	-webkit-transform-origin:right;
	-o-transform-origin:right;
}
.service-media-bx .dlab-title a{
	color:#000;
}
.service-media-bx p{
	color: #8e8e99;
	line-height: 30px;
	margin-bottom: 25px;
}
.service-media-bx .dlab-title{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}
.service-media-bx .dlab-info{
	padding:40px 0 20px 0;
}
.service-media-bx .site-button{
	text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
}
.about-carousel-ser{
	overflow:hidden;
}
.about-ser-carousel.owl-carousel .owl-stage-outer{
	overflow:unset;
}
.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item{
	opacity:0.2;
}
.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item.active{
	opacity:1;
}
.dlab-team-2{
    background: #fff;
    padding: 10px 10px;
    border-radius: 4px;
}
.dlab-team-2 .dlab-info {
	text-align:center;
    padding: 20px 0;	
}
.dlab-team-2 .dlab-info .dlab-position{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
    opacity: 0.3;
    margin-bottom: 10px;	
}
.dlab-team-2 .dlab-info .dlab-social-icon {
	
} 	
.dlab-team-2 .dlab-info .dlab-social-icon li{ 	

}
.dlab-team-2 .dlab-info .dlab-social-icon li a{ 	
    width: 30px;
    height: 30px;
    background: #000;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
    border: 0;
    border-radius: 40px;
    color: #fff;	
}
.dlab-team-2 .dlab-info .dlab-title{ 	
    font-size: 18px;
    margin-bottom: 5px;
}




.service-icon-bx .icon-bx-wraper{
	padding: 50px 30px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
	z-index: 1;
}
.service-icon-bx .icon-bx-wraper:before{
	content: attr(data-name);
    position: absolute;
    font-size: 100px;
    right: 30px;
    top: 30px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    opacity: 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;
}
.service-icon-bx .icon-lg i{
	font-size: 70px;
    line-height: 70px;
    color: #e43629;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.service-icon-bx .dlab-tilte{
	font-size: 20px;
    font-weight: 600;
    color: #000;
	margin-bottom: 15px;
line-height: 30px;	
}
.service-icon-bx .icon-lg{
	margin-bottom: 25px;
}
.service-icon-bx .icon-bx-wraper:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #e43629;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.service-icon-bx .icon-bx-wraper:hover .dlab-tilte,
.service-icon-bx .icon-bx-wraper:hover .icon-lg i,
.service-icon-bx .icon-bx-wraper:hover:before,
.service-icon-bx .icon-bx-wraper:hover{
	color:#fff;
}
.service-icon-bx .icon-bx-wraper:hover:before{
	opacity:0.2;
}
.service-icon-bx .icon-bx-wraper:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
	animation: animationSignal4;
	animation-duration: 0.6s;
}
.bg-gray {
    background-color: #f5f6f6;
}









.testimonial-1{
background: #fff;
    text-align: left;
    padding: 20px 30px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    margin: 30px 0;
}
.testimonial-text{
	padding:0;
}
.testimonial-text p{
	font-size: 18px;
    color: #000;
    line-height: 32px;
}
.testimonial-detail{
	border-top: 1px solid rgba(0,0,0,0.1);
    padding: 20px 30px 4px 30px;
    margin: 20px -30px 0 -30px;
    position: relative;	
}
.testimonial-name{
	font-size: 22px;
    color: #000;
    margin-bottom: 5px;
}
.testimonial-position{
    font-size: 13px;
    font-weight: 500;
}
.review{
    top: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 30px;
}
.review li{
	display:inline-block;
	color:#ffc000;
}


.footer-title {
    font-size: 21px;
    font-weight: 600;
    color: var(--text-color-sc);
    margin-bottom: 40px;
}
.footer-top .subscribe-form input {
    background-color: #eee;
    margin: 0 0 15px 0;
    border: 0;
    padding: 20px 30px;
    height: 60px;
    color: #000;
}
.footer-top .subscribe-form .btn {
    height: auto;
    border-radius: 40px;
}
.subscribe-form .site-button {
    height: auto;
    border-radius: 50px;
}


footer .widget .list-2{
	margin-top: -8px;
}
.list-2 li {
    padding: 0;
}
.list-2 li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 8px 0 8px 20px;
    display: block;
    text-transform: uppercase;
font-family: 'Poppins', sans-serif;	
}
.list-2 li:before {
    content: "";
    left: 0;
    position: absolute;
    top: 18px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 6px;	
background: var(--bg-color-sc);	
}
.footer-logo {
    margin-bottom: 20px;
}
.widget .post-title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}
.widget_ftabout p {
    font-size: 18px;
    line-height: 30px;
    opacity: 1;
}
.dlab-post-meta ul{
font-family: 'Poppins', sans-serif;	
}
.dlab-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: var(--text-color-sc);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.dlab-post-meta i {
    color: inherit;
}
.footer-bottom ul {
    margin: 0;
}
.list-inline > li {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}
.footer-bottom .btn-link {
    font-size: 18px;
	border: 0 none;
    display: inline-block;
    font-weight: 500;
    padding: 0;	
}






/* Responsive */
@media only screen and (max-width: 1024px) {
	.worker-img {
		margin-top: 100px;
	}
}
@media only screen and (max-width: 768px){
	.action-bx{
		text-align: center;
	}
	.action-bx .d-flex{
		display: block!important;
	}
	.about-bx .title {
		font-size: 36px;
		line-height: 46px;
	}
	.about-bx strong {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.about-bx .call-bx .no {
		font-size: 36px;
		line-height: 46px;
	}
	.about-bx{
		margin-bottom: 50px;
	}
	.section-head .title {
		font-size: 40px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 600px){
	.testimonial-text p {
		font-size: 16px;
		line-height: 30px;
	}
	.testimonial-text p {
		font-size: 16px;
		line-height: 30px;
	}
	.service-icon-bx .icon-bx-wraper {
		padding: 35px 25px;
	}
	.service-icon-bx .icon-lg i {
		font-size: 50px;
		line-height: 50px;
	}
	.service-icon-bx .icon-bx-wraper:before {
    	font-size: 60px;
		right: 20px;
		line-height: 50px;
    }
	.service-icon-bx .icon-lg {
		margin-bottom: 10px;
	}
	.service-icon-bx .dlab-tilte {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 28px;
	}
	.service-icon-bx .icon-bx-wraper p{
		line-height: 24px;
		font-size: 14px;
	}
	.service-media-bx p {
		line-height: 24px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.service-media-bx {
		padding: 15px;
    }
	.service-media-bx .dlab-info {
		padding: 20px 0 5px 0;
	}
	.service-media-bx .dlab-title {
		font-size: 18px;
		line-height: 28px;
	}
	.about-carousel-ser .owl-btn-center-lr .owl-nav .owl-prev{
		left: -50px;
	}
	.about-carousel-ser .owl-btn-center-lr .owl-nav .owl-next{
		right: -50px;
	}
	.action-bx .title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.worker-img {
		margin-top: 0;
	}
	.footer-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.widget_ftabout p {
		font-size: 16px;
		line-height: 26px;
	}
	.list-2 li a {
		font-size: 16px;
		line-height: 26px;
		padding: 5px 0 5px 20px;
	}
	.list-2 li:before {
		top: 15px;
		width: 5px;
		height: 5px;
	}
	.menu-icon {
		width: 45px;
		height: 45px;
    }
	.site-header .extra-nav, 
	.site-header .is-fixed .extra-nav {
		padding: 8px 0;
	}
	.logo-header, .is-fixed .logo-header {
		height: 61px;
	}
	.section-head .title {
		font-size: 32px;
		line-height: 42px;
	}
	.section-head p {
    	line-height: 26px;
    }
}
@media only screen and (max-width: 360px){
	.testimonial-text p {
		font-size: 14px;
		line-height: 26px;
	}
	.testimonial-1 {
		padding: 15px 20px;
		margin: 15px 0;
	}
	.testimonial-name {
		font-size: 18px;
		margin-bottom: 2px;
	}
	.testimonial-detail {
		padding: 10px 30px 3px 30px;
		margin: 15px -30px 0 -30px;
	}
	.service-icon-bx .icon-bx-wraper {
		padding: 30px;
	}
	.action-bx .title {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 34px;
	}
	.site-button.button-md {
		padding: 15px 30px;
		font-size: 13px;
	}
	.about-carousel-ser .owl-btn-center-lr .owl-nav .owl-prev{
		left: -25px;
	}
	.about-carousel-ser .owl-btn-center-lr .owl-nav .owl-next{
		right: -25px;
	}
	.about-bx .title {
		font-size: 30px;
		line-height: 38px;
	}
	.about-bx strong {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.about-bx p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.about-bx .call-bx .no {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.about-bx .title-sm {
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 24px;
	}
	.footer-bottom ul {
		margin-top: 15px;
	}
	.section-head .title {
		font-size: 28px;
		line-height: 34px;
	}
	.section-head p {
		line-height: 24px;
		font-size: 14px;
	}
}