

/*---------------------------------------------------------------------------------*/
/*  Spnoy Exclusive Mosaic Gallery
/*---------------------------------------------------------------------------------*/

.ss-tiles {
    display: inline-block;
    width: 100%;
}
.ss-loading {
    background: url(images/preloader.gif) no-repeat center center;
}
.ss-tiles-inner.ss-loading {
    overflow: hidden;
}
.ss-tiles-inner {
    height: 500px;

    -webkit-transition: height 0.9s ease;
    -moz-transition: height 0.9s ease;
    -ms-transition: height 0.9s ease;
    -o-transition: height 0.9s ease;
    transition: height 0.9s ease;
}
.ss-tiles-inner:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.ss-tile {
    float: left;
    position: relative;
    margin: 0 6px 12px 6px;
    opacity: 0;

    overflow: hidden;
}
.ss-tile-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ss-tile.has-layout-1 {
    width: 180px;
    height: 180px;
}
.ss-tile.has-layout-2 {
    width: 372px;
    height: 372px;
}
.ss-tile.has-layout-3 {
    width: 372px;
    height: 180px;
}
.ss-tile.has-layout-4 {
    width: 372px;
    height: 372px;
}
.ss-tile-readmore {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: inherit;
    font-size: 0.875rem;
}
.ss-tile-readmore:hover {
    color: inherit;
}
.ss-tile-content a {
    color: inherit;
}
.ss-tile-content a:hover {
    text-decoration: none;
}
.ss-tile-readmore::before,
.ss-tile-readmore::after {
    position: absolute;
    top: 15px;
    left: 15%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.ss-tile-readmore::after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.ss-tile-readmore:hover::before,
.ss-tile-readmore:hover::after,
.ss-tile-readmore:focus::before,
.ss-tile-readmore:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}


