/*	DreamEDGE Sdn Bhd Development
	All rights reserved, designed by Creative Work Production	*/
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, font, 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 {
	background:transparent none;
	margin:0px; padding:0px;
}
body {
	font-family:'bariol_regularregular' !important;
	/*font-family: 'Muli', sans-serif;*/
	font-size:0.98rem;
	line-height:1.05rem;
	transition: background-color 600ms 0s;
}
body.dreamedge {
	background-image:linear-gradient(to top, #BE1E2D, #ED3553);
	/*background:linear-gradient(to top, rgba(190, 30, 45, 0.0), rgba(237, 53, 83, 0.0)),url(../images/de-bg.png) no-repeat;*/
}
a:hover, a:focus, a:active {
	text-decoration:none;
}
img {
	display:block;
}
.oswald-font-family {
	font-family:'Oswald' !important;
}
.font-weightbold {
	font-family:'bariol_boldbold' !important;
}

.full-screen {
	height:100vh;
	min-height:800px;
}

/*Font Size*/
.s-size {font-size:0.875rem;}
.m-size {font-size:1rem;}
.l-size {font-size:2rem;}
.xl-size {font-size:4rem;}
.xxl-size {font-size:6rem;}
.xxxl-size {font-size:8rem;}
.xxxxl-size {font-size:10rem;}

/*font-weight*/
.btn-box {border-radius:0;}
.btn-wide {padding-left:2.8rem; padding-right:2.8rem;}
.btn-xstyle {}

/*Btn Style*/
.btn-box {border-radius:0;}
.btn-radius {border-radius:calc(38px / 2);}
.btn-sm.btn-radius {border-radius:calc(31px / 2);}
.btn-lg.btn-radius {border-radius:calc(48px / 2);}

.btn-wide {padding-left:2.8rem; padding-right:2.8rem;}
.btn-xstyle {}

.btn-gradient-blue {
	background: rgb(46,51,133);
	background: rgb(46,51,133);
	background: -webkit-linear-gradient(left, rgba(46,51,133,1) 5%, rgba(46,111,199,1) 50%);
	background: -o-linear-gradient(left, rgba(46,51,133,1) 5%, rgba(46,111,199,1) 50%);
	background: linear-gradient(to right, rgba(46,51,133,1) 5%, rgba(46,111,199,1) 50%); 
}
.btn-gradient-orange {
	background: rgb(235,0,139);
	background: -webkit-linear-gradient(left, rgba(235,0,139,1) 0%, rgba(222,64,150,1) 9%, rgba(246,143,35,1) 58%, rgba(252,184,28,1) 100%);
	background: -o-linear-gradient(left, rgba(235,0,139,1) 0%, rgba(222,64,150,1) 9%, rgba(246,143,35,1) 58%, rgba(252,184,28,1) 100%);
	background: linear-gradient(to right, rgba(235,0,139,1) 0%, rgba(222,64,150,1) 9%, rgba(246,143,35,1) 58%, rgba(252,184,28,1) 100%);
}
.btn-gradient-blue,
.btn-gradient-orange {	
	color:rgba(255,255,255,1);
	background-size: 180% 100%;
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-gradient-blue:hover,
.btn-gradient-blue:focus,
.btn-gradient-orange:hover,
.btn-gradient-orange:focus {
	background-position: 90% 0;
	color:rgba(255,255,255,1);
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-outline-gradient-blue {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-left: 2px solid #F17C35;
	border-right: 2px solid #E2336E;
}
.btn-outline-gradient-orange {
}
.btn.btn-white {
    color: #3C4857;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.color-white {color:#ffffff !important;}
.color-red {color:#fe103d !important;}
.color-darkred {color:rgb(190, 22, 34) !important;}

.back-top {
	position:fixed;
	background:red;
	bottom:10px;
	right:10px;
	display:none;
}

@media (min-width: 1201px) {
  .container {
    max-width: 1200px;
  }
}
.max-width-1800 {
	max-width:1800px;
}
.fluid {
	width:100%;
}
/*Background*/
.bg-dreamedge {
	background-image:linear-gradient(to top, #BE1E2D, #ED3553);
}
.bg-dreamedge-red {
	background-color: #fe103d;
}
.bg-dreamedge-dark {
	background-color: #212433;
}
.bg-engineering {
	background:rgba(59,99,245,.99);
}
/*Background*/

.mt-6 {margin-top:3.5rem !important;}
.mt-7 {margin-top:4rem !important;}
.mt-8 {margin-top:4.5rem !important;}
.mt-9 {margin-top:5rem !important;}
.mt-10 {margin-top:5.5rem !important;}
.mt-11 {margin-top:8rem !important;}

.mb-6 {margin-bottom:3.5rem !important;}
.mb-7 {margin-bottom:4rem !important;}
.mb-8 {margin-bottom:4.5rem !important;}
.mb-9 {margin-bottom:5rem !important;}
.mb-10 {margin-bottom:5.5rem !important;}
.mb-11 {margin-bottom:8rem !important;}

.pt-6 {padding-top:3.5rem !important;}
.pt-7 {padding-top:4rem !important;}
.pt-8 {padding-top:4.5rem !important;}
.pt-9 {padding-top:5rem !important;}
.pt-10 {padding-top:5.5rem !important;}
.pt-11 {padding-top:8rem !important;}

.pb-6 {padding-bottom:3.5rem !important;}
.pb-7 {padding-bottom:4rem !important;}
.pb-8 {padding-bottom:4.5rem !important;}
.pb-9 {padding-bottom:5rem !important;}
.pb-10 {padding-bottom:5.5rem !important;}
.pb-11 {padding-bottom:8rem !important;}

.pa-6 {padding:3.5rem !important;}
.pa-7 {padding:4rem !important;}
.pa-8 {padding:4.5rem !important;}
.pa-9 {padding:5rem !important;}
.pa-10 {padding:5.5rem !important;}
.pa-11 {padding:8rem !important;}

/*DE Creative*/
.navbar {
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;
}
.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;
	background-color:rgba(0, 0, 0, 0.4) !important;
	transition:background-color 0.4s linear;
}
.navbar-creative .navbar-brand {
  color: rgba(255, 255, 255, 1);
}
.navbar-creative .navbar-brand:hover, .navbar-creative .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-creative .navbar-nav .nav-link {
	padding-left:1.1em;
	padding-right:1.1em;
	position:relative;
  	color: rgba(255, 255, 255, 1);
	letter-spacing:0.1rem;
}
.navbar-creative .navbar-nav .nav-link:before,
.navbar-creative .navbar-nav .nav-link:after {
	content:'';
	position:absolute;
	display:block;
	width:0;
}
.navbar-creative .navbar-nav .nav-link:after {
	background:rgba(255, 255, 255, 1);
	height:1px;
	width:80%;
	left:50%;
	bottom:0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navbar-creative .navbar-nav .nav-link:hover, 
.navbar-creative .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
.navbar-creative .navbar-nav .nav-link:hover:before, 
.navbar-creative .navbar-nav .nav-link:focus:before {
  	right:0;
	bottom:0;
	z-index:-1;
	height:50%;
	width:100%;
	background:#aa3d74;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.navbar-creative .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}

.navbar-creative .navbar-nav .show > .nav-link,
.navbar-creative .navbar-nav .active > .nav-link,
.navbar-creative .navbar-nav .nav-link.show,
.navbar-creative .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 1);
}

.navbar-creative .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-creative .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-creative .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-creative .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-creative .navbar-text a:hover, .navbar-creative .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
/*navigation creative*/
.input-group.box-type > .form-control:not(:last-child),
.input-group.box-type > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group.box-type > .input-group-append > .btn, 
.input-group.box-type > .input-group-append > .input-group-text, 
.input-group.box-type > .input-group-prepend:not(:first-child) > .btn, 
.input-group.box-type > .input-group-prepend:not(:first-child) > .input-group-text, 
.input-group.box-type > .input-group-prepend:first-child > .btn:not(:first-child), 
.input-group.box-type > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control.input-box {
	border-radius:0;
	font-size:0.9rem;
}

/*Parallax*/

/*Section colours */
.color-creative {
  background-color: #5bc7d9;
}
.color-multimedia {
  background-color: #e93767;
}
.color-graphics {
  background-color: #63449a;
}
.color-industrial {
  background-color: #a1cd5a;
}
.color-motion {
  background-color: #faaf40;
}
.color-clients {
  background-color: #ffffff;/*5481E6*/
}
.color-serviceheader {
  background-color: #703271;
}
.color-serviceswriteup {
  background-color: #FAAF40;
}
.color-aboutheader {
  background-color: #EDCE38;
}
.color-abourwriteup {
  background-color: #E93767;
}
.color-aboutteam {
  background-color: #2DA8C2;
}
.color-ourportfolio {
  background-color: #F86A78;
}
.color-ourportfoliowrite {
  background-color: #F7D842;
}
/*Section colours */
/*Section Header Height */
.creativeheader {
	height:50vh;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.creativeheader.sticky {
	height:40vh;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*Section Header Height */
.icon-text i, .icon-text h5 {
	font-size:2rem;
}
.icon-text .icon + .text {
	margin-left:0.4rem;
	margin-right:1.1rem;
}
.icon-text, .title-screen, .text-screen {
	margin-bottom:5rem;
}
.customer-logos {
	margin-bottom:3.5rem;
}
.customer-logos .slick-slide {
    margin: 0px 0.5rem;
}
.customer-logos .slick-slide img {
    width: 100%;
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all 0.3s ease-in-out;
	
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.customer-logos .slick-slide img:hover {
    filter: none;
	-webkit-filter: grayscale(0);
}
.customer-logos .slick-center img {
    filter: none;
	-webkit-filter: grayscale(0);
	
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
/*Title Content*/
/*Title Content Default/Left*/
.title-creative {
	position:relative;
}
.title-creative .main-title {
	position:relative;
	margin-bottom:2rem;
	letter-spacing:0.2rem;
}

.title-creative .main-title.normal {
	letter-spacing:normal;
}
.title-creative .main-title:after {
	content:'';
	position:absolute;
	display:table;
	height:4px;
	width:120px;
	bottom:-1rem;
	left:0;
	background-color:#FFFFFF;
}
.title-creative .sub-title {
	margin-bottom:2rem;
	line-height:1.5rem;
}
.title-creative .quote-title {
	margin-bottom:0.5rem;
	letter-spacing:0.4rem;
	line-height:1.5rem;
}
/*Title Content Center*/
.title-creative.center .main-title,
.title-creative.center .sub-title,
.title-creative.center .quote-title{
	text-align:center;
}
.title-creative.center .main-title:after {
	left:50%;
	transform:translateX(-50%);
}
/*Title Content Right*/
.title-creative.right .main-title,
.title-creative.right .sub-title,
.title-creative.right .quote-title{
	text-align:right;
}
.title-creative.right .main-title:after {
	right:0;
	left:auto;
}
.title-creative.dark .main-title:after {
	background-color:#212529;
}
.title-creative.red .main-title:after {
	background-color:#fe103d;
}
/*Title Content*/
/*Creative Write*/
.writeup-creativeabout p {
	margin-bottom:1rem;
	line-height:1.5rem;
}
/*Creative Write*/
/*Creative Our Team*/
.creative-team {
	padding: 0;
	margin: 0 auto 0;
	display:block;
	overflow:hidden;
}
.creative-team:after {
  	content: "";
  	display: table;
  	clear: both;
}
.creative-team li {
  	position: relative;
  	display:inline-block;
  	float:left;
  	width:390px;
  	height:390px;
  	padding: 0;
  	list-style: none;
  	-webkit-perspective:780px;
  			perspective:780px;
}
.creative-team li div {
  	display: inline-block;
  	vertical-align: top;
  	text-decoration: none;
}
.creative-team li .normal {
  	width: 100%;
  	height: 100%;
  	background-color: #ffffff;/*2DA8C2*/
  	padding:2rem;
}
.creative-team li .normal .creative-write .team-title,
.creative-team li .normal .creative-write .team-name,
.creative-info h4, .creative-info p {
	margin-bottom:0.4rem;
}
.creative-team li .normal .creative-write .team-name {
	letter-spacing:0.2rem;
	position:relative;
	padding-bottom:1rem;
}
.creative-team li .normal .creative-write .team-name:after {
	content:'';
	position:absolute;
	height:2px;
	width:30px;
	left:0;
	bottom:0;
	background-color:#000000;
}
.creative-team li .normal .creative-img {
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
}
.creative-team li .normal .creative-img > img,
.info img {
	display:block;
	max-width:100%;
}
.info {
  	-webkit-transform: rotate3d(1, 0, 0, 90deg);
          	transform: rotate3d(1, 0, 0, 90deg);
  	width:100%;
  	height:100%;
  	padding:2rem;
  	position: absolute;
  	top:0;
  	left:0;
  	pointer-events:none;
  	background-color:rgba(26, 188, 156, 1);
}
.info .creative-info .creative-info-write,
.info .creative-info .creative-info-img {
	width:calc(100% / 2);
}
.info .creative-info .creative-info-img {
	position:absolute;
	bottom:0;
	right:0;
}
.in-top .info {
  	-webkit-transform-origin: 50% 0%;
          	transform-origin: 50% 0%;
  	-webkit-animation: in-top 300ms ease 0ms 1 forwards;
          	animation: in-top 300ms ease 0ms 1 forwards;
}
.in-right .info {
  	-webkit-transform-origin: 100% 0%;
          	transform-origin: 100% 0%;
  	-webkit-animation: in-right 300ms ease 0ms 1 forwards;
          	animation: in-right 300ms ease 0ms 1 forwards;
}
.in-bottom .info {
  	-webkit-transform-origin: 50% 100%;
          	transform-origin: 50% 100%;
  	-webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
          	animation: in-bottom 300ms ease 0ms 1 forwards;
}
.in-left .info {
  	-webkit-transform-origin: 0% 0%;
          	transform-origin: 0% 0%;
  	-webkit-animation: in-left 300ms ease 0ms 1 forwards;
          	animation: in-left 300ms ease 0ms 1 forwards;
}
.out-top .info {
  	-webkit-transform-origin: 50% 0%;
          	transform-origin: 50% 0%;
  	-webkit-animation: out-top 300ms ease 0ms 1 forwards;
          	animation: out-top 300ms ease 0ms 1 forwards;
}
.out-right .info {
  	-webkit-transform-origin: 100% 50%;
          	transform-origin: 100% 50%;
  	-webkit-animation: out-right 300ms ease 0ms 1 forwards;
          	animation: out-right 300ms ease 0ms 1 forwards;
}
.out-bottom .info {
  	-webkit-transform-origin: 50% 100%;
          	transform-origin: 50% 100%;
  	-webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
          	animation: out-bottom 300ms ease 0ms 1 forwards;
}
.out-left .info {
  	-webkit-transform-origin: 0% 0%;
          	transform-origin: 0% 0%;
  	-webkit-animation: out-left 300ms ease 0ms 1 forwards;
          	animation: out-left 300ms ease 0ms 1 forwards;
}
@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}
@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}
/*Creative Our Team*/
/*Creative Our Portfolio*/
.ourfolio {
	width:100%;
	padding:0rem;
}
.ourfolio img {
	max-width:100%;
}
.ourfolio + .ourfolio {
	margin-top:0.5rem;
}
.column {
	padding-left:0.25rem;
	padding-right:0.25rem;
}
/*Creative Our Portfolio*/
.portfolio-body {
	position: relative;
	display:block;
	overflow: hidden;
	background: #3085a3;
	cursor: pointer;
}
.portfolio-caption  {
	padding:1rem;
	color: #fff;
	background:rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.portfolio-caption::before,
.portfolio-caption::after {
	pointer-events: none;
}
.portfolio-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.effect-julia {
	background: #2f3238;
}
.effect-julia img {
	max-width:100%;
	height:;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect-julia h4,
.effect-julia p {
	position: relative;
	margin-bottom:1rem;
}
.effect-julia h4 {
	font-family:'bariol_boldbold';
}
.effect-julia p {
	display: inline-block;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}
.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Media queries */
@media screen and (max-width: 50em) {
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
/* Step 1 ====== Style your page (the product list)*/
.product .product-images,
.product .product-form {
	display: none;
	visibility:hidden;
}
/*Step 2 ====== Reposition and redesign fancyBox blocks*/
/* This elements contains both blocks */
.fancybox-inner.quick-view {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	max-width: 800px;
	max-height: 600px;
}
/* Left block will contain the gallery */
.fancybox-stage.quick-view {
	width: 52%;
	background: #fff;
}
/* Right block - close button and the form */
.fancybox-form-wrap.quick-view {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 40px;
	width: 48%; 
	background: #fff;
}
/* Add vertical lines */
.fancybox-form-wrap.quick-view::before, 
.fancybox-form-wrap.quick-view::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.fancybox-form-wrap.quick-view::before {
	width: 8px;
	background: #f4f4f4;
}
.fancybox-form-wrap.quick-view::after {
	width: 1px;
	background: #e9e9e9;
}
/* Set position and colors for close button */
.fancybox-button--close.quick-view {
	position: absolute;
	top: 0;
	right: 0;
	background: #F0F0F0;
	color: #222;
	padding: 7px;
}
.fancybox-button.quick-view:hover {
	color: #111;
	background: #e4e4e4;
}
.fancybox-button.quick-view svg path {
	stroke-width: 1;
}
/* Set position of the form */
.fancybox-inner.quick-view .product-form {
	font-family:'bariol_regularregular';
	overflow: auto;
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 50px;
	left: 0;
	padding: 0 50px;
}
.fancybox-inner.quick-view .product-form h4,
.fancybox-inner.quick-view .product-form p {
	margin-bottom:1rem;
}
.fancybox-inner.quick-view .product-form h4 {
	font-family:'bariol_boldbold';
}
/* Step 3 ====== Tweak fade animation*/
.fancybox-inner.quick-view {
 	opacity: 0;
	transition: opacity .3s;
}
.fancybox-is-open .fancybox-inner.quick-view {
	opacity: 1;
}
.fancybox-is-closing .fancybox-fx-fade {
	opacity: 1 !important; /* Prevent double-fading */
}
/* Step 2 ====== Bullet navigation design */
.product-bullets {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 99999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.product-bullets li {
	display: inline-block;
	vertical-align: top;
}
.product-bullets li a {
	display: block;
	height: 30px;
	width: 20px;
	position: relative;
}
.product-bullets li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	border-radius: 99px;
	text-indent: -99999px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.product-bullets li.active a span {
	background: #FF6666;
}
/*Creative Our Portfolio*/
/*Creative Footer*/
.footer-element {
	background-color: #5bc7d9;
}
.footer-details-contact {
	margin-top:0.15rem;
	list-style:none;
}
.footer-details-contact li a {
	display:table;
	padding-top:0.15rem;
	padding-bottom:0.15rem;
	color:#ffffff;
	text-decoration:none;
}
.footer-details-contact.dark li a {
	color:inherit;
}
.footer-details-contact li a i {
	width:1.5rem;
	text-align:center;
}
.footer-nav li a {
	display:table;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
	color:rgba(255, 255, 255, 0.8);
	text-decoration:none;
}
.footer-nav li a:hover {
	color:rgba(255, 255, 255, 1);
}
.footer-creative {
	background-color:#399faa;
	color:#ffffff;
}
.social-nav {
	display:table;
    padding: 0;
    list-style: none;
}
.social-nav li {
    float: left;
    margin: 0 0 0 0;
    list-style: none;
}
.social-nav li + li {
	margin-left:0.6rem;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 38px;
    height: 38px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    background: #000;
	overflow: hidden;
    font-size: 18px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav .twitter:hover {
    color: #00ACED;
}
.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav .facebook:hover {
    color: #3B579D;
}
.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav .google:hover {
    color: #DD4A3A;
}
.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav .linkedin:hover {
    color: #007BB6;
}
.social-nav .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.social-nav .pinterest:hover {
    color: #CB2026;
}
.social-nav .youtube {
    background: #FF0000;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.social-nav .youtube:hover {
    color: #FF0000;
}
/*DE Creative*/

/*DreamEDGE*/
/*Navigation DreamEDGE Main*/
.fixed-wrapper {
	position:fixed;
	top:-90px;
	left: 0;
	right: 0;
	z-index:999;
	transition:0.4s top cubic-bezier(.3, .73, .3, .74);
}
.fixed-wrapper.slideDown {
	top:0;
}
.navbar.navbar-dreamedge {
    padding: 0.25rem 1rem;
}
.navbar-dreamedge .navbar-brand {
  color: rgba(255, 255, 255, 1);
}
.navbar-dreamedge .navbar-brand:hover, 
.navbar-dreamedge .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dreamedge .navbar-nav .nav-link {
	padding-left:0.5em;
	padding-right:0.5em;
	position:relative;
  	color: rgba(255, 255, 255, 1);
	letter-spacing:0.1rem;
}
/*.navbar-dreamedge .navbar-nav .nav-link:before,
.navbar-dreamedge .navbar-nav .nav-link:after {
	content:'';
	position:absolute;
	display:block;
	width:0;
}
.navbar-dreamedge .navbar-nav .nav-link:after {
	background:rgba(255, 255, 255, 1);
	height:1px;
	width:80%;
	left:50%;
	bottom:0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}*/
.navbar-dreamedge .navbar-nav .nav-link:hover, 
.navbar-dreamedge .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
/*.navbar-dreamedge .navbar-nav .nav-link:hover:before, 
.navbar-dreamedge .navbar-nav .nav-link:focus:before {
  	right:0;
	bottom:0;
	z-index:-1;
	height:50%;
	width:100%;
	background:#aa3d74;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}*/
.navbar-dreamedge .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}

.navbar-dreamedge .navbar-nav .show > .nav-link,
.navbar-dreamedge .navbar-nav .active > .nav-link,
.navbar-dreamedge .navbar-nav .nav-link.show,
.navbar-dreamedge .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 1);
}

.navbar-dreamedge .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dreamedge .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dreamedge .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dreamedge .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dreamedge .navbar-text a:hover, 
.navbar-dreamedge .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-topsocial .nav-item {
	position:relative;
}
.navbar-topsocial .nav-item + .nav-item:before {
	content:'';
	position:absolute;
	width:1px;
	height:30%;
	background:white;
	left:-0.5px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*Navigation DreamEDGE Main*/
/*DreamEDGE Page Slider*/
.erinyen.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}
.erinyen.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}
.erinyen.tparrows.tp-leftarrow:before {
    content: "\e824"
}
.erinyen.tparrows.tp-rightarrow:before {
    content: "\e825"
}
.erinyen .tp-title-wrap {
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    min-height: 70px;
    line-height: 70px;
    top: 0px;
    margin-left: 0px;
    border-radius: 35px;
    overflow: hidden;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0
}
.erinyen.tparrows:hover .tp-title-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}
.erinyen.tp-rightarrow .tp-title-wrap {
    right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform-origin: 100% 50%;
    border-radius: 35px;
    padding-right: 20px;
    padding-left: 10px
}
.erinyen.tp-leftarrow .tp-title-wrap {
    padding-left: 20px;
    padding-right: 10px
}
.erinyen .tp-arr-titleholder {
    letter-spacing: 3px;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform: translatex(200px);
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 13px;
    line-height: 70px;
    white-space: nowrap;
    padding: 0px 20px;
    margin-left: 11px;
    opacity: 0
}
.erinyen .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover
}
.erinyen .tp-arr-img-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.51)
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
    transform: translatex(-200px);
    margin-left: 0px;
    margin-right: 11px
}
.erinyen.tparrows:hover .tp-arr-titleholder {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    transition-delay: 0.1s;
    opacity: 1
}
.persephone .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: rgba(170, 170, 170, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    cursor: pointer;
    box-sizing: content-box
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
    background: rgba(0, 0, 0, 1)
}
/*DreamEDGE Page BG*/
[class*="bg-dreamedge-"] {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}
.bg-dreamedge-overlay:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.6);/*rgba(243, 245, 249, 0.75)*/
}
.bg-dreamedge-overlay.second:before {
	background-color:rgba(49, 90, 203, 0.75);	
}
.bg-dreamedge-images {
	background-image:url('../images/de-mission.jpg');
}
.tp-caption.bg-dreamedge-engineering,
.bg-dreamedge-engineering {
	background-color:rgba(59,99,245,1);
}
.tp-caption.bg-dreamedge-technology,
.bg-dreamedge-technology {
	/*background: linear-gradient(to right, rgba(165,254,203,0.9) 0%, rgba(32,189,255,0.9) 50%, rgba(84,51,255,0.9) 100%);*/
	background: rgb(84, 51, 255);
}
.tp-caption.bg-dreamedge-training,
.bg-dreamedge-training {
	background-color:#fac32f;
}
.tp-caption.bg-dreamedge-creative,
.bg-dreamedge-creative {
	background-color: #a1cd5a;
}
.tp-caption.bg-dreamedge-media,
.bg-dreamedge-media {
	background-color:#de5200;
}
/*DreamEDGE Page BG*/
/*DreamEDGE New and Event*/
.de-news-feed .item {
	overflow:visible;
}
.blog-post {
	border: 1px solid rgba(111, 111, 111, 0.33);
	padding: 23px;
	position: relative;
	background-color:#fff;
}
.blog-post-images {
	position: relative;
}

.blog-post .post-category {
	padding: 5px 10px;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(234, 34, 54, 0.62);
	z-index: 99;
}
.blog-post .post-category a {
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 11px;
}
.post-details {
	position: relative;
	padding: 16px 0;
	min-height:260px;
}
.post-details.no-min-height {
    min-height: 0;
}
.post-details .post-autor,
.post-details .post-date {
	color: #7c7c7c;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
	font-weight: 500;
}
.post-details .post-autor a,
.post-details .post-date a {
	font-weight: 600; 
}
.post-details .post-autor {
	margin-right: 4px;
}
.post-details .post-autor::after {
	content: '/';
	margin-left: 8px;
	margin-right: 4px;
}
.post-details .post-title {
	margin-top: 11px;
	margin-bottom:11px;
	font-family:'bariol_boldbold';
}
.post-details .post-description {
	line-height:1.2rem;
	margin-bottom:1.8rem;
}
.post-link {
	color: #1C2025;
	font-size: 16px;
	position: absolute;
	bottom: -5px;
	border: 2px solid #fafafa;
	text-align:center;
	line-height:30px;
	padding:0 20px;
	text-transform:uppercase;
	right: 0;
	border-radius: 100px;
	background: #fafafa;
	text-align: center;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.post-link i {
	font-size:12.5px;
}
.post-link:hover {
	color: #ffffff;
	background: #EA2236;
}
.post-link:hover i {
	color: #ffffff;
}
/* --- blog post other style --- ----------------------------- */
.blog-post-content {
	margin-bottom: 60px;
}
.blog-post-content span {
	text-transform: capitalize;
}
.blog-post-content .blog-autor,
.blog-post-content .blog-category {
    font-weight: 600;
}
.blog-post-content .blog-autor::after,
.blog-post-content .blog-date::after {
	content: '/';
    color: #EA2236;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-right: 10px;
}
.blog-post-content .blog-text {
	padding: 5px 0 15px;
}
.blog-post-content .blog-text h4 {
	margin-bottom: 4px;
	font-size: 18px;
}
.blog-post-content .blog-text h6 {
	font-size: 12px;
}
.blog-post-content .blog-image {
	margin-right: 30px;
}
.tag-cloud {
	padding-bottom: 45px;
}
.tag-cloud a {
	font-weight: 500;
	padding: 4px 9px;
	border: 1px solid rgba(124, 124, 124, 0.92);
	margin: 0 8px 8px 0;
	display: inline-block;
	text-transform: capitalize;
	color: #232323;
	line-height: 18px;
}
.tag-cloud a:hover {
	background: #232323;
	color: #fff !important;
	border: 1px solid #232323;
}
/* --- blog post statistics --- ----------------------------- */
.statistics a {
	margin-right: 2rem;
	color: #1C2025;
}
.statistics a:last-child {
	margin-right: 0;
}
.statistics a i {
	font-size: 15px;
	margin-right: 0.5rem;
}
/* --- blog post grid --- ----------------------------- */
.blog-post-grid .blog-post-content .blog-image {
	margin-right: 0;
}
.blog-post-grid .blog-post-content .blog-text {
	margin-top: 17px;
}
.blog-post-grid .blog-post-content .blog-text h6 {
	font-size: 12px;
	margin-bottom: 16px;
}
/* --- comemnts_blog --- ----------------------------- */
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.comemnts_blog {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding-top: 60px;
	padding-bottom: 60px;
}
.comemnts_blog ul li {
	list-style: none;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7c7c7c;
}
.comemnts_blog ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.comemnts_blog .comment_content {
	padding-left: 90px;
}
.comemnts_blog a.reply {
	border: 1px solid #ededed;
	background: #fafafa;
	padding: 4px 10px;
}
.comemnts_blog a.reply i {
	margin-right: 0.25rem;
	font-size: 18px;
}
.comemnts_blog .comment_content h6 {
	border-left: 4px solid #ededed;
	padding-left: 8px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.comemnts_blog .comment_content p.date {
	margin-bottom: 1rem;
	font-style: italic;
	font-size: 11px;
}
.comemnts_blog ul ul {
	padding-left: 2.857rem;
}
.comemnts_blog ul ul li {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-post.post-grid {
	padding:0px;
	margin-bottom:30px;
}
.blog-post.post-grid .post-details {
	padding:25px 25px 50px 25px;
}
.blog-post.post-grid .post-link {
	bottom: 25px;
	right: 25px;
}
/*DreamEDGE New and Event*/
/*DreamEDGE Slider Deparment*/
#servicesde {
	position:relative;
}
#background-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fe103d;
}
#background-effect canvas {
	position:absolute;
	bottom:0;
}
.bee3D--parent {
	position: relative;
}
.bee3D--slide {
	min-height: 660px;
	top: 0;
	left: 50%;
	margin-top: 0;
	min-height: ;
}
.bee3D--slide.active {
	left: 50%;
	transform: translateX(-50%);
}
.bee3D--effect__cube .bee3D--before-1,
.bee3D--effect__cube .bee3D--after-1 {
	opacity: 0.7;
}
.devision-body {
	max-width:420px;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0px 1px 5px 0.5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 5px 0.5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 5px 0.5px rgba(0, 0, 0, 0.4);
}
.devision-img,
.devision-writeup {} .devision-body .devision-img img {
	max-width: 100%;
}
.devision-body .devision-heading {
	font-family: 'bariol_boldbold';
}
.devision-body .devision-heading span {
	font-family: 'bariol_regularregular';
}
.devision-body .devision-heading,
.devision-body .devision-writeup p {
	margin-bottom: 1.8rem;
}
.devision-body .devision-writeup p {
	line-height: 1.1rem;
}
.devision-body .devision-writeup {
	padding: 1.5rem 1.5rem;
	background-color:#ffffff;
}
.nav-services .btn + .btn {
	margin-left:15px;
}

#dreamedge_department_body {
	overflow-x:hidden;
	overflow-y:hidden;
	min-height:750px;
	font-family:inherit !important;
}
.zeus .tp-thumb.selected .tp-thumb-over, 
.zeus .tp-thumb:hover .tp-thumb-over {
    background:rgba(0, 0, 0, 0.7);
}
.zeus .tp-thumb-title {
	font-family:inherit;
	text-transform:uppercase;
	font-size:1.3rem;
	line-height:1.6rem;
	letter-spacing:0.3rem;
	padding: 20px 20px 20px 20px;
}
.zeus .tp-thumb-more:before {
	display:none;
}
.tp-caption {
	padding:0.5rem 0rem;
	font-family:inherit;
	cursor:pointer;
}
/*DreamEDGE Slider Deparment*/
/*DreamEDGE Our Map*/
.hotspots {
  	position: relative;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}
.hotspots img {
	display:block;
	margin:auto auto;
	max-width:100%;
}
.trigger {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
	font-size:1.9rem;
  /*background: #6381e5 ;
  color: #ffffff !important;*/
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: all;
  transition: box-shadow 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hotspots .trigger:hover {
  box-shadow: 0 0 0 5px rgba(97, 173, 246, 0.45);
}
.hotspots .trigger {
	top: 57%;
	left: 75.7%;
}
.hotspots .trigger:nth-child(2) {
	top: 57%;
	left: 76.6%;
}
.hotspots .trigger:nth-child(3) {
	top: 53%;
	left: 75%;
}
.hotspots .trigger:nth-child(4) {
	top: 55.5%;
	left: 75%;
}
.hotspots .trigger:nth-child(5) {
	top:33%;
	left:85.7%;
}
.hotspots .trigger:nth-child(6) {
	top: 42%;
	left: 53%;
}
/*DreamEDGE Our Map Popup*/
.companymap.animated-modal {
	width:100%;
	max-width:980px;
	min-width:280px;
	border-radius:4px;
	overflow: hidden;
	/*background: linear-gradient(45deg, #543093 32%, #d960ae 100%);*/

	transform: translateY(-80px);
	transition: all .5s; /* Should match `data-animation-duration` parameter */
}
.companymap.animated-modal * {
	/*color: #fff;*/
}
/*DreamEDGE Our Map*/
/*DreamEDGE About*/
.de-about .side-bar {
	width:100%;
}
/*DreamEDGE About*/
/*DreamEDGE carousel Award / Client*/
.dream-ourclients .slick-arrow:before,
.dream-award .slick-arrow:before {
	color:#ffffff;/*#BE1E2D*/
}
/*DreamEDGE carousel Award / Client*/
/*DreamEDGE TabMap*/
.tab-verticalList > .nav-item {
	display:block;
	width:100%;
}
.tab-verticalList .nav-link {
	padding:1.2rem 0.8rem;
	border-radius:0;
	border-left:3px solid;
	color:rgba(3,27,78,.5);
	border-color:#e5e8ed;
}
.tab-verticalList .nav-link.active, 
.tab-verticalList .show > .nav-link {
	background-color:transparent;
	color:rgba(3,27,78,1);
	border-color: #fe103d;
}
.tab-map {
	width:100%;
	height:400px;
}
/*DreamEDGE TabMap*/
/*DreamEDGE Contact Us*/
.contact-form [class*="form-"] {
	border-radius:0;
}
.contact-form textarea {
	min-height:100px;
}
/*DreamEDGE Contact Us*/
/*Footer Element*/
.footer-element.dreamedge {
	background-color:#ED3553;/*#333*/
}
.dreamedge .footer-details-contact {
	margin-top:0.15rem;
	list-style:none;
}
.dreamedge .footer-details-contact li a {
	display:table;
	padding-top:0.15rem;
	padding-bottom:0.15rem;
	color:#ffffff;
	text-decoration:none;
}
.dreamedge .footer-details-contact li a i {
	width:1rem;
	text-align:center;
}
.dreamedge .footer-nav li a {
	display:table;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
	color:rgba(255, 255, 255, 0.8);
	text-decoration:none;
}
.dreamedge .footer-nav li a:hover {
	color:rgba(255, 255, 255, 1);
}
.footer-dreamedge  {
	background-color:#BE1E2D;
	color:#ffffff;
}
/*navigation DreamEDGE Main*/
/*DreamEDGE*/
/*----------------------*/
/*DE Engineering*/
/*Engineering Menu*/
.dropdown-menu {
	background-color: #f3f6f9;
	border: 1px solid rgba(3,27,78,.1);
	padding:0.5rem;
}
.dropdown-menu:before {
	content:'';
	position:absolute;
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent; 
	border-bottom: 6px solid #f3f6f9;
	top:calc(-0.35rem);
	left:50%;
	transform:translateX(-50%);
}
.navbar-nav .dropdown-menu-center {
	left:50%;
	right:auto;
	transform:translateX(-50%);
}
.navbar.navbar-engineering {
    padding: 0.625rem 1rem;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}
.navbar-engineering .navbar-brand {
  color: rgba(255, 255, 255, 1);
}
.navbar-engineering .navbar-brand:hover, 
.navbar-engineering .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-engineering .navbar-nav .nav-link {
	padding-top:1.2rem;
	padding-bottom:1.2rem;
	padding-left:0.8em;
	padding-right:0.8em;
	position:relative;
  	color: rgba(255, 255, 255, 1);
	letter-spacing:0.1rem;
}
/*.navbar-engineering .navbar-nav .nav-link:after {
	background:rgba(255, 255, 255, 1);
	height:1px;
	width:80%;
	left:50%;
	bottom:0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}*/
.navbar-engineering .navbar-nav .nav-link:hover, 
.navbar-engineering .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
.navbar-engineering .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}
.navbar-engineering .navbar-nav .show > .nav-link,
.navbar-engineering .navbar-nav .active > .nav-link,
.navbar-engineering .navbar-nav .nav-link.show,
.navbar-engineering .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 1);
}

