.home #page-container { padding-top: 0px !important; }

.home #main-header { 
  background-color: rgba(255, 255, 255, 0); 
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0); }

.home #main-header.et-fixed-header { 
  background-color: rgb(255, 255, 255) !important; }

.home #top-header { background-color: rgba(255, 255, 255, 0); border-bottom: 1px solid #254BD2; }
.home #top-header.et-fixed-header { background-color: #254BD2 !important; border-bottom: 1px solid #254BD2; } 


#top-menu li > a:after { content: '';
display: block;
width: 0;
border-bottom: 2px solid transparent;
position: absolute;
bottom: 0;
left: -1px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }

#top-menu-nav > ul > li > a:hover, #top-menu li.current-menu-item > a:hover { opacity: 1; color: #254BD2 !important; }
#top-menu li:hover > a:after { border-color: #254BD2; width: 100%; }
#top-menu li.current-menu-item > a:after { border-color: #254BD2; width: 100%; }

.et-fixed-header #top-menu li:hover > a:after { border-color: #254BD2; width: 100%; }
.et-fixed-header #top-menu li.current-menu-item > a:after { border-color: #254BD2; width: 100%; }

.home #top-menu li.current-menu-item > a { color: #254BD2 !important; }
.home .et-fixed-header #top-menu li.current-menu-item > a { color: #254BD2 !important; }


.dt-full-header .et-pb-icon { 
  background: url("https://www.dynatech-marketing.com/wp-content/uploads/2016/11/mouse_scrolling_animation.gif");
  background-repeat: no-repeat; background-size: contain; background-position: center; } 



.dt-blurb-left { text-align: right; margin-top: 35px; color: #000; }
.dt-blurb-right { text-align: left; margin-top: 20px; color: #000; }

/* slider */
.dt-slidertext strong { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.69); }

.mpsl-layer.mpsl-header-white { color: #254BD2 !important; }
.mpsl-layer.mpsl-text-white { color: #254BD2 !important; }
/*End*/

.dt-header { padding: 60px 0px !important; }
.dt-header h1 { 
  display: table;
  padding: 10px;
  letter-spacing: 1px;
  background-color: #4d4d4d;
  border-radius: 3px; }

/* Tabs */
.dt-tab { border: 1px solid rgba(0, 0, 0, 0); }

.dt-tab ul.et_pb_tabs_controls { display: table; margin-right: auto; margin-left: auto; background-color: rgba(0, 0, 0, 0); }

.dt-tab .et_pb_tabs_controls li { 
  padding: 5px 8px 3px; border-right: 1px solid rgba(0, 0, 0, 0); 
  border-width: 2px 0px 2px 0px;
  color: #ccc;
  border-style: solid;
  border-color: #ccc;   
  transition: background 0.5s ease, padding 0.8s linear; }


.dt-tab .et_pb_tabs_controls li:hover { background: #fff; border-color: #254BD2; }
.dt-tab .et_pb_tabs_controls li:hover a { color: #254BD2 !important; }

.dt-tab .et_pb_tabs_controls li.et_pb_tab_active { bottom: 0px; border-color: #254BD2; padding: 4px 30px 4px; }
.dt-tab .et_pb_tabs_controls li.et_pb_tab_active a { color: #254BD2 !important; }

.dt-tab .et_pb_tab p { margin-top: 30px; }

/* Logo */
.dt-logo-grid { box-shadow: 0 0 1px 1px rgb(220, 220, 220); transition: 0.2s ease-in-out; margin-bottom: -8px; }

.dt-logo-grid:hover { -ms-transform: scale(1.10, 1.10); -webkit-transform: scale(1.10, 1.10); transform: scale(1.10, 1.10); } 

/* product page 
.dt-product .et_pb_blurb_content { max-width: 100%; padding: 10px; }
.dt-product .et_pb_main_blurb_image { width: 218px !important; border: 1px solid #ccc; } */

.dt-product .et_pb_image { border: 1px solid #ccc; }
.dt-product .et_pb_image:after { 
  border: 1px solid #ccc;
  position: absolute;
  content: '';
  border: .5em solid transparent;
  left: 95%;
  top: 50%;
  margin-top: -.5em;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.dt-product:hover .et_pb_image:after { left: 100%; border-left-color: #254BD2; }
.dt-product:hover .et_pb_image { box-shadow: 0px 10px 14px -7px #827f82; }

.dt-product .et_pb_column:last-child { padding: 1%; transition: background-color 0.5s ease; }
.dt-product:hover .et_pb_column:last-child { background-color: #e7e7e7; color: #000 !important;}

.dt-product .et_pb_column:last-child .et_pb_text { margin-top: 1%; }
/* Image Hover  */
.border-hover .et_pb_column {
	overflow: hidden;
	position: relative;
  border: 1px solid #ccc;
}

.border-hover .et_pb_column img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover img {
	transform: scale(1.1);
}

.border-hover .et_pb_column:hover .et_pb_image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.border-hover .et_pb_column .et_pb_promo_description:before {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border-top: 1px solid #254BD2;
	border-bottom: 1px solid #254BD2;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column .et_pb_promo_description:after {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border-right: 1px solid #254BD2;
	border-left: 1px solid #254BD2;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column:hover .et_pb_promo_description:before, .border-hover .et_pb_column:hover .et_pb_promo_description:after 
{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.border-hover .et_pb_column .et_pb_promo_description h3 {
  opacity: 1;
  color: #fff;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 9%;
}

.border-hover .et_pb_column .et_pb_promo_description p {
	opacity: 1;
	color: #000;
	position: absolute;
	top: 53%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  padding: 0px 5px;
}

.border-hover .et_pb_column:hover .et_pb_promo_description h3 {
	opacity: 0;
	position: absolute;
	top: 12%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.border-hover .et_pb_column:hover .et_pb_promo_description p {
	opacity: 0;
	position: absolute;
	top: 55%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.border-hover .et_pb_promo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: background 500ms ease-out 0.4s;
    -moz-transition: background 500ms ease-out 0.4s;
    -o-transition: background 500ms ease-out 0.4s;
    transition: background 500ms ease-out 0.4s;
}

.border-hover .et_pb_promo:hover {
  background: rgba(0, 0, 0, 0);
}

.border-hover .et_pb_promo_button {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End */
