/*
 * Service Style 1
 */

.ts-slickslider-section{outline: none !important;}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
    display: table-row;
    vertical-align: center;
    text-align: center;
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width:100%;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
.hover-mid-wrapper{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0; padding: 0;
}
.service-header-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.hovereffect h2 {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 16px !important;
    background-color: transparent;
    color: #FFF !important;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /*-webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);*/
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff !important;
}
.hovereffect:hover h2 {
    font-size: 16px !important;
}
.row-margin-fix{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.row-margin-fix2{
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.services-hover-effect .mk-text-block{
    margin-top:20px;
}

.ts-slickslider-section{outline: none !important;}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
    display: table-row;
    vertical-align: center;
    text-align: center;
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
.hover-mid-wrapper{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0; padding: 0;
}
.service-header-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.hovereffect h2 {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 16px !important;
    background-color: transparent;
    color: #FFF !important;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /*-webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);*/
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff !important;
}
.hovereffect:hover h2 {
    font-size: 16px !important;
}
.row-margin-fix{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.services-hover-effect .mk-text-block{
    margin-top:20px;
}
.hover-mid-wrapper {
    overflow: hidden !important;
    position: initial;
    background-size: cover;
    background-position: 50% 50%;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
}

/*
 * Service Style 2
 */

.hovereffect-style2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect-style2 img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width:100%;
}

.hovereffect-style2:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
.hover-mid-wrapper-style2{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0; padding: 0;
}
.hovereffect-style2 h2 {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 16px !important;
    background-color: transparent;
    color: #FFF !important;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect-style2 a, .hovereffect-style2 p {
    color: #FFF;
    padding: 1em 0;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /*-webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);*/
}

.hovereffect-style2:hover a, .hovereffect-style2:hover p, .hovereffect-style2:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff !important;
}
.hovereffect-style2:hover h2 {
    font-size: 16px !important;
}
.services-hover-effect-style2 .mk-text-block{
    margin-top:20px;
}
.
.ts-slickslider-section{outline: none !important;}
.hovereffect-style2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;

}

.hovereffect-style2 img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect-style2:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
.hover-mid-wrapper-style2{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0; padding: 0;
}

.hovereffect-style2 h2 {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 16px !important;
    background-color: transparent;
    color: #FFF !important;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect-style2 a, .hovereffect-style2 p {
    color: #FFF;
    padding: 1em 0;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /*-webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);*/
}