.navbar-engineering .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-engineering .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-engineering .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-engineering .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-engineering .navbar-text a:hover, 
.navbar-engineering .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-engineering .dropdown-item {
	padding:0.72rem 0.4rem;/*0.72rem 0.4rem 0.72rem 3rem Setting with icon*/
	position:relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
/*.navbar-engineering .dropdown-item:before {
	font-family:"FontAwesome" , "typicons" , "devicons" , "Ionicons" , "Material Icons";/*FontAwesome , typicons , devicons , Ionicons , Material Icons*
	font-size:1.7rem;
	line-height:38px;
	text-align:center;
	position:absolute;
	top:2px;
	left:2px;
	width:38px;
	height:38px;
}*/
.navbar-engineering .dropdown-item:hover {
	border-radius:0.2rem;
	transform:scale(1.05);
    border-color: rgba(3, 27, 78, .1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
	z-index:11;
	background-color:#ffffff;
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-ms-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}
/*Engineering Nav*/
/*Engineering Background*/
[class*="bg-engineering-"] {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}
.bg-engineering-homeqoute {
	background-image:url('../images/eng-cardraw6.jpg');
	background-attachment:fixed;
	position:relative;
}
.bg-engineering-homeaboutus {
	background: linear-gradient(135deg,rgba(59,99,245,.99),#2a37b3 54%,#120038) 50% no-repeat;
}
.bg-engineering-homeservices {
	background-image:url('../images/eng-cardraw5.jpg');
	background-attachment:fixed;
}
.bg-engineering-homesolution {}
.bg-engineering-overlay:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(250, 250, 250, 0.85);/*rgba(243, 245, 249, 0.75)*/
}
.bg-engineering-overlay.second:before {
	background-color:rgba(49, 90, 203, 0.75);	
}
.bg-engineering-blue {
    background-image: linear-gradient(135deg,#315acb,#1c2b8c);
}
.bg-engineering-heroquote {
	background-image:url('../images/eng-service-sanada-san.jpg');
	background-size:cover auto;
	background-position:center center;
}
.bg-engineering-herotile {
	background-image:url('../images/eng-service_1.jpg');
	background-size:cover auto;
	background-position:center center;
}
/*Engineering Background*/
/*Engineering Section*/
.hero-section {
	position:relative;
	min-height:900px;
	overflow:hidden;
}
.hero-section.half {
	min-height:450px;
}
.graphicalhero-artwork {
	bottom: 0;
	display: block;
	height: 900px;
	left: 90%;
	position: absolute;
	transform: translateX(-50%);
	width: 1770px;
}
.graphicalhero-artwork img {
	display: block;
	height: 900px;
	width: 1770px;
}
@media (min-width:768px) {
    .graphicalhero-artwork {
        bottom: 0;
        display: block;
        height: 900px;
        left: 90%;
        position: absolute;
        transform: translateX(-50%);
        width: 1770px
    }
}
@media (min-width:960px) {
    .graphicalhero-artwork {
        left: 85%;
    }
}
@media (min-width:1200px) {
    .graphicalhero-artwork {
        left: 75%;
    }
}
/*Engineering Section*/
/*Engineering Hero Section*/
.hero-tile-section {
	position:relative;
	min-height:500px;
	overflow:hidden;
}
/*Engineering Hero Section*/
/*Engineering Section Services*/
.engineering-service-item {
	margin:1rem auto;
	max-width:450px;
	min-height:600px;
	background-color: #fff;
}
.engineering-service-item.shadow {
    -webkit-box-shadow: 0 0 15px 1px #ccc;
    -khtml-box-shadow: 0 0 15px 1px #ccc;
    -moz-box-shadow: 0 0 15px 1px #ccc;
    -ms-box-shadow: 0 0 15px 1px #ccc;
    -o-box-shadow: 0 0 15px 1px #ccc;
    box-shadow: 0 0 15px 1px #ccc
}
.engineering-service-item .engineering-service-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 53px
}
.engineering-service-item .engineering-service-img img {
    margin: 0;
    max-width: 100%
}
.engineering-service-item .engineering-service-content {
    padding: 0 1.5rem;
}
.engineering-service-item .engineering-service-content h4 {
    margin: 0 0 15px;
    padding: 0;
    transition: all .3s linear 0s
}
/*Engineering Section Services*/
/*Engineering Section Solution*/
.engineering-solution-item {
	position:relative;
	margin:1.6rem auto;
}
.engineering-solution-item img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.engineering-solution-caption {
	opacity:0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	color:#fff;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.engineering-solution-caption:hover {
	opacity:1;
}
.engineering-solution-content {
	z-index:10;
	color: #fff;
	position: absolute;
	width:100%;
	text-align: center;
	padding:0 1rem;
	top:50%;
	left:0;
	transform:translateY(-50%)
}
.engineering-solution-content h3 {
	margin-bottom:1.2rem;
}
.engineering-solution-overlay {
	background-color: rgba(0,0,0,0.65);
	height:100%;
	width:100%;
	top:0;
	right:0;
	z-index:1;
	position: absolute;
}
/*Engineering Section Solution*/
/*Engineering Section Header*/
[class*="media-header-"].engineering:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0 , 0.6);
}
/*Engineering Section Header*/
/*Engineering Section Timeline About Us*/
.timeline-circle {
	width:60px;
	height:60px;
	line-height:60px;
	font-size:1.5rem;
  	border-radius: 50%;
  	background-color: #fff;
  	color: #4D4545;
	position:relative;
  	z-index: 2;
}
.timeline-circle:after,
.timeline-circle:before {
	content:'';
	display:block;
	position:absolute;
}
.timeline-circle:before {
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	border-radius: 50%;
	border:0.4rem solid #fbb61c;
}
.timeline-circle:after {
	top:-10px;
	left:-10px;
	width:80px;
	height:80px;
	border-radius: 50%;
	border:0.4rem solid blue;
}
.timeline-body.row {
  display: flex;
}
.timeline-body.row h4,
.timeline-body.row p {
	margin-bottom:0.8rem;
}
.timeline-body.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.timeline-body.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #fff;
  z-index: 1;
}
.timeline-body.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.timeline-body.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.timeline-body.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}
.timeline-body.row .col-2.top-bottom::after {
  height: 100%;
  left: 50%;
  top: 0;
}
.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #fff;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #fff;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
.timeline-body.row .col-2::after,
.timeline hr, .timeline .corner,
.timeline-circle:after {
	border-color:#1c2b8c;
}
/*Secion Timeline*/
.services-step-timeline {
	padding:1.2rem 0;
}
/*Engineering Section Timeline About Us*/
/*Engineering Section Sidebar Service and Solution*/
.fixed-sidenav {
	width:100%;
	max-width:400px;
	min-width:180px;
			
	position:fixed;
	top:20vh;
	left:-400px;
	z-index:99;
			
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#svc-sidenav .action-nav {
	width:50px;
	height:50px;
	line-height:50px;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	display:block;
	position:absolute;
	right:-50px;
	top:0;
}
#svc-sidenav .sidemenu-content {
	padding:1rem 1rem 1.5rem;
	min-height:40px;
}
#svc-sidenav .sidemenu-content .side-bar {
	width:100%;
}
#svc-sidenav .side-bar .cate li a {
	color:#ebebeb;
}
#svc-sidenav .side-bar .cate .drop-menu .well {
	margin-bottom:0.8rem;
}
.fixed-sidenav, #svc-sidenav .action-nav {
	background: rgba(0,20,60,.9);
}
#svc-sidenav .side-bar .cate .drop-menu .well li a:hover {
	color:#ffffff;
}
/*Engineering Section Sidebar Service and Solution*/
/*Footer Element*/
.footer-element.engineering {
	background:rgba(59,99,245,.99);
}
.footer-dreamedge.engineering {
	background-color:#333333;
}
/*Footer Element*/
/*DE Engineering*/



