/*	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';
	font-size:0.98rem;/*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;
}

.font-weightbold {
	font-family:'bariol_boldbold';
}

.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;}
.color-technology-blue {color:#20bdff;}

.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.fluid {
	width:100%;
}
.title-creative .main-title {
	position:relative;
	margin-bottom:2rem;
	letter-spacing:0.2rem;
}
.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 Content*/
/*Creative Write*/
.writeup-creativeabout p {
	margin-bottom:1rem;
	line-height:1.5rem;
}
/*Creative Write*/
.title-creative div.main-title {
	display:table;
	margin:0 auto 2rem;
}
.title-creative .title-icon,
.title-creative .title-text {
	display:table-cell;
	vertical-align:middle;
}
.title-creative .title-icon img {
	height:100px;
}
.title-creative .title-text {
	padding-left:1rem;
}
/*Title Content*/
/*Creative Write*/
.writeup-creativeabout p {
	margin-bottom:1rem;
}
.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%);
}
/*Heading*/
.title-heading h1 {
	display: table;
	margin: 0 auto;
	font-family: 'bariol_boldbold';
	font-size: 4.5rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);/*rgba(226, 55, 60, 1)*/
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	position:relative;
}
/*DreamEDGE Page Slider*/
.de-slide-item {
	position: relative;
	height:60vh;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
@media (max-width: 1280px) {
  .de-slide-item {
    height: 100vh;
  }
}
.de-slide-body {
	width:1180px;
	margin: 0 auto;
	height:calc(100% - 20%);
}
.de-slide-title, .de-slide-writeup {
	display: table;
	padding: 1rem 0;
	/*width:calc(100% / 2)*/
}
.de-slide-title h1 {
	font-size:3rem;
	text-align:left;
	text-transform: uppercase;
	letter-spacing:0.8rem;
	width:calc(100% / 2);
}
.de-slide-title h1:after,
.de-mainpage-heading h3:after {
	content:'';
	position: relative;
	top: 10px;
	display: block;
	height: 3px;
	width: 50px;
	background: white;
}
.de-slide-writeup .de-slide-text {
	display: table;
	width:calc(100% / 2);
	padding:1rem 0;
}
.de-slide-writeup .de-slide-text.right {
	margin-left: auto;
}
.de-slide-writeup .de-slide-text.left {
	margin-right: auto;
}
.de-slide-writeup .de-slide-text p {
	margin-bottom:1.8rem;
}
.de-slide-img {
	width: 100%;
  	height: auto;
  	overflow: hidden;
	position: absolute;
    top: 50%;
    left: 0;
	z-index: -1;
	-webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.de-slide-img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slick-dotted.slick-slider {
	margin-bottom:0;
}
.de-mainslide > .slick-dots {
	bottom:25px;
}
.de-mainslide > .slick-dots li button {
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.de-mainslide > .slick-dots li button:before {
	display:none;
}
.de-mainslide > .slick-dots li button:hover,
.de-mainslide > .slick-dots li button:focus {
  opacity: 1;
}
.de-mainslide > .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.de-mainslide > .slick-dots li {
  height: 3px;
  width: 50px;
}
.de-mainslide > .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.de-mainslide > .slick-dots li button:hover,
.de-mainslide > .slick-dots li button:focus {
  opacity: 1;
}
.de-mainslide > .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.de-mainslide > .slick-dots li.slick-active button:hover,
.de-mainslide > .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/*Slide Color Setting*/
.de-slide-body.dark > .de-slide-title h1,
.de-slide-body.dark > .de-slide-writeup .de-slide-text p,
.de-slide-body.dark > .de-slide-writeup .de-slide-text .btn-outline {
	color:#333;
}
.de-slide-body.dark > .de-slide-title h1:after {
	background-color:#333;
}
.de-slide-body.dark > .de-slide-writeup .de-slide-text .btn-outline {
	color:#333;
	background-color: transparent;
	background-image: none;
	border-color:#333;
}
.de-slide-body.light > .de-slide-title h1,
.de-slide-body.light > .de-slide-writeup .de-slide-text p,
.de-slide-body.light > .de-slide-writeup .de-slide-text .btn-outline {
	color:white;
}
.de-slide-body.light > .de-slide-title h1:after {
	background-color:white;
}
.de-slide-body.light > .de-slide-writeup .de-slide-text .btn-outline {
	color:white;
	background-color: transparent;
	background-image: none;
	border-color:white;
}
.de-slide-body.red > .de-slide-title h1,
.de-slide-body.red > .de-slide-writeup .de-slide-text p,
.de-slide-body.red > .de-slide-writeup .de-slide-text .btn-outline {
	color:red;
}
.de-slide-body.red > .de-slide-title h1:after {
	background-color:red;
}
.de-slide-body.red > .de-slide-writeup .de-slide-text .btn-outline {
	color:red;
	background-color: transparent;
	background-image: none;
	border-color:red;
}
/*Slide Color Setting*/

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

/*DreamEDGE Page Slider*/
.nav-tabs.de-mainpage {
	border-color:rgba(255, 255, 255, 0.6);
	background-color:rgba(255, 255, 255, 1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	margin-bottom:2rem;
}
.nav-tabs.de-mainpage .nav-link {
	color:#333333;/*rgba(255, 255, 255, 0.6)*/
	font-size: 1.1rem;
	padding: 1rem 1rem;
    border: none;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
	position:relative;
}
.nav-tabs.de-mainpage .nav-link:before,
.nav-tabs.de-mainpage .nav-link:after {
	content:'';
	position: absolute;
	display: block;
	width:0;
	height:5px;
	background-color:#333333;
	bottom:-5px;
}
.nav-tabs.de-mainpage .nav-link:before {
	left:0;
}
.nav-tabs.de-mainpage .nav-link:after {
	right:0;
}
.nav-tabs.de-mainpage .nav-link:hover:before,
.nav-tabs.de-mainpage .nav-link:hover:after,
.nav-tabs.de-mainpage .nav-link.active:before,
.nav-tabs.de-mainpage .nav-link.active:after {
	width:50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-tabs.de-mainpage .nav-link:hover,
.nav-tabs.de-mainpage .nav-link:focus,
.nav-tabs.de-mainpage .nav-link.active, 
.nav-tabs.de-mainpage .nav-item.show .nav-link {
    color:#333333;
    background-color: transparent;
    border-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tab-content.de-mainpage {
	padding:15px 15px;
	min-height:500px;
}
/*Tab*/
.de-mainpage {
	min-height:50px;
}
.de-mainpage-heading,
.de-mainpage-decp p {
	margin-bottom:1.5rem;
}
.de-mainpage-heading h3 {
	text-align:left;
	text-transform: uppercase;
}
.de-mainpage-decp {
	padding-right:1.2rem;
}
.de-mainpage-dev {}
.de-mainpage-write {
	position:absolute;
	bottom:25px;
	left:25px;
}
/*Color Set*/
.de-mainpage.light .de-mainpage-heading h3,
.de-mainpage.light .de-mainpage-decp p {
	color:#ffffff;
}
.de-mainpage.light .de-mainpage-heading h3:after {
	background-color:#ffffff;
}
/*Color Set*/
/*DreamEDGE About*/
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  background: #000000;
  height: 400px;
  overflow: hidden;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.de-news-feed {
	margin-left:-15px;
	margin-right:-15px;
}
.de-news-feed:before,
.de-news-feed:after {
  content: '';
  display: block;
  clear: both;
}
.de-news-feed .newsfeed-body {
  width:calc((100% / 3) - 0.8rem);
  padding:0;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.de-news-feed .newsfeed-body + .newsfeed-body  {
	margin-left:1.2rem;
}
.de-news-feed .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.de-news-feed .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.de-news-feed .info span {
  color: #666666;
  font-size: 12px;
}
.de-news-feed .info span a {
  color: #000000;
  text-decoration: none;
}
.de-news-feed .info span .fa {
  color: #e74c3c;
}

/*DreamEDGE About*/
.devision-slide {
	/*height:530px;*/
}
.devision-slide > div {
	visibility:hidden;
	cursor:pointer;
}
.devision-body {
	display: inline-block;
	/*width:calc(100% / 4)*/
	width:320px;
	-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-body .devision-img img {
	max-width:100%;
}
.devision-body .devision-heading {
	font-family:'bariol_boldbold';
	text-transform: uppercase;;
}
.devision-body .devision-heading span {
	font-family:'bariol_regularregular';
	display: block;
}
.devision-body .devision-heading,
.devision-body .devision-writeup p {
	margin-bottom: 2rem;
}
.devision-body .devision-writeup {
	padding: 2rem 1.5rem;
	color:#ffffff;
}
.devision-body .devision-writeup.creative-work {
	background-color:#5bc4d6;
}
.devision-body .devision-writeup.media-production {
	background-color:#f4921d;
}
.devision-body .devision-writeup.technology-development {
	background-color:#00b392;
}
.devision-body .devision-writeup.engineering-innovation {
	background-color:#29b173;
}
.devision-body .devision-writeup.training-center {
	background-color:#9eca5a;
}

/*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 Main Slider*/
#rev_slider_2_1_wrapper-engineering .tp-loader.spinner2 {
	background-color: #3b63f5 !important;
}
#rev_slider_2_1 .metis.tparrows {
	background: rgba(255, 255, 255, 1);
	padding: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 60px;
	height: 60px;
	box-sizing: border-box
}
#rev_slider_2_1 .metis.tparrows:hover {
	background: rgba(255, 255, 255, 0.75)
}
#rev_slider_2_1 .metis.tparrows:before {
	color: rgb(0, 0, 0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s
}
#rev_slider_2_1 .metis.tparrows:hover:before {
	transform: scale(1.5)
}
.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)
}
/*Engineering Main Slider*/
/*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_bground.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.small {
	min-height:650px;
}
.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 (max-width:480px) {
    .graphicalhero-artwork {
        left:140%;
    }
}
@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*/
.count-title:before {
	font-family:'Ionicons';
	content:'\f273';
	margin-right:10px;
	font-size:2rem;
}
/*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;*/
	min-height:250px;
}
.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;
	margin:0 auto;
  	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 [class*="col-"] {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.timeline-body.row [class*="col-"]:after {
  content: "";
  position: absolute;
  border-left: 3px solid #fff;
  z-index: 1;
}
.timeline-body.row [class*="col-"].bottom:after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.timeline-body.row [class*="col-"].full:after {
  height: 100%;
  left: calc(50% - 3px);
}
.timeline-body.row [class*="col-"].top:after {
  height: 50%;
  left: 50%;
  top: 0;
}
.timeline-body.row [class*="col-"].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 .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 [class*="col-"]:after,
.timeline hr, .timeline .corner,
.timeline-circle:after,
.timeline-body.row [class*="col-"]: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;
}
[class*="media-header-"]:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	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;
	z-index:2;
}
.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 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;
}
/*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) {	
	html {
		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);
	}
	/*Dropdown Menu Center*/
	.hero-tile-section {
		min-height:0px;
	}
	#dreamedge_department_body {
		min-height:auto;
	}
	
}