@charset "utf-8";
@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;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

#status {
    width: 260px;
    height: 260px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -130px;
    background-size: 260px;
}

.loader-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 80px;
    box-sizing: border-box;
}

.loader .loader-item {
    position: relative;
    float: left;
    height: 40px;
    width: 4px;
    margin: 0 2px;
    background-color: #ffffff;
}

.loader .loader-item:nth-child(1) {
    -webkit-animation: loader-item-1 2s linear infinite;
    animation: loader-item-1 2s linear infinite;
}

.loader .loader-item:nth-child(2) {
    -webkit-animation: loader-item-2 2s linear infinite;
    animation: loader-item-2 2s linear infinite;
}

.loader .loader-item:nth-child(3) {
    -webkit-animation: loader-item-3 2s linear infinite;
    animation: loader-item-3 2s linear infinite;
}

.loader .loader-item:nth-child(4) {
    -webkit-animation: loader-item-4 2s linear infinite;
    animation: loader-item-4 2s linear infinite;
}

.loader .loader-item:nth-child(5) {
    -webkit-animation: loader-item-5 2s linear infinite;
    animation: loader-item-5 2s linear infinite;
}

.loader .loader-item:nth-child(6) {
    -webkit-animation: loader-item-6 2s linear infinite;
    animation: loader-item-6 2s linear infinite;
}

.loader .loader-item:nth-child(7) {
    -webkit-animation: loader-item-7 2s linear infinite;
    animation: loader-item-7 2s linear infinite;
}

.loader .loader-item:nth-child(8) {
    -webkit-animation: loader-item-8 2s linear infinite;
    animation: loader-item-8 2s linear infinite;
}

.loader .loader-item:nth-child(9) {
    -webkit-animation: loader-item-9 2s linear infinite;
    animation: loader-item-9 2s linear infinite;
}

.loader .loader-item:nth-child(10) {
    -webkit-animation: loader-item-10 2s linear infinite;
    animation: loader-item-10 2s linear infinite;
}

.loader:after {
    content: 'Loading...';
    font-size: 16px;
    font-family: "Arial";
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    margin: auto;
}

@-webkit-keyframes loader-item-1 {
    1% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    11% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    21% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-1 {
    1% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    11% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    21% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-2 {
    7% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    17% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    27% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-2 {
    7% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    17% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    27% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-3 {
    13% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    23% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    33% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-3 {
    13% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    23% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    33% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-4 {
    19% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    29% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    39% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-4 {
    19% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    29% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    39% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-5 {
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    35% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-5 {
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    35% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-6 {
    31% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    41% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    51% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-6 {
    31% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    41% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    51% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-7 {
    37% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    47% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    57% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-7 {
    37% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    47% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    57% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-8 {
    43% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    53% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    63% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-8 {
    43% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    53% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    63% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-9 {
    49% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    59% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    69% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-9 {
    49% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    59% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    69% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-10 {
    55% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    65% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-10 {
    55% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    65% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }
    75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/********************/

@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;
    }
}

.topcolor-overlay {}

.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%;
}

.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;
}

.pull-left.item-image img {
    margin-right: 30px;
    margin-bottom: 30px;
}

h3.module-title {
    line-height: 1.4;
    position: relative;
    overflow: hidden;
}

h3.module-title::before {}

h3.module-title::after {
    /* background:url(../images/h3-bg.png) repeat-x center; */
    position: relative;
    left: 15px;
    content: "";
    display: inline-block;
    width: 200%;
    height: 0.75em;
    margin: 0 -200% 0 0;
}

h3.module-title span {
    position: relative;
    z-index: 2;
}

h3.module-title span::after {
    /*position: absolute;content: "";height: 1px;top: 50%;left: auto;right:-70px;width: 70px;z-index: 1;*/
}

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; */
    display: none;
}

.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;
}

input {
    filter: none;
}

.header-right {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mainnav-con {}

#t3-content .item-page img,
img {
    max-width: 100%;
}

/* @media screen and (max-width: 991px) {
    #t3-content .item-page img,
    img {
        padding-bottom: 30px;
    }
} */

.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 15px;
    display: block;
    margin-top: 0;
}

.module_menu .nav>li>a::after,
.module_menu .nav>li>.separator::after,
.module_menu .nav>li>span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
}

.module_menu .nav>li>a::before,
.module_menu .nav>li>.separator::before,
.module_menu .nav>li>span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
}

.module_menu .nav>li {
    margin-top: 0;
}

.module_menu .nav>li.active>a,
.module_menu .nav>li.active>.separator,
.module_menu .nav>li.active>span {
    background: none;
}

.module_menu .nav>li::before {
    transition: all 0.2s linear 0s;
    line-height: 100%;
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
}

.search-icon {
    position: relative;
}

.search-icon::after {
    position: absolute;
    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: 3px;
}

.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;
}

.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 {
    background-color: #ef5a2a;
    color: #fff;
    padding: 10px 10px 10px 20px;
    font-family: font_ubuntu_regular;
}

.t3-sidebar-1 h3.module-title,
.t3-sidebar-2 h3.module-title {}

.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;
}

.dropdown-menu {
    border-radius: 0px;
}


/*
	=======================================
		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: 10px;
    position: relative;
    z-index: 102;
    /*padding: 10px 0;*/
    padding: 0;
    height:30px;
}

.topbar .container {
    background: none;
    padding-top: 0px;
}

.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 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 {
    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;
}


/*
	=======================================
		NAVBAR
	=======================================
*/


/******Megamenu no animation styling*******/

#t3-mainnav .container {}

#t3-mainnav ul {
    padding-left: 0;
}

/* @media screen and (max-width: 500px) {
    #t3-mainnav ul {
        margin-top:25px;
    }
} */

#t3-mainnav li,
#t3-mainnav li span {
    list-style: none;
    display: block;
}


/* @media screen and (max-width: 765px) {
    #t3-mainnav li:last-child{    
        background-color: #fff;
    }
} */

/*#t3-mainnav li:last-child:hover{    
    background-color: #fff;
}*/



#t3-mainnav.navbar-default li::after {
    opacity: 0;
    width: 0%;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 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 li:last-child :hover::after {
    opacity: 0;
    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 10px;
    transition: all 0.2s linear 0s;
    /*line-height: 90px;*/
    line-height: 20px;
    margin:30px 10px 0 10px;
    color:#0035ba;
}


#t3-mainnav.navbar-default .navbar-nav>li>a:hover,
#t3-mainnav.navbar-default .navbar-nav>li.current>a{    
    /*color: #ef5a2a;*/
    font-weight: normal;
    background-color: #ef5a2a;
    color: #fff;
}

#t3-mainnav.navbar-default .navbar-nav>li.header_button>a:hover{    
    /* color: #ef5a2a; */
    background-color: #ef5a2a;
    color: #fff;
}

@media screen and (max-width: 1040px) {
    #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
    }    
}
@media screen and (max-width: 1194px) {
    #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;
    }    
}
@media screen and (max-width: 1097px) {
    #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 10px;
    }    
}
@media screen and (max-width: 784px) {
    #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;
    }    
}

#t3-mainnav .dropdown-menu span,
#t3-mainnav .dropdown li a,
#t3-mainnav .dropdown-menu>li>a {
    line-height: 1.7!important;
    display: block;
    padding: 10px 15px!important;
    font-size: 85%;
    text-transform: none
}

#t3-mainnav .dropdown-menu span:hover,
#t3-mainnav .dropdown li a:hover,
#t3-mainnav .dropdown-menu>li>a:hover {
    padding-left: 20px!important;
}

#t3-mainnav .mega-dropdown-menu {
    min-width: 180px;
    width: auto;
    padding: 0;
    border: 0;
}

#t3-mainnav .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: -3px;
    background-color: transparent;
}

#t3-mainnav .dropdown-menu li::after {
    display: none;
}

.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: 100%;
    z-index: 999;
}

@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: 20px;
    -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;
}

#t3-mainnav.affix {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    border: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    min-height: 77px;
}

.logo-image img {
    max-width: 70%;
    margin-left:30px;
}

@media screen and (max-width: 771px)
{
    .logo-image img {
        margin-left:0px;
    }
}

.logo {
    /*min-height: 96px;*/
    min-height: 16px;
    display: grid;
}

@media screen and (max-width: 480px) {
    #t3-header {
        min-height: 0px;
        max-height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        min-height: 26px;
        max-height: 50px;
    }    
    .logo-image img {
        width:50%;
    }
    .navbar-default .navbar-toggle {
        top: -44px;
    }
}

.logo::after {}

#t3-header.affix {
    /* opacity: 0.95; */
    opacity: 1;
    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
}

#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.andalusa .gkHighlighterInterface.andalusa {
    background-color: transparent!important
}

.gkHighlighterInterface.andalusa span.text {
    display: block;
    float: left;
    margin: 0 6px 0 0px;
    font-size: 100%;
    font-weight: bold;
    text-transform: none;
    line-height: 41px;
}

.gkHighlighterInterface.andalusa div {
    padding-top: 11px;
}

.gkHighlighterInterface.andalusa 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.andalusa {
    min-height: 41px;
    line-height: 41px;
}

.gkHighlighterInterface.andalusa {
    padding: 0 7px 0 0;
}


/*
	=====================================================
		JE ORBIT SLIDER -REVOLUTION SLIDER - MAIN SLIDER
	=====================================================
*/

#slidermodul::before,
.subslider_bg::before {}

#slidermodul::after,
.subslider_bg::after {}