/*------------------------------------------------------------------------------------------------------------------------------------*/
/*DE Media Production*/
.navbar.navbar-mediaproduction {
    padding: 0.5rem 1rem;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}
.navbar-mediaproduction .navbar-brand {
  color: rgba(255, 255, 255, 1);
}
.navbar-mediaproduction .navbar-brand:hover, 
.navbar-mediaproduction .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-mediaproduction .navbar-nav .nav-link {
	padding-left:0.8em;
	padding-right:0.8em;
	position:relative;
  	color: rgba(255, 255, 255, 1);
	letter-spacing:0.1rem;
}
.navbar-mediaproduction .navbar-nav .nav-link:after {
	background:rgba(255, 255, 255, 1);
	height:1px;
	width:80%;
	left:50%;
	bottom:0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navbar-mediaproduction .navbar-nav .nav-link:hover, 
.navbar-mediaproduction .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
.navbar-mediaproduction .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}
.navbar-mediaproduction .navbar-nav .show > .nav-link,
.navbar-mediaproduction .navbar-nav .active > .nav-link,
.navbar-mediaproduction .navbar-nav .nav-link.show,
.navbar-mediaproduction .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 1);
}

.navbar-mediaproduction .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-mediaproduction .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-mediaproduction .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-mediaproduction .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-mediaproduction .navbar-text a:hover, 
.navbar-mediaproduction .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
/*Media Slider*/
.mediaproduction,
.mediaproduction-slideitem {
	min-height:750px;
	height:70vh;
	position: relative;
	background-repeat: no-repeat;
	background-size:100%;
	background-position:center center;
}
.mediaproduction-slideitem {
	background-color:;
}

