@charset "utf-8";

@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: 'Oswald Regular';
    src: url('../fonts/oswald/oswald-regular.woff2') format('woff2'),
         url('../fonts/oswald/oswald-regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: '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); */
}
/* Preloader */
#preloader {position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;}
#status {width:260px;height:260px;position:absolute;left:50%;top:50%;margin:-130px 0 0 -130px;background-size:260px;}
.loader{
	width:200px;
	height:200px;
	border-radius:50%; 
	border-left-color: transparent;
  border-right-color: transparent;
	animation:rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}
#loader2{
	width:220px;
	height:220px;
	position:relative;
	top:-210px;
	border-left-color: transparent;
  border-right-color: transparent;
	animation:rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}
#loader3{
	width:240px;
	height:240px;
	position:relative;
	top:-440px;
	border-left-color: transparent;
  border-right-color: transparent;
	animation:rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}
#loader4{
	width:260px;
	height:260px;
	position:relative;
	top:-690px;
	border-left-color: transparent;
  border-right-color: transparent;
	animation:rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}
@keyframes rotate{
	0%{transform:rotateZ(-360deg)}
	100%{transform:rotateZ(0deg)}
}
@keyframes rotate2{
	0%{transform:rotateZ(360deg)}
	100%{transform:rotateZ(0deg)}
}
#text{
	color:white;
	font-family:Arial;
	font-size:20px;
	position:relative;
	top:-837px;
}

 /********************/
@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 ,#t3-content img,.t3-sidebar img {max-width: 100%;}
.btn{ padding-top:3px; padding-bottom:3px;}
.btn,.btn-primary,.btn-secondary,button,.pagenav li > a{border-radius:0px;transition: all 0.2s  linear 0s;border-radius:0px;}
.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:0px;box-shadow:none;transition: all 0.2s  linear 0s; max-width:100%; filter: none; height:32px;}
input {filter: none;}

