/*thank-jumbothank-jumbothank-jumbothank-jumbothank-jumbothank-jumbothank-jumbodm-thankyoudm-thankyoudm-thankyoudm-thankyou*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.navbar-brand {
    display: none!important;
}
body {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #222;
}
body {
  color: #212529!important;
  font-family: 'Poppins', sans-serif!important;
  background-image: url("../img/dm-bg.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
/*  margin: 5px auto;*/
}
html {
  scroll-behavior: smooth!important;
}
.navbar-toggler {
	border: 1px solid!important;
	border-color: rgba(0,0,0, 0.25)!important;
	border-radius: 5px!important;
	padding: 10px 10px 12px 10px!important;
}
.navbar-light .navbar-toggler:hover, .first-button {
	border-color: coral;
}
.navbar-toggler:focus {
	text-decoration: none!important;
    outline: 0!important;
 	box-shadow: none!important;
	border-color: rgba(0,0,0, 0.25)!important;
}
a {	color:#777!important; }
a:hover{ color:#E11218!important; text-decoration:none; }
.kb-title {
  text-align: center;
  color:#000;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 900;
  font-size: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 395PX;
}
.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
}
.LogoHolder {
display: block;
width: 100%;
text-align: center;
margin: 25px auto 0px auto;
height: 120px;
}
/* Navigation Breakpoint */
.dm-container {
  height: 100%;
  width: 100%;
  background: rgba(222, 222, 222, 0.10);
  overflow-y: auto;
}
.dm-header {
  position: sticky;
  background: #000;
  color: #222;
  text-align: center;
  height:15px;
  z-index: 10;	
}
#dm-header {
  top: 0;
}
.dm-top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  color: #fff;
  transition: all 0.2s ease-out 0s;
  padding: 5px 0;
  border-top: 1px solid #d3d3d3;	
  border-bottom: 1px solid #d3d3d3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;	
  z-index: 10;
  max-height: 260px;
}
#dm-nav {
  top: 15px;
	z-index: 2;
}
.navigation-clean {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}
#navcol-1 {
  width: auto;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navigation-clean .navbar-collapse, .navigation-clean .navbar-form {
  border-top-color: #ddd;
}
.dm-home-link {
  color: red;
  font-family:"Poppins", sans-serif!important;
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  margin: 0px 10px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgba(53, 53, 53, 0.1)!important;
    border: 1px solid #ccc!important;
    border-radius: 4px;
}
.navbar-light .icon-bar {
    color: #E11218!important;
}
/*====================================
home content
======================================*/
#home-content {
	margin: 25px auto;
}
.dm-ixd {
  justify-content: center;
  margin:30px auto;
}
.dm-ixd-jumbo {
	text-align: center;
	margin-bottom: -25px!important;
}
.text-center {
  text-align: center!important;
}
.navbar-default .navbar-nav>li>a {
	color:#777!important;
}
.dm-banner{
	background-color:#000;
	height:25px;
	position: relative;
	margin:0px!important;
	top:0px;
}
.dm-skillz {
  color: #777;
  margin: 15px auto;
  width: 550px;
  text-align: center;
  font-weight: 300;
  font-size: 32px!important;
}
.dm-by-design {
 color: #000;
 margin: 15px auto;	
 font-weight: 500;
 font-size: 16px!important;
 text-align:center;	
}
.dm-curve {
	border: 1px solid;
	border-color: rgba( 0, 0, 0, 0.10);
    background-color: rgba( 0, 0, 0, 0.05);
	border-radius: 25px;
  	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width:25%!important;
	margin:3%!important;
	margin-bottom: 3%;
	max-width: 25%!important;
}
.dm-curve:hover {
	border: 1px solid;
	border-color: rgba( 225, 18, 24, 0.5);
	background-color:#fff;
}
.dm-srvrow{
	justify-content: center;
}
.dm-portcont {
	min-width:1000px!important;
}
.services {
	background-color: rgba(0, 0, 0, 0.05);
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.10);
}
.contact {
	text-align: left;
	margin-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px dashed;
	border-color: rgba(288, 73, 7, 0.50);
}
.dm-footer {
	left: 0;
  	bottom: 0;
	background: #161616;
    padding: 10px 0;
    color: #fff;
	display:block;
	width:100%;
	position: fixed;
	margin-top: 15px;
	font-size: 12px!important;
	z-index: 1;
}
.dm-footer p {
	white-space: nowrap!important;
}
.dm-footer-margin {
	margin-bottom: -15px;
}
/***********PAGES*****************/
.dm-services{
	margin:50px auto;
}
.dmser-icon-1, .dmser-icon-2, .dmser-icon-4, .dmser-icon-6 {
	background-attachment: fixed;
	justify-content: center;
	margin: 15px auto;
	background-repeat: no-repeat;
	width:40%;
	color:aqua!important;
	height:auto;
	}
