/*
Theme Name: DWT 8.0
Theme URI: https://www.webddexter.com/
Description: Custom Wordpress Theme
Version:8.0
Author: Partha Debnath
Author URI: http://webddexter.com/
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
html {
	height:100%;
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	height:100%;
	background:#fff;
	overflow-x:hidden;
    font-family: 'Barlow', sans-serif;
}
a, button, input[type=submit], input[type=button] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}

#wrapper {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}

.inner {
	padding:0;
	margin:auto;
	max-width:1140px;
	width:95%;
}

.content {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	position:relative;
}

.main {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	position:relative;
}

.leftfloat {float:left !important;}
.rightfloat {float:right !important;}
.metaslider .caption-wrap {position:relative !important;background:none !important;opacity:1 !important;}
.metaslider .caption {
    font-family: utopia-std-headline,serif;
    font-weight: 400;
    font-style: normal;
    float: right;
    font-size: 30px !important;
    color: #fff;
	position:absolute !important;
    text-shadow: rgba(0,0,0,1) 0 0 16px;
	background:none !important;
	bottom:400px !important;
	right:280px !important;
	top:auto !important;
	left:auto !important;
}
.metaslider .caption span {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 4px 0;
}
.metaslider .caption span::after {
    background: #d62027;
    display: inline-block;
    content: " ";
    position: absolute;
    height: 10px;
    left: -2.5%;
    width: 105%;
    bottom: -2px;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}
img {
    max-width: 100%;
    height: auto''
}

/* ---------------------------------------- HEADER STARTS HERE ---------------------------------------- */

#header {
    width: 100%;
    float: left;
    box-shadow: rgba(0,0,0,0.5) 0 0 40px inset;
	position:relative;
}
#header.innerheader {
	height:420px;
    background: url(http://jenzoduque.com/demo/wp-content/uploads/2021/04/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
}
#header .container-wide {
	position:absolute;
	left:0;
	top:20px;
	z-index:1;
	width:100%;
	padding:0 50px;
}
#logo {
	position:fixed;
	top:20px;
	left:20px;
	z-index:100;
}
.headsocial {
    float: left;
	margin-left:50px;
}
.headsocial li {
    float: left;
    margin-left: 15px;
}
.mobilesocial {
    display: none;
}

/* ---------------------------------------- HEADER ENDS HERE ---------------------------------------- */

/* ---------------------------------------- NAVIGATION STARTS HERE ---------------------------------------- */

#navigation {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
	position:fixed;
	right:20px;
	top:20px;
	z-index:101;
    width: 176px;
	background:rgba(255,255,255,0.8);
}
#navigation ul li a {
	font-weight:700 !important;
    color: #d62027 !important;
	letter-spacing:2px;
}
/*#navigation ul li a:hover {
    color: #d62027;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}*/

/* ---------------------------------------- NAVIGATION ENDS HERE ---------------------------------------- */

/* ---------------------------------------- BODY STARTS HERE ---------------------------------------- */

#bodycontent {
	display:grid;
	width:100%;
	float:left;
}
#threeblocks {
    padding: 0;
    float: left;
    width: 100%;
	order: 1;
}
#threeblocks .row {
    margin: 90px 0;
}
.threeblockholder {
    width: 100%;
    float: left;
}
.threeblockholder li {
    width: 360px;
    height: 360px;
    padding: 36px;
    background: #000000;
    color: #fff;
    float: left;
}
.threeblockholder li:hover {
    background: #d62027;
}
.threeblockholder li:nth-child(2) {
    margin-top: 195px;
    float: right;
}
.threeblockholder li:nth-child(3) {
    margin-top: 30px;
}
.threeblockholder li img {
    display: block;
    margin: 20px 0;
}
.threeblockholder li h5 {
    font-family: utopia-std-headline,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
.threeblockholder li p  {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.instadiv {
    padding-left: 83px !important;
}
.instadiv h2 {
    font-size: 36px;
    font-family: utopia-std-headline,serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}
.instadiv h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 4px 0;
}
.instadiv h2 span::after {
    background: #d62027;
    display: inline-block;
    content: " ";
    position: absolute;
    height: 10px;
    left: -2.5%;
    width: 105%;
    bottom: 2px;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}
#instaposts {
    float: left;
    width: 100%;
}
#instaposts li {
    float: left;
    width: 32%;
    margin: 1% 0 1% 2%;
    height: 94px;
    background: #000;
}
#instaposts li:first-child, #instaposts li:nth-child(3n+1) {
    margin-left: 0;
}
#solicitprogress {
    background: #d62027;
    padding: 90px 0;
    float: left;
    width: 100%;
	order:2;
}
#solicitprogress p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 24px;
    text-align: center;
}
#solicitprogress p a {
    text-decoration: underline;
    color: #fff;
}
.midblock {
    padding: 0 70px !important;
    color: #fff;
}
.midblock h2 {
    font-size: 36px;
    font-family: utopia-std-headline,serif;
    font-weight: 400;
    font-style: normal;
	margin-top:0;
	text-align:center;
}
.midblock h6 {
    font-size: 22px;
    font-weight: 500;
}
.midblock p a {
    font-size: 24px;
    font-family: utopia-std-headline,serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none !important;
    margin-top: 10px !important;
    display: inline-block;
}
.midblock p a span {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 4px 0;
}
.midblock p a span::after {
    background: #f65056;
    display: inline-block;
    content: " ";
    position: absolute;
    height: 10px;
    left: -2.5%;
    width: 105%;
    bottom: 2px;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}