.mediaproduction-slide {
	width:1180px;
	margin:auto auto;
	min-height:50px;
}
.mediaproduction-slide-title, 
.mediaproduction-slide-writeup {
	display: table;
	padding: 1rem 0;
	/*width:calc(100% / 2)*/
}
.mediaproduction-slide-title h1 {
	font-size:3rem;
	text-align:left;
	text-transform: uppercase;
	letter-spacing:0.8rem;
	width:calc(100% / 2);
}
.mediaproduction-slide-title h1:after,
.mediaproduction-mainpage-heading h3:after {
	content:'';
	position: relative;
	top: 10px;
	display: block;
	height: 3px;
	width: 50px;
	background: white;
}
.mediaproduction-slide-writeup .mediaproduction-slide-text {
	display: table;
	width:calc(100% / 2);
	padding:1rem 0;
}
.mediaproduction-slide-writeup .mediaproduction-slide-text.right {
	margin-left: auto;
}
.mediaproduction-slide-writeup .mediaproduction-slide-text.left {
	margin-right: auto;
}
.mediaproduction-slide-writeup .mediaproduction-slide-text p {
	margin-bottom:1.8rem;
}

.mediaproduction-img {
	width:100%;
	height:100%;
  	overflow: hidden;
	position: absolute;
    top: 50%;
    left: 0;
	z-index: -1;
	-webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mediaproduction-img img {
  max-width: 100%;
  min-height:100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
/*Slide Color Setting*/
.mediaproduction-slide.dark > .mediaproduction-slide-title h1,
.mediaproduction-slide.dark > .mediaproduction-slide-writeup .mediaproduction-slide-text p,
.mediaproduction-slide.dark > .mediaproduction-slide-writeup .mediaproduction-slide-text .btn-outline {
	color:#333;
}
.mediaproduction-slide.dark > .mediaproduction-slide-title h1:after {
	background-color:#333;
}
.mediaproduction-slide.dark > .mediaproduction-slide-writeup .mediaproduction-slide-text .btn-outline {
	color:#333;
	background-color: transparent;
	background-image: none;
	border-color:#333;
}
.mediaproduction-slide.light > .mediaproduction-slide-title h1,
.mediaproduction-slide.light > .mediaproduction-slide-writeup .mediaproduction-slide-text p,
.mediaproduction-slide.light > .mediaproduction-slide-writeup .mediaproduction-slide-text .btn-outline {
	color:#ffffff;
}
.mediaproduction-slide.light > .mediaproduction-slide-title h1:after {
	background-color:#ffffff;
}
.mediaproduction-slide.light > .mediaproduction-slide-writeup .mediaproduction-slide-text .btn-outline {
	color:#ffffff;
	background-color: transparent;
	background-image: none;
	border-color:white;
}
/*Media Production Header*/
.our-services-list {
	min-height:600px;
}
[class*="media-header-"] {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	z-index:-2;
}
[class*="media-header-"]:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	background: rgba(222,82,0,0.6);
}
.media-header-aboutus {
	background-image:url('../images/slider02media.jpg');
}
.media-header-services {
	background-image:url('../images/slider01media.jpg');
}
.media-header-ourportfolio {
	background-image:url('../images/slider03media.jpg');
}
/*Media Production Header*/
/*BG Color*/
.bg-media-orange {
	background-color:#de5200;
}
.bg-media-lightorange {
	background-color:#ff9d2d;
}
.bg-media-yellow {
	background-color:#fedc18;
}
.bg-media-grey {
	background-color:#3f414a;
}
.bg-light-grey {
	background-color:#f5f5f5;
}
.bg-dark-grey {
	background-color:#0d0e15;
}

/*Media Production*/
.aboutus-sideimage {
	background-image:url(../images/mediaaboutus.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.aboutus-sideimage:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	transition: all 0.5s ease;
}
/*Media Production Caunter*/
#media-counter .counter {
    padding: 20px 0;
}
#media-counter .count-title {
    font-size:3rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align:center;
	color:#ffffff;
}
#media-counter .count-text {
    font-size:1.5rem;
	letter-spacing:0.2rem;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
	color:#ffffff;
}
#media-counter .fa-3x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #ffffff;
}
/*Media Production Caunter*/
.media-ourclients .slick-arrow:before {
	color:#de5200;
}