.dmser-icon-3 {
	background-attachment: fixed;
	justify-content: center;
	margin: 15px auto;
	background-repeat: no-repeat;
	width:21%;
	color:aqua!important;
	height:auto;
	}
.dmser-icon-5 {
	background-attachment: fixed;
	justify-content: center;
	margin: 15px auto;
	background-repeat: no-repeat;
	width:30%;
	color:aqua!important;
	height:auto;
}
.dm-border {
    border: 1px solid;
    display: inline-block;
    padding: 5px!important;
	border-color:  rgba(53, 53, 53, 0.30 )!important;
	border-radius: 5px;
	margin-bottom:15px;
}
.dm-soc-border {
    border: 1px solid;
    padding: 5px!important;
    border-color: rgba(53, 53, 53, 0.30 )!important;
    border-radius: 5px;
    width: 50%;
    margin: auto;
}
.dm-serv-border {
    border: 1px solid;
    display: block!important;
    padding: 5px!important;
	border-color:  rgba(53, 53, 53, 0.30 )!important;
	border-radius: 5px;
}
.dm-btn {
	margin-top:10px;
}
#dm-what-design, #dm-what-develop, #dm-what-deliver {
	font-size: 14px!important;
}
.dm-ipoint {
	color: #E11218!important;
	font-weight: 900;
}
.ksb-fa-icon {
	font-size:15px;
	margin-left:5px;
	position:relative;
	top:2px;
}
.Zdm-msg-btn {
	background-color: rgba(255, 255, 255, 0.5)!important;
	border: 1px solid;
	border-color: rgba(225, 18, 24, 0.25)!important;
}
.dm-msg-btn:hover { 
/*	border-color: rgba( 225, 18, 24, 0.75)!important;*/
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;		
}
/* Animated Button Outline Starts */
.btn.dm-msg-btn {
  min-height: 26px;
  width: auto;
/*font-weight: 700;*/
  font-size: 14px;
  color: #212529;
  text-align: center;
	border-color: rgba(225, 18, 24, 0.20);	
/*  border-color: #c1d82f;*/
  background: rgba(255, 255, 255, 0.5)!important;
  background-color: rgba(255, 255, 255, 0.5)!important;
/*background: #c1d82f;
  background-color: #c1d82f;*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -o-transition: width .125s ease-out, height .125s ease-out .125s;
  -moz-transition: width .125s ease-out, height .125s ease-out .125s;
  -ms-transition: width .125s ease-out, height .125s ease-out .125s;
  -webkit-transition: width .125s ease-out, height .125s ease-out .125s;
  transition: width .125s ease-out, height .125s ease-out .125s;
  box-shadow: none;
  line-height: 26px;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
/*padding-left: 38px;
  padding-right: 38px;*/
  border-width: 1px;
/*padding-top: 11px;
  padding-bottom: 11px*/
}
.btn.dm-msg-btn:hover, .btn.dm-msg-btn:active {
  color: #021a32;
  background: #c1d82f;
  background-color: #c1d82f;
	border-color: rgba(225, 18, 24, 0.20);		
	
/*  border-color: #021a32;*/
  box-shadow: none;
  transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1)
}
.btn.dm-msg-btn {
  position: relative;
   border: 1px solid rgba(225, 18, 24, 0.20);
	
/*  border: 0 solid transparent;*/
/*  border: 2px solid rgba(225, 18, 24, 0.20);*/
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px
}
.btn.dm-msg-btn:before, .btn.dm-msg-btn:after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px
}
.btn.dm-msg-btn:before {
  top: -1px;
  left: 50%;
  transform: translateX(-50%)
}
.btn.dm-msg-btn:after {
  bottom: -1px;
  right: -1px
}
.btn.dm-msg-btn:hover:before, .btn.dm-msg-btn:hover:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px)
}
.btn.dm-msg-btn:hover:before {
  border-top-color: rgba(225, 18, 24, 0.99);
  border-right-color: rgba(225, 18, 24, 0.99);	
/*border-top-color: #021a32;
  border-right-color: #021a32;*/
  -webkit-transition: width .125s ease-out, height .125s ease-out .125s;
  -o-transition: width .125s ease-out, height .125s ease-out .125s;
  transition: width .125s ease-out, height .125s ease-out .125s
}
.btn.dm-msg-btn:hover:after {
 border-bottom-color: rgba(225, 18, 24, 0.99);
 border-left-color: rgba(225, 18, 24, 0.99);	 
/*border-bottom-color: #021a32;
  border-left-color: #021a32;*/
  -webkit-transition: border-color 0s ease-out .25s, width .125s ease-out .25s, height .125s ease-out .3s;
  -o-transition: border-color 0s ease-out .25s, width .125s ease-out .25s, height .125s ease-out .3s;
  transition: border-color 0s ease-out .25s, width .125s ease-out .25s, height .125s ease-out .3s
}
/* Animated Button Outline Ends */
.btn-info:focus, .dm-msg-btn:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 18, 24,0.15)!important;
}
.dm-sec-gap {
	height:75px;
}
.sec-title {
	color:#E11218!important;
	font-weight: 600!important;
	line-height: 14px!important;
	position: relative;
	top:20px;
}
.sec-cta {
  margin: 0;
  font-faFmily: 'Poppins', sans-serif!important;	
  font-size: 30px;
  font-weight: 	800!important;
  letter-spacing: 0.3rem;
  color:#000;
  margin-bottom:35px;
}
.dm-title {
  margin: 10 0;
  font-faFmily: 'Poppins', sans-serif!important;	
  font-size: 18px;
  font-weight: 	800!important;
  text-align: center;	
  color:#000;
}
.dm-who {
	margin: 10 0;
	margin-left: 8px!important; 
	margin-right: 8px!important;
	min-height: 100px;	
	font-faFmily: 'Poppins', sans-serif!important;	
	font-size: 13px;
	font-weight: 400!important;
	color:#212529;
	text-align: left;
}
/*Contact*/
.dm-contact {
	height:500px;
}
.wpforms-field-limit-text {
	font-size:12px!important;
	font-weight:600!important;
	color: #E11218!important;
	margin-bottom:20px;
}
#wpforms-form-26 {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0 0 20px;
  padding-top: 10px;
}
#wpforms-form-26 fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#wpforms-form-26 label {
  display: inline-block;
  min-height: 40px;
  position: relative;
  margin: 0;
}
#wpforms-form-26 .message {
/*  min-height: 150px;*/
  width: 100%;
}
#dm-contact-form input, #dm-contact-form textarea {
	font-family: 'Poppins', sans-serif;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px !important;
	color: #7f7f7f;
	background: rgba( 0,0,0, 0.05);
	outline: none;
	border-top-left-radius: 5px!important;	
	border-top-right-radius: 5px!important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dashed #E11218;
	height: 48px;
}
#dm-contact-form textarea {
    height: 100px;
    resize: none;
    overflow: auto;
}
/*#wpforms-form-26 input {
  height: 48px;
}
#wpforms-form-26 input:hover,
#wpforms-form-26 textarea:hover {
  background-color: rgba(255, 255, 255, 0.5);
	color:#000;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;	
}
#wpforms-form-26 input:focus,
#wpforms-form-26 textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#wpforms-form-26 .area .error {
  float: none;
}
#wpforms-form-26 textarea {
  height: 100px;
  resize: none;
  overflow: auto;
}
#wpforms-form-26 .success {
  display: none;
  margin-bottom: 20px;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  background: #ffffff;
  padding: 12px 14px;
  text-transform: none;
}
#wpforms-form-26 .error,
#wpforms-form-26 .empty {
  font-family: 'Poppins', San serif;
  color: #E11218;
  font-size: 10px;
  font-weight: 700;	
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 2px 4px 6px 4px;
  text-transform: none;
}*/
.contact-details {
 margin: 35px;
	font-size: 14px;
	font-weight: 500;
}
.contactme {
	height: 130px;
	width: 130px;
/*	full contact form starts 	
	height: 40%;
	width: 40%;*/
	border-radius: 50%;
	margin: 20px;
	margin: auto;
    border: 3px solid #E11218; 
    outline: 5px solid #fff;
    outline-offset: -8px;	
}
.dm-contact-p {
	margin-bottom: 5px!important;
}
p.dm-contact-city {
	margin-left:15px;
}
.dmail, .dm-orange {
	font-weight: 600;
	color:#E11218;
}
.dm-contact-indent {
	text-indent: 20px;
}
/*PORTFOlio */
.portfolio {
	background-color: rgba(0, 0, 0, 0.10);
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(225, 18, 24, 0.25);
	padding-bottom:75px;
}
.dmport-border {
    border: 1px solid;
    display: inline-block;
    padding: 10px!important;
	background-color: rgba(255, 255, 255, 0.25);
	border-color:  rgba(53, 53, 53, 0.30 )!important;
	border-radius: 25px;
}
.dmport-border:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border-color:  rgba(225, 18, 24, 0.5 )!important;
  	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