.orbit-container.andalusa h3.slide-title,
.orbit-container.andalusa h3 {
    margin-top: 0px;
    font-size: 30px;
    color: #fff;
}

.orbit-container.andalusa .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.andalusa .orbit-prev,
.orbit-container.andalusa .orbit-next {
    width: 18px;
    height: 70px;
    line-height: 70px;
}

.orbit-container.andalusa .orbit-prev>span {
    left: 3px;
    border: 0;
    width: 9px;
    height: 17px;
    background: url(../images/orbit-prev.png) no-repeat;
}

.orbit-container.andalusa .orbit-next>span {
    border: 0;
    background: url(../images/orbit-next.png) no-repeat;
    width: 9px;
    height: 17px;
}

.orbit-container.andalusa .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 {
    padding-left: 0px;
}

.subslider_inner.container {
    padding-top: 21px;
}

#slidermodul {
    position: relative;
}


/*
	==================================================
		TOPSL - TOPSL-2
	==================================================
*/

.wrap.topsl-2_bg {
    /* background-image: url(../images/topsl-2-bg.jpg); */
    background-image: url(../../../images/banner/home_page_our_product_bg.png);
    background-color: #ef5a2a;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}


@media screen and (max-width: 1079px) {   
    .wrap.topsl-2_bg {
        background-size: 100vh 100vh;
    }
}

.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_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, 0.85);
    border-bottom: 0;
}

.topsl-2_bg .ztTestimonial p.content-testimonial::before {
    display: none;
}

.topsl-2_bg .ztTestimonial.andalusa .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.andalusa img.avatar {
    max-width: 80px;
    border: 1px solid rgba(255, 255, 255, .5)
}

.zt-module-testimonial.andalusa .glyphicon-chevron-left::before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
}

.zt-module-testimonial.andalusa .glyphicon-chevron-right::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 30px;
}

.topsl-2_bg .zt-module-testimonial.andalusa .carousel-indicators {
    width: auto;
    left: 25%;
    right: 25%;
    text-align: center;
}


/*
	==================================================
		EVENTS - ICAGENDA
	==================================================
*/

.icrounded_eventlist.andalusa .ic-date-img-box,
.icrounded_eventlist.andalusa,
#icagenda.ic-event-view.andalusa .ic-info,
#icagenda.ic-event-view.andalusa .ic-image img {}

#icagenda.ic-event-view.andalusa .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.andalusa .ic-info .ic-details {
    text-align: left;
    margin: 10px;
}

.icrounded_eventlist.andalusa,
.icrounded_eventlist.andalusa:nth-child(2n+1) {
    background: none;
}

.icrounded_eventlist.andalusa .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;
}

#andalusa-calendar .ic_andalusa.iccalendar {
    display: block;
    margin: auto;
    padding: 3px;
    border: 0;
    border-radius: 0px;
    min-width: 150px;
}

#andalusa-calendar .ic_andalusa .icnav {
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
}

#andalusa-calendar .ic_andalusa .icnav .backic,
#andalusa-calendar .ic_andalusa .icnav .nextic,
#andalusa-calendar .ic_andalusa .icnav .backicY,
#andalusa-calendar .ic_andalusa .icnav .nexticY {
    margin: 6px 4px 0px 4px;
    border: 0;
    border-radius: 0px;
}

#andalusa-calendar .ic_andalusa .icnav .backicY,
#andalusa-calendar .ic_andalusa .icnav .backic,
#andalusa-calendar .ic_andalusa .icnav .nextic,
#andalusa-calendar .ic_andalusa .icnav .nexticY {
    color: #fff;
}

#andalusa-calendar .ic_andalusa .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';
}

#andalusa-calendar .ic_andalusa .icnav::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 14px;
}

table#icagenda_calendar {
    margin-top: 4px;
}

#andalusa-calendar .ic_andalusa.iccalendar .ic-table th {
    padding-bottom: 5px;
    padding-top: 5px;
}

#andalusa-calendar .icagenda_header p {
    display: none;
}

#andalusa-calendar .ic_andalusa.iccalendar .ic-table td div {
    border-radius: 2px;
}

#andalusa-calendar .ic_andalusa.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 .bt-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;
}

.bt-cs.bt-projects a.prev {
    margin-right: 20px;
}


/*
	=============================================
		OUR STORY - RUNNING A SUCCESSFUL BUSINESS
	=============================================
*/

.ourstory-text ul {
    padding-top: 20px;
    padding-left: 0;
}

.ourstory-text a.btn {
    margin-top: 20px;
}

.ourstory-text li {
    list-style: none;
    padding-left: 15px;
}

.ourstory-text .fa {
    margin-right: 4px;
}


/*
	=============================================
		What Our Customers Say -ZT TESTIMONIAL
	=============================================
*/

.wrap.coloredmodule-1 {
    background-image: url(../images/coloredmodule-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.coloredmodule-1 .container {
    background-color: transparent;
}

.coloredmodule-1-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .85
}

.coloredmodule-1-overlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.zt-module-testimonial-description.andalusa {
    font-size: 16px;
    margin: 0 auto 40px auto;
    position: relative;
}

.zt-module-testimonial.ourclient img.avatar {
    float: right;
    width: 80px;
    height: 80px;
    border: 0;
    padding: 0px;
    border-radius: 50%;
}

.zt-module-testimonial.ourclient p.content-testimonial {
    border-bottom: 0;
    margin: 0px 0px 10px 0px;
    padding-bottom: 5px;
}

.zt-module-testimonial.ourclient p.content-testimonial::before,
.ztTestimonial p.content-testimonial::after {
    display: none;
}

.zt-module-testimonial.ourclient .image_text_container {
    margin-bottom: 25px;
}

.zt-module-testimonial.andalusa .ztTestimonial .tw-fb a:hover {
    background-color: transparent;
    text-decoration: none;
    box-shadow: none;
}

.zt-module-testimonial.ourclient .ztTestimonial .name {
    font-weight: bold;
}

.zt-module-testimonial.ourclient p.content-testimonial .fa {
    font-size: 16px;
}

.zt-module-testimonial.ourclient p.content-testimonial .fa.fa-quote-left {
    margin-right: 10px;
}

.zt-module-testimonial.ourclient p.content-testimonial .fa.fa-quote-right {
    margin-left: 10px;
}

.wrap.coloredmodule-1 .zt-module-testimonial.ourclient img.avatar {
    float: right;
    width: 86px;
    height: 86px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 3px;
    border-radius: 50%;
}

.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;
}


/*
	=============================================
	MIDDLE BLOKC MODULES - BT CONTENT SLIDER
	=============================================
*/

.bt-cs.andalusa .bt-row {
    padding: 15px 0;
}

.bt-cs.andalusa h3 {
    text-transform: none;
    border-bottom: 0;
    background: none
}

.bt-cs.andalusa .bt_handles li {
    margin: 0 2px!important
}

.bt-cs.andalusa .bt_handles li a {
    display: block !important;
    width: 10px;
    height: 10px;
    padding-top: 10px;
    background-image: none !important;
    background-position: 0 0;
    float: left;
    padding: 10px 0 0 0 !important;
    overflow: hidden;
    border-radius: 0px;
    opacity: 1 !important;
}

.bt-cs.andalusa .bt-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.bt-cs.andalusa .bt-inner img {
    outline: none;
    border: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.bt-cs.andalusa .bt-inner .bt-title {
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}

.bt-cs.andalusa .bt-inner .bt-category {}

.bt-cs.andalusa p.readmore {
    margin-top: 20px;
    margin-bottom: 0;
}

.bt-cs.andalusa p.readmore a.btn,
.pretext-button .btn {
    font-family: 'Roboto Condensed Regular'
}

.bt-cs.andalusa .bt-row-separate {
    margin: 0px 0px;
}

.bt-cs.andalusa h3 {
    line-height: 1.2;
    text-indent: 0px;
    text-transform: none;
    height: auto;
    border: 0;
    margin: 0 !important;
    padding-bottom: 4px;
}

.bt-cs.andalusa 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 {
    display: grid;
    place-items: center;
    min-height: 80px;
}

.bt-cs.andalusa .bt-extra {
    margin-bottom: 5px;
    clear: none
}

.bt-cs.andalusa .bt-author {
    margin-right: 15px;
}

.bt-cs.andalusa .bt-date {}

.bt-cs.andalusa .modal {
    display: inline;
    position: relative;
    overflow: inherit!important
}

.bt-cs.andalusa .bt-imagewrap .fa,
.bt-cs.andalusa.bt-projects .bt-imagewrap .fa,
.bt-cs.andalusa.blog .bt-imagewrap .fa {
    padding: 10px;
    font-size: 35px;
}

.bt-cs.andalusa.bt-projects .icon-lightbox.andalusa {
    position: absolute;
    bottom: 20%;
    right: 15%;
    width: 25%;
    text-align: center;
    opacity: 0;
    z-index: 10;
    transition: all 0.7s ease-out 0s;
}

.bt-cs.andalusa.bt-projects .icon-url.andalusa {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 25%;
    text-align: center;
    opacity: 0;
    z-index: 11;
    transition: all 0.7s ease-out 0s;
}

.bt-cs.andalusa.bt-projects .bt-imagewrap:hover .icon-lightbox.andalusa {
    opacity: 0.9;
    transition: all 0.7s ease-out 0s;
    bottom: 40%;
    right: 25%;
}

.bt-cs.andalusa.bt-projects .bt-imagewrap:hover .icon-url.andalusa {
    opacity: 0.9;
    transition: all 0.7s ease-out 0s;
    top: 40%;
    left: 25%;
}

.bt-cs.andalusa .bt-imagewrap {
    overflow: hidden;
    position: relative;
    z-index: 7;
    transition: all 0.7s ease-out 0s;
}

.bt-cs.andalusa.bt-projects .bt-inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    opacity: 0;
    top: 0;
    left: 0;
}