#myworks {
    padding: 75px 0;
    float: left;
    width: 100%;
	display:flex;
	order:3;
}
#myworks h2 {
    font-size: 36px;
    font-family: utopia-std-headline,serif;
    font-weight: 400;
    font-style: normal;
    color: #D62027;
    text-align: center;
}
.tabs {
    width: 100%;
    float: left;
    text-align: center;
}
.tabs li {
    float: none;
    clear: none;
    display: inline-block;
    border: none !important;
}
.tabs li a, #filters li a {
    padding: 8px !important;
    border: none !important;
    color: #a0a0a0 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    height: auto !important;
    line-height: normal !important;
    font-weight: 500 !important;
}
.tabs li a.active, #filters li a.active {
    color: #000 !important;
    border: none !important;
}
.tabcontent {
    padding: 0 140px;
}
.tabcontent li {
    margin: 10px 0;
}
.tabcontent li h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
	height:48px;
	overflow:hidden;
}
.tabcontent li h5 a {
    color: #000;
}
.tabcontent li article {
    font-size: 36px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-family: utopia-std-headline,serif;
    font-weight: 400;
    font-style: normal;
    padding: 24px;
    height: 300px;
}
.tabcontent li article a {
	color:#fff;
	word-wrap:break-word;
}
#aboutmeholder {
    padding: 90px 0;
    background: #efefef;
    color: #080808;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    float: left;
    width: 100%;
	display:flex;
	order:4;
}
#aboutmeholder p {
    margin: 16px 0;
}
#aboutmeholder p a {
    color: #d62027;
    font-style: italic;
}
#innerpage {
	float:left;
	width:100%;
}
#innerpage h1 {
	float:left !important;
	width:100% !important;
	margin:30px 0 20px !important;
	color:#000 !important;
	text-shadow:none !important;
}
.contactformcls {
	float:left;
	width:100%;
}
.contactformcls  label {
	font-size:16px;
	margin-bottom:12px;
	display:block;
	width:100%;
	float:left;
}
.contactformcls input[type=text], .contactformcls input[type=tel], .contactformcls input[type=email], .contactformcls textarea {
	width:100%;
	border:#cdcdcd 1px solid !important;
	padding:0 10px !important;
	height:50px;
	line-height:50px;
	box-sizing:border-box !important;
}
.contactformcls textarea {
	height:150px;
	line-height:normal;
	padding:10px !important;
}
.contactformcls input[type=submit] {
	border:none !important;
	padding:0 20px;
	height:50px;
	line-height:50px;
	background:#D62027;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
}
.wpcf7-response-output {
	float:left;
	margin:16px 0 0 0 !important;
	width:100%;
	background:#f00;
	padding:12px 20px !important;
	color:#fff;
	border:none !important;
}
.wpcf7-response-output {
	float:left;
	margin:16px 0 0 0 !important;
	width:100%;
	background:#f00;
	padding:12px 20px !important;
	color:#fff;
	border:none !important;
}
.innercontent p {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.75;
}

/* ---------------------------------------- BODY STARTS HERE ---------------------------------------- */

/* ---------------------------------------- FOOTER STARTS HERE ---------------------------------------- */

#footer {
    float: left;
    width: 100%;
}
.topfooter {
    float: left;
    width: 100%;
    background: #333;
    padding: 25px 0;
    text-align: center;
}
.topfooter .row {
    margin-bottom: 0;
}
.topfooter a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    color: #333;
    background: #fff;
    border-radius: 50%;
    margin: 0 4px;
}
.bottomfooter {
    float: left;
    width: 100%;
    background: #000;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.bottomfooter .row {
    margin-bottom: 0;
}
.bottomfooter span {
    display: inline-block;
    margin-left: 102px;
}
.bottomfooter a {
    color: #fff;
    display: inline-block;
    margin: 0 4px;
}

/* ---------------------------------------- FOOTER STARTS HERE ---------------------------------------- */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#filters {
	width:100%;
	text-align:center;
}
#filters li {
	width:auto;
	float:none;
	display:inline-block;
	clear:none;
}
.tabcontent li {
	font-size:0;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
}