img.dmport-icon,
img.grayscale {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+,IE10 */ filter:gray;
	/* IE6-9 */ -webkit-filter:grayscale(100%);
	/* Chrome 19+& Safari 6+*/ -webkit-transition:all .6s ease;
	/* Fade to color for Chrome and Safari */ -webkit-backface-visibility:hidden;
	/* Fix for transition flickering */
	border-radius: 25px;
}
img.dmport-icon:hover,
img.grayscale:hover {
	filter:none;
	-webkit-filter:grayscale(0%);
}
.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}
.carousel-control-prev-icon{filter:invert(1) grayscale(100)}
.row-offset-0 {
	margin-left:0;
	margin-right:0;
}
.row-offset-0>* {
	padding-left:0;
	padding-right:0;
}
.overlay {
	display:block;
	position:absolute;
	z-index:20;
	filter:none!important;
	-webkit-filter:grayscale(0%);
	overflow:hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.lb-outerContainer {
	background-color: transparent!important;
}
#dm-port-filter li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
.dm-hide {
	background-color:red;
	position: relative;
	float:left;
	display:none;
}

/*============================================ 
Resume Start
==============================================*/
.resume {
	background-color: rgba(255, 255, 255, 0.5);
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.10);
}
.dmres-section {
  margin: 0;
  font-faFmily: 'Poppins', sans-serif!important;	
  font-size: 24px;
  font-weight: 	900!important;
  color:#000;
}
.dmed-section {
  margin: 0;
  font-faFmily: 'Poppins', sans-serif!important;	
  font-size: 24px;
  font-weight: 	900!important;
  color:#000;
}
.dmres-title, .dmed-title {
  font-size: 16px;
  font-weight: 	800!important;
  color:#000;
  width:100%;
}
.dmres-title { margin-left: 0px; } 
.dmed-title { margin-left: 15px; }	
.dmres-job {
  font-size: 14px;
  font-weight: 	700!important;
  color:#000;
  padding-left: 0px;
	white-space: nowrap;
}
.dmres-date {
  font-size: 14px;
  font-weight: 	600!important;
  color:#000;
  text-align: right;
  margin-right: -15px;
}
.dmres-duty {
  font-family: 'Poppins', sans-serif!important;	
  font-size: 14px;
  font-weight: 400!important;
  color:#000;
}
.ghostl {
	left: 35px;
    position: relative;	
}
ul.dmed-dlist, ul.dmres-duty {
  list-style: none!important;
  margin-left: 20px;	
}
ul.dmed-dlist li::before, ul.dmres-duty li::before{
  content: "\2022";
  color: #E11218;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul.dmed-dlist {
    column-count: 1!important;
    list-style-type: none!important;
}
.dmed-dlist li {
  font-family: 'Poppins', sans-serif!important;	
  font-size: 14px;
  font-weight: 400!important;
  color:#E11218;
  position:relative;
  left:-8px;
}
.dmed-dlist li {
  font-family: 'Poppins', sans-serif!important;	
  font-size: 14px;
  font-weight: 400!important;
  color:#000;
  position:relative;
}
.dmres-dwnlist li {
  font-family: 'Poppins', sans-serif!important;	
  font-size: 14px;
  font-weight: 400!important;
  color:#E11218;
  position:relative;
  left:-18px;
  margin-bottom:10px;	
}
ul.dmres-dwnlist {
  list-style: none!important;
}
ul.dmres-dwnlist li::before{
  content: "\2022";
  color: #E11218;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.dmed-copy,.success-ms, .dm-error {
  font-size: 14px!important;
  font-weight: 	400!important;
  margin-left: 1em;	
}
p.dmed-copy {
  margin-left: 1em;	
}
.dm-error {
	color:#f00;
}
.dm-dwnld {
	
}
/*============================================ 
Social Start
==============================================*/
.dm-social {
   padding-bottom: 1.5rem!important;
   width: 40%;
}
.dm-social-box {
    background-color: rgba( 255, 255, 255, 0.5)!important;
	border: 1px solid;
	border-color: rgba( 225, 18, 24, 0.5)!important;
	border-radius: 5px;
	text-align: center!important;
	display:block;
	padding:15px;
}
/*==========================================
Contact Start
============================================*/
.dm-success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
  margin-bottom: 10px;
}