.bt-cs.andalusa.bt-projects .bt-inner-overlay-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    opacity: 0;
    bottom: 0;
    right: 0;
}

.bt-inner.andalusa .bt-imagewrap:hover .bt-inner-overlay {
    opacity: 0.7;
    animation: fadein2 0.7s;
    -moz-animation: fadein2 0.7s;
    /* Firefox */
    -webkit-animation: fadein2 0.7s;
    /* Safari and Chrome */
    -o-animation: fadein2 0.7s;
    /* Opera */
}

.bt-inner.andalusa .bt-imagewrap:hover .bt-inner-overlay-2 {
    opacity: 0.7;
    animation: fadein3 0.7s;
    -moz-animation: fadein3 0.7s;
    /* Firefox */
    -webkit-animation: fadein3 0.7s;
    /* Safari and Chrome */
    -o-animation: fadein3 0.7s;
    /* Opera */
}

.bt-cs.andalusa .bt-imagewrap: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 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.bt-cs.bt-subslider .bt-row {
    padding-bottom: 30px;
}

.bt-cs.bt-subslider .bt-imagewrap[class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.bt-cs.bt-subslider .bt-title-wrap {
    padding: 30px 30px
}

.bt-cs.bt-subslider .bt-introtext {}

.bt-cs.bt-subslider div.readmore {
    text-align: right;
    padding-top: 15px;
}

.bt-cs.bt-subslider a.readmore-text i {
    margin-left: 20px;
    font-size: 12px;
    padding: 8px 8px 6px 8px;
    line-height: 1;
    font-weight: normal;
}

.bt-cs.bt-subslider div.readmore .bt-date {
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.bt-cs.andalusa .bt-icon.icon-url,
.bt-cs.andalusa.blog .bt-icon.icon-url {}

.bt-cs.andalusa .bt-imagewrap:hover .bt-icon.icon-url.andalusa,
.bt-cs.andalusa.blog .bt-imagewrap:hover .bt-icon.icon-url.andalusa {}

.bt-cs.andalusa .bt-icon.icon-lightbox,
.bt-cs.andalusa.blog .bt-icon.icon-lightbox {}

.bt-cs.andalusa .bt-imagewrap:hover .bt-icon.icon-lightbox.andalusa,
.bt-cs.andalusa.blog .bt-imagewrap:hover .bt-icon.icon-lightbox.andalusa {}

.bt-cs.andalusa .hover-icons,
.bt-cs.andalusa.blog .hover-icons {
    /*left:50%;position: absolute;top: 50%;transform: translate(-50%, -50%);background: transparent;z-index: 7;opacity: 0.7; min-width:50px;*/
}

.bt-cs.andalusa .bt-icon,
.bt-cs.andalusa.blog .bt-icon {
    display: inline-block;
    margin: 0px 1px
}

.bt-cs.andalusa .bt-imagewrap::after,
.bt-cs.andalusa.blog .bt-imagewrap::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 4;
    opacity: 0;
    transition: all 0.2s linear 0s;
    top: 0;
    left: 0;
}

.bt-cs.andalusa .bt-imagewrap:hover::after,
.bt-cs.andalusa.blog .bt-imagewrap:hover::after {
    opacity: 0.5;
}

.bt-cs.andalusa-1 .bt-row {
    padding: 40px 0 40px 0px;
}

.bt-cs.andalusa-1 .bt-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .26);
    -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .26);
    -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, .26);
    -o-box-shadow: 0 10px 15px rgba(0, 0, 0, .26);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .26);
    margin: 0 15px;
    padding: 0 15px 0 0;
}

.bt-cs.andalusa.andalusa-1 .bt-extra {
    font-size: 11px;
    position: relative;
    margin: 0;
    padding: 0px;
}

.bt-cs.andalusa.andalusa-1 .bt-extra .bt-category {
    font-weight: 600;
    display: inline-block;
    width: auto;
}

.bt-cs.andalusa .bt-extra i,
.bt-cs.andalusa .bt-extra .fa {
    padding: 0px;
    font-size: 14px;
    border-radius: 0%;
    margin-right: 5px;
}

.bt-cs.andalusa .bt-author,
.bt-cs.andalusa .bt-date {
    margin-right: 10px;
}

.bt-cs.andalusa .bt-author,
.bt-cs.andalusa .bt-category,
.bt-cs.andalusa .bt-date {
    font-size: 12px;
}

.bt-cs.andalusa .pretext-button .btn {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.bt-cs.andalusa .bt-inner.andalusa-1 h2,
.bt-cs.andalusa .bt-inner.andalusa-2 h2 {
    margin: 0;
}

.bt-cs.andalusa.andalusa-1 .bt-date {
    display: inline-block;
    line-height: 1.2;
}

.bt-cs.andalusa.andalusa .bt-imagecover {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bt-cs.andalusa.andalusa-1 .bt-imagecover[class*=' col-'] {
    padding-left: 0;
    padding-right: 0;
}

.bt-cs.andalusa.andalusa-1 .bt-introtitle-wrap {
    padding: 0px 15px 8px 30px;
}

.bt-cs.andalusa.andalusa .bt-imagecover::before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear;
    z-index: 3;
}

.bt-cs.andalusa.andalusa .bt-inner:hover .bt-imagecover::before {
    opacity: 0.5;
}

.bt-cs.andalusa.andalusa .bt-inner:hover img {
    transform: scale(1.05);
}

.bt-cs.andalusa.andalusa .hover-icons {
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 4;
    text-align: center;
}

.bt-cs.andalusa.andalusa .hover-icons a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: -100px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 44px;
    z-index: 5;
    border-radius: 5px;
}

.bt-cs.andalusa.andalusa .hover-icons .fa {
    font-size: 26px;
}

.bt-cs.andalusa.andalusa .hover-icons a.icon-url {
    margin-right: 10px;
}

.bt-cs.andalusa.andalusa .hover-icons a.icon-lightbox {
    transition-delay: 0.1s;
}

.bt-cs.andalusa .bt-inner:hover .hover-icons {
    filter: alpha(opacity=100);
    opacity: 1;
}

.bt-cs.andalusa .bt-inner:hover .hover-icons a {
    filter: alpha(opacity=100);
    font-size: 30px;
    opacity: 1;
    top: 0;
}

.bt-cs.andalusa-2 .bt-inner {
    border-width: 1px;
    border-style: solid;
    padding: 17px;
    position: relative;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .13);
    -khtml-box-shadow: 0 2px 15px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, .13);
    -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, .13);
    -o-box-shadow: 0 2px 15px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .13);
    -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: 40px 15px;
    padding: 15px 15px 40px 15px;
}

.bt-cs.andalusa-2 .bt-inner:hover {
    -webkit-transform: translateY(-18px);
    -khtml-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-box-shadow: 0 27px 15px rgba(0, 0, 0, .18);
    -khtml-box-shadow: 0 27px 15px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 27px 15px rgba(0, 0, 0, .18);
    -ms-box-shadow: 0 27px 15px rgba(0, 0, 0, .18);
    -o-box-shadow: 0 27px 15px rgba(0, 0, 0, .18);
    box-shadow: 0 17px 15px rgba(0, 0, 0, .18);
}

.bt-cs.andalusa-2 .bt-inner-bg {
    padding: 0px;
}

.bt-cs.andalusa-2 .bt-row-separate {
    margin: 0px 15px;
}

.bt-cs.andalusa-2 .bt-row {
    padding: 0;
}

.bt-cs.andalusa-2 .bt-extra {
    margin: 0px;
    clear: none;
}

.bt-cs.andalusa-2 .bt-inner .bt-title,
.bt-cs.andalusa-2 h4 {
    line-height: 1;
    margin: 0 0 5px 0;
}

.bt-cs.andalusa-2 .bt-row-separate,
.bt-cs.andalusa-3 .bt-row-separate {
    border: 0;
    height: 0;
    margin: 0;
}

.bt-cs.andalusa-2 .bt-row-separate-2 {
    display: none;
}

.bt-cs.andalusa.andalusa-2 .bt-introtitle-container {
    padding: 15px;
}

.bt-cs.andalusa.andalusa-2 .bt-imagewrap-outer,
.bt-cs.andalusa.bt-projects .bt-center {
    position: relative;
}

.bt-cs.andalusa.andalusa-2 span.title-author-container {}

.bt-cs.andalusa.andalusa-2 .bt_handles {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 101;
}

.bt-cs.andalusa.andalusa-2 .bt_handles li a {
    width: 15px;
    height: 15px;
}

.bt-cs.andalusa-2.news .bt-inner {
    padding: 0px;
    border: 0;
}

.t3-sidebar .bt-cs.andalusa-2 .bt-inner.andalusa-2 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.t3-sidebar .bt-cs.andalusa .bt-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.t3-sidebar .bt-cs.andalusa-2 .bt-row-separate-2 {
    margin: 0;
}

.t3-sidebar .bt-cs.andalusa.andalusa-2 .bt-imagewrap {
    margin-right: 10px;
}

.bt-cs.andalusa.bt-projects .bt-category,
.bt-cs.andalusa.andalusa-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
}

.bt-cs.andalusa.bt-projects .bt-category {
    top: 25px;
    left: 0px;
}

