/*------------------------------------------------------
Table of Contents
--------------------------------------------------------
0. Reset
1. General Styles
2. Navigation
3. Home Page
4. About & Contact Page
5. Works
6. Single Project
7. Footer

------------------------------------------------------*/


/*-----------------------------------------------------
Reset
------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/*-----------------------------------------------------
General Styles
------------------------------------------------------*/

*{
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body{
    font: 14px/25px sans-serif;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%; 
	color: #616161;
}

ul,
.searchandfilter ul {
	list-style: none;
}

.container-main ul{
	list-style: disc outside none;
}

.container-main li{
	margin-left: 32px;
}

.searchandfilter ul li{
	margin-left: 0px;
}

.content-container {
	max-width: 1170px;
	margin: auto;
}

.container-full {
	width: 100%;
    color: #626262;
	padding: 50px 0px;
}

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

a{
	text-decoration: none;
	transition: all .2s linear;
}

a:hover{
	text-decoration: none;
	color: #616161;
}

.clearfix{
	clear: both;
}

/*-----------------------------------------------------
Navigation
------------------------------------------------------*/

header{
	background-color: #fbf6f3;
	height: 85px;
	line-height: 85px; /* line-heigh = height */
}

.logo{
	color: #009fff;
	font-family: 'Poppins', sans-serif;
	font-size: 2.7em;
	font-weight: 600;
	letter-spacing: 2px;
	float: left;
}

.logo:hover{
	color: #007cff;
}

.logo img {
	margin-top: 24px;
	height: 40px;
}

.nav-button{
	display: none;
	float: right;
}

.ti-menu{
	color: #121212;
	font-size: 2.5em;
	line-height: 85px;
}

.ti-menu:hover{
	color: #121212;
}

.close-btn{
	display: none;
}

.ti-close{
	color: #121212;
	position: absolute;
	right: 37px;
	top: 37px;
	font-size: 1.7em;
}

.ti-close:hover{
	color: #009fff;
}

.main-menu{
	float: right;
}

.main-menu > li{
	font-size: 1.4em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	position: relative;
	float: left;
	margin-left: 60px;
}

.main-menu li a{
	color: #616161;
}

.main-menu li a:hover{
	color: #616161;
}

.main-menu li ul {
	display: none;
	position: absolute;
	top: 85px;
	left: 0;
	z-index: 999;
	min-width: 190px;	
	padding: 12px 30px;
	line-height: 40px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
	text-align: left;
}

.main-menu li:hover ul {
	display: block;
}

.sub-menu li a{
	font-size: .9em;
	letter-spacing: 2px;
}

/*-----------------------------------------------------
Home Page
------------------------------------------------------*/

.hero-homepage {
	background: url('/wp-content/themes/dk/assets/img/home-banner.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 530px;
	z-index: 0;
}

.hero-content {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.hero-content h1{
	color: #ffffff;
	font-size: 6.3em;
	font-weight: 300;
	letter-spacing: 15px;
	line-height: 1.7;
	text-transform: uppercase;
}

.hero-content h2{
	color: #ffffff;
	font-size: 1.9em;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 2.5;
	text-transform: uppercase;
}

/*-----------------------------------------------------
About & Contact
------------------------------------------------------*/

.contact-us{
	margin: 120px auto;
	width: 60%;
}

.content-blurb, 
.about-us-info, 
.contact-us-content,
.contact-us-info {
	font-weight: 400;
	text-align: center;
	line-height: 2.1;
	letter-spacing: .5px;
}

.about-us-info, 
.contact-us-info {
	padding-top: 20px;
}

.contact-us-content{
	font-size:2.2em;
}

.about-us-icon{
	font-size: 50px;
	position: absolute;
	transform: translateX(-50%);
	left:50% ;
}

.contacts{
	background: #fbf6f3;
	width: 100%;
	padding: 150px 0;
}

.contacts{
	padding: 100px 0;
}

.services-item, .contact-item{
	float: left;
	width:33.33%;
	text-align: center;
	padding-right: 15px;
  	padding-left: 15px;
}

.services-icon, .contact-icon{
	font-size: 35px;
}

.services-item h3, .contact-item h3{
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
}

.services-item p, .contact-item p{
	font-size: 1.25em;
	line-height: 1.8;
	letter-spacing: 1.1px;
}

/*-----------------------------------------------------
Works
------------------------------------------------------*/

.hero-portfolio{
	color: #222;
	text-align: center;
	padding: 100px 0;
}

.hero-portfolio h1{
	font-size: 5em;
	text-transform: capitalize;
	margin-bottom:25px;
}

.hero-portfolio p{
	font-size: 1.7em;
	line-height: 2;
	letter-spacing: .3px;
	width: 50%;
	margin: auto;
}

.works-item{
	position: relative;
	cursor: pointer;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;

}

.works-item img{
	width: 100%;
	height: 100%;
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.works_2-columns .works-item{
	width: 50%;
	height: 60vh;
}

.works_3-columns .works-item{
	width: 33.33%;
	height: 45vh;
}

.works_4-columns .works-item{
	width: 25%;
	height: 35vh;
}

.works-item-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fbf6f3;
	opacity: 0;
}

.works-item:hover .works-item-overlay {
	opacity: .5;
}

.works-item:hover .works-item-info {
	opacity: 1;
}

.works-item-info {
	 position: absolute;
	 transform: translate(-50%, -50%);
     top: 50%;
     left: 50%;
     z-index: 2;
     text-align: center;
     width: 100%;
	 opacity: 0;
}

.works-info-title{
	color: #333;
	font-size: 1.8em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

.works-info-category{
	color: #009fff;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

.works_2-columns a:hover,
.works_3-columns a:hover,
.works_4-columns a:hover{
	color: inherit;
}


/*-----------------------------------------------------
Single Project
------------------------------------------------------*/

.single-project{
	text-align: center;
	margin-top: 100px;
}

.tag{
	color: #009fff;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3.5px;
}

.tag:hover{
	color: #007cff;
}

.single-project h1{
	color: #333;
	font-size: 7.5em;
	letter-spacing: 2px;
	padding: 20px 0 70px 0;
}

.single-project-info{
	margin: 90px auto;
	width: 80%;
}

.single-project-info h2{
	color: #009fff;
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
	padding-bottom: 17px;
	letter-spacing: 4.5px;
	text-transform: uppercase;
}

.single-project-info p{
	font-size: 1.9em;
	text-align: left;
	line-height: 2.1;
	letter-spacing: .5px;
	margin: 0 auto 30px auto;
}

.single-project > img:nth-of-type(3){
	float: left;
	width: 50%;
	padding-right:15px;
}

.single-project > img:nth-of-type(4){
	float: left;
	width: 50%;
	padding-left:15px;
}

/*-----------------------------------------------------
Footer
------------------------------------------------------*/

footer{
	height: 100%;
	background-color: #fbf6f3;
	color: #616161;
	font-size: 14px;
	padding: 50px 0px 30px;
	line-height: 32px;
}

.copyright{
	float: left;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-bottom: 0;
}

.social-links{
	float: right;
}

.social-links li{
	display: inline-block;
	margin-left: 30px;
}

.social-links li a{
	color: #616161;
	font-size: 1.4em;
}

.social-links li a:hover{
	color: #009fff;
}

.content-container .container-heading {
    text-align: center;
    font-size: 26px;
}

.content-container > div {
	position: relative;
    font-size: 14px;
}

.our-services {
	margin-top: 50px;
}

.our-services .container-fluid {
	margin: 0px auto 50px auto;
}

.our-services .container-fluid .row div {
	text-align: center;
	margin-top: 50px;
}

.our-services .container-fluid .row div img {
	max-width: 235px;
	margin-bottom: 10px;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.service-header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pink-container-full {
	background-color: #fbf6f3;
	color: #616161;
	
}

.container-main {
	width: 100%
}

.container-hero {
	width: 100%;
	padding: var(--bs-gutter-x,.75rem);
	margin: auto;
}

.action-button {
	border-radius: 300px;
	transition: .1s opacity linear;
    -webkit-backface-visibility: hidden;
	color: #616161;
    background-color: #f7dbca;
    border-color: #f7dbca;
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    padding: 1.0rem 2.0rem;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: 16px;
	border-style: none !important;
}

.action-button:active {
	border-style: none !important;
}

.full-width {
	width: 100% !important;
	max-width: 100% !important;
}

.foot-area {
	margin-bottom: 40px;
}

.footer-header {
	font-size: 24px;
	font-weight: bold;
}

.footer-content a {
	color: #d38f67;
}

.hero-about {
	background: url('/wp-content/themes/dk/assets/img/generic-banner.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 0;
}

.hero-blog {
	background: url('/wp-content/themes/dk/assets/img/generic-banner.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 0;
}

.hero-privacy {
	background: url('/wp-content/themes/dk/assets/img/generic-banner.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 0;
}

.hero-terms {
	background: url('/wp-content/themes/dk/assets/img/generic-banner.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 0;
}

.about-us, 
.services,
.blogs {
	margin-bottom: 50px;
}

.about-us img, 
.services img,
.blogs img {
	max-width: 620px;
}

.about-us .container .row div,
.services .container .row div, 
.blogs .container .row div:not(
	.blogs-container, 
	.works-item, 
	.works-item-overlay, 
	.works-item-info,
	.tag-search,
	.tag-list,
	.tag-list div
) {
	margin-top: 50px;
}

.blogs-container .row,
.blogs > .container > .row > div {
	margin-top: 0px !important;
}

.back-to-top {
	padding: 10px 35px 10px 20px;
	color: #616161 !important;
	font-size: 14px;
	position: relative;
}

.arrow {
	border: solid #616161;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	position: absolute;
	top: 18px;
	right: 18px
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.our-offering {
	margin-bottom: 40px;
}

.alm-reveal {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	align-items: flex-start!important;
}

.searchandfilter input[type="submit"] {
	display: none;
}

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

/* ul.pagination li {display: inline;} */

.pagination .page-numbers {
    color: #616161;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination .page-numbers:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination .page-numbers:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination .current {
    background-color: #f7dbca;
    color: #616161;
    border: 1px solid #f7dbca;
}

.pagination > div > a:hover:not(.current) {
	background-color: #ddd;
}

.searchandfilter input {
	padding: 5px 10px;
	background-size: 22px;
	border-width: 1px;
	border: 0px;
	border-bottom: 1px solid #616161;
}

.searchandfilter input:focus-visible {
	border-width: 1px !important;
	border: 0px !important;
	border-bottom: 1px solid #616161 !important;
	outline: none !important;
}

.tag-search {
	border-bottom: #616161 1px solid;
	padding: 0px 10px 5px;
	font-size: 15px;
	margin-top: 40px;
}

.tag-list
 {
	margin-top: 10px !important;
	margin-bottom: 40px;
}

.tag-list .tag-item {
	margin-bottom: 2px;
}
 
.tag-list .tag-item a {
	padding: 2px;
	color: #616161;
}

.tag-list .tag-item a:hover {
	text-decoration: underline;
}

.searchandfilter ul,
.searchandfilter ul li, 
.searchandfilter ul li input {
	width: 100% !important;
}

.searchandfilter ul li {
	padding-right: 0px !important;
}

.about-img,
.service-img {
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.contact-us {
	margin-top: 50px;
}

.contact-us .form-floating > label {
	left: 10px;
}

.contact-us .container .row .form-floating,
.contact-us .container .row .check-title, 
.contact-us .container .row .form-check {
	margin-top: 20px;
}

.form-check .form-check-input {
	margin-left: -0.5em;
    margin-right: 0.5em;
}

.service-content {
	margin: 0px 0px 20px 0px !important;
	height: 170px !important;
	text-overflow: ellipsis;
	display: block;
}