/*Media Production Home Portfolio*/
.home-portfolio {
	overflow:hidden;
}
.home-portfolio img {
	min-height:100%;
}
.media-client {
	min-height:200px;
	padding:0 1rem;
}
.list-step {
	list-style:none;
	display:block;
}
.list-step li {
	display:block;
	padding:0.2rem 0.15rem 0.2rem 2rem;
	position: relative;
}
.list-step li:before {
	font-family: 'FontAwesome';
	content:'\f1d8';
	font-size:0.6rem;
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
}
.list-step li a {
	color:inherit;l
}
.list-step li a:hover {
	text-decoration:none;
}
.list-step.second-step li {
	padding:0.2rem 0.15rem 0.2rem 4rem;
}
.list-step.second-step li:before {
	left:40px;
}
/*List Style*/
.list-step.caret li:before {
	content:'\f0da';
}
.list-step.arrow li:before {
	content:'\f178';
}
.list-step.size-l li:before {
	font-size:1rem;
}
/*Fancy Box*/
.media-modal {
	width: 50%;
	max-width: 830px;
	min-width: 320px;
	height: auto;
}
/*Fancy Box Media Production Portfolio*/
#timeline .gallery {
	width:100%;
	min-height:150px;
	margin-bottom:0.5rem;
}
#timeline .gallery img {
	max-width:100%;
}
/*Media Production Portfolio*/
.arcade-item {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.arcade-item img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}
.arcade-item .arcade-caption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.arcade-item .arcade-caption::before,
.arcade-item .arcade-caption::after {
	pointer-events: none;
}
.arcade-item .arcade-caption,
.arcade-item .arcade-caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.arcade-item .arcade-caption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.arcade-item h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	position: relative;
	margin-top: 2em;
	padding: 0.25em;
}
.arcade-item h2 span {
	font-weight: 800;
}
.arcade-item h2,
.arcade-item p {
	margin: 0;
	background: #fff;
	color: #2d434e;
}
.arcade-item h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
.arcade-item p {
	letter-spacing: 1px;
	font-size: 68.5%;
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}
/***** Steve *****/
.arcade-item {
	z-index: auto;
	overflow: visible;
	background: #000;
}
.arcade-item:before,
.arcade-item h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.arcade-item:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}
.arcade-item .arcade-caption {
	z-index: 1;
}