.bt-cs.andalusa.andalusa-3 .bt-date::after,
.bt-cs.andalusa.bt-projects .bt-category::after {}

.bt-cs.andalusa .bt-inner.andalusa-2 h2,
.bt-cs.andalusa.blog .bt-inner h2 {
    font-size: 22px;
}

.bt-cs.andalusa-3 h4 {
    margin: 0px;
}

.bt-cs.andalusa-3 h3 {
    background: none;
    margin-bottom: 10px;
    line-height: 1.25;
}

.bt-cs.andalusa-3 .bt-imagewrap-outer {
    position: relative;
}

.bt-cs.andalusa-3 .bt-inner-bg {}

.bt-cs.andalusa-3 p.readmore {
    margin-top: 30px;
}

.bt-cs.andalusa.andalusa-4 .bt-imagewrap {
    margin-right: 15px;
}


/*
	=======================================
		SCROLLING NEWS - BT CONTENT SLIDER 
	=======================================
*/

.bt-image-link {
    position: relative;
    z-index: 1;
}

.bt-inner.andalusa.scrollingnews {
    padding: 0 15px 0 0px;
}

.bt-cs.andalusa.scrollingnews .bt-row {
    padding: 0px 0;
}

.slide.andalusa.scrollingnews {}

.bt-cs.scrollingnews .next,
.bt-cs.scrollingnews .prev {
    width: 30px;
    height: 30px;
    top: 0;
    opacity: 1;
    display: inline-block;
}

.bt-cs.scrollingnews a.next {
    text-indent: -9999px;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
    right: 0px;
    top: -54px;
}

.bt-cs.scrollingnews a.prev {
    text-indent: -9999px;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
    right: 32px;
    top: -54px;
    left: auto;
}

.bt-cs.scrollingnews .next:focus,
.bt-cs.scrollingnews .prev:focus {
    outline: none;
}

.bt-cs.andalusa.scrollingnews .hover-icon.andalusa {
    left: 37.5%;
    position: absolute;
    top: 100%;
    background: transparent;
    z-index: 7;
    opacity: 1;
    width: 25%;
    height: 25%;
    text-align: center
}

.bt-cs.andalusa.scrollingnews .bt-inner-overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 8;
    opacity: 0;
    transition: all 0.2s linear 0s;
}

.bt-cs.andalusa.scrollingnews .bt-inner-overlay-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 8;
    opacity: 0;
    transition: all 0.2s linear 0s;
}

.bt-inner.andalusa.scrollingnews .bt-imagewrap:hover .bt-inner-overlay {
    opacity: 0.7;
    animation: fadein2 0.6s;
    -moz-animation: fadein2 0.6s;
    /* Firefox */
    -webkit-animation: fadein2 0.6s;
    /* Safari and Chrome */
    -o-animation: fadein2 0.6s;
    /* Opera */
}

.bt-inner.andalusa.scrollingnews .bt-imagewrap:hover .bt-inner-overlay-2 {
    opacity: 0.7;
    animation: fadein3 0.6s;
    -moz-animation: fadein3 0.6s;
    /* Firefox */
    -webkit-animation: fadein3 0.6s;
    /* Safari and Chrome */
    -o-animation: fadein3 0.6s;
    /* Opera */
}

.scrollingnews .bt-imagewrap {
    overflow: hidden;
    position: relative;
    z-index: 7;
    transition: all 0.2s linear 0s;
}

.bt-cs.andalusa.scrollingnews .bt-inner-overlay i,
.bt-cs.andalusa.scrollingnews .bt-inner-overlay .fa,
.bt-cs.andalusa.scrollingnews .bt-inner-overlay-2 i,
.bt-cs.andalusa.scrollingnews .bt-inner-overlay-2 .fa {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}

.bt-cs.andalusa.scrollingnews .bt-imagewrap {
    margin-bottom: 20px;
    margin-right: 0;
}

.bt-cs.andalusa.scrollingnews .fa-search {
    margin-right: 1px;
}

.bt-cs.andalusa.scrollingnews .icon-lightbox.andalusa {
    position: absolute;
    bottom: 3px;
    left: 37.5%;
    width: 25%;
    text-align: center;
}

.bt-cs.andalusa.scrollingnews .icon-url.andalusa {
    position: absolute;
    top: 3px;
    left: 37.5%;
    width: 25%;
    text-align: center;
}

.bt-inner.andalusa.scrollingnews .bt-date {
    background: none;
    border: none;
}

.bt-cs.andalusa.scrollingnews p.readmore {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed Regular'
}

.bt-cs.andalusa.scrollingnews.scrollingnews-2 p.readmore a {
    margin-top: 30px
}


/*
	=========================================
		 SP TABS MODULE
	=========================================
*/

.tab-andalusa ul.tabs_container li.tab {
    border-bottom: 0;
    margin-right: -1px!important;
    padding: 4px 10px 4px 10px!important;
    font-size: 18px;
}

.tab-andalusa h1,
.tab-andalusa h2,
.tab-andalusa h3,
.tab-andalusa h4,
.tab-andalusa h5,
.tab-andalusa h6 {
    color: #fff;
    margin-top: 0;
}

.tabs-left .tabs_mask,
.tabs-left ul.tabs_container li span {
    height: auto!important;
    line-height: inherit!important;
}

.tabs-left.tab-padding.tabs-left {
    padding-top: 8px!important;
    padding-left: 60px!important
}

.tabs-left .tabs_buttons {
    float: left;
    width: 50%;
    overflow: visible!important;
}

.tabs-left .items_mask {
    float: left;
    width: 50%;
}

.tabs-left .tabs_buttons li.tab {
    float: none!important;
    display: block;
    cursor: pointer;
    padding: 0 10px;
    margin: 0;
}

.tabs-left ul.tabs_container li.tab.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); */
}

.tabs-left ul.tabs_container li.tab {
    -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: 20px 30px 20px 15px!important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 99;
    margin-top: 9px!important;
    height: 20px;
    font-family: font_ubuntu_regular;
}

.tabs-left ul.tabs_container li.tab::before {
    /*border-radius: 100%;
    color: #fff;
    font-family: fontAwesome;
    font-weight: normal;
    display: grid;
    place-items: center;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 15px;
    content: "\f0f6";*/
    display: none;
}

.tabs-left ul.tabs_container li.tab.active::before {
    content: "\f00c";
}

.tabs-left ul.tabs_container li.tab.active::after {
    border-color: transparent transparent transparent rgba(0, 53, 186, 0.7);
    right: -20px;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 12px;
    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;
}


/*
	=========================================
		 SUBMAIN-8 COLUMN CONTENT MODULES
	=========================================
*/

#t3-content .submain-8 .bt-inner {
    padding-left: 0px;
    padding-right: 0px;
}

#t3-content .submain-8 bt-title,
#t3-content .submain-8 h4 {
    margin: 0;
    line-height: 1;
}

#t3-content .submain-8 h3.module-title::after {}

.submain-8 .bt-cs.andalusa-4 .bt-row-separate {
    margin: 0px 0px;
}

.submain-8 .bt-cs.andalusa-4 .bt-author,
.submain-8 .bt-cs.andalusa .bt-date {
    margin-right: 5px;
}

.bt-cs.andalusa-4 .bt-row {
    padding: 15px 0
}


/*
	=========================================
		 VERTICALSCROLLER PRO
	=========================================

*/

.vjt1-title h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.andalusa a.more_in {
    font-weight: 400!important
}

.andalusa p.introtext {
    margin-bottom: 0
}

.navigate.andalusa {
    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;
}

.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.html");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.coloredmodule-2-overlay::after {
    opacity: 1;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
}

.container.coloredmodule-2 {
    position: relative;
    z-index: 4;
}

.colormodule-2-text {
    color: #fff;
}

.colormodule-2-text p {
    padding-top: 10px;
    font-size: 16px
}

.colormodule-2-text h3,
.colormodule-2-phone {
    line-height: 1.2;
}

.colormodule-2-text a.btn {
    font-size: 18px;
    line-height: 1;
    padding: 10px 12px 7px 12px;
    margin-top: 20px;
}


/*
	=========================================
		OUR TOP SERVICES - BT CONTENT SLIDER
	=========================================
*/

.bt-cs.andalusa.bt-services .bt-inner-bg {
    padding: 20px;
}

.bt-cs.andalusa.bt-services .bt-intro-title-container {
    padding: 25px 0 0 0;
}

.bt-cs.andalusa.bt-services span.icon {}

.bt-cs.andalusa.bt-services a.btn-primary.services {}

.bt-cs.andalusa.bt-services span.readmore-text {}

.andalusa.bt-services .bt-arrows.andalusa {
    position: unset;
    margin-top: 0px;
}

.bt-cs.andalusa.bt-services a.prev.andalusa {
    left: 0;
    z-index: 9;
    text-indent: 0;
    top: 35%;
    position: absolute;
    text-align: center;
}

.bt-cs.andalusa.bt-services a.next.andalusa {
    right: 0%;
    top: 35%;
    position: absolute;
    z-index: 2;
    text-indent: 0;
    z-index: 9;
    text-align: center;
}

.bt-cs.andalusa.bt-services .bt-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: 2;
    padding: 20px 20px;
    text-align: left;
}

.bt-cs.andalusa.bt-services .bt-row:hover .bt-cat-title-text {
    top: 0;
    opacity: 1;
}

.bt-cs.andalusa.bt-services .bt-imagewrap::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);
}

.bt-cs.andalusa.bt-services .bt-row:hover .bt-imagewrap::after {
    opacity: 0.9;
    top: 0;
}

