/*
Theme Name: Dhaka BD
Developer: Shamol Sudakar
Author: Dhaka BD
Author URI: http://dhaka-bd-org
Version: 1.0
Description: Welcome to chose my theme.
Tags: No tags available
License: Unlimited
Text Domain: Default English(USA)
=====================================
font-family: 'Lato', sans-serif;
=====================================
*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

body,h1,h2,h3,h4,*{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}
body{
	background-color: #FFF;
}
a:link,a,a:focus{
	text-decoration: none;
	outline: none;
}
.w-full{
	width: 100%;
	box-sizing: border-box;
}
p{
	color: #9b9a9a;
}
.checkbox-inline{
	top: -2px;
}
[for]{
	cursor: pointer;
}
#contact-form {
	margin-top: 30px;
}
	#contact-form input,#contact-form textarea,.form input,.form textarea,.form select{
		box-shadow: none;
		border-radius: 0;
		margin-bottom: 15px;
		font-weight: 300;
		border: 1px solid #ddd;
	}
	.form input{
		margin-bottom: 0;
	}
	#contact-form textarea,.form textarea{
		resize: vertical;
		min-height: 150px;
		margin-bottom: 5px;
	}
	.input-box{
		position: relative;
	}
	#contact-form input:focus,#contact-form textarea:focus,.form input:focus,.form textarea:focus{
		border: 1px solid #7F190F;
	}
	#contact-form label {
		position: absolute;
		top: -10px;
		left: 12px;
		background-color: #FFF;
		padding: 0 10px;
		font-weight: 300;
	}
	#contact-form .button,.form .button{
		padding: 15px 35px;
	}
	
.alert-box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
	background-color: rgba(0,0,0,0.95);	
}
	.alert-box p{
		width: 60%;
		padding: 20px;
		box-sizing: border-box;
		margin: 15% auto;
		border: 4px double #868686;
		color: #71e01d;
		text-align: center;
		border-radius: 12px;
		font-size: 1.5em;	
		position: relative;
	}
		.alert-box p span {
			position: absolute;
			top: -16px;
			right: -16px;
			padding: 6px 8px;
			background-color: #FFF;
			color: #333;
			font-size: 1em;
			border-radius: 100%;
			cursor: pointer;
		}


header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;	
}
	#area-header-top{	
		padding: 20px 0;
	}
		.logo{
			width: 206px;
			position: relative;
		}
		.logo::before{
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			width: 47px;
			height: 47px;
			margin: auto 0;
			background: url(images/favicon-ico.png) no-repeat center center;
			-webkit-animation: rotation 4s infinite linear;
			animation: rotation 4s infinite linear;
		
		}
		@-webkit-keyframes rotation {
			from {transform: rotate(0deg);}
			to {transform: rotate(359deg);}
		}
		keyframes rotation {
			from {transform: rotate(0deg);}
			to {transform: rotate(359deg);}
		}
			.logo img{
				max-width: 100%;
				margin-left: 8px;
			}
		.menu {
			margin-top: 4px;
		}
		.fix-top{			
			position: fixed;
			background-color: rgba(255,255,255,0.96);
			-webkit-box-shadow: 0 -1px 4px -1px rgba(0,0,0,0.8);
			box-shadow: 0 -1px 4px -1px rgba(0,0,0,0.8);
			-webkit-animation-name: menu_fixing;
			animation-name: menu_fixing;
			-webkit-animation-duration: 0.3s;
  			animation-duration: 0.8s;
		}
		@-webkit-keyframes menu_fixing {
			0% {margin-top: -200px;}
			100% {margin-top: 0px;}
		}
			.fix-top .logo {
				width: 150px;
				margin-top: 3px;
			}
			.fix-top .logo::before {
				width: 34px;
				height: 34px;
				background-size: 100% 100%;
			}
		.fix-top .menu {
			margin-top: 0px;
		}
		.fix-top #area-header-top{
			padding: 10px 0;
		}
		.fix-top nav.menu > ul > li > a::before{
			bottom: -10px;
		}

#area-process{
	background-color: #171717;
}
	.process-card{
		width: 33.33%;
		float: left;
		padding: 45px 20px;
		box-sizing: border-box;
		position: relative;
		min-height: 295px;
	}
	.card-shadow::before {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;		
		z-index: 1;
		margin: auto 0;
		background: -webkit-linear-gradient(#171717,#333,#171717);
		background: linear-gradient(#171717,#333,#171717);
	}
	.card-shadow .card-icon, .card-shadow h2,.card-shadow p{
		position: relative;
		z-index: 2;
	}
		.process-card .card-icon{
			margin-bottom: 10px;
		}
		.process-card h2{
			color: #FFF;
			margin-bottom: 5px;
			font-size: 1.8em;
		}
		.process-card p{
			color: #bbb;
		}

#area-services{
	background-color: #FFF;
	padding: 90px 0 40px;
}
.section-title{
	margin-bottom: 20px;
}
	.section-title h1{
		text-align: center;
		position: relative;
		padding-bottom: 10px;
	}
	.section-title h1::before{
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: 0;
		width: 200px;
		margin: 0 auto;	
		border-bottom: 1px solid #ddd;
	}
	.section-title h1::after{
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: -1px;
		width: 60px;
		margin: 0 auto;
		border-bottom: 3px solid #7F190F;
	}

.service-card{
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
}


	.service-card .card-left{
		float: left;
	}
	.service-card .card-left{
		width: 40px;
		height: 40px;
	}
	.service-card .card-right{
		float: right;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		box-sizing: border-box;
		padding-left: 15px;
	}
	.service-card h3 {
		margin-top: 6px;
		margin-bottom: 10px;
	}

.space-row {
	margin-top: 50px;
}
#area-experties{
	padding: 30px 0;
	position: relative;
}
	#area-experties::before{
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.8);
	}
	.experties-blogs{
		text-align: center;
		margin-top: 100px;
	}
		.experties-blogs h2{
			margin-bottom: 20px;
			font-weight: 600;
			color: #fff;
		}
		.experties-blogs p{
			font-weight: 500;
			font-size: 1.3em;
			color: #fff;
		}

#area-skills{
	padding: 90px 0;
	background-color: #FFF;
}
	.progress {
		position: relative;
		height: 25px;
	}
		.progress > .progress-type {
			position: absolute;
			left: 0px;
			font-weight: 600;
			padding: 2px 30px 2px 10px;
			color: rgb(255, 255, 255);
			background-color: rgba(25, 25, 25, 0.2);
		}
		.progress > .progress-completed {
			position: absolute;
			right: 0px;
			font-weight: 800;
			padding: 3px 10px 2px;
		}
		
#area-portfolio{
	padding: 90px 0;
	position: relative;
}
	#area-portfolio::before{
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,0.88);
	}

#area-about-us{
	padding: 90px 0;
	position: relative;
	background-color: #fff;
}
	.about-card{
		margin-bottom: 20px;
		-webkit-box-shadow: 0 2px 7px -2px rgba(0,0,0,0.3);
		box-shadow: 0 2px 7px -2px rgba(0,0,0,0.3);
	}
	.about-card:hover{	
		-webkit-box-shadow: 0 7px 77px 0px rgba(0,0,0,0.2);
		box-shadow: 0 7px 77px 0px rgba(0,0,0,0.2);
	}
		.about-card .card-img{
			position: relative;
		}
		.about-card .card-image{
			border-radius: 4px 4px 0 0;
			max-width: 100%;
		}
		.about-card .card-img .img-ico{
			position: absolute;
			content: "";
			bottom: -30px;
			left: 0;
			right: 0;
			width: 64px;
			height: 65px;
			margin: 0 auto;
			border: 4px solid #fff;
			border-radius: 100%;
		}
	.about-card .card-desc{
		padding: 35px 15px 15px 15px;
		background-color: #FFF;
		border-radius: 0 0 4px 4px;
		min-height: 255px;
	}
		.about-card .card-desc h3{
			text-align: center;
			margin-bottom: 5px;
		}

#area-contact{
	padding: 90px 0;
	position: relative;
}
#area-contact::before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(236, 236, 236, 0.9);
}
.button{
	border: none;
	padding: 10px 20px;
	background-color: #7F190F;
	color: #FFF;
	font-weight: 600;
	border-radius: 3px;
	border-bottom: 2px solid #65150e;
	position: relative;
}
.button:hover{
	background-color: #65150e;
}
	.button .fa-send{
		margin-left: 10px;
	}

#area-address{
	padding: 60px 0 30px;
	background-color: #111;
	position: relative;
}
	.company-address{
		text-align: center;
	}
		.company-address h4 {
			color: #f2f2f2;
			margin-bottom: 10px;
		}
		.company-address p{
			color: #878787;
		}
	.button-flat{
		border: 3px solid #65150e;
		background-color: transparent;
	}
		.company-address .button span {
			position: absolute;
			top: -22px;
			left: 0;
			right: 0;
			margin: 0 auto;
			font-size: 2.3em;
		}
	#area-address .modal-content{
		border-radius: 0;
		background: transparent;
	}
	.modal-content{
		border-radius: 0;
	}
	#area-address .close,#quote .close,
	.overly-modal .close {
		right: -38px;
		position: absolute;
		font-size: 2.5em;
		color: white;
		opacity: 1;
		text-shadow: none;
	}
	.back-to-top {
		width: 80px;
		height: 80px;
		position: absolute;
		top: -40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-color: #C5C5C5;
		border-radius: 100%;
		text-align: center;
		line-height: 75px;
	}
	.back-to-top img {
		position: relative;
		left: 2px;
		top: 2px;
	}


#area-copyright{
	padding: 20px 0;
	background-color: #111;
	position: relative;
}
	#area-copyright::before,#area-copyright::after{
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		left: 0;
		height: 1px;
		width: 60%;
		margin: 0 auto;
	background-color: #000;	
}
	#area-copyright::after{
		top: 2px;
		background-color: #262626;
	}

	.copyright{
		margin: 0;
		text-align: center;
		color: #666;
	}

.stiky-menu{
	position: fixed;
	top: 25%;
	right: -85px;	
	z-index: 10;
}
	.stiky-menu ul{
		list-style: none;
	}
		.stiky-menu ul li{
			display: list-item;
			width: 85px;
			position: relative;
		}
		
		.stiky-menu ul li:hover{
			margin-left: -85px;
		}
				
		.stiky-menu ul li.quote img{
			border-radius: 4px 0 0 4px;
		}
			
			.stiky-menu ul li a{
				float: left;
				margin-bottom: 2px;
				background-color: #9c281d;
				width: 100%;
				color: #FFF;
				line-height: 40px;
				text-indent: -30px;	
			}
			.stiky-menu ul li span{
				float: left;
				width: 40px;
				height: 40px;
				text-align: center;
				background-color: #7F190F;
				border-radius: 4px 0 0 4px;
				position: relative;
				left: -40px;
				text-indent: 0px;
			}
				.stiky-menu ul li span i{
					font-size: 1.5em;
					line-height: 40px;
				}
			.stiky-menu ul li.color-facebook a{
				background-color: #4862b1;
			}
			.stiky-menu ul li.color-facebook span{
				background-color: #39529A;
			}

			.stiky-menu ul li.color-twitter a{
				background-color: #14b8f3;
			}
				.stiky-menu ul li.color-twitter span{
					background-color: #00A7E6;
				}
			.stiky-menu ul li.color-linkedin a{
				background-color: #0c7cb8;
			}
				.stiky-menu ul li.color-linkedin span{
					background-color: #0271AE;
				}
			.stiky-menu ul li.color-youtube a{
				background-color: #e93b3b;
			}
				.stiky-menu ul li.color-youtube span{
					background-color: #D02322;
				}
			.stiky-menu ul li.quote,.stiky-menu ul li.quote:hover{
				margin-left: -10px !important;
			}	 

.modal{
	z-index: 999999;
}
.modal-backdrop{
	z-index: 99999;
}
.device-responsive{
	float: right;
}
.openMnu {
	background-color: transparent;
	color: #9c281d;
	float: right;
	border: 1px solid transparent;
	padding: 2px 11px;
	font-size: 21px;
	margin: 0px 0;
	border-radius: 4px;
	cursor: pointer;
}
.fix-top .openMnu{
	border: 1px solid transparent;
	color: #333;
}
.mobile ul li a{
	padding-left: 10px;	
}
.mobile ul li{
	border-left: 4px solid transparent;
}
.mobile ul li:hover a,.mobile ul li a:focus{
	background-color: transparent;
}
.mobile ul li.active{
	border-left: 4px solid #FFF;
}

.slide .caption p.cols{
	color: #0F73C0;
	font-weight: 500;
	margin: 10px 0; 
}
.slide .caption h2{
	font-size: 3.5em;
	font-weight: 700;
	margin-bottom: 25px;
}
.slide .caption p{
	color: #333;
	font-size: 1.9em;
	margin-bottom: 45px;
}
.slide .caption{
	width: 750px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	-webket-transform: scale(0);
	transform: scale(0);
}

.slide.active .caption{
	-webket-transform: scale(1);
	transform: scale(1);
}

.slide .caption .cap-btn{
	font-size: 1.2em;
}
.slide .caption .cap-btn a:hover,.slide .caption .cap-btn a:focus{
	color: #FFF;
}
.skdslider .pause{
	display: none !important;
}
.skdslider a.prev{
	background: url(images/left.png) no-repeat center center; 	
	left: 3%;
}
.skdslider a.next{
	background: url(images/right.png) no-repeat center center; 	
	right: 3%;
}
.slide{
	position: relative;
}
.slide::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: rgba(255,255,255,0.5);
}
.skdslider ul.slide-navs {
	left: 45%;
}
.modal-bgx{
	background-color: #FFF;
}
hr {
	border-top: 1px solid #dedede;
}
#feedback,#feedbackMessage {
	color: #199f19;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.gallery_product img {
	height: 275px;
}
.linkto {
	color: #7B160E;
	font-size: 15px;
	font-weight: 600;
	/* text-decoration: wavy underline #7B160E 1px !important;
	text-underline-offset: 4px; */
	cursor: pointer;
}
.linkto:hover {
	color: #234FFB;
	/* text-decoration-color: #234FFB !important; */
}
.linkto:focus {
	color: #7B160E;
	/* text-decoration-color: #7B160E !important; */
}
.service-card h3 a {
	color: inherit;
}