#t3-content .item-page img ,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:6px 5px 6px 15px;display: block; margin-top:0;}
.module_menu .nav > li > a::after, .module_menu .nav > li > .separator::after,.module_menu .nav > li > span::after{ content:''; position:absolute; width:100%; height:1px; bottom:1px; left:0;} 
.module_menu .nav > li > a::before, .module_menu .nav > li > .separator::before,.module_menu .nav > li > span::before{ content:''; position:absolute; width:100%; height:1px; bottom:0px; left:0;} 
.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;}
.search input{ display:inline-block}
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{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{}
.t3-off-canvas .module_menu .nav > li > a::after,.t3-off-canvas .module_menu .nav > li > .separator::after,.t3-off-canvas .module_menu .nav > li > span::after,.t3-off-canvas .module_menu .nav > li > a::before,.t3-off-canvas .module_menu .nav > li > .separator::before,.t3-off-canvas .module_menu .nav > li > span::before{display:none}
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%;}
.t3-sidebar.t3-sidebar-right[class*=' col-'],.t3-sidebar.t3-sidebar-left[class*=' col-'],.footer-right[class*=' col-']{ padding-left:0px; padding-right:0;}
.t3-sidebar.t3-sidebar-right .module-title,.t3-sidebar.t3-sidebar-left .module-title,.footer-right .t3-module h3.module-title {color:#fff;  position:relative; z-index:2;}
.t3-sidebar.t3-sidebar-right .module-title{margin-right:-51px; margin-left:-30px; padding:12px 51px 13px 30px;}
.t3-sidebar.t3-sidebar-left .module-title {margin-right:-30px; margin-left:-51px;padding:12px 30px 13px 51px; }
.t3-sidebar-1 h3.module-title,.t3-sidebar-2 h3.module-title{ padding:15px 30px;color:#fff; }
.t3-sidebar.t3-sidebar-right .module-title::before,.footer-right .t3-module h3.module-title::before{ content:""; position:absolute; width:100%; height:100%; left:0; top:0;
-webkit-box-shadow: inset 15px 0px 15px -9px rgba(0,0,0,0.75);
-moz-box-shadow: inset 15px 0px 15px -9px rgba(0,0,0,0.75);
box-shadow: inset 15px 0px 15px -9px rgba(0,0,0,0.75);
}
.t3-sidebar.t3-sidebar-left .module-title::before{ content:""; position:absolute; width:100%; height:100%; right:0; top:0;
-webkit-box-shadow: inset -15px 0px 15px -9px rgba(0,0,0,0.75);
-moz-box-shadow: inset -15px 0px 15px -9px rgba(0,0,0,0.75);
box-shadow: inset -15px 0px 15px -9px rgba(0,0,0,0.75);
}

.t3-sidebar.t3-sidebar-right .module-title::after,.footer-right.right-1 .t3-module h3.module-title::after{z-index:1; content:""; position:absolute; width:0; height:0; right:-1px; bottom:-28px;width: 0;height: 0;border-bottom: 27px solid transparent;}
.t3-sidebar.t3-sidebar-left .module-title::after{z-index:1; content:""; position:absolute; width:0; height:0; left:-1px; bottom:-28px;width: 0;height: 0;border-bottom: 27px solid transparent;}

.t3-sidebar.t3-sidebar-right .t3-module,.footer-right.right-1 .t3-module{ background:url(../images/module-grad-bg.png) no-repeat top right}
.t3-sidebar .module-ct {margin-top: 50px;}
.t3-sidebar.t3-sidebar-left .t3-module{ background:url(../images/module-grad-bg2.png) no-repeat top left}
.t3-content,.footer-left{-webkit-box-shadow: 15px 0px 15px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 15px 0px 15px -9px rgba(0,0,0,0.75);
box-shadow: 15px 0px 15px -9px rgba(0,0,0,0.75);}
.tagspopular ul > li {margin:0 6px 10px 0px;}
.tagspopular ul > li > a {border-radius:0px;display: block;padding:3px 10px;}
.dropdown-menu {border-radius: 0px;}
/*
	=======================================
		PROGRESSBAR - SCROLLING 
	=======================================
*/
.scroll-progress-bar {position: fixed;z-index: 9999;height: 5px;top: 0;left:0;}

/*
	=======================================
		NAVBAR
	=======================================
*/
/******Megamenu no animation styling*******/

#t3-mainnav .container{}
#t3-mainnav ul{ padding-left:0;}

#t3-mainnav li,#t3-mainnav li span{ list-style:none;display:block;}
#t3-mainnav.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav li > .separator,.navbar-default .navbar-nav li > span{padding:13px 15px 13px 15px;transition: all 0.2s  linear 0s; }
#t3-mainnav .dropdown-menu span,#t3-mainnav .dropdown li a,#t3-mainnav .dropdown-menu > li > a{display:block; padding:10px 15px; font-size:85%; 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 {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:0px;height:2px;width:0%;opacity:0; z-index:999;transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
.t3-megamenu .dropdown.mega.open > .mega-dropdown-menu::before{width:100%;opacity:1;transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s; }

.t3-megamenu .dropdown.mega > .mega-dropdown-menu::after {}
.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:0px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > .separator, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > .separator:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > .separator:focus{ outline:none;}
/*
	=======================================
		HEADER
	=======================================
*/
#t3-header{min-height:70px;}
#t3-mainnav.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; }
.logo-image img{ max-width:100%;}
.logo-image{min-height:70px;}
.logo-image {display: flex;align-items: center;  }

/*
	=======================================
		JE ORBIT SLIDER - MAIN SLIDER
	=======================================
*/
.orbit-container.atomizer h3.slide-title,.orbit-container.atomizer h3 { margin-top:0px;font-size:32px; font-weight:600}
.orbit-container.atomizer .orbit-slides-container > * .orbit-caption {font-size: 100%;background-color: rgba(255, 255, 255, 0.7);padding:15px;}
.orbit-container.atomizer .orbit-prev, .orbit-container.atomizer .orbit-next {width:18px;height:70px;line-height:70px;}
.orbit-container.atomizer .orbit-prev > span{left:3px;border:0; width:9px; height:17px; background:url(../images/orbit-prev.png) no-repeat;}
.orbit-container.atomizer .orbit-next > span{border:0; background:url(../images/orbit-next.png) no-repeat;width:9px; height:17px;}
.orbit-container.atomizer .orbit-bullets li {background:rgba(255,255,255,0.4);width:10px;height:10px;}
.bfPageIntro h3{ margin-bottom:0px;}
.subslider-2.col-sm-12.col-md-4{ padding-left:0px;}
.subslider-1.col-sm-6.col-md-8{}

/*
	=======================================
		MAIN-TOP MODULE
	=======================================
*/
.main-top { padding:10px; margin-bottom:40px;}
.main-top h1,.main-top h2, .main-top h3,.main-top h4,.main-top h5,.main-top h6{color:#fff; margin-top:0;}
.main-top .module-title{}
.maintop-image.col-md-5,.maintop-image.col-lg-5,.maintop-image.col-sm-5{ padding-left:0; padding-right:5px} 
.maintop-text.col-md-7,.maintop-text.col-lg-7,.maintop-text.col-sm-7{padding-right:0px} 
/*
	=======================================
		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.atomizer .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.atomizer .bt-inner { padding-left:15px; padding-right:15px;}
.bt-cs.atomizer .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.atomizer .bt-inner .bt-title {font-weight:400;text-transform: none;line-height: 150%; font-size:18px; margin-bottom:20px; }
.bt-cs.atomizer .bt-inner-bg{ padding:10px;}
.bt-cs.atomizer .bt-inner .bt-category {font-weight:400;}
.bt-cs.atomizer p.readmore{ margin-top:20px; margin-bottom:0;}
.bt-cs.atomizer p.readmore a.btn{border-radius:0px;}
.bt-cs.atomizer .bt-row-separate {margin:0px 0px;}

.bt-cs.atomizer-1 .bt-row-separate {border-bottom:0;margin:0px 0px;}
.bt-pretext,.bt-pretext p{ font-size:16px; text-align:center; margin-bottom:40px}
.bt-cs.atomizer .bt-extra{ margin-bottom:5px; clear:none}
.bt-cs.atomizer .bt-author{ margin-right:15px;}
.bt-cs.atomizer .bt-date{}
.bt-cs.atomizer .modal {display: inline;position: relative;}

.bt-cs.atomizer .bt-imagewrap .fa, .bt-cs.atomizer.bt-projects .bt-imagewrap .fa ,.bt-cs.atomizer.blog .bt-imagewrap .fa {padding: 10px;font-size:35px;}
.bt-cs.atomizer .modal {display: inline;position: relative;}

.bt-cs.atomizer.bt-projects .icon-lightbox.atomizer{ 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.atomizer.bt-projects .icon-url.atomizer{ 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.atomizer.bt-projects .bt-imagewrap:hover .icon-lightbox.atomizer{opacity:0.9;transition: all 0.7s  ease-out 0s;bottom:40%; right:25%;}
.bt-cs.atomizer.bt-projects .bt-imagewrap:hover .icon-url.atomizer{opacity:0.9;transition: all 0.7s  ease-out 0s;top:40%; left:25%; }

.bt-cs.atomizer .bt-imagewrap {overflow: hidden;position: relative;z-index: 7;transition: all 0.7s ease-out 0s;}
.bt-cs.atomizer.bt-projects .bt-inner-overlay {position: absolute;width: 100%;height: 100%;z-index: 8;opacity: 0;top:0;left:0;}
.bt-cs.atomizer.bt-projects .bt-inner-overlay-2{position: absolute;height: 100%;width:100%;z-index: 8;opacity: 0;bottom:0;right:0;}

.bt-inner.atomizer .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.atomizer .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.atomizer .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,.coloredmodule-1 h3 {z-index:1;position: relative;}
.coloredmodule-1 h3.bicolor{ color:#fff; text-indent:15px; margin-top:15px;}
#t3-content .coloredmodule-1 .module-title{padding-top:15px;}
.bt-projects .bt-inner-bg{ background:#fff}
.bt-intro-title-container{padding:15px 15px 15px 20px;}
.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.atomizer{ 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.atomizer .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%;}
/*
	=============================================
	CREATIVE DESIGNS FOR YOU - BT CONTENT SLIDER
	=============================================
*/
.bt-cs.atomizer  h3 {text-transform: none;border-bottom: 0;}

.bt-cs.atomizer .bt-icon.icon-url,.bt-cs.atomizer.blog .bt-icon.icon-url{
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	-o-transition: opacity 0.5s, -o-transform 0.5s;
	-ms-transition: opacity 0.5s, -ms-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform:translate(0px, 50px) scale(0,0);
	-moz-transform:translate(0px, 50px);
	-o-transform:translate(0px, 50px)  scale(0,0);
	-ms-transform:translate(0px, 50px)  scale(0,0);
	transform: translate(0px, 50px)  scale(0,0);
	text-align: center;
	opacity:0;
}
.bt-cs.atomizer .bt-imagewrap:hover .bt-icon.icon-url.atomizer,.bt-cs.atomizer.blog .bt-imagewrap:hover .bt-icon.icon-url.atomizer{
	opacity: 1;
	text-align: center;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	-o-transition: opacity 0.5s, -o-transform 0.5s;
	-ms-transition: opacity 0.5s, -ms-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate(0px, 0px)  scale(1,1);
	-moz-transform:translate(0px, 0px)  scale(1,1);
	-o-transform:translate(0px, 0px)  scale(1,1);
	-ms-transform:translate(0px, 0px)  scale(1,1);
	transform:translate(0px, 0px)  scale(1,1);
	
}

 .bt-cs.atomizer .bt-icon.icon-lightbox, .bt-cs.atomizer.blog .bt-icon.icon-lightbox  {
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	-o-transition: opacity 0.5s, -o-transform 0.5s;
	-ms-transition: opacity 0.5s, -ms-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform:translate(0px, -50px) scale(0,0);
	-moz-transform:translate(0px, -50px);
	-o-transform:translate(0px, -50px)  scale(0,0);
	-ms-transform:translate(0px, -50px)  scale(0,0);
	transform: translate(0px, -50px)  scale(0,0);
	text-align: center;
	opacity:0;
}
 .bt-cs.atomizer .bt-imagewrap:hover .bt-icon.icon-lightbox.atomizer, .bt-cs.atomizer.blog .bt-imagewrap:hover .bt-icon.icon-lightbox.atomizer{
	opacity: 1;
	text-align: center;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	-o-transition: opacity 0.5s, -o-transform 0.5s;
	-ms-transition: opacity 0.5s, -ms-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate(0px, 0px)  scale(1,1);
	-moz-transform:translate(0px, 0px)  scale(1,1);
	-o-transform:translate(0px, 0px)  scale(1,1);
	-ms-transform:translate(0px, 0px)  scale(1,1);
	transform:translate(0px, 0px)  scale(1,1);
}

.bt-cs.atomizer .hover-icons ,.bt-cs.atomizer.blog .hover-icons{left:50%;position: absolute;top: 50%;transform: translate(-50%, -50%);background: transparent;z-index: 7;opacity: 0.7; min-width:50px;}
.bt-cs.atomizer .bt-icon,.bt-cs.atomizer.blog .bt-icon  {display:inline-block; margin:0px 1px}
.bt-cs.atomizer .bt-imagewrap::after,.bt-cs.atomizer.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.atomizer .bt-imagewrap:hover::after,.bt-cs.atomizer.blog .bt-imagewrap:hover::after{opacity:0.5;}
.bt-cs.atomizer .bt-row {padding: 15px 0;}


.bt-cs.atomizer .bt-extra{  font-size:11px; position:relative; margin:0; padding:0;}
.bt-cs.atomizer.atomizer-1 .bt-extra .bt-category {font-weight: 400;display: inline-block;width: auto;}
.bt-cs.atomizer .bt-extra i, .bt-cs.atomizer .bt-extra .fa {padding:0px;font-size:14px;border-radius:0%; margin-right:5px;}
.bt-cs.atomizer .bt-author,.bt-cs.atomizer .bt-date {margin-right:10px;}
.bt-cs.atomizer .bt-author,.bt-cs.atomizer  .bt-category ,.bt-cs.atomizer .bt-date {font-size:11px; }
.bt-cs.atomizer.atomizer-1 .bt-imagewrap,.bt-cs.atomizer.atomizer-2 .bt-imagewrap{ margin-right:20px;}
.bt-cs.atomizer .bt-inner.atomizer-1 h2,.bt-cs.atomizer .bt-inner.atomizer-2 h2 { margin:0;}
.bt-cs.atomizer.atomizer-1 .bt-date{ font-size:24px; color:#fff; padding:8px 10px;margin-left:-19px; position:relative;vertical-align: top; display:inline-block; margin-top:5px;line-height:1.4;}
.bt-cs.atomizer.atomizer-2 .bt-date,.bt-cs.atomizer.bt-projects .bt-category { font-size:18px; color:#fff; padding:8px 10px;left:-8px; position: absolute;display:inline-block; top:15px; z-index:8; line-height:1;}
.bt-cs.atomizer.bt-projects .bt-category { top:25px;left:8px;}
span.title-author-container{ display:inline-block}
.bt-cs.atomizer.atomizer-1 .bt-divider{margin:4px -10px 10px -10px; }
.bt-cs.atomizer.atomizer-1 .bt-date::after,.bt-cs.atomizer.atomizer-2 .bt-date::after,.bt-cs.atomizer.bt-projects .bt-category::after{z-index:1; content:""; position:absolute; width:0; height:0; left:-1px; bottom:-9px;width: 0;height: 0;border-bottom: 8px solid transparent;}
.bt-cs.atomizer.bt-projects .bt-category::after{ left:-1px; bottom:-9px;}
.bt-cs.atomizer.atomizer-2 .bt-imagewrap-outer{ position:relative;}
.bt-cs.atomizer.atomizer-2 span.title-author-container{ display:inline;}
.bt-cs.atomizer .bt-inner.atomizer-2 h2,.bt-cs.atomizer.blog .bt-inner h2 { font-size:22px;}
.bt-cs.atomizer-2 .bt-inner-bg {padding:0px;}
.bt-cs.atomizer-2 .bt-row-separate{ margin:0px 15px;}

.bt-cs.atomizer-3 h4{ margin:0px;}
.bt-cs.atomizer-3 .bt-inner {padding-left:0px;padding-right:0px;}
.bt-cs.atomizer-3 p.readmore,.bt-cs.atomizer-3 p.readmore a.btn ,.bt-cs.atomizer-3 p.readmore a.btn:hover{ margin-top:0; background:none; border:0;border-radius: 0px;; padding:0; line-height:1;}

/*
	=======================================
		SCROLLING NEWS - BT CONTENT SLIDER 
	=======================================
*/
.bt-image-link {position: relative;z-index: 1;}
.bt-inner.atomizer.scrollingnews {padding: 0 15px 0 0px;}
.bt-cs.atomizer.scrollingnews .bt-row {padding:0px 0;}
.slide.atomizer.scrollingnews{}
.bt-cs.scrollingnews .next,.bt-cs.scrollingnews .prev {width: 25px;height: 20px;top:0;opacity:1;display:inline-block;}
.bt-cs.scrollingnews a.next {text-indent: -9999px;position:absolute;z-index:100;margin:0;padding:0;right:0px;top:-40px;}
.bt-cs.scrollingnews a.prev {text-indent: -9999px;position:absolute;z-index:100;margin:0;padding:0;right:27px;top:-40px;left:auto;}
.bt-cs.scrollingnews .next:focus,.bt-cs.scrollingnews .prev:focus{ outline:none;}
.bt-cs.atomizer.scrollingnews .hover-icon.atomizer{left:37.5%;position: absolute;top:100%;background: transparent; z-index:7;opacity:1; width:25%; height:25%; text-align:center}
.bt-cs.atomizer.scrollingnews .bt-inner-overlay{position: absolute; width:100%; height:50%; z-index:8; opacity:0;transition: all 0.2s  linear 0s; }
.bt-cs.atomizer.scrollingnews .bt-inner-overlay-2{position: absolute; bottom:0; width:100%; height:50%; z-index:8; opacity:0;transition: all 0.2s  linear 0s;}
.bt-inner.atomizer.scrollingnews .bt-imagewrap:hover .bt-inner-overlay{opacity:0.7;animation: fadein2 0.6s;
    -moz-animation: fadein2 0.6s; /* Firefox */
    -webkit-animation: fadein2 0.6s; /* Safari and Chrome */
    -o-animation: fadein2 0.6s; /* Opera */}

.bt-inner.atomizer.scrollingnews .bt-imagewrap:hover .bt-inner-overlay-2{opacity:0.7;
animation: fadein3 0.6s;
    -moz-animation: fadein3 0.6s; /* Firefox */
    -webkit-animation: fadein3 0.6s; /* Safari and Chrome */
    -o-animation: fadein3 0.6s; /* Opera */}
.scrollingnews .bt-imagewrap{ overflow:hidden;position:relative; z-index:7;transition: all 0.2s  linear 0s;}
.bt-cs.atomizer.scrollingnews .bt-inner-overlay i,.bt-cs.atomizer.scrollingnews .bt-inner-overlay .fa,.bt-cs.atomizer.scrollingnews .bt-inner-overlay-2 i,.bt-cs.atomizer.scrollingnews .bt-inner-overlay-2 .fa{ padding:10px; font-size:20px; color:#fff;border-radius: 50%;}
.bt-cs.atomizer.scrollingnews .bt-imagewrap{ margin-bottom:20px; margin-right:0;}
.bt-cs.atomizer.scrollingnews .fa-search{ margin-right:1px;}
.bt-cs.atomizer.scrollingnews .icon-lightbox.atomizer{ position: absolute; bottom:3px; left:37.5%; width:25%; text-align:center;}
.bt-cs.atomizer.scrollingnews .icon-url.atomizer{ position: absolute; top:3px; left:37.5%; width:25%; text-align:center;}
.bt-inner.atomizer.scrollingnews .bt-date{ background:none; border:none;}
.bt-cs.atomizer.scrollingnews p.readmore { margin-top:0px;}
/*
	=========================================
		 SP TABS MODULE
	=========================================
*/
.tab-atomizer ul.tabs_container li.tab{
border-bottom:0;
margin-right: -1px!important;
padding:4px 10px 4px 10px!important;
font-size:18px;}
.tab-atomizer  h1,.tab-atomizer  h2, .tab-atomizer  h3,.tab-atomizer  h4,.tab-atomizer  h5,.tab-atomizer  h6{color:#fff; margin-top:0;}

/*
	=========================================
		 SUBMAIN-8 COLUMN CONTENT MODULES
	=========================================
*/
#t3-content .submain-8 .bt-inner{ padding-left:10px; padding-right:10px;}
#t3-content .submain-8 h3.module-title {font-size:32px;color: #fff;padding:9px 10px;margin-left: -9px;position: relative;margin-top:15px;line-height: 1;margin-right:15px;margin-bottom:5px;}
#t3-content .submain-8 h3.module-title::after{z-index:1; content:""; position:absolute; width:0; height:0; left:-1px; bottom:-9px;width: 0;height: 0;border-bottom: 8px solid transparent;}
.submain-8 .bt-cs.atomizer .bt-row-separate {margin: 0px 10px;}
.submain-8 .bt-cs.atomizer .bt-author, .submain-8 .bt-cs.atomizer .bt-date {
	margin-right: 5px;
}

/*
	=========================================
		 VERTICALSCROLLER POR
	=========================================

*/
.vjt1-title h4{ margin-top:0; margin-bottom:0;}
.atomizer a.more_in { font-weight:400!important}
.atomizer p.introtext{ margin-bottom:0}
/*
	=========================================
		 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;z-index: 1;}

.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{margin-top:30px;max-width: 100%;}
.aboutimage-1 img{width:100%;}

.aboutimage-2 {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.atomizer.bt-middlespot .bt-inner-bg{ padding:20px;}
.bt-cs.atomizer.bt-middlespot .bt-intro-title-container {padding:25px 0 0 0;}
.bt-cs.atomizer.bt-middlespot span.icon{}
.bt-cs.atomizer.bt-middlespot a.btn-primary.middlespot{}
.bt-cs.atomizer.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.atomizer{}
.ztTestimonial.atomizer .name{ font-weight: 400;line-height: 150%;font-size: 20px;margin-bottom:10px;display: block;}
.ztTestimonial.atomizer img.avatar {float: right;width:auto;height: auto;border:0;padding:0px;}
.zt-module-testimonial.atomizer .img-circle {border-radius:0;}
.zt-module-testimonial.atomizer .col-sm-2.avatar-container,.zt-module-testimonial.atomizer .col-md-2.avatar-container,.zt-module-testimonial.atomizer .col-lg-3.avatarblock { padding-left:0; padding-right:0}
.zt-module-testimonial.atomizer .infoblock{ padding-left:15px}
.zt-module-testimonial.atomizer .zt-info-colon{padding-left:52px;}
.ztTestimonial.atomizer p.content-testimonial{ margin-left:0;border-bottom:0;}
.ztTestimonial.atomizer p.content-testimonial::after,.ztTestimonial.atomizer p.content-testimonial::before { display:none;}
.zt-module-testimonial.atomizer .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.atomizer 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.atomizer ol.carousel-indicators li.active {float: none;border:0;height: 8px;width: 8px;margin: 1px 5px 1px 1px;}
.zt-module-testimonial.atomizer  .carousel-control .icon-prev, .zt-module-testimonial.atomizer  .carousel-control .glyphicon-chevron-left {left:0%;}
.zt-module-testimonial.atomizer  .carousel-control .icon-next, .zt-module-testimonial.atomizer  .carousel-control .glyphicon-chevron-right {right: 0%;}
.zt-module-testimonial.atomizer .carousel-control .icon-prev, .zt-module-testimonial.atomizer .carousel-control .icon-next, .zt-module-testimonial.atomizer .carousel-control .glyphicon-chevron-left, .zt-module-testimonial.atomizer .carousel-control .glyphicon-chevron-right {top:60%;}
.zt-module-testimonial.atomizer .carousel {padding-bottom: 40px;}
.ztTestimonial.atomizer .tw-fb a i { font-size:20px;padding: 5px 5px;}
.ztTestimonial.atomizer .tw-fb a:hover {background-color:transparent;box-shadow:none;}
.zt-module-testimonial.atomizer .zt-testimonial .zt-information ul.zt-member-social-links{ padding-left:0;}

.ztTestimonial.atomizer-team .name{ font-weight: 400;line-height: 150%;font-size: 20px;margin-bottom:10px;display: block;}
.ztTestimonial.atomizer-team img.avatar {float: right;width:100%;height:100%;border:0;padding:0px;}
.zt-module-testimonial.atomizer-team .img-circle {border-radius:0;}
.zt-module-testimonial.atomizer-team .col-md-3 { padding-left:0; padding-right:0}
.zt-module-testimonial.atomizer-team .zt-info-colon{padding-left:15px; padding-top:20px;}
.ztTestimonial.atomizer-team p.content-testimonial{ margin-left:0;border-bottom:0;}
.ztTestimonial.atomizer-team p.content-testimonial::after,.ztTestimonial.atomizer-team p.content-testimonial::before { display:none;}
.zt-module-testimonial.atomizer-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.atomizer-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.atomizer-team .carousel-control.right, .ztTestimonial.atomizer-team .carousel-control.left {width:35px;background-image: none;}
.zt-module-testimonial.atomizer-team{ padding-top:38px;}
.ztTestimonial.atomizer-team ol.carousel-indicators li.active {float: none;border:0;height: 8px;width: 8px;margin: 1px 5px 1px 1px;}
.zt-module-testimonial.atomizer-team  .carousel-control .icon-prev, .zt-module-testimonial.atomizer-team  .carousel-control .glyphicon-chevron-left {left:0%;}
.zt-module-testimonial.atomizer-team  .carousel-control .icon-next, .zt-module-testimonial.atomizer-team  .carousel-control .glyphicon-chevron-right {right: 0%;}
.zt-module-testimonial.atomizer-team .carousel-control.left{ left:0}
.zt-module-testimonial.atomizer-team .carousel-control.right {left:35px; right:auto}
.zt-module-testimonial.atomizer-team .carousel-control .icon-prev, .zt-module-testimonial.atomizer-team .carousel-control .icon-next, .zt-module-testimonial.atomizer-team .carousel-control .glyphicon-chevron-left, .zt-module-testimonial.atomizer-team .carousel-control .glyphicon-chevron-right {top:100%;}
.zt-module-testimonial.atomizer-team .carousel {padding-bottom: 40px;}
.ztTestimonial.atomizer-team .tw-fb a i { font-size:20px;padding: 5px 5px;}
.ztTestimonial.atomizer-team .tw-fb a:hover {background-color:transparent;box-shadow:none;}
.zt-module-testimonial.atomizer-team .row { }
.ztTestimonial.atomizer-team .email,.ztTestimonial.atomizer-team .website,.ztTestimonial.atomizer-team .tw-fb a {}
.zt-module-testimonial.atomizer-team .glyphicon {font-family: 'FontAwesome';}
.zt-module-testimonial.atomizer-team .carousel-control{ opacity:1}
.zt-module-testimonial.atomizer-team .glyphicon-chevron-left,.zt-module-testimonial.atomizer-team .glyphicon-chevron-right{ border:1px solid #fff; width:35px; height:35px;}
.zt-module-testimonial.atomizer-team .glyphicon:empty {width:35px;}
.zt-module-testimonial.atomizer-team .glyphicon-chevron-left::before {content: "\f104";}
.zt-module-testimonial.atomizer-team .glyphicon-chevron-right::before {content: "\f105";}
.zt-module-testimonial.atomizer-team .glyphicon-chevron-left{ margin-left:0;}
.zt-module-testimonial.atomizer .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{}
.bfFormDiv{padding:20px 20px 20px 20px;background:#f3f3f3;}
.bfFormDiv .bfQuickMode input{ height:29px; width:100%!important;}
.bfFormDiv .bfQuickMode span.bfElemWrap{ width:50%;}
.bfQuickMode span.bfElemWrap {padding: 0px 10px 0px 5px!important;margin: 0px 0px 0px 0px!important;}
.bfFormDiv  textarea{ width:100%!important;}
.bfFormDiv .bfQuickMode .bfSubmitButton{ float:right;font-size:16px;line-height: 1;padding:8px 12px 8px 12px; margin-right:6px; margin-left:5px; margin-top:15px;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-atomizer div.acymailing_introtext.atomizer,.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.atomizer{ 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.atomizer div.acymailing_form.atomizer { margin-top:10px!important}
.acym_module td, .acym_module tr td {border-top:0; padding-top:10px}
table.acymailing_form.atomizer {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.atomizer .bt-inner .bt-title { margin-bottom:0;}
.t3-footnav .t3-module .bt-cs.atomizer .readmore a.btn{ background:none;border:none; padding:0px;}
.t3-footnav .t3-module .bt-cs.atomizer p.readmore{ margin:0;display: inline-block;}
.t3-footnav .t3-module .bt-cs.atomizer .bt-row {padding:15px 0;}
.t3-footnav .t3-module .bt-cs.atomizer .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;}

.t3-sidebar .acymailing_form.atomizer{ width:100%;}
.acymailing_form.atomizer{ margin:0px 0 0 0;}
.acymailing_module_form.atomizer .acymailing_introtext.atomizer {padding-bottom:15px!important;}
.acymailing_form.atomizer td.acysubbuttons input.btn-primary{border-radius:0px;height:28px; padding:0px 12px; line-height:1;}
.acymailing_form.atomizer input.inputbox{border-radius:0px; line-height:1; height:28px;}
.acymailing_module_form.atomizer.acymailing_module_form td {padding-bottom: 15px;vertical-align: top;}
.acymailing_module_form.atomizer .button.subbutton {float:left;}
.t3-sidebar .acymailing_form.atomizer input.inputbox{background:none;}

/*****/
.footer-right .t3-module h3.module-title{margin-right:-51px; margin-left:-30px; padding:12px 51px 13px 30px;}
ul.footerlogo_social_icon{ margin-left:0!important;}
#atomizer-flickr img {width:67px;height:67px;}
.footer-right .gallery-flickr.atomizer ul li a{float:left;margin:0 5px 10px 5px;padding: 0;background:none;border: 0;}
.gallery-flickr.atomizer ul {margin: 0; padding:0;}
.footer-right.right-2 .t3-module h3.module-title {margin-right: -30px;margin-left: -51px;padding: 12px 30px 13px 51px;}
.footer-right.right-2 .t3-module h3.module-title::after {
	z-index: 1;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -1px;
	bottom: -28px;
	/* width: 0; */
	/* height: 0; */
	border-bottom: 27px solid transparent;
}
.footer-right.right-2 .t3-module h3.module-title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	-webkit-box-shadow: inset -15px 0px 15px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -15px 0px 15px -9px rgba(0,0,0,0.75);
	box-shadow: inset -15px 0px 15px -9px rgba(0,0,0,0.75);
}
.footer-right.right-2 .t3-module{ background:url(../images/module-grad-bg2.png) no-repeat top left}
/*
	=========================================
		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:20px 0; margin-top:40px;color:#fff; position:relative;}
.counters::after{ position:absolute; top:0; left:0; bottom:0; right:0; content:"";opacity:0.1; width:100%; height:100%;}
.counters i {font-size:52px;display:inline-block;margin-bottom: 10px;margin-right:10px;transition: all 0.2s  linear 0s;}
.counter-style:hover i {color:#fff; transition: all 0.2s  linear 0s;}
.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:0px;}

.counters .timer {font-size:50px;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.atomizer.team .zt-testimonial{ overflow:hidden;position: relative;}
.zt-module-testimonial-description.atomizer.team,.zt-module-testimonial-description.atomizer.customer{ text-align:center;font-size: 16px;}
.zt-social-icons { text-align:center}
.zt-module-testimonial.atomizer.team .zt-avatar .overlay{opacity:0;transition: all 0.2s  linear 0s;}
.zt-module-testimonial.atomizer.team .zt-testimonial:hover .zt-avatar .overlay{opacity:0.5;transition: all 0.2s  linear 0s;}
.zt-module-testimonial.atomizer.team .zt-social-icons{ width:100%; text-align:center; position:absolute; bottom:0;left:0; opacity:0;transition: all 0.5s  linear 0s;	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	-o-transition: opacity 0.5s, -o-transform 0.5s;
	-ms-transition: opacity 0.5s, -ms-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform:translate(-500px, 0px);
	-moz-transform:translate(-500px, 0px);
	-o-transform:translate(-500px, 0px);
	-ms-transform:translate(-500px, 0px);
	transform: translate(-500px, 0px);
	}
.zt-module-testimonial.atomizer.team .zt-testimonial:hover  .zt-social-icons{	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-o-transition: opacity 0.3s, -o-transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-o-transform:translate(0px, 0px);
	-ms-transform:translate(0px, 0px);
	transform:translate(0px, 0px);
	opacity:1;transition: all 0.3s  linear 0s;}
.zt-module-testimonial.atomizer.team .zt-social-icons li{ float:left; display:inline; list-style:none;padding: 12px !important;font-size: 18px;text-align: center;}

.zt-module-testimonial.atomizer.team .zt-testimonial .zt-avatar { overflow:hidden}
.zt-module-testimonial.atomizer.team .zt-testimonial .zt-avatar img{transition: all 0.5s  linear 0s;}
.zt-module-testimonial.atomizer.team .zt-testimonial:hover .zt-avatar img{transition: all 0.5s  linear 0s;transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
/*
	=========================================
	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.atomizer.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.atomizer.customer .img-circle {border-radius: 50%;}
.zt-module-testimonial.atomizer.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.atomizer.customer  p.content-testimonial::after {content: "";position: absolute;width: 0;height: 0;border-style: solid;bottom: -28px;left:23px;}
.zt-module-testimonial.atomizer.customer  p.content-testimonial::before {content: "";position: absolute;width: 0;height: 0;bottom: -31px;left:24px;margin-right: 10px;}
.zt-module-testimonial.atomizer.customer .tw-fb a {display: block;float: left;padding: 12px !important;font-size: 18px;text-align: center;}
.zt-module-testimonial.atomizer.customer .row.info {padding-left:40px;}
.zt-module-testimonial.atomizer.customer .zt-testimonial,.zt-module-testimonial.atomizer.customer .zt-testimonial:hover {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border-bottom:0; background-color:transparent}
.zt-module-testimonial.atomizer.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.atomizer i,.contact.atomizer .fa{ font-size:26px;line-height:1; margin-right:5px; vertical-align:middle}
.contact.atomizer .contact-text{padding-left: 30px;}
.contact.atomizer .info-title{ font-weight:500}
.contact-form.atomizer .well {box-shadow: none; background-color:transparent;border-radius:0px;}
.contact.atomizer .msc-info{ margin-top:40px; border-style:solid; padding:20px}
.contact.atomizer .form-horizontal .control-group .control-label {text-align: left; width:110px}
.contact.atomizer .form-horizontal .control-group .controls{ margin-left:110px;}
.contact.atomizer label#jform_spacer-lbl{ font-size:12px}
.contact.atomizer label{ font-weight:normal;}
.contact-form.atomizer #jform_contact_message {width: auto;height:155px;}
.contact-form.atomizer input{ height:29px;}
.contact-form.atomizer #jform_contact_emailmsg {width: auto!important;}
.contact-atomizer-h3{ visibility:hidden}
.gm-style .gm-style-iw-c {}

/*
	===========================================
	    BREADCRUMBS - 
	===========================================
*/
.t3-breadcrumbs{ position:relative; margin-top:20px;}
.t3-breadcrumbs .container{ position:relative;padding:15px;}
.t3-breadcrumbs .container::after{ position:absolute; top:0; left:0; bottom:0; right:0; content:"";opacity:0.5; z-index:1; width:100%; height:100%;}
.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;}
.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;}
.t3-sidebar #avs_gallery{ margin-right:-14px;}
.t3-sidebar .avs_input_search{ float:left!important;width: 100%;}
.t3-sidebar div.avs_input_search input#avssearch{ float:left!important; width:74%!important;}
.t3-sidebar .avs_input_search .btn{width:21%; }
#t3-content #avs_gallery .avs_thumb{margin-bottom:20px;}

/*
	=========================================
		BLOG - BT CONTENT SLIDER
	=========================================
*/
.bt-cs.atomizer.blog .bt-inner img{}
.bt-cs.atomizer .next.atomizer,.bt-cs.atomizer .prev.atomizer{ display:inline-block;bottom:0px; height:35px; width:35px;opacity:1;}
.atomizer .bt-arrows.atomizer{ position:relative;margin-top:40px}
.bt-cs.atomizer .bt_handles_num {position:relative!important; z-index:1; text-align: center;}
.bt-cs.atomizer .bt_handles_num li{float:none; display:inline-block; margin:0 5px!important;}
.bt-cs.atomizer .bt_handles_num li a{ font-size:14px; line-height:33px; height:35px; width:35px; float:none;}
.atomizer .bt_handles_num li a:hover{ color:#fff!important}
.bt-cs.atomizer a.prev.atomizer{left:15%; z-index:2;opacity:1;text-indent:0; background:none!important;}
.bt-cs.atomizer a.next.atomizer{right:15%; z-index:2;opacity:1; text-indent:0;background:none!important;}
.bt-cs.atomizer a.prev.atomizer .fa,.bt-cs .atomizer a.next.atomizer .fa{ font-size:20px; line-height:31px}
.bt-cs.atomizer.blog .bt-intro-title-container {padding:0px 0px;float:none;}
.bt-cs.atomizer.blog .bt-extra {margin-bottom:10px;padding: 0;}

/*
	====================================================
		PORTFOLIO - SP SIMPLE PORTFOLIO MODULE 
	====================================================
*/

#sp-simpleportfolio {}
.sp-simpleportfolio.atomizer {}
.featherlight .featherlight-content,.featherlight{ z-index:999!important}
.sp-simpleportfolio .sp-simpleportfolio-item.atomizer .sp-simpleportfolio-info{ position:relative;padding:50px 20px 30px 20px;}
.sp-description.atomizer{ clear:both; line-height:1.42; text-align:justify}
.sp-simpleportfolio-created.atomizer-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.atomizer .sp-simpleportfolio-info h3 a,.sp-simpleportfolio .sp-simpleportfolio-item.atomizer .sp-simpleportfolio-info h3{ font-weight:bold; font-size:20px; margin-bottom:10px;}
.sp-simpleportfolio-client.atomizer.col-sm-6,.sp-simpleportfolio-client.atomizer.col-md-6{ padding-left:0; padding-right:10px;}
.sp-simpleportfolio-client.atomizer, .sp-simpleportfolio-created.atomizer{ margin-bottom:15px;}
.sp-simpleportfolio-client.atomizer h4, .sp-simpleportfolio-created.atomizer h4{ font-size:13px;}
.sp-simpleportfolio-client.atomizer h4 span, .sp-simpleportfolio-created.atomizer h4 span{ font-weight:bold;}
.sp-simpleportfolio-info.atomizer:hover h4{ color:#fff;}
.sp-simpleportfolio .sp-simpleportfolio-item.atomizer .sp-simpleportfolio-link{ text-align:right; margin-top:30px;}
.sp-simpleportfolio .sp-simpleportfolio-item.atomizer .sp-simpleportfolio-btns a{border-radius:0px;}
.filters.btn-toolbar .btn{height:38px;}
span[itemprop="keywords"] { margin-right:5px;}
.sp-simpleportfolio .sp-simpleportfolio-description.atomizer{ width:100%; margin-bottom:15px;}
.sp-simpleportfolio-meta.atomizer{ 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:0px;color:#fff}
.sp-simpleportfolio .sp-simpleportfolio-meta.atomizer > div { margin-bottom:10px; padding-bottom:10px}
.sp-simpleportfolio-link a.btn{ margin-top:15px; margin-bottom:15px;}

.sp-simpleportfolio.atomizer .sp-simpleportfolio-item .sp-simpleportfolio-btns a {border-radius:0px;}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {font-weight: 400;}
.sp-simpleportfolio .sp-simpleportfolio-image[class*=' col-']{ padding-left:0;}
.sp-simpleportfolio.atomizer .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.atomizer.customer img.avatar {float:left;}
.zt-module-testimonial.atomizer.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.atomizer.owl-theme .owl-controls .owl-buttons .owl-prev{ left:0px;}
.ztTestimonial.atomizer.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 {padding-top:10px;padding-bottom:0px;}
.navbar-toggle {border-radius:0px;}
.navbar-header {position: absolute;top:-70px;right: 0;}
.t3-mainnav.affix .navbar-header {min-height:90px;width:100%; top:0;position: relative; }
.navbar-default .navbar-toggle{ margin-top:27px;}
.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.atomizer img.avatar {float:left;}
.zt-module-testimonial.atomizer .zt-info-colon {padding-left:15px; margin-top:30px;}
.colored_spot2 {padding-top:20px;padding-left:15px;}
.ztTestimonial.atomizer-team p.content-testimonial{ margin-left:0;border-bottom:0; margin-top:0; margin-bottom:0;}
.ztTestimonial.atomizer-team .name {line-height: 100%;font-size: 16px;margin-bottom:5px;}
.zt-module-testimonial.atomizer-team .carousel-control.left {left:auto;right:35px;}
.zt-module-testimonial.atomizer-team .carousel-control.right {right:0px;left: auto;}
.zt-module-testimonial.atomizer-team .carousel-control {font-size: 30px;}
.ztTestimonial.atomizer p.content-testimonial {margin-bottom:10px;}
.zt-module-testimonial.atomizer .carousel-indicators {margin:0px 0px 0px 0;}
.zt-module-testimonial.atomizer-team {padding-top: 15px;}
.zt-module-testimonial.atomizer .carousel {padding-bottom:20px;}
.zt-module-testimonial.atomizer.ourclient { padding:15px;
}

.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;}
.t3-breadcrumbs {font-size:90%}
.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.atomizer .form-horizontal .control-group .controls {margin-left: 0;}
.contact-form.atomizer #jform_contact_emailmsg {width: 100% !important;}
.contact-form.atomizer #jform_contact_message {width: auto;}

.unite-carousel-wrapper{ max-width:100%!important}
.sp-simpleportfolio.atomizer .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}
.bt-imagewrap{ max-width:100%!important}
.orbit-container.atomizer .orbit-slides-container > * .orbit-caption {max-height:150px;padding:10px;}
.orbit-container.atomizer h3.slide-title, .orbit-container.atomizer h3 { margin-bottom:5px;font-size:20px; font-weight:400}
.bt-inner.atomizer.scrollingnews {padding: 0 15px 30px 0px;}
.maintop-image img,.maintop-text{ margin-bottom:20px!important;}
}
@media screen and (max-width:650px){
.bt-intro-title-container {padding: 25px 15px;}

}
@media screen and (max-width:540px){
.orbit-container.atomizer .orbit-slides-container > * .orbit-caption {font-size: 85%; max-height:75px;padding:7px;}
.orbit-container.atomizer h3.slide-title, .orbit-container.atomizer h3 { margin-bottom:5px;font-size:16px; font-weight:400}
}
@media screen and (max-width:480px){
.navbar-header{}
.logo-image{text-align: left;}
.social-top p{text-align:left;}
.logo-image img {}
.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;}
.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:50px;}
.topbar-2-right-inner .btn-group .dropdown-toggle {padding: 9px 5px 9px 0px;}
.acymailing_form.atomizer 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 {}
.wrap.t3-breadcrumbs {	padding: 40px 0;}
.counters .timer {font-size: 50px;}
.zt-module-testimonial.atomizer.customer .row.info {}
.zt-module-testimonial.atomizer.customer .zt-testimonial [class*=' col-']{ padding-left:0; padding-right:0}
.bt-intro-title-container {padding: 25px 10px;}
.zt-module-testimonial.atomizer.customer img.avatar {float: left;}
}
@media screen and (min-width: 768px) and (max-width:1200px){
.zt-module-testimonial.atomizer-team .team-block[class*=' col-'],.zt-module-testimonial.atomizer-team .team-block .col-sm-6{ padding-left:0; padding-right:0}
.zt-module-testimonial.atomizer-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.atomizer-team .name {line-height: 100%;font-size:16px;margin-bottom:5px;}
.ztTestimonial.atomizer-team p.content-testimonial { max-width:85%;padding-bottom: 10px;margin: 0px 0px 0px 0px;}
.ztTestimonial.atomizer-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.atomizer .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;}
}
