/*==========================
	Custom css
==========================*/
.screen-lock{
	overflow: hidden;
}
i[class*="flaticon-"] {
    display: inline-flex;
    vertical-align: middle;
}

/* Header ======= */
.header-full .container-fluid{
	padding-left:55px;
	padding-right:55px;
}
.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: 4px;
  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;
  background-color:#3f3f3f;
  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: 0px;
}
.header-nav.full-sidenav .logo-header a{
	width: 400px;
	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;
}
.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{
	
}
.header-nav .nav > li .sub-menu{
	width: 100%;
	padding: 0;
	min-width: 100%;
}
.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;
}
.header-nav .nav > li.sub-menu-down > a:after {
    content: "\f078";
    font-size: 10px;
    margin-left: 7px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
@media only screen and (min-width: 991px) {
	.header-nav.full-sidenav .nav{
		float: none;
		padding: 0 30px;
	}
	.header-nav.full-sidenav .nav > li .sub-menu li .fa {
		top: 0px;
	}
	.header-nav.full-sidenav .nav > li .sub-menu li:hover .fa {
		opacity: 1;
	}
	.header-nav.full-sidenav .nav > li .sub-menu li a {
		font-size: 14px;
	}
	.header-nav.full-sidenav .nav > li .sub-menu li > .sub-menu{
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		position: static;
	}
	.header-nav.full-sidenav .nav > li{
		border-bottom: 1px solid #eee;	
		width: 100%;	
	}
	.header-nav.full-sidenav .nav > li.has-mega-menu > a:after{
		content:"\f054";
		background-color:var(--primary);
		color: #fff;
		height: 30px;
		line-height: 30px;
		right: 0;
		text-align: center;
		width: 30px;
		z-index: 3;
		float: right;
		font-size: 12px;
		margin: 0;
		border-radius: 6px;
	}
	.header-nav.full-sidenav .nav > li.sub-menu-down > a:after{
		content:"\f078";
		background-color:var(--primary);
		color: #fff;
		height: 30px;
		line-height: 30px;
		right: 0;
		font-family: "Font Awesome 5 Free";
		text-align: center;
		width: 30px;
		z-index: 3;
		float: right;
		font-size: 12px;
		margin: 0;
		border-radius: 6px;
	}
	.header-nav.full-sidenav .nav > li.sub-menu-down > a.open:after{
		content:"\f054";
	}
	.header-nav.full-sidenav .nav > li > a{
		padding: 8px 0;
		display: block;	
		line-height: 30px;
		font-size: 16px;
	}
	.header-nav.full-sidenav .nav > li .mega-menu,
	.header-nav.full-sidenav .nav > li .sub-menu{
		display: none;
		position: static;
		visibility: visible;
		width: auto;
		background: transparent;
		box-shadow: none;
		margin: 0;
		border-top:1px solid #eee;
		padding:10px 0;
	}
	.header-nav.full-sidenav .nav > li .mega-menu > li > a i,
	.header-nav.full-sidenav .nav > li .sub-menu > li > a i{
		color: var(--primary)!important;
		height: 30px;
		line-height: 30px;
		right: 0;
		text-align: center;
		width: 30px;
		z-index: 3;
		font-size: 12px!important;
		margin: 0!important;	
		background: var(--rgba-primary-2);
		border-radius: 6px;
	}
	.header-nav.full-sidenav .nav > li .mega-menu > li > a,
	.header-nav.full-sidenav .nav > li .sub-menu > li > a{
		padding: 2px 0 1px 16px;
		display: block;
		line-height: 30px;
		position: relative;
	}
	.header-nav.full-sidenav .nav > li .mega-menu > li > a:after,
	.header-nav.full-sidenav .nav > li .sub-menu > li > a:after{
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		width: auto;
		height: auto;
		background: 0 0!important;
		top: 2px;
		color: #262F5A;
		font-size: 12px;
		position: absolute;
		left: 0;
		font-weight: 700;		
	}
	.header-nav.full-sidenav .nav > li .mega-menu > li:hover > a,
	.header-nav.full-sidenav .nav > li .sub-menu > li:hover > a{
		padding: 2px 0 1px 16px;
		background:transparent;
	}
	.header-nav.full-sidenav .nav > li .mega-menu > li > .sub-menu,
	.header-nav.full-sidenav .nav > li .sub-menu > li > .sub-menu{
		display: none;
	}
	.header-nav.full-sidenav .nav > li .mega-menu{
		display: none;
		padding:10px 0;
	}
	.header-nav.full-sidenav .nav > li .mega-menu > li{
		width: 100%;
		padding:0;
		display:block;
	}
	.header-nav.full-sidenav .nav > li .mega-menu > li > a{
		display:none;
	}
	.header-nav .nav > li .mega-menu > li:after{
		content:none;	
	}
	.header-nav.full-sidenav .nav > li .mega-menu > li ul{
		margin-top:0px;
		padding: 0 20px 0 20px;
	}
	.header-nav.full-sidenav .nav > li .mega-menu .mega-menu li a:after,
	.header-nav.full-sidenav .nav > li .mega-menu .sub-menu li a:after,
	.header-nav.full-sidenav .nav > li .sub-menu .mega-menu li a:after,
	.header-nav.full-sidenav .nav > li .sub-menu .sub-menu li a:after{
		width: 5px;
		content: "";
		height: 5px;
		background: #262F5A !important;
		border-radius: 4px;
		top: 14px;
	}
	.header-nav.full-sidenav .nav > li .mega-menu .mega-menu,
	.header-nav.full-sidenav .nav > li .mega-menu .sub-menu,
	.header-nav.full-sidenav .nav > li .sub-menu .mega-menu,
	.header-nav.full-sidenav .nav > li .sub-menu .sub-menu {
		border-top: 0;
		padding-left: 20px;
	}
	.header-nav.full-sidenav .nav > li .sub-menu, .header-nav .nav > li .mega-menu {
		border-top-color: #eee;
		border-radius: 0;
	}
	.header-nav.full-sidenav .nav > li .sub-menu li a i.fa-angle-right:before{
		content: "\f078";
	}
	.header-nav.full-sidenav .nav > li .sub-menu li a.open i.fa-angle-right:before{
		content: "\f054";
	}
	.header-nav.full-sidenav .nav > li .sub-menu li > .sub-menu {
		-webkit-transition: unset;
		-moz-transition: unset;
		-ms-transition: unset;
		-o-transition: unset;
		transition: unset;
	}
}
@media only screen and (max-width: 991px) {
	.header-nav .nav{
		float: none;
		padding: 0 20px;
	}
	.header-nav .nav > li{
		border-bottom: 1px solid #eee;	
		width: 100%;	
	}
	.header-nav .nav > li.has-mega-menu > a:after{
		content:"\f054";
		background-color:var(--primary);
		color: #fff;
		height: 30px;
		line-height: 30px;
		right: 0;
		text-align: center;
		width: 30px;
		z-index: 3;
		float: right;
		font-size: 12px;
		margin: 0;
		border-radius: 6px;
	}
	.header-nav .nav > li.sub-menu-down > a:after{
		content:"\f054";
		background-color:var(--primary);
		color: #fff;
		height: 30px;
		line-height: 30px;
		right: 0;
		font-family: "Font Awesome 5 Free";
		text-align: center;
		width: 30px;
		z-index: 3;
		float: right;
		font-size: 12px;
		margin: 0;
		border-radius: 6px;
	}
	.header-nav .nav > li.sub-menu-down.open > a:after{
		content:"\f078";
	}
	.header-nav .nav > li > a{
		padding: 8px 0;
		display: block;	
		line-height: 30px;
		font-size: 16px;
	}
	.header-nav .nav > li .mega-menu,
	.header-nav .nav > li .sub-menu{
		display: none;
		position: static;
		visibility: visible;
		width: auto;
		background: transparent;
		box-shadow: none;
		margin: 0;
		border-top:1px solid #eee;
		padding:10px 0;
	}
	.header-nav .nav > li .mega-menu > li > a i,
	.header-nav .nav > li .sub-menu > li > a i{
		color: var(--primary)!important;
		height: 30px;
		line-height: 30px;
		right: 0;
		text-align: center;
		width: 30px;
		z-index: 3;
		font-size: 14px!important;
		margin: 0!important;	
		background: var(--rgba-primary-2);
		border-radius: 6px;
	}
	.header-nav .nav > li .mega-menu > li > a,
	.header-nav .nav > li .sub-menu > li > a{
		padding: 2px 0 1px 16px;
		display: block;
		line-height: 30px;
		position: relative;
	}
	.header-nav .nav > li .mega-menu > li > a:after,
	.header-nav .nav > li .sub-menu > li > a:after{
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		width: auto;
		height: auto;
		background: 0 0!important;
		top: 2px;
		color: #262F5A;
		font-size: 12px;
		position: absolute;
		left: 0;
		font-weight: 700;		
	}
	.header-nav .nav > li .mega-menu > li:hover > a,
	.header-nav .nav > li .sub-menu > li:hover > a{
		padding: 2px 0 1px 16px;
		background:transparent;
	}
	.header-nav .nav > li .mega-menu > li > .sub-menu,
	.header-nav .nav > li .sub-menu > li > .sub-menu{
		display: none;
	}
	.header-nav .nav > li .mega-menu{
		display: none;
		padding:10px 0;
	}
	.header-nav .nav > li .mega-menu > li{
		width: 100%;
		padding:0;
		display:block;
	}
	.header-nav .nav > li .mega-menu > li > a{
		display:none;
	}
	.header-nav .nav > li .mega-menu > li:after{
		content:none;	
	}
	.header-nav .nav > li .mega-menu > li ul{
		margin-top:0px;
		padding: 0 20px 0 20px;
	}
	.header-nav .nav > li .mega-menu .mega-menu li a:after,
	.header-nav .nav > li .mega-menu .sub-menu li a:after,
	.header-nav .nav > li .sub-menu .mega-menu li a:after,
	.header-nav .nav > li .sub-menu .sub-menu li a:after{
		width: 5px;
		content: "";
		height: 5px;
		background: #262F5A !important;
		border-radius: 4px;
		top: 13px;
	}
	.header-nav .nav > li .mega-menu .mega-menu,
	.header-nav .nav > li .mega-menu .sub-menu,
	.header-nav .nav > li .sub-menu .mega-menu,
	.header-nav .nav > li .sub-menu .sub-menu {
		border-top: 0;
		padding-left: 20px;
	}
	.header-nav .nav > li .sub-menu, .header-nav .nav > li .mega-menu {
		border-top-color: #eee;
	}
	.header-nav.full-sidenav .nav > li .sub-menu li > .sub-menu {
		-webkit-transition: unset;
		-moz-transition: unset;
		-ms-transition: unset;
		-o-transition: unset;
		transition: unset;
	}
}


.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);
}
/* Services Iconbox ======= */
.sr-iconbox .icon-lg{
	text-align:left;	
}
.sr-iconbox .icon-lg img {
    height: 50px;
	object-fit: contain;
	object-position: bottom;
}
.sr-iconbox p {
	margin-bottom: 10px;
}
.sr-iconbox p {
	color:#676767;
	font-size:16px;
	line-height:28px;
}
.rev-slider-full{
	position:relative;
	z-index:1;
}
.rev-slider-full:after{
	height:200px;
	position:absolute;
	width:100%;
	bottom:0;
	content:"";
	z-index:2;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.section-head .head-title{
	font-size:50px;
	line-height:60px;
}
.section-head p{
	font-size:18px;
	color:#aeaeae;
	font-weight:600;
	margin-bottom:0;
}
.mfp-wrap {
	z-index: 100001;
}
.mfp-bg {
	z-index: 100000;
}
/* PortFolio Box ======= */
.portbox2 .dlab-media:after,
.portbox2 .title,
.portbox2 .dlab-info-has,
.portbox2 p,
.portbox1 .portinner,
.portbox2 span{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.portbox2 .dlab-media,
.portbox1{
	border-radius:4px;
	margin-bottom:30px;
}
.portbox3{
	border-radius: 6px;
	margin-bottom:10px;
}
.portbox3 .overlay-bx,
.portbox1 .overlay-bx{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.portbox1 .overlay-bx span{
	display:block;
	margin-bottom:10px;
}
.portbox3 .overlay-bx,
.portbox1 .portinner{
	transform:scale(0.2);
	-webkit-transform:scale(0.2);
	-moz-transform:scale(0.2);
	-ms-transform:scale(0.2);
	-o-transform:scale(0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;				 	 
}
.portbox3:hover .overlay-bx,
.portbox1:hover .portinner{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}
.portbox1 .overlay-bx .port-title{
	font-size: 35px;
	line-height: 45px;
	margin-bottom:0;
}
.portbox1 .overlay-bx .port-title a{
	color:#fff;
}
.portbox2 .dlab-media{
	position:relative;
}
.portbox2 .dlab-media:after{
	content:"";
	height:100%;
	position:absolute;
	width:100%;
	background: rgb(15,15,15);
	background: -moz-linear-gradient(top, rgba(15,15,15,0) 0%, rgba(15,15,15,1) 100%);
	background: -webkit-linear-gradient(top, rgba(15150,0,0) 0%,rgba(15,15,15,1) 100%);
	background: linear-gradient(to bottom, rgba(15,15,15,0) 0%,rgba(15,15,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	left:0;
	top:0;
}
.portbox2 .title{
	margin-bottom:0;
}
.portbox2 span{
	color:#fff;
	font-size:15px;
}
.portbox2 p{
	margin-bottom:0;
	font-size:15px;
	visibility: hidden;
	height: 1px;
	opacity:0;
}
.portbox2 .dlab-info-has{
	padding: 30px;
}
.portbox2:hover .dlab-info-has{
	bottom:50%;
	transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
}
.portbox2:hover span{
	display:none;
}
.portbox2:hover p{
	visibility: visible;
	height: auto;
	opacity:1;
}
.portbox2:hover .title{
	margin-bottom:10px;
}
.portbox2:hover .dlab-media:after{
	background: rgb(15,15,15);
	opacity:0.85;
}
.portbox3 .portinner{
	max-width: 250px;
	margin: auto;
	position: relative;
	z-index: 1;
	top: -25px;
}
.portbox3 .portinner .port-up{
	background: #fff;
	border-radius: 6px;
	padding: 20px;
}
.portbox3 .portinner .port-up span{
	text-transform: uppercase;
	font-weight: 600;
	color: #5e5e5e;
	font-family: Montserrat;
	font-size: 14px;
}
.portbox3 .portinner .port-down{
	background: var(--bg-color);
	position: absolute;
	top: 50px;
	height: 100%;
	width: calc(100% + 20px);
	vertical-align: bottom;
	display: flex;
	align-items: end;
	text-align: center;
	flex-direction: row;
	border-radius: 6px;
	z-index: -1;
	left: -10px;
}
.portbox3 .portinner .port-down a{
	width: 100%;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: 15px;
	margin-top: auto;
	text-decoration: none;
}
.portbox3 .portinner .port-up .port-title{
	margin-bottom: 0;
}
.portbox3 .portinner .port-down a i{
	font-size:18px;
}
.portbox1 > img{ 
	transform:scale(1.05);
	transition:all 0.5s;
}
.portbox1{ 
	transition:all 0.5s;
	transform:scale(1);
}
.portbox1:hover{ 
	transform:scale(1.05);
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
}
.portbox1:hover > img{ 
	transform:scale(1);
	

	}
/* Filter ======= */
.filter-style2,
.filter-style1{
	margin-bottom:50px;
}
.filter-style2 ul,
.filter-style1 ul{
	padding:0;
}
.filter-style2 li,
.filter-style1 li{
	color:#000;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 20px;
	padding: 12px 0;
	position: relative;
	border-radius:0;
}

.filter-style2 li:hover,
.filter-style1 li:hover,
.filter-style2 li,
.filter-style1 li{
	background:transparent;
}
.filter-style2 li{
	padding:0;
}
.filter-style2 li a,
.filter-style1 li a{
	color:#000;
	margin:0;
}
.filter-style2 li a{
	text-transform:uppercase;
}
.filter-style2 li.active a{
	color:#737373;
}
.filter-style1 li:before,
.filter-style1 li:after{
	content:"";
	position:absolute;
	width:100%;
	height:6px;
	background:var(--bg-color);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.filter-style1 li:before{
	top:0;
	left:-100%;
}
.filter-style1 li:after{
	bottom:0;
	right:-100%;
}
.filter-style1 li:hover:before,
.filter-style1 li.active:before{
	top:0;
	left:0;
}
.filter-style1 li:hover:after,
.filter-style1 li.active:after{
	right:0;
}
/* Video Section ======= */
.content-inner-1.video-sction{
	padding-top:300px;
}
.videoplay-bx{
	width:140px;
	height:140px;
	line-height:140px;
	font-size:50px;
	text-align:center;
	color:#2d2d2d;
	background-color:#fdfdfd;
	border-radius:140px;
	display:inline-block;
	margin-top:50px;
	margin-bottom:100px;
	box-shadow: 0 0 150px 0 rgba(0,0,0,0.3);
}

/* Team Member ======= */
.team-member{
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
}
.team-member .team-info,
.team-member .team-media{
	max-width: 50%;
    flex: 0 0 50%;
}
.team-job-title{
	color:var(--bg-color-sc);
	font-size:18px;
}
.team-title{
	font-size:52px;
	line-height:62px;
	margin-bottom:15px;
}
.team-info p{
	color:#898989;
	font-size:18px;
	line-height:30px;
}
.team-perinfo {
    display: flex;
}
.team-perinfo .team-sign{
	max-width: 130px;
    margin-right: 30px;
}
.team-profile .name{
	padding-left:15px;
}
.team-profile .name h3{
	font-weight: 600;
	margin-bottom: 5px;
}
.team-profile .name span{
	color: #939393;
	margin-bottom:10px;
	display:block;
}
.team-pic{
	width: 45px;
	height: 45px;
	border-radius: 45px;
	overflow: hidden;
	min-width: 45px;
	margin-top: 15px;
}
.team-profile ul{
	margin:0;
	padding:0;
	list-style:none;
}
.team-profile ul li{
	display:inline-block;
}
.team-profile ul li a{
	font-size:18px;
	color:#222;
	padding-right:20px;
}
.team-profile{
	display:flex;
	align-items: start;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next{
	padding:0;
	background:transparent;
	margin: 0 -15px;
}
.team-carousel .owl-nav .owl-prev span,
.team-carousel .owl-nav .owl-next span{
	padding: 0;
	background: transparent;
	margin: 0 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.team-carousel .owl-nav .owl-prev i,
.team-carousel .owl-nav .owl-next i{
	height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 45px;
	background: var(--bg-color);
	font-size: 22px;
	line-height: 45px;
}
/* Blog Half ======= */
.blog-half{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-half .post-title{
	font-size:38px;
	line-height:44px;
}
.dlab-post-meta ul li{
	color: #afafaf;
	font-weight: 400;
}
.blog-half .dlab-post-text p{
	font-size:18px;
	color:#afafaf;
	line-height:35px;
}
.blog-half .post-info{
	width:45%;
	max-width:45%;
	padding: 0 40px;
}
.blog-half .blog-media{
	width:55%;
	max-width:55%;
}
/* Client Box ======= */
.client-box{
	max-width:680px;
	margin-left:auto;
	margin-top: 100px;
	margin-bottom: 60px;
}
.client-box .owl-theme .owl-dots{
	margin-left: 180px;
	text-align: left;
}
.client-says{
	padding-left:180px;
	position:relative;
}
.client-says .testimonial-pic{
	width: 150px;
	height: 150px;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.client-says .testimonial-text {
	padding: 0;
}
.client-says .testimonial-text p{
	position: relative;
	font-size:18px;
	line-height:28px;
	color:#4c4c4c;
	font-weight: 400;
	margin-bottom: 20px;
}
.client-says .testimonial-name{
	color:#2b2b2b;
	font-family: Poppins;
    font-size: 22px;
	
    font-weight: 600;
}
.client-says .testimonial-position {
    font-size: 14px;
    font-style: inherit;
    
    color: #2e2e2e;
}

/* Table ======= */
.table-option{
	border: 2px solid #adadad;
	border-radius: 6px;
	padding:50px 0px 30px 0
}
.table-option .pricingtable-title,
.table-option .pricingtable-price,
.table-option .pricingtable-footer,
.table-option .pricingtable-features,
.table-option .pricingtable-features li{
	border:0;
	background-color: transparent;
}
.table-option .pricingtable-title *{
	color:#000;
}
.table-option .pricingtable-title h2{
	font-size: 28px;
    line-height: 36px;
}
.table-option .pricingtable-price,
.table-option .pricingtable-title{
	padding: 0;
}
.table-option .pricingtable-bx {
	color: #000;
	font-family: Poppins;
	font-size: 63px;
	font-weight: 800;
}
.table-option .pricingtable-bx strong,
.table-option .pricingtable-bx sup{
	font-size: 30px;
	font-weight: 700;
}
.table-option .pricingtable-features li{
	color:#919191;
	font-size:18px;
}
.table-option:hover,
.table-option.active{
	background-color:#eeeeee;
	border: 2px solid #eeeeee;
}
.dark.table-option:hover, 
.dark.table-option.active {
    background-color: #404040;
    border: 2px solid #404040;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	transition: all 0.5s;
}
.dark.table-option{
	transition: all 0.5s;
}
.dark.table-option:hover .pricingtable-features li,
.dark.table-option:hover .pricingtable-title h2,
.dark.table-option:hover .pricingtable-price .pricingtable-bx,
.dark.table-option.active .pricingtable-features li,
.dark.table-option.active .pricingtable-title h2,
.dark.table-option.active .pricingtable-price .pricingtable-bx{
	color: #fff;
	transition: all 0.5s;
}
.dark.table-option:hover .pricingtable-footer .btn.black{
	background-color: #fff;
	border-color: rgba(0,0,0,0);
	color: #000;
}
/* Footer ======= */
.archi-footer.site-footer .footer-top{
	background-color: #202020;
	padding: 0;
}
.archi-footer.site-footer .footer-bottom span{
	color: rgba(255,255,255,0.6);
	font-size: 14px;
}
.archi-footer.site-footer .footer-bottom{
	background-color: #151515;
	border-radius: 0;
}
.archi-footer.site-footer .footer-top .footer-logo{
	width: 200px;
}
.archi-footer.site-footer .widget.widget-info{
	margin-bottom: 0;
}
.archi-footer.site-footer .widget .title {
    font-size: 12px;
    font-family: Montserrat;
    letter-spacing: 3px;
    position: relative;
    padding: 10px 0px;
    display: -webkit-inline-box;
    margin-bottom: 20px;
	font-weight: 700;
}
.archi-footer.site-footer .widget .title:after{
	content: "";
	height: 1px;
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--bg-color);
}
.archi-footer.site-footer .widget-info p{
	color: #fff;
	margin: 0;
	font-size: 14px;
    word-wrap: break-word;
}
.archi-footer.site-footer .footer-top [class*="col-"]:last-child {
	border: 0;
}
.archi-footer.site-footer .footer-top [class*="col-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px 30px;
}
/* Gallery ======= */
.overlay-gallery-bx1 .primary.dlab-img-overlay1::after,
.overlay-gallery-bx1 .primary.dlab-img-overlay1::before{
	background-color: var(--bg-color);
}
.overlay-gallery-bx1 .overlay-bx .overlay-icon a i {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
.overlay-gallery-bx1 .overlay-bx .icon-bx-xs {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.project-area .section-head .head-title{
	color:#000;
	font-size:45px;
	margin-bottom:15px;
}
.project-area .section-head p{
	max-width: 750px;
	font-weight: 400;
	color: #404040;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
	padding-top: 0;
}
/* Project Info Box ======= */
.project-info-box{
	position:relative;
}
.project-info-box .project-content{
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	padding: 40px 50px;
	width: 500px;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity:0;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
 .active .project-info-box .project-content{
	opacity:1;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.project-carousel-1 .owl-nav{
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.project-carousel-1 .owl-next,
.project-carousel-1 .owl-prev{
	padding: 0;
	background: transparent;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	letter-spacing: 5px;
	margin: 0 15px;
	text-shadow:2px 2px 0 rgba(0,0,0,0.1)
}
.project-carousel-1 .owl-next i,
.project-carousel-1 .owl-prev i{
	font-size: 22px;
}
.project-area{
	position:relative;
	z-index:1;
}
.project-area:after{
	content:"";
	z-index:-1;
	background:#fff;
	height:100px;
	bottom:0;
	left:0;
	width:100%;
	position:absolute;
}
.project-style-2 .project-info-box .project-content{
	left:auto;
	top:auto;
	right:0;
	bottom:55px;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.project-style-2.project-carousel-1 .owl-nav{
	right: 0;
	bottom: 0;
	background: #2e2e2e;
	width: 500px;
}
.project-style-2.project-carousel-1 .owl-next, 
.project-style-2.project-carousel-1 .owl-prev{
	margin: 0;
	width: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	padding:15px 20px;
}
.project-style-2.project-carousel-1 .owl-next:hover, 
.project-style-2.project-carousel-1 .owl-prev:hover{
	background-color:rgba(0,0,0,0.2);
}





/* Blog ======= */
.blog-grid.style1{
	margin-bottom:0;
}
.blog-grid.style1 .dlab-post-text p{
	color:#7b7b7b;
	margin-bottom:15px;
}
.blog-grid.style1 .dlab-post-text .post-title a{
	color:#000;
}
.blog-grid.style1 .dlab-post-text .post-title{
	margin-bottom: 10px;
}
.blog-grid.style1 .dlab-post-text  .post-date i{
	color:#000;
}

/*  Responsive */
@media only screen and (max-width: 1200px) {
	.team-perinfo .team-sign {
		max-width: 95px;
		margin-right: 15px;
	}
	.blog-half .post-title {
		font-size: 20px;
		line-height: 32px;
		margin-top: 0;
	}
	.team-title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 10px;
	}
	.team-info p {
		color: #898989;
		font-size: 15px;
		line-height: 26px;
	}
	.team-profile ul li a{
		font-size: 15px;
		padding-right: 10px;
	}
	.team-profile .name span {
    	margin-bottom: 5px;
	}
	.team-profile .name h3 {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.blog-half .dlab-post-text p{
		font-size: 15px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 991px) {
	.portbox1 .overlay-bx .port-title {
		font-size: 24px;
		line-height: 35px;
	}
	.team-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.team-perinfo {
		flex-direction: column;
	}
	.blog-half{
		flex-direction: column;
	}
	.blog-half .post-info,
	.blog-half .blog-media{
		width: 100%;
		max-width: 100%;
		
	}
	.blog-half .post-info{
		padding: 20px 20px;
		background-color:#f9f9f9;
	}
	.client-box{
		margin-top: 0px;
		max-width: 100%;
		margin-bottom: 0;
	}
	.table-option .pricingtable-features li{
		font-size: 14px;
		padding: 8px;
	}
	.table-option .pricingtable-bx{
		font-size: 40px;
	}
	.table-option .pricingtable-bx strong, 
	.table-option .pricingtable-bx sup{
		font-size: 18px;
	}
	.table-option .pricingtable-title h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.table-option .pricingtable-title h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.table-option{
		padding: 30px 0px 10px 0;
	}
	.section-head .head-title {
		font-size: 40px;
		line-height: 50px;
	}
	.header-full .logo-header{
		height: 69.5px;
		width: 400px;
	}
	.header-full .main-bar{
		padding:0;
	}
	.header-full .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-full .menu-icon-in span{
		height: 2px;
	}
	.header-full .menu-icon-in {
		width: 20px;
		height: 15px;
	}
	.header-full .menu-icon{
		width: 40px;
		height: 40px;
		padding: 0;
	}
	.header-full .is-fixed .extra-nav,
	.header-full .extra-nav {
		padding: 10px 0;
	}
}
@media only screen and (max-width: 767px) {
	.filter-style1 li{
		margin: 0 10px;
	}
	.team-member{
		flex-direction: column;
	}
	.team-member .team-info, 
	.team-member .team-media {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.team-member .team-info{
		text-align: center;
	}
	.team-perinfo .team-sign{
		max-width: 100%;
		margin-bottom:15px;
	}
	.team-perinfo .team-sign img{
		max-width: 70px;
		display: inline-block;
	}
	.team-profile{
		flex-direction: column;
	}
	.team-pic{
		     margin: auto;
	}
	.team-profile .name {
		padding-left: 0;
		width: 100%;
		margin-top: 10px;
	}
	.client-says {
		padding-left: 130px;
	}
}
@media only screen and (max-width: 576px) {
	.client-says .testimonial-pic {
		width: 60px;
		height: 60px;
		position: unset;
		margin-bottom:10px;
	}
	.client-says {
		padding-left: 0;
		text-align: center;
	}
	.client-box .owl-theme .owl-dots{
		margin-left: 0;
		text-align: center;
	}
	.team-carousel .owl-nav .owl-prev, 
	.team-carousel .owl-nav .owl-next{
		margin: 0 0px;
	}
	.section-head .head-title {
		font-size: 28px;
		line-height: 35px;
	}
	.section-head p {
		font-size: 14px;
	}
	.filter-style1 li:before, 
	.filter-style1 li:after{
		height: 2px;
	}
	.filter-style1 li{
		padding: 5px 0;
		font-size: 14px;
	}
	.filter-style1 li {
		margin: 0 5px;
	}
}
/* Home 2 ======= */
.header-full.style1 .main-bar{
	background-color:#121a2d;
	padding: 0;
}
.header-full.style1 .menu-icon{
	width: 40px;
	height: 40px;
}
.menu-icon-in span{
	height: 3px;

}
.header-full.style1 .menu-icon-in{
	width: 23px;
	height: 16px;
}
.header-full.style1 .is-fixed .header-content-bx  > .logo-header,
.header-full.style1 .header-content-bx  .logo-header{
	height: 69.5px;
	width: 400px;
}
.header-full.style1 .extra-nav .extra-cell > ul{
	display: flex;
}
.header-full.style1 .extra-nav .extra-cell > ul > li{
	border-left: 1px solid rgba(255,255,255,0.2);
	align-items: center;
	display: flex;
	padding: 10px 20px;
}
.header-full.style1 .extra-nav .extra-cell > ul > li.search-btn{
	padding-right:0;
}
.header-full.style1 .extra-nav{
	padding:0;
}
.header-full.style1 .contact-no span{
	color:#fff;
	font-family:Poppins;
	font-size:18px;
}
.header-full.style1 .header-social ul{
	margin:0;
	padding:;
}
.header-full.style1 .header-social ul li a{
	color:#fff;
	font-size:18px;	
	padding: 0 10px;
}
.header-full.style1.white .main-bar{
	background-color: #fff;
}
.header-full.style1.white .header-social ul li a,
.header-full.style1.white .contact-no span {
    color: #000;
}
.header-full.style1.white .extra-nav .extra-cell > ul > li{
	border-left: 1px solid rgba(0,0,0,0.1);
}
.header-full.style1.white  .btn.white{
	background-color:#f1f1f1;
}
/* About Us Box ======= */
.about-year span{ 
	font-size: 85px;
	color: #000;
	font-weight: 600;
	line-height: 85px;
	position:relative;
	padding-left: 50px;
	padding-right: 15px;
	z-index: 1;
}
.about-year p{ 
	font-size:22px;
	color: #000;
	margin-bottom: 0;
}
.about-year span:after{
	content: "";
	width: 130px;
	height: 130px;
	display: block;
	position: absolute;
	border: 5px solid var(--bg-color);
	left: 0;
	top: -25px;
	z-index: -1;
}
.about-year {
    display: flex;
    align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.about-bx1-content p{
	color:#555555;
	font-size:18px;
	line-height:28px;
}
.about-bx1-content h2{
	font-size:40px;
	line-height:55px;
	margin-bottom: 20px;
}
.list-details{
	list-style:none;
	margin:0;
	padding:0;
	max-width: 430px;
}
.list-details li{
	color: #000;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.list-details li:first-child{
	border-top:0;
}
/* Project Slider */
.project-slider{
	position:relative;
	z-index:1;
}
.project-slider .container{
	position:relative;
	z-index:1;
}
.project-slider:after{
	content: "";
	background: #ebebeb;
	height: 100%;
	width: calc(50% - 80px);
	position: absolute;
	top: 0;
	left:0;
}
.project-slider .about-bx1-content{
	max-width:600px;
	padding-left:45px;
}
.project-carousel.owl-btn-1 .owl-prev, 
.project-carousel.owl-btn-1 .owl-next{
	border-radius:50px;
	background:#000;
	color:#fff;
}
/* Form Box ======= */
.form-box .title{
	font-size:30px;
	line-height:45px;
	color:#424344;
	font-weight:400;
	margin-bottom: 30px;
}
.form-box .sign{
	font-family:Montserrat;
	color: #424344;
	font-weight: 400;
	text-transform: uppercase;
}
.form-box {
    background: #e9f2f7;
    border-radius: 10px;
    padding: 70px 80px;
}
.form-img{
	width: calc(100% + 150px);
	position: absolute;
	bottom: 0;
	z-index: 1;
	margin-bottom: -50px;
}
.form-content-box{
	padding-top:200px;
	background-image: url(../images/pattern/pt1.png), url(../images/pattern/pt1.png);
	background-repeat: no-repeat;
	background-position: right top 70px, left bottom;
}
.form-box .form-control {
    height: 70px;
    border-radius: 60px;
    font-size: 15px;
    border: 0;
    padding: 0 40px;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
}
.form-box .btn{
	height: 70px;
	width: 100%;
	font-size: 14px;
	background: #444548;
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
}
/* Slider 2 ======= */
.slide2 .tp-leftarrow{
	margin-right:25px;
}
.slide2 .tp-rightarrow{
	margin-left:25px;
}
.slide2 .tparrows.tp-rightarrow:before{
	content:"NEXT";
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	width: auto;
	height: auto;
	line-height: 20px;
	display: inline-block;
}
.slide2 .tp-rightarrow:after{
	content:"\f121";
	font-family:"LineAwesome";
	color:#fff;
	display: inline-block;
	line-height: 20px;
	font-size: 24px;
	margin-left: 15px;
	opacity:0.25;
}
.slide2 .tparrows.tp-leftarrow:before{
	content:"\f120";
	font-family:"LineAwesome";
	font-size: 24px;
	width: auto;
	height: auto;
	line-height: 20px;
	display: inline-block;
	margin-right: 15px;
	opacity:0.25;
}
.slide2 .tp-rightarrow:hover:after,
.slide2 .tparrows.tp-leftarrow:hover:before{
	opacity:0.8;
}
.slide2 .tp-leftarrow:after{
	content:"PREV";
	font-family: 'Oswald', sans-serif;
	color:#fff;
	display: inline-block;
}
.slide2 .uranus.tparrows{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
/* Number */
.slide2  .tp-bullet:first-child:after{
	content:"01";
}
.slide2  .tp-bullet:nth-child(2):after{
	content:"02";
}
.slide2  .tp-bullet:nth-child(3):after{
	content:"03";
}
.slide2  .tp-bullet:nth-child(4):after{
	content:"04";
}
.slide2  .tp-bullet:nth-child(5):after{
	content:"05";
}
.slide2  .tp-bullet:nth-child(6):after{
	content:"06";
}
.slide2  .tp-bullet:nth-child(7):after{
	content:"07";
}
.slide2  .tp-bullets.hermes{
	width: 40px !important;
	height: 95px !important;
}
.slide2  .hermes  .tp-bullet,
.slide2  .hermes  .tp-bullet.selected{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	box-shadow: none;
	border-radius: unset;
	overflow: unset;
	width: 100%;
	position: unset;
	height: auto;
}
.slide2  .hermes  .tp-bullet:after,
.slide2  .hermes  .tp-bullet.selected:after{
	background: transparent;
	box-shadow: none;
	color: #fff;
	height: auto;
	width: auto;
	border-radius: unset;
	overflow: unset;
	position: unset;
}
.slide2  .hermes  .tp-bullet{
	width: 50%;
	display: inline-block;
	padding: 0 3px;
	text-align: center;
	opacity:0;
}
.slide2  .hermes  .tp-bullet.selected{
	position: absolute;
	bottom: 0px !important;
	line-height: 45px;
	height: 50px;
	top: auto !important;
	left:0 !important;
	opacity:1;
}
.slide2  .hermes  .tp-bullet.selected:after{
	color:var(--text-color);
	font-size:40px;
}
/* Sr Numbox ======= */
.sr-numbox .box-number {
    font-size: 55px;
    font-weight: 400;
    font-family: poppins;
    line-height: 60px;
    padding: 0 0 15px 3px;
    position: relative;
    float: left;
}
.sr-numbox .box-number:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #dfdfdf;
}
.sr-numbox .dlab-tilte {
    align-self: end;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 30px;
	margin-top: auto;
}
/* Team ======= */
.team-info-contact h2{
	font-size: 40px;
}
.team-info-contact p{
	font-size: 18px;
	line-height: 28px;
}
/* Archi Info ======= */
.archi-info{
	position: relative;
	display: inline-block;
	text-align: left;
}
.archi-info i {
    position: absolute;
    left: 0;
    font-size: 30px;
    top: 10px;
}
.team-info-contact .archi-info i {
	color: skyblue;
}
/* Team Slider ======= */
.team-slider {
	margin-bottom:30px;
}
.team-slider .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    background-color: #000;
	margin: 0;
}
.team-slider .owl-dots .owl-dot{
	border: 2px solid rgba(0,0,0,0,);
    padding: 10px;
	border-radius: 50px;
	margin: 5px;
}
.team-slider .owl-dots .owl-dot.active {
    border: 2px solid var(--primary);
}
.team-slider .owl-dots .owl-dot:hover span,
.team-slider .owl-dots .owl-dot.active span{
	background-color: var(--primary);
}
.team-slider.owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    left: -60px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 25px;
}
/* Project Area ======= */
.project-area-info{
	background-color: #fff;
}
.project-area-info .project-content{
	margin-left: -70px;
}
.project-area-info .owl-nav .owl-prev,
.project-area-info .owl-nav .owl-next{
	background-color: rgba(0,0,0,0)
}
.project-area-info .owl-nav .owl-prev i,
.project-area-info .owl-nav .owl-next i{
	font-size: 40px;
	color: #fff;
}
.project-area-info .owl-nav .owl-prev{
	left: -100px;
}
.project-area-info .owl-nav .owl-next{
	right: -100px;
}
/* ===== Home Style 5 ===== */
/* Archia Header ======= */
.header-archia .search-btn{
    height: 50px;
    width: 50px;
    background-color: rgba(0,0,0,0.5);
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
}
.header-archia .contact-info{
	padding-left: 45px;
	position: relative;
	margin-right: 30px;
}
.header-archia .contact-info span{
	font-size: 16px;
	color: rgba(255,255,255,0.8);
}
.header-archia .contact-info h4{
	font-size: 20px; 
	line-height: 20px;
	color: #fff;
}
.header-archia .contact-info i{
    position: absolute;
	align-self: center;
	line-height: 40px;
    font-size: 26px;
	left: 0;
	color: var(--text-color);
}
.header-archia .extra-cell{
	margin-left: 30px;
}
.header-archia .extra-cell ul {
    display: flex;
}
@media only screen and (min-width: 991px) {
	.header-archia .header-nav .nav > li > a {
		font-size: 15px;
		padding: 18px 20px;
	}
	.header-archia .header-nav .nav > li > a{
		border-bottom: 3px solid rgba(0,0,0,0);
	}
	.header-archia .header-nav .nav > li .sub-menu{
		border-radius: 5px;
	}
	.header-archia .header-nav .nav > li .sub-menu li:first-child > a{
		border-radius: 5px 5px 0 0;
	}
	.header-archia .header-nav .nav > li .sub-menu li:last-child > a{
		border-radius: 0 0 5px 5px;
	}
	.header-archia .header-nav .nav > li .sub-menu li a {
		padding: 15px 25px;
		border-radius: 0;
	}
	.header-archia .header-nav .nav > li.active a,
	.header-archia .header-nav .nav > li:hover > a{
		border-color: var(--bg-color);
	}
	.header-archia .is-fixed .header-nav .nav > li > a {
		
	}
	.header-archia .header-nav .nav > li .sub-menu li:hover > a,
	.header-archia .header-nav .nav > li .sub-menu li .sub-menu li:hover a{
		background-color: var(--bg-color);
		color: #fff;
	}
	.header-archia .header-nav .nav > li .sub-menu li:hover > .sub-menu {
		left: 280px;
	}
	.header-archia .header-nav .nav > li .sub-menu li > .sub-menu::after {
		content: "";
		left: -10px;
		top: 20px;
		position: absolute;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 10px solid #fff;
	}
	.header-archia .header-nav .nav > li .sub-menu li > .sub-menu li a{
		color: #2c2c2c;
	}
	.header-archia .header-nav .nav > li .sub-menu li a{
		font-size: 14px;
		font-weight: 400;
	}
	.header-archia .header-nav .nav > li .sub-menu li a:after,
	.header-archia .header-nav .nav > li .sub-menu li a:before{
		content: "";
		position: absolute;
		height: 5px;
		width: 5px;
		background-color: #fff;
		top: 50%;
		border-radius: 50px;
		opacity: 0;
	}
	.header-archia .header-nav .nav > li .sub-menu li a:after{
		right: 20px;
	}
	.header-archia .header-nav .nav > li .sub-menu li a:before{
		right: 30px;
	}
	.header-archia .header-nav .nav > li .sub-menu li:hover > a:after,
	.header-archia .header-nav .nav > li .sub-menu li:hover > a:before{
		opacity: 1;
	}
	.header-archia .is-fixed  .header-nav .nav > li > a,
	.header-archia .is-fixed .contact-info span,
	.header-archia .is-fixed .contact-info h4{
		color: #000;
	}
}
.header-archia .logo-header{
	height: 100px;
}
@media only screen and (min-width: 768px) {
.header-archia .logo-header{
	height: 69.5px;
}	
}

.header-archia.header-transparent .main-bar {
    padding: 30px 0;
}
.header-archia.header-transparent .is-fixed .main-bar {
    padding: 0;
}

.header-archia .is-fixed .logo-header {
    height: 69.5px;
}


.header-archia .header-nav .nav > li .sub-menu{
    width: 270px;
}
.header-archia .header-nav .nav > li .sub-menu li a{
	color: #6f6f6f;
}
.navbar-toggler{
	box-shadow: 0 !important;
}
.header-archia .navbar-toggler,
.header-archia .is-fixed .navbar-toggler{
	margin: 22px 0 22px 15px;
}
.header-archia .is-fixed .navbar-toggler span{
	background-color: #000;
}

/* About Us ======= */
.about-us h2 {
    font-size: 46px;
    font-weight: 700;
    color: #272727;
    line-height: 54px;
}
.about-us p{
	color: #7b7b7b;
	font-size: 18px;
	line-height: 30px;
}
/* Project Info ======= */
.project-info {
    background-color: #fff;
    padding: 80px 80px 60px;
    border-radius: 50px;
    background-image: url(../images/pattern1.png), url(../images/pattern2.png);
    background-position: -55px, 200px;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-info .project-title{
	font-size: 45px;
	line-height: 55px;
	color: #222;
}
.project-info .project-description{
	font-size: 17px;
	line-height: 30px;
	color: #676565;
	margin-bottom: 30px;
}
.project-info .project-time{
	color: #676565;
}
.project-info .project-social-list a{
	color: #999;
}
.project-info .info-number{
	font-size: 30px;
}
.project-info .project-social-list{
	padding: 0;
}
.project-info .project-social-list li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    font-size: 20px;
}
.text-blue-dark{
	color: #101e4e;
}
.section-head .pre-title {
    font-weight: 400;
    text-transform: uppercase;
    color: #272727;
    font-size: 13px;
    letter-spacing: 3px;
}
/* Our Team ======= */
.our-team .social-list{
	padding: 0;
	margin: 10px 0 0;
}
.our-team .social-list li a{
	text-decoration: none;
}
.our-team .social-list li {
    display: inline-block;
    font-size: 20px;
    padding: 10px;
}
.our-team .team-title-bx{
	padding: 12px;
	background: #1D464D;
	min-height: 120px;
}
.our-team .dlab-media.radius-sm img{
	border-radius: 5px;
}
.our-team .team-title-bx span{
	font-size: 18px;
	color: #fff;
}
@media(max-width:1600px){
	
.our-team .team-title-bx span{
	font-size: 16px;
	line-height: 22px;

}	
}
@media(max-width:988px){
	
.our-team .team-title-bx span{
	font-size: 14px;
	line-height: 20px;

}	
}
@media(max-width:580px){
.our-team .team-title-bx{
	padding: 12px;
	background: #1D464D;
	min-height: 80px;
}	
.our-team .team-title-bx span{
	font-size: 15px;
	line-height: 20px;

}	
}
.our-team .team-title-bx .team-title {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 10px;
}
/* Inner Page Banner ======= */
.dlab-bnr-inr{
	margin-bottom: 40px;
}
.dlab-bnr-inr-entry{
	position: relative;
}
.dlab-bnr-inr h1 {
	font-weight: 700;
    font-size: 60px;
    font-family: poppins;
    line-height: 60px;
}
.dlab-bnr-inr p {
    font-size: 20px;
    color: rgba(255,255,255,0.5);
}
.breadcrumb-row {
    background-color: #fff;
    box-shadow: 0 0 70px 0 rgba(0,0,0,0.1);

    width: 100%;
    margin-top: -40px;
	text-align: left;
	
}
.breadcrumb-row ul li,
.breadcrumb-row ul li a,
.breadcrumb-row ul li::after{
	color: #8799a3;
}
.breadcrumb-row ul li:last-child {
	color: #475963;
}
 .breadcrumb-row ul li:first-child:after{
	content: unset;
}
 .breadcrumb-row ul li {
	
    padding: 30px 10px;
	margin: 0;
	font-size: 16px;
}
 .breadcrumb-row ul li:first-child{
	padding: 0;
}
 .breadcrumb-row ul li:first-child a{
    padding: 30px 40px;
    border-right: 1px solid rgba(0,0,0,0.1);
    margin-right: 30px;
}
 .breadcrumb-row ul li::after {
    margin-left: 20px;
}
@media only screen and (max-width: 580px) {
	 .breadcrumb-row ul li {
	text-transform: capitalize;
    padding: 15px 5px;
	margin: 0;
	font-size: 14px;
}
	 .breadcrumb-row ul li:first-child a{
    padding: 15px 15px;
    border-right: 1px solid rgba(0,0,0,0.1);
    margin-right: 15px;
}
 .breadcrumb-row ul li::after {
    margin-left: 15px;
}
}
/* About Bx ======= */
.about-bx {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 0 30px 30px 30px;
    border-radius: 5px;
    margin-top: 30px;
}
.about-bx .bg-primary{
	background: var(--bg-color)!important;
}
.about-bx .icon-bx-sm {
    position: relative;
    top: -30px;
}
.about-bx .icon-content .dlab-tilte {
    color: #252525;
    font-size: 24px;
    font-weight: 700;
	margin-bottom: 15px;
}
.about-bx .icon-content p{
	color: #696969;
	font-size: 16px;
	line-height: 28px;
}
/* Video Bx ======= */
.video-bx{
	padding: 130px 0;
}
.video-bx .video-title {
    font-size: 42px;
}
.video-bx .video-content{
    font-size: 18px;
    line-height: 30px;
    color: rgba(255,255,255,0.9);
    width: 80%;
    margin: 0 auto 50px;
}
.video-bx .video-play{
	margin-bottom: 60px;
}
.video-bx .video-play .popup-youtube:hover{
	color: #fff;
}
.video-bx .video-play .popup-youtube {
    height: 135px;
    width: 135px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 135px;
    font-size: 36px;
    display: block;
    text-align: center;
    margin: auto;
}
.video-bx1{
	position: relative;
}
.video-bx1 .video-play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}
.video-bx1 .video-play a{
	height: 80px;
	width: 80px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto 20px;
}
.video-bx2 .video-play a {
    height: 80px;
    width: 80px;
    font-size: 30px;
    background-color: var(--bg-color);
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    float: left;
    margin-right: 20px;
}
.video-bx2 .video-play p {
    font-weight: 600;
    font-size: 13px;
    padding: 22px 0;
    line-height: 18px;
	margin-bottom: 10px;
}
.video-bx2{
	background-color: #fff;
	border: 4px solid var(--text-color);
	padding: 30px;
	width: 300px;
}
.video-bx2 .years-date {
    font-size: 96px;
    line-height: 96px;
    font-weight: 800;
	margin-bottom: 0;
}
.video-bx2 .years {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 700;
}
.video-bx2 .years-work {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 22px;
}
.video-info img{
	width: 100%;
}
.video-info{
	position: relative;
}
.video-info .video-bx2 {
    position: absolute;
    bottom: 40px;
    left: 0;
}
.video-bx .video-play.play-bg-primary .popup-youtube {
    border: 0;
    background-color: var(--bg-color);
    color: #fff;
}
.video-bx .video-play.play-bg-primary{
	margin-bottom: 0;
}
/* About Me ======= */
.about-me .about-thumb {
    border-left: 25px solid var(--text-color);
    z-index: 99;
    position: relative;
    margin: 35px 0;
}
.about-me .about-email-bx .title{
	font-size: 26px;
}
.about-me .bg-half{
	position: relative;
}
.about-me .bg-half::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f1f1f1;
    z-index: 1;
    width: 75%;
}
.about-me .about-email-bx{
	padding: 20px;
	z-index: 9;
	position: relative;
}
.about-me .about-email-bx form .form-control {
    text-align: center;
    height: 65px;
    border-radius: 50px;
    border: 0;
    font-size: 14px;
}
.about-me .about-me-info .title{
	font-size: 40px;
}
.about-me .about-me-info .sub-title{
    color: rgba(0,0,0,0.3);
    font-size: 20px;
    text-decoration: underline;
}
.about-me .about-me-info .widget_getintuch strong {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
	color: #000;
}
.about-me .about-me-info .widget_getintuch{
	margin-bottom: 0;
}
.about-me .about-me-info .widget_getintuch li{
	color: rgba(0,0,0,0.4);
    padding-left: 50px;
}
/* Progress Section ======= */
.progress-section .progress-bx .progress{
	margin-right: 50px;
}
.progress-section .progress-bx .count-box {
    float: right;
    font-size: 18px;
    font-weight: 500;
    color: #000;
	line-height: 10px;
}
.progress-bx .bg-pink{
	background-color: #7200ff;
}
.progress-bx .bg-red{
	background-color: #f13646;
}
.progress-bx .bg-green{
	background-color: #41b649;
}
.progress-section .progress-bx .progress {
    height: 8px;
    border-radius: 50px;
	overflow: unset;
}
.progress-section .progress-bx{
	margin-bottom: 30px;
}
.progress-section .progress-bx .title {
	font-size: 15px;
}
.progress-section .progress-bx .progress-bar{
	position: relative;
	border-radius: 50px;
	overflow: unset;
}
.progress-section .progress-bx .progress-bar::after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #fff;
    right: -2px;
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.archia-counter .counter {
    font-size: 60px;
    font-weight: 700;
    color: #000;
	line-height: 60px;
	margin-bottom: 0;
	margin-top: 20px;
}
.archia-counter i{
	color: #8799a3;
}
/* Team ======= */
.our-team.team-style1{
	position:relative;
}
.our-team.team-style1 .team-title-bx .team-title {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    font-weight: 700;
}
.our-team.team-style1 .team-title-bx span {
    font-size: 16px;
    color: #fff;
}
.our-team.team-style1 .team-title-bx {
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	z-index: 99;
	opacity: 0;
}
.our-team.team-style1 .dlab-media:after {
    content: "";
    background-color:#000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
	opacity: 0;
	transition: all 0.5s;
}
.our-team.team-style1:hover .dlab-media:after{
	opacity: 0.7;
}
.our-team.team-style1:hover .team-title-bx {
	opacity: 1;
	transition: all 0.5s;
}
/* Portfolio ======= */
.portfolio-1 .dlab-box .port-box .title{
	font-size: 20px;
	margin-bottom: 5px;
}
.portfolio-1 .dlab-box .port-box p {
    font-size: 14px;
    margin-bottom: 0;
    color: rgba(255,255,255,0.7);
}
.portfolio-1 .dlab-box .port-box{
	padding: 40px 35px;
}
/* Blog ======= */
.blog-post.shadow .dlab-post-title .post-title{
	font-size: 20px;
	margin: 0;
}
.blog-post.shadow .dlab-post-name,
.blog-post.shadow .dlab-info ul li a,
.blog-post.shadow .dlab-info ul li i,
.blog-post.shadow .dlab-info ul li{
	color: #8799a3;
}
.blog-post.shadow .dlab-post-name a{
	color:var(--text-color);
}
.blog-post.shadow .dlab-post-meta li::after {
    content: "";
}
/* Pagination Bx Radius ======= */
.pagination-bx.radius .pagination li a {
    padding: 13px 18px;
    border-radius: 50px;
    font-size: 15px;
	font-weight: 500;
}
.pagination-bx.radius .pagination li.active a {
	background-color: var(--bg-color);
}
.pagination-bx.radius .pagination li {
    margin: 0 3px;
	display: inline;
}
.pagination-bx.radius .pagination li span{
	border: 0;
	border-radius: 50px;
	padding: 0;
    font-size: 15px;
}
.pagination-bx.radius .pagination{
	display: block;
}
.pagination-bx.radius .pagination li span:hover{
	background-color: unset;
	color: #000;
}
.pagination-bx.radius{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 30px;
    margin: 50px;
}
/* Blog Half ======= */
.blog-post.blog-half.blog-half1{
	align-items: unset;
}
.blog-post.blog-half.blog-half1 .dlab-post-title{
    background-color: #fff;
    z-index: 9;
    position: relative;	
}
.blog-post.blog-half.blog-half1 .dlab-post-title.left{
    margin: 0 0 0 -150px;
    padding: 30px 10px 20px 40px;
}
.blog-post.blog-half.blog-half1 .dlab-post-title.right{
    margin: 0 -150px 0 0;
    padding: 30px 40px 20px 10px;
}
.blog-post.blog-half.blog-half1 .dlab-post-text p {
    font-size: 15px;
    color: #7b7b7b;
    line-height: 25px;
}
.blog-post .dlab-post-text p {
	color: #676767;
}
.blog-masonry .blog-post{
	margin-bottom: 30px;
}
.blog-masonry .blog-post .post-title{
	font-size: 24px;
	line-height: 32px;
}
/* Section Head 2 ======= */
.section-head.style2 .head-title{
	font-size: 36px;
	line-height: 46px;
	width: 55%;
	margin: 5px auto 20px;
}
.section-head.style2 .pre-title {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 3px;
    color: #848484;
    font-weight: 600;
}
.section-head.style2  p{
	font-size: 14px;
	color: #7b7b7b;
	font-weight: 400;
}
.portfolio-bx .portbox1{
	margin-bottom: 0;
	border-radius: 0;
}
.portfolio-bx .overlay-bx .port-title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 15px;
}
.portfolio-bx .overlay-bx span{
	color: rgba(255,255,255,0.8);
	margin-bottom: 5px;
}
.btn-video{
	padding: 14px 18px;
}
/* Widget Getintuch Project Details ======= */
.container-fluid{
	padding-left:55px;
	padding-right:55px;
}
.project-img-bx  img{
	width:100%;
}
.widget_getintuch-pro-details{
	margin-bottom: 0;
}
.widget_getintuch-pro-details .pro-details i {
    background-color: #f5f5f5;
    height: 53px;
    width: 53px;
    color: #000;
    border-radius: 50px;
    line-height: 53px;
    font-size: 20px;
	top: 0;
}
.widget_getintuch-pro-details .pro-details {
    padding-left: 70px;
    margin-bottom: 30px;
    position: relative;
}
/* Project Details ======= */
.project-carousel .owl-nav .owl-prev i, 
.project-carousel .owl-nav .owl-next i {
    height: 50px;
    width: 50px;
    background: var(--bg-color-sc);
    color: #fff;
    border-radius: 50px;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
}
.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
	background-color: rgba(0,0,0,0);
	padding: 0;
}
.project-carousel .owl-nav .owl-prev{
	left: 10%;
}
.project-carousel .owl-nav .owl-next{
	right: 10%;
}
/* Company History ======= */
.animation-jet {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.history-box{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:80px;
}
.history-box .history-media{
	flex: 0 0 70%;
	max-width: 70%;
}
.history-box .history-details{
	flex: 0 0 30%;
	padding-right: 50px;
	max-width: 30%;
}
.history-box.right {
	flex-direction: row-reverse;
}
.history-box.right .history-details{
	padding-left: 50px;
	padding-right: 0;
}
.history-head{
	border-left:4px solid var(--bg-color);
	padding-left: 25px;
}
.history-box p{
	color:#666666;
	line-height:26px;
	font-size:16px;
	margin-bottom:0;
}
.history-head h2{
	font-size: 60px;
	font-weight: 200;
	color: #999999;
}
.history-head h3{
	color:#333333;
}
/* Error Page ======= */
.error-page .dz_error{
	font-family:Poppins;
	font-size:260px;
	color:#1c1c1c;
	font-weight:700;
	line-height: 260px;
}
.error-page .error-head{
	font-size:36px;
	font-weight:400;
	color:#484646;
	line-height:55px;
	max-width:760px;
	display:inline-block;
}
.error-page  .input-group .btn{
	border-radius:50px;
}
.error-page  .input-group .btn:hover{
	background-color:transparent;
}
.error-page  .input-group .btn img{
	width:21px;
}
.error-page  .input-group .form-control,
.error-page  .input-group .form-control:active,
.error-page  .input-group .form-control:focus{
	border:0;
	background-color:transparent;
	padding: 10px 25px;
	font-weight:500;
}
.error-page  .input-group{
	border:2px solid #eceef2;
	border-radius: 40px;
}
.error-page .subscribe-form{
	max-width:560px;
	width:560px;
	display:inline-block;
}
/* Comign Soon ======= */
.coming-soon{
	height:100vh;
	position:relative;
}
.countdown .date div strong{
	font-size: 20px;
	font-weight: 400;
	color: #1b1b1b;
	text-transform: uppercase;
	box-shadow: inset 0px -4px 0  var(--bg-color);
	line-height: 18px;
	display: inline-block;
}
.countdown .date div{
	display:block;
	line-height: 30px;
}
.countdown .date {
    display: inline-block;
	text-align: center;
	width: 130px;
}
.countdown .date .time{
	font-size: 70px;
	font-family: Poppins;
	color:#000!important;
	font-weight: 700;
	display: block;
}
.countdown-box {
    display: flex;
	line-height: 70px;
	align-items: start;
	padding: 50px 50px 0;
}
.countdown-box .countdown{
	margin-left: auto;
}
.coming-head h2{
	line-height: 162px;
	font-size: 162px;
	display: inline;
	position: relative;
}
.coming-head h2 strong{
	color: #1b1b1b;
}
.coming-head h2 span{
	font-size: 40px;
	color: #1b1b1b;
	position: absolute;
	right: 26px;
	line-height: 40px;
}
.coming-head {
    display: block;
    max-width: 1170px;
    text-align: center;
	margin-top: 50px;
}
.coming-head .input-group .btn{
	border-radius: 40px;
    height: 40px;
    padding: 0;
    width: 40px;
    margin: 5px;
	color:#000;
}
.coming-head .subscribe-form {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.coming-head .subscribe-form .form-control:hover,
.coming-head .subscribe-form .form-control:active,
.coming-head .subscribe-form .form-control:focus,
.coming-head .subscribe-form .form-control{
	border:0;
	border-radius: 40px !important;
}
.coming-head .input-group{
	background:#ffffff;
	border:1px solid #e3e3e3;
	border-radius:50px;
}
/* Contact Us ======= */
.section-head.contact-title span{
	color:var(--bg-color);
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}
.section-head.contact-title p{
	font-weight:400;
}
.section-head.contact-title h2{
	font-size:67px;
	line-height:80px;
	color:#000;
}
/* Contact Box ======= */
.contact-box .form-control{
	background-color: #ebebeb;
	border: 2px solid #ebebeb;
	height: 60px;
	border-radius: 6px;
	padding: 20px;
	font-size: 16px;
	font-weight:300;
}
.contact-box textarea.form-control{
	height:180px;
}
.contact-box .form-control:hover,
.contact-box .form-control:active,
.contact-box .form-control:focus{
	background-color: #fff;
	border: 2px solid #000;
}
.contact-box .section-head h2{
	color:#000;
	font-size:32px;
}
.contact-box .section-head p{
	font-weight:400;
}
.contact-box .icon-content p{
	color:#7b7b7b;
}
/* Author Box ======= */
.author-box {
    background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	border: 2px solid #c4c4c4;
}
.author-box.blog-user .author-profile-info {
    display: flex;
}
.blog-user .author-profile-pic {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: none;
    z-index: 2;
    position: relative;
	margin-top: 5px;
    border: 0;
}
.blog-user .author-profile-content {
    padding-left: 20px;
    text-align: left;
    padding-top: 0;
}
.blog-user .author-profile-content p {
    margin-bottom: 10px;
	font-size: 14px;
}
.author-profile-content ul li a i{
	margin-left:0;
}
.author-profile-content ul li a{
	color:#000;
	font-size:15px;
	margin-right:15px;
}
/* Recent Post Box ======= */
.recent-post-bx .dlab-post-meta ul li i{
	color:#afafaf;
}
.recent-post-bx .dlab-post-title .post-title{
	margin-bottom: 5px;
	margin-top: 20px;
}
.recent-post-bx.blog-post .dlab-post-text p{
	color: #676767;
	font-size: 14px;
}
.related-post .owl-nav{
	position: absolute;
	top: 15px;
	right: 10px;
}
.related-post .owl-prev,
.related-post .owl-next{
	width: 34px;
	height: 34px;
	background: #000;
	color: #fff;
	line-height: 34px;
	padding: 0;
	text-align: center;
	transition:all 0.5s;
}
.related-post .owl-prev:hover,
.related-post .owl-next:hover{
	background: #fff;
	color: #000;
}
.slide-social {
    margin: 0;
        margin-left: 0px;
    padding: 0;
    list-style: none;
    margin-left: auto;
}
.slide-social li:first-child {
    margin-right: 10px;
}
.slide-social li {
    display: inline-block;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    font-weight: 600;
	color: #000000;
}
.share-post .slide-social li a:hover{
	color:#ed145b;
}
.share-post .slide-social li a {
    color: #464646;
	font-size: 18px;
	padding:0 0 0 10px;
}
.post-link-in {
    padding: 15px 30px;
    display: inline;
    background:var(--bg-color);
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    left: 20px;
}
.post-link-in:hover{
	color:#fff;
}
.blog-post.blog-single .dlab-post-meta{
	margin-bottom:30px;
}
.blog-post.blog-single .dlab-post-meta li{
	margin-right:20px;
}
.blog-post.blog-single .dlab-post-meta li.dlab-post-name a{
	color:var(--text-color);
}
.blog-post.blog-single .dlab-post-meta li.dlab-post-name img{
	width:40px;
	height:40px;
	object-fit:cover;
	border-radius:40px;
	margin-right:5px;
}
.blog-post.blog-single .dlab-post-meta li:after{
	content:none;
}
.blog-post.blog-single .dlab-post-meta i{
	color:#999999;
}
/* Video Full ======= */
.video-full{
	margin-top:-40px;
	display: flex;
	align-items: center;
}
.video-full.overlay-black-dark:after{
	opacity:0;
}
.video-content-box h2{
	font-size:85px;
	line-height:85px;
	text-transform:uppercase;
	color:#252525;
	font-weight:800;
	margin-bottom: 15px;
}
.video-content-box h6{
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #252525;
    font-family: Open Sans;
    letter-spacing: 30px;
}
.video-content-box {
    margin-left: auto;
    max-width: 900px;
}
.video-content-box a.video{
	width: 100px;
	height: 100px;
	background: #fff;
	text-align: center;
	font-size: 30px;
	color: #000;
	display: block;
	line-height: 100px;
	border-radius: 50px;
	margin-bottom: 10px;
}
.video-content-box p{
	font-size:18px;
	line-height:30px;
	max-width:800px;
	
}
.video-content-box h2 span{
	font-weight:300;
}
/* Portfolio Carousel ======= */
.portfolio-bx.style2 .overlay-bx{
	opacity: 1;
	visibility: visible;
}
.portfolio-bx.style2 .dlab-img-overlay1:before{
	background:#111111;
	opacity:0.4;
}
.portfolio-bx.style2.project-media .dlab-img-overlay1:before{
	opacity:0;
}
.portfolio-bx.style2:hover .dlab-img-overlay1:before{
	opacity:0.8;
}
.portfolio-bx.style2:hover .title{
	opacity:0;
}
.portfolio-bx.style2:hover .mfp-link{
	visibility:visible;
}
.portfolio-bx.style2 .mfp-link,
.portfolio-bx.style2 .title{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.portfolio-bx.style2 .title a{
	color:#fff;
}
.portfolio-bx.style2 .mfp-link {
    width: 100px;
    height: 100px;
    display: block;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
    background: var(--bg-color);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
}
.portfolio-bx.style2:hover .mfp-link{
	 transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
}
.portfolio-bx.style2 .mfp-link i{
	background:transparent;
	vertical-align: middle;
	color:#fff;
}
.portfolio-bx.style2 .overlay-icon{
	padding: 30px 70px;
}
/* Portfolio Box */
.portfolio-carousel-2 .item{
	margin:10px 0 10px 10px;
}
.portfolio-bx.style3:after{
	content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity:1;
    top: 0;
	background: rgb(9,25,40); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(9,25,40,0.2) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(9,25,40,0.2) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(9,25,40,0.2) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091928', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.portfolio-bx.style3 .port-box .title{
	font-size: 28px;
    font-weight: 600;
	margin-bottom: 10px;
}
.portfolio-bx.style3 .port-box .title a{
	color:#fff;
}
.portfolio-bx.style3 .port-box .btn-link{
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.7;
}
.portfolio-bx.style3 .overlay-bx{
	opacity: 1;
    visibility: visible;
    bottom: 0;
    top: auto;
    text-align: left;
    height: auto;
    padding: 30px;
}
.portfolio-carousel .owl-prev,
.portfolio-carousel .owl-next{
	padding: 0 10px;
	background: transparent;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	letter-spacing: 5px;
	margin: 0 15px;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.portfolio-carousel .owl-prev i,
.portfolio-carousel .owl-next i{
	font-size: 22px;
}
/* Full Height */
.portfolio-carousel.full-vh .dlab-media img{
	    transform-style: inherit;
    height: calc(100vh - 60px);
    object-fit: cover;
}
.portfolio-carousel-2.full-vh .dlab-media img{
	    transform-style: inherit;
    height: calc(100vh - 140px);
    object-fit: cover;
}
.showcase-bottom{
	height:60px;
	background:#121a2d;
	padding:0 55px;
	display: flex;
	align-items: center;
}
.showcase-bottom p{ 
	color: #fff;
    opacity: 0.8;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.showcase-bottom ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-left: auto;
}
.showcase-bottom ul li{
	display:inline-block;
}
.showcase-bottom ul li a{
	font-size: 14px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    line-height: 28px;
    opacity: 0.8;
}
.showcase-bottom ul li a:hover{
	background:#fff;
	color:#000;
	opacity: 1;
}
/* Exhibition ======= */
.exhibition-bx p{
	color:#676767;
	font-size:17px;
	line-height:30px;
}
.exhibition-bx .title{
	font-size:50px;
	line-height:58px;
}
.exhibition-carousel {
    padding: 20px 50px 20px 0px;
    position: relative;
    z-index: 1;
}
.exhibition-carousel:after{
	content:"";
	position:absolute;
	width:calc(100% - 70px );
	height:100%;
	right:0;
	top:0;
	background-color:#f9f9f9;
	z-index:-1;
}
.exhibition-carousel .owl-dots{
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.exhibition-carousel .owl-dot{
	width: 12px;
	height: 12px;
	background: #dadada;
	border-radius: 20px;
	margin: 10px 0;
}
.exhibition-carousel .owl-dot.active{
	background: var(--bg-color);
}
/* New Css */
.section-head.style1 .pre-title{
	font-size: 18px;
	letter-spacing: 5px;
	color: #555;
}
.blog-post .blog-media img{
	width: 100%;
}

.latest-project-info {
    background-color: #1b1b1b;
    padding: 100px 130px;
}
.boxed .latest-project-info {
    padding: 50px 50px;
}
.boxed .latest-project-info h2 {
    font-size: 38px;
    line-height: 50px;
}
.latest-project-info h2{
	font-size: 50px;
	line-height: 60px;
}
.latest-project-info a{
	margin-top: 30px;
}
.latest-project-info p{
	color: #949494;
}
.portbox1.style1{
	border-radius: 0;
}
.portbox1.style1 .portinner span {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 5px;
    font-weight: 500;
}
.portbox1.style1 .overlay-bx .port-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}
.letter-spacing{
	letter-spacing: 3px;
}
.exhibition-bx .exhibition-name{
    color: #ecedef;
    font-size: 130px;
    font-weight: 800;
    position: absolute;
    top: 50%;
	left: 0;
}

.testimonial-two .client-says{
	padding-left: 130px;
}
.testimonial-two .testimonial-detail {
    padding: 0;
}
.testimonial-two .client-says .testimonial-pic {
    width: 90px;
	height: 90px;
}
.testimonial-two .client-says .testimonial-text p{
	font-size: 16px;
}
.testimonial-two .client-says .testimonial-name{
	font-size: 20px;
}
.testimonial-two .client-says .testimonial-position {
    font-size: 13px;
    color: #868686;
    font-family: poppins;
}
.progress-head h2{
	font-size: 36px;
}
.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot span{
	height: 13px;
	width: 13px;
	background-color: #2b2b2b;
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	opacity:1;
}
.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot.active span{
	transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	background-color: var(--bg-color);
	width: 13px;
}
/* Btn aware */
.btn.btn-aware{
	background:transparent;
	position: relative;
	overflow: hidden;
	z-index:1;
	border-color: #91ae1d;
}
.btn.btn-aware:hover{
	background-color:transparent;
	border-color: #91ae1d;
}
.btn.black.btn-aware{
	position: relative;
	overflow: hidden;
	background:transparent;
	z-index:1;
	border-color: #000;
}
.btn.btn-aware span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #91ae1d;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:-1;
}
.btn.black.btn-aware span{
	background-color: #000;
}
.btn-aware:hover span {
    width: 225%;
    height: 562px;
}


/* Slider 2 ======= */
/* .slide3 .tp-leftarrow{
	margin-right:25px;
}
.slide3 .tp-rightarrow{
	margin-left:25px;
} */
.header-full.bgimg-scale .main-bar{
	background-image:url(../images/scale.png);
	background-repeat: repeat-x;
	padding-top:10px;
}
.slide3 .tparrows.tp-rightarrow:before{
	content:"";
}
.slide3 .tp-rightarrow:after{
	content:"\f121";
	font-family:"LineAwesome";
	color:#fff;
	display: inline-block;
	line-height: 53px;
	font-size: 24px;
	height: 53px;
	width: 53px;
	background-color: #252526;
	text-align: center;
}
.slide3 .tparrows.tp-leftarrow:before{
	content:"\f120";
	font-family:"LineAwesome";
	font-size: 24px;
	line-height: 53px;
	display: inline-block;
	height: 53px;
	width: 53px;
	background-color: #252526;
}
.slide3 .tp-rightarrow:hover:after,
.slide3 .tparrows.tp-leftarrow:hover:before{
	opacity:0.8;
}
.slide3 .tp-leftarrow:after{
	content:"";
}
.slide3 .uranus.tparrows{
	width: auto;
	height: auto;
	display: black;
	align-items: center;
}
.slide3 > ul{
	margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    text-align: center;
}
.slide3 > ul li{
	display:block;
}
.slide3 > ul li a{
	color: #000;
    font-size: 18px;
    padding: 5px 10px;
    display: block;
}
/* like button */
.heart {
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url(../images/like.png) no-repeat;  
	cursor: pointer;
	margin: -20px -10px;
}
.heart-blast {
	background-position: -1680px 0;
	transition: background 1s steps(28);
}
.footer-bottom p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
/* Responsive */
@media only screen and (max-width: 1400px) {
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 630px;
		padding-top: 100px;
	}
	.video-content-box,
	.video-content-box h2{
		max-width: 750px;
	}
	.video-content-box p{
		max-width: 700px;
	}
	.latest-project-info {
		padding: 50px 80px;
	}
	.latest-project-info h2{
		font-size: 40px;
		line-height: 50px;
	}
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 1200px) {
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 600px;
	}
	.header-archia .contact-info{
		display: none;
	}
	.archi-footer.site-footer .footer-top .footer-logo{
		margin: auto;
	}
	.about-bx1-content h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.about-bx1-content p{
		font-size: 16px;
		line-height: 28px;
	}
	.about-year{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.about-year span:after{
		width: 80px;
		height: 80px;
		top: -2px;
	}
	.about-year span{
		font-size: 65px;
		line-height: 75px;
		padding-left: 24px;
		padding-right: 10px;
	}
	.about-bx1-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.project-slider .about-bx1-content{
		padding-left: 15px;
		max-width: 400px;
	}
	.about-bx1-content h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.about-bx1-content p{
		margin-bottom: 10px;
	}
	.form-img {
		width: calc(100% + 30px);
		margin-bottom: -40px;
	}
	.form-box .title {
		font-size: 18px;
		line-height: 28px;
	}
	.sr-numbox .dlab-tilte{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.sr-numbox .box-number {
		font-size: 30px;
		padding: 0;
		margin-bottom: 0;
		line-height: 50px;
	}
	.sr-numbox .box-number::after{
		width: 35px;
		content: none;
	}
	.sr-numbox .dlab-tilte{
		padding-left: 10px;
	}
	.sr-numbox .icon-content .m-b10{
		margin-bottom:5px;
	}
	.section-head .head-title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom:20px;
	}
	.video-bx2 .years-work{
		display:none;
	}
	.project-content .head-title{
		font-size: 24px;
		font-weight: 600;
		line-height: 32px;
	}
	.project-area  [class*="col-"]{
		padding:0;
	}
	.project-area > .row{
		margin:0;
	}
	.project-area-info .project-content p{
		font-size:14px;
		margin-bottom: 10px;
	}
	.project-area-info .project-content {
		margin-left: 0;
		padding-right: 30px;
	}
	.project-area-info .owl-nav .owl-prev{
		left: 0px;
		text-shadow: 5px 0px 0 rgba(0,0,0,0.3);
	}
	.project-area-info .owl-nav .owl-next {
		right: 0;
		text-shadow: 5px 0px 0 rgba(0,0,0,0.3);
	}
	.team-info-contact h2 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.team-info-contact p {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.team-slider{
		margin-bottom:30px;
	}
	.team-slider.owl-theme .owl-dots{
		left:10px;
	}
	.team-slider .owl-dots .owl-dot.active{
		border: 1px solid #fff;
	}
	.team-slider .owl-dots .owl-dot{
		padding: 5px;
	}
	.team-slider .owl-dots .owl-dot span,
	.team-slider .owl-dots .owl-dot:hover span, 
	.team-slider .owl-dots .owl-dot.active span{
		background-color:#fff;
	}
	.our-team .team-title-bx .team-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.our-team .team-title-bx span {
		font-size: 15px;
	}
	.our-team .social-list li{
		font-size: 16px;
		padding: 5px;
	}
	.our-team .team-title-bx{
		
	}
	.section-head .head-title{
		margin-bottom: 10px;
	}
	.about-us h2 {
		font-size: 35px;
	}
	.project-info{
		padding: 40px;
	}
	.coming-head{
		margin-left: auto;
		margin-right: auto;
	}
	.video-content-box {
		max-width: 600px;
	}
	.video-content-box h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.video-content-box h6 {
		font-size: 12px;
		letter-spacing: 20px;
	}
	.video-content-box p {
		font-size: 16px;
		line-height: 26px;
		max-width: 600px;
	}
	.pro-details-col-5 .col {
		width: 25%;
		flex-basis: auto;
	}
	.content-inner {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.content-inner-1 {
		padding-top: 60px;
	}
	.content-inner-2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.content-inner-3 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
	.section-head.style2 .head-title {
		width: 85%;
	}
	.history-box .history-details {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.history-box .history-media {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.history-box {
		margin-bottom: 60px;
	}
	.blog-post.blog-half.blog-half1 .dlab-post-title .post-title{
		font-size: 24px;
		line-height: 34px;
	}
	blockquote {
		padding: 4px 20px 5px 40px;
	}
	.archi-footer.site-footer .container{
		max-width: 100%;
	}
	.archi-footer.site-footer .footer-top [class*="col-"]:first-child {
		border: 0;
		border-bottom:1px solid  rgba(255, 255, 255, 0.1); 
	}
	.video-bx {
		padding: 80px 0;
	}
}
@media only screen and (max-width: 991px) {
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 550px;
		padding-top: 30px;
	}
	.filter-style2 li{
		margin: 0 10px;
		font-size: 14px;
	}
	.form-box{
		padding: 40px 40px;
	}
	.form-box .row:first-child{
		flex-direction: column-reverse;
		text-align: center;
	}
	.form-img{
		position: unset;
		margin-bottom: -20px;
		margin-top: -50px;
	}
	.project-slider .about-bx1-content{
		padding-right: 20px;
	}
	.project-area .section-head .head-title{
		font-size: 36px;
		margin-bottom: 5px;
	}
	.project-area .section-head p{
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.project-info-box .project-content{
		padding: 20px 20px;
		width: 300px;
	}
	.list-details li{
		padding: 5px 0;
		font-size: 12px;
	}	
	.team-info-contact{
		padding-left:0;
		margin-bottom: 40px;
	}
	.project-area{
		padding: 30px;
	}
	/* .header-archia .header-nav .nav > li > a{
		border:0;
		padding: 10px 20px;
	} */
	.header-archia .is-fixed .navbar-toggler.open span {
		background-color: #fff;
	}
	.countdown{
		margin-left:0;
	}
	.countdown-box{
		display:block;
		padding: 50px 20px 0;
	}
	.countdown .date{
		text-align: left;
	}
	.button-home{
		position:absolute;
		bottom:20px;
		left:20px;
	}
	.coming-head{
		margin-right: unset;
		text-align:left;
		padding-left:20px;
		padding-right: 20px;
	}
	.coming-head .subscribe-form{
		margin-left:unset;
	}
	.project-style-2.project-carousel-1 .owl-nav{
		width: 300px;
	}
	.project-style-2 .project-info-box .project-content{
		bottom: 50px;
	}
	.video-full {
		height: 80vh!important;
		padding-top: 100px!important;
	}
	.video-content-box a.video {
		width: 70px;
		height: 70px;
		font-size: 20px;
		line-height: 70px;
	}
	.video-content-box h6 {
		font-size: 12px;
		letter-spacing: 14px;
	}
	.video-content-box p {
		font-size: 14px;
		line-height: 24px;
		max-width: 400px;
	}
	.video-content-box {
		max-width: 400px;
	}
	.video-content-box h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.portfolio-bx.style2 .overlay-icon {
		padding: 30px;
	}
	.portfolio-bx.style2 .title{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.pro-details-col-5 .col {
		width: 33.33%;
	}
	.content-inner {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.content-inner-1 {
		padding-top: 50px;
	}
	.content-inner-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.content-inner-3 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.history-box.right .history-details {
		padding-left: 30px;
	}
	.history-box .history-details,
	.history-box .history-media {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.history-box .history-details{
		padding-right: 30px;
	}
	.history-head h2 {
		font-size: 50px;
		margin-bottom: 15px;
	}
	.history-box .history-head h3 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 15px;
    }
	.history-box {
		margin-bottom: 50px;
	}
	.blog-half.blog-half1 .post-info {
		background-color: #fff;
		padding: 0 20px 30px;
	}
	.blog-post.blog-half.blog-half1 .dlab-post-title.left,
	.blog-post.blog-half.blog-half1 .dlab-post-title.right {
		margin: 0;
		padding: 0;
	}
	.blog-post.blog-half.blog-half1{
		margin-bottom: 0;
	}
	.blog-post.blog-half.blog-half1 .blog-media,
	.blog-post.blog-grid.shadow {
		margin-bottom: 30px;
	}
	.blog-post.blog-grid.shadow .dlab-info{
		padding: 30px;
	}
	.video-bx2 .video-play a {
		height: 60px;
		width: 60px;
		font-size: 24px;
		line-height: 60px;
	}
	.video-bx2 .years-date {
		font-size: 65px;
		line-height: 65px;
	}
	.video-bx2 .years {
		font-size: 24px;
		line-height: 24px;
	}
	.video-bx2 .video-play p {
		font-size: 12px;
		padding: 12px 0;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.video-info .video-bx2 {
		bottom: -20px;
		width: 250px;
	}
	.section-head .head-title {
		font-size: 30px;
		line-height: 40px;
	}
	.error-page .dz_error {
		font-size: 200px;
		line-height: 200px;
	}
	.error-page .error-head {
		font-size: 30px;
		line-height: 45px;
	}
	/* header */
	.header-archia .extra-cell ul {
		display: block;
	}	
	.header-archia .is-fixed .logo-header {
		height: 69.5px;
	}
	.header-archia.header-transparent .main-bar{
		padding: 10px 0;
	}
	.mo-nav .logo-header, 
	.mo-nav .social-menu {
		display: block;
		width: 100%;
	}
	
	/* .header-archia .is-fixed .mo-nav.header-nav .nav > li > a,
	.header-archia .mo-nav.header-nav .nav > li > a{
		padding: 12px 35px;
		width: 100%;
		font-size: 18px;
	} */
	.header-archia .mo-nav.header-nav {
		display: flex;
		flex-direction: column;
		justify-content: space-between !important;
		min-height: 100%;
	}
	.mo-left .is-fixed .header-nav .logo-header{
		height:auto;
	}
	.header-archia .header-nav .nav > li .sub-menu{
		width:100%;
		transition: unset;
	}
	.header-archia .header-nav.mo-nav .nav > li .sub-menu li:hover > a, 
	.header-archia .header-nav.mo-nav .nav > li .sub-menu li .sub-menu li:hover a{
		background-color: #fff;
		color:#6f6f6f;
	}
	.header-archia .mo-nav .social-menu {
		padding: 30px;
	}
	.mo-left .header-nav.mo-nav .logo-header a{
		text-align: left;
	}
	.mo-left .header-nav.mo-nav .logo-header{
		padding: 30px 35px;
		text-align:left;
	}
	.blog-grid.style1 .dlab-post-text .post-title{
		font-size: 20px;
		line-height: 30px;
	}
	.section-head {
		margin-bottom: 30px;
	}
	.side-bar {
		margin-bottom: 0;
	}
	.showcase-bottom{
		padding:0 15px; 
	}
	.video-info{
		margin-bottom:40px;
	}
}
@media only screen and (max-width: 767px) {
	.section-head {
		margin-bottom: 20px;
	}
	.project-carousel-1 .project-media img{
		height:400px;
		object-fit:cover;
	}
	.about-bx1-content{
		margin-top:30px;
	}
	.project-carousel-2{
		margin-right:30px;
	}
	.project-slider:after{
		content:none;
	}
	.project-slider .about-bx1-content{
		max-width:100%;
	}
	.form-content-box{
		padding-top: 120px;
	}
	.client-box-full .testimonial-1{
		margin: 0 50px;
	}
	.section-head .head-title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 5px;
	}
	.filter-style2{
		margin-bottom: 20px;
	}
	.section-head p{
		font-weight: 400;
		font-size: 14px;
	}
	.filter-style2 li {
		margin: 0 5px;
	}
	.portbox3 .portinner{
		max-width: 200px;
	}
	.portbox3 .portinner .port-up .port-title{
		font-size: 18px;
		line-height: 28px;	
	}
	.project-area .section-head .head-title{
		font-size: 26px;
	}
	.about-year {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.about-bx1-content {
		margin-top: 25px;
	}	
	.project-slider{
		padding-top:0;
	}
	.form-box {
		padding: 20px 20px;
	}
	.form-box .form-group{
		margin-bottom:10px;
	}
	.form-box .form-control{
		font-size: 13px;
		padding: 20px 30px;
		height: 45px;
	}
	.form-box .btn{
		height: 50px;
		padding: 0 15px;
	}
	.project-carousel-1 .owl-next, 
	.project-carousel-1 .owl-prev{
		font-size: 12px;
		margin: 0 10px;
	}
	.project-carousel-1 .owl-next i, 
	.project-carousel-1 .owl-prev i {
		font-size: 16px;
	}
	.project-area{
		padding: 0;
	}
	.project-area-info .project-content{
		padding: 30px;
	}
	.portfolio-bx.style2 .mfp-link {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		margin: -25px 0px 0px -25px;
	}
	.portfolio-bx.style2 .overlay-icon .title{
		margin-bottom:0;
		font-size: 22px;
		line-height: 30px;
		font-weight:600;
	}
	.portfolio-bx.style2 .overlay-icon {
		padding: 20px 20px;
	}
	.our-team.team-style1 .team-title-bx .team-title{
		font-size: 18px;
		line-height: 30px;
		margin-bottom:0;
	}
	.our-team.team-style1 .team-title-bx span{
		font-size: 14px;
	}
	.our-team .social-list li{
		font-size: 15px;
		padding: 5px;
	}
	.our-team.team-style1 .social-list{
		margin-top:0;
	}
	.our-team.team-style1 .team-title-bx{
		padding: 10px;
	}
	.sr-iconbox.p-lr30{
		padding-left:0;
		padding-right:0;
	}
	.project-info .project-title{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.project-info .info-number {
		font-size: 24px;
		line-height: 34px;
	}
	.project-info .project-description{
		margin-bottom: 20px;
	}
	.header-full.style1 .extra-nav .extra-cell > ul > li{
		padding: 10px 10px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 500px;
	}
	.dlab-bnr-inr .breadcrumb-row ul li:first-child a {
		padding: 20px 30px;
		margin-right: 15px;
	}
	.dlab-bnr-inr .breadcrumb-row ul li {
		padding: 20px 10px;
	}
	.pro-details-col-5 .col {
		width: 50%;
	}
	.content-inner {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.content-inner-1 {
		padding-top: 50px;
	}
	.content-inner-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.content-inner-3 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-head.contact-title h2 {
		font-size: 50px;
		line-height: 60px;
	}
	.history-box .history-details, 
	.history-box .history-media {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.history-box .history-details, 
	.history-box.right .history-details {
		padding: 0 0 30px 0;
	}
	.dlab-post-tags.d-flex{
		display: block!important;
	}
	.blog-post.blog-single{
		margin-bottom: 30px;
	}
	.video-info .video-bx2 {
		bottom: 50px;
	}
	.video-info {
		margin-bottom: 30px;
	}
	.error-page .dz_error {
		font-size: 120px;
		line-height: 120px;
	}
	.error-page .error-head {
		font-size: 20px;
		line-height: 30px;
	}
	.error-page .subscribe-form {
		width: 100%;
	}
	.archi-footer.site-footer .footer-top [class*="col-"]:first-child{
		padding: 50px 30px;
	}
	.archi-footer.site-footer .footer-top [class*="col-"]:last-child, 
	.archi-footer.site-footer .footer-top [class*="col-"] {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding: 20px 30px 30px;
		border-right: 0;
		text-align: center;
	}
	.header-archia, .header-archia .is-fixed .logo-header,
	.header-archia .logo-header {
		height: 69.5px;

	}
	.header-archia .is-fixed .extra-nav ,
	.header-archia .extra-nav {
		padding: 6px 0;
	}
	.header-archia .extra-cell ul li a {
		padding: 0;
	}
	.dlab-bnr-inr .breadcrumb-row ul {
		text-align: left;
	}
	.dlab-bnr-inr h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.mo-left .header-nav.mo-nav .logo-header{
		margin-right: 0;
	}
	.about-me .bg-half::before {
		width: 100%;
	}
	.about-me .about-thumb {
		margin: 0 10px 20px;
	}
	.about-me .about-email-bx {
		padding: 20px 10px;
	}
	.about-me .about-me-info .title {
		font-size: 30px;
	}
	.about-me .about-me-info .sub-title {
		font-size: 16px;
	}
	.about-me .about-me-info .widget_getintuch strong {
		font-size: 18px;
	}
	.about-me .about-me-info .title {
		font-size: 30px;
		line-height: 30px;
	}
	.about-me .about-me-info .sub-title {
		font-size: 16px;
	}
	.progress-bx-info h2,
	.describe-about-info h2{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.progress-head h2{
		font-size: 24px!important;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.describe-about-info h2 img{
		width: 18px;
		margin-right: 10px;
	}
	body {
		font-size: 14px;
	}
	.icon-bx-wraper .icon-content p,
	.client-says .testimonial-text p,
	.exhibition-bx p,
	.extra-content ,
	.blog-post.blog-single .dlab-post-text ul li, 
	.blog-post.blog-single .dlab-post-text ol li, 
	.blog-post.blog-single .dlab-post-text p,
	ol.comment-list li.comment p{
    	font-size: 14px;
		line-height: 26px;
	}
	.icon-bx-wraper .icon-content .dlab-tilte {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about-bx {
		padding: 0 15px 15px;
	}
	.about-bx .icon-content {
		padding: 0 0px 10px 10px;
	}
	.video-bx {
		padding: 50px 0;
	}
	.contact-box .m-b50{
		margin-bottom:10px;
	}
	.archia-counter .counter {
		font-size: 26px;
		line-height: 36px;
	}
	.archia-counter .font-16{
		font-size: 14px;
	}
	.archia-counter{
		text-align: center;
	}
	.archia-counter .icon-lg i{
		font-size: 40px;
	}
	.archia-counter .icon-lg{
		width: 50px;
		float: unset;
	}
	.archia-counter .m-l90{
		margin-left: 0;
	}
	.portfolio-bx .overlay-bx .port-title{
		margin-bottom: 15px;
	}
	.filter-style2, 
	.filter-style1 {
		margin-bottom: 20px;
	}
	.comment-respond{
		padding: 0px;
	}
	.widget-bx{
		padding: 30px 20px;
	}
	.client-says .testimonial-name {
		font-size: 18px;
	}
	.comments-area .comments-title{
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 15px;
	}
	.section-top-head{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.extra-content{
		margin: 0 0 20px 0;
	}
	.animation-jet + h3{
		font-size:20px;
		line-height: 30px;
	}
	.contact-box .section-head h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.exhibition-bx .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.comment-respond .comment-reply-title,
	.comments-area .comments-title{
		font-size: 24px;
	}
	.section-head.style1 h2{
		font-size: 24px;
		line-height: 34px;
	}
	.section-head.style1 .pre-title,
	.video-sction .font-18{
		font-size: 16px;
	}
	.videoplay-bx {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 70px;
	}
	.client-says .testimonial-pic {
		width: 100px;
		height: 100px;
	}
	.client-box-full .testimonial-detail .testimonial-name {
		font-size: 20px;
	}
	.blog-post,
	.portbox2 .dlab-media, 
	.portbox1,
	.pricingtable-wrapper,
	.portfolio-1 .card-container.m-b30,
	.our-gallery .m-b30,
	.form-group,
	.blog-post.blog-single .dlab-post-text p,
	.comments-area .comment-form p,
	.dlab-box.dlab-gallery-box.overlay-gallery-bx1.m-b30,
	.project-img-bx .portfolio-bx{
		margin-bottom:15px;
	}
	.about-us h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.about-us p {
		font-size: 16px;
		line-height: 26px;
	}
	.explore-projects [class*="col-"],
	.portfolio-1 [class*="col-"],
	.our-gallery [class*="col-"],
	.contact-box form [class*="col-"],
	.portfolio-bx1 [class*="col-"]{
		padding-left: 7px;
		padding-right: 8px;
	}
	.explore-projects,
	.portfolio-1 .row,
	.our-gallery,
	.contact-box .row,
	.portfolio-bx1{
		margin-left: -7px;
		margin-right: -8px;
	}
	.our-team .team-title-bx {
		padding: 15px;
	}
	.our-team .team-title-bx .team-title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 3px;
	}
	.our-team .team-title-bx span {
		font-size: 13px;
	}
	.portfolio-1 .dlab-box .port-box {
		padding: 20px;
	}
	.describe-about-info{
		margin-bottom: 10px;
	}
	.video-bx .video-play {
		margin-bottom: 20px;
	}
	.video-bx .video-play .popup-youtube {
		height: 80px;
		width: 80px;
		line-height: 80px;
		font-size: 24px;
	}
	.video-bx .video-title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.video-bx .video-content {
		font-size: 14px;
		width: 100%;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.countdown .date .time {
		font-size: 50px;
		line-height: 50px;
	}
	.countdown .date div strong {
		font-size: 16px;
		line-height: 12px;
	}
	.coming-head h2 span {
		font-size: 30px;
		line-height: 30px;
	}
	.coming-head h2 {
		line-height: 140px;
		font-size: 140px;
	}
	.blog-post.blog-single .dlab-post-title .post-title{
		font-size: 26px;
		line-height: 40px;
	}
	.side-bar .widget {
		margin-bottom: 30px;
	}
	.blog-masonry .blog-post .post-title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.latest-project-info h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.latest-project-info a{
		margin-top: 0;
	}
}


@media only screen and (max-width: 576px) {
	.project-area-info .owl-nav .owl-prev i, 
	.project-area-info .owl-nav .owl-next i{
		font-size: 22px;
	}
	.about-us h2 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.about-us p{
		line-height: 28px;
		font-size: 15px;
	}
	.sr-iconbox.icon-bx-wraper .dlab-tilte{
		margin-bottom: 5px;
	}
	.project-info{
		border-radius: 15px;
		padding: 20px;
	}
	.project-info .project-time,
	.project-info .project-description {
		font-size: 15px;
		line-height: 28px;
	}
	.our-team .team-title-bx {
		padding: 15px;
	}
	.header-full.style1 .extra-nav .extra-cell > ul > li.contact-no{
		display:none;
	}
	.header-full.style1 .header-social ul li a{
		font-size: 14px;
		padding: 0 4px;
	}
	.header-full.style1 .menu-icon {
		width: 35px;
		height: 35px;
	}
	.header-full.style1 .menu-icon-in {
		width: 20px;
		height: 14px;
	}
	.header-full.style1 .extra-nav .extra-cell > ul > li {
		padding: 8px 10px;
	}
	.header-full.style1 .is-fixed .header-content-bx  > .logo-header, 
	.header-full.style1 .header-content-bx .logo-header {
	
		width: 400px;
	}
	.layers3{
		letter-spacing:5px !important;
	}
	.slide2 .hermes .tp-bullet.selected:after{
		font-size: 30px;
	}
	.slide2 .tp-bullets.hermes{
		left:-6px !important;
		transform: matrix(1, 0, 0, 1, 7, -122) !important;
	}
	.slide2  .tp-leftarrow.tparrows{
		transform: matrix(1, 0, 0, 1, -170, -33) !important;
	}
	.slide2  .tp-rightarrow.tparrows{
		transform: matrix(1, 0, 0, 1, -100, -31) !important;
	}
	.coming-head h2 {
		line-height: 100px;
		font-size: 100px;
	}
	.countdown .date{
		width: 70px;
	}
	.countdown .date .time {
		font-size: 40px;
		line-height: 50px;
	}
	.countdown .date div {
		line-height: 20px;
	}
	.countdown .date div strong {
		font-size: 12px;
	}
	.coming-head h2 span{
		font-size: 22px;
		top: 10px;
	}
	.coming-head{
		margin-top: 10px;
	}
	.button-home .btn.btn-lg{
		padding: 15px 20px;
		font-size: 13px;
	}
	.video-full {
		padding-top: 50px!important;
		padding-bottom: 30px!important;
	}
	.video-content-box h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.video-content-box h6 {
		letter-spacing: 8px;
	}
	.dlab-bnr-inr .breadcrumb-row ul li:first-child a{
		padding: 10px 15px;
		margin-right: 5px;
	}
	.dlab-bnr-inr .breadcrumb-row ul li {
		padding: 10px 5px;
		font-size: 14px;
	}
	.dlab-bnr-inr .breadcrumb-row {
		bottom: -5px;
	}
	.dlab-bnr-inr.dlab-bnr-inr-lg {
		height: 350px;
		padding-top: 30px;
	}
	.pro-details-col-5 .col {
		width: 100%;
	}
	.project-img-bx .img-full.m-b50{
		margin-bottom: 30px;
	}
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.dlab-bnr-inr {
		margin-bottom: 20px;
	}
	.section-head.style2 .head-title {
		font-size: 26px;
		line-height: 36px;
	}
	.section-head.contact-title h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.section-head.contact-title span{
		font-size: 16px;
	}
	.pagination-bx.radius {
		margin: 30px 0px;
	}
	.blog-post.blog-single .dlab-post-info .post-title{
		font-size: 22px;
		line-height: 32px;
	}
	.blog-post.blog-single .dlab-post-meta li.dlab-post-name {
		display: block;
		margin-bottom: 15px;
	}
	.blog-post.blog-single .dlab-post-text h4{
		font-size: 18px;
		line-height: 28px;
	}
	.blog-post.blog-single .dlab-post-text blockquote p {
		font-size: 18px;
		line-height: 28px;
	}
	blockquote {
		padding: 4px 20px 5px 20px;
		margin: 30px 0;
	}
	.blog-user .author-profile-pic {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}
	.side-bar .widget {
		margin-bottom: 30px;
	}
	.video-info .video-bx2 {
		padding: 25px;
		bottom: 0;
	}
	.project-info {
		padding: 30px;
	}
	.project-info .project-title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.project-info .info-number {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about-us h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.dlab-bnr-inr .breadcrumb-row ul li:first-child a {
		padding: 15px 20px;
		margin-right: 15px;
    }
	.dlab-bnr-inr .breadcrumb-row ul li {
		padding: 15px 5px;
	}
	.dlab-bnr-inr h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0;
	}
	.dlab-bnr-inr p {
		font-size: 16px;
	}
	.client-box-full .testimonial-text p {
		font-size: 15px;
		line-height: 25px;
	}
	.section-head .head-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.section-head .font-18 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.icon-bx-wraper .icon-content .dlab-tilte {
		font-size: 18px;
		margin-bottom: auto;
		line-height: 30px;
	}
	.exhibition-bx .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.describe-about-info p,
	.related-post-bx .m-b30{
		margin-bottom: 10px;
	}
	.history-box .history-details, 
	.history-box.right .history-details {
		padding: 0 0 15px 0;
	}
	.blog-post.blog-grid.shadow,
	.related-post-bx {
		margin-bottom: 20px;
	}
	.author-box.blog-user{
		margin-bottom: 30px;
	}
	.rev-slider-full .tp-bgimg.defaultimg{
		background-position: right 35% top !important
	}
	.content-inner {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.content-inner-1 {
		padding-top: 30px;
	}
	.content-inner-2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.content-inner-3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.explore-projects [class*="col-"],
	.portfolio-1 [class*="col-"],
	.our-gallery [class*="col-"],
	.contact-box form [class*="col-"],
	.portfolio-bx1 [class*="col-"]{
		padding-left: 15px;
		padding-right: 15px;
	}
	.explore-projects,
	.portfolio-1 .row,
	.our-gallery,
	.contact-box .row,
	.portfolio-bx1{
		margin-left: -15px;
		margin-right: -15px;
	}
	.video-bx {
		padding: 30px 0;
	}
	.latest-project-info {
		padding: 30px 30px;
	}
	.latest-project-info h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.testimonial-two .client-says {
		padding-left: 0;
	}
	.exhibition-bx .exhibition-name {
		font-size: 100px;
		display: none;
	}
	.portfolio-carousel-2.full-vh .dlab-media img{
		height: calc(100vh - 130px);
	}
	.slide3 > ul{
		width:40px;
	}
	.slide3 > ul li a{
		padding: 10px 10px;
		font-size: 14px;
	}
	.slide3 .tparrows.tp-leftarrow{
		    transform: matrix(1, 0, 0, 1, -90, -50) !important;
	}
	.slide3 .tparrows.tp-rightarrow{
		    transform: matrix(1, 0, 0, 1, -90, -150) !important;
	}
	.slide3 .tp-rightarrow:after,
	.slide3 .tparrows.tp-leftarrow:before{
		line-height: 40px;
		font-size: 14px;
		height: 40px;
		width: 40px;
	}
}
.portbox3 .portinner .port-down a:hover i{
	text-decoration: unset;
}
.btn-block {
    display: block;
    width: 100%;
}
.client-logo-inner img{
	height:75px;
	object-fit:contain;
}

.masonry-full-wrapper{
	max-width: 1890px;
	margin-left: auto;
	margin-right: auto;
}
.boxed .masonry-full-wrapper {
    max-width: 1170px;
}
.masonry-container-fluid{
	max-width: 1900px;
}
@media only screen and (max-width: 1680px){
	.masonry-full-wrapper{
		max-width: 1550px;
	}
}
@media only screen and (max-width: 1480px){
	.masonry-full-wrapper{
		max-width: 1350px;
	}
}
@media only screen and (max-width: 1280px){
	.masonry-full-wrapper{
		max-width: 1170px;
	}
	.masonry-container-fluid{
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1191px){
	.masonry-full-wrapper{
		max-width: 950px;
	}
}
@media only screen and (max-width: 768px){
	.masonry-full-wrapper{
		max-width: 768px;
	}
}

.navbar-nav .badge{
	padding: 4px 8px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 30px;
    background-color: red;
    margin-left: 5px;
}
.client-logo-inner2 img{
	height: 35px;
}
.client-logo-wrapper{
	padding-top: 50px;
	padding-bottom: 50px;
}
@media only screen and (max-width: 591px){
	.client-logo-wrapper{
		padding-top: 30px;
		padding-bottom: 30px;
	}	
}
@media only screen and (min-width: 1280px){
	.boxed .header-archia.header-archia-2 .phone-num{
		display: none !important;
	}
	.boxed .main-slider .main-swiper-thumb{
		display: none;
	}
	.boxed .main-slider .swiper-content {
		padding-left: 8vw;
		padding-top: 8vw;
	}
	.boxed .rev-slider.slide2 .tp-rightarrow{
		margin-left: -20px;
	}
	.boxed .rev-slider.slide2 .tp-leftarrow{
		left: auto !important;
		right: -100px;
	}
	.boxed .rev-slider.slide3 .tp-leftarrow{
		left: auto !important;
		right: -105px;
	}

}

.counter .timer-col{
	display:inline-block;
	margin:0 3px;
	text-align:center;
	border-radius:120px;
	text-align: center;
	width: 140px;
	height: 140px;
	border: solid 4px #99C5B0;
	box-shadow: 0 0 15px 3px #3e6b59 ;
}
.timer-col #days, .timer-col #hours, .timer-col #minutes, .timer-col #seconds{
	display: inline-block;
	font-size:52px;
	line-height: 14px;
	font-family: "Audiowide", sans-serif;
  font-weight: 400;
	color: #000;
	padding-top: 53px;


}

.timer-col .timer-type{

	display: inline-block;
	font-size:14px;
    color: #000;
	margin-top:-60px;
	line-height: 8px;


	
}
@media(max-width:991px) {
.counter .timer-col{
	margin:0 1%;
	width: 130px;
	height: 130px;
	border-radius:120px;
}
.timer-col #days, .timer-col #hours, .timer-col #minutes, .timer-col #seconds{
	font-size:50px;
	line-height: 15px;
	padding-top: 45px;
}
}
	@media(max-width:580px) {
.counter .timer-col{
	margin:0 0.5%;
	width: 120px;
	height: 120px;
	border-radius:120px;
}
.timer-col #days, .timer-col #hours, .timer-col #minutes, .timer-col #seconds{
	font-size:46px;
	line-height: 10px;
	padding-top: 45px;
}
.timer-col .timer-type{
	display: inline-block;
	font-size:13px;
	margin-top:-10px;
}
}

	
	.time-color1 { background: #0b9dca}
.time-color2 { background: #e41622}
.time-color3 { background: #1d1d1b}
.time-color4 { background: #fff; border: thin solid #8A8A8A}

.subheader1 {font-size: 24px; font-weight: 600; color: #056C51}
.subheader2 {font-size: 28px; font-weight: 600; color: #04747E}
.subheader3 {font-size: 20px; font-weight: bold; color: #0D5E77}
.img100 {width: 100%; height: auto}
.br01 {display: none}
@media only screen and (max-width: 1688px){
	.br01 {display: block}
}
.banner1 {display: block}
.banner2 {display: none}
@media only screen and (max-width: 1024px){
.banner1 {display: none}
.banner2 {display: block}
}
.table-programme {width: 100%;}
.table-programme td {padding: 5px; border-bottom: solid 1px #007C7A; text-align: left; vertical-align: top}
.table-programme td p {margin-bottom: 10px;}
@media only screen and (max-width: 580px){
.table-programme td {font-size: 14px; line-height: 20px}	
.subheader1 {font-size: 20px; font-weight: 600; color: #056C51}
.subheader2 {font-size: 24px; font-weight: 600; color: #04747E}
}
.slogo1 {width: auto; height: 150px; margin: 20px; display: inline-block; vertical-align: text-top}
.slogo2 {width: auto; height: 140px; margin: 20px; display: inline-block; vertical-align: text-top}
.slogo3 {width: auto; height: 125px; margin: 20px; display: inline-block; vertical-align: text-top}
.slogo4 {width: auto; height: 98px; margin: 15px; display: inline-block; vertical-align: text-top}
.slogo5 {width: auto; height: 73px; margin: 10px; display: inline-block; vertical-align: text-top}

@media only screen and (max-width: 1024px){
	.slogo1 {width: auto; height: 140px; margin: 20px; display: inline-block; vertical-align: text-top}
.slogo2 {width: auto; height: 130px; margin: 20px; display: inline-block; vertical-align: text-top}
.slogo3 {width: auto; height: 95px; margin: 20px; display: inline-block; vertical-align: text-top}
.slogo4 {width: auto; height: 75px; margin: 15px; display: inline-block; vertical-align: text-top}
.slogo5 {width: auto; height: 58px; margin: 10px; display: inline-block; vertical-align: text-top}
}

@media only screen and (max-width: 580px){
	.slogo1 {width: auto; height: 120px; margin: 10px; display: inline-block; vertical-align: text-top}
.slogo2 {width: auto; height: 100px; margin: 10px; display: inline-block; vertical-align: text-top}
.slogo3 {width: auto; height: 80px; margin: 10px; display: inline-block; vertical-align: text-top}
.slogo4 {width: auto; height: 60px; margin: 10px; display: inline-block; vertical-align: text-top}
.slogo5 {width: auto; height: 35px; margin: 5px; display: inline-block; vertical-align: text-top}
}
.testimonial-icon {max-width: 110px; float: left; margin-right: 5px;}
.pop-message { font-size: 0.95em; background-color:#FFF; padding: 25px; width: 800px; max-height: 85vh ; display: none; position: fixed; z-index: 9999999; overflow-y: auto; box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 0.1);top: 11%;left: 50%;margin-left: -400px; text-align:justify; overflow-x: hidden}
.pop-message1 { background-color:#FFF; padding: 5px; width: 600px; max-height: 85vh ;position: fixed; z-index: 9999999; overflow-y: auto; box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 0.1);top: 17%;right: 10%; text-align:justify; overflow-x: hidden}

.pop-dark {background-color:#0a2f66; color: #fff; border: 1px solid #fff}
.pop-message-close {width: 22px;height: 22px;position: absolute;margin-left: 92%;margin-top: 0px; z-index: 1000;}
.pop-message-close  i {color: #ed851e}

.btn-popbioclose {width: 22px;height: 22px;position: absolute;margin-left: 92%;margin-top: 0px; z-index: 1000;}
.pbtn-popbioclose  i {color: #ed851e}

@media(max-width:991.98px){

	.pop-message {width: 90%; left: 5% ;margin-left: 0; padding: 5px; max-height: 80vh ;}
	
}
@media(max-width:768px){

	.pop-message-close {margin-left: 87%;margin-top: 3px;}
		.pop-message1 {width: 90%; left: 5% ;margin-left: 0; padding: 5px; max-height: 80vh ;}

}

.pop-photo {display: inline-block; margin-right: 10px; margin-bottom:15px; height: 167px; width: 167px; overflow: hidden; border-radius: 50%;vertical-align: middle; }
.pop-title {display: inline-block; margin-bottom:15px}



.speaker-item {width: 49.7%; display: inline-block; vertical-align: text-top; margin-right: 0.1%; margin-bottom: 45px}
.speaker-item1 {width: 100%; }
.speaker-photo {height: 167px; width: 167px; overflow: hidden; border-radius: 50%; display: inline-block; vertical-align: text-top; margin-right: 7px }
.speaker-text {display: inline-block; vertical-align: text-top; width: 66%;}
.speaker-text h6 { font-size: 22px; font-weight: bold; color: #000; margin-bottom: 10px}
.speaker-text p { font-size: 16.5px; line-height: 22px;}
.speaker-item .speaker-text {display: inline-block; vertical-align: text-top; width: 66%; color:#fff}
.speaker-item .speaker-text h6 { font-size: 22px; font-weight: bold; color: #000; margin-bottom: 10px}
.speaker-item .speaker-text p { font-size: 16px; line-height: 22px; color:#206041}

@media(max-width:1200px){
.speaker-item {width: 100%; margin-right: 0%; margin-bottom: 35px}
.speaker-item .speaker-text {display: inline-block; vertical-align: text-top; width: 70%;}
	
}
@media(max-width:991.98px){
.speaker-item {width: 100%; margin-right: 0%; margin-bottom: 25px}
.speaker-text {display: inline-block; vertical-align: text-top; width: 60%;}

	
}
@media(max-width:768px){
.speaker-item {width: 100%; display: inline-block; vertical-align: text-top; margin-right: 0%; }
.speaker-photo {height: 120px; width: 120px; overflow: hidden; border-radius: 50%; display: inline-block; vertical-align: text-top; margin-right: 10px }
.speaker-text {display: inline-block; vertical-align: text-top; width: 60%;}
.speaker-text h6 { font-size: 18px; font-weight: bold; color: #3266A3; margin-bottom: 5px}
.speaker-text p { font-size: 14px; line-height: 18px}
.speaker-item .speaker-text h6 { font-size: 18px; margin-bottom: 5px}
.speaker-item .speaker-text p { font-size: 13px; line-height: 18px;}

}
@media(max-width:580px){
.speaker-photo {height: 100px; width: 100px; margin-right: 5px; margin-bottom: 10px }
.speaker-text p { font-size: 12.5px; line-height: 18px;}
.speaker-item .speaker-text h6 { font-size: 18px; margin-bottom: 5px}
.speaker-item .speaker-text p { font-size: 12.5px; line-height: 18px;}


}
@media(max-width:480px){
.speaker-photo {height: 130px; width: 130px; margin-right: 5px; margin-bottom: 10px }
.speaker-text {display: inline-block; vertical-align: text-top; width: 100%;}
.speaker-item .speaker-text {display: inline-block; vertical-align: text-top; width: 100%;}	
}

.formerror {font-size: 14px; color: red}
.error-message {width:100%; padding: 10px; border:solid thin red;  color: red; text-align: center}
.bg-dark-blue {background: #375470 }
.table01 {width: 100%}
.table01 td {padding: 5px; border-bottom: solid thin #999}

a.link01 {color: #008BA2}
.logo-header .logo1 {width: 100%;}
@media(max-width:480px){
.logo-header .logo1 {width:80%;}	
}
.logo-header .logo2 {width: 98%; display: inline-block;vertical-align: text-top; height: auto}
.logo-header .logo3 {width: 98%; display: inline-block;vertical-align: text-top; height: auto}

#sitevisit {display: none; margin-left: 15px}

.banner-area {height: 40vw; background: url( "../images/banner3.jpg") center center; background-repeat: no-repeat; background-size: cover}
.banner-text { background: rgba(23,72,144,0.8); width: 43vw; padding: 2vw; top: 8vw;right: 5vw; position: absolute}
.banner-text01 {font-size: 1.8vw; font-weight: bold; color: #fff; line-height: 2vw; margin-bottom: 0.8vw}
.banner-text02 p {font-size: 0.87vw; color: #fff; line-height:1.3vw;}
.banner-text03 {font-size: 1.3vw; color: #fff; line-height:1.3vw; margin:10px 0}

@media(max-width:1366px){
.banner-area {height: 50vw; }	
}
@media(max-width:1180px){
	.banner-area {height: 90vw; background: url("../images/banner3.jpg") center center; background-repeat: no-repeat; background-size: cover}
	.banner-text { background: rgba(23,72,144,0.8); width: 90%; padding: 20px; top: 18vw; margin-left: 5%; position: absolute}
	.banner-text01 {font-size: 20px; font-weight: bold; color: #fff; line-height: 30px;}
.banner-text02 p {font-size: 14px; color: #fff; line-height:20px;}
.banner-text03 {font-size: 18px; color: #fff; line-height:30px; margin:10px 0}
}

@media(max-width:768px){
		.banner-area {height: 150vw;}
	.banner-text { width: 90%; padding: 30px; top: 25vw; margin-left: 5%; position: absolute}
	.banner-text01 {font-size: 34px; font-weight: bold; color: #fff; line-height: 44px;}
.banner-text02 p {font-size: 15px; color: #fff; line-height:24px;}
.banner-text03 {font-size: 15px; color: #fff; line-height:24px; margin:5px 0}
}
@media(max-width:580px){
		.banner-area {height: 200vw;}
	.banner-text { width: 90%; padding: 20px; top: 30vw; margin-left: 5%; position: absolute}
	.banner-text01 {font-size: 24px; font-weight: bold; color: #fff; line-height: 30px;}
.banner-text02 p {font-size: 13px; color: #fff; line-height:17px;}
.banner-text03 {font-size: 13px; color: #fff; line-height:17px;margin:5px 0}
}
@media(max-width:380px){
		.banner-area {height: 200vw;}
	.banner-text { width: 90%; padding: 13px; top: 30vw; margin-left: 5%; position: absolute}
	.banner-text01 {font-size: 20px; font-weight: bold; color: #fff; line-height: 25px;}
.banner-text02 p {font-size: 11px; color: #fff; line-height:15px;}
.banner-text03 {font-size: 11px; color: #fff; line-height:15px;margin:5px 0}
}
.countertext {font-size: 30px; display: inline-block; font-weight: bold}
.btn-large {padding: 15px 30px; font-size: 20px}
input[name="username2"] {
    position: absolute;
    left: -999999999px;
}
.box-press {padding:10px; box-shadow: 0 0 3px 3px #ececec}


/* Card Container */
.quote-card {
  position: relative; /* Anchor for absolute positioning elements */
  width: 100%;
  background: linear-gradient(180deg, #003e8b 0%, #008fd3 100%);
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  margin-top: 30px;
  /* Notice: overflow: hidden is intentionally NOT used here so the avatar can pop out */
}



/* Inner Thin Border Line */
.card-inner {
  border: 1px solid rgba(255, 255, 255, 0.6);
  /* Added significant right padding (110px) to clear the overlapping avatar */
  padding: 35px; 
  border-radius: 2px;
}


/* Text Styling */
.text-section {
  width: 100%;
}

.text-section-right {padding-left: 12%}
.text-section-left {padding-right: 12%}
@media (max-width: 580px) {
.text-section-right {padding-left:0%}
.text-section-left {padding-right: 0%}	
	
}
.quote-text {
  font-size: 1.0rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}



.author-info {
  text-align: right;
}

.author-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
	color: white;
	 line-height: 1.6;
}

.author-title {
  font-size: 0.9rem;
  font-weight: 300;
  opacity: 0.9;
  line-height: 1.6;
}

/* Profile Image - Absolute Breaking Out */
.avatar-container {
  position: absolute;
  right: -90px; /* Pulls exactly half the element width outside the card border */
  top: 50%;
  transform: translateY(-50%); /* Centers vertically perfectly */
  z-index: 10;
}

.avatar-outer-ring {
  width: 176px;
  height: 176px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;

}

.avatar-inner-ring {
  width: 164px;
  height: 164px;

  border-radius: 50%;
  overflow: hidden;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Decorative Quote Characters */
.quote-mark {
  position: absolute;
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
  color: #ff4081; 
  font-weight: bold;
  pointer-events: none;
  z-index: 2;
}

.top-left {
  top: -15px;
  left: 25px;
}

.bottom-right {
  bottom: -45px;
  right: 120px; /* Shifted left slightly to make room for the avatar overlay */
}

/* Responsive Layout for smaller screens */


@media (max-width: 3880px) {

  
  /* Reset layout back to vertical stack on mobile devices for readability */
  .quote-card {
    margin-top: 80px; /* Create room for mobile top-floating avatar */
	  width:120%;
	  display: inline-block;
	 vertical-align: text-top;
	  
  }

	

  .card-inner {
    padding: 30px 20px 20px 20px;
	
  }

  .avatar-container {
    right: 50%;
    top: 0;
    transform: translate(50%, -50%); /* Shifts avatar to pop out from the top center instead */
  }

  .quote-text, .author-info {
    text-align: center;
  }

  .top-left {
    top: -20px;
    left: 15px;
  }

  .bottom-right {
    bottom: -50px;
    right: 25px;
  }
}

@media (max-width: 768px) {

  
  /* Reset layout back to vertical stack on mobile devices for readability */
  .quote-card {
    margin-top: 100px; /* Create room for mobile top-floating avatar */
	  width:100%;

  }
	
	
}

/* Carousel Container - Increased width from 1200px to 1320px, height from 450px to 495px */
.carousel-container-c {
    position: relative;
    width: 100%;
    max-width: 1320px; 
    height: 495px; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Track holding the items */
.carousel-track-c {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Base Slide Styles - Width increased from 55% to 60.5%, max-width from 650px to 715px */
.carousel-slide-c {
    position: absolute;
    width: 60.5%; 
    max-width: 715px; 
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7) translateX(0);
    z-index: 0;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
                opacity 0.6s ease, 
                visibility 0.6s ease;
    display: flex;
    align-items: center;
    padding-left: 55px; /* Increased from 50px */
}

/* Active Center Slide */
.carousel-slide-c.active-c {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(0);
    z-index: 3;
}

/* Prev Slide (Left Side) */
.carousel-slide-c.prev-c {
    opacity: 0.4;
    visibility: visible;
    transform: scale(0.8) translateX(-45%);
    z-index: 1;
}

/* Next Slide (Right Side) */
.carousel-slide-c.next-c {
    opacity: 0.4;
    visibility: visible;
    transform: scale(0.8) translateX(45%);
    z-index: 2;
}

/* Layout: Avatar Overlapping Quote - Size increased from 110px to 121px */
.avatar-wrapper-c {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 121px; 
    height: 121px; 
    border-radius: 50%;
    background: #fff;
    padding: 7px; /* Scaled padding */
    box-shadow: 0 10px 25px rgba(143, 198, 70, 0.3);
    z-index: 5;
    border: 3px solid #66a0ff;
}

.avatar-wrapper-c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Quote Box padding scaled up slightly to adjust for the larger avatar */
.quote-box-c {
    background: #ffffff;
    border: 2px solid #66a0ff;
    border-radius: 4px;
    padding: 38px 44px 38px 88px; 
    width: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

/* Quote Icons Styling - Increased from 45px to 50px */
.quote-icon-c {
    color: #66a0ff;
    font-size: 50px; 
    font-family: serif;
    position: absolute;
    line-height: 1;
}
.quote-icon-c.open-c {
    top: 15px;
    left: 72px;
}
.quote-icon-c.close-c {
    bottom: -10px;
    right: 44px;
}

/* Font sizes bumped up by 10% */
.quote-text-c {
    font-size: 16.5px; 
    color: #333333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.quote-author-c {
    font-size: 17.5px; 
    color: #000;
    font-weight: 700;
}

.author-title-c {
    font-weight: 400;
    color: #666;
}

/* Navigation Arrow Buttons - Size increased from 45px to 50px */
.nav-btn-c {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 2px solid #e2e8f0;
    color: #333;
    width: 50px; 
    height: 50px; 
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-size: 18px;
}

.nav-btn-c:hover {
    background: #66a0ff;
    color: white;
    border-color: #66a0ff;
}

.prev-btn-c { left: 20px; }
.next-btn-c { right: 20px; }

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .carousel-slide-c { width: 75%; }
    .carousel-slide-c.prev-c { transform: scale(0.85) translateX(-20%); }
    .carousel-slide-c.next-c { transform: scale(0.85) translateX(20%); }
}

@media (max-width: 768px) {
    .carousel-container-c { height: auto; padding: 60px 0; }
    .carousel-slide-c {
        position: relative;
        width: 90%;

        max-width: 100%;
        opacity: 0;
        display: none;
        transform: none !important;
        padding-left: 0;
        margin: 0 auto;
    }
    .carousel-slide-c.active-c {
        display: flex;
        opacity: 1;
    }
    .carousel-slide-c.prev-c, .carousel-slide-c.next-c {
        display: none;
    }
    .avatar-wrapper-c {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .quote-box-c {
        padding: 75px 20px 25px 20px;
        text-align: center;
    }
    .quote-icon-c.open-c { top: 45px; left: 20px; }
    .quote-icon-c.close-c { right: 20px; bottom: 45px; }
    .prev-btn-c { left: 5px; }
    .next-btn-c { right: 5px; }
}

.publication-item {color: #000}
.publication-item a {color: #000}
.publication-item img { width: 80%; margin-bottom: 5px}
.publication-item-text1 {color: #25C0F8; display: inline-block; float: left}
.publication-item-icon {width: 36px; float: right; margin-right: 15%}
.info-link { border-bottom: solid 1px #1D5E8E; }
.info-link a {width: 100%; border-top: solid 1px #1D5E8E; padding: 20px 0px 10px; color: #000; margin: 10px 0px 10px; display: block}
.info-link a { }
.info-link .blue { color: #1D5E8E}
.icon-exlink {float: right}
.boxfont2 {font-size: 23px; color: #fff; text-align: center}

.banner-box {padding: 7px; background: #71a546; color: #fff; display: inline-block; margin-bottom: 20px; font-weight: bold}
@media (max-width: 1366px) {
	
}

 .speaker-carousel-container {
      position: relative;
      width: 100%;
      max-width: 1600px;
      margin: 20px;
      background: #ffffff;
      border-radius: 12px;
      overflow: hidden;
    }

    /* Track and Slides */
    .speaker-carousel-track {
      position: relative;
      height: 550px; /* Adjust height based on your content needs */
      width: 100%;
    }
    .speaker-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s ease, visibility 1s ease;
      z-index: 1;
      padding: 30px 50px;
      gap: 30px;
    }
    .speaker-slide.speaker-active {
      opacity: 1;
      visibility: visible;
      z-index: 2;
    }

    /* Left Side: Speaker Image Container */
    .speaker-img-wrap {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 100%;
      overflow: hidden;
    }
    .speaker-img-wrap img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    /* Right Side: Text Content */
    .speaker-details {
      display: flex;
      flex-direction: column;

    }
    .speaker-quote {
      font-size: 1.15rem;
      color: #333333;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .speaker-name {
      font-size: 1.2rem;
      font-weight: bold;
      color: #0b2545;
      margin-bottom: 4px;
    }
    .speaker-title {
      font-size: 0.95rem;
      color: #555555;
      line-height: 1.4;
    }

    /* --- Keyframe Animations (Fade & Rise from Bottom) --- */
    @keyframes speakerFadeRiseUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Apply animations to children ONLY when the slide is active */
    .speaker-slide.speaker-active .speaker-img-wrap {
      opacity: 0; /* Starts hidden, handled by animation */
      animation: speakerFadeRiseUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
      animation-delay: 0.1s;
    }
    .speaker-slide.speaker-active .speaker-quote {
      opacity: 0;
      animation: speakerFadeRiseUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
      animation-delay: 0.5s; /* Delays until after the image begins */
    }
    .speaker-slide.speaker-active .speaker-meta {
      opacity: 0;
      animation: speakerFadeRiseUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
      animation-delay: 0.9s; /* Delays until after the quote begins */
    }

    /* --- Navigation Arrows --- */
    .speaker-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid #ddd;
      color: #333;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      transition: all 0.3s ease;
      z-index: 10;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }
    .speaker-nav-btn:hover {
      background: #0b2545;
      color: #fff;
      border-color: #0b2545;
    }
    .speaker-prev-btn { left: 15px; }
    .speaker-next-btn { right: 15px; }

    /* Responsive Design for smaller screens */
    @media (max-width: 768px) {
      .speaker-slide {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        padding: 50px 30px 30px 30px;
        gap: 20px;
      }
      .speaker-carousel-track {
        height: auto;
        min-height: 650px;
      }
      .speaker-img-wrap {
        height: 220px;
      }
      .speaker-nav-btn {
        top: auto;
        bottom: 15px;
        transform: none;
      }
      .speaker-prev-btn { left: calc(50% - 55px); }
      .speaker-next-btn { right: calc(50% - 55px); }
    }

 /* Heading Wrapper Container */
    .speaker-heading-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: none;
      padding: 20px 0px;
      width: 100%;
    }

    /* Base SVG Calligraphy Text Layout (Static State before scroll) */
    .speaker-calligraphy-text {
      font-family: Poppins;
      font-size: 42px;
      font-weight: 600;
      fill: #fff; 
      stroke: #fff;
      stroke-width: 1px;
      fill-opacity: 0;
      
      /* Hidden state layout */
      stroke-dasharray: 1200;
      stroke-dashoffset: 1200;
    }

    /* --- Animations applied ONLY when JavaScript adds the '.animate' class --- */
    .speaker-calligraphy-text.animate {
      animation: speakerWriteText 3.5s cubic-bezier(0.4, 0, 0.2, 1) forwards,
                 speakerFillText 1.5s ease-in-out 2s forwards;
    }

    /* Individual line delays applied to the second row for natural flow */
    .speaker-line-2.animate {
      animation-delay: 0.4s, 2.4s;
    }

    /* Keyframe 1: Draws the script layout outlines */
    @keyframes speakerWriteText {
      to {
        stroke-dashoffset: 0;
      }
    }

    /* Keyframe 2: Solidifies the deep blue fill */
    @keyframes speakerFillText {
      from {
        fill-opacity: 0;
      }
      to {
        fill-opacity: 1;
        stroke-width: 0px;
      }
    }

    @media (max-width: 768px) {
      .speaker-svg-container {
        width: 100%;
        height: auto;
      }
    }

/* Container to fix everything to the right side of the screen */
.fixed-sidebar-buttons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); /* Centers the menu vertically */
    display: flex;
    flex-direction: column;
    gap: 15px; /* Spacing between buttons */
    z-index: 999900000; /* Ensures it stays on top of all content */
    font-family: Arial, sans-serif;
}

/* Base style for the buttons */
.sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none !important; /* Forces no underline */
    background-color: #333; /* Dark background */
    color: #fff !important; /* Forces default text/icon color to white */
    border-radius: 50px; /* Keeps the edges perfectly rounded */
    height: 50px;
    transition: all 0.4s ease-in-out;
    overflow: hidden; /* Hides the text when collapsed */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* The Icon container */
.sidebar-btn .btn-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #333; 
    border-radius: 50%;
    flex-shrink: 0; 
    transition: background-color 0.4s ease;
}

/* Forces the actual Font Awesome <i> tag to be white by default */
.sidebar-btn .btn-icon i {
    color: #fff !important;
}

/* The Text container (hidden by default) */
.sidebar-btn .btn-text {
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important; /* Forces text to be white by default */
    transition: max-width 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.4s ease-in-out;
}

/* --- Corrected Hover States --- */

/* 1. TEXT EXPANSION: When hovering the main container, expand ALL text areas */
.fixed-sidebar-buttons:hover .sidebar-btn .btn-text {
    max-width: 200px; /* Expands all text */
    opacity: 1; /* Fades all text in */
    padding-left: 20px; 
    padding-right: 10px; 
    color: #ffffff !important; /* Keeps text white for all */
}

/* 2. BACKGROUND COLOR: Change ONLY the specifically hovered button to blue */
.sidebar-btn:hover {
    background-color: #007bff !important; /* Only this button turns blue */
}

/* 3. ICON BACKGROUND: Match the inner icon container to blue for the hovered button */
.sidebar-btn:hover .btn-icon {
    background-color: #007bff !important; /* Only this icon container turns blue */
}

/* Container settings */
.publication-item {
    position: relative;
    display: block;
    width: 100%;
}

.publication-link {
    display: block;
    text-decoration: none;
}

.cover-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Base Desktop Popup Style (Brought closer using left: 100% instead of 105%) */
.publication-popup {
    display: none; 
    position: absolute;
    top: 0;
    left: 50%; /* Placed flush against the right edge of the card wrapper */
    width: 440px;
    background: #ffffff;
    border: 1px solid #333333;
    padding: 15px;
    z-index: 999;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    border-radius: 4px;
    align-items: flex-start;
    gap: 15px;
    box-sizing: border-box;
}

.pop-location2 {
 left: -100%;
}


/* Trigger display on hover */
.publication-item:hover .publication-popup {
    display: flex;
}

/* Popup inner layout styling */
.popup-left {
    flex: 0 0 110px;
}
.popup-left img {
    width: 100%;
    height: auto;
    display: block;
}

.popup-right {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.popup-right h3 {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000;
	line-height: 1.2rem;
}

.popup-right p {
    margin: 0 0 12px 0;
    font-size: 0.85rem;
    color: #333333;
    line-height: 1.4;
}

.popup-download-btn {
    display: inline-block;
    align-self: flex-start;
    background-color: #193774; 
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
a.popup-download-btn {color: #fff;}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */

/* For smaller desktop viewports or instances near the right edge of the screen */
@media (max-width: 1199px) {
    .publication-popup {
        width: 380px;
    }
}

/* Tablets and Mobile Landscape */
@media (max-width: 991px) {
    .publication-popup {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        flex-direction: column; /* Stacks contents inside the card space */
        overflow-y: auto;
        padding: 10px;
    }
    
    .popup-left {
        display: none; /* Hide secondary image on smaller screens to maximize text space */
    }
}

/* Mobile Portrait / Grid views */
@media (max-width: 575px) {
    .publication-popup {
        position: fixed; /* Transforms into a clean modal overlay center-screen */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 340px;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }
	.pop-location2 {
 left: 50%;
}
}
.horizontal-line-1 {
    position: absolute;
    width: 1370px;
    right: 0;   /* Extends completely to the right edge of the browser viewport */
    height: 35px;
    background-color: #2b6cb0;
    z-index: 9999999;
	margin-top: 550px;
	
}
.vertical-line-1 {
	 position: absolute;
    width: 20px;
    height: 200px;
    background-color: #2b6cb0;
    z-index: 9999999;
	margin-top: 250px;

	
}

.l-shape-bar {
  position: absolute;
  width: 100%;        /* Extends rightward to the edge of its container */
  height: 20px;       /* Thick horizontal base bar */
  background-color: #71a546;
  z-index: 9999;	
 left: 0px;
	bottom: 0px;
	margin-left:10px;
}

/* Creates the vertical lip on the left edge */
.l-shape-bar::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;          /* Aligns at the bottom of the baseline */
  width: 40px;        /* Matches the thickness */
  height: 280px;       /* The total height of the vertical part */
  background-color: #71a546;
  
	
}
.l-shape-bar::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;          /* Aligns at the bottom of the baseline */
  width: 400%;        /* Matches the thickness */
  height: 20px;       /* The total height of the vertical part */
  background-color: #71a546;
box-shadow: 40px 0 0 0 #71a546;
}


.l-shape-bar1 {
  position: absolute;
       /* Extends rightward to the edge of its container */
  height: 20px;       /* Thick horizontal base bar */
  background-color: #71a546;
  z-index: 9999;
	bottom: 0;  
	right: 0;

   width: calc(100vw + 100%);
	margin-right: 3px;


}
.l-shape-bar1::after {
  content: "";
  position: absolute;
  left: -50%;
  bottom: 0;          /* Aligns at the bottom of the baseline */
  width: 100%;        /* Matches the thickness */
  height: 20px;       /* The total height of the vertical part */
  background-color: #71a546;
	
}

/* Creates the vertical lip on the left edge */
.l-shape-bar1::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;          /* Aligns at the bottom of the baseline */
  width: 42px;        /* Matches the thickness */
  height: 330px;       /* The total height of the vertical part */
  background-color: #71a546;
	
}
.quote-card-right { margin-left: -20%;   z-index: 1;}
@media (max-width: 1600px) {

	

}

@media (max-width: 580px) {
	.l-shape-bar { margin-left: 0;}
.l-shape-bar::after {
 
  left: 100%;
  bottom: 0;          /* Aligns at the bottom of the baseline */
  width: 0%;        /* Matches the thickness */
  height: 20px;       /* The total height of the vertical part */

box-shadow: 0px 0 0 0 #71a546;
}
.l-shape-bar1::after {

  left: 0%;
  bottom: 0;          /* Aligns at the bottom of the baseline */
  width: 0%;        /* Matches the thickness */
  height: 20px;       /* The total height of the vertical part */
  background-color: #71a546;
	
}
	
}


@media(max-width:580px){
	.quote-card-right { margin-left: 0;   z-index: 1;}
	.l-shape-bar .l-shape-bar1 {margin-top: 10px; }
	.l-shape-bar::before {width:30px; }
	.l-shape-bar1::before {width:30px; }
	
}

@media (max-width: 480px) {

	
.l-shape-bar::before {
        /* Aligns at the bottom of the baseline */
  width: 30px;        /* Matches the thickness */
  height: 140px;       /* The total height of the vertical part */	
}
.l-shape-bar1::before {
        /* Aligns at the bottom of the baseline */
  width: 30px;        /* Matches the thickness */
  height: 140px;       /* The total height of the vertical part */	
}
}
@media (max-width: 380px) {


	
}



@media(max-width:580px){
	.logo-header {margin-top: 25px}
	}

/* Base Page Styling */

/* Base Page Styling */

.testimonial-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* White Box Layout */
.testimonial-card {
  background-color: #ffffff;
  border-radius: 24px;
  display: flex;
  align-items: stretch; /* Stretches both text and image sides equally */
  width: 100%;
  box-sizing: border-box;
  overflow: visible; /* Keeps the head from being cut off */
}

/* Text Container Styling */
.text-content {
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers the text vertically relative to the box */
}

.quote {
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  margin: 0 0 20px 0;
  border-left: 4px solid #1e44a5;
  padding-left: 15px;
}

.author-info {
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  padding-left: 19px;
}

/* Image Container Styling */
.image-content {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end; /* Hard anchors the bottom elements */
  position: relative;
}

.image-content img {
  display: block;
  height: 320px; /* Force the image to be taller than the white box */
  margin-top: -50px; /* Pulls the top of the head out into the blue zone */
  width: auto;
}

/* Desktop Alignment Switching */
.img-right {
  flex-direction: row;
}
.img-right .image-content {
  padding-right: 20px;
}

.img-left {
  flex-direction: row-reverse;
}
.img-left .image-content {
  padding-left: 20px;
}


/* --- Responsive Layout (Mobile View) --- */
@media (max-width: 768px) {
  .testimonial-card, 
  .testimonial-card.img-left, 
  .testimonial-card.img-right {
    flex-direction: column;
    align-items: center;
  }

  .text-content {
    padding: 40px 24px 20px 24px;
  }

  .image-content {
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  .image-content img {
    height: 240px; /* Slightly smaller for mobile */
    margin-top: 0; /* Resets the negative margin so it stays clean inside the card */
  }
}


.pop2a-video {  background-color:#FFF; padding: 0.4vw; width: 60vw; position: fixed; z-index: 999999998;  box-shadow:0px 0px 5px 5px rgba(0, 0, 0, 0.1);top: 6vw;left: 20vw; text-align:left; display: block; }
.pop2aclose  {width: 20px;height: 20px;position: absolute;margin-left: 58.5vw; margin-top: 0px; z-index: 999999999; }


@media (max-width: 990px) {
.pop2a-video {  background-color:#FFF; padding: 10px; width: 92%;   position: fixed; box-shadow:0px 0px 5px 5px rgba(0, 0, 0, 0.1);top: 30%;left: 5%; text-align:justify;}
	.pop2aclose  {margin-left: 90%}
	}

.popc iframe {
  height: 35vw;
  /* 315/560 = .5625 */
}

@media (max-width:990px) {
	.popc iframe {
  height: 400px;
  /* 315/560 = .5625 */
}
}
@media (max-width:580px) {
	.popc iframe {
  height: 300px;
  /* 315/560 = .5625 */
}
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); /* 60% opacity black layer */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999997; /* Ensures it sits above all page elements */
}
