@charset "utf-8";
/* Preloader */
#preloader {position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:99;}
#status {width:200px;height:200px;position:absolute;left:50%;top:50%;background-image:url(../images/loading.svg);background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px;background-size:200px;}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/open-sans/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/open-sans/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/open-sans/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Play Regular';
    src: url('../fonts/play/play-regular-webfont.woff2') format('woff2'),
         url('../fonts/play/play-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot');
  src: url('../fonts/fontello/fontello.eot#iefix') format('embedded-opentype'),
       url('../fonts/fontello/fontello.woff2') format('woff2'),
       url('../fonts/fontello/fontello.woff') format('woff'),
       url('../fonts/fontello/fontello.ttf') format('truetype'),
       url('../fonts/fontello/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello",'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-deployment:before { content: '\e800'; } /* '' */
.icon-nuclear-power-plant:before { content: '\e801'; } /* '' */
.icon-manufacturing:before { content: '\e802'; } /* '' */
.icon-factory-1:before { content: '\e803'; } /* '' */
.icon-car-production:before { content: '\e804'; } /* '' */
 /********************/
@keyframes fadein{from{opacity:0;top:-114px}to{opacity:1;top:0}}
@-moz-keyframes fadein{from{opacity:0;top:-114px}to{opacity:1;top:0}}
@-webkit-keyframes fadein{from{opacity:0;top:-114px}to{opacity:1;top:0}}
@-o-keyframes fadein{from{opacity:0;top:-114px}to{opacity:1;top:0}}
/* Ripple Out animation */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
body {}
.t3-wrapper{background:none}
#background-shadow .margincorrect {margin-right: -15px;	margin-left: -15px;}
#background-shadow {box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);-moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);position: relative;z-index: 1;}
a:link, a:visited, a strong{text-decoration: none;transition: all 0.2s  linear 0s;}
a:hover{transition: all 0.2s linear 0s; outline:none;}
a:focus{outline:none;}
#t3-content .item-page img {max-width: 100%;}
.btn,.btn-primary,.btn-secondary,button{border-radius:3px;transition: all 0.2s  linear 0s;border-radius:3px;}
.pull-left.item-image img {margin-right: 30px;margin-bottom: 30px;}
h3.border-centered,h3.border-centered span {z-index:1;position: relative; padding-bottom:30px;}
h3.border-centered span {z-index:1;position: relative; padding-bottom:30px;}
h3.border-centered span::after{ content:""; position:absolute;width:40%; height:100%; bottom:0; left:30%;}
.module-title{ }
.logo-text .site-name-wtcorp,.logo-text .site-name-wtcorp a{font-family: 'Body Grotesque Trial Bold'; font-weight:normal; font-size:36px;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox{border-radius:3px;box-shadow:none;transition: all 0.2s  linear 0s; max-width:100%;}

#t3-content .item-page img {max-width: 100%;}
.divider-vertical {border-top:0;}
.box-shadow{-webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);-moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);}
.mod-preview {z-index:9;position: relative;}
.module_menu .nav > li > a, .module_menu .nav > li > .separator,.module_menu .nav > li > span {border-radius:0px;padding:10px 5px 10px 15px;display: block; margin-top:0;}
.module_menu .nav > li > a:hover, .module_menu .nav > li > .separator:hover, .module_menu .nav > li > span:hover{padding:10px 5px 10px 20px;}
.module_menu .nav > li{ margin-top:0;}
.module_menu .nav > li.active > a, .module_menu .nav > li.active > .separator,.module_menu .nav > li.active > span { background:none;}
.module_menu .nav > li::before {transition: all 0.2s  linear 0s; line-height:100%;content: "\f105";position: absolute;top: 0;left: 0;width: auto;height: 100%;display:flex;flex-direction:row;align-items: center;justify-content: center;	font-family: FontAwesome;}
.search-icon{ position:relative;}
.search-icon::after {position: absolute;right:10px; top:0px;width:auto;height: 100%;font-family: FontAwesome;content: "\f002";display:flex;flex-direction:row;align-items: center;justify-content: center;	
}
.search .btn.btn-primary{ vertical-align: top; margin-left:10px;border-radius: 3px;}
blockquote::before {content: '\f10d';font-family: FontAwesome;font-size: 35px;position: absolute;left: 20px;top: 20px;font-style: normal;}
blockquote {padding: 16px 20px 16px 80px;font-size: 18px;font-style: italic;margin: 40px 0;line-height: 30px;position: relative;clear: both;}
.content-icons-outer{line-height: 0;}
ul.content-icons.pull-right {margin-bottom:0;}
.content-icons.pull-right li {display:inline-block; list-style:none;}
.content-icons.pull-right li.print-icon{margin-right:10px;}
.tags{ margin-bottom:10px;}
.tags .label-info {background-color:transparent;border-radius:0px;  margin-right:4px; font-weight:normal; letter-spacing:0.3px; line-height:1; padding-top:5px;}
.article-aside {line-height:0;}
.article-info {line-height: 0; }
.article-info dd{line-height:1;}
.t3-sidebar .nav-pills > li > a,.nav-pills > li > a,.nav li > a{border-radius:0px;}
.off-canvas-toggle{ width:45px;}
body.boxed .off-canvas-toggle,body.boxed .off-canvas-toggle:focus {position: fixed!important;}
.home-2 .btn-primary.off-canvas-toggle{ height:41px; line-height:41px;}
.home-2 .off-canvas-toggle span.bar-first {top: 14px;}
.home-2 .off-canvas-toggle span.bar-mid {top: 20px;}
.home-2 .off-canvas-toggle span.bar-last {top:26px;}
.home-2 .off-canvas-open .off-canvas-toggle span.bar-first {top:18px;}
.home-2 .off-canvas-open .off-canvas-toggle span.bar-last {top: 18px;}
.icon-edit:before {content: 'Edit';color:#fff; font-family: 'Play Regular';  width:100%;}

/*
	=======================================
		PROGRESSBAR - SCROLLING 
	=======================================
*/
.scroll-progress-bar {position: fixed;z-index: 9999;height: 5px;top: 0;left:0;}
/*
	=======================================
		TOPBAR 
	=======================================
*/
.topbar {min-height:54px;position: relative; font-size:13px;}
.topbar .container{ background:none;}
.topbar-left-inner,.topbar-right-inner{padding:15px 0;}
.topbar [class*=' col-']{ padding-left:0; padding-right:0;}
.topbar-left-inner [class*=' col-']{ padding-left:0;}
.topbar-right [class*=' col-']{ padding-right:0;}

.topbar ul.menu li,.topbar li{display:inline;float:left; margin:0;}
.topbar ul.menu li a,.topbar li a {font-weight:300;  border-radius:0px; padding:10px 30px 10px 0px}
.topbar p { margin-bottom:0}
.topbar i{ margin-right:10px;}
.topbar ul.menu li a:hover,.topbar li a:hover ,.topbar a:hover{background:none;transition: all 0.2s  linear 0s;}
.topbar ul.menu li.active a,.topbar li.active a { background:none}
.topbar ul.dropdown-menu{ border-radius:0px;}
.social-top p{text-align:right;}

.topbar .search{ float:right;}
.topbar .search input{border-radius:3px; padding:5px; height:24px; font-size:11px; min-width:180px;transition: all 0.3s linear 0s; display:inline-block;border-radius: 3px;}
.topbar .search input:focus {min-width:215px;transition: all 0.3s linear 0s;}
.topbar .btn {padding:3px 8px;font-size: 11px;border-radius:3px;line-height: 1.42857143;}

/*
	=======================================
		TOPBAR-2
	=======================================
*/
.wrap.topbar-2{ min-height:38px; }
.topbar-2 ul.menu li{display:inline;float:left; margin:0;}
.topbar-2 ul.dropdown-menu li{ float:none;}
.topbar-2 ul.menu li a,.topbar-2 li a,.topbar-2 ul.menu li > .separator, .topbar-2 ul.menu li > span { border-radius:0px; padding:10px 15px 10px 15px;  cursor:pointer}
.topbar-2 p { margin:10px 0;}
.topbar-2 i{ margin-right:10px;}
.topbar-2 ul.menu li a:hover,.topbar-2 li a:hover ,.topbar-2 a:hover,.topbar-2 .nav  li,.topbar-2 .nav  li a,.topbar-2 .nav  li:hover,.topbar-2 .nav  li a:hover{transition: all 0.3s  linear 0s;}
.topbar-2 ul.menu li.active a,.topbar-2 li.active a { background:none}
.topbar-2 ul.dropdown-menu{ border-radius:0px; padding:0px; margin-top:0; border:0;}
.topbar-2 ul.dropdown-menu li a{padding:10px;}
.menu-top-inner,.topbar-2-right-inner{ float:right;}
.menu-top.col-md-10{ padding-right:0px;}

.topbar-2 ul.dropdown-menu li a {padding:9px 15px 9px 15px;  border-radius:0px;box-shadow:none; }
.topbar-2 ul.dropdown-menu li a:hover {padding:9px 15px 9px 20px;}
.topbar-2-right-inner .btn-group .dropdown-toggle {padding:9px 5px 9px 15px;box-shadow:none;border-radius:0px; }
div.mod-languages.industrx li {margin-left: 0;margin-right: 0;}
div.mod-languages.industrx img { margin-right:5px;}
.topbar-2-right .col-md-2{ padding-left:0; padding-right:5px;}

/*
/*
	=======================================
		NAVBAR
	=======================================
*/
/******Megamenu no animation styling*******/

#t3-mainnav .container{ background:none; width:auto !important}
#t3-mainnav ul{ padding-left:0;}

#t3-mainnav li,#t3-mainnav li span{ list-style:none;display:block; font-size:16px;}
#t3-mainnav.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav li > .separator,.navbar-default .navbar-nav li > span{padding:35px 15px; }
#t3-mainnav .dropdown-menu span,#t3-mainnav .dropdown li a,#t3-mainnav .dropdown-menu > li > a{display:block; padding:10px 15px; font-size:80%; text-transform:none}
#t3-mainnav .dropdown-menu span:hover,#t3-mainnav .dropdown li a:hover,#t3-mainnav .dropdown-menu > li > a:hover{ padding-left:20px}
#t3-mainnav .mega-dropdown-menu {min-width:205px; width:auto;padding:0; border:0;}
#t3-mainnav .dropdown-menu{ border:0; padding:0; margin-top:0px; background-color:transparent;}

.t3-mainnav .t3-navbar-collapse .nav .caret {position: absolute;right: 15px;}
.navbar-nav > li > .dropdown-menu,.dropdown-submenu > .dropdown-menu {border-radius: 0;}
#t3-mainnav.navbar {float:right; border:0;}
.t3-megamenu .mega > .dropdown-menu .mega-col-nav{padding-left:0; padding-right:0;}
.t3-megamenu .mega-inner {padding:0px 0;}

.nav .open a,.nav .open a:hover{ background-color:transparent}
.navbar-default .navbar-nav li > a, .navbar-default .navbar-nav li > .separator, .navbar-default .navbar-nav li > span {cursor: pointer;}

.t3-megamenu .dropdown.mega > .mega-dropdown-menu::before{content:"";position: absolute;left: 0;top:10px;height:2px;width:0%;opacity:0; z-index:999;transition: all 0.8s ease-in-out 0s;-webkit-transition: all 0.8s ease-in-out 0s;}
.t3-megamenu .dropdown.mega.open > .mega-dropdown-menu::before{width:100%;opacity:1;transition: all 0.8s ease-in-out 0s;-webkit-transition: all 0.8s ease-in-out 0s; }

.t3-megamenu .dropdown.mega > .mega-dropdown-menu::after {transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;width: 0; height: 0; border-left: 5px solid transparent;border-right: 5px solid transparent; content:"";position: absolute;left: 30px;top:5px;opacity:0; }
.t3-megamenu .dropdown.mega.open > .mega-dropdown-menu::after {transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;opacity:1}

.t3-megamenu .dropdown-menu .mega-nav{margin-top:10px;}
.navbar-collapse {border-top: 0;}
/*
	=======================================
		HEADER
	=======================================
*/
#t3-header{-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); min-height:91px;}
#t3-header.affix{animation:fadein 0.5s;-moz-animation:fadein 0.5s;-webkit-animation:fadein 0.5s;-o-animation:fadein 0.5s;	border: 0;border-left: 0;border-right: 0;margin-bottom: 0;border-radius: 0;left: 0;right: 0;top: 0;z-index: 999; min-height:77px; }
.container.t3-header{ padding-bottom:0;}
.affix .t3-header {}
.logo-image img{ max-width:100%;}
.logo-image{min-height:91px;}
.logo-image {display: flex;align-items: center;  }

/*
	=======================================
		REVOLUTION SLIDER - MAIN SLIDER
	=======================================
*/
#slider-module-wrapper .btn-primary,#slider-module-wrapper .tp-caption a.btn-primary{padding: 6px 15px;}
.tp-caption.mediumwhitebg_industrx { min-height:285px;}
.tp-caption.mediumwhitebg_industrx a.readmore { float:right!important; position:relative; border-radius:3px; font-size:18px;}
.tp-caption.mediumwhitebg_industrx h2,.tp-caption.medium_light_black_industrx h2{font-size:32px!important; font-weight:500;}
/*
	=======================================
		MODULE WITH ICONS - SUBSLIDER
	=======================================
*/
.iconservices-col,.iconservices-col p{ text-align:center;}
.services-subslider span.hvr-ripple-out{ position:relative;text-align:center; width:100px; height:100px;border-radius:100%; display:block;margin: 0 auto;box-shadow: 0px 3px 6px rgba(0,0,0,0.05);
-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);}