.arcade-item:hover:before {
	opacity: 1;
}
.arcade-item:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}
.arcade-item:hover h2:before {
	opacity: 0;
}
.arcade-item:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
/* Media queries */
@media screen and (max-width: 50em) {
	.arcade-item {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
/*Media Production Portfolio*/
/*Media Production Home Our Service*/
#mediaspecial .block {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius:0px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#mediaspecial .block-pricing {
    text-align: center;
}
#mediaspecial .block-pricing .block-caption {
	font-family:'bariol_boldbold';
	line-height: 1.4em;
	margin: 45px 0 10px;
}
#mediaspecial .block-pricing .category {
	font-family:'bariol_boldbold';
}
#mediaspecial .block-pricing .block-description {
	margin-bottom: 1rem;
}
#mediaspecial .block-pricing .table {
    padding:25px 15px !important;
    margin-bottom: 0px;
}
#mediaspecial .block-pricing .icon {
    padding: 10px 0 0px;
    color: #3C4857;
}
#mediaspecial .block-pricing .icon i {
    font-size: 55px;
    border: 1px solid #ececec;
    border-radius: 50%;
    width: 130px;
    line-height: 130px;
    height: 130px;
}
#mediaspecial .btn-warning {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
#mediaspecial .btn.btn-warning:focus,
#mediaspecial .btn.btn-warning:active,
#mediaspecial .btn.btn-warning:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

#mediaspecial [class*="col-"]:hover > .block {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	background-color:#ff9d2d;/*linear-gradient(60deg, #ffa726, #f57c00)*/
	color: #FFFFFF;
	moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
#mediaspecial [class*="col-"]:hover > .block [class*="table-"] .block-caption a,
#mediaspecial [class*="col-"]:hover > .block [class*="table-"] .block-caption,
#mediaspecial [class*="col-"]:hover > .block [class*="table-"] .icon i {
    color: #FFFFFF;
}
#mediaspecial [class*="col-"]:hover > .block [class*="table-"] .category,
#mediaspecial [class*="col-"]:hover > .block [class*="table-"] .block-description {
    color: rgba(255, 255, 255, 0.8);
}
#mediaspecial [class*="col-"]:hover > .block .btn-warning {
    color: #3C4857;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
#mediaspecial [class*="col-"]:hover > .block-pricing .icon i {
	color:#ffffff;
}
/*Media Production Home Our Service*/
/*Media Production Footer*/
.footer-element.mediafooter {
	background-color:#3f414a;/*#333*/
}
.footer-mediafooter {
	background-color:#0d0e15;
	color:#ffffff;
}
/*Media Production Footer*/
/*DE Media Production*/
/*----------------------*/


/*DE Technology*/
/*DE Technology Navbar*/
.navbar.navbar-detechnology {
    padding: 0.5rem 1rem;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}
.navbar-detechnology .navbar-brand {
  color: rgba(255, 255, 255, 1);
}
.navbar-detechnology .navbar-brand:hover, 
.navbar-detechnology .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-detechnology .navbar-nav .nav-link {
	padding-left:0.8em;
	padding-right:0.8em;
	position:relative;
  	color: rgba(255, 255, 255, 1);
	letter-spacing:0.1rem;
}
/*.navbar-detechnology .navbar-nav .nav-link:after {
	background:rgba(255, 255, 255, 1);
	height:1px;
	width:80%;
	left:50%;
	bottom:0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}*/
.navbar-detechnology .navbar-nav .nav-link:hover, 
.navbar-detechnology .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
.navbar-detechnology .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}
.navbar-detechnology .navbar-nav .show > .nav-link,
.navbar-detechnology .navbar-nav .active > .nav-link,
.navbar-detechnology .navbar-nav .nav-link.show,
.navbar-detechnology .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 1);
}