.hovereffect-style2:hover a, .hovereffect-style2:hover p, .hovereffect-style2:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff !important;
}
.hovereffect-style2:hover h2 {
    font-size: 16px !important;
}
.row-margin-fix{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.services-hover-effect-style2 .mk-text-block{
    margin-top: 70px;
    margin-bottom: 22px;
}
.hover-mid-wrapper-style2 {
    overflow: hidden !important;
    position: initial;
    background-size: 100%;
    background-position: 50% 50%;
    background-color: #f9f9f9;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    min-height: 225px;
    filter: grayscale(100%);
}
.services-hover-effect-style2:hover .hover-mid-wrapper-style2{
    filter: grayscale(0%);
}
.services-hover-effect-style2:hover .hover-mid-wrapper-style2{
    -webkit-animation: zoom-in-background-image 300ms;
    -moz-animation: zoom-in-background-image 300ms;
    -ms-animation: zoom-in-background-image 300ms;
    -o-animation: zoom-in-background-image 300ms;
    animation: zoom-in-background-image 300ms;
    animation-fill-mode: forwards;
}
.services-hover-effect-style2 .hover-mid-wrapper-style2{
    -webkit-animation: zoom-out-background-image 300ms;
    -moz-animation: zoom-out-background-image 300ms;
    -ms-animation: zoom-out-background-image 300ms;
    -o-animation: zoom-out-background-image 300ms;
    animation: zoom-out-background-image 300ms;
    animation-fill-mode: forwards;
}
.services-hover-effect-style2:hover .hover-mid-wrapper-style2,
.services-hover-effect-style2 .hover-mid-wrapper-style2{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.adwise-business-style2-icon{

}
.adwise-business-style2-icon .adwise-icon-circle-outer,
.adwise-business-style2-icon .adwise-icon-circle-inner{
    border-radius: 50%;
    text-align: center;
}
.adwise-icon-circle-outer,
.adwise-icon-circle-inner,
.services-hover-effect-style2:hover > .adwise-business-style2-icon .adwise-icon-circle-outer,
.services-hover-effect-style2:hover > .adwise-business-style2-icon .adwise-icon-circle-inner{
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.adwise-business-style2-icon .adwise-icon-circle-outer{
    position: absolute;
    left: 50%;
    width: 90px;
    height: 90px;
    -webkit-transform: translate3d(-50%,-50%, 0);
    -moz-transform: translate3d(-50%,-50%, 0);
    -ms-transform: translate3d(-50%,-50%, 0);
    -o-transform: translate3d(-50%,-50%, 0);
    transform: translate3d(-50%,-50%, 0);
}
.adwise-business-style2-icon .adwise-icon-circle-inner{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.adwise-business-style2-icon .adwise-icon-circle-inner > i{
    display: block;
    line-height:90px;
    font-size: 37px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes zoom-in-background-image {
    0% { background-size: 100%; }
    10% { background-size: 101%; }
    20% { background-size: 102%; }
    30% { background-size: 103%; }
    40% { background-size: 104%; }
    50% { background-size: 105%; }
    60% { background-size: 106%; }
    70% { background-size: 106.5%; }
    80% { background-size: 107%; }
    90% { background-size: 107.5%; }
    100% { background-size: 108%; }
}

/* Standard syntax */
@keyframes zoom-in-background-image {
    0% { background-size: 100%; }
    10% { background-size: 101%; }
    20% { background-size: 102%; }
    30% { background-size: 103%; }
    40% { background-size: 104%; }
    50% { background-size: 105%; }
    60% { background-size: 106%; }
    70% { background-size: 106.5%; }
    80% { background-size: 107%; }
    90% { background-size: 107.5%; }
    100% { background-size: 108%; }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes zoom-out-background-image {
    0% { background-size: 108%; }
    90% { background-size: 107.5%; }
    80% { background-size: 107%; }
    70% { background-size: 106.5%; }
    40% { background-size: 106%; }
    50% { background-size: 105%; }
    60% { background-size: 104%; }
    70% { background-size: 103%; }
    80% { background-size: 102%; }
    90% { background-size: 101%; }
    100% { background-size: 100%; }
}

/* Standard syntax */
@keyframes zoom-out-background-image {
    0% { background-size: 108%; }
    90% { background-size: 107.5%; }
    80% { background-size: 107%; }
    70% { background-size: 106.5%; }
    40% { background-size: 106%; }
    50% { background-size: 105%; }
    60% { background-size: 104%; }
    70% { background-size: 103%; }
    80% { background-size: 102%; }
    90% { background-size: 101%; }
    100% { background-size: 100%; }
}

/*
 * Service Style 2
 */

.services-hover-effect-style3{}
.services-hover-effect-style3 .hovereffect-style3{}
.services-hover-effect-style3 .bs-button {
    padding: 8px 10px;
    text-align: center;
    margin: 9px auto;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 50%;
    clear: both;
    display: table;
    font-size: 14px;
    line-height: 1.8;
}
.services-hover-effect-style3 .bs-button,
.services-hover-effect-style3 .bs-button:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-hover-effect-style3 .hovereffect-style3 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.services-hover-effect-style3 .hovereffect-style3 > a{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.services-hover-effect-style3 .hovereffect-style3 .overlay {
    display: table-row;
    vertical-align: center;
    text-align: center;
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}
.services-hover-effect-style3:hover .hovereffect-style3 .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.services-hover-effect-style3 .hovereffect-style3 .hover-mid-wrapper3 {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-height: 225px;
    max-width: 310px;
    margin: 0 auto;
    background-position: 50% 50%;
    background-size: cover;
}
.services-hover-effect-style3:hover .hovereffect-style3 .hover-mid-wrapper3 {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    transform: scale(1.05);
}
.services-hover-effect-style3 .hover-mid-wrapper3{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0; padding: 0;
}
.services-hover-effect-style3 .service-header-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.services-hover-effect-style3 .hovereffect-style3 h4 {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 16px !important;
    background-color: transparent;
    color: #FFF !important;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect-style3 a, .hovereffect-style3 p {
    color: #FFF;
    padding: 1em 0;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /*-webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);*/
}

.services-hover-effect-style3:hover .hovereffect-style3 a,
.services-hover-effect-style3:hover .hovereffect-style3 p,
.services-hover-effect-style3:hover .hovereffect-style3 h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff !important;
}
.services-hover-effect-style3:hover .hovereffect-style3 h4 {
    font-size: 16px !important;
}
.services-hover-effect-style3:hover .hover-mid-wrapper3{
    filter: grayscale(0%);
}

.services-hover-effect-style3:hover .hover-mid-wrapper3,
.services-hover-effect-style3 .hover-mid-wrapper3{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
 * Annat
 */

.awm_vc_icon{
    background-image: url("images/adwise-vc-icon.png") !important;
}


.contact_hover-header-wrapper > p{
    line-height: 23px;
}
.contact_hover-header-wrapper > p,
.contact_hover-header-wrapper > h3{
    padding-bottom: 0;
}
.contact-hover-container {
    position:relative;
    overflow:hidden;
    height:340px;
}

.contact-hover-overlay {
    position:absolute;
    bottom: -88px;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
    text-align:center;
    width:100%;
    background-color:rgba(255, 152, 0, 0.7);

}

.contact-hover-container:hover .contact-hover-overlay {
    bottom:0;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.contact-hover-name {
    color:white !important;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:18px !important;
    line-height:18px !important;
    text-transform: inherit !important;
    font-weight:700 !important;
}
.contact-hover-email, .contact-hover-email a, .contact-hover-role {
    color:white !important;
    font-size:14px !important;
}

p.contact-hover-email {
    margin-bottom: 5px;
}

p.contact-hover-role {
    margin-bottom:10px;
}