.services-subslider span.hvr-ripple-out::before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;-webkit-animation-duration: 1s;animation-duration: 1s;}
.iconservices-col:hover span.hvr-ripple-out::before,.iconservices-col:focus  span.hvr-ripple-out::before,.iconservices-col:active span.hvr-ripple-out::before {-webkit-animation-name: hvr-ripple-out;animation-name: hvr-ripple-out;border: solid 6px;border-radius: 100% !important;}
.iconservices i{ font-family:'fontello'; font-size:32px; }
.services-subslider i{ font-family:'fontello'; font-size:30px;line-height:100px;}
.services-subslider h4{ margin:25px 0;}

/*
	==========================================
	OUR FEATURED PROJECTS - BT CONTENT SLIDER
	==========================================
*/
/* fadein2 */
@keyframes fadein2 {
    from {
        opacity:0;
		top:-30%; 
    }
    to {
        opacity:0.7;
		top:0%;
    }
}
@-moz-keyframes fadein2 { /* Firefox */
     from {
        opacity:0;
		top:-30%; 
    }
    to {
        opacity:0.7;
		top:0%;
    }
}
@-webkit-keyframes fadein2 { /* Safari and Chrome */
    from {
        opacity:0;
		top:-30%; 
    }
    to {
        opacity:0.7;
		top:0%;
    }
}
@-o-keyframes fadein2 { /* Opera */
    from {
        opacity:0;
		top:-30%; 
    }
    to {
        opacity:0.7;
		top:0%;
    }
}