.navbar-detechnology .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-detechnology .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-detechnology .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-detechnology .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-detechnology .navbar-text a:hover, 
.navbar-detechnology .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
/*DE Technology Navbar*/
/*DE Technology Background*/
[class*="bg-detechnology-"] {
	background-position:center center;
	background-size:cover;
}
.bg-detechnology {
	background-color:rgba(84, 51, 255, 1);
}
.bg-detechnology-lime {technology-d
	background-color:rgba(165, 254, 203, 1);
}
.bg-detechnology-skyblue {
	background-color:rgba(32, 189, 255, 1);
}
.bg-detechnology-aboutus {
	background-image:url('../images/technology-c.svg');
}
.bg-detechnology-footer {
	background-image:url('../images/technology-d.svg');
}
.bg-detechnology-productsolution {
	background-image:url('../images/technology-h.png');
	background-size:100%;
	background-position:top center;
}
.bg-detechnology-productsolution-p {
	background-image:url('../images/technology-g.png');
	background-size:100% auto;
	background-position:bottom center;
}
.bg-detechnology-gradient {
	z-index: 7;
	text-transform:left;
	border-color:rgba(0, 0, 0, 0);
	border-width:0px;
	background: rgb(165,254,203);
	background: -webkit-linear-gradient(left, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.4) 50%, rgba(84,51,255,0.2) 100%);
	background: -o-linear-gradient(left, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.4) 50%, rgba(84,51,255,0.2) 100%);
	background: linear-gradient(to right, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.4) 50%, rgba(84,51,255,0.2) 100%); 
}
/*DE Technology Background*/
/* ---------------- Icon box Styles ---------------- */
/* --- icon box basic --- */
.icon-box-basic {
	margin-bottom: 40px;
}
.icon-box-basic i {
    font-size: 42px;
    margin-bottom: 20px;
    background-color: rgba(250, 250, 250, 0.62);
    padding: 14px 10px;
    width: 80px;
    height: 70px;
}
.icon-box-basic h5 {
    margin-bottom: 10px;
}
.icon-box-basic h5::after,
.icon-box-basic h5::before {
    content: '\f111';
    font-family:'FontAwesome';
    font-size: 4px;
    color: #EA2236;
    margin: auto 10px;
}
.icon-box-basic p {
    margin: 0 36px;
    font-weight: 300;
    color: #7c7c7c;
}
.bg-dark .icon-box-basic i {
  background-color: rgba(250, 250, 250, 0.03); }
/* --- icon box left --- ----------------------------- */
.icon-box-left h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  height: 70px;
}
.icon-box-left i {
	font-size: 3rem;
	width: 80px;
	display: inline-block;
	color: #7c7c7c;
	text-align: center;
}

/* --- icon box right --- ----------------------------- */
.icon-box-right {
	text-align: right;
}
.icon-box-right h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;
    height: 70px;
    width: 100%;
    float: right;
}
.icon-box-right i {
    font-size: 42px;
    width: 80px;
    display: inline-block;
    color: #7c7c7c;
    text-align: center;
}
/* --- icon box left border --- ----------------------------- */
.icon-box-border {
  border: 1px solid #dddddd;
  padding: 16px 27px 7px 26px; }
  .icon-box-border p {
    margin-bottom: 1rem;
    color: #7c7c7c; }

/* --- icon box basic --- ----------------------------- */
.icon-box-style-01 {
  margin-bottom: 40px;
  padding: 100px 0;
  border: 1px solid #7c7c7c; }
  .icon-box-style-01 i {
    font-size: 42px;
    color: #7c7c7c;
    margin-bottom: 10px;
    padding: 14px 10px 0;
    width: 80px;
    height: 70px; }
.icon-box-style-01 h5 {
	margin-bottom: 10px;
}
.icon-box-style-01 h5::after,
.icon-box-style-01 h5::before {
    content: '\f21b';
    font-family: ionicons;
    font-size: 4px;
    color: #EA2236;
    margin: auto 10px;
}
.icon-box-style-01 p {
    margin: 0 36px;
    font-weight: 300;
    color: #7c7c7c;
}
.bg-dark .icon-box-style-01 i {
	background-color: rgba(250, 250, 250, 0.03);
}
/* --- icon box basic --- ----------------------------- */
.icon-box-style-02 {
  margin-bottom: 40px;
  padding: 80px 0;
}
.icon-box-style-02 i {
    font-size: 110px;
    color: rgba(124, 124, 124, 0.33);
    margin-bottom: 12px;
    padding: 14px 10px 0;
    width: 200px;
    height: 142px;
}
.icon-box-style-02 h5 {
    margin-bottom: 0;
}
.icon-box-style-02 h5::after,
.icon-box-style-02 h5::before {
	content: '\f21b';
	font-family: ionicons;
    font-size: 4px;
    color: #EA2236;
    margin: auto 10px;
}
.icon-box-style-02 p {
	margin: 0 36px 30px;
	font-weight: 300;
    color: #7c7c7c;
}
.icon-box-style-02 hr {
    margin-top: 10px;
}
/* --- icon box left 2 --- ----------------------------- */
.icon-box-left-2 {
	position: relative;
}
.icon-box-left-2 i {
    font-size: 42px;
    width: 72px;
    height: 76px;
    position: absolute;
    color: #7c7c7c;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 60px;
}
.icon-box-left-2 h5 {
    margin-bottom: 0; 
}
.icon-box-left-2 span {
    font-style: italic; 
}
.icon-box-left-2 h5,
.icon-box-left-2 hr,
.icon-box-left-2 p,
.icon-box-left-2 span {
    margin-left: 88px; }
.icon-box-left-2 p {
    font-weight: 300;
    color: #7c7c7c;
    margin-top: 14px;
}
/* --- icon box line --- */
.icon-box-line {
	position:relative;
}
.icon-box-line:after {
	content:'';
	position:absolute;
	top:50px;
	border-bottom:2px solid #fff;
	z-index:-1;
}
.icon-box-line.full:after {
	width:100%;
	right:0;
	left:0;
}
.icon-box-line.right:after {
	width:50%;
	right:0;
	left:auto;
}
.icon-box-line.left:after {
	width:50%;
	left:0;
	right:auto;
}
.icon-box-line i {
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:50%;
	font-size:35px;
	margin:0 auto;
	margin-bottom:10px;
	display:block;
	position:relative;
	border:2px solid #fff;
	background-color:#fff;
}
.icon-box-line:after,
.icon-box-line i {
	border-color:#2e3687;
	color:#2e3687;
}
.icon-box-line h5 {
    margin-bottom: 10px;
}
/* --- icon box line --- */
/* ----- icon-box-single-v2 ----- */
.box-single {
	padding: 0 15px;
	margin-bottom: 30px;
}
/* ----- icon-box-single ----- */
.icon-box-single {
	display: block;
	padding: 60px 45px;
	margin-bottom: 30px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icon-box-single:hover {
	background: #ffffff;
	background: #EA2236;
	border: 1px solid #EA2236;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.icon-box-single:hover * {
	color: #ffffff;
}
.icon-box-single:hover hr {
	border-top: 1px solid #fafafa; 
}
.icon-box-single .icon-box,
.price-table i.zmdi {
	font-size: 48px;
	margin-bottom: 0;
	color: #7c7c7c; 
}
.overlay-dark .icon-box-single .icon-box {
	color: #fafafa; 
}
.bg-dark .icon-box-border {
	border: 1px solid rgba(255, 255, 255, 0.08); 
}
.icon-box-title {
	padding: 10px 0 0;
	margin: 30px 0 0;
	text-transform:uppercase;
}
.icon-box-single.icon-box-center {
	text-align: center;
}
.container-fluid .icon-box-single {
	padding: 60px; 
}
.icon-box-single hr {
	width: 36px;
}
.icon-box-single hr.center {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-box-single hr.color {
    border-top: 2px solid #EA2236 !important;
}
/* ---------------- Icon box Styles ---------------- */
/*DE Technology Product*/
.technology-home-product {
	min-height:500px;
}
.technology-home-product-caption {
	margin-top: 1rem;
	text-align: center;
}
.technology-home-product-caption h3 {
	font-family:'bariol_boldbold';
	margin-bottom:1rem;
	position:relative;
}
.technology-home-product-caption h3:after {
	content:'';
	position:absolute;
	height:2px;
	width:100px;
	bottom:-0.5rem;
	left:50%;
	transform:translateX(-50%);
	background-color:#333333;
}
.detechnology-home-product .owl-item.active {
	transform:scale3d(0.8, 0.8, 0.8);
}
.detechnology-home-product .owl-item.active.center {
	transform:scale3d(1, 1, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.detechnology .media-client img {
	max-width:100%;
}
/*DE Technology Product*/
/*DE Technology Header*/
[class*="media-header-"].detechnology:before {
	background: rgb(165,254,203);
	background: -webkit-linear-gradient(left, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.4) 50%, rgba(84,51,255,0.2) 100%);
	background: -o-linear-gradient(left, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.4) 50%, rgba(84,51,255,0.2) 100%);
	background: linear-gradient(to right, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.4) 50%, rgba(84,51,255,0.2) 100%); 
}
.media-header-technology-product-solution {
	background-image:url('../images/technology-f.jpg');
	background-position:center center;
}
.media-header-services {
	background-image:url('../images/slider01media.jpg');
}
.media-header-ourportfolio {
	background-image:url('../images/slider03media.jpg');
}
/*DE Technology Header*/
/*DE Technology Product*/
.detechnology-category {
}
.detechnology-product-img {
	position:relative;
	overflow:hidden;
}
.detechnology-product-caption {
	text-align:center;
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.detechnology-product-caption a {
	display:block;
	font-size:3.6rem;
	color:inherit;
}
.detechnology-category h3 {
	display:table;
	font-size:1.6rem;
	margin:1rem auto 0;
	font-family:'bariol_boldbold';
	letter-spacing:0.05rem;
	text-align:center;
}
/*DE Technology Product*/
/*DE Technology Product Slide*/
.detechnology-productslide-body {}
.detechnology-productslide-item {}
.detechnology-productslide-item img {
	width:auto !important;
	height:500px;
	margin:0 auto;
}

#mainimgproduct {}
#mainimgproduct > .owl-nav,
#thumbnails > .owl-nav {
	position: absolute;
	width:100%;
	top:50%;
	margin-top:0;

}
#thumbnails.owl-theme .owl-next,
#thumbnails.owl-theme .owl-prev {
	margin:0;
	padding:1rem !important;
	border-radius:0;
	position: absolute;
	background-color:rgba(32, 189, 255, 1);
	color:#ffffff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#thumbnails.owl-theme .owl-prev {
	left: 0px;
}
#thumbnails.owl-theme .owl-next {
	right: 0px;
}
#thumbnails .detechnology-productslide-item {
	position:relative;
	overflow:hidden;
	padding:0.9rem;
}
#thumbnails .detechnology-productslide-item img {
	width:100%;
	max-width:100%;
	height:auto !important;
}
#thumbnails .detechnology-productslide-caption {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform: translateY(-50%) ;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:11;
	opacity:0;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