.ss-tile.has-layout-1 .ss-tile-content, .ss-tile.has-layout-3 .ss-tile-content, .ss-tile.has-layout-4 .ss-tile-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 15px;
    line-height: 1.4em;
    outline: 1px solid transparent;  /* To solve the leaving trails on webpage */
    display: none;
    opacity: 0;
}
.ss-tile-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 15px;
    line-height: 1.4em;
    outline: 1px solid transparent;  /* To solve the leaving trails on webpage */
    display: none;
    opacity: 0;
   -webkit-backface-visibility: hidden;
}
.ss-tile-bg {
    -webkit-backface-visibility: hidden;
}
.ss-tile.has-layout-1:not(.has-caption):not(.only-hover):hover .ss-tile-content {
    /*display: block;*/
}
.ss-tile.has-layout-1.has-caption .ss-tile-caption, .ss-tile.has-layout-3.has-caption .ss-tile-caption,.ss-tile.has-layout-4.has-caption .ss-tile-caption {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: table;  /* To center its content */
    opacity: 1;
    line-height: 1.5em;
}
.ss-tile.has-layout-1.has-caption .ss-tile-caption {
    line-height: 1.429em;
}
.ss-tile.has-layout-1.only-hover .ss-tile-content {
    display: block;
    opacity: 1;
    line-height: 1.429em;
}
.ss-tile.has-layout-2 .ss-tile-content {
    padding: 15px;
}
.ss-tile.has-layout-2 .ss-tile-content p {
    line-height: 1.538em;
    font-size: 0.75rem;
}
.ss-tile.has-layout-2 .ss-tile-content-title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.45em;
    padding-bottom: 13px;
    margin-bottom: 0;
    /*-webkit-text-stroke-width: 0.2px;*/
}
.ss-tile.has-layout-2 .ss-tile-content-title a {
    color: inherit;
}
.ss-tile.has-layout-2 .ss-tile-content-title a:hover {
    color: #00b688;
}
.ss-tile.has-layout-2 .ss-tile-readmore {
    font-size: 13px;
}
.ss-tiles .ss-tile-gutter-sizer {
    width: 12px;
}
.ss-tile-link-to {
    display: inline-block;
}
.ss-tiles-scrollbar {
    opacity: 0;
    height: 6px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.ss-tiles-handle {
    height: 100%;
    border-radius: 0;
    background-color: #00b688;
    border: none;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.ss-tiles-scrollbar.ss-tiles-scrollbar-show {
    opacity: 1;
}
.ss-tiles-scrollbar.ss-tiles-scrollbar-active .ss-tiles-handle {
    background-color: #ffffff;
}
.ss-tile.lightbox-hover .ss-tile-content {
    font-size: 1.5rem;
    -webkit-backface-visibility: hidden;
}
.ss-tile.lightbox-hover .ss-tile-content a {
    color: inherit;
}
.ss-tile.lightbox-hover .ss-tile-content .ss-tile-expand-title {
    display:inline-block;
    font-weight:bold;
    font-size:0.875rem;
    line-height:1.4em;
    margin:7px 0 0 0;
    width: 100%;
}
.ss-tile.lightbox-hover .ss-tile-content a.ss-tile-expand {
    display: inline-block;
}
.ss-tile.lightbox-hover .ss-tile-content a.ss-tile-expand:hover {
    animation: tinywiggle 0.6s infinite;
    -webkit-animation: tinywiggle 0.6s infinite;
}
@-webkit-keyframes tinywiggle{25%,50%,75%,100%{-webkit-transform-origin:top center}25%{-webkit-transform:rotate(4deg)}50%{-webkit-transform:rotate(-2deg)}75%{-webkit-transform:rotate(1deg)}100%{-webkit-transform:rotate(0deg)}}


/*---------------------------------------------------------------------------------*/
/*  Services
/*---------------------------------------------------------------------------------*/

.service-slider {
    margin-top: 90px;
}
.service-slider ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.service-slider ul li {
    width: 320px;
    margin: 0 28px 28px;
    /*float: left;*/
    text-align: center;
    border: solid 1px #133939;
    display: inline-block;
}
/* service slider custom navigation style */
.ss-services-arrows, .ss-clients-arrows {
    position: relative;
    height: 40px;
}
.ss-next-services, .ss-prev-services, .ss-next-clients, .ss-prev-clients {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #133939;
    border: 1px solid #c4cdcd;
    text-align: center;
    cursor: pointer;
}
.ss-services-arrows > a:hover, .ss-clients-arrows > a:hover {
    color: #00b688;
}
.ss-next-services, .ss-next-clients {
    right: 50%;
    margin-right: -45px;
}
.ss-prev-services, .ss-prev-clients  {
    left: 50%;
    margin-left: -45px;
}
/* service slide base style */
.service-slider {
    margin-top: 90px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.service-slider-slide {
    width: 320px;
    margin: 0 28px 28px;
    text-align: center;
    display: inline-block;
}
.service-slider-icon {
    width: 84px;
    height: 84px;
    background-color: #133939;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: auto;
    margin-bottom: 40px;
    border: solid 2px #133939;
    display: inline-block;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.service-slider-item:hover .service-slider-icon {
    background-color: #fff;
    color: #133939;
    border: solid 2px #c4cdcd;
}
.service-slider-icon a:hover {
    color: #133939;
}
.service-slider-icon span {
    font-size: 3rem;
}
.service-slider-item h2 {
    font-weight: bold;
}
.service-slider-item h2 a {
    color: #133939;
}
.service-slider-item:hover h2 a {
    color: #00b688;
}
.service-slider-item p {
    margin-top: 30px;
    font-size: 0.875rem;
    line-height: 1.5em;
}


/*---------------------------------------------------------------------------------*/
/*  Fullsreen Video
/*---------------------------------------------------------------------------------*/

.ss-videobg-overlay {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    /*background-color: rgba(31, 38, 38, 0.50);*/
    z-index: 0; 
    top: 0;
}
.ss-videobg-wrapper {
    overflow: hidden;
}
.ss-videobg-wrapper.ss-videobg-wrapper-with-revslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ss-videobg-container {
    height: 1080px;
}
.ss-videobg-overlay {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    background-color: rgba(31, 38, 38, 0.50);
    /*background-image: url(images/banner-shadow1.png); 
    background-size: cover; 
    background-position: 50% 50%; 
    background-repeat: no-repeat no-repeat;*/ 
    z-index: 0; 
    top: 0;
}


/*---------------------------------------------------------------------------------*/
/*  Prcing Table
/*---------------------------------------------------------------------------------*/

.pricing-table-container {
    margin-bottom: 60px;
}
.pricing-cols {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    border-collapse: collapse;
}
.pricing-col {
    float: left;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    border: solid 2px #c4cdcd;
    border-left: none;
}
.pricing-col:first-child {
    border: solid 2px #c4cdcd;
}
.pricing-col-featured:not(:first-child) {
    border: solid 2px #c4cdcd;
    margin-left: -2px;
}
.pricing-2-cols .pricing-col {
    width: 50%;
}
.pricing-3-cols .pricing-col {
    width: 33.333333%;
}
.pricing-4-cols .pricing-col {
    width: 25%;
}
.pricing-3-col {
    width: 33.333333%;
}
.pricing-table-header {
    text-align: center;
    padding: 0 18%;
}
.pricing-table-header p {
    font-size: 0.875rem;
    line-height: 1.5em;
}
.pricing-cols > div {
    
}
.pricing-col-header .pricing-col-header-title {
    font-weight: bold;
    padding: 30px 0;
    font-size: 28px;
}
.pricing-col-header .pricing-col-header-amount {
    margin: 0 30px;
    padding: 30px 0;  
    font-size: 14px; 
    line-height: 18px;
    border-bottom: solid 1px #c4cdcd;
}
.pricing-col-header .pricing-col-header-amount .pricing-col-amount {
    font-size: 72px;
    display: block;
    line-height: initial;
}
.pricing-col-header .pricing-col-header-amount .pricing-col-amount::first-letter {
    font-size: 30px;
}
.pricing-col-content {
    font-size: 14px; 
}
.pricing-col-content ul {
    margin-top: 15px;
}
.pricing-col-content ul li {
    padding: 15px 0;
    list-style: none;
}
a.pricing-col-button {
    margin: 30px 0;
    display: inline-block;
    background: #133939;
    color: #ffffff;
    font-weight: bold;
    padding: 15px;
}
a.pricing-col-button:hover {
    background: #00b688;
    color: #ffffff;
    text-decoration: none;
}
.pricing-col-featured {
    position: relative;
    top: -30px;
    padding: 0 0 30px 0 !important;
}
.pricing-col-featured .pricing-col-header .pricing-col-header-title {
    margin-bottom: 40px;
    background-color: #133939;
    color: #fff;
}


/*---------------------------------------------------------------------------------*/
/*  Clients
/*---------------------------------------------------------------------------------*/

.owl-carousel:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.clients-slider {
    text-align: center;
}
.cleint-slide {
    width: 228px;
    padding-left: 14px;
    padding-right: 14px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
}


/*---------------------------------------------------------------------------------*/
/*  Team Members
/*---------------------------------------------------------------------------------*/

.team {
    text-align: center;
}
.team-members-title {
    margin: auto;
    margin-bottom: 60px;
}
.team-members-title h2 {
    font-size: 30px;
    font-weight: bold;
}
ul.team-members {
    margin: 0 -6px;
    display: inline-block;
    text-align: center;
}
.team-members li {
    padding: 0 3px;
    margin-bottom: 12px;
    display: inline-block;
}
.team-member {
    overflow: hidden;
    position: relative;
    width: 372px;
    height: 372px;
}
.team-member-image {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.team-member-overlay {
    color: #fff;
    background-color: #00b688;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 186px;
    overflow: hidden;
    opacity: 1;
    text-align: center;
    display: table;

    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, -ms-transform 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;

    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.team-member:hover .team-member-overlay {
    opacity: 1;
    -webkit-backface-visibility: hidden;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.team-member:hover .team-member-image {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.item-overlay-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.item-overlay-center h2 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 24px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25); 
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.item-overlay-center p {
    font-size: 0.875rem;
    margin-bottom: 40px !important;
}
.team-social-icon {
    display: inline-block;
    margin: 0 0 6px 0 !important;
}
.team-social-icon li {
    padding: 0 9px;
}
.team-social-icon li a {
    opacity: 0.25;
    font-size: 18px;
    color: #fff;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.team-social-icon li a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}


/*---------------------------------------------------------------------------------*/
/*  Single Light Box
/*---------------------------------------------------------------------------------*/

.ss-lightbox-single {
    position: relative;
    width: 100%;
    display: inline-block;
}
.ss-lightbox-single img {
    width: 100%;
}
.ss-lightbox-single-overlay {
    background-color: rgba(0, 182, 136, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*padding: 0 21% 0;*/
    overflow: hidden;
    opacity: 0;
    text-align: center;
    display: table;
    -webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.ss-lightbox-single:hover .ss-lightbox-single-overlay {
    opacity: 1;
}
.ss-lightbox-single a {
    width: 90px;
    height: 90px;
    border: solid 2px rgba(255, 255, 255, 0.75);
    font-size: 32px;
    display: inline-block;
    padding: 27px 0;
    color: #fff;
}
.ss-lightbox-single a:hover {
    color: #fff;
}

/*---------------------------------------------------------------------------------*/
/*  Retina Icons
/*---------------------------------------------------------------------------------*/

.box-icon-container {
    display: inline-block;
    width: 100%;
    font-size: 1.125rem;
    padding: 0 0 0 0;
    /*margin-bottom: 30px;*/
    /*line-height: 1.6em;*/
}
.nivan-icon {
    float: left;
    text-align: center;
    color: #133939;
    font-size: 16px;
    line-height: 1;
}
.nivan-icon.small {
    font-size: 16px;
}
.nivan-icon.medium {
    font-size: 32px;
}
.nivan-icon.large {
    font-size: 44px;
}
.box-icon-content {
    font-size: 18px;
    margin-left: 26px;
    margin-top: -3px;
    line-height: 24px;
}
.icon-content h5 {
    font-size: 18px;
}
.box-icon-content.small {
    font-size: 14px;    
}
.box-icon-content.medium {
    font-size: 18px;    
}
.box-icon-content.large {
    font-size: 24px;    
}


/*---------------------------------------------------------------------------------*/
/*  Timeline Blog
/*---------------------------------------------------------------------------------*/

.timeline-wrapper {
    position: relative;
    width: 100%;
}
.timeline-blog {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow:hidden;
    padding-top: 50px;
    padding-bottom: 150px;
    margin: 0;
}
.timeline-blog:before {
    background: #c4cdcd;
    content: "";
    left: 50%;
    top: 10px;
    bottom: 0;
    position: absolute;
    width: 2px;
    margin-left: -1px;
    margin-top:-10px;
    height: 9999px;
}
.timeline-start {
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    margin-left: -50px;
    color: #222;
    padding: 33px 5px 0;
    line-height: 1;
    z-index: 5;
}
.timeline-start span {
    display: inline-block;
    width: 100%;
}
.timeline-start-head {
    font-size: 1.5rem;
    font-weight: bold;
}
.timeline-start-sub {
    font-size: 0.75rem;
}
.timeline-blog > li {
    display: block;
    width: 50%;
    position: relative;
    padding-top: 40px;
}
.timeline-blog > li:nth-child(odd) {
    float: left;
    clear: left;
    padding-right: 10%;
}
.timeline-blog > li:nth-child(even) {
    float: right;
    clear: right;
    padding-left: 10%;
}
.timeline-blog > li:nth-child(2n) {
    margin-top: 60px;
}
.timeline-blog .timeline-entry {
    color: #222222;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
}
.timeline-blog .timeline-entry-content {
    padding: 25px 20px 0;
}
.timeline-blog .timeline-entry-content > h2 {
    font-size: 1.125rem;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.5em;
    margin-bottom: 0;
}
.timeline-blog .timeline-entry-content > h2 a {
    color: inherit;
}
.timeline-blog .timeline-entry-content > h2 a:hover {
    color: #00b688;
}
.timeline-blog .timeline-entry-desc {
    font-size: 0.75rem;
    line-height: 1.6em;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.timeline-blog .timeline-entry-desc p {
    font-size: 0.75rem;
}
.timeline-blog .timeline-entry-meta {
    font-size: 0.75rem;
    padding: 20px 0;
    line-height: 1;
}
.timeline-blog .timeline-entry-meta a {
    color: inherit;
}
.timeline-blog .timeline-entry-meta a:hover {
    color: #00b688;
}
.timeline-blog .timeline-entry-cats {
    font-weight: bold;
}
.timeline-blog .timeline-entry-time {
    background-color: #fff;
    display: block;
    position: absolute;
    right: -28px;
    top: 90px;
    content: attr(data-time);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    color: #222;
    z-index: 10;
    line-height: 1;
}
.timeline-blog > li:nth-child(odd) .timeline-entry-time {
    right: 0;
    margin-right: -27.5px;
}
.timeline-blog > li:nth-child(even) .timeline-entry-time {
    left: 0;
    margin-left: -27.5px;
}
.timeline-entry-time span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1rem;
}
.timeline-entry-time span.month {
    font-size: 0.75rem;
}
.timeline-entry-line {
    width: 50%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 116px;
    z-index: 1;
}
.timeline-blog > li:nth-child(odd) .timeline-entry-line {
    right: 0;
}
.timeline-blog > li:nth-child(even) .timeline-entry-line {
    left: 0;
}
a.timeline-loadmore {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    margin-left: -50px;
    color: #222;
    padding: 0 15px 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
}
a.timeline-loadmore:hover {
    color: #fff;
    background-color: #00b688;
}
a.timeline-loadmore.timeline-loadmore-active {
    color: #fff;
    background-color: #00b688;
}


/*---------------------------------------------------------------------------------*/
/*  Shortcodes
/*---------------------------------------------------------------------------------*/

.ss-effect {
    opacity: 0;
}
body.ss-no-effect-on-mobile .ss-effect,
body.ss-no-effect-on-mobile .ss-tile {
    opacity: 1;
}
.ss-gap {
    clear: both;
    width: 100%;
    margin: 0;
}

/* Columns */
.ss-onecol, .ss-twocol, .ss-threecol, .ss-fourcol, .ss-fivecol, .ss-sixcol, .ss-sevencol, .ss-eightcol, .ss-ninecol, .ss-tencol, .ss-elevencol {
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
}
.row .ss-onecol {
    width: 4.85%;
}
.row .ss-twocol {
    width: 13.45%;
}
.row .ss-threecol {
    width: 22.05%;
}
.row .ss-fourcol {
    width: 30.75%;
}
.row .ss-fivecol {
    width: 39.45%;
}
.row .ss-sixcol {
    width: 48%;
}
.row .ss-sevencol {
    width: 56.75%;
}
.row .ss-eightcol {
    width: 65.4%;
}
.row .ss-ninecol {
    width: 74.05%;
}
.row .ss-tencol {
    width: 82.7%;
}
.row .ss-elevencol {
    width: 91.35%;
}
.row .ss-twelvecol {
    width: 100%;
    float: left;
}
.ss-last {
    float: right;
    margin-right: 0px;
}

.ss-separator {
    padding: 0 5px;
}
ul.ss-charts {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0;  /* To remove inline-block auto margins */
    line-height: 1;
}
.ss-charts > li {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}
.chart {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 175px;
}
.chart canvas {
    width: 100%;
    height: 100%;
}
.pie-chart {
    width: 175px;
    height: 178px;
}
.pie-chart > span {
    position: absolute;
    top: 70px;
    left: 47px;
    font-size: 2.5rem;
}
.pie-label h3 {
    font-size: 1.25rem;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.ss-testimonial-header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.ss-testimonial-header span {
    color: #00b688;
    font-size: 2.25rem;
}
.ss-testimonial-slider {
    width: 100%;
    position: relative;
}
.ss-testimonial-frame {
    width: 100%;
    margin-bottom: 30px;
}
.ss-testimonial-frame:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.ss-testimonial-slidee {

}
.ss-testimonial-item {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 100px;

    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);

    -webkit-transition: -webkit-transform 0.9s ease-out;
    -moz-transition: -moz-transform 0.9s ease-out;
    -ms-transition: -ms-transform 0.9s ease-out;
    -o-transition: -o-transform 0.9s ease-out;
    transition: transform 0.9s ease-out;
}
.ss-testimonial-item.ss-item-bordered {
    padding: 30px;
    text-align: left;
    border: solid #c4cdcd 1px;
    font-style: italic;
    width: 100%;
}
.ss-testimonial-item.ss-item-bordered span {
    display: inline-block;
    padding-top: 5px;
}
.ss-testimonial-item.ss-item-box {
    padding: 30px;
    text-align: left;
    width: 100%;
    background-color: #f0f0f0;
    font-style: italic;
}
.ss-testimonial-item.ss-item-half {
    width: 50%;
}
.ss-testimonial-item.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ss-testimonial-item p {
    font-size: 1.125rem;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.ss-testimonial-item span {
    font-size: 0.875rem;
}
.ss-testimonial-skills {
    color: #00b688;
}
.ss-testimonial-arrows {
    position: relative;
    height: 40px;
}
a.ss-next-testimonial, a.ss-prev-testimonial {
    position: absolute;
    width: 40px;
    height: 40px;
    /*border: 1px solid rgba(255,255,255,0.4);*/
    border: 1px solid #c4cdcd;
    text-align: center;
    color: inherit;
}
.ss-next-testimonial {
    right: 50%;
    margin-right: -45px;
}
.ss-prev-testimonial {
    left: 50%;
    margin-left: -45px;
}
a.ss-next-testimonial:hover, a.ss-prev-testimonial:hover {
    color: #00b688;
    text-decoration: none;
}
.post-quote {
    margin-bottom: 10px;
}
.post-link {
    display: inline-block;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

/* Blog Teaser */
.blog-teaser-wrap {
    float: left;
    width: 100%;
}
.blog-teaser {
    float: left;
    width: 50%;
    padding-right: 6px;
    margin-bottom: 13px;
}
.blog-teaser:nth-child(2n) {
    padding-left: 6px;
    padding-right: 0;
}
.blog-teaser-image {
    float: left;
    width: 50%;
    background-color: #ffffff;
    text-align: center;
}
.blog-teaser-content {
    float: left;
    width: 50%;
    height: 100%;
    padding: 20px;
    color: #133939;
    position: relative;
    background-color: #ffffff;
}
.blog-teaser-content h3 {
    font-size: 1.125rem;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}
.blog-teaser-content p {
    font-size: 0.75rem;
    line-height: 1.6em;
}
.blog-teaser-content a {
    color: inherit;
}
.blog-teaser-content a:hover {
    color: #00b688;
}
.blog-teaser-meta {
    font-size: 0.75rem;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/*Accordion & toggle*/
.accordion-container h3, .toggle-container h3 {
    font-size: 1.125rem;
    line-height: 1.2em;
}
.accordion-item, .toggle-item  {
    border-bottom: solid 1px #c4cdcd;
    padding: 30px 0 0;
}
.accordion-item-header, .toggle-item-header {
    display: block;
    margin-bottom: 30px;
}
.accordion-item a, .toggle-item a  {
    color: #133939;
}
.accordion-item a:hover, .toggle-item a:hover {
    color: #00b688;
}
.accordion-container .accordion-item-header, .toggle-container .toggle-item-header {
    cursor: pointer;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.accordion-container .accordion-item-header:focus, .toggle-container .toggle-item-header:focus {
    outline: none;
}
.accordion-container .accordion-item .accordion-item-header:hover, .toggle-container .toggle-item .toggle-item-header:hover {
    color: #00b688;
}
.accordion-container .accordion-arrow, .toggle-container .toggle-arrow {
    display: inline-block;
    background: url(images/arrows.png) no-repeat -32px 0;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    float: right;
}
.accordion-container .ss-accordion-arrow, .toggle-container .ss-toggle-arrow {
    float: right;
}

.accordion-container .accordion-item .accordion-item-header:hover .accordion-arrow, .toggle-container .toggle-item .toggle-item-header:hover .toggle-arrow {
    background-position-y: -16px;
}
.accordion-item-desc {
    margin-bottom: 0;
}
.toggle-item-desc {
    margin-bottom: 30px;
}
.accordion-item-desc p, .toggle-item-desc p {
    margin-bottom: 15px;
}
.toggle-item-desc p:last-child {
    margin-bottom: 0;
}
.accordion-item-desc p:last-child {
    margin-bottom: 30px;
}
.accordion-item-header .icon, .toggle-item-header .icon {
    margin-right: 10px;
}
.accordion-item-header.ui-accordion-header-active, .toggle-item-header.ui-toggle-header-active  {
    font-weight: bold;
    color: #00b688;
}
.accordion-item-header.current {
    font-weight: bold;
    color: #00b688;
}
.accordion-item-header.ui-accordion-header-active:focus, .toggle-item-header.ui-toggle-header-active:focus  {
    outline: none;
}
.ui-accordion-header-active .accordion-arrow, .ui-toggle-header-active .toggle-arrow  {
    background-position: -48px -16px;
}
.current .accordion-arrow, .current .toggle-arrow  {
    background-position: -48px -16px;
}
/*Tabs*/
.tab-container {
    display: inline-block;
    width: 100%;
}
.tab-container a {
    color: #133939;
}
.tab-container a:hover {
    color: #00b688;
}
.tab-container .tabs {
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.tab-container .tabs li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 2px;
}
.tab-container .tabs li a {
    display: inline-block;
    padding: 7px 20px;
    color: #133939;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
}
.tab-container .tabs li a:hover {
    color: #00b688;
}
.tab-container .tabs a.current {
    color: #00b688;
    background-color: #fff;
    border: solid 1px #c4cdcd;
    border-bottom: none;
    padding-bottom: 9px;
}
.tab-container .tab-pane {
    padding: 30px;
    border: solid 1px #c4cdcd; 
    float: left;
    width: 100%;
    background-color: transparent;
}
/*borderless tab*/
.tab-container.borderless .tab-pane {
    padding: 30px 0 0 0;
    border: none; 
}
.tab-container.borderless .tabs li a {
    border: solid 1px #133939; 
    color: #fff;
    background-color: #133939;
}
.tab-container.borderless .tabs a.current {
    border: solid 1px #00b688;
    color: #fff;
    background-color: #00b688;
    bottom: 0;
    padding: 7px 20px;
}
.tab-container.borderless .tabs li a:hover {
    border: solid 1px #00b688;
    color: #fff;
    background-color: #00b688;
}
/*seperator*/
.ss-sec-separator {
    width: 100%;
    margin: auto;
}
.ss-sec-separator.small {
    width: 230px;
}
.ss-sec-separator {
    overflow: hidden;
}
.ss-sec-separator-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.ss-sec-separator {
    margin-top: 25px;
}
.ss-sec-separator .icon {
    color: #ddd;
    padding: 0 12px;
}
.ss-sec-separator-left-line, .ss-sec-separator-right-line {
    height: 1px;
    position: absolute;
    width: 43%;
    top: 50%;
    margin-top: -1px;
    background-color: #ddd;
}
.ss-sec-separator-left-line {
    left: 0;
}
.ss-sec-separator-right-line {
    right: 0;
}
.section-header-2 .ss-sec-separator {
    margin-bottom: 0;
}

/*button*/
.nivan-button {
    display: inline-block;
    padding: 9px 20px;
    font-size: 16px;
    font-weight:bold;
    line-height: 24px;
}
.nivan-button.small {
    font-size: 14px;
}
.nivan-button.large {
    font-size: 18px;
    padding: 12px 20px;
}
.nivan-button span {
    margin-right: 10px;
}
.nivan-button.default {
    border: solid 1px #133939;
    background: #133939;
    color: #fff;
}
.nivan-button.default:hover {
    border: solid 1px #00b688;
    background: #00b688;
}
.nivan-button.green {
    border: solid 1px #133939;
    background: #133939;
    color: #fff;
}
.nivan-button.green:hover {
    border: solid 1px #00b688;
    background: #00b688;
}
.nivan-button.dark-green {
    border: solid 1px #133939;
    background: #133939;
    color: #fff;
}
.nivan-button.dark-green:hover {
    border: solid 1px #00b688;
    background: #00b688;
}
.nivan-button.light-green {
    border: solid 1px #00b688;
    background: #00b688;
    color: #fff;
}
.nivan-button.light-green:hover {
    border: solid 1px #28ffc3;
    background: #28ffc3;
}
.nivan-button.gray {
    border: solid 1px #f0f0f0;
    background: #f0f0f0;
    color: #133939;
}
.nivan-button.gray:hover {
    border: solid 1px #f0f0f0;
    background: #f0f0f0;
    color: #00b688;
}
.nivan-button.red {
    border: solid 1px #e01f1f;
    background: #e01f1f;
    color: #fff;
}
.nivan-button.red:hover {
    border: solid 1px #ff5353;
    background: #ff5353;
}
.nivan-button.dark-green.outline {
    border: solid 1px #133939;
    background: transparent;
    color: #133939;
}
.nivan-button.dark-green.outline:hover {
    border: solid 1px #00b688;
    color: #00b688;
}
.nivan-button.light-green.outline {
    border: solid 1px #00b688;
    background: transparent;
    color: #00b688;
}
.nivan-button.light-green.outline:hover {
    border: solid 1px #28ffc3;
    color: #28ffc3;
}
.nivan-button.gray.outline {
    border: solid 1px #c4cdcd;
    background: transparent;
    color: #c4cdcd;
}
.nivan-button.gray.outline:hover {
    border: solid 1px #00b688;
    color: #00b688;
}
.nivan-button.red.outline {
    border: solid 1px #e01f1f;
    background: transparent;
    color: #e01f1f;
}
.nivan-button.red.outline:hover {
    border: solid 1px #ff5353;
    color: #ff5353;
}
/*.nivan-button:hover {
    border: solid 1px #00b688 !important;
    color: #fff !important;
    background-color: #00b688 !important;
}*/

/* iconbox slider custom navigation style */
.ss-iconbox-arrows, .ss-clients-arrows {
    position: relative;
    height: 40px;
    /*margin-bottom: 60px;*/
}
.ss-iconbox-arrows a, .ss-clients-arrows a {
    color: inherit;
}
.ss-iconbox-arrows a:hover {
    text-decoration: none;
    color: inherit;
}
.ss-next-iconbox, .ss-prev-iconbox, .ss-next-clients, .ss-prev-clients {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #133939;
    border: 1px solid #c4cdcd;
    text-align: center;
    cursor: pointer;
}
.ss-iconbox-arrows > a:hover, .ss-clients-arrows > a:hover {
    color: #00b688;
    text-decoration: none;
}
.ss-next-iconbox, .ss-next-clients {
    right: 50%;
    margin-right: -45px;
}
.ss-prev-iconbox, .ss-prev-clients  {
    left: 50%;
    margin-left: -45px;
}
/*iconbox*/

/* iconbox slide base style */
.ss-iconbox-slider {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ss-iconbox-slider a:hover {
    text-decoration: none;
}
.ss-iconbox-item {
    width: 320px;
    margin: 0 28px 28px 28px;
    text-align: center;
    display: inline-block;
}
.ss-iconbox-icon {
    width: 84px;
    height: 84px;
    background-color: #133939;
    color: #fff !important;
    text-align: center;
    padding: 15px 0;
    margin: auto;
    margin-bottom: 33px;
    border: solid 2px #133939;
    display: inline-block;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.ss-iconbox-inner:hover .ss-iconbox-icon {
    background-color: #fff;
    color: #133939 !important;
    border: solid 2px #c4cdcd;
}
.ss-iconbox-icon a:hover {
    color: #133939;
}
.ss-iconbox-icon span {
    font-size: 3rem;
}
.ss-iconbox-inner h2 {
    margin-bottom: 16.5px;
    line-height: 1.375rem;
    font-weight: bold;
    text-align: center !important;
    font-size: 1.5rem;
}
.ss-iconbox-inner h1 a, .ss-iconbox-inner h2 a, .ss-iconbox-inner h3 a, .ss-iconbox-inner h4 a, .ss-iconbox-inner h5 a, .ss-iconbox-inner h6 a {
    color: #133939;
}
.ss-iconbox-inner:hover h1 a, .ss-iconbox-inner:hover h2 a, .ss-iconbox-inner:hover h3 a, .ss-iconbox-inner:hover h4 a, .ss-iconbox-inner:hover h5 a, .ss-iconbox-inner:hover h6 a {
    color: #00b688;
}
.ss-iconbox-inner p {
    font-size: 0.875rem;
    line-height: 1.5em;
}
/**/
.ss-iconbox-item.transparent .ss-iconbox-inner .ss-iconbox-icon {
    background-color: transparent !important;
    color: #133939 !important;
    border: none;
    margin-bottom: 10px;
}
.ss-iconbox-item.transparent .ss-iconbox-inner:hover .ss-iconbox-icon {
    background-color: transparent !important;
    color: #00b688 !important;
    border: none;
}
/**/
.ss-iconbox-item.inline-icon .ss-iconbox-inner {
    text-align: left;
}
.ss-iconbox-item.inline-icon  .ss-iconbox-inner .ss-iconbox-icon {
    float: left;
    margin-bottom: 0;
    font-size: 0.625rem;

    padding: 3px 0;
    width: auto;
    height: auto;
    margin-right: 10px;
}
.ss-iconbox-item.inline-icon .ss-iconbox-inner h2 {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 1.125rem;
}
.ss-iconbox-item.inline-icon .ss-iconbox-icon span {
    font-size: 1rem;
}

/*Social Icons*/
.social-icon-item {
    font-size: 16px;
    color: #133939;
    display: inline-table;
    width:46px;
    height: 46px;
}
.social-icon-item:hover {
    color: #00b688;
}
.social-icon-item span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.social-icon-item.sii-border {
    border: solid 1px #133939;
}
.social-icon-item.sii-border:hover {
    border: solid 1px #00b688;
}
.social-icon-item.sii-box {
    color: #fff;
    background-color: #133939;
    border: solid 1px #133939;
}
.social-icon-item.sii-box:hover {
    background-color: #00b688;
    border: solid 1px #00b688;
}
/**/
.social-icon-item.sii-small {
    width:40px;
    height: 40px;
    font-size: 14px;
}
.social-icon-item.sii-large {
    width:52px;
    height: 52px;
    font-size: 18px;
}
.social-icon-item.sii-narrow {
    width: auto;
    height: auto;
}
/**/
.ss-social-icons {
    display: inline-block;
}
.ss-social-icons ul {
    
}
.ss-social-icons ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}
.ss-check-list ul li {
    list-style: none;
}
.ss-check-list ul li a {
    float: left;
    width: 100%;
    /*padding: 0 0 0 25px;*/
    margin: 0 0 20px 0;
    font-size: 0.875rem;
    line-height: 1.2em;
}
.ss-check-list ul li a span{
    padding-right: 10px; 

    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}
.ss-check-list ul li a:hover span{
    padding-right: 15px; 
}
/*Alerts*/
.alert-message {
    display: inline-block;
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-size: 0.875rem;
    font-weight: bold;
}
.alert-message:hover {
    cursor: pointer;
}
.alert-message.notification {
    background: #fff;
    color: #2d343e;
    box-shadow: 0px 0px 1px #c4cdcd;
}
.alert-message.warning {
    background: #e0a71f;
    color: #fff;
}
.alert-message .alert-icon  {
    font-size: 0.875rem;
    margin-right: 10px;
}
.alert-message.error {
    background: #e01f1f;
    color: #fff;
}
.alert-message.success {
    background: #00b688;
    color: #fff;
}
.alert-message.info {
    background: #1f9ee0;
    color: #fff;
}
/* Highlight */
.ss-highlight {
    color: #34c099;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.ss-highlight:hover {
    color: rgba(52, 192, 153, 0.5);
}


@media screen and (max-width: 1200px) {
    
    /* Spnoy Studio Exclusive Gallery */
    .ss-tile {
        margin-right: 5px;
        margin-left: 5px;
    }
    .ss-tile.has-layout-2 {
        width: 370px;
        height: 370px;
    }
    .ss-tile.has-layout-3 {
        width: 370px;
        height: 180px;
    }
    .ss-tile.has-layout-4 {
        width: 370px;
        height: 370px;
    }

}

@media screen and (max-width: 992px) {

    /* Spnoy Studio Exclusive Gallery */
    .ss-tile.has-layout-1 {
        width: 173px;
        height: 173px;
    }
    .ss-tile.has-layout-2 {
        width: 356px;
        height: 356px;
    }
    .ss-tile.has-layout-3 {
        width: 356px;
        height: 180px;
    }
    .ss-tile.has-layout-4 {
        width: 356px;
        height: 356px;
    }
    
    /* Timeline Blog */
    .timeline-blog:before {
        left: 28px;
    }
    .timeline-blog > li {
        width: 100%;
    }
    .timeline-blog > li:nth-child(odd), .timeline-blog > li:nth-child(even) {
        float: right;
        clear: right;
        padding-left: 15%;
        padding-right: 0;
    }
    .timeline-blog > li:nth-child(2n) {
        margin-top: 0;
    }
    .timeline-blog > li:nth-child(odd) .timeline-entry-time, .timeline-blog > li:nth-child(even) .timeline-entry-time {
        right: auto;
        margin-right: auto;
        left: 0;
        margin-left: 0;

    }
    .timeline-blog > li:nth-child(odd) .timeline-entry-line {
        right: auto;
        left: 0;
    }
    .timeline-start, a.timeline-loadmore {
        left: 78px;
        border-radius: 0;
    }
    .timeline-blog {
        padding-top: 100px;
    }

    /* Shortcodes */
    .ss-charts > li {
        width: 33.3%;
    }
    .blog-teaser {
        width: 100%;
        padding-right: 0 !important;  /* To override nth-child selector */
        padding-left: 0 !important;  /* To override nth-child selector */
        margin-bottom: 30px;
    }
    .blog-teaser:last-child {
        margin-bottom: 0;
    }

    /* Pricing Tables*/
    .pricing-4-cols .pricing-col-header .pricing-col-header-title {
        font-size: 18px;
    }
    .pricing-4-cols .pricing-col-header .pricing-col-header-amount .pricing-col-amount {
        font-size: 48px;
    }
    .pricing-4-cols .pricing-col-header .pricing-col-header-amount .pricing-col-amount::first-letter {
        font-size: 20px;
    }
    
    /* Columns */
    .row .ss-onecol, .row .ss-twocol, .row .ss-threecol, .row .ss-fourcol, .row .ss-fivecol, .row .ss-sixcol, .row .ss-sevencol, .row .ss-eightcol, .row .ss-ninecol, .row .ss-tencol, .row .ss-elevencol, .row .ss-twelvecol {
        display: inline-block;
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 45px;
    }
    .row .ss-onecol:last-child, .row .ss-twocol:last-child, .row .ss-threecol:last-child, .row .ss-fourcol:last-child, .row .ss-fivecol:last-child, .row .ss-sixcol:last-child, .row .ss-sevencol:last-child, .row .ss-eightcol:last-child, .row .ss-ninecol:last-child, .row .ss-tencol:last-child, .row .ss-elevencol:last-child, .row .ss-twelvecol:last-child {
        margin-bottom: 0;
    }
    .row .ss-onecol.ss-last, .row .ss-twocol.ss-last, .row .ss-threecol.ss-last, .row .ss-fourcol.ss-last, .row .ss-fivecol.ss-last, .row .ss-sixcol.ss-last, .row .ss-sevencol.ss-last, .row .ss-eightcol.ss-last, .row .ss-ninecol.ss-last, .row .ss-tencol.ss-last, .row .ss-elevencol.ss-last, .row .ss-twelvecol.ss-last {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 768px) {


    /* Pricing table */
    .pricing-col {
        display: inline-block;
        width: 100% !important;
        border: solid 2px #c4cdcd !important;
    }
    .pricing-3-col {
        width: 100%;
    }
    .pricing-col-featured {
        top: 0;
        margin-left: 0px;
    }
    .pricing-4-cols .pricing-col-header .pricing-col-header-title {
        font-size: 28px;
    }
    .pricing-4-cols .pricing-col-header .pricing-col-header-amount .pricing-col-amount {
        font-size: 72px;
    }
    .pricing-4-cols .pricing-col-header .pricing-col-header-amount .pricing-col-amount::first-letter {
        font-size: 30px;
    }

    
    /* Shortcodes */
    .ss-testimonial-item {
        padding: 0;
    }
    .ss-charts > li {
        width: 100%;
    }
    .blog-teaser {
        height: auto !important;  /* To override inline height */
        text-align: center;
    }
    .blog-teaser-image {
        width: 100%;
    }
    .blog-teaser-content {
        width: 100%;
    }
    .blog-teaser-meta {
        position: static;
        margin-top: 20px;
    }

    /* lightbox single */
    .ss-lightbox-single {
        width: 100%;
    }
    
    /* Spnoy Exclusive Gallery */
    .ss-tiles-vertical .ss-tiles-inner {
        max-width: 550px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 600px) {
    
    /* Spnoy Exclusive Gallery */
    .ss-tiles-vertical .ss-tiles-inner {
        max-width: 366px;
    }

}

@media screen and (max-width: 480px) {
    
    /* Service */
    .service-slider-slide {
        width: 78.33333333333333%;
    }

    /* Pricing Tables*/
    .pricing-col-header .pricing-col-header-title {
        font-size: 18px !important;
    }
    .pricing-col-header .pricing-col-header-amount .pricing-col-amount {
        font-size: 48px !important;
    }
    .pricing-col-header .pricing-col-header-amount .pricing-col-amount::first-letter {
        font-size: 20px !important;
    }

    /* Timeline Blog */
    .timeline-blog .timeline-entry-time {
        border: 1px solid #cccccc;
    }

    /*Team Member*/
    .team-members > li{
        width: 100%;
    }
    .team-member {
        width: 100%;
        height: auto;
    }

    /* Gap */
    .ss-gap-no-mobile {
        display: none;
    }

}

@media screen and (max-width: 398px) {
    
    /* Spnoy Exclusive Gallery */
    .ss-tiles-vertical .ss-tile.has-layout-2 {
        width: 277px;
    }
    .ss-tiles-vertical .ss-tile.has-layout-4 {
        width: 277px;
        height: 277px;
    }
    .ss-tiles-vertical .ss-tile.has-layout-3 {
        width: 277px;
    }
    .ss-tiles-vertical .ss-tile.has-layout-3 .ss-tile-bg {
        height: 100%;
    }
    .ss-tiles-vertical .ss-tile.has-layout-3 .ss-tile-bg img {
        height: 100%;
    }

    /*Shortcodes*/
    .ss-iconbox-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}