.dm-error {
  display: none;
  padding: 10px;
  color: #d8000c;
  border-radius: 4px;
  font-size: 13px;
  background-color: #ffbaba;
  margin-bottom: 10px;
}
/*==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}
#back-to-top:hover {
	background-color:#DE5E60;
}
#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}
#back-to-top i {
	margin-left: -7px;	
}
.font-icon-arrow-simple-up-circle  {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.font-icon-arrow-simple-up:before {
	content: "\e0d1";
}
.font-icon-arrow-simple-up-circle:before {
	content: "\e0d2";
}
.fab {
	font-size: 30px!important;
    color: #ccc!important;
}
.dm-portcont {
    margin-left: 0px!important;
}
/*==========================================
USED Media Queries / Breakpoints
============================================*/
/*==========================================
Media Queries / Breakpoints
============================================*/
@media screen and (min-width: 992px) and  (max-width:1200px) { 
	.dm-portcont {
	display: contents;
	width:100%!important;
	margin-left: -30px!important;	
	}

}
@media screen and (min-width: 768px) and  (max-width:991px) {
	.navbar-brand {
    display: block!important;
}
   .navbar-nav .nav-link {
    text-align: right;
}
	.dm-portcont {
	display: contents;
	width:100%!important;
	margin-left: -30px!important;	
	}
	
	.lb-album li > a {
    width: 100%;
	}
	.zoomIn img {
    height: 100px;
    width: 100px;
	}
.lb-overlay img{
	width: 368px;
	}
}
@media screen and (min-width: 576px) and (max-width:767px) {
.lb-overlay img {
	width:368px!important;
	justify-content: center;
}	
	.navbar-brand {
    display: block!important;
}
 .navbar-nav .nav-link {
    text-align: right;
}
	.dm-serv-border {
		display: inline-block!important;
	}
	.dmser-icon-1, .dmser-icon-2, .dmser-icon-4, .dmser-icon-6 {
	width:40%;
	}
.dm-ixd {
	width: 60%;
}
*, ::after, ::before {
 box-sizing: content-box!important; 
}
.ghostl {
		max-width: 17%!important;
		}	
.dm-curve {
	width:43%!important;
    margin:1%!important;
	margin-bottom: 3%;
	}
.dm-portcont {
	max-width: 560px!important;
	margin-left: -45px!important;
	}
	.lb-album {
		max-width:500px!important;
		margin: 0 20px!important;
	}
	.lb-album li > a {
    width: 100%;
	}
	.zoomIn img {
    height: 70px;
    width: 70px;
	}	
	ol, ul {
    display: flow!important;
}
.dmres-date {
    text-align: left;
    margin-right: -15px;
}
.lb-overlay div h3 {
	display:none!important;
	}
.lb-overlay > div{ 
	width:90%!important;
	}	
.lb-overlay:target {
	padding: 80px 50px 120px 50px;
	}	
.lb-overlay>div h3 {
	width: 36%!important;
	}
.lb-overlay>div p {
		display:none!important;
}		
}