.bt-cs.andalusa.bt-services .bt-row .bt-center {
    -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);
}

.bt-cs.andalusa.bt-services .bt-row:hover .bt-center {
    -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);
}

.bt-bottom-title {
    padding: 15px 30px
}

.bt-cs.andalusa.bt-services .bt-row {
    overflow: visible;
    padding-bottom: 30px;
}


/*
	=========================================
		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.html");
    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.html");
    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.andalusa {}

.ztTestimonial.andalusa .name {
    font-weight: 400;
    line-height: 150%;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.ztTestimonial.andalusa img.avatar {
    width: auto;
    height: auto;
}

.zt-module-testimonial.andalusa .img-circle {}

.zt-module-testimonial.andalusa .col-sm-2.avatar-container,
.zt-module-testimonial.andalusa .col-md-2.avatar-container,
.zt-module-testimonial.andalusa .col-lg-3.avatarblock {
    padding-left: 0;
    padding-right: 0
}

.zt-module-testimonial.andalusa .infoblock {
    padding-left: 15px
}

.zt-module-testimonial.andalusa .zt-info-colon {
    padding-left: 52px;
}

.ztTestimonial.andalusa p.content-testimonial {
    margin-left: 0;
    border-bottom: 0;
}

.ztTestimonial.andalusa p.content-testimonial::after,
.ztTestimonial.andalusa p.content-testimonial::before {
    display: none;
}

.zt-module-testimonial.andalusa .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.andalusa 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.andalusa ol.carousel-indicators li.active {
    float: none;
    border: 0;
    height: 11px;
    width: 11px;
    margin: 1px 5px 1px 1px;
}

.zt-module-testimonial.andalusa .carousel-control .icon-prev,
.zt-module-testimonial.andalusa .carousel-control .glyphicon-chevron-left {
    left: 0%;
}

.zt-module-testimonial.andalusa .carousel-control .icon-next,
.zt-module-testimonial.andalusa .carousel-control .glyphicon-chevron-right {
    right: 0%;
}

.zt-module-testimonial.andalusa .carousel-control .icon-prev,
.zt-module-testimonial.andalusa .carousel-control .icon-next,
.zt-module-testimonial.andalusa .carousel-control .glyphicon-chevron-left,
.zt-module-testimonial.andalusa .carousel-control .glyphicon-chevron-right {
    top: 50%;
}

.zt-module-testimonial.andalusa .carousel {
    padding-bottom: 40px;
    padding-top: 40px;
}

.ztTestimonial.andalusa .tw-fb a i {
    font-size: 20px;
    padding: 5px 5px;
}

.ztTestimonial.andalusa .tw-fb a:hover {
    background-color: transparent;
    box-shadow: none;
}

.zt-module-testimonial.andalusa .zt-testimonial .zt-information ul.zt-member-social-links {
    padding-left: 0;
}

.ztTestimonial.andalusa-team .name {
    font-weight: 400;
    line-height: 150%;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.ztTestimonial.andalusa-team img.avatar {
    float: right;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0px;
}

.zt-module-testimonial.andalusa-team .img-circle {
    border-radius: 0;
}

.zt-module-testimonial.andalusa-team .col-md-3 {
    padding-left: 0;
    padding-right: 0
}

.zt-module-testimonial.andalusa-team .zt-info-colon {
    padding-left: 15px;
    padding-top: 20px;
}

.ztTestimonial.andalusa-team p.content-testimonial {
    margin-left: 0;
    border-bottom: 0;
}

.ztTestimonial.andalusa-team p.content-testimonial::after,
.ztTestimonial.andalusa-team p.content-testimonial::before {
    display: none;
}

.zt-module-testimonial.andalusa-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.andalusa-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.andalusa-team .carousel-control.right,
.ztTestimonial.andalusa-team .carousel-control.left {
    width: 35px;
    background-image: none;
}

.zt-module-testimonial.andalusa-team {
    padding-top: 38px;
}

.ztTestimonial.andalusa-team ol.carousel-indicators li.active {
    float: none;
    border: 0;
    height: 8px;
    width: 8px;
    margin: 1px 5px 1px 1px;
}

.zt-module-testimonial.andalusa-team .carousel-control .icon-prev,
.zt-module-testimonial.andalusa-team .carousel-control .glyphicon-chevron-left {
    left: 0%;
}

.zt-module-testimonial.andalusa-team .carousel-control .icon-next,
.zt-module-testimonial.andalusa-team .carousel-control .glyphicon-chevron-right {
    right: 0%;
}

.zt-module-testimonial.andalusa-team .carousel-control.left {
    left: 0
}

.zt-module-testimonial.andalusa-team .carousel-control.right {
    left: 35px;
    right: auto
}

.zt-module-testimonial.andalusa-team .carousel-control .icon-prev,
.zt-module-testimonial.andalusa-team .carousel-control .icon-next,
.zt-module-testimonial.andalusa-team .carousel-control .glyphicon-chevron-left,
.zt-module-testimonial.andalusa-team .carousel-control .glyphicon-chevron-right {
    top: 100%;
}

.zt-module-testimonial.andalusa-team .carousel {
    padding-bottom: 40px;
}

.ztTestimonial.andalusa-team .tw-fb a i {
    font-size: 20px;
    padding: 5px 5px;
}

.ztTestimonial.andalusa-team .tw-fb a:hover {
    background-color: transparent;
    box-shadow: none;
}

.zt-module-testimonial.andalusa-team .row {}

.ztTestimonial.andalusa-team .email,
.ztTestimonial.andalusa-team .website,
.ztTestimonial.andalusa-team .tw-fb a {}

.zt-module-testimonial.andalusa-team .glyphicon {
    font-family: 'FontAwesome';
}

.zt-module-testimonial.andalusa-team .carousel-control {
    opacity: 1
}

.zt-module-testimonial.andalusa-team .glyphicon-chevron-left,
.zt-module-testimonial.andalusa-team .glyphicon-chevron-right {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
}

.zt-module-testimonial.andalusa-team .glyphicon:empty {
    width: 35px;
}

.zt-module-testimonial.andalusa-team .glyphicon-chevron-left::before {
    content: "\f104";
}

.zt-module-testimonial.andalusa-team .glyphicon-chevron-right::before {
    content: "\f105";
}

.zt-module-testimonial.andalusa-team .glyphicon-chevron-left {
    margin-left: 0;
}

.zt-module-testimonial.andalusa .zt-testimonial .zt-information .zt-info-name {
    margin-bottom: 5px;
}


/*
	=========================================
		SKILLS - PROGRESS BARs
	=========================================
*/

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 44px 0;
    }
}

.ui-progress-bar1 {
    position: relative;
    height: 24px;
    padding-right: 2px;
    margin-top: -10px;
    border-radius: 3px;
}

.ui-progress1 {
    position: relative;
    display: block;
    overflow: hidden;
    height: 24px;
    border-radius: 3px;
}

.ui-progress1 span.ui-label {
    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: 30px;
    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;
}

.ui-progress1 span.ui-label {
    line-height: 24px;
}

.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;
}

.featherlight .featherlight-content {
    background: transparent!important;
    border-bottom: 0!important;
}

.featherlight .featherlight-close-icon {
    top: 25px!important
}

.featherlight {
    z-index: 9999!important;
}

.filters.btn-toolbar .btn {
    height: 38px;
}

span[itemprop="keywords"] {
    margin-right: 5px;
}


/*
	=========================================
		BOTTOMSPOT - OUR CLIENTS
	=========================================
*/

.home .wrap.bottomspot {
    padding-top: 80px;
    max-width: 100%;
    overflow: hidden;
}

.bottomspot h3.module-title.bicolor {}

.unite-carousel-wrapper {
    max-width: 100%!important
}


/*
	=========================================
		BOTTOMSPOT-2 - GET A FREE QUOTA
	=========================================
*/

.wrap.bottomspot-2 {}

.bottomspot-2-module {}

.bfFormDiv {
    padding: 20px 20px 20px 20px;
}

.bfFormDiv .bfQuickMode input {
    height: 29px;
    width: 100%!important;
}

.bfFormDiv .bfQuickMode span.bfElemWrap {
    width: 50%;
}

.bfQuickMode span.bfElemWrap {
    padding: 0px 10px 0px 5px!important;
    margin: 0px 0px 0px 0px!important;
}

.bfFormDiv textarea {
    width: 100%!important;
}

.bfFormDiv .bfQuickMode .bfSubmitButton {
    float: right;
    font-size: 16px;
    line-height: 1;
    padding: 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-andalusa div.acymailing_introtext.andalusa,
.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.andalusa {
    width: 50%;
    float: left;
}

.bottomspot-3 p.acysubbuttons {
    display: inline-block;
}

#t3-footer .acyfield_text {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

#t3-footer td.acysubbuttons input {
    margin-left: 10px;
}

#t3-footer .acyfield_text input[type="email"] {
    width: 100%;
    max-width: 100%;
    margin-right: 9px;
}

.bottomspot-3 .acym_module_form input {
    max-width: 100%;
    cursor: inherit;
}

.wrap.bottomspot-3 .subbutton {
    margin-left: 30px;
    transition: all 0.2s linear 0s;
}

.bottomspot-3 .acym_module_form .wrap-acym-wtcorp input#acym__user__edit__email {
    background: none;
    cursor: default!important;
}

.acym_module_form input {}

.acymailing_module.andalusa div.acymailing_form.andalusa {
    margin-top: 16px!important
}