.pricing-table {
	--heading-color: #2E3F75;
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.pricing-table > thead {	
	background-color: var(--heading-color);
	box-shadow: 0 4px 10px -4px var(--heading-color);
	position: relative;
	z-index: 2;
}
.pricing-table > thead > tr > th {
	padding: 30px 20px;
	color: #FFF;
	font-size: 2.37rem;
	line-height: 2.37rem;
	text-transform: uppercase;
	font-weight: 800;
}
.pricing-table > tbody > tr > th,
.pricing-table > tbody > tr > td {
	padding: 15px 20px;	
	color: var(--heading-color);
  	font-size: 13px;
}
.pricing-table > tbody > tr:nth-of-type(odd) {
	background-color: #FFF;
}
.pricing-table > tbody > tr:nth-of-type(even) {
	background-color: #E6E8F4;
}
[align="center"] {
	text-align: center;
}
[align="right"] {
	text-align: right;
}
[align="left"] {
	text-align: left;
}
.uc {
	text-transform: uppercase;
}
.pricing-table > thead > tr > th,
.pricing-table > tbody > tr > th,
.pricing-table > tbody > tr > td {	
	position: relative;
	z-index: 1;	
}
.pricing-table > tbody > tr > th,
.pricing-table > tbody > tr > td {
	vertical-align: top;
}
.pricing-table > thead > tr > th:not(:first-child)::after,
.pricing-table > tbody > tr > th:not(:first-child)::after,
.pricing-table > tbody > tr > td:not(:first-child)::after {
	position: absolute;
	content: "";
	z-index: -1;
	background-image: linear-gradient(to right, transparent, #253464);
	width: 6px;
	top: 0;
	bottom: 0;
	right: 100%;
}
.pricing-table > tbody > tr > th::after,
.pricing-table > tbody > tr > td::after {
	opacity: .2;
}
.pricing-table > thead > tr > th:not(:first-child),
.pricing-table > tbody > tr > th:not(:first-child),
.pricing-table > tbody > tr > td:not(:first-child) {
	text-align: center;
}
.pricing-table > thead > tr > .active {
	background-color: #37B970;
}
.pricing-table > tbody > tr:nth-of-type(odd) > .active {
	background-color: #EAFFF3;
}
.pricing-table > tbody > tr:nth-of-type(even) > .active {
	background-color: #CAECD8;
}
.button-offer {
	cursor: pointer;
	background-color: #2E3F75;
	color: #FFF !important;
	padding: 10px 25px;
	display: inline-block;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 0 3px 16px -4px #2E3F75;
	border: none;
	margin-block: 20px;
}
.pricing-table small {
	font-size: 11px;
	font-weight: 600;
}

.active .button-offer {
	background-color: #37B970;
	box-shadow: 0 3px 16px -4px #37B970;
}
.list-view {
	padding-left: 12px;
	margin-bottom: 20px;
}
.list-view li {
	margin-bottom: 6px;
}
.cell-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #d7dae8;
	padding-bottom: 10px;
}
.active .cell-title{
	border-bottom-color: #B4DBC4;
}
.modal-fullscreen {
	width: calc(100% - 110px);
}
.pricing-table-panel {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 20px;
}
#area-banner {
	min-height: 300px;
	position: relative;
	z-index: 1;
	padding-block: 90px 30px;
	display: flex;
	align-items: center;
	text-align: center;
}
#area-banner::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: rgba(255,255,255,0.5);
}
#area-banner > div {
	position: relative;
	z-index: 3;
}
.page-title {
	text-transform: uppercase;
}
.area-page {
	padding-block: 60px;
}
.article-title {
	margin-bottom: 15px;
}