@media screen and (min-width: 457px) and (max-width:575px) {
	.dm-ixd {
    width: 50%;
}
.lb-overlay img {
	width:100%!important;
	justify-content: center;
}
		.navbar-brand {
    display: block!important;
}	
.navbar .navbar-collapse {
    text-align: right;
}	
	.lb-album {
	max-width: 400px!important;
    margin: 0px!important;
    padding: 5px!important;
	}
	.lb-album li > a {
    width: 100%;
	}
	.zoomIn img {
    height: 70px;
    width: 70px;
	}	
	ol, ul {
    display: flow!important;
	}
	img.grayscale {
	border-radius: 10px;
	}
	.dm-skillz {
    font-weight: 400;
    font-size: 24px!important;
}
	.kb-title {
    display: contents!important;
	width: auto;
}
.dmres-date {
    text-align: left;
    margin-right: -15px;
}
	ul.dmed-dlist {
    column-count: 3!important;		
}
.dm-srvrow {
		width:500px;
	}	
.dm-curve {
    width: 40%!important;
    max-width: 45%!important;
}
.lb-overlay div h3, .lb-overlay>div p  { display:none!important; }
}
@media screen and (min-width: 360px) and (max-width:456px) {
.dm-ixd {
    width: 50%;
}
.dm-skillz {
    font-weight: 400;
    font-size: 24px!important;
}	
	ul.dmed-dlist {
    column-count: 2!important;
}
.navbar-brand {
    display: block!important;
}
.navbar .navbar-collapse {
    text-align: right;
}
.dm-srvrow {
		width:400px;
}	
.dm-curve {
    width: 40%!important;
    max-width: 45%!important;
}
.zoomIn img {
    height: 70px;
    width: 70px;
	}
.lb-album {
    max-width: 350px!important;
    margin-left: -20px!important;
    padding: 5px!important;
}	
.lb-overlay img {
	width:160%!important;
	justify-content: center;
	margin-left:-65px;
}
.lb-overlay div h3, .lb-overlay>div p  { display:none!important; }
}