.acym_module td,
.acym_module tr td {
    border-top: 0;
    padding-top: 10px
}

table.acymailing_form.andalusa {
    margin: 0;
    border: 0px !important;
}

div.acymailing_module.andalusa {
    display: flex;
}

span.acymailing-image-andalusa {
    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;
}

.andalusa.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.andalusa {
    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-footer,
.t3-copyright {
    border-top: 0;
}

.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 {
    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 .bt-cs.andalusa .bt-inner .bt-title {
    margin-bottom: 0;
}

.t3-footnav .t3-module .bt-cs.andalusa .readmore a.btn {
    background: none;
    border: none;
    padding: 0px;
}

.t3-footnav .t3-module .bt-cs.andalusa p.readmore {
    margin: 0;
    display: inline-block;
}

.t3-footnav .t3-module .bt-cs.andalusa .bt-row {
    padding: 15px 0;
}

.t3-footnav .t3-module .bt-cs.andalusa .bt-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;
}

.bt-cs.andalusa.footer .bt-imagewrap {
    margin-right: 10px;
}

.bt-cs.andalusa.footer h4,
.bt-cs.andalusa.footer .bt-extra {
    margin: 0
}

.andalusa.articles_count ul {
    padding-left: 0px;
}

.andalusa.articles_count ul li {
    padding: 10px 0;
    list-style: none;
    margin: 0;
}

.andalusa.articles_count .fa {
    margin-right: 10px;
}

.andalusa.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.andalusa {
    width: 100%;
}

.acymailing_form.andalusa {
    margin: 0px 0 0 0;
}

.acymailing_module_form.andalusa .acymailing_introtext.andalusa {
    padding-bottom: 25px!important;
}

.acymailing_form.andalusa td.acysubbuttons input.btn-primary {
    height: 28px;
    padding: 0px 12px;
    line-height: 1;
}

.acymailing_form.andalusa input.inputbox {
    border-radius: 0px;
    margin-right: 10px
}

.acymailing_module_form.andalusa.acymailing_module_form td {
    padding-bottom: 15px;
    vertical-align: top;
}

.acymailing_module_form.andalusa .button.subbutton {
    float: left;
    margin-left: 5px;
}

.t3-sidebar .acymailing_form.andalusa input.inputbox {
    background: none;
}


/*****/

.footer-right .t3-module h3.module-title {
    margin-right: -51px;
    margin-left: -30px;
    padding: 12px 51px 13px 30px;
}

ul.footerlogo_social_icon {
    margin-left: 0!important;
}

#andalusa-flickr img {
    width: 76px;
    height: 76px;
}

#fancybox-wrap {
    width: auto!important;
}

.t3-footnav .t3-module .gallery-flickr.andalusa ul li {
    margin: 0px 0;
}

.footer-right .gallery-flickr.andalusa ul li a {
    float: left;
    margin: 0 5px 10px 5px;
    padding: 0;
    background: none;
    border: 0;
}

.gallery-flickr.andalusa 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.html) no-repeat top left
}


/*
	=========================================
		COLOREDMODULE-4 - about us
	=========================================
*/

.about-us-title {
    margin-top: 0;
    color:#ef5a2a;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.about-us-title-2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top:40px;
}


.wrap.coloredmodule-4 {
    background-image: url(../images/coloredmodule-4-bg-pic.html);
    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;
    color: #0035ba;
}

@media screen and (max-width: 991px) {
    #accordion .panel-title a {
        font-size: 16px;
    }
}

#accordion .panel-default>.panel-heading,
#accordion.panel-group .panel {}

#accordion .panel-default>.panel-heading {
    padding: 6px 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;
    /* color: #0035ba; */
    color:#8f8f8f;
    text-align: justify;
}

#accordion.panel-group .panel+.panel {
    margin-top: 10px;
}

#accordion.panel-group .panel-default>.panel-heading {
    border-radius: 3px;
}


/*
	=======================================
		COUNTERS
	=======================================
*/

.counters {
    padding: 0px;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    padding: 20px 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: 52px;
    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: 19px;
    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;
}

.counter-style::after {}

.counter-style:hover::after {}

.coloredmodule-1 .counter-style,
.coloredmodule-1 .counter-style:hover {
    box-shadow: none;
}


/*
	=========================================
	MEET TEAM ABOUT US PAGE - ZT TESTIMONIAL
	=========================================
*/

.zt-module-testimonial.andalusa.team .zt-testimonial {
    overflow: hidden;
    position: relative;
}

.zt-module-testimonial-description.andalusa.team,
.zt-module-testimonial-description.andalusa.customer {
    font-size: 18px;
}

.zt-module-testimonial-description.andalusa.team h1,
.zt-module-testimonial-description.andalusa.team h2,
.zt-module-testimonial-description.andalusa.team h3 {
    margin-top: 0;
}

.zt-social-icons {}

.zt-module-testimonial.andalusa.team .zt-avatar .overlay {
    opacity: 0;
    transition: all 0.2s linear 0s;
}

.zt-module-testimonial.andalusa.team .zt-testimonial:hover .zt-avatar .overlay {
    opacity: 0.5;
    transition: all 0.2s linear 0s;
}

.zt-module-testimonial.andalusa.team .zt-social-icons {
    width: 50px;
    display: flex;
    flex-direction: column;
    place-items: center;
    text-align: center;
    position: absolute;
    bottom: -100%;
    right: 26px;
    opacity: 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.zt-module-testimonial.andalusa.team .zt-testimonial:hover .zt-social-icons {
    opacity: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.zt-module-testimonial.andalusa.team .zt-social-icons li {
    list-style: none;
    padding: 5px 12px !important;
    font-size: 18px;
    text-align: center;
}

.zt-module-testimonial.andalusa.team .zt-testimonial .zt-avatar {
    overflow: hidden
}

.zt-module-testimonial.andalusa.team .zt-testimonial .zt-avatar img {
    -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);
}

.zt-module-testimonial.andalusa.team .zt-testimonial:hover .zt-avatar img {
    top: -46px;
    left: 10px;
    right: 10px;
    -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);
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.zt-module-testimonial.andalusa.team .zt-information {
    position: relative;
}

.zt-module-testimonial.andalusa.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;
}

.zt-module-testimonial.andalusa.team ul.zt-member-social-links {
    padding: 10px 0 15px 0;
}

.zt-module-testimonial.andalusa.team .zt-testimonial .zt-information p.zt-content {
    border: 0;
    padding: 0;
}

.zt-module-testimonial.andalusa.team .zt-testimonial .zt-information .zt-info-position {
    font-weight: bold;
}

.zt-module-testimonial.andalusa.team .zt-testimonial {
    margin: 0px 0 45px;
    padding: 10px;
    -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);
}

.owl-theme .owl-controls .owl-page span {
    width: 20px!important;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
}


/*
	=========================================
	PRICING TABLE -  CUSTOM MODULE
	=========================================
*/

.pricingtable-row .row {
    padding: 40px 100px;
}

.pricingtable-wrapper.style {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    padding: 30px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.pricingtable-inner {
    text-align: center;
}

h4.pricingtable-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.pricingtable-wrapper.style .pricingtable-bx {
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    padding: 15px 25px;
    margin-bottom: 20px;
}

.pricingtable-wrapper.style .pricingtable-bx span {
    font-size: 22px;
}

.pricingtable-wrapper.style.active {
    margin: -30px -10px 0;
    padding: 60px 30px;
    position: relative;
    z-index: 1;
}

.pricingtable-wrapper.style p {
    line-height: 28px;
    margin-bottom: 24px;
}

.site-button.white {
    display: inline-block;
    padding: 12px 60px;
    background-color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    margin: 0 5px 10px 0;
}

.pricingtable-inner .btn-primary {
    display: inline-block;
    padding: 12px 60px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    margin: 0 5px 10px 0;
}


/*
	=========================================
	HAPPY CUSTOMERS - ZT TESTIMONIAL
	=========================================
*/

.zt-module-testimonial.andalusa.customer img.avatar {
    float: right;
    width: 80px;
    height: 80px;
    border: 1px solid #EFEFEF;
    padding: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.zt-module-testimonial.andalusa.customer .img-circle {
    border-radius: 50%;
}

.zt-module-testimonial.andalusa.customer p.content-testimonial {
    padding: 25px;
    position: relative;
    margin: 0px 0px 50px 0px;
    min-height: 10px;
    transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
}

.zt-module-testimonial.andalusa.customer p.content-testimonial::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -28px;
    left: 23px;
}

.zt-module-testimonial.andalusa.customer p.content-testimonial::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -30px;
    left: 24px;
    margin-right: 10px;
}

.zt-module-testimonial.andalusa.customer .tw-fb a {
    display: block;
    float: left;
    padding: 12px !important;
    font-size: 18px;
    text-align: center;
}

.zt-module-testimonial.andalusa.customer .row.info {
    padding-left: 40px;
}

.zt-module-testimonial.andalusa.customer .zt-testimonial,
.zt-module-testimonial.andalusa.customer .zt-testimonial:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
    background-color: transparent
}

.zt-module-testimonial.andalusa.customer .name {
    font-weight: 500;
}


/*
	===========================================
	Our Professional Services -  CUSTOM MODULE
	===========================================
*/

.wt-services-box-wrapper {
    padding: 30px
}

.wt-services-box-wrapper .fa,
.wt-services-box-wrapper i {
    font-size: 80px;
}

.services-count-2 span.services-count-number {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 120px;
    font-weight: 700;
    color: rgba(177, 177, 177, 0.7);
    opacity: 0.3;
    line-height: 120px;
    font-family: Poppins Medium
}

