@charset "utf-8";
@font-face {
    font-family: 'basis grotesque pro regular';
    src: url('../fonts/basisgrotesquepro/basisgrotesquepro-regular-webfont.woff2') format('woff2'),
         url('../fonts/basisgrotesquepro/basisgrotesquepro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway Regular';
    src: url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Condensed Regular';
    src: url('../fonts/roboto/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('../fonts/roboto/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Arial Black';
    src: url('../fonts/arial-black/Arial-Black.woff2') format('woff2'),
        url('../fonts/arial-black/Arial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sf_big_whiskey_condensedbold';
    src: url('../fonts/sfbigwhiskey/sfbigwhiskeycondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/sfbigwhiskey/sfbigwhiskeycondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@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;

}
.fa {font-family: "FontAwesome"!important; font-weight:400!important;}
[class^="icon-"], [class*=" icon-"] ,
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  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-user::before {
  content: "\f007";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-calendar:before {
  content: "\f073";
}
.bfCalendar [class^="icon-"]:before, .bfCalendar [class*=" icon-"]:before {  font-family: 'simple-line-icons';}
/* Preloader */
#preloader {position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;}
.box {
  margin: auto;
  width: 40px;
  height: 140px;
  position: relative;
  top:40%;
}
.box .shadow {
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #808080;
  bottom: 0;
  border-radius: 100%;
  transform: scaleX(0.8);
  opacity: 0.6;
  animation: shadowScale 1s linear infinite;
}
body.boxed #preloader .box .shadow { background-color:#000;}
.gravity {
  width: 40px;
  height: 40px;
  animation: bounce 1s cubic-bezier(0.68, 0.35, 0.29, 0.54) infinite;
}

.ball {
  width: 40px;
  height: 40px;
  background-image: url("../images/ball.svg");
  background-size: cover;
  animation: roll 0.6s linear infinite;
}

@keyframes roll {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(100px);
  }
}
@keyframes shadowScale {
  50% {
    transform: scaleX(1);
    opacity: 0.8;
  }
}


 /********************/
@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;
  }
}
.tp-bgimg.defaultimg{ position:relative; z-index:1}
.tp-bgimg.defaultimg::after {background: url(../images/dots-overlay.png);width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: 39;content:"";z-index:2;}
.t3-wrapper{background: none}
.bg-pattern{padding-top:40px;}
#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%!important;}
.btn{ padding-top:3px; padding-bottom:3px;}
.btn,.btn-primary,.btn-secondary,button,.pagenav li > a{border-radius:3px;transition: all 0.2s  linear 0s;}
.left.item-image {float: left;margin-right: 30px;margin-bottom: 30px;}
.right.item-image {float: right;margin-left: 30px;margin-bottom: 30px;}
h3.module-title{line-height:1.4;position: relative; overflow:hidden;}
body.modal-open .modal-backdrop.fade{ visibility:visible; background:#000}

body.modal-open .modal-backdrop.fade.show{ visibility:visible; background:#000; opacity:0.5; z-index:99}
.t3-module.module-bordered{padding:15px; border-radius:3px;}
h3.module-title::after { /*position: relative;left:15px; bottom:0;content: "";display: inline-block;width: 200%;height:1px;margin: 0 -200% 0 0;*/}
h3.module-title span {position: relative;z-index: 2;line-height: 1.4;display: inline-block;}
h3.module-title span::after {/*position: relative;left:15px; bottom:0;content: "";display: inline-block;width:75px;height:1px;margin: 0;*/}
h3.module-title.bicolor span::after{}
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%;}
h3.module-title.titlecard{background:none;}
h3.module-title.titlecard::before,h3.module-title.titlecard::after,.module-title.titlecard span::after{ display:none;}
h3.module-title.titlecard span{ margin-left:0; padding:4px 10px; }
.t3-sidebar  h3.module-title.titlecard span{padding-left:10px; }
.t3-sidebar h3.module-title span {padding-right: 15px;position: relative;z-index: 2;padding-left:0px;margin-left:0px;}
.t3-sidebar h3.module-title span::after {right: -50px;width: 50px;}
.t3-sidebar h3.module-title::after {right:0px;}
.module-title.titlecard span { position:relative; z-index: 0;}
.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{box-shadow:none;transition: all 0.2s  linear 0s; max-width:100%; filter: none; height:32px;border-radius:0px;}
input {filter: none;}
.header-right{ padding-top:15px; padding-bottom:15px;}
.mainnav-con{}
#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 {padding:6px 5px 6px 0px;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 {}
.search-icon{ position:relative;}
.search-icon::after {position: absolute;left: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:0px;}
.search input{ display:inline-block; padding-left:30px;}
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;  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{}
.off-canvas-toggle {position: absolute; top:-10px;left:0}
.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;}
.btn-primary.off-canvas-toggle{border-radius:0px;}
.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: 'Roboto Regular';  width:100%;}
.t3-sidebar.t3-sidebar-right[class*=' col-'],.t3-sidebar.t3-sidebar-left[class*=' col-']{}
.t3-sidebar.t3-sidebar-right .module-title,.t3-sidebar.t3-sidebar-left .module-title {}
.t3-sidebar.t3-sidebar-right .module-title{}
.t3-sidebar-1 h3.module-title,.t3-sidebar-2 h3.module-title{}
.t3-sidebar .jt-cs.neospor.scrollingnews .owl3-carousel .owl3-nav .owl3-next{right:0px;top:-20px;}
.t3-sidebar .jt-cs.neospor.scrollingnews .owl3-carousel .owl3-nav .owl3-prev{right:32px;top:-20px;left:auto;}

.t3-sidebar.t3-sidebar-right .t3-module{ }
.t3-sidebar .module-ct {}
.t3-sidebar.t3-sidebar-left .t3-module{}
.t3-content{}
.tagspopular ul > li {margin:0 6px 10px 0px;}
.tagspopular ul > li > a {display: block;padding:3px 10px; border-radius:0px;}
.dropdown-menu {border-radius: 0px;}
#sb-body, #sb-loading {background-color: #fff!important;}
img.hikashop_child_image {height: 100px;}
.hikashop_small_image_div{ margin-top:20px;}
.hikashop_products_listing.neospor a.hikacart, .hika_j2 .btn-success, .hikabtn-success{ margin-top:20px;}
/*
	=======================================
		PROGRESSBAR - SCROLLING 
	=======================================
*/
.scroll-progress-bar {position: fixed;z-index: 9999;height: 5px;top: 0;left:0;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);}
/*
	=======================================
		TOPBAR 
	=======================================
*/
#background-shadow.container,.topbar .container,#t3-header .container,.wrap.highlighter .container,.topsl_inner.container,.topsl-2_inner.container,.bottomspot-3 .container{ background:none;background-color:transparent;}
.topbar {min-height:40px;position: relative;z-index:102;padding:10px 0; }
.topbar .container{ background:none; padding-top:0px; display:flex;align-items:center}

.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-right-inner i{ background:none;}
.topbar-middle-inner  {float:right; padding-right:10px; }

.topbar ul.menu li,.topbar li{display:inline;float:left; margin:0;}
.topbar ul.menu li a,.topbar li a,.topbar ul.menu li > .separator, .topbar ul.menu li > span {font-weight:300;   padding:0px 30px 0px 0px; cursor:pointer}
.topbar p,.top-login { margin:0px;}
.topbar i,.topbar .fa{ margin-right:10px;height: 26px;width: 26px;font-size: 14px;line-height: 26px;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);border-radius:2px;color:#fff; text-align:center}
.topbar ul.menu li a:hover,.topbar li a:hover ,.topbar a:hover{background:none;background-color:transparent;transition: all 0.2s  linear 0s;}
.topbar ul.menu li.active a,.topbar li.active a { background:none}
.topbar ul.dropdown-menu{  padding-left:10px; margin-top:0; margin-left:-10px;}
.topbar ul.dropdown-menu li a{padding:10px;}
.topbar .nav  li,.topbar .nav  li a,.topbar .nav  li:hover,.topbar .nav  li a:hover{background:none!important;background-color:transparent!important;}
.social-top p{text-align:right;}
.topbar .search label{ display:none;}
.topbar .search{ float:right;}
.topbar .search input{border-radius:0px; padding:5px 5px 5px 30px; height:24px; font-size:11px; min-width:180px;transition: all 0.2s linear 0s; display:inline-block;}
.topbar .search input:focus {min-width:195px;transition: all 0.2s linear 0s;}
.topbar .btn {padding:3px 8px;font-size: 11px;line-height: 1.42857143;}
.topbar,.topbar ul.menu li a, .topbar li a, .topbar ul.menu li > .separator, .topbar ul.menu li > span,.topbar-right{font-family: 'basis grotesque pro regular'; text-transform:uppercase;transition: all 0.2s linear 0s;}
#theButton.neospor{ position: absolute;display: inline-block;background-color:transparent; transition: all 0.2s linear 0s; padding-right:0;top:-10px; right:15px;}
#theButton.neospor a{transition: all 0.2s linear 0s; padding:0;}
#theButton.neospor.clicked {top:40%;}
#theButton.neospor.unclicked {top:-10px;}
#theButton.neospor a svg.s-input-icon{ width:22px; height:22px;transition: all 0.2s linear 0s;}
#theButton.neospor a svg.s-input-icon:hover {transition: all 0.2s linear 0s;}
#theDrawer.neospor  svg.search-icon{ float:right;}
#theDrawer.neospor .container { max-width:945px;}

#theDrawer.neospor select, #theDrawer.neospor .inputbox, #theDrawer.neospor input[type="text"], #theDrawer.neospor select, #theDrawer.neospor textarea, #theDrawer.neospor input[type="text"], #theDrawer.neospor input[type="password"], #theDrawer.neospor input[type="datetime"], #theDrawer.neospor input[type="datetime-local"], #theDrawer.neospor input[type="date"], #theDrawer.neospor input[type="month"], #theDrawer.neospor input[type="time"], #theDrawer.neospor input[type="week"], #theDrawer.neospor input[type="number"], #theDrawer.neospor input[type="email"], #theDrawer.neospor input[type="url"], #theDrawer.neospor input[type="search"], #theDrawer.neospor input[type="tel"], #theDrawer.neospor input[type="color"], #theDrawer.neospor .inputbox {border: 0;background: none;border-radius: 0px;box-shadow:none;font-size: 30px;padding: 0px;line-height: 30px;width:80%; height:32px;}
#theDrawer.neospor .search-icon {position: relative;height: 30px;display: inline-block;width:97%;}
#theDrawer.neospor .search-icon::after { display:none;}
#theDrawer.neospor  svg.search-icon{ width:28px; height:28px; text-align:right}
#theDrawer.neospor ul.modulelist{ margin:0 auto; width:100%}
#theDrawer.neospor .search {float:none;}

/*
	=======================================
		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 li::after {opacity:0;width:0%; height:3px;content:"";position: absolute;top:0px;transition: all 0.2s linear 0s;}
#t3-mainnav.navbar-default li:hover::after {opacity:1;width:100%;transition: all 0.2s linear 0s;}

#t3-mainnav.navbar-default .navbar-nav > li > a,#t3-mainnav.navbar-default .navbar-nav li > .separator,#t3-mainnav.navbar-default .navbar-nav li > span,#t3-mainnav.navbar-default .navbar-nav > li > .nav-header{padding:0px 15px 0px 15px;transition: all 0.2s  linear 0s; line-height:90px; font-size:16px;}
#t3-mainnav .dropdown-menu span,#t3-mainnav .dropdown-menu span.separator,#t3-mainnav .dropdown li a,#t3-mainnav .dropdown-menu > li > a{line-height:1.7!important;display:block; padding:8px 15px!important;font-size:100%!important; 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!important;}
#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 .dropdown-menu  li::after{ display:none;}

#t3-header.affix #t3-mainnav.navbar-default .navbar-nav > li > a,#t3-header.affix #t3-mainnav.navbar-default .navbar-nav li > .separator,#t3-header.affix #t3-mainnav.navbar-default .navbar-nav li > span,#t3-header.affix #t3-mainnav.navbar-default .navbar-nav > li > .nav-header{ line-height:90px;}
#t3-header.affix .logo {min-height:90px;display: grid; }

.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;}

.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-mainnav .dropdown-menu::before{content:"";position: absolute;left: 0;top:0px;height:3px;width:0;z-index:999;transition: all 1s ease-in-out 0s;-webkit-transition: all 0.35s ease-in-out 0s;}
#t3-mainnav .open .dropdown-menu::before{content:"";position: absolute;left: 0;top:0px;height:3px;width:100%;z-index:999;transition: all 0.35s ease-in-out 0s;-webkit-transition: all 0.35s ease-in-out 0s;}

@keyframes fadein4{from{opacity:0;left:100%}to{opacity:1;left:30px;}}
@-moz-keyframes fadein4{from{opacity:0;left:100%}to{opacity:1;left:30px;}}
@-webkit-keyframes fadein4{from{opacity:0;left:100%}to{opacity:1;left:30px;}}
@-o-keyframes fadein4{from{opacity:0;left:100%}to{opacity:1;left:30px;}}
.t3-megamenu .dropdown.mega > .mega-dropdown-menu::after {}
.t3-megamenu .dropdown.mega.open > .mega-dropdown-menu::after {}

.t3-megamenu .dropdown-menu .mega-nav{margin-top:0px;}
.t3-megamenu .dropdown-menu ul.mega-nav{}
.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;}
.t3-megamenu li.dropdown::before{/*content: "";position: absolute; left:0;bottom: -20px; width:100%; height:20px;opacity:0;*/}
.t3-megamenu li.dropdown:hover::before{/*opacity:1;animation:fadein4 0.5s;-moz-animation:fadein4 0.5s;-webkit-animation:fadein4 0.5s;-o-animation:fadein4 0.5s;*/}
.t3-megamenu li.dropdown::after{}
.t3-megamenu li.dropdown:hover::after{}

/*
	=======================================
		HEADER
	=======================================
*/
#t3-header{min-height:90px;-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); position:relative; z-index:99;}
#t3-mainnav.affix{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 {min-height:90px;display: grid; }
.logo::after {}
#t3-header.affix{opacity: 0.95;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; position:fixed;border-bottom: 1px solid rgba(255,255,255,0.15);}
#t3-header.affix .container,body.fullwidth #t3-header.affix {-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);}
body.fullwidth #t3-header.affix  .container{-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}

/*
	=======================================
		HIGHLIGHTER
	=======================================
*/
.wrap.highlighter{ min-height:41px;overflow: hidden;}
.highlighter-inner{margin-top:0px;} 
.gkHighlighterGK5.neospor .gkHighlighterInterface.neospor{background-color:transparent!important}
.gkHighlighterInterface.neospor span.text {display: block;float: left;margin: 0 6px 0 0px;font-size:100%;font-weight: bold;text-transform: none;line-height: 41px;}
.gkHighlighterInterface.neospor div {padding-top:11px;}
.gkHighlighterInterface.neospor div a {transition:none;display: block;float: left;height: 15px;width: 13px;margin: 2px 0 0 5px;background: transparent url('../images/interface.png') no-repeat 0 0;cursor: pointer;}
.gkHighlighterItem.neospor{min-height:41px;line-height: 41px;}
.gkHighlighterInterface.neospor {padding: 0 7px 0 0;
}