.blog-product {
	display: flex;
	gap: 40px 20px;
	align-items: center;
	margin-bottom: 100px;
}
.blog-product .thumb {
	flex: 3;
	position: relative;
	z-index: 1;
}
.blog-product .caption {
	flex: 2;
	position: relative;
	z-index: 2;
}
.blog-product .caption {
	flex: 2;
	box-shadow: -100px 0 100px 0 #f0f0f0;
	padding: 40px 0 40px 40px;
	box-sizing: border-box;
}
.blog-product .caption:first-child {
	padding: 40px 40px 40px 0;
	box-shadow: 100px 0 100px 0 #f0f0f0;
	z-index: 2;
}
.blog-product .thumb img {
	max-width: 100%;
}
.link {
	color: inherit;
}
.link:hover {
	color: #00A7E6;
}


/*************************
		GLOBAL CSS
*************************/

.box-shadow{
	box-shadow: 0 1px 6px 1px rgba(98, 98, 98, 0.3);
}

.text-shadow,.progress > .progress-type,.slide .caption h2,.slide .caption p{
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.transition,.gallery-title,.about-card,.button,.stiky-menu ul li,.slide .caption{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media(max-width: 991px) {
	.blog-product {
		flex-direction: column;
	}
	.blog-product > div {
		flex: auto;
	}
	.blog-product .caption {
		order: 2;
		padding: 30px !important;
		box-shadow: 0 0 100px 0 #f0f0f0 !important;
	}
}
@media(max-width: 767px){
	.modal-fullscreen {
		width: calc(100% - 20px);
	}
	.logo {
		position: relative;
		top: -5px;
	}
	.fix-top .logo {
		top: -2px;
	}
	.slide__text h3{
		font-size: 18px;
		font-weight: 500;
	}
	.skdslider ul.slide-navs {
		left: 36%;
	}
	.slide .slide__text{
		background-color: transparent !important;
	}
	.slider-container {
		height: 200px;
	}
	.slide__bg{
		background-size: 100%;
	}
	.slide__text{
		top: 2%;
		width: 100%;
	}
	.slider-control{
		display: none;
	}
	.process-card{
		width: 100%;
		border-bottom: 2px solid #353535;
	}
	.process-card:last-child(){
		border-bottom:none;
	}
	.section-title h1 {
		font-size: 1.6em;
	}
	#area-services {
		padding: 40px 0 0px;
	}
	#area-experties,#area-skills,#area-portfolio,#area-about-us,#area-contact {
		padding: 40px 0;
	}
	.experties-blogs {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.experties-blogs h2{
		font-size: 1.6em;
	}
	.filter-button {
		margin-bottom: 5px;
	}
	.company-address h4 {
		font-size: 1.1em;
	}
	#area-address .close,#quote .close,
	.overly-modal .close {
		right: 10px;
		color: #ff0505;
		top: 0px;
		z-index: 100;
	}
	#quote .close {
		top: 12px;
		right: 16px;
		z-index: 99;
	}
	.slide .caption{
		width: 80%;
		top: 50%;
	}
	.slide .caption h2{
		font-size: 1.2em;
		margin-bottom: 5px;
		background-color: rgba(0,0,0,0.5);
		padding: 10px 10px;
		color: #FFF;
	}
	.slide .caption p,.slide .caption .button,.skdslider a.prev,.skdslider a.next,.slide .caption{
		display: none;
	}
	
}