.wt-services-box-wrapper h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 400;
    text-transform: none;
}

.wt-services-box-wrapper a.btn {
    margin-top: 20px;
}


/*
	===========================================
	Our Best Plans -  CUSTOM MODULE
	===========================================
*/

.row.pricing-table-1 {}

.pricing-table-1 .plan {
    padding: 20px;
}

.text-white {
    color: #FFF;
}

.pricing-table-1 .plan-title {
    color: #fff;
    position: relative;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
}

.pricing-table-1 .plan-price {
    font-weight: 500;
    font-size: 38px;
    margin: 10px 0;
    display: inline-block;
}

.pricing-table-1 .plan-features li {
    padding: 8px 0px;
}

.pricing-table-1 .plan-features {
    list-style: outside none none;
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
    font-size: 14px;
}

.pricing-table-1 a.btn {}

.pricing-table-1 .plan-features i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.pricing-table-1 .featured {
    margin-top: -10px;
    padding-bottom: 40px;
}

.pricing-table-1 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}


/*
	===========================================
	CONTACT PAGE - 
	===========================================
*/

.contact-right .dl-horizontal dt {
    width: auto;
}

.contact-right .dl-horizontal dd {
    margin-left: 0px;
    margin-bottom: 20px;
}

.contact.andalusa i,
.contact.andalusa .fa {
    font-size: 26px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle
}

.contact.andalusa .contact-text {
    padding-left: 30px;
}

.contact.andalusa .info-title {
    font-weight: 500
}

.contact-form.andalusa .well {
    box-shadow: none;
    background-color: transparent;
}

.contact.andalusa .msc-info {
    margin-top: 40px;
    border-style: solid;
    padding: 20px
}

.contact.andalusa .form-horizontal .control-group .control-label {
    text-align: left;
    width: 110px
}

.contact.andalusa .form-horizontal .control-group .controls {
    margin-left: 110px;
}

.contact.andalusa label#jform_spacer-lbl {
    font-size: 12px
}

.contact.andalusa label {
    font-weight: normal;
}

.contact-form.andalusa #jform_contact_message {
    width: auto;
    height: 155px;
}

.contact-form.andalusa input {
    height: 29px;
}

.contact-form.andalusa #jform_contact_emailmsg {
    width: auto!important;
}

.contact-andalusa-h3 {
    visibility: hidden
}

.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;
}


/*
	===========================================
	    BREADCRUMBS - 
	===========================================
*/

.wrap.t3-breadcrumbs {
    padding: 65px 0;
    width: 100%;
    position: relative;
}

.wrap.cutom-breadcrumbs {
    padding: 0;
    width: 100%;
    position: relative;
}

.cutom-breadcrumbs {
    position: relative;
}

.t3-breadcrumbs {
    position: relative;
}

.t3-breadcrumbs .container {
    position: relative;
    padding: 15px;
    opacity: 0.8;
    background: none;
}

.t3-breadcrumbs .container::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0.8;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.t3-breadcrumbs-module {
    position: relative;
    z-index: 2;
}

.breadcrumb {
    background-color: transparent;
    color: #fff;
}

.t3-breadcrumbs h1 {
    color: #fff;
    /* float: left; */
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.t3-breadcrumbs [class*="col-"] {
    padding-left: 0!important;
}

.t3-breadcrumbs .breadcrumb>li,
.t3-breadcrumbs .breadcrumb>li+li {
    margin: 7px 0 0;
    text-align: left;
}

.t3-breadcrumbs .breadcrumb>li.active {
    color: #fff!important;
}

.t3-breadcrumbs .breadcrumb {
    float: right;
}

.t3-breadcrumbs .breadcrumb a:hover {
    color: #fff;
}

.breadcrumb>li+li::before {
    font-size: 16px;
    font-weight: 500;
    font-family: FontAwesome
}


/*
	==================================================
		VIDEO GALLERY - ALLVIEDOSHARE
	==================================================
*/

.avs_input_search input {
    float: left;
    margin: 0 0 0 10px;
    padding: 2px 4px;
    height: 28px;
}

.avs_input_search input#search_btn {
    margin-left: 10px;
    padding: 3px 10px;
    color: #fff;
}

#avs_gallery .avs_thumb .avs_img_container .arrow {
    z-index: 99!important
}

.avs_player_responsive {
    margin-top: 0px;
}

.t3-sidebar #avs_gallery {
    margin-right: -14px;
}

.t3-sidebar .avs_input_search {
    float: left!important;
    width: 100%;
}

.t3-sidebar div.avs_input_search input#avssearch {
    float: left!important;
    width: 74%!important;
}

.t3-sidebar .avs_input_search .btn {
    width: 21%;
}

#t3-content #avs_gallery .avs_thumb {
    margin-bottom: 20px;
}

div #avs_pagination {
    margin: 15px 0px 40px 0px!important;
}

.avs_video_header {
    height: 28px;
    margin: 10px 0px 30px 0px;
}


/*
	=========================================
		BLOG - BT CONTENT SLIDER
	=========================================
*/

.bt-cs.andalusa.blog .bt-inner img {}

.bt-cs.andalusa .next.andalusa,
.bt-cs.andalusa .prev.andalusa {
    display: inline-block;
    bottom: 0px;
    height: 35px;
    width: 35px;
    opacity: 1;
}

.andalusa .bt-arrows.andalusa {
    position: relative;
    margin-top: 40px
}

.bt-cs.andalusa .bt_handles_num {
    position: relative!important;
    z-index: 1;
    text-align: center;
}

.bt-cs.andalusa .bt_handles_num li {
    float: none;
    display: inline-block;
    margin: 0 5px!important;
}

.bt-cs.andalusa .bt_handles_num li a {
    font-size: 14px;
    line-height: 33px;
    height: 35px;
    width: 35px;
    float: none;
}

.andalusa .bt_handles_num li a:hover {
    color: #fff!important
}

.bt-cs.andalusa a.prev.andalusa {
    left: 15%;
    z-index: 2;
    opacity: 1;
    text-indent: 0;
    background: none!important;
}

.bt-cs.andalusa a.next.andalusa {
    right: 15%;
    z-index: 2;
    opacity: 1;
    text-indent: 0;
    background: none!important;
}

.bt-cs.andalusa a.prev.andalusa .fa,
.bt-cs.andalusa a.next.andalusa .fa {
    font-size: 20px;
    line-height: 32px
}

.bt-cs.andalusa.blog .bt-intro-title-container {
    padding: 0px 0px;
    float: none;
}

.bt-cs.andalusa.blog .bt-extra {
    margin-bottom: 10px;
    padding: 0;
}

.bt-cs.andalusa.blog .bt-introtext {
    text-align: justify;
}

.bt-cs.andalusa.blog .bt-row-separate {
    margin: 0px 0px 15px 0px;
    padding-top: 15px;
}


/*
	====================================================
		PORTFOLIO - SP SIMPLE PORTFOLIO MODULE 
	====================================================
*/

#sp-simpleportfolio {}

.sp-simpleportfolio.andalusa {}

.featherlight .featherlight-content,
.featherlight {
    z-index: 999!important
}

.sp-simpleportfolio .sp-simpleportfolio-item.andalusa .sp-simpleportfolio-info {
    position: relative;
    padding: 50px 20px 30px 20px;
}

.sp-description.andalusa {
    clear: both;
    line-height: 1.42;
    text-align: justify
}

.sp-simpleportfolio-created.andalusa-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.andalusa .sp-simpleportfolio-info h3 a,
.sp-simpleportfolio .sp-simpleportfolio-item.andalusa .sp-simpleportfolio-info h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.sp-simpleportfolio-client.andalusa.col-sm-6,
.sp-simpleportfolio-client.andalusa.col-md-6 {
    padding-left: 0;
    padding-right: 10px;
}

.sp-simpleportfolio-client.andalusa,
.sp-simpleportfolio-created.andalusa {
    margin-bottom: 15px;
}

.sp-simpleportfolio-client.andalusa h4,
.sp-simpleportfolio-created.andalusa h4 {
    font-size: 13px;
}

.sp-simpleportfolio-client.andalusa h4 span,
.sp-simpleportfolio-created.andalusa h4 span {
    font-weight: bold;
}

.sp-simpleportfolio-info.andalusa:hover h4 {
    color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-item.andalusa .sp-simpleportfolio-link {
    text-align: right;
    margin-top: 30px;
}

.sp-simpleportfolio .sp-simpleportfolio-item.andalusa .sp-simpleportfolio-btns a {}

.filters.btn-toolbar .btn {
    height: 38px;
}

span[itemprop="keywords"] {
    margin-right: 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-description.andalusa {
    width: 100%;
    margin-bottom: 15px;
}

.sp-simpleportfolio-meta.andalusa {
    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.andalusa>div {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.sp-simpleportfolio-link a.btn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sp-simpleportfolio.andalusa .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
    border-radius: 3px;
}

.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
    font-weight: 400;
}

.sp-simpleportfolio .sp-simpleportfolio-image[class*=' col-'] {
    padding-left: 0;
}

.sp-simpleportfolio.andalusa .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item {
    width: 33.3334%;
}


/*
	====================================================
		LOGIN - REGISTRATION
	====================================================
*/

.registration {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 15px;
}

.registration .form-horizontal .control-group .control-label {
    text-align: left
}

.registration label {
    font-weight: 400;
}

.registration .form-actions,
.reset .form-validate p,
.remind .form-validate p {}

#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;
}


/*========================== Color Preset =========================*/

.presetArea {
    z-index: 9999;
    padding: 15px 13px 15px 20px;
    background: #0D1520
}

.presetArea H3 {
    background: #0D1520
}

.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: #FFF!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: #162336;
}