/*
	=======================================
		NEXT MATCH and FIXTURES MODULE
	=======================================
*/
.djl_theme_bootstrap.mod_djl_schedule.neospor  div.game_day {position:relative;text-align:left;font-size:14px; display:flex;flex-direction:row; border-top-left-radius:3px;border-top-right-radius:3px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor  div.game_day::after {content: "";position: absolute;right: 0;top: 0;width:40%;height: 100%;opacity:0.1;}
.djl_theme_bootstrap.mod_djl_schedule.neospor  .team-logos-wrapper{ margin-top:40px}
.djl_theme_bootstrap.mod_djl_schedule.neospor  div.game_day h4{ display:inline-block; font-size:36px; color:#fff; padding:0px 10px 0px 0px; margin:0; font-weight:bold; font-family: 'Arial Black'!important;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .nextmatch-date span{ font-family:Arial!important;display:inline-block; font-weight:bold; text-transform:uppercase; font-size:15px; line-height:1.1 }
.djl_theme_bootstrap.mod_djl_schedule.neospor  div.game_day div{line-height:1;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .nextmatch-middle{ z-index:2; font-style:italic; font-family: 'Roboto Condensed Regular'; font-size:18px; font-weight:bold;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .nextmatch-middle .presented-by{letter-spacing:0.5px;font-style: normal;font-size:11px; color:rgba(255,255,255,0.6)}
.djl_theme_bootstrap.mod_djl_schedule.neospor .nextmatch-middle .presented-by h6{ display:inline-block; margin:0;}
.djl_theme_bootstrap.mod_djl_schedule.neospor  div.game_day div.nextmatch-date{ z-index:2;line-height:1;padding:4px 0px 4px 20px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor  div.game_day div.nextmatch-middle,.djl_theme_bootstrap.mod_djl_schedule.neospor .vs_score.nowrap{line-height:1;padding:6px 20px 4px 0px;text-align:center;}
.djl_theme_bootstrap.mod_djl_schedule.neospor  div.nextmatch-right{ padding:0;}

.djl_theme_bootstrap.mod_djl_schedule  div.team_home.neospor,.djl_theme_bootstrap.mod_djl_schedule  div.team_away.neospor {text-align: center; }
.team_home_logo,.team_away_logo {background:url(../images/drop-shadow.png) no-repeat bottom center; padding-bottom:25px}
.djl_theme_bootstrap.mod_djl_schedule  div.team_home.neospor img,.djl_theme_bootstrap.mod_djl_schedule  div.team_away.neospor img {float:none;margin-left:0px;max-width:170px;max-height:170px;}
.djl_theme_bootstrap.mod_djl_schedule  div.team_home.neospor span.name,.djl_theme_bootstrap.mod_djl_schedule  div.team_away.neospor span.name{display:block; font-size:20px;font-family:'Roboto Condensed Regular'; margin-top:0px; }
.djl_theme_bootstrap.mod_djl_schedule.neospor .game_day_overlay{ position:absolute; width:100%; height:100%; z-index:1;border-top-left-radius:3px;border-top-right-radius:3px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .dj-body {border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .vs_score.nowrap .vs_clock{ font-size:44px;font-family: 'sf_big_whiskey_condensedbold'; letter-spacing:2px;font-weight: bold;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .vs_score.nowrap .vs_sign{ font-size:24px;font-family: 'sf_big_whiskey_condensedbold';letter-spacing:2px; font-weight:normal; margin-top:20px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .vs_score.nowrap .time_venue{ font-size:16px;font-family: 'Roboto Condensed Regular';margin-top:20px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .vs_score.nowrap .time{margin-top:15px;display: block;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .vs_score.nowrap{padding:30px 0px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .dj-body{ margin-bottom:20px; padding-bottom:20px;}
.mod_djl_schedule.neospor .schedule_link{text-align:center;margin-top:10px; text-transform:uppercase}

.mod_djl_schedule.djl_theme_bootstrap.neospor .owl-buttons,.zt-module-testimonial.neospor.team .owl-buttons{ position:absolute; top:40%; width:100%;}
.mod_djl_schedule.djl_theme_bootstrap.neospor .owl-buttons .owl-prev{ position:absolute; left:5px;}
.mod_djl_schedule.djl_theme_bootstrap.neospor .owl-buttons .owl-next{ position:absolute; right:5px;}
.mod_djl_schedule.djl_theme_bootstrap.neospor .owl-theme .owl-controls .owl-buttons div {transition: all 0.2s linear 0s;display: inline-block;transform: scale(1);margin: 0px;padding:0px;font-size:24px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;background:none;filter: Alpha(Opacity=0);opacity: 0;}
.mod_djl_schedule.djl_theme_bootstrap.neospor:hover .owl-theme .owl-controls .owl-buttons div{transition: all 0.2s linear 0s;filter: Alpha(Opacity=50);opacity:0.5;}

/****/
.uppermain .container{ background-color:transparent;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture .dj-body{ border:0;border-radius:3px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture .owl-carousel .owl-item {padding: 0px 10px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture div.team_home.neospor img, .djl_theme_bootstrap.mod_djl_schedule.neospor.fixture div.team_away.neospor img {max-width:64px;max-height:64px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture div.game_day h4 {font-weight: normal;font-family: 'Arial Black' !important; padding-right:5px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture .nextmatch-date span {font-size: 14px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture div.game_day div.nextmatch-date {z-index: 2;line-height: 1;padding: 4px 0px 4px 10px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture .vs_score.nowrap .vs_clock {font-size:36px;	font-family: 'sf_big_whiskey_condensedbold';letter-spacing: 1px;font-weight: bold;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture .vs_score.nowrap {padding: 10px 0px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture div.game_day div.nextmatch-middle{line-height: 1;padding: 4px 10px 4px 0px;text-align: right;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture .nextmatch-middle {font-size: 16px;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture .footer-info{ padding:15px; text-align:center}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture div.team_home.neospor span.name, .djl_theme_bootstrap.mod_djl_schedule.neospor.fixture div.team_away.neospor span.name {font-size:16px;}

.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-theme .owl-controls .owl-buttons div{ text-align:center; line-height:43px; font-size:20px;}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture:hover .owl-theme .owl-controls .owl-buttons div{filter: Alpha(Opacity=100);opacity:1;}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-buttons .owl-prev{position:absolute; left:-50px; width:43px; height:43px; border-radius:3px; text-align:center;display:grid;place-items:center;}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-buttons .owl-next{ position:absolute; right:-50px;width:43px; height:43px; border-radius:3px;text-align:center;display:grid;place-items:center;}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-buttons .owl-prev .fa{ padding-right:3px}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-buttons .owl-next .fa{ padding-left:3px}

.zt-module-testimonial.neospor.team .owl-buttons{top:30%;}
.zt-module-testimonial.neospor.team .owl-buttons div{opacity:1; font-size:20px}
.zt-module-testimonial.neospor.team .owl-buttons .owl-prev{position:absolute; left:-50px; width:43px; height:73px; border-radius:3px; text-align:center;display:grid;place-items:center;}
.zt-module-testimonial.neospor.team .owl-buttons .owl-next{ position:absolute; right:-50px;width:43px; height:73px; border-radius:3px;text-align:center;display:grid;place-items:center;}
.zt-module-testimonial.neospor.team .owl-buttons .owl-prev .fa{ padding-right:3px}
.zt-module-testimonial.neospor.team .owl-buttons .owl-next .fa{ padding-left:3px;}
/*
	=======================================
		POINTS TABLE MODULE
	=======================================
*/
.djl_theme_bootstrap.neospor.mod_djl_tables table td.tables_link i{ margin-right:5px;}
.mod_djl_tables.djl_theme_bootstrap.neospor .table{ margin-bottom:8px;}
.djl_theme_bootstrap.neospor.mod_djl_tables table td, .djl_theme_bootstrap.neospor.mod_djl_tables table th{ padding:8px 5px}
/*
WELCOME NEOSPOR TEXT
*/
.welcome-neospor-text ul{ padding-left:20px;}
.welcome-neospor-text ul li{ margin:10px 0; list-style:none}
.welcome-neospor-text ul li a{padding-left:10px; font-weight:600;}
/*
	=====================================================
		MAIN SLIDER
	=====================================================
*/
#slidermodul .n2-ss-layer .bg-primary{border-radius:5px;}
#slidermodul .n2-ss-layer .btn-secondary,#slidermodul .n2-ss-layer .btn-secondary:hover{color:#fff; padding:6px 12px; font-size:16px;}
#slidermodul::before,.subslider_bg::before{}
#slidermodul::after,.subslider_bg::after{}
.orbit-container.neospor h3.slide-title,.orbit-container.neospor h3 { margin-top:0px;font-size:30px;color:#fff;}
.orbit-container.neospor .orbit-slides-container > * .orbit-caption {font-size: 100%;background-color: rgba(0, 0, 0, 0.5);padding:15px; color:#fff;font-size:16px;}
.orbit-container.neospor .orbit-prev, .orbit-container.neospor .orbit-next {width:18px;height:70px;line-height:70px;}
.orbit-container.neospor .orbit-prev > span{left:3px;border:0; width:9px; height:17px; background:url(../images/orbit-prev.png) no-repeat;}
.orbit-container.neospor .orbit-next > span{border:0; background:url(../images/orbit-next.png) no-repeat;width:9px; height:17px;}
.orbit-container.neospor .orbit-bullets li {background:rgba(255,255,255,0.4);width:10px;height:10px;}
.bfPageIntro h3{ margin-bottom:0px; background:none;}
.bfPageIntro h3::before,.bfPageIntro h3::after{ display:none;}
.rev_slider_wrapper{}

.subslider_bg{ position:relative;}
.subslider-2.col-sm-12.col-md-4{}
.subslider_inner.container{ padding-top:40px;}
#slidermodul{ position:relative;}

ul.opening-hours.message-block  {padding-left:0;}
ul.opening-hours.message-block li {list-style: none;text-transform: capitalize;position: relative;display: inline-block;width: 100%;margin-top:10px;padding-bottom: 10px;
}
/*
	==================================================
		TOPSL - TOPSL-2
	==================================================
*/
.topsl_bg{ position:relative;}
.topsl_bg::after{opacity:0.12; position:absolute;content:""; width:100%; height:100%; background:url(../images/topsl-bg.jpg) no-repeat fixed; background-size: cover; top:0; left:0;}
.wrap.topsl-2_bg {background-image: url(../images/topsl-2-bg.jpg);background-position: top center;background-size: cover;background-attachment: fixed;position:relative;}
.wrap.topsl-2_bg::before {content: '';position: absolute;top: 0;left:0;z-index: 1;width: 100%;height: 100%;-webkit-box-shadow: 0 0 79px rgba(0,0,0,.05) inset;-khtml-box-shadow: 0 0 79px rgba(0,0,0,.05) inset;-moz-box-shadow: 0 0 79px rgba(0,0,0,.05) inset;-ms-box-shadow: 0 0 79px rgba(0,0,0,.05) inset;-o-box-shadow: 0 0 79px rgba(0,0,0,.05) inset;box-shadow: 0 0 79px rgba(0,0,0,.05) inset;}
.topsl-2_bg-overlay {transition: background .3s,border-radius .3s,opacity .3s;height: 100%;width: 100%;top: 0;left: 0;position: absolute;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);}
.topsl-2_bg h3.module-title::after{ background:none;}

.topsl-2_inner.container{ position:relative; z-index:1;}
.jt-icon-box .jt-icon-box-icon {width: 30px;height: 30px;text-align: center;vertical-align: middle;font-size: 30px;line-height: 30px;margin-top: 3px;float: left;transition: all 0.3s ease-in-out;}
.jt-icon-box .jt-icon-box-icon img {max-width: 30px;max-height: 30px;}
.jt-icon-box .jt-icon-box-content { margin-left: 50px;}
.jt-icon-box-content .fa-angle-right {margin-left:7px;}
.jt-icon-box-content h3{ font-weight:600;}
a.more-info{ margin-top:10px; display:inline-block}
.topsl-2_bg h3.module-title{ color:#fff;}
.topsl-2_bg .ztTestimonial p.content-testimonial,.topsl-2_bg .name-pos{color: rgba(250, 250, 250, 1); border-bottom:0; }
.topsl-2_bg .ztTestimonial .testimonial_block-text::before { display:none;}
.topsl-2_bg .ztTestimonial.neospor .col-md-12{}
.topsl-2_bg .zt-content{width:80%;}
.topsl-2_bg .name-pos{ text-align:left;}
.ztTestimonial .tw-fb a:hover{background-color:transparent!important;box-shadow: none!important;}
.topsl-2_bg .ztTestimonial.neospor img.avatar { max-width:80px; border:1px solid rgba(255,255,255,.5)}
.zt-module-testimonial.neospor .glyphicon-chevron-left::before {content: "\f104"; font-family:'FontAwesome'; font-size:30px;}
.zt-module-testimonial.neospor .glyphicon-chevron-right::before {content: "\f105";font-family:'FontAwesome'; font-size:30px;}

.topsl-2_bg .zt-module-testimonial.neospor .carousel-indicators { width:auto; left:25%; right:25%; text-align:center;}

/*
	==================================================
		EVENTS - ICAGENDA
	==================================================
*/
.icrounded_eventlist.neospor .ic-date-img-box,.icrounded_eventlist.neospor,#icagenda.ic-event-view.neospor .ic-info,#icagenda.ic-event-view.neospor .ic-image img {}
#icagenda.ic-event-view.neospor .ic-info {border:0; background:none; padding:0;}
#icagenda.ic-event-view .ic-event-header,#icagenda-registration.well{box-shadow:none;}
#icagenda.ic-event-view.neospor .ic-info .ic-details{ text-align:left; margin:10px;}
.icrounded_eventlist.neospor,.icrounded_eventlist.neospor:nth-child(2n+1){ background:none;}
.icrounded_eventlist.neospor .iceventlist-title {padding-top: 3px;line-height: 15px !important;font-size: 15px;font-weight: normal;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;-o-hyphens: auto;hyphens: auto;}
#neospor-calendar .ic_neospor.iccalendar {display: block;margin: auto;padding: 3px;border:0;border-radius: 0px;min-width: 150px;}
#neospor-calendar .ic_neospor .icnav{padding-bottom:0px; padding-top:0px;position:relative;}
#neospor-calendar .ic_neospor .icnav .backic, #neospor-calendar .ic_neospor .icnav .nextic,#neospor-calendar  .ic_neospor .icnav .backicY,#neospor-calendar  .ic_neospor .icnav .nexticY{ margin:6px 4px 0px 4px; border:0;border-radius:0px;}
#neospor-calendar .ic_neospor .icnav .backicY,#neospor-calendar .ic_neospor .icnav .backic,#neospor-calendar .ic_neospor .icnav .nextic,#neospor-calendar .ic_neospor .icnav .nexticY{ color:#fff;}
#neospor-calendar .ic_neospor .icnav .titleic {padding-bottom:4px; padding-top:4px;color:#fff;text-shadow: 0 1px 0 rgba(0,0,0,0.7); text-transform:uppercase;font-family: 'Roboto Condensed Regular'; }
#neospor-calendar .ic_neospor .icnav::after{content: "";position: absolute; bottom:-10px; left:0; width:100%; height:14px;}
table#icagenda_calendar{ margin-top:4px;}
#neospor-calendar .ic_neospor.iccalendar .ic-table th { padding-bottom:5px; padding-top:5px;}
#neospor-calendar .icagenda_header p{ display:none;}
#neospor-calendar .ic_neospor.iccalendar .ic-table td div{border-radius:2px;}
#neospor-calendar .ic_neospor.iccalendar div.style_Today{box-shadow:none; background:rgba(0,0,0,0.4);}
/*
	=======================================
		UPERSPOT MODULE
	=======================================
*/
.work-with-us-btn{ margin-top:15px;}
 .work-with-us-btn a.btn{padding-top:8px; padding-bottom:8px; font-size:110%;}
/*
	=======================================
		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} 
.maintop-text{}

/*
	=======================================
		ABOUT-US HOME MODULE
	=======================================
*/
.aboutus-home-image-holder img{transition: all 0.5s linear 0s;}
.aboutus-home-image-holder img:hover {filter: grayscale(100%);transition: all 0.5s linear 0s;}
.aboutus-home-image.col-md-6,.aboutus-home-image.col-lg-6,.aboutus-home-image.col-sm-6{} 
.aboutus-home-text.col-md-6,.aboutus-home-text.col-lg-6,.aboutus-home-text.col-sm-6{} 
.aboutus-home-text .fa{ font-size:50px; line-height:1;}
.aboutus-home-icons{ display:grid;place-items:center; min-height:70px;}
.aboutus-home-text h3,.aboutus-home-banner-meta h3{ margin-top:0;}
.aboutus-home-image img{float:right;}
.aboutus-home-image {padding-left:30px;padding-top:30px;padding-right:0px;position: relative;z-index: 1;}
.aboutus-home-image::before {content: '';position: absolute;top: 0;left: 0;bottom:30px;right:30px;-webkit-box-shadow: 0 0 79px rgba(0,0,0,.45) inset;-khtml-box-shadow: 0 0 79px rgba(0,0,0,.45) inset;-moz-box-shadow: 0 0 79px rgba(0,0,0,.45) inset;-ms-box-shadow: 0 0 79px rgba(0,0,0,.45) inset;-o-box-shadow: 0 0 79px rgba(0,0,0,.45) inset;box-shadow: 0 0 79px rgba(0,0,0,.45) inset;z-index: -1;}
.aboutus-home-imageholder{ position:relative;}
.aboutus-home-banner-holder { position:absolute; right:70px; bottom:-40px; height:140px; width:70%;display: flex;flex-wrap: nowrap;padding:15px;-webkit-border-radius: 5px 5px 0 0;-khtml-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;-ms-border-radius: 5px 5px 0 0;-o-border-radius:5px 5px 0 0;border-radius: 5px 5px 0 0;-webkit-box-shadow: 0 8px 65px rgba(12,12,12,.19);-khtml-box-shadow: 0 8px 65px rgba(12,12,12,.19);-moz-box-shadow: 0 8px 65px rgba(12,12,12,.19);-ms-box-shadow: 0 8px 65px rgba(12,12,12,.19);-o-box-shadow: 0 8px 65px rgba(12,12,12,.19);box-shadow: 0 8px 65px rgba(12,12,12,.19);}
.aboutus-home-banner-icon img {max-width: 54px; margin-right:10px;}
.aboutus-home-text{}
/*
	=======================================
		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-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 .jt-inner-bg{}
.bt-intro-title-container{padding:15px 15px 15px 20px;}
.bt-arrows.coloredmodule-1 {position: relative;margin-top:60px;}

.bt-arrows-inner{ width:150px;}
.jt-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; }
/*
	=============================================
		COLOREDMODULE -1 //NEOFANS // COUNTER
	=============================================
*/
.wrap.coloredmodule-1{background: url(../images/coloredmodule-bg.jpg) no-repeat top center ;position:relative; background-size:cover; min-height:550px; z-index:1;}
.coloredmodule-1 .container{ background-color:transparent;}
.coloredmodule-1-overlay{position:absolute; height:100%; width:100%; z-index:2;}
.coloredmodule-1-overlay::after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity:0.95; background:rgba(0,0,0,0.5) url(../images/neofans-image.png) no-repeat left bottom; z-index:3;}
.coloredmodule-1-inner{ position:relative; z-index:5;}

.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%;}
.coloredmodule-1 h3.module-title span{ margin-left:85px}
.coloredmodule-1 h3.module-title::after{ display:none;}
.coloredmodule-1 h3.module-title::before {position: absolute;content: "";height: 1px;top: 50%;right: auto;left:15px;width: 70px;z-index: 1;}
div.neofans {font-family: 'Roboto Condensed Bold';color:#fff;}
.neofans span.neofans-title{ font-style:italic; font-size:72px;font-family: 'Roboto Condensed Bold';  letter-spacing:0.5px;}
div.neofans .fa.fa-comments{ font-size:50px; margin-left:10px; margin-top:20px}
div.neofans  .btn-red {font-family: 'Roboto Condensed Regular';  letter-spacing:0.5px;}
/*
	=============================================
	MIDDLE BLOKC MODULES - BT CONTENT SLIDER
	=============================================
*/
.jt-cs.neospor  .bt-row {padding:15px 0;}
.jt-cs.neospor  h3 {text-transform: none;border-bottom: 0; background:none}

.jt-cs.neospor .owl3-dots span,.jt-cs.neospor .owl3-dots .active span  {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:0px;opacity:1 !important;border:0; margin:0 2px}
.jt-cs.neospor .jt-inner {}
.jt-cs.neospor .jt-inner img {outline: none;border:0;max-width:100%!important; margin-top:0; margin-bottom:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;transform: scale(1, 1);-webkit-transform: scale(1, 1)}
.jt-cs.neospor .jt-inner .jt-title {font-weight:400;text-transform: none;margin-bottom:10px; }
.jt-cs.neospor .jt-inner .bt-category {font-weight:400;}
.jt-cs.neospor p.readmore{ margin-top:15px; margin-bottom:0;}
.jt-cs.neospor p.readmore a.btn,.pretext-button .btn { text-transform:uppercase;font-family:'Roboto Condensed Regular'}
.jt-cs.neospor .bt-row-separate {margin:0px 0px;}
.jt-cs.neospor h3 {line-height:1.2;text-indent: 0px;text-transform: none;height: auto;border:0;margin: 0 !important; padding-bottom:4px;}
.jt-cs.neospor h3 span{  padding-right:15px;}


.bt-pretext,.bt-pretext p{ font-size:18px; margin-bottom:10px}
h2.pretext_title,.bt-pretext h2,.bt-pretext h1,.bt-pretext h3{ margin-top:0;}
.pretext-title,.pretext-button{}
.pretext-button{ text-align:right}
.jt-cs.neospor .bt-extra{ margin-bottom:5px; clear:none}
.jt-cs.neospor .bt-author{ margin-right:15px;}
.jt-cs.neospor .bt-date{}
.jt-cs.neospor .modal {display:inline;position: relative; overflow:inherit!important}

.jt-cs.neospor .jt-imagecover .fa, .jt-cs.neospor.bt-projects .jt-imagecover .fa ,.jt-cs.neospor.blog .jt-imagecover .fa {}

.jt-cs.neospor.bt-projects .icon-lightbox.neospor{ position: absolute; bottom:20%; right:15%; width:25%; text-align:center;opacity: 0; z-index:10;transition: all 0.7s  ease-out 0s;}
.jt-cs.neospor.bt-projects .icon-url.neospor{ position: absolute; top:20%; left:15%; width:25%; text-align:center;opacity: 0; z-index:11;transition: all 0.7s  ease-out 0s;}

.jt-cs.neospor.bt-projects .jt-imagecover:hover .icon-lightbox.neospor{opacity:0.9;transition: all 0.7s  ease-out 0s;bottom:40%; right:25%;}
.jt-cs.neospor.bt-projects .jt-imagecover:hover .icon-url.neospor{opacity:0.9;transition: all 0.7s  ease-out 0s;top:40%; left:25%; }

.jt-cs.neospor .jt-imagecover {overflow: hidden;position: relative;z-index: 7;transition: all 0.7s ease-out 0s;}
.jt-cs.neospor.bt-projects .jt-inner-overlay {position: absolute;width: 100%;height: 100%;z-index: 8;opacity: 0;top:0;left:0;}
.jt-cs.neospor.bt-projects .jt-inner-overlay-2{position: absolute;height: 100%;width:100%;z-index: 8;opacity: 0;bottom:0;right:0;}

.jt-inner.neospor .jt-imagecover:hover .jt-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 */}
.jt-inner.neospor .jt-imagecover:hover .jt-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 */}

.jt-cs.neospor .jt-imagecover:hover img {transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}


.jt-cs.bt-subslider .bt-row {padding-bottom:30px;}
.jt-cs.bt-subslider .jt-imagecover[class*=" col-"] {padding-left: 0;padding-right: 0;overflow: hidden;}
.jt-cs.bt-subslider .jt-title-wrap{ padding:30px 30px}
.jt-cs.bt-subslider .jt-introtext{}
.jt-cs.bt-subslider div.readmore{ text-align:right; padding-top:15px;}
.jt-cs.bt-subslider a.readmore-text i{ margin-left:20px; font-size:12px; padding:8px 8px 6px 8px; line-height:1; font-weight:normal;}
.jt-cs.bt-subslider div.readmore .bt-date{ float:left; text-transform:uppercase; font-size:15px; font-weight:600;}

.jt-cs.neospor .bt-icon.icon-url,.jt-cs.neospor.blog .bt-icon.icon-url{}
.jt-cs.neospor .jt-imagecover:hover .bt-icon.icon-url.neospor,.jt-cs.neospor.blog .jt-imagecover:hover .bt-icon.icon-url.neospor{}
.jt-cs.neospor .bt-icon.icon-lightbox, .jt-cs.neospor.blog .bt-icon.icon-lightbox  {}
.jt-cs.neospor .jt-imagecover:hover .bt-icon.icon-lightbox.neospor, .jt-cs.neospor.blog .jt-imagecover:hover .bt-icon.icon-lightbox.neospor{}

.jt-cs.neospor .hover-icons ,.jt-cs.neospor.blog .hover-icons{/*left:50%;position: absolute;top: 50%;transform: translate(-50%, -50%);background: transparent;z-index: 7;opacity: 0.7; min-width:50px;*/}
.jt-cs.neospor .bt-icon,.jt-cs.neospor.blog .bt-icon  {display:inline-block; margin:0px 1px}
.jt-cs.neospor .jt-imagecover::after,.jt-cs.neospor.blog .jt-imagecover::after{position: absolute;width: 100%;height: 100%;content: "";z-index: 4;opacity: 0;transition: all 0.2s linear 0s;top: 0;left: 0;}
.jt-cs.neospor .jt-imagecover:hover::after,.jt-cs.neospor.blog .jt-imagecover:hover::after{opacity:0.5;}
.jt-cs.neospor-1 .bt-row {}

.jt-cs.neospor-1 .jt-inner{display: flex;}
.jt-cs.neospor.neospor-1 .bt-extra{font-size:11px; position:relative; margin:0; padding:0px;}
.jt-cs.neospor.neospor-1 .bt-extra .bt-category {font-weight:600;display: inline-block;width: auto;}
.jt-cs.neospor .bt-extra i, .jt-cs.neospor .bt-extra .fa {padding:0px;font-size:12px;border-radius:0%; margin-right:5px;}
.jt-cs.neospor .bt-author,.jt-cs.neospor .bt-date {margin-right:10px;}
.jt-cs.neospor .bt-author,.jt-cs.neospor  .bt-category ,.jt-cs.neospor .bt-date {font-size:13px; }
.jt-cs.neospor .pretext-button .btn{font-size:14px;padding-top:7px;padding-bottom:7px;}
.jt-cs.neospor .jt-inner.neospor-1 h2,.jt-cs.neospor .jt-inner.neospor-2 h2 { margin:0;}
.jt-cs.neospor.neospor-1 .jt-author-date i{ margin-right:5px}
.jt-cs.neospor.neospor-1 h4{ margin:5px 0;}
.jt-cs.neospor.neospor .jt-imagecover{ position: relative; overflow:hidden; z-index:1;flex: 5;}
.jt-cs.neospor.neospor-1 .jt-imagecover[class*=' col-']{ padding-left:0; padding-right:0;}
.jt-cs.neospor.neospor-1  .jt-introtitle-wrap{padding:15px 15px 0px 15px;flex:7;}
.jt-cs.neospor.neospor-1 .owl3-dots { position:absolute; top:-15px; right:0;}
.jt-cs.neospor.neospor .jt-imagecover::before {bottom: 0;content: "";left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition: all 0.2s linear;z-index:3;}
.jt-cs.neospor.neospor .jt-inner:hover .jt-imagecover::before {opacity: 1;transition: all ease-in-out 0.5s;}
.jt-cs.neospor .owl3-carousel .owl3-nav .owl3-next,.jt-cs.neospor .owl3-carousel:hover .owl3-next{ right:-55px;}
.jt-cs.neospor .owl3-carousel .owl3-nav .owl3-prev,.jt-cs.neospor .owl3-carousel:hover .owl3-prev{ left:-55px;}

.jt-cs.neospor.neospor .jt-imagecover::after {bottom: 0;content: "";left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition: all 0.2s linear;z-index:3; margin:15px; border:1px solid #fff;-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.jt-cs.neospor.neospor .jt-inner:hover .jt-imagecover::after {}

.jt-cs.neospor.neospor .jt-imagecover:hover img {transform: scale(1.05, 1.05);-webkit-transform: scale(1.05, 1.05);}
.jt-cs.neospor.neospor .hover-icons {margin-top: -22px;position: absolute;top: 50%;width: 100%;z-index: 4;text-align: center;}
.jt-cs.neospor.neospor .hover-icons  a {display: inline-block;height:44px;line-height:44px;opacity: 0;position:relative;text-align: center;top:0px;width:44px;z-index: 5;border-radius:0px;
-webkit-transition: all .4s ease-in-out;transition: all .5s ease-in-out;font-weight: 400;background: rgba(0,0,0,.7);border-radius: 100%;}
.jt-cs.neospor.neospor .hover-icons .fa{}
.jt-cs.neospor.neospor .hover-icons a.icon-lightbox{ right:-100px;opacity:0; left:auto;transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}
.jt-cs.neospor.neospor .hover-icons a.icon-url   { margin-right:10px;left:-100px;transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}
.jt-cs.neospor .jt-inner:hover .hover-icons {filter: alpha(opacity=100);opacity: 1;transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}
.jt-cs.neospor .jt-inner:hover .hover-icons a.icon-url {opacity: 1; left:0;transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}
.jt-cs.neospor .jt-inner:hover .hover-icons a.icon-lightbox{opacity: 1; right:0;transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}
.jt-cs.neospor.neospor .jt-imagecover::before {background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 96%, rgba(0,0,0,0.9) 100%);background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 96%, rgba(0,0,0,0.9) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 96%, rgba(0,0,0,0.9) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0 );
}

.jt-cs.neospor-2 .jt-inner {border-width:1px;border-style: solid;position: relative;-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);-o-transition: all .25s cubic-bezier(.645,.045,.355,1);transition: all .25s cubic-bezier(.645,.045,.355,1);margin:15px 15px;padding:15px 15px 40px 15px;}
.jt-cs.neospor-2 .jt-inner {-webkit-box-shadow: 0 2px 15px rgba(0,0,0,.10);-khtml-box-shadow: 0 2px 15px rgba(0,0,0,.10);-moz-box-shadow: 0 2px 15px rgba(0,0,0,.10);-ms-box-shadow: 0 2px 15px rgba(0,0,0,.10);-o-box-shadow: 0 2px 15px rgba(0,0,0,.10);box-shadow: 0 2px 15px rgba(0,0,0,.10);}
.jt-cs.neospor-2 .jt-inner-bg {padding:0px;}
.jt-cs.neospor-2 .bt-row-separate{ margin:0px 15px;}
.jt-cs.neospor-2 .bt-row {padding: 0;}
.jt-cs.neospor-2 .bt-extra {margin:0px;clear: none;}
.jt-cs.neospor-2 .jt-inner .jt-title,.jt-cs.neospor-2 h4{line-height:1; margin:0 0 5px 0;}
.jt-cs.neospor-2 .bt-row-separate,.jt-cs.neospor-3 .bt-row-separate{ border:0; height:0; margin:0;}
.jt-cs.neospor-2 .bt-row-separate-2{ display:none;}
.jt-cs.neospor.neospor-2 .bt-introtitle-container{ padding:15px;}
.jt-cs.neospor.neospor-2 .jt-imagecover-outer,.jt-cs.neospor.bt-projects .bt-center{ position:relative;}
.jt-cs.neospor.neospor-2 span.title-author-container{ }
.jt-cs.neospor.neospor-2 .bt_handles {position: absolute !important;margin: 0 !important;padding: 0 !important;border: 0 !important;z-index: 101;}
.jt-cs.neospor.neospor-2 .bt_handles li a {width: 15px;height: 15px;}

.jt-cs.neospor-2.news .jt-inner {padding:0px; border:0;}
.jt-cs.neospor-2.news a.next {text-indent: -9999px;position:absolute;z-index:100;margin:0;padding:0;right:-30px;top:40%;}
.jt-cs.neospor-2.news a.prev {text-indent: -9999px;position:absolute;z-index:100;margin:0;padding:0;right:32px;top:40%;left:-30px;}
.jt-cs.neospor-2.news a.next,.jt-cs.neospor-2.news a.prev { display:inline-block;width:30px;height:30px;opacity:1;transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;border-radius:3px;}
.jt-cs.neospor-2.news a.next:hover,.jt-cs.neospor-2.news a.prev:hover {transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}

.jt-cs.neospor-2.news h5 { padding-top: 15px; margin-bottom:10px}
.jt-cs.neospor.neospor-2.news .jt-imagecover{margin-top:15px; margin-left:15px; margin-bottom:15px; }
.jt-cs.neospor.neospor-2 .jt-imagecover-outer{ }

.t3-sidebar .jt-cs.neospor-2 .jt-inner.neospor-2 {padding-top:15px;padding-bottom:15px;}
.t3-sidebar .jt-cs.neospor .jt-inner {padding-left:0px;padding-right:0px;}
.t3-sidebar .jt-cs.neospor-2 .bt-row-separate-2{ margin:0;}
.t3-sidebar .jt-cs.neospor.neospor-2 .jt-imagecover{ margin-right:10px;}

.jt-cs.neospor.bt-projects .bt-category ,.jt-cs.neospor.neospor-3 .bt-date{font-size:18px; color:#fff; height:35px;left:0px; position: absolute;top:30px; z-index:8; line-height:1; border:0; padding:7px 15px; margin:0;text-shadow:none;font-family: 'Roboto Condensed Regular'; font-weight:400}
.jt-cs.neospor.bt-projects .bt-category { top:25px;left:0px;}
.jt-cs.neospor.neospor-3 .bt-date::after,.jt-cs.neospor.bt-projects .bt-category::after{}

.jt-cs.neospor .jt-inner.neospor-2 h2,.jt-cs.neospor.blog .jt-inner h2 { font-size:22px;}

.jt-cs.neospor-3 h4{ margin:0px; }
.jt-cs.neospor-3 h3 {background: none;margin-bottom: 10px;line-height: 1.25;}
.jt-cs.neospor-3 .jt-imagecover-outer{ position:relative;}
.jt-cs.neospor-3 .jt-inner-bg { }
.jt-cs.neospor-3 p.readmore{ margin-top:30px;}

.jt-cs.neospor.neospor-4 .jt-imagecover{ margin-right:15px;}
.wrap.bottomline .container{ background:none;}
.jt-cs.neospor-2.news p.readmore {margin-top:5px;}
.jtcs_item_wrapper.jt-cs.neospor .jt-author-date {margin:0; line-height:1; gap:0 5px}
/*
	=======================================
		SCROLLING NEWS - BT CONTENT SLIDER 
	=======================================
*/
.bt-image-link {position: relative;z-index: 1;}
.jt-inner.neospor.scrollingnews {padding: 0 15px 0 0px;}
.jt-cs.neospor.scrollingnews .bt-row {padding:0px 0;}
.slide.neospor.scrollingnews{}
.jt-cs.neospor.scrollingnews .owl3-carousel .owl3-nav{ position:absolute; top:0; right:0;}
.jt-cs.neospor.scrollingnews .owl3-carousel .owl3-nav .owl3-next, .jt-cs.neospor.scrollingnews .owl3-carousel .owl3-nav .owl3-prev{width:30px;height:30px;opacity:1;display:inline-block;border-radius:0px;opacity:1; font-size:18px;}

.jt-cs.neospor.scrollingnews .owl3-carousel .owl3-nav .owl3-next{right:0px;top:-10px;}
.jt-cs.neospor.scrollingnews .owl3-carousel .owl3-nav .owl3-prev{right:32px;top:-10px;left:auto;}


.jt-cs.neospor.scrollingnews .hover-icon.neospor{left:37.5%;position: absolute;top:100%;background: transparent; z-index:7;opacity:1; width:25%; height:25%; text-align:center}
.jt-cs.neospor.scrollingnews .jt-inner-overlay{position: absolute; width:100%; height:50%; z-index:8; opacity:0;transition: all 0.2s  linear 0s; }
.jt-cs.neospor.scrollingnews .jt-inner-overlay-2{position: absolute; bottom:0; width:100%; height:50%; z-index:8; opacity:0;transition: all 0.2s  linear 0s;}
.jt-inner.neospor.scrollingnews .jt-imagecover:hover .jt-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 */}
.jt-inner.neospor.scrollingnews .jt-imagecover:hover .jt-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 .jt-imagecover{ overflow:hidden;position:relative; z-index:7;transition: all 0.2s  linear 0s;}
.jt-cs.neospor.scrollingnews .jt-inner-overlay i,.jt-cs.neospor.scrollingnews .jt-inner-overlay .fa,.jt-cs.neospor.scrollingnews .jt-inner-overlay-2 i,.jt-cs.neospor.scrollingnews .jt-inner-overlay-2 .fa{ padding:10px; font-size:20px; color:#fff;border-radius: 50%;}
.jt-cs.neospor.scrollingnews .jt-imagecover{ margin-bottom:20px; margin-right:0;}
.jt-cs.neospor.scrollingnews .fa-search{ margin-right:1px;}
.jt-cs.neospor.scrollingnews .icon-lightbox.neospor{ position: absolute; bottom:3px; left:37.5%; width:25%; text-align:center;}
.jt-cs.neospor.scrollingnews .icon-url.neospor{ position: absolute; top:3px; left:37.5%; width:25%; text-align:center;}
.jt-inner.neospor.scrollingnews .bt-date{ background:none; border:none;}
.jt-cs.neospor.scrollingnews p.readmore { margin-top:10px; margin-bottom:20px;font-family:'Roboto Condensed Regular'}
.jt-cs.neospor.scrollingnews.scrollingnews-2 p.readmore a{ margin-top:30px}


/*
	=========================================
		 JT TABS MODULE
	=========================================
*/
.tab-neospor ul.nav-tabs li > button.nav-link{border-bottom:0;margin-right: -1px!important;padding:4px 10px 4px 10px!important;font-size:18px;}
.tab-neospor  h1,.tab-neospor  h2, .tab-neospor  h3,.tab-neospor  h4,.tab-neospor  h5,.tab-neospor  h6{color:#fff; margin-top:0;}
.jttabs-wrapper.layout-default.neospor .tab-content,.jttabs-wrapper.layout-default.neospor ul.nav-tabs{ border:0;}
.neospor.tabs-left{display:flex;}
.neospor.tabs-left #JtTabContent{display:flex;flex-direction:column;flex:1;}
.neospor.tabs-left ul.nav-tabs > li > button.nav-link{-webkit-transition: .4s cubic-bezier(.24,.74,.58,1);-khtml-transition: .4s cubic-bezier(.24,.74,.58,1);-moz-transition: .4s cubic-bezier(.24,.74,.58,1);-ms-transition: .4s cubic-bezier(.24,.74,.58,1);-o-transition: .4s cubic-bezier(.24,.74,.58,1);transition: .4s cubic-bezier(.24,.74,.58,1);padding: 27px 30px 27px 107px!important;display: flex;flex-wrap: nowrap;align-items: center;cursor: pointer;position: relative;z-index: 99;margin-top:9px!important;height:90px; border:0; width:90%;border-radius:0px;}
.neospor.tabs-left ul.nav-tabs > li > button.nav-link.active{-webkit-box-shadow: 0 6px 70px rgba(12,12,12,.19);-khtml-box-shadow: 0 6px 70px rgba(12,12,12,.19);-moz-box-shadow: 0 6px 70px rgba(12,12,12,.19);-ms-box-shadow: 0 6px 70px rgba(12,12,12,.19);-o-box-shadow: 0 6px 70px rgba(12,12,12,.19);box-shadow: 0 6px 70px rgba(12,12,12,.19);-webkit-transform: translateX(36px);-khtml-transform: translateX(36px);-moz-transform: translateX(36px);-ms-transform: translateX(36px);-o-transform: translateX(36px);transform: translateX(36px);}
.neospor.tabs-left ul.nav-tabs li > button.nav-link::before{ border-radius:100%;color:#fff;font-family:fontAwesome; font-weight:normal;display:grid;place-items:center;font-size:30px; line-height:44px;position: absolute;width:60px; height:60px; left:27px; top:15px;  content:"\f0f6";}
.neospor.tabs-left ul.nav-tabs li > button.nav-link.active::before{  content:"\f00c";}
.neospor.tabs-left ul.nav-tabs li > button.nav-link.active::after {right: -20px;content: '';width: 0;height: 0;position: absolute;top:35px;border-style: solid;border-width: 10px;-webkit-transition: .4s cubic-bezier(.24,.74,.58,1);-khtml-transition: .4s cubic-bezier(.24,.74,.58,1);-moz-transition: .4s cubic-bezier(.24,.74,.58,1);-ms-transition: .4s cubic-bezier(.24,.74,.58,1);-o-transition: .4s cubic-bezier(.24,.74,.58,1);transition: .4s cubic-bezier(.24,.74,.58,1);z-index: 1;}
.neospor .tab-content img{ max-width:100%!important;}
.jttabs-wrapper.layout-default.neospor  .tab-content{ overflow:auto}
/*
	=========================================
		 SUBMAIN-8 COLUMN CONTENT MODULES
	=========================================
*/
#t3-content .submain-8 .jt-inner{ padding-left:0px; padding-right:0px;}
#t3-content .submain-8 jt-title ,#t3-content .submain-8 h4 { margin:0;line-height: 1;}
#t3-content .submain-8 h3.module-title::after{}
.submain-8 .jt-cs.neospor-4 .bt-row-separate {margin: 0px 0px;}
.submain-8 .jt-cs.neospor-4 .bt-author, .submain-8 .jt-cs.neospor .bt-date {margin-right: 5px;}
.jt-cs.neospor-4 .bt-row{ padding:15px 0}

/*
	=========================================
		 VERTICALSCROLLER PRO
	=========================================

*/
.vjt1-title h4{ margin-top:0; margin-bottom:0;}
.neospor a.more_in { font-weight:400!important}
.neospor p.introtext{ margin-bottom:0}
.navigate.neospor{ top:-60px!important}
/*
	=========================================
		 about us page text - image
	=========================================
*/
.about-us .nav-tabs{ border-bottom:0;margin-top:30px;}
.tab-content{ padding:20px 20px;}
.tab-content li{ margin-bottom:5px;}
.about-us .bfPageIntro{ display:none;}
.m-b-30 {margin-bottom: 30px;}
.about-us .tab-content .bfFormDiv {margin-top: -15px;margin-bottom: -15px;}
.img-aboutimage{position:relative;height:100%;margin-bottom: 110px;}
.aboutimage-1{position: relative;z-index: 1;}
.aboutimage-1 img{ margin-top:30px;-webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 1px  5px 10px rgba(0, 0, 0, 0.2);box-shadow: 1px  5px 10px rgba(0, 0, 0, 0.2);border:10px solid rgba(255, 255, 255, 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{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 - JT CONTENT SLIDER
	=========================================
*/

.jt-cs.neospor.jt-services .owl3-carousel .owl3-nav .owl3-prev{left: 0;z-index:9;text-indent: 0;top:50%;position: absolute;text-align:center;border-radius:0px;width:35px; height:35px;transform:translateY(-50%);font-size:14px;}
.jt-cs.neospor.jt-services .owl3-carousel .owl3-nav .owl3-next {right: 0%;top:50%;position: absolute;z-index: 2;text-indent: 0;z-index:9;text-align:center;border-radius:0px; width:35px; height:35px;transform:translateY(-50%); font-size:14px;}
.jt-cs.neospor.jt-services .jt-cat-title-text {position: absolute;top: 100%;left: 0;width: 100%;height: 100%;opacity: 0;	-webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);-khtml-transition: all .2s cubic-bezier(.645,.045,.355,1);-moz-transition: all .2s cubic-bezier(.645,.045,.355,1);-ms-transition: all .2s cubic-bezier(.645,.045,.355,1);-o-transition: all .2s cubic-bezier(.645,.045,.355,1);transition: all .3s cubic-bezier(.845,.045,.355,1);z-index:5;padding:20px 20px;text-align:left;}
.jt-cs.neospor.jt-services .jt-imagecover:hover .jt-cat-title-text {top: 0;opacity: 1;}
.jt-cs.neospor.jt-services .jt-imagecover{ position:relative;}
.jt-cs.neospor.jt-services  .jt-imagecover::after{position: absolute;width: 100%;height: 100%;content: "";z-index:1;opacity: 0;top:100%;left: 0;-webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);-khtml-transition: all .2s cubic-bezier(.645,.045,.355,1);-moz-transition: all .2s cubic-bezier(.645,.045,.355,1);-ms-transition: all .2s cubic-bezier(.645,.045,.355,1);-o-transition: all .2s cubic-bezier(.645,.045,.355,1);transition: all .3s cubic-bezier(.845,.045,.355,1); bottom:auto; right:auto;transform: scale(1); margin:0; border:0;}
.jt-cs.neospor.jt-services .jt-imagecover:hover::after{opacity:0.9;top:0; left:0;}
.jt-cs.neospor.jt-services .jt-inner  {-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.08);-khtml-box-shadow: 0 3px 12px rgba(0,0,0,.08);-moz-box-shadow: 0 3px 12px rgba(0,0,0,.08);-ms-box-shadow: 0 3px 12px rgba(0,0,0,.08);-o-box-shadow: 0 3px 12px rgba(0,0,0,.08);box-shadow: 0 3px 12px rgba(0,0,0,.08);}
.jt-cs.neospor.jt-services .jt-inner:hover  {-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.12);-khtml-box-shadow: 0 5px 15px rgba(0,0,0,.12);-moz-box-shadow: 0 5px 15px rgba(0,0,0,.12);-ms-box-shadow: 0 5px 15px rgba(0,0,0,.12);-o-box-shadow: 0 5px 15px rgba(0,0,0,.12);box-shadow: 0 17px 15px rgba(0,0,0,.12);-webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);-khtml-transition: all .2s cubic-bezier(.645,.045,.355,1);-moz-transition: all .2s cubic-bezier(.645,.045,.355,1);-ms-transition: all .2s cubic-bezier(.645,.045,.355,1);-o-transition: all .2s cubic-bezier(.645,.045,.355,1);transition: all .2s cubic-bezier(.645,.045,.355,1);}
.jt-cs.neospor.jt-services .jt-bottom-title{ padding:15px 30px}
.jt-cs.neospor.jt-services .jt-bottom-title .jt-title {	font-size: 1em;}
.jt-cs.neospor.jt-services  .jt-imagecover::before{ display:none;}

/*
	=========================================
		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.neospor{}
.ztTestimonial.neospor .name{ font-weight: 400;line-height: 150%;font-size: 20px;margin-bottom:10px;display: block;}
.ztTestimonial.neospor img.avatar {width:auto;height: auto;}
.zt-module-testimonial.neospor .img-circle {}
.zt-module-testimonial.neospor .col-sm-2.avatar-container,.zt-module-testimonial.neospor .col-md-2.avatar-container,.zt-module-testimonial.neospor .col-lg-3.avatarblock { padding-left:0; padding-right:0}
.zt-module-testimonial.neospor .infoblock{ padding-left:15px}
.zt-module-testimonial.neospor .zt-info-colon{padding-left:52px;}
.ztTestimonial.neospor p.content-testimonial{ margin-left:0;border-bottom:0;}
.ztTestimonial.neospor .testimonial_block-text::after,.ztTestimonial.neospor .testimonial_block-text::before { display:none;}
.zt-module-testimonial.neospor .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.neospor ol.carousel-indicators li {display: inline-block;float: none;border:0;height:11px;width:11px;margin: 1px 5px 1px 1px;border-radius:100%;background-color:#fff;}
.ztTestimonial.neospor ol.carousel-indicators li.active {float: none;border:0;height:11px;width:11px;margin: 1px 5px 1px 1px;}
.zt-module-testimonial.neospor  .carousel-control .icon-prev, .zt-module-testimonial.neospor  .carousel-control .glyphicon-chevron-left {left:0%;}
.zt-module-testimonial.neospor  .carousel-control .icon-next, .zt-module-testimonial.neospor  .carousel-control .glyphicon-chevron-right {right: 0%;}
.zt-module-testimonial.neospor .carousel-control .icon-prev, .zt-module-testimonial.neospor .carousel-control .icon-next, .zt-module-testimonial.neospor .carousel-control .glyphicon-chevron-left, .zt-module-testimonial.neospor .carousel-control .glyphicon-chevron-right {top:50%;}
.zt-module-testimonial.neospor .carousel {padding-bottom: 40px;padding-top: 40px;}
.ztTestimonial.neospor .tw-fb a i { font-size:20px;padding: 5px 5px;}
.ztTestimonial.neospor .tw-fb a:hover {background-color:transparent;box-shadow:none;}
.zt-module-testimonial.neospor .zt-testimonial .zt-information ul.zt-member-social-links{ padding-left:0;}

.ztTestimonial.neospor-team .name{ font-weight: 400;line-height: 150%;font-size: 20px;margin-bottom:10px;display: block;}
.ztTestimonial.neospor-team img.avatar {float: right;width:100%;height:100%;border:0;padding:0px;}
.zt-module-testimonial.neospor-team .img-circle {border-radius:0;}
.zt-module-testimonial.neospor-team .col-md-3 { padding-left:0; padding-right:0}
.zt-module-testimonial.neospor-team .zt-info-colon{padding-left:15px; padding-top:20px;}
.ztTestimonial.neospor-team p.content-testimonial{ margin-left:0;border-bottom:0;}
.ztTestimonial.neospor-team .testimonial_block-text::after,.ztTestimonial.neospor-team .testimonial_block-text::before { display:none;}
.zt-module-testimonial.neospor-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.neospor-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.neospor-team .carousel-control.right, .ztTestimonial.neospor-team .carousel-control.left {width:35px;background-image: none;}
.zt-module-testimonial.neospor-team{ padding-top:38px;}
.ztTestimonial.neospor-team ol.carousel-indicators li.active {float: none;border:0;height: 8px;width: 8px;margin: 1px 5px 1px 1px;}
.zt-module-testimonial.neospor-team  .carousel-control .icon-prev, .zt-module-testimonial.neospor-team  .carousel-control .glyphicon-chevron-left {left:0%;}
.zt-module-testimonial.neospor-team  .carousel-control .icon-next, .zt-module-testimonial.neospor-team  .carousel-control .glyphicon-chevron-right {right: 0%;}
.zt-module-testimonial.neospor-team .carousel-control.left{ left:0}
.zt-module-testimonial.neospor-team .carousel-control.right {left:35px; right:auto}
.zt-module-testimonial.neospor-team .carousel-control .icon-prev, .zt-module-testimonial.neospor-team .carousel-control .icon-next, .zt-module-testimonial.neospor-team .carousel-control .glyphicon-chevron-left, .zt-module-testimonial.neospor-team .carousel-control .glyphicon-chevron-right {top:100%;}
.zt-module-testimonial.neospor-team .carousel {padding-bottom: 40px;}
.ztTestimonial.neospor-team .tw-fb a i { font-size:20px;padding: 5px 5px;}
.ztTestimonial.neospor-team .tw-fb a:hover {background-color:transparent;box-shadow:none;}
.zt-module-testimonial.neospor-team .row { }
.ztTestimonial.neospor-team .email,.ztTestimonial.neospor-team .website,.ztTestimonial.neospor-team .tw-fb a {}
.zt-module-testimonial.neospor-team .glyphicon {font-family: 'FontAwesome';}
.zt-module-testimonial.neospor-team .carousel-control{ opacity:1}
.zt-module-testimonial.neospor-team .glyphicon-chevron-left,.zt-module-testimonial.neospor-team .glyphicon-chevron-right{ border:1px solid #fff; width:35px; height:35px;}
.zt-module-testimonial.neospor-team .glyphicon:empty {width:35px;}
.zt-module-testimonial.neospor-team .glyphicon-chevron-left::before {content: "\f104";}
.zt-module-testimonial.neospor-team .glyphicon-chevron-right::before {content: "\f105";}
.zt-module-testimonial.neospor-team .glyphicon-chevron-left{ margin-left:0;}
.zt-module-testimonial.neospor .zt-testimonial .zt-information .zt-info-name{ margin-bottom:5px;}


/*
	=========================================
		SKILLS - PROGRESS BARs
	=========================================
*/
.what-we-do{}
.glow-wrap{overflow: hidden;position: absolute;width: 100%;height: 100%;top: 0;margin-top: -10px;}
.glow{display: block;position:absolute;width: 40%;height: 200%;background: rgba(255,255,255,.2);top:-50%;filter: blur(5px);transform: rotate(45deg) translate(-450%, 0);transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);}

.what-we-do-wrap:hover .glow,.welcome-neospor:hover .glow{transform: rotate(45deg) translate(450%, 0);transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);}

.what-we-do-wrap:hover img{}
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  
  to {
   background-position: 44px 0;
  }
}

.ui-progress-bar1 {position: relative;height:2px;padding-right: 2px;margin-top: -5px;margin-bottom:26px;border-radius:0px;}
.ui-progress1 {position: relative;display: block;overflow: visible!important;height:2px;border-radius:0px;}
.ui-progress1 span.ui-label {bottom: -12px;height:24px;font-family: 'Open Sans', sans-serif;font-weight: 300;text-transform: uppercase;font-size: 14px;color: #fff;position: absolute;right: 0;line-height:24px;padding-right:10px; padding-left:10px;white-space: nowrap;}
.ui-progress-bar1.color {height:24px;border-radius: 14px;margin-top: -5px;}
.ui-progress1.color {height:24px;border-radius: 14px;background-color: #e54c4c;}
.coloredmodule-1_bg,.coloredmodule-2_bg{ background:#000; padding-bottom:80px;}
.coloredmodule-3_bg{ background:#0D0D0D;}
.sp-simpleportfolio .sp-simpleportfolio-item.nixon{}
.sp-simpleportfolio .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item.nixon{width: 33.3334%;}
.sp-simpleportfolio .sp-simpleportfolio-item.nixon .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay{background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;}
body.fullwidth .featherlight .featherlight-content{}
body.fullwidth .featherlight .featherlight-close-icon {position: absolute;z-index: 9999;top: 0;right: 0px;line-height: 25px;width: 25px;cursor: pointer;text-align: center;font: Arial,sans-serif;background: #fff;background: rgba(255,255,255,.3);color: #000;font-size: 16px;}
.featherlight .featherlight-close-icon{}
.featherlight{ z-index:9999!important;}
.filters.btn-toolbar .btn{height:38px;}
span[itemprop="keywords"] { margin-right:5px;}
/*
	=========================================
		BOTTOMSPOT - OUR CLIENTS
	=========================================
*/
.wrap.bottomspot{max-width:100%; overflow:hidden;}
.bottomspot::after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.80;background:url(../images/bottomspot-bg.jpg) no-repeat top center fixed;background-size:100% 100%; z-index:2;}
.wrap.bottomspot{position:relative; min-height:365px; z-index:1; width:100%;}
.bottomspot .container{ background-color:transparent;}
.bottomspot-overlay{position:absolute; height:100%; width:100%; z-index:3;opacity:0.95;}
.bottomspot-overlay::after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity:0.80;z-index:3;}
.bottomspot-inner{ position:relative; z-index:5;}
/*
	=========================================
		BOTTOMSPOT-2 - GET A FREE QUOTA
	=========================================
*/
.wrap.bottomspot-2{ }
.bottomspot-2-module{}
.bfFormDiv{padding:20px 20px 20px 20px;}
.qf3form.example2 .qf3txt 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:6px 10px 6px 10px; margin-right:6px; margin-left:5px; margin-top:15px;transition: all 0.2s  linear 0s;border: 1px solid transparent;}
.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;}
/*
	=========================================
	 NEWSLETTER
	=========================================
*/
.bottomspot-3 h3,.bottomspot-3 h3 span{ background:none; color:#fff;}
.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-neospor div.acymailing_introtext.neospor,.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.neospor{ width:50%; float:left;}
.bottomspot-3 p.acysubbuttons{ display:inline-block;}
#t3-footer  .acym_form.neospor td.acyfield_text{display:inline-block;width:100%; max-width:100%;cursor:text;}
#t3-footer td.acysubbuttons input{}
#t3-footer .acym_form.neospor .acyfield_text input{background:none;width:100%; max-width:100%;cursor:text;}
#t3-footer .acym_form.neospor input.button{ float:right;cursor:pointer;}

.bottomspot-3 .acym_form .neospor input {max-width:100%;cursor:text;}
.wrap.bottomspot-3 .subbutton{ margin-left:30px; transition: all 0.2s  linear 0s;}
.bottomspot-3 .acym_form .neospor .wrap-acym-wtcorp input#acym__user__edit__email{ background:none; cursor: text!important;}
.acym_form .neospor input{cursor: text;}
.acym_form .neospor input.btn{cursor: pointer; margin-top:10px;}
.acymailing_module.neospor div.acymailing_form.neospor { margin-top:16px!important}
.acym_module td, .acym_module tr td {border-top:0; padding-top:10px}
table.acymailing_form.neospor {margin: 0;border: 0px !important;}

div.acymailing_module.neospor{ display:flex;}
span.acymailing-image-neospor{ min-width:262px; height:262px; background:url(../images/newsletter-image.png) no-repeat left;flex-grow:1; margin-right:40px;}
.ui-dialog .ui-dialog-titlebar{ display:none;}
.neospor.ui-dialog-content .ui-dialog-titlebar-close.popupjt {border:0; position:absolute; top:15px; right:15px;margin:0px 0px 0 0;}
.ui-widget.ui-widget-content{ border:0!important}
.ui-widget-overlay {background: #000!important;opacity:.6!important;filter: Alpha(Opacity=60)!important;}
table.acym_form.neospor{ width:100%;}
/*
	=======================================
		FOOTER - COPYRIGHT 
	=======================================
*/
.t3-footer-overlay{}
.t3-footnav{ z-index:3; position:relative;}
.t3-footnav .t3-module h3.module-title span{ margin-left:0; padding-left:0}
.t3-footnav .t3-module h3.module-title,.t3-footnav .t3-module h3.module-title::after  { margin-left:0; background:none; padding-left:0;overflow-x: hidden;}
.t3-footnav .t3-module h3.module-title span::before {}
.t3-footnav .t3-module h3.module-title span::before {}
.t3-footnav .t3-module h3.module-title::before,.t3-footnav .t3-module h3.module-title span::after { display:none;}
.t3-footer .footerlogo_social_icon  .fa,.social-icons i{ 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:20px}
.t3-footnav .t3-module .jt-cs.neospor .jt-inner .jt-title { margin-bottom:0;}
.t3-footnav .t3-module .jt-cs.neospor .readmore a.btn{ background:none;border:none; padding:0px;}
.t3-footnav .t3-module .jt-cs.neospor p.readmore{ margin:0;display: inline-block;}
.t3-footnav .t3-module .jt-cs.neospor .bt-row {padding:15px 0;}
.t3-footnav .t3-module .jt-cs.neospor .jt-inner {padding-left: 0px;padding-right:0px;}
.t3-footnav .t3-module ul li{ margin:5px 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;}
.jt-cs.neospor.footer .jt-imagecover{ margin-right:10px;}
.jt-cs.neospor.footer h4,.jt-cs.neospor.footer h5,.jt-cs.neospor.footer .jt-author-date,.jt-cs.neospor.footer .jt-inner .jt-title  {margin:0; line-height:1;}
.jt-cs.neospor.footer .jt-introtext  {margin:5px 0; }
.neospor.articles_count ul{padding-left:0px;}
.neospor.articles_count ul li {padding:10px 0; list-style:none; margin:0;}
.neospor.articles_count .fa{margin-right:10px;}
.neospor.articles_count span.artcount{ float:right;}


.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.neospor{ width:100%;}
.acymailing_form.neospor{ margin:0px 0 0 0;}
.acymailing_module_form.neospor .acymailing_introtext.neospor {padding-bottom:25px!important;}
.acymailing_form.neospor td.acysubbuttons input.btn-primary{height:28px; padding:0px 12px; line-height:1;}
.acymailing_form.neospor input.inputbox{border-radius:0px; margin-right:10px }
.acymailing_module_form.neospor.acymailing_module_form td {padding-bottom: 15px;vertical-align: top;}
.acymailing_module_form.neospor .button.subbutton {float:left;margin-left: 5px;}
.t3-sidebar .acymailing_form.neospor input.inputbox{background:none;}

.t3-debug{position:fixed; right:0;top:0;z-index:999;min-height:40px;}
.t3-debug .neospor.hikashop_cart_module{ padding:15px;}
.t3-debug .neospor.hikashop_cart_module span.hikashop_small_cart_total_title{ padding:15px;}
.t3-debug .neospor.hikashop_cart_module .hikashop_cart{background:url(../images/shopping-cart.png) no-repeat left 26px; padding-left:40px}
input.hikashop_checkout_coupon_field{ display:inline-block; margin-right:10px;}
.hikashop_checkout_coupon{ margin-top:10px;}


.t3-debug .neospor.hikashop_cart_module a.hikabtn { display:block;}
.t3-debug .neospor.hikashop_cart_module .shopping-cart-wrap{ float:right; width:auto;}
.t3-debug .neospor.hikashop_cart_module .shopping-cart-icon{ float:right; width:40px; height:70px; display:grid;place-items:center; font-size:24px; padding-right:10px; }
/*****/
.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;}
#neospor-flickr img {width:77px;height:67px;}
#fancybox-wrap{ width:auto!important;}
.t3-footnav .t3-module .gallery-flickr.neospor ul li{ margin:0px 0;}
.footer-right .gallery-flickr.neospor ul li a{float:left;margin:0 5px 10px 5px;padding: 0;background:none;border: 0;}
.gallery-flickr.neospor 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;}
/*
	=======================================
		ADMISSIONS - ACCORDION
	=======================================
*/
#accordion .panel-title a:after{content: "";height: 18px;position: absolute;right:0px;top:1px;width:18px;}
#accordion .panel-title a.collapsed::after {height:18px;position: absolute;right:0px;top:1px;width:18px;}
#accordion .panel-title a{display: block;font-size: 14px;position: relative;-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;transition: all 700ms ease 0s;border-radius:0px;background:transparent;outline:none;line-height:1.42857;}
#accordion .panel-default > .panel-heading ,#accordion.panel-group .panel{}
#accordion .panel-default > .panel-heading{ padding:8px 10px; }
#accordion .panel-default { border-bottom:0; border-left:0; border-right:0; border-top:0; box-shadow:none;}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: transparent;}
#accordion.panel-group .panel + .panel {margin-top:10px;}
#accordion.panel-group .panel-default > .panel-heading{border-radius:0px;}

/*
	=======================================
		COUNTERS
	=======================================
*/

.counters {padding: 0px;text-align: center;font-size: 50px;font-weight: 500; padding:40px 0;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:90px;font-weight:400;display:block;margin-bottom: 10px;transition: all 0.2s  linear 0s;}
.counter-style:hover i { transition: all 0.2s  linear 0s;}
.counters h4 {display: block;font-size:24px;font-weight: 400;margin: 0px auto 0 auto;padding: 5px 0px 20px 0px; line-height:1.3; }

.counter-style {padding:15px 10px;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 0px;border-radius:0px;	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.08);-khtml-box-shadow: 0 3px 12px rgba(0,0,0,.08);-moz-box-shadow: 0 3px 12px rgba(0,0,0,.08);-ms-box-shadow: 0 3px 12px rgba(0,0,0,.08);-o-box-shadow: 0 3px 12px rgba(0,0,0,.08);box-shadow: 0 3px 12px rgba(0,0,0,.08);}
.counter-style:hover {-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.12);-khtml-box-shadow: 0 5px 15px rgba(0,0,0,.12);-moz-box-shadow: 0 5px 15px rgba(0,0,0,.12);-ms-box-shadow: 0 5px 15px rgba(0,0,0,.12);-o-box-shadow: 0 5px 15px rgba(0,0,0,.12);box-shadow: 0 17px 15px rgba(0,0,0,.12);-webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);-khtml-transition: all .2s cubic-bezier(.645,.045,.355,1);-moz-transition: all .2s cubic-bezier(.645,.045,.355,1);-ms-transition: all .2s cubic-bezier(.645,.045,.355,1);-o-transition: all .2s cubic-bezier(.645,.045,.355,1);transition: all .2s cubic-bezier(.645,.045,.355,1);}
.counters-wrap{ display:flex;place-items:center; height:100%; }
.counters .timer {font-size:46px;line-height:50px;font-weight:600;letter-spacing:1px;}
.coloredmodule-1 .counter-style,.coloredmodule-1 .counter-style:hover {box-shadow:none;}
.counters.homepage{ color:#FFFFFF}
.counter-style{text-align: center;font-size:70px;font-weight: 500; padding:20px 0;position:relative;}
.counters-style{padding:15px 10px;}
/*
	=========================================================
	MEET TEAM ABOUT US PAGE PLAYERS SQUAD - JT TESTIMONIAL
	=========================================================
*/
.jt-testimonial.neospor.client::before{opacity:0.1;font-weight:normal;font-size:130px;font-family:FontAwesome;position:absolute;width:130px;height:130px;left:0px;top:-140px;content:"\f10e";transform:scaleX(-1);-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);}
.jt-testimonial.neospor.client::after{opacity:0.1;font-weight:normal;font-size:130px;font-family:FontAwesome;position:absolute;width:130px;height:130px;right:0px;bottom:-80px;content:"\f10e";}

.jt-testimonial.neospor.team .testimonial_block-image .overlay{visibility:hidden;opacity:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;	position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.2;}
.jt-testimonial.neospor.team .testimonial_block:hover .overlay{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;visibility:visible;opacity:0.7;}

.jt-testimonial.neospor.team .zt-social-icons{min-height:40px;}
.jt-testimonial.neospor.team .zt-testimonial:hover  .zt-social-icons{bottom:0;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;}
.jt-testimonial.neospor.team .zt-social-icons li{list-style:none;padding:5px 12px !important;font-size:15px;text-align:center;padding:0px 5px!important}
.jt-testimonial.neospor.team .zt-testimonial .zt-information .jt-social-icons li{padding:0px 5px!important}
.jt-testimonial.neospor.team p.zt-content{margin-bottom:0;padding:10px 15px}

.jt-testimonial.neospor.team .name-social-wrap{z-index:3;position:relative;}
.jt-testimonial.neospor.team .zt-testimonial .zt-avatar img{ z-index:11;}

.jt-testimonial.neospor.team .name-info-position.onimage{visibility:hidden;opacity:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;position:absolute;top:25px;left:0px;padding:0px 25px;width:100%;font-weight:bold;}
  
.jt-testimonial.neospor.team .testimonial_block:hover .name-info-position.onimage{visibility:visible;opacity:1;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;z-index:1;display:flex;flex-direction:column;}
.jt-testimonial.neospor.team .name-info-position.onimage .testimonial_block-name,.jt-testimonial.neospor.team .name-info-position.onimage .testimonial_block-name h3{background:none;width:100%;color:#fff;}
.jt-testimonial.neospor.team span.share-icon{position:absolute;display:block;top:-25px;right:26px;width:50px;height:50px;border-radius:100%;text-align:center;
font-size:14px;z-index:3;display:grid;place-items:center;}
.jt-testimonial.neospor.team  .zt-testimonial .zt-information p.zt-content{border:0;padding:0;}
.jt-testimonial.neospor.team .zt-testimonial .zt-information .zt-info-name{font-size:24px;}
.jt-testimonial.neospor.team  .zt-testimonial{margin:0px 0 45px;padding:0px;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-khtml-transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-transition:all .3s cubic-bezier(.645,.045,.355,1);-ms-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border-bottom:0;}
.jt-pretext div{font-size:18px;display: flex;align-items: center;}

.jt-testimonial.neospor.owl2-carousel2 .owl2-nav .owl2-next.disabled ,.jt-testimonial.neospor.owl2-carousel2 .owl2-nav .owl2-prev.disabled {opacity: 1;visibility: visible;}

.neospor .owl-theme .owl-controls .owl-page span,.neospor .owl-theme .owl-controls .owl-pagination.neospor .owl-page.active span,.neospor .owl-theme .owl-controls.clickable .owl-page:hover span,.neospor .owl2-dots .owl2-dot,.neospor .owl2-dots .owl2-dot.active{width: 50px !important;height:6px!important;transition: all 0.2s linear 0s;border-radius:0px!important;}
.jt-testimonial.neospor.team  .jt-social-icons li{display:inline-block;}
.jt-testimonial.neospor.team .zt-social-icons h4.zt-info-name{font-size:18px;margin:0;}
.jt-testimonial.neospor.team a:hover{text-decoration:none;}
.zt-module-testimonial.neospor .zt-testimonial .zt-information .zt-info-position,.zt-module-testimonial.neospor .zt-testimonial .zt-information .zt-info-nationality,.zt-module-testimonial.neospor .zt-testimonial .zt-information .zt-info-dateofbirth{display:block;}

.jt-testimonial.neospor.team .owl-buttons div{opacity:1;}
.zt-module-testimonial.neospor{}
.jt-testimonial.neospor.team .owl-buttons{position:absolute;width:100%;top:30%;}
.jt-testimonial.neospor.team .owl2-nav .owl2-prev{opacity:1;position:absolute;left:0px;width:43px;height:73px;border-radius:3px;text-align:center;display:grid;place-items:center;}
.jt-testimonial.neospor.team .owl2-nav .owl2-next{opacity:1;position:absolute;right:0px;width:43px;height:73px;border-radius:3px;text-align:center;display:grid;place-items:center;}

.jt-testimonial.neospor.team .testimonial_block-data{width:100%;margin:0}
.jt-testimonial.neospor.team .testimonial_block-data div{margin-bottom:0px;}
.jt-testimonial.neospor.team .jt-social-icons{float:right;width:50%;list-style:none;padding:0px 0 0px 0;display:flex;flex-wrap:wrap;justify-content:center;margin:0;align-items:center;min-height:40px;flex-direction:row;}
.jt-testimonial.neospor.team .testimonial_block-name{font-weight:bold;margin-bottom:5px;float:left;width:50%;display:flex;flex-wrap:wrap;justify-content:center;margin:0;align-items:center;min-height:40px;flex-direction:row;margin:0;}
.jt-testimonial.neospor.team .testimonial_block-data .jt-social-icons .fa{padding:0px 5px;font-size:14px;}

.wrap.bottomspot-2 .container{background:none;padding-top:80px;padding-bottom:80px;}
.jt-testimonial.neospor.client .jt_testimonial-block-slide{border-radius:10px;padding:30px;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.10);-khtml-box-shadow:0 2px 15px rgba(0,0,0,.10);-moz-box-shadow:0 2px 15px rgba(0,0,0,.10);-ms-box-shadow:0 2px 15px rgba(0,0,0,.10);-o-box-shadow:0 2px 15px rgba(0,0,0,.10);box-shadow:0 2px 15px rgba(0,0,0,.10);}
.jt-testimonial.neospor.client .testimonial_block-text::after{display:none;}
.jt-testimonial.neospor.client .jt_testimonial-info-image-wrap{display:flex;}
.jt-testimonial.neospor.client .testimonial_block-text{line-height:1.7;font-size:18px;margin-bottom:30px;margin-bottom:20px}
.jt-testimonial.neospor.client .owl2-nav .owl2-next,.jt-testimonial.neospor.client .owl2-nav .owl2-prev{display:grid;place-items:center;width:32px;height:32px;border-radius:100%;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;text-align:center;opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);opacity:0;}
.jt-testimonial.neospor.client:hover .owl2-nav .owl2-next,.jt-testimonial.neospor.client:hover .owl2-nav .owl2-prev{opacity:1;}
.jt-testimonial.neospor.client .testimonial_block-position{text-transform:uppercase;font-size:14px;}

.playersquad-entry.neospor .member h2 { font-size:18px; margin-bottom:5px;}
.playersquad-entry.neospor .member span {font-size:100%;}
.playersquad-entry.neospor .member .playersquad-avatar {margin: 0px 0px 15px 0px;}
.playersquad-entry.neospor .member a.profile-link {text-align: center;padding-right:12px;display: inline-block; margin-top:20px}
/*
	=========================================
	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 - JT TESTIMONIAL
	=========================================
*/
.neospor.customer img.avatar{float:right;width:64px;height:64px;box-shadow:none !important;}
.neospor.customer .img-circle{border-radius:50%;}
.neospor.customer  p.content-testimonial{padding:20px;position:relative;margin:0px 0px 0px 0px;min-height:10px;transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s;border-radius:5px; position:relative;}
.neospor.customer  .testimonial_block-text::after{content:"";position:absolute;width:0;height:0;border-style:solid;bottom:-28px;right:30px;}
.neospor.customer  .testimonial_block-text::before{content:"";position:absolute;width:0;height:0;bottom:-30px;right:26px;}
.neospor.customer .tw-fb{display:inline-flex;align-items:center;justify-content:space-between;}
.neospor.customer .tw-fb a{display:block;padding:12px !important;font-size:18px;text-align:center;}
.neospor.customer .row.info{padding-right:55px;padding-left:30px}
.neospor.customer .zt-testimonial,.neospor.customer .zt-testimonial:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:0;background-color:transparent}
.neospor.customer .testimonial_block-name{font-weight:500;font-size:16px;margin-bottom:5px}
.neospor.customer [class*="col-"]{padding-left:0;padding-right:0;}
.neospor.customer .infoblock{padding-right:15px;display:flex;flex-direction:column;justify-content:center;/* aligns content vertically */align-items:flex-end;/* aligns content horizontally */ min-height:64px;}

.jt-testimonial.neospor.customer .jt_testimonial-info-image-wrap{display:flex;justify-content:flex-start;width:100%;padding-left:10px;align-items:center;}
.jt-testimonial.neospor.customer .testimonial_block-image{margin-left:20px;box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;}
.jt-testimonial.neospor.customer .jt_testimonial-block-slide{background:none;}
.jt-testimonial.neospor.customer .testimonial_block-text::after{}
.jt-testimonial.neospor.customer .testimonial_block-text::before {content: "";position: absolute;width: 0;height: 0;bottom: -30px;left: 25px;right: auto;margin-right: 10px;}
.jt-testimonial.neospor.customer .testimonial_block-text::after  {content: "";position: absolute;width: 0;height: 0;border-style: solid;bottom: -28px;left: 23px;right:auto;}
.jt-testimonial.neospor.customer .jt-social-icons{display:flex; font-size:18px;gap:7px 15px}
.jt-testimonial.neospor.customer .jt_testimonial-info{ padding-left:15px;}
.jt-testimonial.neospor.customer .testimonial_block-text {margin-bottom: 50px;}
/*
	===========================================
	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;border-radius:5px;}
.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-left .dl-horizontal dt {width: auto;}
.contact-left .dl-horizontal dd {margin-left: 0px;margin-bottom: 20px;}
.contact.neospor i,.contact.neospor .fa{ font-size:26px;line-height:1; margin-right:5px; vertical-align:middle}
.contact.neospor .contact-text{padding-left: 30px;}
.contact.neospor .info-title{ font-weight:500}
.contact.neospor .contact-form .well {box-shadow: none; background-color:transparent;}
.contact.neospor .msc-info{border-style:solid; padding:20px}
.contact.neospor .com-contact__container{margin-bottom:40px;padding:20px}
.contact.neospor .form-horizontal .control-group .control-label {text-align: left; width:110px}
.contact.neospor .form-horizontal .control-group .controls{ margin-left:110px;}
.contact.neospor label#jform_spacer-lbl{ font-size:12px}
.contact.neospor label{ font-weight:normal;}
.contact-form.neospor #jform_contact_message {width: auto;height:155px;}
.contact-form.neospor input{ height:29px;}
.contact-form.neospor #jform_contact_emailmsg {width: auto!important;}
.contact-neospor-h3{ visibility:hidden}
.contact.neospor legend {border-bottom:0; display:none; margin:0}
.contact.neospor #contact-form .control-group.field-spacer {margin-bottom:0px; margin-top:0}
.gm-style .gm-style-iw-c { background-image:url(../images/building-small.png); background-repeat:no-repeat; background-position:5px center; border-radius:0px;padding:17px 18px 18px 50px!important;}
.qf3form.example2 .qf3txt input,.qf3form.example2 .contact-qf3-neospor .qf3txt input select,.qf3form.example2 .contact-qf3-neospor textarea{border-radius:0px!important;}
.qf3form.example2 .qf3btn input.btn-primary{float:right;font-size:16px;line-height:1;padding:6px 10px 6px 10px;margin-right:6px;margin-left:5px;margin-top:15px;transition:all 0.2s  linear 0s;border:1px solid transparent;border-radius:0px;}
.qf3form.example2 .qfcapt{display:none!important}
.qf3form.example2.desk{padding-bottom:60px!important;}

/*
	===========================================
	    BREADCRUMBS - 
	===========================================
*/
.wrap.t3-breadcrumbs {padding:120px 0;width: 100%;position: relative;}
.t3-breadcrumbs,.t3-breadcrumbs-inner{ position:relative; }
.t3-breadcrumbs::before{ position:absolute; top:0; left:0; bottom:0; right:0; content:"";opacity:0.8; z-index:0; width:100%; height:100%;}
.t3-breadcrumbs .container{ position:relative;padding:15px;opacity: 0.8; background:none; z-index:3;}
.t3-breadcrumbs-inner::after{ position:absolute; top:0; left:0; bottom:0; right:0; content:"";opacity:0.7; 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:42px;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 - YENDIF VIEDO SHARE
	==================================================
*/
.yendif-video-share.videos.neospor{}
.yendif-video-share.videos.neospor .thumbnails .col-md-3,.yendif-video-share.videos.neospor .thumbnails .col-sm-3{}
.yendif-video-share.videos.neospor ul.thumbnails,.related-neospor ul,.yendif-video-share.categories.neospor ul{ padding:0;}
.yendif-video-share.videos.neospor .thumbnails li,.related-neospor li,.yendif-video-share.categories.neospor li,.yendif-video-share.my-videos.neospor li{ list-style:none; margin-left:0;}
.neospor .yendif-video-share-grid-item .inner-padding,.yendif-video-share.categories.neospor .card{display: block;padding: 0px;margin-bottom:30px;line-height:1.42;border:0;border-radius:0px;-webkit-transition: border 0.2s ease-in-out;-o-transition: border 0.2s ease-in-out;transition: border 0.2s ease-in-out;}
.neospor .yendif-play-icon {position: absolute;width:56px;height:56px;margin: -26px 0px 0px -26px;padding: 0px;top: 50%;left: 50%;z-index: 2;opacity:0.85;}
.yendif-video-share.neospor a:hover { text-decoration:none;}
.yendif-video-share.neospor .btn-primary{ text-transform:uppercase;}
.yendif-video-share.videos.neospor .more_btn{ position:relative;}
.yendif-video-share.videos.neospor .more_btn-inner{ position:absolute; right:15px; top:-50px;}
.yendif-video-share.category.neospor ul.thumbnails li{ list-style:none;}
.neospor  .card{display: block;margin-bottom: 30px;line-height: 1.42;border: 1px solid transparent;border-radius: 0px;-webkit-transition: border 0.2s ease-in-out;-o-transition: border 0.2s ease-in-out;transition: border 0.2s ease-in-out;-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}
.yendif-video-share.neospor .radio.inline + .radio.inline, .yendif-video-share.neospor .checkbox.inline + .checkbox.inline {margin-left: 10px;}
.yendif-video-share.neospor .radio.inline, .yendif-video-share.neospor .checkbox.inline {display: inline-block;padding-top: 5px;margin-bottom: 0;vertical-align: middle;}
.yendif-video-share .radio input[type="radio"], .yendif-video-share .checkbox input[type="checkbox"] {margin: 2px 10px 2px 2px; position:relative;}

.yendif-video-share.neospor .form-search input, .yendif-video-share.neospor .form-inline input, .yendif-video-share.neospor .form-horizontal input, .yendif-video-share.neospor .form-search textarea, .yendif-video-share.neospor .form-inline textarea, .yendif-video-share.neospor .form-horizontal textarea, .yendif-video-share.neospor .form-search select, .yendif-video-share.neospor .form-inline select, .yendif-video-share.neospor .form-horizontal select, .yendif-video-share.neospor .form-search .help-inline, .yendif-video-share.neospor .form-inline .help-inline, .yendif-video-share.neospor .form-horizontal .help-inline, .yendif-video-share.neospor .form-search .uneditable-input, .yendif-video-share.neospor .form-inline .uneditable-input, .yendif-video-share.neospor .form-horizontal .uneditable-input, .yendif-video-share.neospor .form-search .input-prepend, .yendif-video-share.neospor .form-inline .input-prepend, .yendif-video-share.neospor .form-horizontal .input-prepend, .yendif-video-share.neospor .form-search .input-append, .yendif-video-share.neospor .form-inline .input-append, .yendif-video-share.neospor .form-horizontal .input-append {display: inline-block;*display: inline;margin-bottom: 0;vertical-align: middle;}
.yendif-video-share.video.neospor .input-append input, .yendif-video-share.video.neospor .input-append select, .yendif-video-share.video.neospor .input-append .uneditable-input {-webkit-border-radius:0x;-moz-border-radius:0px;border-radius:0px;position: relative;display: inline-block;margin-bottom: 0; margin-right:10px;}

.yendif-video-share.video.neospor .breadcrumb{margin-top:15px}

.vjs-playlist.white.neospor { border-radius:0px 3px 3px 0px;}
.yendif-video-share.videos.neospor .thumbnail .yendif-image.neospor {transition: all ease-in-out 0.5s;overflow:hidden;}
.yendif-video-share.videos.neospor .thumbnail:hover .yendif-image.neospor {transition: all ease-in-out 0.5s;;-webkit-transition: all ease-in-out 0.5s;;transform: scale(1.05, 1.05);-webkit-transform: scale(1.05, 1.05);overflow:hidden;}
.neospor  .yendif-video-share-image::before {background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 98%, rgba(0,0,0,0.9) 100%);background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 98%, rgba(0,0,0,0.9) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 98%, rgba(0,0,0,0.9) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0 );bottom: 0;content: "";left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition:all ease-in-out 1s;-webkit-transition: all ease-in-out 0.5s;z-index: 3;}
.neospor .yendif-video-share-responsive-item:hover  .yendif-video-share-image::before{opacity: 1;}
a.yendif-thumbnail.neospor{overflow:hidden;}

.neospor .yendif-video-share-image{transition: all ease-in-out 0.5s;}
.neospor .yendif-video-share-responsive-item:hover .yendif-video-share-image,.related-neospor .yendif-thumbnail:hover .yendif-image {transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;transform: scale(1.05, 1.05);-webkit-transform: scale(1.05, 1.05);overflow: hidden;}
.yendif-video-share.category.neospor a.yendif-thumbnail,.related-neospor a.yendif-thumbnail  {overflow:hidden;}
.yendif-video-share.videos.neospor .card-body {padding: 15px;line-height:1.82;}
.neospor .yendif-video-share-excerpt { margin:10px 0}
.yendif-video-share-categories.neospor .yendif-video-share-title{ text-indent:15px}

.yendif-video-share.category.neospor .yendif-thumbnail .yendif-image::before,.related-neospor .yendif-thumbnail .yendif-image::before {background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 98%, rgba(0,0,0,0.9) 100%);background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 98%, rgba(0,0,0,0.9) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 98%, rgba(0,0,0,0.9) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0 );bottom: 0;content: "";left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition: all ease-in-out 1s;-webkit-transition: all ease-in-out 0.5s;z-index: 3;}
.yendif-video-share.category.neospor .yendif-thumbnail:hover .yendif-image::before,.yendif-image::before,.related-neospor .yendif-thumbnail:hover .yendif-image::before {opacity: 1;}
.yendif-video-share.category.neospor .yendif-thumbnail .yendif-play-icon,.related-neospor .yendif-thumbnail .yendif-play-icon{position: absolute;width: 56px;height: 56px;margin: -25px 0px 0px -25px;opacity:0.80;}
.neospor .yendif-video-share-ratings, .neospor .yendif-video-share-ratings-small{ margin:5px 0}
.t3-wrapper .yendif-video-share-ratings-small .yendif-video-share-ratings-stars,.t3-wrapper  .yendif-video-share-ratings-small .yendif-video-share-ratings-stars .yendif-video-share-ratings-current,.t3-wrapper  .yendif-video-share-ratings-small  .yendif-ratings-star a:hover {background-image: url(../images/star_small.png) !important;}

.yendif-video-share.video.neospor .yendif-video-share-search-form{margin-bottom:20px;}
.yendif-video-share-search-form .input-group .form-control{width:auto}
.yendif-video-share.mod-yendifvideoshare-playlist{overflow:hidden;}
.yendif-video-share.neospor .btn-primary {margin-left: 10px;}
.yendif-video-share.neospor .card-body{ padding:15px}
.yendif-video-share.video.neospor .yendif-video-share-meta-views, .yendif-video-share.video.neospor .yendif-video-share-ratings, .yendif-video-share.video.neospor .yendif-video-share-ratings-small, .yendif-video-share.video.neospor .yendif-video-share-meta-date {margin: 7px 0 7px 0;}
.yendif-video-share.video.neospor .yendif-video-share-likes-dislikes,.yendif-video-share.video.neospor .yendif-video-share-meta-category{margin:7px 0;}
.yendif-video-share.neospor .yendif-video-share-meta{margin-bottom:10px}
.yendif-video-share.search.neospor .input-group{display:flex;}
.neospor .yendif-video-share .yendif-video-share-svg-icon-play, .yendif-video-share.neospor .yendif-video-share-svg-icon-play {position: absolute;width:46px;height:46px;top: 50%;left: 50%;pointer-events: none;z-index: 3;transform: translateX(-50%) translateY(-50%);border-radius: 100%;margin: 0;}
.play-btn-animation {position: absolute;width: 53px;height: 53px;top: 50%;left: 50%;pointer-events: none;z-index: 2;transform: translateX(-50%) translateY(-50%);border-radius: 100%;background-color: transparent;margin: 0;}
.play-btn-animation::after {background-color: rgba(255,255,255,0.5);content: "";position: absolute;left: 10px;top: 10px;width:35px;height: 35px;z-index: -1;border-radius: 50%;}
.play-btn-animation::before{background-color: transparent;content: "";position: absolute;left:-1px;top: 0px;width:53px;height:53px;z-index: -1;border-radius: 50%;}
.yendif-video-share-search-form{ margin-bottom:20px;}
.yendif-video-share-search-form .input-group{display: flex;gap: 10px;}
.neospor.mod-yendifvideoshare-playlist .yendif-video-share-responsive-item .yendif-video-share-image{ width:75px; height:50px;}
.neospor .yendif-video-share-playlist-item .yendif-video-share-responsive-item{ padding-bottom:50px!important;}
.neospor.mod-yendifvideoshare-playlist .d-flex.neospor{display:flex;gap:10px; padding:5px}
.neospor.mod-yendifvideoshare-playlist .yendif-video-share-playlist-item {border-top: 1px solid #DDD; border-bottom: 1px solid #FFF;color: #999;background-color:#EEE}
.neospor .yendif-video-share-playlist{background-color:#EEE}
/*
	=========================================
		BLOG - BT CONTENT SLIDER
	=========================================
*/
.jt-cs.neospor.blog .jt-inner img{}
.jt-cs.neospor .next.neospor,.jt-cs.neospor .prev.neospor{ display:inline-block;bottom:0px; height:35px; width:35px;opacity:1;}
.neospor .bt-arrows.neospor{ position:relative;margin-top:40px}
.jt-cs.neospor .bt_handles_num {position:relative!important; z-index:1; text-align: center;}
.jt-cs.neospor .bt_handles_num li{float:none; display:inline-block; margin:0 5px!important;}
.jt-cs.neospor .bt_handles_num li a{ font-size:14px; line-height:33px; height:35px; width:35px; float:none;}
.neospor .bt_handles_num li a:hover{ color:#fff!important}
.jt-cs.neospor a.prev.neospor{left:15%; z-index:2;opacity:1;text-indent:0; background:none!important;}
.jt-cs.neospor a.next.neospor{right:15%; z-index:2;opacity:1; text-indent:0;background:none!important;}
.jt-cs.neospor a.prev.neospor .fa,.jt-cs.neospor a.next.neospor .fa{ font-size:20px; line-height:32px}
.jt-cs.neospor.blog .jt-intro-title-container {padding:0px 0px;float:none;}
.jt-cs.neospor.blog .jt-author-date {margin-bottom:10px;padding: 0;}
.jt-cs.neospor.blog .jt-author-date i{ margin-right:10px}
.jt-cs.neospor.blog .jt-introtext{ text-align:justify;} 
.jt-cs.neospor.blog .bt-row-separate {margin: 0px 0px 15px 0px; padding-top:15px;}
/*
	====================================================
		PORTFOLIO - SP SIMPLE PORTFOLIO MODULE 
	====================================================
*/

#sp-simpleportfolio {}
.sp-simpleportfolio.neospor {}
.sp-simpleportfolio.neospor .sp-simpleportfolio-filter > ul > li > a{border-radius:3px;}
.featherlight .featherlight-content,.featherlight{ z-index:999!important}
.sp-simpleportfolio .sp-simpleportfolio-item.neospor .sp-simpleportfolio-info{ position:relative;padding:50px 20px 30px 20px;}
.sp-description.neospor{ clear:both; line-height:1.42; text-align:justify}
.sp-simpleportfolio-created.neospor-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.neospor .sp-simpleportfolio-info h3 a,.sp-simpleportfolio .sp-simpleportfolio-item.neospor .sp-simpleportfolio-info h3{ font-weight:bold; font-size:20px; margin-bottom:10px;}
.sp-simpleportfolio-client.neospor.col-sm-6,.sp-simpleportfolio-client.neospor.col-md-6{ padding-left:0; padding-right:10px;}
.sp-simpleportfolio-client.neospor, .sp-simpleportfolio-created.neospor{ margin-bottom:15px;}
.sp-simpleportfolio-client.neospor h4, .sp-simpleportfolio-created.neospor h4{ font-size:13px;}
.sp-simpleportfolio-client.neospor h4 span, .sp-simpleportfolio-created.neospor h4 span{ font-weight:bold;}
.sp-simpleportfolio-info.neospor:hover h4{ color:#fff;}
.sp-simpleportfolio .sp-simpleportfolio-item.neospor .sp-simpleportfolio-link{ text-align:right; margin-top:30px;}
.sp-simpleportfolio .sp-simpleportfolio-item.neospor .sp-simpleportfolio-btns a{}
.filters.btn-toolbar .btn{height:38px;}
span[itemprop="keywords"] { margin-right:5px;}
.sp-simpleportfolio .sp-simpleportfolio-description.neospor{ width:100%; margin-bottom:15px;}
.sp-simpleportfolio-meta.neospor{ 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 {color:#fff}
.sp-simpleportfolio .sp-simpleportfolio-meta.neospor > div { margin-bottom:10px; padding-bottom:10px}
.sp-simpleportfolio-link a.btn{ margin-top:15px; margin-bottom:15px;}

.sp-simpleportfolio.neospor .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.neospor .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;}
#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{}

div.eduvest{ position:relative; overflow:hidden;}
div.eduvest::before {transition: all 0.5s ease-in-out 0s;background-color: #000;bottom: 0;content: "";left: 0;position: absolute;z-index:5;right: 0;top: 0;opacity:0;}
div.eduvest:hover::before{opacity: 0.5;transition: all 1s ease-in-out 0s;}
div.eduvest img{transition: all 1s ease-in-out 0s;}
div.eduvest:hover img{transition: all 1s ease-in-out 0s;transform: scale(1.05);}
div.eduvest p{ margin:0;}
div.eduvest a.eduvest-link {position: absolute;z-index: 6;width: 100%;height: 100%;display: block;top: 0;left: 0;}

#jtl.neospor{ color:#666;}
#jtl.neospor a,#jtl.neospor button{ color:#fff;}
#jtl.neospor label,#jtl.neospor .username-password.form-group,#jtl.neospor .username-password.form-group a{ text-transform:none}
#jtl.neospor button{ background:none;text-transform: uppercase; margin:0!important;}
#jtl.neospor button.btn-close{}
#jtl.neospor .login-dropdown,#jtl.neospor .register-dropdown{ min-width:350px}
#jtl.neospor button.btn{text-transform: uppercase;
text-align: center !important;
text-shadow: 0 1px 1px #4A4A4A;
width: auto !important;
padding: 0 12px;
height: 29px !important;
line-height: 29px !important;
}
#jtl.neospor .modal-dialog .modal-content{ padding:10px 30px;border-radius:6px;  overflow: hidden;}
#jtl.neospor .registerlink{ margin:0 25px 0 25px!important; background:none; border:0;text-transform:none;padding: 4px 0; text-align:left;}

#jtl.neospor .modal-dialog .modal-content::before,#jtl.neospor .login-dropdown::before, #jtl.neospor .register-dropdown::before {content: "";width: 8px;height: 5px;position: absolute;left: 16%;top: -7px;border-radius: 50%;box-shadow: 0 0 6px 4px #fff;}
#jtl.neospor .modal-dialog .modal-content::after,#jtl.neospor .login-dropdown::after, #jtl.neospor .register-dropdown::after{content: "";height: 1px;width: 33%;position: absolute;left: 1%;top: 0;background: -moz-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);background: -ms-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);background: -o-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444), to(transparent));background: -webkit-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);}
#jtl.neospor .registerlink::before,#jtl.neospor .jtl-note::before  {content: "";width: 550px;height: 100px;position: absolute;top: 45px;left: -150px;-webkit-transform: rotate(75deg);-moz-transform: rotate(75deg);-ms-transform: rotate(75deg);-o-transform: rotate(75deg);transform: rotate(75deg);background: -moz-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));background: -ms-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));background: -o-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));background: -webkit-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));pointer-events: none;}
#jtl.neospor .form-group input, #jtl.neospor  .mod-login .form-group input {background: #27292c;padding: 1px 5px;margin-bottom: 10px;font-size: 12px;background: -moz-linear-gradient(#1f2124, #27292c);background: -ms-linear-gradient(#1f2124, #27292c);background: -o-linear-gradient(#1f2124, #27292c);background: -webkit-gradient(linear, 0 0, 0 100%, from(#1f2124), to(#27292c));background: -webkit-linear-gradient(#1f2124, #27292c);background: linear-gradient(#1f2124, #27292c);border: 1px solid #000;box-shadow: 0 1px 0 rgba(255,255,255,0.1);border-radius: 0px;color: rgba(255,255,255,0.5);transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;}
#jtl.neospor .form-group{ margin-bottom:5px; font-weight:400;}
#jtl.neospor .remember-login-wrap{display:flex; margin-left:25px; margin-right:25px;}
#jtl.neospor .mod-login__remember.form-group{flex:1; font-weight:400;}
#jtl.neospor .mod-login__submit.form-group{flex:1;justify-content:flex-end}
#jtl.neospor .mod-login__userdata  label{flex:1;font-weight:400;text-transform:none}
#jtl.neospor .mod-login__userdata  input{flex:3;font-weight:400;text-transform:none}

#jtl.neospor .jtl-field{display:flex;}
#jtl.neospor .jtl-field .jtl-label{flex:2;font-weight:400;text-transform:none}
#jtl.neospor .jtl-field .form-group{flex:3;font-weight:400;text-transform:none}
#jtl.neospor .jtl-buttonsubmit{display:flex;justify-content:flex-end}
/*========================== Color Preset =========================*/
.presetArea{z-index: 9999;padding: 15px 13px 15px 20px; background:#FFF}
.presetArea H3{background:#FFF}
.jpanelHandle {}
.switch:focus{color: #FFF;}
.presetArea h2{color: #fff!important;font-size: 30px!important;font-weight: 700!important;line-height: 23px!important;margin: 0;text-align: left;text-transform: uppercase;}
.presetArea h2 span{font-weight: 100;display: inline-block;width: 100%;}
.accentColor{width: 100%;position: relative;margin-top:0px;}
.psTitle{font-size:18px!important;color:#171e36!important;margin:0px;text-align: left;margin-bottom: 20px;font-weight:400;letter-spacing:0.8px;}
.psTitle span{font-weight: 100;display: inline-block;width: 100%;}
.accentColor a{background:#3D566E;display: inline-block;height: 30px;margin-bottom: 6px;margin-right: 6px;width: 30px;position: relative;cursor: pointer;box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.55);}

.accentColor a.color1{background:#232d39;}
.accentColor a.color1::after{border-left-color:#ed563b;}

.accentColor a.color2{background:#213360;}
.accentColor a.color2::after{border-left-color: #21cdc0;}

.accentColor a.color3{background: #111111}
.accentColor a.color3::after{border-left-color: #092591;}

.accentColor a.color4{background: #15191C }
.accentColor a.color4::after{border-left-color:#2098df;}

.accentColor a.color5{background:#444444;}
.accentColor a.color5::after{border-left-color:#29A19C;}

.accentColor a.color6{background:#336179;}
.accentColor a.color6::after{border-left-color: #132F32;}

.accentColor a.color7{background:#0d1d29 ;}
.accentColor a.color7::after{border-left-color: #fd5d00;}

.accentColor a.color8{background:#182641;}
.accentColor a.color8::after{border-left-color: #f3525a;}

.accentColor a.color9{background:#512B58;}
.accentColor a.color9:::after{border-left-color: #FE346E;}

.accentColor a.color10{background:#0c263b;}
.accentColor a.color10::after{border-left-color: #ed1c24;}

.accentColor a.color11{background:#262627;}
.accentColor a.color11::after{border-left-color:#F2503B;}

.accentColor a.color12{background:#25567c;}
.accentColor a.color12::after{border-left-color:#F2C300;}

.accentColor a:focus,.colorChem a:focus,.layoutstyle a:focus{ outline:none;}
.accentColor a:after{border-bottom: 0 solid transparent;border-left: 30px solid #E74C3C;border-top: 30px solid transparent;bottom: 0;content: "";height: 0;left: 0;position: absolute;width: 0;}
.colorChem a.dark1{background:#151F28;}
.accentColor a.dark1:after{border-bottom: 0 solid transparent;border-left:41px solid #E01A22;border-top: 40px solid transparent;bottom: 0;content: "";height: 0;left: 0;position: absolute;width: 0;}
.colorChem a.dark2{background:#212b34;}
.accentColor a.dark2:after{border-bottom: 0 solid transparent;border-left: 41px solid #3f6e9a;border-top: 40px solid transparent;bottom: 0;content: "";height: 0;left: 0;position: absolute;width: 0;}
.colorChem a.dark3{background:#3d464f;}
.accentColor a.dark3:after{border-bottom: 0 solid transparent;border-left:41px solid #b81e20;border-top: 40px solid transparent;bottom: 0;content: "";height: 0;left: 0;position: absolute;width: 0;}
.colorChem a.dark4{background:#262626;}
.accentColor a.dark4:after{border-bottom: 0 solid transparent;border-left: 41px solid #ff5000;border-top: 40px solid transparent;bottom: 0;content: "";height: 0;left: 0;position: absolute;width: 0;}
.colorChem a.dark5{background:#3A4750;}
.accentColor a.dark5:after{border-bottom: 0 solid transparent;border-left: 41px solid #00adb5;border-top: 40px solid transparent;bottom: 0;content: "";height: 0;left: 0;position: absolute;width: 0;}

.colorChem a.dark6{background:#263859;}
.accentColor a.dark6:after{border-bottom: 0 solid transparent;border-left: 41px solid #ff6768;border-top: 40px solid transparent;bottom: 0;content: "";height: 0;left: 0;position: absolute;width: 0;}
.accentColor a.active:before, .accentColor a:hover:before,.accentColor a:focus:before{background: url("../images/tick.png") no-repeat scroll center center;bottom: 4px;content: "";height: 8px;left: 4px;position: absolute;width: 11px;z-index: 999;transition: all ease 700ms;-moz-transition: all ease 700ms;-webkit-transition: all ease 700ms;-ms-transition: all ease 700ms;-o-transition: all ease 700ms;}
.colorChem{width: 100%;position: relative;margin-top: 25px;}
.colorChem a{color: #fff;display: inline-block;font-size: 10px;font-weight: 600;height: 40px;line-height: 8px;text-align: center;text-indent:10px;letter-spacing:0.7px;text-transform: uppercase;width: 90px;padding-top: 16px;margin-right:3px;margin-bottom:13px;transition: all ease 700ms;-moz-transition: all ease 700ms;-webkit-transition: all ease 700ms;-ms-transition: all ease 700ms;-o-transition: all ease 700ms;}
.colorChem a:hover, .colorChem a.active{background: rgba(0, 0, 0, 0.8);color: #FFF;}
.colorChem a:last-child{margin-right: 0px;}
.layoutstyle{width: 100%;margin-top: 30px;position: relative;}
.layoutstyle a{display: inline-block;width: 90px;height: 30px;font-size: 10px;line-height: 8px;text-transform: uppercase;color: #171e36;font-weight: 600;text-align: left;padding-left: 40px;padding-top: 11px;position: relative;transition: all ease 700ms;-moz-transition: all ease 700ms;-webkit-transition: all ease 700ms;-ms-transition: all ease 700ms;-o-transition: all ease 700ms;}
.layoutstyle a.wide{background: url(../images/wide.png) no-repeat left center;}
.layoutstyle a.Box{background: url(../images/boxed.png) no-repeat left center;}
.layoutstyle a.patterned{background: url(../images/pattern.png) no-repeat left center;display:block;margin:5px 0;}
.layoutstyle a.Box.fixedimage,.layoutstyle a.patterned,.layoutstyle a.solidcolor{ width:100%;}
.layoutstyle a.active:before, .layoutstyle a:hover:before{background: url("../images/tick.png") no-repeat scroll center center rgba(0, 0, 0, 0);bottom: 0;content: "";height: 23px;left: 0;position: absolute;top: 0;width: 32px;z-index: 999;transition: all ease 700ms;-moz-transition: all ease 700ms;-webkit-transition: all ease 700ms;-ms-transition: all ease 700ms;-o-transition: all ease 700ms;}
.layoutstyle a:hover{color: #DE3C2F;}
.presetBorder{width: 100%;height: 1px;background: #5e5e5e;margin: 30px 0;}
.layoutstyle p{font-size: 14px;color: #cccccc;line-height: 11px;margin-bottom: 15px;}
.jpanelHandle{ z-index:9999;box-shadow:none;}
.jpanelContent h2 {display: none;}
.jpanelHandle .fa,.jpanelHandle img{ line-height:100%;padding-top:0px;padding-bottom:4px;}
table.dark-colors td{ padding-right:15px; border-top:0;}
#date-and-doc .bfLabelLeft label{ width:20%;font-weight:400;margin:5px 10px 0px 5px;}
#date-and-doc button.bfCalendar {height: 25px;margin:4px 0px 0px 5px;float:none;border-radius:0px; padding:3px 5px}
#date-and-doc section.bfLabelLeft .bfElementGroupNoWrap{ width:60%;}
#date-and-doc button.bfCalendar [class^="icon-"]::before,#date-and-doc button.bfCalendar [class*=" icon-"]::before {display: block;}
#date-and-doc select.chzn-done{ width:60%;}
.sidepanel-neospor .ui-slideouttab-handle{ padding-left:15px; padding-right:15px;}
.tns-outer .playButton {display: none;}
.icon-location::before{content: "\f041";}
/*
	=======================================
		MOBILE
	=======================================
*/
@media screen and (max-width:1200px){
.zt-module-testimonial.neospor.customer img.avatar {float:left;}
.zt-module-testimonial.neospor.customer img.avatar { margin-bottom:15px;}
}
@media screen and (max-width:990px){
.topbar { font-size:12px;}
}
@media screen and (max-width:767px){
.bg-pattern {padding-top:0px;}
#background-shadow{ margin-top:0;}
.logo::after {right:0px;}
.mainnav-inner.pull-right{ float:none!important;}
#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.neospor.owl-theme .owl-controls .owl-buttons .owl-prev{ left:0px;}
.ztTestimonial.neospor.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-mainnav .dropdown-menu,.mainnav-con{margin-top: 0;}
.t3-header {}
.navbar-default .navbar-toggle{position: absolute;top:-64px;right: 0; margin-top:0;}
.navbar-header {}
.t3-mainnav.affix .navbar-header {min-height:90px;width:100%; top:0;position: relative; }
#t3-header.affix #t3-mainnav.navbar-default .navbar-nav > li > a,#t3-header.affix #t3-mainnav.navbar-default .navbar-nav li > .separator,#t3-header.affix #t3-mainnav.navbar-default .navbar-nav li > span,#t3-header.affix #t3-mainnav.navbar-default .navbar-nav > li > .nav-header{ line-height:1.42;}
.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.neospor img.avatar {float:left;}
.zt-module-testimonial.neospor .zt-info-colon {padding-left:15px; margin-top:30px;}
.colored_spot2 {padding-top:20px;padding-left:15px;}
.ztTestimonial.neospor-team p.content-testimonial{ margin-left:0;border-bottom:0; margin-top:0; margin-bottom:0;}
.ztTestimonial.neospor-team .name {line-height: 100%;font-size: 16px;margin-bottom:5px;}
.zt-module-testimonial.neospor-team .carousel-control.left {left:auto;right:35px;}
.zt-module-testimonial.neospor-team .carousel-control.right {right:0px;left: auto;}
.zt-module-testimonial.neospor-team .carousel-control {font-size: 30px;}
.ztTestimonial.neospor p.content-testimonial {margin-bottom:10px;}
.zt-module-testimonial.neospor .carousel-indicators {margin:0px 0px 0px 0;}
.zt-module-testimonial.neospor-team {padding-top: 15px;}
.zt-module-testimonial.neospor .carousel {padding-bottom:20px;}
.zt-module-testimonial.neospor.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.neospor .form-horizontal .control-group .controls {margin-left: 0;}
.contact-form.neospor #jform_contact_emailmsg{width:100%!important;}
.contact-form.neospor #jform_contact_message{width:100%;}

.unite-carousel-wrapper{ max-width:100%!important}
.sp-simpleportfolio.neospor .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; min-height:0px;}
.col-xs-12.ourstory-text,.col-xs-12.colormodule-2-text,.wt-services-box-wrapper,.counters-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}
.jt-imagecover{ max-width:100%!important}
.orbit-container.neospor .orbit-slides-container > * .orbit-caption {max-height:150px;padding:10px;}
.orbit-container.neospor h3.slide-title, .orbit-container.neospor h3 { margin-bottom:5px;font-size:20px; font-weight:400}
.jt-inner.neospor.scrollingnews {padding: 0 0px 30px 0px;}
.aboutus-home-image img,.aboutus-home-text{ margin-bottom:20px!important;}
.subslider-2.col-sm-12.col-md-4 {margin-top:15px}
.neospor.tabs-left .items_mask,.neospor.tabs-left .tabs_buttons {float:none;width:100%;}
.tabs-left.tab-padding.neospor.tabs-left {padding-left:15px !important;}
.neospor.tabs-left .tabs_buttons { margin-bottom:15px;}
.neospor.tabs-left ul.nav-tabs > li > button.nav-link{font-size:18px;}
.neospor.tabs-left ul.nav-tabs > li > button.nav-link.active{-webkit-transform:none;-khtml-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
.neospor.tabs-left ul.nav-tabs li > button.nav-link.active::after { display:none;right:0px;}
span.acymailing-image-neospor{min-width:122px; height:122px; margin-right:20px;background:url(../images/newsletter-image.png) no-repeat left;flex-grow:1; margin-right:20px; background-size:contain;}
h1.newsletter-title{ font-size:18px;}
.ui-widget.ui-widget-content{ margin-right:30px!important; margin-left:30px!important}
.counterss-wrap{ display:block;}
.aboutus-home-text h3,.aboutus-home-banner-meta h3{ font-size:14px;}
.aboutus-home-banner-desc{ font-size:12px; line-height:1.1;}
.aboutus-home-text.col-md-6, .aboutus-home-text.col-lg-6, .aboutus-home-text.col-sm-6 { margin-top:50px}
#t3-mainnav.navbar-default .navbar-nav > li > a, #t3-mainnav.navbar-default .navbar-nav li > .separator, #t3-mainnav.navbar-default .navbar-nav li > span, #t3-mainnav.navbar-default .navbar-nav > li > .nav-header {line-height: 1.2;}
#t3-mainnav.navbar-default li::after,#t3-mainnav .dropdown-menu::before, .t3-megamenu .dropdown.mega.open > .mega-dropdown-menu::before, .t3-megamenu li.dropdown::before{ display:none;}
.bfQuickMode.neospor-contact input[type="text"], .bfQuickMode.neospor-contact textarea, .bfQuickMode.neospor-contact .uneditable-input, .bfQuickMode.neospor-contact input[type="text"]:hover, .bfQuickMode.neospor-contact textarea:hover, .bfQuickMode.neospor-contact .uneditable-input:hover, .bfQuickMode.neospor-contact input[type="text"]:focus, .bfQuickMode.neospor-contact textarea:focus, .bfQuickMode.neospor-contact .uneditable-input:focus {width:100%;max-width: 100%;min-width: 100%;}
.sidepanel-neospor .ui-slideouttab-handle{ display:none!important;}
.jt-icon-box .jt-icon-box-content {margin-left:0px; margin-bottom:50px}
.topbar ul.menu li a,.topbar li a,.topbar ul.menu li > .separator, .topbar ul.menu li > span {font-weight:300;   padding:0px 10px 0px 0px; cursor:pointer}
.jt-cs.neospor-1 .jt-inner{margin:0px;padding:0px;}
.yendif-video-share.videos.neospor .thumbnails [class*=' col-'], .yendif-video-share.videos.neospor .thumbnails [class*=' col-'],.subslider-1-2 [class*=' col-'],.jt-cs.neospor .jt-inner,.contact-right[class*=' col-'],.contact-left[class*=' col-'],.zt-testimonial.neospor.customer [class*=' col-'],.yendif-video-share.category.neospor ul.thumbnails li[class*=' col-'],.yendif-video-share.category.neospor ul.thumbnails{ padding-left:0; padding-right:0;}
.jt-cs.neospor .jt-inner{ padding-top:0;flex-direction: column;}
.djl_theme_bootstrap.mod_djl_schedule.neospor.fixture .owl-carousel .owl-item {padding: 0px 0px;}
.jt-cs.neospor-2 .jt-inner.news {margin: 15px 0px;padding:0px;}
.jt-cs.neospor-2.news a.prev {left: -15px;}
.jt-cs.neospor-2.news a.next {right: -15px;}
.hikashop_product.neospor div.hikashop_container {margin: 10px 0px!important;}
.hikashop_product.neospor { padding:0;}
#t3-content .item-page img, img {max-width: 100%!important;}
.djl_theme_bootstrap.mod_djl_schedule.neospor .dj-body{ margin:0 5px}
.t3-debug {right: 60px;}
.jt-cs.neospor-2 .jt-inner {margin:0px 0px 30px 0px;padding: 15px 15px 40px 15px;}
.counter-style {margin-bottom:30px;}
.yendif-video-share.videos.neospor .thumbnails li[class*=' col-'], .related-neospor li[class*=' col-'], .yendif-video-share.categories.neospor li[class*=' col-'], .yendif-video-share.my-videos.neospor li [class*=' col-'],.welcome-neospor [class*=' col-']{
padding-left:0; padding-right:0;}
.djl_schedule.neospor.djl_theme_bootstrap.djl_schedule table td {padding:4px;}
div.catItemView.neospor {padding:0px;}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-buttons .owl-prev,.zt-module-testimonial.neospor.team .owl-buttons .owl-prev {left: 0px;}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-buttons .owl-next,.zt-module-testimonial.neospor.team .owl-buttons .owl-next {right:0px;}
.djl_theme_bootstrap.mod_djl_schedule div.team_home.neospor span.name, .djl_theme_bootstrap.mod_djl_schedule div.team_away.neospor span.name {font-size:16px;}
.orbit-container .orbit-slides-container img {max-width: 100%!important;}
.orbit-container.neospor .orbit-slides-container > * .orbit-caption {font-size: 100%; }
.yendif-video-share.video.neospor .input-append input{ width:auto!important; max-width:none!important; float:left;}
.yendif-video-share.video.neospor .input-append{ margin:15px 0;}
.yendif-video-share.video.neospor .pull-right.neospor{ float:left!important;}
.topbar ul.menu li a,.topbar li a,.topbar ul.menu li > .separator, .topbar ul.menu li > span {padding:0px 15px 0px 0px;}
.jt-cs.neospor.neospor-1 .jt-introtitle-wrap {padding:15px;}
.jt-cs.neospor.neospor-1 .jt-imagecover{ margin-right:0!important}
.jt-testimonial.neospor .owl2-dots, .owl2-nav.disabled + .owl2-dots {max-width:80%;}
.jt-cs.neospor .owl3-carousel .owl3-nav .owl3-prev, .jt-cs.neospor .owl3-carousel:hover .owl3-prev{left:0px;}
.jt-cs.neospor .owl3-carousel .owl3-nav .owl3-next, .jt-cs.neospor .owl3-carousel:hover .owl3-next{right:0px;}
}

@media screen and (max-width:650px){
.bt-intro-title-container {padding: 25px 15px;}
.jt-cs.neospor.neospor .jt-imagecover img{ max-width:100%; }
}
@media screen and (max-width:540px){
.orbit-container.neospor .orbit-slides-container > * .orbit-caption {font-size:70%; max-height:75px;padding:5px; line-height:1;}
.orbit-container.neospor h3.slide-title, .orbit-container.neospor h3 { margin-bottom:5px;font-size:16px; font-weight:400}
.jt-cs.neospor h3,h3.module-title {background:none;}
.jt-cs.neospor h3 span {background: transparent;}

}
@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{}
.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;}
.tab-neospor ul.nav-tabs > li > button.nav-link{padding: 4px 5px 4px 5px !important;font-size:14px;}
span.acymailing-image-neospor,.acymailing-text-neospor,div.acymailing_module.neospor{ display:block;}
.jt-cs.neospor h3, h3.module-title{ font-size:20px}
.jt-cs.neospor.neospor-2.news .bt-introtitle-container {padding: 15px;display: block;float: left;}
}
@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.neospor input.inputbox {}
.wrap.bottomspot-3 .subbutton {margin-left: 15px;}
.topbar i, .topbar .fa {margin-right:3px;height:18px;width:18px;font-size: 12px;line-height:18px;}
}
@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;}
.logo-image img {max-width:80%;}
}
@media screen and (min-width: 768px) and (max-width:990px){
.t3-mainnav .nav > li > a {padding: 0px 10px 0px 10px;}
.logo {}
#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:0px 10px 0px 10px;}
.wrap.t3-breadcrumbs {	padding: 40px 0;}
.counters .timer {font-size: 50px;}
.zt-module-testimonial.neospor.customer .row.info {}
.zt-module-testimonial.neospor.customer .zt-testimonial [class*=' col-']{ padding-left:0; padding-right:0}
.bt-intro-title-container {padding: 25px 10px;}
.zt-module-testimonial.neospor.customer img.avatar {float: left;}
#t3-mainnav.navbar-default .navbar-nav > li > a, #t3-mainnav.navbar-default .navbar-nav li > .separator, #t3-mainnav.navbar-default .navbar-nav li > span, #t3-mainnav.navbar-default .navbar-nav > li > .nav-header {padding: 0px 7px 0px 7px; font-size:15px;}
.topbar ul.menu li a,.topbar li a,.topbar ul.menu li > .separator, .topbar ul.menu li > span {padding:0px 15px 0px 0px;}
}
@media screen and (min-width: 768px) and (max-width:1200px){
.zt-module-testimonial.neospor-team .team-block[class*=' col-'],.zt-module-testimonial.neospor-team .team-block .col-sm-6{ padding-left:0; padding-right:0}
.zt-module-testimonial.neospor-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.neospor-team .name {line-height: 100%;font-size:16px;margin-bottom:5px;}
.ztTestimonial.neospor-team p.content-testimonial { max-width:85%;padding-bottom: 10px;margin: 0px 0px 0px 0px;}
.ztTestimonial.neospor-team .name {display: inline-block;}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-buttons .owl-prev,.zt-module-testimonial.neospor.team .owl-buttons .owl-prev {left: 0px;}
.mod_djl_schedule.djl_theme_bootstrap.neospor.fixture .owl-buttons .owl-next,.zt-module-testimonial.neospor.team .owl-buttons .owl-next {right:0px;}
.jt-cs.neospor-2.news a.prev {left: -15px;}
.jt-cs.neospor-2.news a.next {right: -15px;}
}
@media screen and (min-width: 991px) and (max-width:1200px){
.jt-cs.bt-subslider .jt-title-wrap {padding: 10px 15px;}
.jt-cs.neospor .jt-inner .jt-title {line-height: 100%;font-size:16px;margin-bottom:10px;}
.jt-cs.bt-subslider div.readmore {padding-top:7px;}
.colormodule-2-text a.btn{ margin-bottom:20px;}
}