/* fadein3 */
@keyframes fadein3 {
    from {
        opacity:0;
		bottom:-30%; 
    }
    to {
        opacity:0.7;
		bottom:0%;
    }
}
@-moz-keyframes fadein3 { /* Firefox */
     from {
        opacity:0;
		bottom:-30%; 
    }
    to {
        opacity:0.7;
		bottom:0%;
    }
}
@-webkit-keyframes fadein3 { /* Safari and Chrome */
    from {
        opacity:0;
		bottom:-30%; 
    }
    to {
        opacity:0.7;
		bottom:0%;
    }
}
@-o-keyframes fadein3 { /* Opera */
    from {
        opacity:0;
		bottom:-30%; 
    }
    to {
        opacity:0.7;
		bottom:0%;
    }
}
.bt-cs.industrx .bt_handles li a {display: block !important;width: 10px;height: 10px;padding-top: 10px;background-image: none !important;background-position: 0 0;float: left;padding: 10px 0 0 0 !important;overflow: hidden;border-radius: 100%;opacity: 0.80 !important;}
.bt-cs.industrx .bt-inner { padding-left:15px; padding-right:15px;}
.bt-cs.industrx .bt-inner img {outline: none;border:0;max-width:100%; margin-top:0; margin-bottom:0;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
.bt-cs.industrx .bt-inner .bt-title {font-weight:400;text-transform: none;line-height: 150%; font-size:18px; margin-bottom:20px; }
.bt-cs.industrx .bt-inner-bg{-webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);-moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);}
.bt-cs.industrx .bt-inner .bt-category {font-weight:400;display:inline-block;width: 100%;margin-bottom: 10px;}
.bt-cs.industrx p.readmore{ margin-top:20px;}
.bt-cs.industrx p.readmore a.btn{border-radius:3px;}
.bt-cs.industrx .bt-row-separate {border-bottom:0;	margin: 15px 0px;}
.bt-pretext,.bt-pretext p{ font-size:16px; text-align:center; margin-bottom:40px}
.bt-cs.industrx .bt-extra{ margin-bottom:5px;}
.bt-cs.industrx .bt-author{ margin-right:15px;}
.bt-cs.industrx .bt-date{}
.bt-cs.industrx .modal {display: inline;position: relative;}
.bt-cs.industrx.latestnews .bt-imagewrap .fa, .bt-cs.industrx.bt-projects .bt-imagewrap .fa ,.bt-cs.industrx.blog .bt-imagewrap .fa {padding: 10px;font-size: 20px;color: #fff;border-radius: 50%;}

.bt-cs.industrx.bt-projects .icon-lightbox.industrx{ position: absolute; bottom:20%; right:15%; width:25%; text-align:center;opacity: 0; z-index:10;transition: all 0.7s  ease-out 0s;}
.bt-cs.industrx.bt-projects .icon-url.industrx{ position: absolute; top:20%; left:15%; width:25%; text-align:center;opacity: 0; z-index:11;transition: all 0.7s  ease-out 0s;}

.bt-cs.industrx.bt-projects .bt-imagewrap:hover .icon-lightbox.industrx{opacity:0.9;transition: all 0.7s  ease-out 0s;bottom:40%; right:25%;}
.bt-cs.industrx.bt-projects .bt-imagewrap:hover .icon-url.industrx{opacity:0.9;transition: all 0.7s  ease-out 0s;top:40%; left:25%; }

.bt-cs.industrx .bt-imagewrap {overflow: hidden;position: relative;z-index: 7;transition: all 0.7s ease-out 0s;}
.bt-cs.industrx.bt-projects .bt-inner-overlay {position: absolute;width: 100%;height: 100%;z-index: 8;opacity: 0;top:0;left:0;}
.bt-cs.industrx.bt-projects .bt-inner-overlay-2{position: absolute;height: 100%;width:100%;z-index: 8;opacity: 0;bottom:0;right:0;}

.bt-inner.industrx .bt-imagewrap:hover .bt-inner-overlay{opacity:0.7;animation: fadein2 0.7s;-moz-animation: fadein2 0.7s; /* Firefox */-webkit-animation: fadein2 0.7s; /* Safari and Chrome */-o-animation: fadein2 0.7s; /* Opera */}
.bt-inner.industrx .bt-imagewrap:hover .bt-inner-overlay-2{opacity:0.7;animation: fadein3 0.7s;-moz-animation: fadein3 0.7s; /* Firefox */-webkit-animation: fadein3 0.7s; /* Safari and Chrome */-o-animation: fadein3 0.7s; /* Opera */}

.bt-cs.industrx .bt-imagewrap:hover img {transform: scale(1.3);-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-o-transform: scale(1.3);-ms-transform: scale(1.3);-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}


.bt-cs.bt-subslider .bt-row {padding-bottom:30px;}
.bt-cs.bt-subslider .bt-imagewrap[class*=" col-"] {padding-left: 0;padding-right: 0;overflow: hidden;}
.bt-cs.bt-subslider .bt-title-wrap{ padding:30px 30px}
.bt-cs.bt-subslider .bt-introtext{}
.bt-cs.bt-subslider div.readmore{ text-align:right; padding-top:15px;}
.bt-cs.bt-subslider a.readmore-text i{ margin-left:20px; font-size:12px; padding:8px 8px 6px 8px; line-height:1; font-weight:normal;}
.bt-cs.bt-subslider div.readmore .bt-date{ float:left; text-transform:uppercase; font-size:15px; font-weight:600;}

.wrap.coloredmodule-1{ position: relative; min-height:600px;}
.coloredmodule-1-overlay{ background-image:url(../images/bg-world-map.png); background-repeat:no-repeat; background-position:center center; position:absolute; height:100%; width:100%; }
.coloredmodule-1-overlay::after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity:0.5;}
.bt-projects .bt-pretext,.bt-projects .bt-pretext p{ font-size:16px; text-align:center; margin-bottom:40px; width:90%; margin:0 auto 30px auto}
.coloredmodule-1 h3.border-centered {z-index:1;position: relative;}
.bt-projects .bt-inner-bg{ background:#fff}
.bt-intro-title-container{padding:25px 25px; float:left;}
.bt-arrows.coloredmodule-1 {position: relative;margin-top:60px;}

.bt-arrows-inner{ width:150px;}
.bt-cs.bt-projects a.prev { margin-right:20px;}

/*
	=============================================
		OUR STORY - RUNNING A SUCCESSFUL BUSINESS
	=============================================
*/
.ourstory-text ul{ padding-top:20px; padding-left:0;}
.ourstory-text a.btn{margin-top:20px;}
.ourstory-text li{ list-style:none; padding-left:15px;}
.ourstory-text .fa{ margin-right:4px; }
/*
	=============================================
		What Our Customers Say -ZT TESTIMONIAL
	=============================================
*/
.zt-module-testimonial-description.industrx{ text-align:center;font-size: 16px; width:90%; margin:0 auto 40px auto;position: relative;}
.zt-module-testimonial.ourclient img.avatar {float: right;width:80px;height:80px;border:0;padding:0px;border-radius: 50%;}
.zt-module-testimonial.ourclient p.content-testimonial {border-bottom:0;margin:0px 0px 10px 0px; padding-bottom:5px;}
.zt-module-testimonial.ourclient p.content-testimonial::before ,.ztTestimonial p.content-testimonial::after { display:none;}
.zt-module-testimonial.ourclient .image_text_container{ margin-bottom:25px;}
.zt-module-testimonial.industrx .ztTestimonial .tw-fb a:hover{ background-color:transparent;text-decoration: none;box-shadow:none;}
.zt-module-testimonial.ourclient .ztTestimonial .name{ font-weight:bold;}
.zt-module-testimonial.ourclient p.content-testimonial .fa{font-size:16px;}
.zt-module-testimonial.ourclient p.content-testimonial .fa.fa-quote-left{ margin-right:10px;}
.zt-module-testimonial.ourclient p.content-testimonial .fa.fa-quote-right{ margin-left:10px;}
.wrap.coloredmodule-1 .zt-module-testimonial.ourclient img.avatar {float: right;width:86px;height:86px;border:2px solid rgba(255,255,255,0.4);padding:3px;border-radius: 50%;}
/*
	===========================================
		LATEST NEWS FROM US - BT CONTENT SLIDER
	===========================================
*/
.bt-cs.industrx.latestnews .bt-icon.icon-url,.bt-cs.industrx.blog .bt-icon.icon-url{
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	-moz-transition: opacity 0.7s, -moz-transform 0.7s;
	-o-transition: opacity 0.7s, -o-transform 0.7s;
	-ms-transition: opacity 0.7s, -ms-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	-webkit-transform:translate(-50%, -500%);
	-moz-transform:translate(-50%, -500%);
	-o-transform:translate(-50%, -500%);
	-ms-transform:translate(-50%, -500%);
	transform: translate(-50%, -500%);
	text-align: center;
}
 .bt-cs.industrx.latestnews .bt-icon.icon-lightbox, .bt-cs.industrx.blog .bt-icon.icon-lightbox  {
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	-moz-transition: opacity 0.7s, -moz-transform 0.7s;
	-o-transition: opacity 0.7s, -o-transform 0.7s;
	-ms-transition: opacity 0.7s, -ms-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	-webkit-transform:translate(500%, 0%);
	-moz-transform:translate(500%, 0%);
	-o-transform:translate(500%, 0%);
	-ms-transform:translate(500%, 0%);
	transform: translate(500%, 0%);
	text-align: center;
	position: absolute;
	z-index: 9;
}
 .bt-cs.industrx.latestnews .bt-imagewrap:hover .bt-icon.icon-lightbox.industrx, .bt-cs.industrx.blog .bt-imagewrap:hover .bt-icon.icon-lightbox.industrx{
	opacity: 1;
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	-moz-transition: opacity 0.7s, -moz-transform 0.7s;
	-o-transition: opacity 0.7s, -o-transform 0.7s;
	-ms-transition: opacity 0.7s, -ms-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	text-align: center;
}
.bt-cs.industrx.latestnews .bt-imagewrap:hover .bt-icon.icon-url.industrx,.bt-cs.industrx.blog .bt-imagewrap:hover .bt-icon.icon-url.industrx{
	opacity: 1;
	text-align: center;
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	-moz-transition: opacity 0.7s, -moz-transform 0.7s;
	-o-transition: opacity 0.7s, -o-transform 0.7s;
	-ms-transition: opacity 0.7s, -ms-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	-webkit-transform:  translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
.bt-cs.industrx.latestnews .hover-icons ,.bt-cs.industrx.blog .hover-icons{left:50%;position: absolute;top: 50%;transform: translate(-50%, -50%);background: transparent;z-index: 7;opacity: 0.7; min-width:100px;}
.bt-cs.industrx.latestnews .bt-icon,.bt-cs.industrx.blog .bt-icon  {display:inline-block; margin:0px 1px}
.bt-cs.industrx.latestnews .bt-imagewrap::after,.bt-cs.industrx.blog .bt-imagewrap::after{position: absolute;width: 100%;height: 100%;content: "";z-index: 4;opacity: 0;transition: all 0.2s linear 0s;top: 0;left: 0;}
.bt-cs.industrx.latestnews .bt-imagewrap:hover::after,.bt-cs.industrx.blog .bt-imagewrap:hover::after{opacity:0.5;}

.bt-cs.industrx.latestnews .bt-extra{ padding-top:15px; margin-top:15px; font-size:11px; text-transform:uppercase;}
.bt-cs.industrx.latestnews .bt-extra .bt-category {font-weight: 400;display: inline-block;width: auto;}
.bt-cs.industrx .bt-extra i, .bt-cs.industrx .bt-extra .fa {padding:0px;font-size:14px;border-radius:0%; margin-right:5px;}
.bt-cs.industrx .bt-author,.bt-cs.industrx .bt-date {margin-right:10px;}
.bt-cs.industrx.latestnews .bt-date, .bt-cs.industrx.latestnews .bt-author,.bt-cs.industrx.latestnews  .bt-category  {font-size:11px; }

/*
	=========================================
		 about us page text - image
	=========================================
*/
ul.ourstory-text{ padding-top:0px; padding-left:20px;}
.m-b-30 {
	margin-bottom: 30px;
}
.img-aboutimage{position:relative;height:100%;margin-bottom: 110px;}
.aboutimage-1{
	position: relative;
	margin-right: 180px;
	z-index: 1;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.aboutimage-2{position:absolute;left: 160px; bottom:-110px;max-width:370px;box-shadow: 0px 0px 30px rgba(0,0,0,0.5);}
.since-year-outer{position:relative}
.since-year{
	position: absolute;
	left:0px;
	top: 0px;
	z-index: 1;
}
.since-year span{
	font-size: 40px;
	font-weight: 300;
	font-family: 'Play Regular', sans-serif;
	display: block;
	line-height: 40px;
	position: relative;
}
.since-year strong{
	font-size: 70px;
	font-weight: 500;
	font-family: 'Open Sans Bold', sans-serif;
	display: block;
	line-height: 40px;
}

@media only screen and (max-width:991px){
.aboutimage-1{
	margin-right: 0px;
	max-width: 420px;
}
.aboutimage-1 img{
	width:100%;
}

.aboutimage-2 {
    left: auto;
	right:0px;
}
}

@media only screen and (max-width:767px){
.aboutimage-1{
    max-width: 100%;
    width: 50%;
}
.aboutimage-1 img{
	width:100%;
}

.aboutimage-2 {
	width: 54%;
	top: 0px;
	max-width: 100%;
	bottom:0px;
}

}

/*
	=========================================
		COLOREDMODULE-2 - BT CONTENT SLIDER
	=========================================
*/
.wrap.coloredmodule-2 {	position: relative;z-index:1;background-size:auto;float: left;width: 100%;}
.coloredmodule-2-overlay::before {background-image: url("../images/coloredmodule-2-bg.png");background-position: center center;background-repeat: no-repeat;width:100%;bottom: 0;content: "";left: 0;position: absolute;z-index:2;right: 0;top: 0;}
.coloredmodule-2-overlay::after {opacity: 1;bottom: 0;content: "";right: 0;position: absolute;z-index:3;right: 0;top: 0;}
.container.coloredmodule-2{ position:relative;z-index:4;}
.colormodule-2-text{ color:#fff;}
.colormodule-2-text p{ padding-top:10px; font-size:16px}
.colormodule-2-text h3,.colormodule-2-phone{line-height:1.2;}
.colormodule-2-text a.btn{ font-size:18px; line-height:1;padding: 10px 12px 7px 12px; margin-top:20px; }

/*
	=========================================
		OUR TOP SERVICES - BT CONTENT SLIDER
	=========================================
*/
.bt-cs.industrx.bt-middlespot .bt-inner-bg{ padding:20px;}
.bt-cs.industrx.bt-middlespot .bt-intro-title-container {padding:25px 0 0 0;}
.bt-cs.industrx.bt-middlespot span.icon{}
.bt-cs.industrx.bt-middlespot a.btn-primary.middlespot{}
.bt-cs.industrx.bt-middlespot span.readmore-text{ }
.bt-middlespot td.middlespot{border:0;padding:6px 12px 4px 12px;vertical-align: middle;}
.bt-middlespot td.middlespot-icon { border:0;padding: 6px 12px 2px 12px;vertical-align: middle; color:#fff}
.bt-middlespot td.middlespot-icon .fa{ color:#fff; font-size:20px;}

/*
	=========================================
		COLOREDMODULE-3 - ZT TESTIMONIAL
	=========================================
*/
.coloredmodule-3 {position: relative;z-index:6;}
.coloredmodule-3-bg {position: absolute;z-index:1;width:100%; height:88%;}
.coloredmodule-3-overlay{opacity:1;background-image: url("../images/coloredmodule-3-bg.png");background-position: left bottom;background-repeat: no-repeat; position:absolute; width:100%; height:88%; z-index:1}

.coloredmodule-3-bg::before {position: absolute;z-index:3;width:50%; height:100%; right:0; bottom:0; content:""; top:86px;}
.coloredmodule-3-bg::after{content:"";opacity:0.08;background-image: url("../images/coloredmodule-3-bg2.jpg");background-position: left bottom;background-size:cover;background-repeat: no-repeat; position:absolute; width:50%; height:100%; z-index:4; right:0; bottom:0; top:86px;}
.colored_spot2{ padding-top:72px; padding-left:70px;}

.coloredmodule-3-overlay::after{position: absolute;z-index:3;height:100%; left:0; bottom:0; content:""; width:100%;opacity:0.92}

.zt-module-testimonial.industrx{ padding-top:46px;}
.ztTestimonial.industrx .name{ font-weight: 400;line-height: 150%;font-size: 20px;margin-bottom:10px;display: block;}
.ztTestimonial.industrx img.avatar {float: right;width:auto;height: auto;border:0;padding:0px;}
.zt-module-testimonial.industrx .img-circle {border-radius:0;}
.zt-module-testimonial.industrx .col-sm-2.avatar-container,.zt-module-testimonial.industrx .col-md-2.avatar-container,.zt-module-testimonial.industrx .col-lg-3.avatarblock { padding-left:0; padding-right:0}
.zt-module-testimonial.industrx .infoblock{ padding-left:15px}
.zt-module-testimonial.industrx .zt-info-colon{padding-left:52px;}
.ztTestimonial.industrx p.content-testimonial{ margin-left:0;border-bottom:0;}
.ztTestimonial.industrx p.content-testimonial::after,.ztTestimonial.industrx p.content-testimonial::before { display:none;}
.zt-module-testimonial.industrx .carousel-indicators {position: absolute;bottom:0px;right:20px;z-index: 15;width: auto;padding-left: 0;margin: 40px 0px 0px 0;text-align: right;list-style: none;}
.ztTestimonial.industrx ol.carousel-indicators li {display: inline-block;float: none;border:0;height: 8px;width: 8px;margin: 1px 5px 1px 1px;border-radius:0px;background-color:#fff;}
.ztTestimonial.industrx ol.carousel-indicators li.active {float: none;border:0;height: 8px;width: 8px;margin: 1px 5px 1px 1px;}
.zt-module-testimonial.industrx  .carousel-control .icon-prev, .zt-module-testimonial.industrx  .carousel-control .glyphicon-chevron-left {left:0%;}
.zt-module-testimonial.industrx  .carousel-control .icon-next, .zt-module-testimonial.industrx  .carousel-control .glyphicon-chevron-right {right: 0%;}
.zt-module-testimonial.industrx .carousel-control .icon-prev, .zt-module-testimonial.industrx .carousel-control .icon-next, .zt-module-testimonial.industrx .carousel-control .glyphicon-chevron-left, .zt-module-testimonial.industrx .carousel-control .glyphicon-chevron-right {top:60%;}
.zt-module-testimonial.industrx .carousel {padding-bottom: 40px;}
.ztTestimonial.industrx .tw-fb a i { font-size:20px;padding: 5px 5px;}
.ztTestimonial.industrx .tw-fb a:hover {background-color:transparent;box-shadow:none;}
.zt-module-testimonial.industrx .zt-testimonial .zt-information ul.zt-member-social-links{ padding-left:0;}

.ztTestimonial.industrx-team .name{ font-weight: 400;line-height: 150%;font-size: 20px;margin-bottom:10px;display: block;}
.ztTestimonial.industrx-team img.avatar {float: right;width:100%;height:100%;border:0;padding:0px;}
.zt-module-testimonial.industrx-team .img-circle {border-radius:0;}
.zt-module-testimonial.industrx-team .col-md-3 { padding-left:0; padding-right:0}
.zt-module-testimonial.industrx-team .zt-info-colon{padding-left:15px; padding-top:20px;}
.ztTestimonial.industrx-team p.content-testimonial{ margin-left:0;border-bottom:0;}
.ztTestimonial.industrx-team p.content-testimonial::after,.ztTestimonial.industrx-team p.content-testimonial::before { display:none;}
.zt-module-testimonial.industrx-team .carousel-indicators {position: absolute;bottom:-30px;right:20px;z-index: 15;width: auto;padding-left: 0;margin:0px 0px;text-align: right;list-style: none;}
.ztTestimonial.industrx-team ol.carousel-indicators li {display: inline-block;float: none;border:0;height: 8px;width: 8px;margin: 1px 5px 1px 1px;border-radius:0px;background-color:#fff;}

.ztTestimonial.industrx-team .carousel-control.right, .ztTestimonial.industrx-team .carousel-control.left {width:35px;background-image: none;}
.zt-module-testimonial.industrx-team{ padding-top:38px;}
.ztTestimonial.industrx-team ol.carousel-indicators li.active {float: none;border:0;height: 8px;width: 8px;margin: 1px 5px 1px 1px;}
.zt-module-testimonial.industrx-team  .carousel-control .icon-prev, .zt-module-testimonial.industrx-team  .carousel-control .glyphicon-chevron-left {left:0%;}
.zt-module-testimonial.industrx-team  .carousel-control .icon-next, .zt-module-testimonial.industrx-team  .carousel-control .glyphicon-chevron-right {right: 0%;}
.zt-module-testimonial.industrx-team .carousel-control.left{ left:0}
.zt-module-testimonial.industrx-team .carousel-control.right {left:35px; right:auto}
.zt-module-testimonial.industrx-team .carousel-control .icon-prev, .zt-module-testimonial.industrx-team .carousel-control .icon-next, .zt-module-testimonial.industrx-team .carousel-control .glyphicon-chevron-left, .zt-module-testimonial.industrx-team .carousel-control .glyphicon-chevron-right {top:100%;}
.zt-module-testimonial.industrx-team .carousel {padding-bottom: 40px;}
.ztTestimonial.industrx-team .tw-fb a i { font-size:20px;padding: 5px 5px;}
.ztTestimonial.industrx-team .tw-fb a:hover {background-color:transparent;box-shadow:none;}
.zt-module-testimonial.industrx-team .row { }
.ztTestimonial.industrx-team .email,.ztTestimonial.industrx-team .website,.ztTestimonial.industrx-team .tw-fb a {}
.zt-module-testimonial.industrx-team .glyphicon {font-family: 'FontAwesome';}
.zt-module-testimonial.industrx-team .carousel-control{ opacity:1}
.zt-module-testimonial.industrx-team .glyphicon-chevron-left,.zt-module-testimonial.industrx-team .glyphicon-chevron-right{ border:1px solid #fff; width:35px; height:35px;}
.zt-module-testimonial.industrx-team .glyphicon:empty {width:35px;}
.zt-module-testimonial.industrx-team .glyphicon-chevron-left::before {content: "\f104";}
.zt-module-testimonial.industrx-team .glyphicon-chevron-right::before {content: "\f105";}
.zt-module-testimonial.industrx-team .glyphicon-chevron-left{ margin-left:0;}
.zt-module-testimonial.industrx .zt-testimonial .zt-information .zt-info-name{ margin-bottom:5px;}
/*
	=========================================
		BOTTOMSPOT - OUR CLIENTS
	=========================================
*/
.home .wrap.bottomspot{ padding-top:80px;max-width:100%; overflow:hidden;}
.bottomspot h3.module-title.bicolor{}
.unite-carousel-wrapper{ max-width:100%!important}
/*
	=========================================
		BOTTOMSPOT-2 - GET A FREE QUOTA
	=========================================
*/
.wrap.bottomspot-2{ }
.bottomspot-2-module{background:url(../images/free-quota-bg.jpg) no-repeat left top;}
.bfFormDiv{width:570px; padding:20px 20px 20px 20px;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.08);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.08);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.08); float:right;}
.bfFormDiv .bfQuickMode input{ height:29px; width:100%!important; text-transform:uppercase}
.bfFormDiv .bfQuickMode span.bfElemWrap{ width:50%;}
.bfQuickMode span.bfElemWrap {padding: 5px 10px 5px 5px!important;margin: 0px 0px 0px 0px!important;}
.bfFormDiv  textarea{ width:100%!important; text-transform:uppercase}
.bfFormDiv .bfQuickMode .bfSubmitButton{ float:left;font-size: 18px;line-height: 1;padding: 7px 12px 7px 12px; border:1px solid transparent; margin-left:5px; margin-top:10px;transition: all 0.2s  linear 0s;}
.bfrolloverbg{ background:none; background-color:transparent;border:1px solid red!important}
.contact3 .submain-3 .t3-module{-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.08);padding:20px 20px 20px 20px;}
/*
	=========================================
		BOTTOMSPOT-3 - NEWSLETTER
	=========================================
*/
.bottomspot-3 .acym_introtext h5,.bottomspot-3 .acymailing_introtext h5{display:inline-block;  color:#fff!important;  font-size:18px; font-weight:600; margin-bottom:0px; margin-top:5px;padding-bottom: 5px;position: relative;}
.bottomspot-3 .acym_introtext h5:before,.bottomspot-3 .acymailing_introtext h5:before{position:absolute;content:"";left:0px;right:0px;bottom:0px;border-bottom:1px solid #fff;width:100%;}
.bottomspot-3  .acyfield_email.acy_requiredField{ margin:0;float:left;}
.bottomspot-3  p.onefield.fieldacyemail { margin:0;}

div.acymailing_module-industrx div.acymailing_introtext.industrx,.bottomspot-3 .acymailing_introtext{color:#fff!important; padding:0px!important;}
.bottomspot-3 .acym_introtext .fa,.bottomspot-3 .acymailing_introtext .fa{font-size:60px; margin-right:20px;}
.bottomspot-3 .acym_introtext span,.bottomspot-3 .acymailing_introtext span {display: inline-block;float: left;}
.bottomspot-3{ padding:15px 0;}
.bottomspot-3 .acym_introtext{ width:50%; float:left;}
.bottomspot-3 .acym_form.industrx{ width:50%; float:left;}
.bottomspot-3 p.acysubbuttons{ display:inline-block;}
.acyfield_text{display:inline-block;}
.bottomspot-3 .acym_module_form input {max-width:100%;cursor: inherit;}
.wrap.bottomspot-3 .subbutton{ margin-left:30px; transition: all 0.2s  linear 0s;}
.bottomspot-3 .acym_module_form .wrap-acym-wtcorp input#acym__user__edit__email{ background:none; cursor:default!important;}
.acym_module_form input{}
.acymailing_module.industrx div.acymailing_form.industrx { margin-top:10px!important}
.acym_module td, .acym_module tr td {border-top:0; padding-top:10px}
table.acymailing_form.industrx {margin: 0;border: 0px !important;}
/*
	=======================================
		FOOTER - COPYRIGHT 
	=======================================
*/
.t3-footer,.t3-copyright{ border-top:0;}
.t3-footer .footerlogo_social_icon  .fa{ width:37px; height:37px; font-size:20px;line-height:37px; padding:0 10px; text-align:center;transition: all 0.3s linear 0s;margin-right:5px;}
ul.footerlogo_social_icon li{ display:inline; float:left; margin-right:5px;}
.t3-footnav .t3-module ul.footerlogo_social_icon{ margin-top:30px}
.t3-footnav .t3-module .bt-cs.industrx .bt-inner .bt-title { margin-bottom:0;}
.t3-footnav .t3-module .bt-cs.industrx .readmore a.btn{ background:none;border:none; padding:0px;}
.t3-footnav .t3-module .bt-cs.industrx p.readmore{ margin:0;display: inline-block;}
.t3-footnav .t3-module .bt-cs.industrx .bt-row {padding:15px 0;}
.t3-footnav .t3-module .bt-cs.industrx .bt-inner {padding-left: 0px;padding-right:0px;}
.t3-footnav .t3-module ul li{ margin:15px 0; border-bottom:0;}
.t3-footnav .module_menu .nav > li > a,.t3-footnav .module_menu .nav > li > .separator,.t3-footnav .module_menu .nav > li > span {	border-bottom:0;}
#t3-footer .t3-footnav img {outline: none;border:0;}

.t3-copyright p{ margin-bottom:0}
.t3-copyright ul.menu li,.t3-copyright li{display:inline;float:left; margin:0;}
.t3-copyright ul.menu li a,.t3-copyright li a,.t3-copyright li span ,.t3-copyright li.separator{border-radius:0px; padding:0px 30px 0px 0px;}
.t3-copyright p,.top-login { margin:0px;}
.t3-copyright i{ margin-right:10px;}
.t3-copyright ul.menu li a:hover,.t3-copyright li a:hover ,.t3-copyright a:hover{background:none;background-color:transparent;transition: all 0.2s  linear 0s;}
.t3-copyright ul.menu li.active a,.t3-copyright li.active a { background:none}
.t3-copyright ul.dropdown-menu{ border-radius:0px; padding-left:10px; margin-top:0; margin-left:-10px;}
.t3-copyright ul.dropdown-menu li a{padding:10px;}
.t3-copyright .nav  li,.t3-copyright .nav  li a,.t3-copyright .nav  li:hover,.t3-copyright .nav  li a:hover{background:none!important;background-color:transparent!important;}
.t3-copyright ul.menu {float: right;}

.acymailing_form.industrx{ margin:30px 0 0 0;}
.acymailing_module_form.industrx .acymailing_introtext.industrx {padding-bottom:15px!important;}
.acymailing_form.industrx td.acysubbuttons input.btn-primary{border-radius:0px 3px 3px 0px;}
.acymailing_form.industrx input.inputbox{border-radius:0px}
/*
	=========================================
		COLOREDMODULE-4 - about us
	=========================================
*/

.about-us-title{ margin-top:0}
.wrap.coloredmodule-4{ background-image:url(../images/coloredmodule-4-bg-pic.jpg); background-repeat:no-repeat;background-position:center center; background-size:cover; position:relative; }
.wrap.coloredmodule-4::before{position:absolute; top:0; left:0; right:0; bottom:0; content:""; opacity:0.9;}


/*
	=======================================
		COUNTERS
	=======================================
*/

.counters {float: left;width: 100%;padding: 0px;text-align: center;font-size: 50px;font-weight: 500; padding:10px 0;color:#fff}
.counters i {font-size: 62px;display: block;margin-bottom: 10px;color:#fff}
.counters h4 {display: block;font-size:19px;font-weight: 400;margin: 0px auto 0 auto;padding: 5px 0px 20px 0px; }

.counter-style {padding: 50px 20px;border: 1px solid rgba(255,255,255,.2);position: relative;overflow: hidden;transition: all .8s;-moz-transition: all .8s;-webkit-transition: all .8s;-ms-transition: all .8s;-o-transition: all .8s;z-index: 1; margin:0 10px;border-radius:3px;}

.counters .timer {font-size: 60px;line-height: 60px;font-weight: 600;letter-spacing: 3px;margin-bottom: 10px;}
.counter-style::after {content: "";height: 0;width: 100%;position: absolute;top: 0;right: 0;z-index: -1;transform-origin: top;-moz-transform-origin: top;-ms-transform-origin: top;-webkit-transform-origin: top;-o-transform-origin: top;transition: all .8s;-moz-transition: all .8s;-webkit-transition: all .8s;-ms-transition: all .8s;-o-transition: all .8s;}
.counter-style:hover::after {height: 100%;top: auto;bottom: 0;transform-origin: bottom;-moz-transform-origin: bottom;-ms-transform-origin: bottom;-webkit-transform-origin: bottom;-o-transform-origin: bottom;
}

/*
	=========================================
	MEET TEAM ABOUT US PAGE - ZT TESTIMONIAL
	=========================================
*/
.zt-module-testimonial-description.industrx.team,.zt-module-testimonial-description.industrx.customer{ text-align:center;font-size: 16px;}
/*
	=========================================
	PRICING TABLE -  CUSTOM MODULE
	=========================================
*/
.pricingtable-row .row{padding:40px 100px;}
.pricingtable-wrapper.style {box-shadow: 0 0 30px 0 rgba(0,0,0,.1);padding: 30px;}
.no-padding {padding-left: 0;padding-right: 0;}
.pricingtable-inner {text-align: center;}
h4.pricingtable-title {font-size: 22px;line-height: 28px;margin-bottom: 15px; text-align:center;}
.pricingtable-wrapper.style .pricingtable-bx {font-weight: 500;border-radius: 10px;display: inline-block;font-size:16px;margin-top: 20px;padding: 15px 25px;margin-bottom: 20px;}
.pricingtable-wrapper.style .pricingtable-bx span {font-size: 22px;}
.pricingtable-wrapper.style.active {margin: -30px -10px 0;padding: 60px 30px;position: relative;z-index: 1;}
.pricingtable-wrapper.style p {line-height: 28px;margin-bottom: 24px;}
.site-button.white {display: inline-block;padding: 12px 60px;background-color: #fff;border-radius: 100px;-webkit-border-radius: 100px;margin: 0 5px 10px 0;}
.pricingtable-inner .btn-primary{display: inline-block;padding: 12px 60px;border-radius: 100px;-webkit-border-radius: 100px;margin: 0 5px 10px 0;}

/*
	=========================================
	HAPPY CUSTOMERS - ZT TESTIMONIAL
	=========================================
*/
.zt-module-testimonial.industrx.customer img.avatar {float: right;width:80px;height:80px;border:1px solid #EFEFEF;padding:4px;box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;}
.zt-module-testimonial.industrx.customer .img-circle {border-radius: 50%;}
.zt-module-testimonial.industrx.customer  p.content-testimonial {padding:25px;position: relative;margin:0px 0px 50px 0px;min-height: 10px;border-radius: 6px 6px 6px 0;-webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);-moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.08);transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-o-transition: all .8s;-webkit-transition: all .8s;}
.zt-module-testimonial.industrx.customer  p.content-testimonial::after {content: "";position: absolute;width: 0;height: 0;border-style: solid;bottom: -28px;left:23px;}
.zt-module-testimonial.industrx.customer  p.content-testimonial::before {content: "";position: absolute;width: 0;height: 0;bottom: -31px;left:24px;margin-right: 10px;}
.zt-module-testimonial.industrx.customer .tw-fb a {display: block;float: left;padding: 12px !important;font-size: 18px;text-align: center;}
.zt-module-testimonial.industrx.customer .row.info {padding-left:40px;}
.zt-module-testimonial.industrx.customer .zt-testimonial,.zt-module-testimonial.industrx.customer .zt-testimonial:hover {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border-bottom:0; background-color:transparent}
.zt-module-testimonial.industrx.customer .name{ font-weight:500;}

/*
	===========================================
	Our Professional Services -  CUSTOM MODULE
	===========================================
*/
.wt-services-box-wrapper { padding:30px}
.wt-services-box-wrapper .fa,.wt-services-box-wrapper i{ font-size:80px;}
.services-count-2 span.services-count-number {position: absolute;right:35px;top: 20px;font-size: 120px;font-weight: 700;color: rgba(177, 177, 177, 0.7);opacity: 0.3;line-height: 120px; font-family:Poppins Medium}
.wt-services-box-wrapper  h4 {font-size: 20px;line-height: 26px;margin-bottom: 15px;margin-top:20px;font-weight: 400;text-transform: none;}
.wt-services-box-wrapper a.btn{ margin-top:20px;}

/*
	===========================================
	Our Best Plans -  CUSTOM MODULE
	===========================================
*/
.row.pricing-table-1{ }
.pricing-table-1 .plan{ padding:20px;}
.text-white {color: #FFF;}
.pricing-table-1 .plan-title { color:#fff;position: relative;margin: 0; font-size: 20px;line-height: 26px;}
.pricing-table-1 .plan-price {font-weight: 500;font-size: 38px;margin: 10px 0;display: inline-block;}
.pricing-table-1 .plan-features li {padding: 8px 0px;}
.pricing-table-1 .plan-features {list-style: outside none none;padding: 0 0 20px;margin: 0;list-style: outside none none;font-size: 14px;}
.pricing-table-1 a.btn{}
.pricing-table-1 .plan-features i {margin-right: 8px;color: rgba(255, 255, 255, 0.5);}
.pricing-table-1 .featured {margin-top: -10px; padding-bottom:40px;}
.pricing-table-1 .plan-select {border-top: 1px solid rgba(0, 0, 0, 0.2);padding: 20px;text-align: center;}
/*
	===========================================
	CONTACT PAGE - 
	===========================================
*/
.contact-right .dl-horizontal dt {width: auto;}
.contact-right .dl-horizontal dd {margin-left: 0px;margin-bottom: 20px;}
.contact.industrx i,.contact.industrx .fa{ font-size:26px;line-height:1; margin-right:5px; vertical-align:middle}
.contact.industrx .contact-text{padding-left: 30px;}
.contact.industrx .info-title{ font-weight:500}
.contact-form.industrx .well {box-shadow: none; background-color:transparent}
.contact.industrx .msc-info{ margin-top:40px; border-style:solid; padding:20px}
.contact.industrx .form-horizontal .control-group .control-label {text-align: left; width:110px}
.contact.industrx .form-horizontal .control-group .controls{ margin-left:110px;}
.contact.industrx label#jform_spacer-lbl{ font-size:12px}
.contact.industrx label{ font-weight:normal;}
.contact-form.industrx #jform_contact_message {width: auto;height:155px;}
.contact-form.industrx input{ height:29px;}
.contact-form.industrx #jform_contact_emailmsg {width: auto!important;}
.contact-industrx-h3{ visibility:hidden}
.gm-style .gm-style-iw-c {}

/*
	===========================================
	    BREADCRUMBS - 
	===========================================
*/
.wrap.t3-breadcrumbs{ padding: 80px 0;width: 100%; position:relative;}
.wrap.t3-breadcrumbs::after{ position:absolute; top:0; left:0; bottom:0; right:0; content:"";opacity:0.75; z-index:1;}
.t3-breadcrumbs-module{position:relative; z-index:2;}
.breadcrumb{background-color:transparent; color:#fff;}
.t3-breadcrumbs h1 {color: #fff;float: left;font-size: 32px;font-weight:600;margin: 0; text-transform:uppercase }
.t3-breadcrumbs [class*="col-"]{padding-left:0!important;}
.t3-breadcrumbs .breadcrumb > li,.t3-breadcrumbs .breadcrumb > li + li {margin: 7px 0 0;text-align: left;}
.t3-breadcrumbs .breadcrumb > li.active{color:#fff!important;}
.t3-breadcrumbs .breadcrumb{ float:right;}
.t3-breadcrumbs .breadcrumb a:hover{ color:#fff;}
.breadcrumb > li + li::before { font-size:16px;font-weight: 500;font-family:FontAwesome}

/*
	==================================================
		VIDEO GALLERY - ALLVIEDOSHARE
	==================================================
*/
.avs_input_search input {float:left;margin: 0 0 0 10px;padding: 2px 4px;width: 20%;height: 28px;}
.avs_input_search input#search_btn {margin-left:10px;padding: 3px 10px;color: #fff;}
#avs_gallery .avs_thumb .avs_img_container .arrow{z-index:99!important}
.avs_player_responsive{ margin-top:0px;}
#avs_gallery{}
.t3-sidebar .avs_input_search{ float:left!important;width: 100%;}
.t3-sidebar div.avs_input_search input#avssearch{ float:left!important; width:76%!important;}
.t3-sidebar .avs_input_search .btn{width:21%; }
#t3-content #avs_gallery .avs_thumb{margin-bottom:20px;}

/*
	=========================================
		BLOG - BT CONTENT SLIDER
	=========================================
*/
.bt-cs.industrx.blog .bt-inner img{}
.bt-cs.industrx .next.industrx,.bt-cs.industrx .prev.industrx{ display:inline-block;bottom:0px; height:35px; width:35px;opacity:1;}
.industrx .bt-arrows.industrx{ position:relative;margin-top:40px}
.bt-cs.industrx .bt_handles_num {position:relative!important; z-index:1; text-align: center;}
.bt-cs.industrx .bt_handles_num li{float:none; display:inline-block; margin:0 5px!important;}
.bt-cs.industrx .bt_handles_num li a{ font-size:14px; line-height:33px; height:35px; width:35px; float:none;}
.industrx .bt_handles_num li a:hover{ color:#fff!important}
.bt-cs.industrx a.prev.industrx{left:25%; z-index:2;opacity:1;text-indent:0; background:none!important;}
.bt-cs.industrx a.next.industrx{right:25%; z-index:2;opacity:1; text-indent:0;background:none!important;}
.bt-cs.industrx a.prev.industrx .fa,.bt-cs .industrx a.next.industrx .fa{ font-size:20px; line-height:31px}
.bt-cs.industrx.blog .bt-intro-title-container {padding:20px 0px;float:none;}

/*
	====================================================
		PORTFOLIO - SP SIMPLE PORTFOLIO MODULE 
	====================================================
*/

#sp-simpleportfolio {}
.sp-simpleportfolio.industrx {}
.featherlight .featherlight-content,.featherlight{ z-index:999!important}
.sp-simpleportfolio .sp-simpleportfolio-item.industrx .sp-simpleportfolio-info{ position:relative;padding:50px 20px 30px 20px;}
.sp-description.industrx{ clear:both; line-height:1.42; text-align:justify}
.sp-simpleportfolio-created.industrx-overimage{ font-size:19px; font-family:ralewaybold;  line-height:1.1; padding-top:7px; text-align:center; width:60px; height:60px; display:block; overflow:hidden; position:absolute;top:-30px; left:20px; z-index:3}
.sp-simpleportfolio .sp-simpleportfolio-item.industrx .sp-simpleportfolio-info h3 a,.sp-simpleportfolio .sp-simpleportfolio-item.industrx .sp-simpleportfolio-info h3{ font-weight:bold; font-size:20px; margin-bottom:10px;}
.sp-simpleportfolio-client.industrx.col-sm-6,.sp-simpleportfolio-client.industrx.col-md-6{ padding-left:0; padding-right:10px;}
.sp-simpleportfolio-client.industrx, .sp-simpleportfolio-created.industrx{ margin-bottom:15px;}
.sp-simpleportfolio-client.industrx h4, .sp-simpleportfolio-created.industrx h4{ font-size:13px;}
.sp-simpleportfolio-client.industrx h4 span, .sp-simpleportfolio-created.industrx h4 span{ font-weight:bold;}
.sp-simpleportfolio-info.industrx:hover h4{ color:#fff;}
.sp-simpleportfolio .sp-simpleportfolio-item.industrx .sp-simpleportfolio-link{ text-align:right; margin-top:30px;}
.sp-simpleportfolio .sp-simpleportfolio-item.industrx .sp-simpleportfolio-btns a{border-radius:3px;}
.filters.btn-toolbar .btn{height:38px;}
span[itemprop="keywords"] { margin-right:5px;}
.sp-simpleportfolio .sp-simpleportfolio-description.industrx{ width:100%; margin-bottom:15px;}
.sp-simpleportfolio-meta.industrx{ width:100%; padding-left: 0px;}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {margin: 0 5px 10px 5px;}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {border-radius:3px;color:#fff}
.sp-simpleportfolio .sp-simpleportfolio-meta.industrx > div { margin-bottom:10px; padding-bottom:10px}
.sp-simpleportfolio-link a.btn{ margin-top:15px; margin-bottom:15px;}

.sp-simpleportfolio.industrx .sp-simpleportfolio-item .sp-simpleportfolio-btns a {border-radius:3px;}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {font-weight: 400;}
.sp-simpleportfolio .sp-simpleportfolio-image[class*=' col-']{ padding-left:0;}
.sp-simpleportfolio.industrx .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item {width: 33.3334%;}
/*
	====================================================
		LOGIN - REGISTRATION
	====================================================
*/
.registration{-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.08);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.08);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.08); padding:15px; }
.registration .form-horizontal .control-group .control-label{ text-align:left}
.registration label {font-weight:400;}
.registration .form-actions,.reset .form-validate p, .remind .form-validate p {border-radius:0px;}
#login-form li {list-style: none;margin-bottom: 7px;}
#login-form ul.unstyled {padding-left: 0;}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {border-top-left-radius: 0;border-bottom-left-radius: 0;}
input.validate-email.required{}



/*
	=======================================
		MOBILE
	=======================================
*/
@media screen and (max-width:1200px){
.zt-module-testimonial.industrx.customer img.avatar {float:left;}
.zt-module-testimonial.industrx.customer img.avatar { margin-bottom:15px;}
}
@media screen and (max-width:767px){
#t3-mainnav.navbar-default .navbar-nav li > a,#t3-mainnav.navbar-default .navbar-nav li > .separator,#t3-mainnav.navbar-default .navbar-nav li > span{ padding:10px 15px; display:block;}
.t3-mainnav .t3-navbar-collapse .nav .caret{ position:absolute; right:12px;}
.ztTestimonial.industrx.owl-theme .owl-controls .owl-buttons .owl-prev{ left:0px;}
.ztTestimonial.industrx.owl-theme .owl-controls .owl-buttons .owl-next{right:0px;}
.off-canvas-toggle{display:none;}
.col-xs-12.col-sm-7.mainnav-con{ padding-left:0; padding-right:0;}
#t3-mainnav.navbar{ border:0;min-height: 0px;}
#t3-header {}
.navbar-toggle {border-radius:0px;}
.navbar-header {position: absolute;top:-59px; right:0px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {}
.ztTestimonial.industrx img.avatar {float:left;}
.zt-module-testimonial.industrx .zt-info-colon {padding-left:15px; margin-top:30px;}
.colored_spot2 {padding-top:20px;padding-left:15px;}
.ztTestimonial.industrx-team p.content-testimonial{ margin-left:0;border-bottom:0; margin-top:0; margin-bottom:0;}
.ztTestimonial.industrx-team .name {line-height: 100%;font-size: 16px;margin-bottom:5px;}
.zt-module-testimonial.industrx-team .carousel-control.left {left:auto;right:35px;}
.zt-module-testimonial.industrx-team .carousel-control.right {right:0px;left: auto;}
.zt-module-testimonial.industrx-team .carousel-control {font-size: 30px;}
.ztTestimonial.industrx p.content-testimonial {margin-bottom:10px;}
.zt-module-testimonial.industrx .carousel-indicators {margin:0px 0px 0px 0;}
.zt-module-testimonial.industrx-team {padding-top: 15px;}
.zt-module-testimonial.industrx .carousel {padding-bottom:20px;}
.bottomspot-2-module .bfFormDiv {margin-top: 0px;max-width: 570px;width:auto;float: left;}
.bfQuickMode .bfPageIntro h3,.bottomspot-2-module h3 { font-size:30px;}
.bottomspot-2-module {background: none;padding-bottom:15px;}
.bottomspot-2-module .bfQuickMode textarea,.bottomspot-2-module textarea,.bfQuickMode textarea,.bfQuickMode .bfLabelLeft textarea{ max-width:100%;}
.bottomspot-3 .acym_introtext ,.bottomspot-3 .acymailing_introtext{width: 100%;float:left; margin-bottom:10px!important}
table.acym_form{ float:left;}
.t3-breadcrumbs .breadcrumb {float:left;}
.wrap.t3-breadcrumbs {padding:40px 0;}
.pricingtable-row .row {padding:40px 60px;}
.pricing-table-1 .plan ,.iconservices-col{margin-bottom: 30px;}
.t3-copyright ul.menu li a, .t3-copyright li a, .t3-copyright li span, .t3-copyright li.separator {padding: 0px 15px 0px 0px;}
.t3-copyright ul.menu {float: left; margin-top:15px}
.contact.industrx .form-horizontal .control-group .controls {margin-left: 0;}
.contact-form.industrx #jform_contact_emailmsg {width: 100% !important;}
.contact-form.industrx #jform_contact_message {width: auto;}
.affix .t3-header {padding-bottom: 0px;}
.unite-carousel-wrapper{ max-width:100%!important}
.sp-simpleportfolio.industrx .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item {width:100%;}
div.itemToolbar ul {text-align: left;}
div.itemHeader span.itemAuthor,div.itemCategory {margin-bottom:10px;}
#t3-mainnav.navbar {float: none;}
.col-xs-12.mainnav-con{ padding-left:0; padding-right:0}
.col-xs-12.ourstory-text,.col-xs-12.colormodule-2-text,.wt-services-box-wrapper,.counter-style {margin-bottom:30px;}
.colormodule-2-text h1,.colormodule-2-text p.colormodule-2-phone { font-size:24px;}
.topbar {min-height: 0;}
.bfFormDiv{width:100%;}
.navbar-collapse{box-shadow:none}
}
@media screen and (max-width:650px){
.bt-intro-title-container {padding: 25px 15px;}
.t3-sidebar input[type="search"]{ max-width:70%; display:inline-block;}
}
@media screen and (max-width:540px){


}
@media screen and (max-width:480px){
.navbar-header{top:-69px;}
.logo-image{text-align: left;}
.social-top p{text-align:left;}
.logo-image img {max-width:85%;}
.topbar .search {float: none;}
.topbar-left-inner{ margin-bottom:20px;}
.menu-top.col-md-10 {padding-left: 0px;}
.topbar-2 ul.menu li a, .topbar-2 li a, .topbar-2 ul.menu li > .separator, .topbar-2 ul.menu li > span {padding: 10px 10px 10px 10px;}
.menu-top-inner, .topbar-2-right-inner {float: left;}
.menu-top-inner ul{ margin-left:-10px;}
#status {width:100px;height:100px;position:absolute;left:50%;top:50%;background-image:url(../images/loading.svg);background-repeat:no-repeat;background-position:center;margin:-50px 0 0 -50px;background-size:100px;}
.zt-module-testimonial.ourclient img.avatar,.wrap.coloredmodule-1 .zt-module-testimonial.ourclient img.avatar {width: auto;height: auto;}

}
@media screen and (max-width:360px){
.t3-copyright,.wrap.topbar-2 { font-size:90%}
.wrap.topbar { font-size:80%}
.logo-image,#t3-header {min-height:71px;}
.topbar-2-right-inner .btn-group .dropdown-toggle {padding: 9px 5px 9px 0px;}
.acymailing_form.industrx input.inputbox {}
.wrap.bottomspot-3 .subbutton {margin-left: 15px;}
}
@media screen and (max-width:320px){
.bottomspot-3 .acyfield_email.acy_requiredField{width:60%!important}
.wrap.bottomspot-3 .subbutton {margin-left:10px;}
.pricingtable-row .row {padding:30px 40px;}
}
@media screen and (min-width: 768px) and (max-width:990px){
.t3-mainnav .nav > li > a {}
.logo { padding-left:0;}
#t3-mainnav.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav li > a, .navbar-default .navbar-nav li > .separator, .navbar-default .navbar-nav li > span { padding:35px 12px;}
.wrap.t3-breadcrumbs {	padding: 40px 0;}
.counters .timer {font-size: 50px;}
.zt-module-testimonial.industrx.customer .row.info {}
.zt-module-testimonial.industrx.customer .zt-testimonial [class*=' col-']{ padding-left:0; padding-right:0}
.bt-intro-title-container {padding: 25px 10px;}
.zt-module-testimonial.industrx.customer img.avatar {float: left;}
}
@media screen and (min-width: 768px) and (max-width:1200px){
.zt-module-testimonial.industrx-team .team-block[class*=' col-'],.zt-module-testimonial.industrx-team .team-block .col-sm-6{ padding-left:0; padding-right:0}
.zt-module-testimonial.industrx-team .col-sm-6.zt-info-colon { padding-left:7px; padding-top:3px; padding-right:7px; font-size:14px;}
.colored_spot2 {padding-left:20px;}
.ztTestimonial.industrx-team .name {line-height: 100%;font-size:16px;margin-bottom:5px;}
.ztTestimonial.industrx-team p.content-testimonial { max-width:85%;padding-bottom: 10px;margin: 0px 0px 0px 0px;}
.ztTestimonial.industrx-team .name {display: inline-block;}
}
@media screen and (min-width: 991px) and (max-width:1200px){
.bt-cs.bt-subslider .bt-title-wrap {padding: 10px 15px;}
.bt-cs.industrx .bt-inner .bt-title {line-height: 100%;font-size:16px;margin-bottom:10px;}
.bt-cs.bt-subslider div.readmore {padding-top:7px;}
.colormodule-2-text a.btn{ margin-bottom:20px;}
}