#thumbnails .detechnology-productslide-overlay {
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: -webkit-linear-gradient(90deg, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.6) 50%, rgba(84,51,255,0.6) 100%);
	background: -o-linear-gradient(90deg, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.6) 50%, rgba(84,51,255,0.6) 100%);
	background: linear-gradient(90deg, rgba(165,254,203,0.6) 0%, rgba(32,189,255,0.6) 50%, rgba(84,51,255,0.6) 100%); 
	opacity:0;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
#thumbnails .detechnology-productslide-caption h3,
#thumbnails .detechnology-productslide-caption p {
	text-align:center;
}
#thumbnails .detechnology-productslide-caption h3 {
	text-transform:uppercase;
	letter-spacing:0.05rem;
	margin-bottom:0.2rem;
}
#thumbnails .detechnology-productslide-item:hover > .detechnology-productslide-caption,
#thumbnails .detechnology-productslide-item:hover > .detechnology-productslide-overlay {
	opacity:1;
}

/*DE Technology Product Slide*/
/*DE Technology Side Bar*/
.side-bar {
	display:block;
	width:80%;
	margin:auto auto;
}
.side-bar h4 {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 50px;
	position: relative;
}
.side-bar h4:before {
	content: "";
	height: 2px;
	width: 36px;
	display: inline-block;
	position: absolute;
	margin-top: 35px;
	background: #272727;
}
.side-bar .heading {
	margin-bottom: 10px;
	margin-top: 50px;
}
.side-bar .heading h6 {
	color: #a4875d;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #272727;
	display: inline-block;
	padding-bottom: 10px;
}
.side-bar .cate {
	list-style:none;
}
.side-bar .cate li {
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
}
.side-bar .cate li a {
	color: #212529;
	width: 100%;
	padding-left:0rem;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.side-bar .cate li a span {
	color: #b8b8b8;
}
.side-bar .cate li a:hover {
	padding-left:1rem;
}
.side-bar .cate .drop-menu .drop-menu {
	position: relative;
	padding-top: 5px;
}
.side-bar .cate .well {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0px;
}
.side-bar .cate .drop-menu .well {
	padding-left: 20px;
}
.side-bar .cate .drop-menu .well ul {
	list-style:none;
}
.side-bar .cate .drop-menu .well li {
}
.side-bar .cate .drop-menu a {
	display: block;
	float: none;
	position: relative;
	width: auto;
}
.side-bar .cate .drop-menu li {
	position: relative;
	line-height: 30px;
	border: none;
}
.side-bar .cate .drop-menu .well li a {
	opacity: 0.5;
}
.side-bar .cate .drop-menu .well li a:hover {
	opacity: 1;
	color: #000;
}
.side-bar .cate .drop-menu a.title:before {
	content: "\f056";
	font-family: 'FontAwesome';
	padding: 0px;
	color: #a4875d;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.side-bar .cate .drop-menu a.collapsed:before {
	content: "\f055";
	color: #dfdfdf;
}
/* -- SUB SUB MENU -- */
.side-bar .cate .drop-menu2 .drop-menu2 {
	position: relative;
	padding-top: 5px;
}
.side-bar .cate .drop-menu2 .well {
	padding-left: 20px;
}
.side-bar .cate .drop-menu2 .well li {
}
.side-bar .cate .drop-menu2 a {
	display: block;
	float: none;
	position: relative;
	width: auto;
}
.side-bar .cate .drop-menu2 li {
	position: relative;
	line-height: 30px;
	border: none;
}
.side-bar .cate .drop-menu2 .well li a {
	opacity: 1.0;
}
.side-bar .cate .drop-menu2 .well li a:hover {
	opacity: 1.0;
	color: #353535;
}
.side-bar .cate .drop-menu2 a.title:before {
	content: "\f106";
	font-family: 'FontAwesome';
	padding: 0px;
	color: #9a9a9a;
	text-align: center;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.side-bar .cate .drop-menu2 a.collapsed:before {
	content: "\f107";
	color: #9a9a9a;
}
.side-bar.post-details {
	width:100%;
	margin:0;
}
.side-bar.post-details li {
	position:relative;
}
.side-bar.post-details li span {
	position:absolute;
	display:block;
	width:50px;
	top:0;
	right:0;
	text-align:right;
}
/*DE Technology Side Bar*/

/*DE Technology Footer*/
.footer-element-technology {
	background-color:rgba(84, 51, 255, 1);/*#20BDFF / #333*/
}
.footer-technology {
	background-color:#333333;
	color:#ffffff;
}
/*DE Technology Footer*/
/*DE Technology*/
/*----------------------*/
/*DE turkish*/
body.turkish,
body.turkish .fancybox-inner.quick-view .product-form,
body.turkish .devision-body .devision-heading span {
	font-family: 'Ubuntu', sans-serif !important;
	font-weight:300;
	font-size:0.89rem;
}
body.turkish .font-weightbold {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight:400;
}
body.turkish .devision-body .devision-heading,
body.turkish .effect-julia h4,
body.turkish .fancybox-inner.quick-view .product-form h4,
body.turkish .post-details .post-title,
body.turkish .devision-body .devision-heading,
body.turkish #mediaspecial .block-pricing .block-caption,
body.turkish #mediaspecial .block-pricing .category,
body.turkish .technology-home-product-caption h3,
body.turkish .detechnology-category h3 {
	font-family: 'Ubuntu', sans-serif !important;
    font-weight:400;
}
body.turkish h1, body.turkish h2, body.turkish h3, body.turkish h4, body.turkish h5, body.turkish h6, 
body.turkish .h1, body.turkish .h2, body.turkish .h3, body.turkish .h4, body.turkish .h5, body.turkish .h6 {
	font-weight:300;
}
/*DE turkish*/
/*----------------------*/

@media(min-width:280px) and (max-width:480px) {	
	body {
		white-space:normal;
	}
	
	/*Universal Font Size*/
	h1, .h1 {font-size: 2.5rem !important;}
	h2, .h2 {font-size: 2rem !important;}
	h3, .h3 {font-size: 1.75rem !important;}
	h4, .h4 {font-size: 1.5rem !important;}
	h5, .h5 {font-size: 1.25rem !important;}
	h6, .h6 {font-size: 1rem !important;}

	/*Universal*/
	.pa-6 {padding:2rem !important;}
	.pa-7 {padding:2rem !important;}
	.pa-8 {padding:2rem !important;}
	.pa-9 {padding:2rem !important;}
	.pa-10 {padding:2rem !important;}
	.pa-11 {padding:2rem !important;}
	
	/*Dropdown Menu Center*/
	.navbar-nav .dropdown-menu-center {
		left:0;
		right:auto;
		transform:translate(0);
	}
	
	/*Division Slider*/
	.bee3D--parent {
		overflow-x:hidden;
		overflow-y:hidden;
	}
	.bee3D--slide {
		width:100%;
		max-width:350px;
		min-height: 660px;
		height:auto;
		top: 0;
		margin-top:0;
		margin-left:-175px;
		overflow:hidden;
	}
	.nav-services .btn {
		width:100%;
	}
	.nav-services .btn + .btn {
		margin-left:0;
		margin-top:15px;
	}
	
	.zeus .tp-thumb-title {
		font-size:1rem;
		line-height:1.2rem;
		letter-spacing:0.2rem;
		padding: 10px 25px 10px 10px;
	}
	.zeus .tp-thumb-more:before {
		right:10px;
	}
	#dreamedge_department_body {
		min-height:auto;
	}
	.tp-caption {
		padding:1rem 0;
	}
	.tp-caption h1 {
		font-size:1.6rem !important;
	}
	
	/**/
	.writeup-creativeabout {
		margin-bottom:2rem;
	}

	.jp_newsevent {
		font-size:1.9rem !important;
	}

	.jp_creative_home {
		font-size:1.4rem !important;
	}
	
}
/*Popup Style Update*/
#consolePopup {
	display:none;
}
#consolePopup.fancybox-content {
    background: #fff;
    max-width:50%;
    padding: 0;
}
@media(min-width:280px) and (max-width:480px) {
	#consolePopup.fancybox-content {
		max-width:100%;
	}
}