.accentColor a.color1:after {
    border-left-color: #cc171d;
}

.accentColor a.color2 {
    background: #00173C;
}

.accentColor a.color2:after {
    border-left-color: #FF5E15;
}

.accentColor a.color3 {
    background: #1B262C
}

.accentColor a.color3:after {
    border-left-color: #0F4C75;
}

.accentColor a.color4 {
    background: #444444
}

.accentColor a.color4:after {
    border-left-color: #29A19C;
}

.accentColor a.color5 {
    background: #1e2227;
}

.accentColor a.color5:after {
    border-left-color: #336179;
}

.accentColor a.color6 {
    background: #0d1d29;
}

.accentColor a.color6:after {
    border-left-color: #f3525a;
}

.accentColor a.color7 {
    background: #512B58;
}

.accentColor a.color7:after {
    border-left-color: #FE346E;
}

.accentColor a.color8 {
    background: #1a1917;
}

.accentColor a.color8:after {
    border-left-color: #bf1900;
}

.accentColor a.color9 {
    background: #2f3d40;
}

.accentColor a.color9:after {
    border-left-color: #a51f06;
}

.accentColor a.color10 {
    background: #002147;
}

.accentColor a.color10:after {
    border-left-color: #F8CB1E;
}

.accentColor a.color11 {
    background: #252525;
}

.accentColor a.color11 {
    background: #2B2B2B;
}

.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: #222A33;
}

.accentColor a.dark1:after {
    border-bottom: 0 solid transparent;
    border-left: 41px solid #9a202b;
    border-top: 40px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.colorChem a.dark2 {
    background: #252525;
}

.accentColor a.dark2:after {
    border-bottom: 0 solid transparent;
    border-left: 41px solid #8a1a09;
    border-top: 40px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.colorChem a.dark3 {
    background: #1B262C;
}

.accentColor a.dark3:after {
    border-bottom: 0 solid transparent;
    border-left: 41px solid #0F4C75;
    border-top: 40px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.colorChem a.dark4 {
    background: #222831;
}

.accentColor a.dark4:after {
    border-bottom: 0 solid transparent;
    border-left: 41px solid #D65A31;
    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: #fff;
    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;
}

.grecaptcha-badge {
    display: none;
}


/*
	=======================================
		MOBILE
	=======================================
*/

@media screen and (max-width:1200px) {
    .zt-module-testimonial.andalusa.customer img.avatar {
        float: left;
    }
    .zt-module-testimonial.andalusa.customer img.avatar {
        margin-bottom: 15px;
    }
}

@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.andalusa.owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
    }
    .ztTestimonial.andalusa.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;
    }
    .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.andalusa img.avatar {
        float: left;
    }
    .zt-module-testimonial.andalusa .zt-info-colon {
        padding-left: 15px;
        margin-top: 30px;
    }
    .colored_spot2 {
        padding-top: 20px;
        padding-left: 15px;
    }
    .ztTestimonial.andalusa-team p.content-testimonial {
        margin-left: 0;
        border-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .ztTestimonial.andalusa-team .name {
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .zt-module-testimonial.andalusa-team .carousel-control.left {
        left: auto;
        right: 35px;
    }
    .zt-module-testimonial.andalusa-team .carousel-control.right {
        right: 0px;
        left: auto;
    }
    .zt-module-testimonial.andalusa-team .carousel-control {
        font-size: 30px;
    }
    .ztTestimonial.andalusa p.content-testimonial {
        margin-bottom: 10px;
    }
    .zt-module-testimonial.andalusa .carousel-indicators {
        margin: 0px 0px 0px 0;
    }
    .zt-module-testimonial.andalusa-team {
        padding-top: 15px;
    }
    .zt-module-testimonial.andalusa .carousel {
        padding-bottom: 20px;
    }
    .zt-module-testimonial.andalusa.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.andalusa .form-horizontal .control-group .controls {
        margin-left: 0;
    }
    .contact-form.andalusa #jform_contact_emailmsg {
        width: 100%!important;
    }
    .contact-form.andalusa #jform_contact_message {
        width: 100%;
    }
    .unite-carousel-wrapper {
        max-width: 100%!important
    }
    .sp-simpleportfolio.andalusa .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,
    .counter-style {
        margin-bottom: 30px;
    }
    .colormodule-2-text h1,
    .colormodule-2-text p.colormodule-2-phone {
        font-size: 24px;
    }
    .topbar {
        min-height: 0;
    }
    .bfFormDiv {
        width: 100%;
    }
    .navbar-collapse {
        box-shadow: none
    }
    .bt-imagewrap {
        max-width: 100%!important
    }
    .orbit-container.andalusa .orbit-slides-container>* .orbit-caption {
        max-height: 150px;
        padding: 10px;
    }
    .orbit-container.andalusa h3.slide-title,
    .orbit-container.andalusa h3 {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 400
    }
    .bt-inner.andalusa.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 {
        padding-left: 15px;
        margin-top: 15px
    }
    .tabs-left .items_mask,
    .tabs-left .tabs_buttons {
        float: none;
        width: 100%;
    }
    .tabs-left.tab-padding.tabs-left {
        padding-left: 15px !important;
    }
    .tabs-left .tabs_buttons {
        margin-bottom: 15px;
    }
    .tabs-left ul.tabs_container li.tab {
        font-size: 18px;
    }
    .tabs-left ul.tabs_container li.tab.active {
        -webkit-transform: none;
        -khtml-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .tabs-left ul.tabs_container li.tab.active::after {
        display: none;
        right: 0px;
    }
    span.acymailing-image-andalusa {
        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
    }
    .counters-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
    }
    .topbar {
        font-size: 12px;
    }
    #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.andalusa-contact input[type="text"],
    .bfQuickMode.andalusa-contact textarea,
    .bfQuickMode.andalusa-contact .uneditable-input,
    .bfQuickMode.andalusa-contact input[type="text"]:hover,
    .bfQuickMode.andalusa-contact textarea:hover,
    .bfQuickMode.andalusa-contact .uneditable-input:hover,
    .bfQuickMode.andalusa-contact input[type="text"]:focus,
    .bfQuickMode.andalusa-contact textarea:focus,
    .bfQuickMode.andalusa-contact .uneditable-input:focus {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width:650px) {
    .bt-intro-title-container {
        padding: 25px 15px;
    }
    .bt-cs.andalusa.andalusa .bt-imagecover img {
        max-width: 100%;
    }
}

@media screen and (max-width:540px) {
    .orbit-container.andalusa .orbit-slides-container>* .orbit-caption {
        font-size: 70%;
        max-height: 75px;
        padding: 5px;
        line-height: 1;
    }
    .orbit-container.andalusa h3.slide-title,
    .orbit-container.andalusa h3 {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 400
    }
    .bt-cs.andalusa h3,
    h3.module-title {
        background: none;
    }
    .bt-cs.andalusa h3 span {
        background: transparent;
    }
    .bt-cs.andalusa.andalusa .bt-imagecover {
        margin-right: 5px!important
    }
}

@media screen and (max-width:480px) {
    .navbar-header {}
    .logo-image {
        text-align: left;
    }
    .social-top p {
        text-align: left;
    }
    .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-andalusa ul.tabs_container li.tab {
        padding: 4px 5px 4px 5px !important;
        font-size: 14px;
    }
    span.acymailing-image-andalusa,
    .acymailing-text-andalusa,
    div.acymailing_module.andalusa {
        display: block;
    }
    .bt-cs.andalusa h3,
    h3.module-title {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    .navbar-default .navbar-toggle {
        top: -42px;
    }
}

@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.andalusa 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;
    }
    #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.andalusa.customer .row.info {}
    .zt-module-testimonial.andalusa.customer .zt-testimonial [class*=' col-'] {
        padding-left: 0;
        padding-right: 0
    }
    .bt-intro-title-container {
        padding: 25px 10px;
    }
    .zt-module-testimonial.andalusa.customer img.avatar {
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    .zt-module-testimonial.andalusa-team .team-block[class*=' col-'],
    .zt-module-testimonial.andalusa-team .team-block .col-sm-6 {
        padding-left: 0;
        padding-right: 0
    }
    .zt-module-testimonial.andalusa-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.andalusa-team .name {
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ztTestimonial.andalusa-team p.content-testimonial {
        max-width: 85%;
        padding-bottom: 10px;
        margin: 0px 0px 0px 0px;
    }
    .ztTestimonial.andalusa-team .name {
        display: inline-block;
    }
}

@media screen and (min-width: 991px) and (max-width:1200px) {
    .bt-cs.bt-subslider .bt-title-wrap {
        padding: 10px 15px;
    }
    .bt-cs.andalusa .bt-inner .bt-title {
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .bt-cs.bt-subslider div.readmore {
        padding-top: 7px;
    }
    .colormodule-2-text a.btn {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px){
    /*#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 5px 0px 5px;
    }*/
    #t3-mainnav.navbar-default .navbar-nav{
        padding: 0px 5px 0px 5px;
    }
}

@media screen and (max-width: 800px){
    /*#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 5px 0px 5px;
    }*/
    #t3-mainnav.navbar-default .navbar-nav{
        padding: 0px 5px 0px 5px;
    }
}
@media screen and (min-width: 768px){
    .header_left{
        text-align: center;
    }
    .header_right{
        text-align: center;
    }
}