@media screen and (min-width: 260px) and (max-width:359px) {
.dm-ixd {
    margin: 20px auto;
    width: 70%;
}
.dm-skillz {
	margin-top:15px!important;
	}
.lb-album {
    max-width: 300px!important;
    margin-left: -5%!important;
    padding: 5px!important;
}	
.zoomIn img {
    height: 70px;
    width: 70px;
	}	
.lb-overlay img {
	width:200%!important;
	justify-content: center;
	margin-left:-75px;
}	
	.navbar-brand {
    display: block!important;
}
	.navbar .navbar-collapse {
    text-align: right;
}
	.dm-skillz {
    font-weight: 500;
    font-size: 18px!important;
}
	.kb-title {
    display: contents!important;
	width: auto;	
}
	.dmres-job, .dmres-date {
 	font-size: 13px;
	}
.dm-srvrow {
		width:300px;
	}	
.dm-curve {
    width: 90%!important;
    max-width: 95%!important;
	margin-left: 35px!important;
}	
	.lb-overlay div h3, .lb-overlay>div p  { display:none!important; }
}
@media screen and (max-width: 767px) {
	.lb-overlay>div {
	}
	.lb-overlay div h3, .lb-overlay>div p  { display:none!important; }
}
@media screen and (min-width: 200px) and (max-width: 260px)  {
.dm-ixd {
    justify-content: center;
    margin: 30px auto;
    width: 90%;
}
.dm-skillz {
    font-weight: 500;
    font-size: 17px!important;
	margin-top:10px!important;
}
.lb-overlay img {
    width: 300%!important;
    justify-content: center;
    margin-left: -65px;
}	
.lb-album {
    max-width: 240px!important;
    margin-left: -1%!important;
    padding: 5px!important;
}
	.navbar-brand {
    display: block!important;
}
	.navbar .navbar-collapse {
    text-align: right;
}
.zoomIn img {
    height: 70px;
    width: 70px;
	}	
}
/* Menu Button Animation */
/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-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;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
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;
}

.animated-icon1 span {
background: #C8102E;
}

.animated-icon2 span {
background: #C8102E;
}

.animated-icon3 span {
background: #C8102E;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
top: 0px;
}
.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
top: 10px;
}
.animated-icon2 span:nth-child(4) {
top: 20px;
}
.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}
.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}
.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
/*@media (max-width: 768px) { }
@media (min-width:768px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media screen and (min-width: 768px) and  (max-width:991px) { 
	.dm-portcont {
		width:1000px!important;
		margin-left: 0px!important;	
	}
}
@media only screen and (min-width: 576px) and (max-width:767px) {
	.dm-serv-border {
		display: inline-block!important;
	}
	.dmser-icon-1, .dmser-icon-2, .dmser-icon-3, .dmser-icon-4 {
	width:80%;
	}
	.dm-ixd {
		width: 60%;
	}
	*, ::after, ::before {
	 box-sizing: content-box!important; 
	}
	.ghostl {
				max-width: 17%!important;
	}	
	.dm-curve {
		width:43%!important;
		margin:1%!important;
		margin-bottom: 3%;
	}
	.dm-portcont {
		max-width: 560px!important;
		margin-left: -45px!important;
	}	
}*/