/*
Theme Name: NextTech
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

 body {
    letter-spacing: 1px;
 }

.site-header{
	width: 100%;
	float: left;
}

.site-header .sticky-navbar {
    padding-top: 39px;
    top: 0;
}
.site-header .sticky-navbar #nav{
	/*border-bottom: 1px solid #ccc;*/
}
.logged-in .site-header .sticky-navbar #nav.affix {
    top: -29px;
}
.site-header .sticky-navbar #nav {
    background: url(assets/img/header-bg.png) top left repeat;
    background: #fff;
    opacity: 1;
    border-bottom: 1px solid #ddd;
    min-height: 115px;
    top: -39px;
}
.site-header .sticky-navbar #nav.affix {
    background: #fff;
    opacity: 1;
    top: -60px;
}
.site-header .navbar-header {
    z-index: 10;
}

.site-header .navbar-logo {
    max-width: 130px;
    padding: 5px 0 5px 0;
}
.navbar-logo a{
	display: block;
}
.navbar-logo a img{
	width: 100%;
	height: auto;
}



.blog.re-front .site-header .sticky-navbar,
.re-not-front .site-header .sticky-navbar{
    position: fixed;
    padding-top: 28px;
}

.logged-in.re-not-front .site-header .sticky-navbar {
    padding-top: 29px;
}

.blog.re-front .site-header .sticky-navbar #nav ,
.re-not-front .site-header .sticky-navbar #nav {
    background: #fff;
    top: -28px;
}
.logged-in.blog.re-front .site-header .sticky-navbar #nav ,
.logged-in.re-not-front .site-header .sticky-navbar #nav {
    top: 3px;
}

.logged-in.blog.re-front .site-header .sticky-navbar #nav.affix ,
.logged-in.re-not-front .site-header .sticky-navbar #nav.affix {
    top: -28px;
}
.blog.re-front .site-header .sticky-navbar #nav.affix ,
.re-not-front .site-header .sticky-navbar #nav.affix {
    top: -60px;
}

#navigation .current-menu-item > a > span{
	color: #00b8de;
	font-weight: bold;
}

#navigation.cl-effect-5 > li {
    padding-top: 60px;
    padding-bottom: 0;
}

#navigation li:last-child > a{padding-right: 8px;}

/*social icons*/
.site-socisl-icons{
	margin: 0;
	padding: 0;
}
.site-socisl-icons li{
	list-style-type: none;
	display: inline-block;
	padding: 0 3px;
}
.site-socisl-icons li a{
	display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 2.3em;
    box-shadow: 0px 2px 3px 1px #f1f1f1;
    color: #333;
    font-size: 16px;
}
.site-socisl-icons li a:hover{
	color: #fff;
}

.site-socisl-icons li.facebook a{
  color: #3B5998;
}

.site-socisl-icons li.twitter a{
  color: #55ACEE;
}

.site-socisl-icons li.google a{
  color: #dd4b39;
}

.site-socisl-icons li.linkedin a{
  color: #007bb5;
}

.site-socisl-icons li a:hover{
    color: #fff;
}
.site-socisl-icons li.facebook a:hover{
  background: #3B5998;
}

.site-socisl-icons li.twitter a:hover{
  background: #55ACEE;
}

.site-socisl-icons li.google a:hover{
  background: #dd4b39;
}

.site-socisl-icons li.linkedin a:hover{
  background: #007bb5;
}

.header-social-icons{
	position: relative;
	z-index: 10;
}
.header-social-icons .site-socisl-icons {
	position: absolute;
    right: 50px;
    top: 13px;
}


/*...Search...*/
.site-search{
    float: right;
    width: auto;
    position: relative;
    z-index: 10;
}
.search-form{
    position: absolute;
    right: 0;
    top: 10px;
    width: auto;
    min-width: 42px;
}
.search-form span.screen-reader-text{display: none;}
.site-search input.search-field{
    width: 240px;
    height: 40px;
    border-radius: 25px;
    border: 2px solid #f5f5f5;
    padding-left: 20px;
    padding-right: 15px;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -10px;
    display: none;
    -webkit-transition: right 800ms; /* Safari */
    transition: right 800ms;
}
.site-search .search-submit{
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    background: transparent;
    width: 32px;
    border: none;
    font-size: 0;
    height: 32px;
    display: block;
}
.site-search i{
    color: #777;
    font-size: 30px;
    float: right;
    margin-top: 6px;
}
.re-not-front .navbar .site-search i,
.navbar.affix .site-search i {color: #777;}





/*...navigation....*/
.site-header .navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
}




/*...Content...*/
#content{
	position: relative;
	z-index: 99;
}

#content .full-screen {
    height: 69vh;
}


#homeSlideShow{
    border: none;
    min-height: 600px;
}
#homeSlideShow .slides li {
    position: relative;
}
#homeSlideShow .slides li > img {
    max-height: 650px;
}
#homeSlideShow .flex-direction-nav {
    display: none;
}
#homeSlideShow .flex-control-paging li a {
    width: 13px;
    height: 7px;
}
#homeSlideShow .flex-control-nav {
    bottom: -60px;
    display: none;
}
#homeSlideShow .flex-control-paging li a.flex-active,
#homeSlideShow .flex-control-paging li a:hover {
    background: #00b8de;
}

.next-slide-text {
    position: absolute;
    top: 45%;
    left: 30%;
    font-size: 36px;
    color: #eee;
    font-weight: bold;
    letter-spacing: 3px;
    z-index: 10;
    text-transform: uppercase;
    -moz-text-shadow: 2px 2px 8px #333;
    -webkit-text-shadow: 2px 2px 8px #333;
    text-shadow: 2px 2px 8px #333;
}


#homeSlideShow .slides li {
    position: relative;
}
#homeSlideShow .flex-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-weight: normal;
    color: #fff;
    text-align: center;
}
#homeSlideShow .flex-caption > div {
    display: none;
    letter-spacing: 3px !important;
    -webkit-text-shadow: 0px 3px 5px #333;
    -moz-text-shadow: 0px 3px 5px #333;
    text-shadow: 0px 3px 5px #333;
}

#homeSlideShow .flex-caption h2{
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
}
#homeSlideShow .flex-caption p{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
}


.blog.re-front #content ,
.re-not-front #content,
#content {
    margin-top: 115px;
}
.next-home-content-wrap{
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    position: relative;
}

#nexthomeproducts.sticky-nav-here {
    padding-top: 90px;
    padding-bottom: 90px;
}

.next-home-products, .next-home-services{
    /*padding: 120px 0px;*/
    background: #fff;
}
#content .section-title-heading{
    display: block;
}
#content .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}
.next-home-products .services-section-item-icon img{
    max-height: 245px;
}
#content .btn {
    line-height: 2;
    padding: 12px 35px;
    border-radius: 0;
    font-size: 14px;
    border-radius: 25px;
    border: none !important;
}
#content .btn-split::before {
    padding-top: 12px;
}
#content .services-item-title,
#content h4 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 1px;
}
.news-section-item-icon img,
.next-product-list img,
.news-item-img img,
.services-item-img img {
    height: auto;

    box-shadow: 0px 0px 5px 1px #ccc;
    -webkit-box-shadow: 0px 0px 5px 1px #ccc;
    -moz-box-shadow: 0px 0px 5px 1px #ccc;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

}

.news-section-item-icon img ,
.next-product-list img ,
.services-item-list img  {
    -webkit-transition: all .35s ease-in-out;    
    -moz-transition: all .35s ease-in-out;    
    transition: all .35s ease-in-out;    
}
.home .next-product-list:hover img {

    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);    
}
.home .services-item-list:hover img {

    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);    
}

.home-service-wrap {
    position: relative;
}
.services-item-info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
}

#content p a {
    border: none;
}
.news-lists h4 a,
.next-product-list h4 a {color: #333;}
.next-product-list:hover h4 a,
#content a:hover, 
#client-carousel .active.center .client-item h2 a,
#nextPrincipal .active.center .principal-item h2 a {color: #00b8de;}
a.more-link {color: #00b8de; text-decoration: underline;}
a.more-link:hover {text-decoration: none;}

.next-home-overview{
    background: #f9f9f9;
}
.next-home-overview h5{
    margin-bottom: 50px;
}
.next-home-services .team-item-info {
    padding: 50px 15px 0;
}
.next-home-services .team-item-img img {
    width: 100%;
    margin: 0;
}

.nexttech-slogan{
    position: relative;
}
.nexttech-slogan img{
    width: 100%;
    max-height: 350px;
}
.next-slogan-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.next-slogan-title h2{
    color: #fff;
    font-weight: normal;
    font-family: 'Pacifico', cursive;
    font-size: 42px;
    line-height: 2;
    margin: 105px 0 0;
}

.next-home-products .container-fluid ,
.next-home-services .container-fluid {
    /*padding: 0 50px;*/
}

#nextclients .team-carousel {
    cursor: default;
}

.client-item-img{
    padding: 5px;
}
.client-item-img .client-thumb-img,
.principal-item .principal-thumb-img img {
    display: block;
    
    box-shadow: 0px 0px 5px 1px #e7e6e6;
    -webkit-box-shadow: 0px 0px 5px 1px #e7e6e6;
    -moz-box-shadow: 0px 0px 5px 1px #e7e6e6;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    padding: 15px;
}
.client-item-img:hover .client-thumb-img,
.principal-item:hover .principal-thumb-img img {
    box-shadow: 0px 0px 5px 1px #ccc;
    -webkit-box-shadow: 0px 0px 5px 1px #ccc;
    -moz-box-shadow: 0px 0px 5px 1px #ccc;
}
.client-item-img h2 a,
.news-item-title a,
#page .client-item .services-item-title a,
.principal-item .principal-item-title a {
    color: #333;
    font-size: 16px;
}

.client-item-img:hover h2 a,
.principal-item .principal-item-img:hover .principal-item-title a,
.news-item:hover .news-item-title a {
    color: #00b8de;
}

#nextclients .owl-dots {
    margin: 90px auto 15px;
}

#content .custom-down-arrow{
    bottom: -60px;
    position: relative;
}
#content .custom-down-arrow a{
    color: #333;
}
.client-section .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-height: 200px;
}

.news-item:nth-child(2) {
    padding-right: 30px;
}

.news-item:nth-child(3) {
    padding-left: 30px;
}
.news-item-title {padding: 20px 0;}

/*.principal-section,*/
#nextclients,
.home .client-item-img .client-thumb-img {
    background: #f5f5fa;
}
.home .principal-item .principal-thumb-img{
    max-width: 300px;
    display: inline-block;
    padding: 15px;
    background: #fff;
}

.principal-item .principal-item-title {
    margin: 30px 0 50px;
}
.owl-carousel .carousel-control .arrow-left, 
.owl-carousel .carousel-control .arrow-right {
    background: #00b8de;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.owl-carousel .carousel-control .icon-prev::before, 
.owl-carousel .carousel-control .icon-next::before, 
.owl-carousel .carousel-control .arrow-left::before, 
.owl-carousel .carousel-control .arrow-right::before {
    width: 14px;
    height: 14px;
}
.owl-carousel .carousel-control .icon-next, 
.owl-carousel .carousel-control .arrow-right {
    right: 0;
    opacity: 1;
}
.owl-carousel .carousel-control .icon-prev, 
.owl-carousel .carousel-control .arrow-left {
    left: 0;
    opacity: 1;
}

/*.carousel-control .icon-prev, .carousel-control .icon-next, */
.owl-carousel .carousel-control .arrow-left, .owl-carousel .carousel-control .arrow-right {
    top: 32%;
    opacity: 0;
}
.owl-carousel:hover .carousel-control .arrow-left, .owl-carousel:hover .carousel-control .arrow-right {
    opacity: 1;
}
.owl-carousel .carousel-control .arrow-right {
    right: -60px;
}
.owl-carousel .carousel-control .arrow-left {
    left: -60px;
}
#testimonials  .owl-item img {
    max-height: 200px;
}



/*Footer..*/
.site-footer{
	position: relative;
	z-index: 99;
    padding-top: 0px !important;
    color: #ddd;
    clear: both;
}
.footer-top{
    padding: 120px 0;
}
.footer-logo{
    margin: 0 0 15px;
}
.footer-logo img{
    max-width: 140px;
}

#footernav{
    margin: 0;
    padding: 0;
    clear: both;
}
#footernav li{
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 0 15px 8px 0;
}
#footernav li a{
    display: inline-block;
    color: #ddd;
}
#footernav li a:hover {
    color: #fff;
}
.footer-top h3{
    margin-bottom: 20px;
}
.site-footer .site-socisl-icons li a,
.site-footer a{
    color: #ddd;
}
.follow-us{
    margin-top: 40px;
}
.site-footer .site-socisl-icons li a {
    box-shadow: none;
    width: 45px;
    height: 45px;
    line-height: 2.4em;
    font-size: 20px;
}

.site-footer .site-socisl-icons li.facebook a{
  background: #3B5998;
}

.site-footer .site-socisl-icons li.twitter a{
  background: #55ACEE;
}

.site-footer .site-socisl-icons li.google a{
  background: #dd4b39;
}

.site-footer .site-socisl-icons li.linkedin a{
  background: #007bb5;
}

.site-footer .site-socisl-icons li a:hover {
    background: #ddd;
}

.site-footer .site-socisl-icons li.facebook a:hover {
  color: #3B5998;
}

.site-footer .site-socisl-icons li.twitter a:hover {
  color: #55ACEE;
}

.site-footer .site-socisl-icons li.google a:hover {
  color: #dd4b39;
}

.site-footer .site-socisl-icons li.linkedin a:hover {
  color: #007bb5;
}

.site-footer .footer-bottom{
    text-align: left;
}
.site-footer .text-right{
    text-align: right;
    font-size: 9px;
    display: block;
}




/*#############################
#
#   pages styles
#
###################################*/

.pages-wrap {
    padding: 0px 0 80px 0;
}
.full-width {
    width: 100%;
}

.next-page-title {
    margin: 40px 0;
    font-size: 2em;
    letter-spacing: 1px;
}




/*#############################
#
#   breadcrumb & Other Pages...
#
###################################*/

.page-banner img{
    max-height: 200px;
    width: 100%;
}
#content .breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.breadcrumb-wrap{
    position: absolute;
    top: -110px;
    left: 15px;
    font-size: 16px;
    color: #fff;
}
#content .breadcrumb a {
    color: #ddd;
    text-decoration: none;
    font-size: 20px;
}
.single .post-thumbnail img{
    height: auto;
    width: 100%;
    opacity: 0; 
}

.next-img-zoom-wrap {
    position: relative;
}

.single-post-thumb-inner,
.next-zoom-img-thum,
.news-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 93.4%;
    height: 100%;
    border-radius: 3px;
    margin: 0 15px;

    overflow: hidden;
    cursor: pointer;

    box-shadow: 0px 0px 5px 1px #ccc;
    -webkit-box-shadow: 0px 0px 5px 1px #ccc;
    -moz-box-shadow: 0px 0px 5px 1px #ccc;
}

.news-item-img,
.products-section-item-icon {position: relative;}
.news-thumb-img {margin: 0; width: 100%;}

.news-thumb-img a,
.next-zoom-img-thum a,
.single-post-thumb-inner figure {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.next-clients-page .next-zoom-img-thum a,
.next-principals-page .next-zoom-img-thum a {
    height: 80%;
    width: 80%;
    top: 10%;
    left: 10%;
}

.single-post-thumb-inner:hover figure, 
.single-post-thumb-inner:focus figure,
.next-zoom-img-thum:hover a, 
.next-zoom-img-thum:focus a,
.news-thumb-img:hover a, 
.news-thumb-img:focus a {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.entry-header .entry-title {
    text-transform: capitalize;
}


.blog #nexthomeproducts.sticky-nav-here ,
.re-not-front #nexthomeproducts.sticky-nav-here {
    padding-top: 0;
    padding-bottom: 0;
}

.page .entry-header #pageentrytitle,
.single .entry-header .entry-title{
    padding: 50px 0 0px;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 2px;
}
.page .entry-header #pageentrytitle {
    margin-bottom: 40px;
}

.single .post-date {
    margin: 3px 0 40px 0;
    text-transform: uppercase;
   font-size: 14px;
    letter-spacing: 1px;
}

.single .post-date span {
    text-transform: lowercase;
}

.posted-on, .byline, .cat-links{
    display: none;
}

p {
    line-height: 26px;
    font-weight: 400;
}
.navigation.post-navigation{
    padding: 70px 0 90px;
}
.screen-reader-text{
    display: none;
}
.post-navigation .nav-links > div {
    float: left;
    width: 50%;
    background: transparent;
    position: relative;
}
.post-navigation .nav-links .post-title{
    position: absolute;
    top: -30px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 3px 10px 1px;
    display: none;
    width: auto;
}
.post-navigation .nav-links  .nav-next .post-title{
    left: auto;
    right: 0;
}
.post-navigation .nav-links .nav-next{
    text-align: right;
    float: right;
}
.nav-next .meta-nav {
    float: right;
    font-size: 18px;
}
.nav-next .meta-nav:after {
    content: ' →';
}
.post-navigation .nav-links .nav-next:hover .post-title ,
.post-navigation .nav-links .nav-previous:hover .post-title {
    display: block;
}

#content .post-navigation .nav-next .post-title, 
#content .post-navigation .nav-next a:hover .post-title, 
#content .post-navigation .nav-next .meta-nav,
#content .post-navigation .nav-previous .post-title, 
#content .post-navigation .nav-previous a:hover .post-title, 
#content .post-navigation .nav-previous .meta-nav {
    color: #00b8de;
}
.nav-previous .meta-nav {
    font-size: 18px;
}
.nav-previous .meta-nav:before {
    content: '← ';
}

.margin-top-40{margin-top: 40px;}
#content .section-title-more {
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 10px;
}
#content .section-title-heading {
    letter-spacing: 4px;
    font-size: 34px;
}
.section-title-heading span {
    color: #00b8de;
}

.custom-pagination {
    margin: 80px 0 0;
}
.custom-pagination .pages {display: none;}
.custom-pagination .wp-pagenavi a, 
.custom-pagination .wp-pagenavi span {
    padding: 7px 15px;
    margin: 0 15px 0 0;
}



/*#############################
#
#   Page: Products
#
###################################*/

.next-product-list {
    margin-bottom: 30px;
}
.next-services-page .next-page-title,
.next-products-page .next-page-title {
    text-align: center;
}
.blog .news-lists:nth-child(even),
.next-services-page .services-item-list:nth-child(even),
.next-products-page .next-product-list:nth-child(even) {
    padding-left: 70px;
    padding-top: 50px;
}
.blog .news-lists:nth-child(odd),
.next-services-page .services-item-list:nth-child(odd),
.next-products-page .next-product-list:nth-child(odd) {
    padding-right: 70px;
}
.chain-wrap {
    background: url(assets/img/chain-bg.png) top center repeat-y;
}

.chain-wrap .post-date {
    margin: 15px 0 30px;
    border-bottom: 1px solid #00b8de;
    padding-bottom: 10px;
    position: relative;
}
.blog .news-lists:nth-child(odd) .post-date,
.next-services-page .services-item-list:nth-child(odd) .post-date,
.next-products-page .next-product-list:nth-child(odd) .post-date {
    margin-right: -70px;
}
.blog .news-lists:nth-child(odd) .post-date:after,
.blog .news-lists:nth-child(even) .post-date:before,
.next-services-page .services-item-list:nth-child(odd) .post-date:after,
.next-services-page .services-item-list:nth-child(even) .post-date:before,
.next-products-page .next-product-list:nth-child(odd) .post-date:after,
.next-products-page .next-product-list:nth-child(even) .post-date:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00b8de;
    position: absolute;
    right: -4px;
    bottom: -4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.blog .news-lists:nth-child(even) .post-date,
.next-services-page .services-item-list:nth-child(even) .post-date,
.next-products-page .next-product-list:nth-child(even) .post-date {
    margin-left: -70px;
    text-align: right;
}
.blog .news-lists:nth-child(even) .post-date:before,
.next-services-page .services-item-list:nth-child(even) .post-date:before,
.next-products-page .next-product-list:nth-child(even) .post-date:before {
    left: -4px;
    bottom: -4px;
}
.next-zoom-img-thum {
    margin: 0;
    width: 100%;
}




/*#############################
#
#   Page: services
#
###################################*/

.next-services-page .services-item-info {
    position: relative;
    display: block !important;
}
.next-services-page .home-service-wrap {
    margin-bottom: 30px;
}
.next-clients-page #content .services-item-title a,
.next-principals-page #content .principal-item-title a,
.next-services-page #content .services-item-title a {
    color: #333;
}
.next-clients-page #content .client-item-list:hover a,
.next-principals-page #content .principal-item-list:hover a,
.next-services-page #content .services-item-list:hover a {
    color: #00b8de;
}
.next-services-page .services-item-info {
    padding: 5px 0px;
}


/*#############################
#
#   Page: Client
#
###################################*/
.client-item {
    margin-bottom: 30px;
}



/*#############################
#
#   Page: principals
#
###################################*/
.principal-item {
    margin-bottom: 30px;
}
.pages-wrap .client-item-img .client-thumb-img,
.pages-wrap .principal-item-img > img {
    box-shadow: 0px 0px 5px 1px #ccc;
    -webkit-box-shadow: 0px 0px 5px 1px #ccc;
    -moz-box-shadow: 0px 0px 5px 1px #ccc;
}
.pages-wrap .client-thumb-img > a,
.pages-wrap .principal-thumb-img > a {
    background-size: 100% 100%;
}
.pages-wrap .client-item-img > img,
.pages-wrap .principal-item-img > img {
    opacity: 0;
    max-height: 180px;
}



/*#############################
#
#   Page: Blog
#
###################################*/
.navigation.pagination {
    width: 100%;
    margin-top: 50px;
}




/*#############################
#
#   Page: Contact Us
#
###################################*/
#content .contact-info-left {padding-right: 30px;}
.contact-info-left p,
.small-title-text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 32px;
}
#content .contact-info-right h4,
#content .contact-info-left h4 {
    font-weight: bold;
    margin: 50px 0 20px;
    font-size: 20px;
}
.contact-info-left .wpcf7-form textarea,
.contact-info-left .wpcf7-form input[type="text"],
.contact-info-left .wpcf7-form input[type="tel"],
.contact-info-left .wpcf7-form input[type="email"] {
    margin: 0 0 30px;
    height: 45px;
    border: none;
    background: #ccc;
    color: #000;
    width: 100%;
    padding: 1px 15px 0;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #999;
}
.contact-info-left .wpcf7-form textarea {
    height: auto;
}
.contact-info-left #submit{
    float: right;
    border: none;
    width: 170px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #019bbb;
    color: #eee;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: all .35s ease-in-out;    
    -moz-transition: all .35s ease-in-out;    
    transition: all .35s ease-in-out;
    border-bottom: 3px solid #007a93;
    border-left: 1px solid #0092b0;
    border-right: 1px solid #0092b0;
}
.contact-info-left #submit:hover{
    background: #00add1;
}
#content .contact-info-right {padding-left: 30px;}
.contact-info-right a{
    color: #333;
}
.contact-info-right h5,
.contact-info-right label {
    color: #00b8de;
}
#content .contact-info-right .top-pad-zero{
    margin-top: 0;
    padding-top: 0;
}



/*#############################
#
#   Page: who we are
#
###################################*/

/* update css Page: who we are */
.row__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: 40px;
}

.box__sec {
    flex: 1;
}

.alignleft {float: left; margin: 0 20px 20px 0px;}
.alignright {float: right; margin: 0 0 20px 20px;}
.next-leadership {
    clear: both;
    padding: 130px 0 100px;
    background: #009bbb;
}
.next-leadership .leader-lists {
/*     padding: 0 40px 40px; */
}
.leader-lists ,
.leader-lists a {
    color: #e8e8e8;
}
.leader-lists figure {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    background: #ccc;
    width: 200px;
    box-shadow: 0px 0px 5px 1px #eee;
    -webkit-box-shadow: 0px 0px 5px 1px #eee;
    -moz-box-shadow: 0px 0px 5px 1px #eee;
    -webkit-transition: all .35s ease-in-out;    
    -moz-transition: all .35s ease-in-out;    
    transition: all .35s ease-in-out;
}
.leader-lists:hover figure {
    box-shadow: 0px 0px 5px 1px #333;
    -webkit-box-shadow: 0px 0px 5px 1px #333;
    -moz-box-shadow: 0px 0px 5px 1px #333;
}
.leader-lists figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.leader-name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 40px 0 10px 0;
}
.leader-designation,
.leader-email {
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
}
.leader-email {
    margin-bottom: 30px;
}
.leader-description {
    letter-spacing: 1px;
}



/*#############################
#
#   Page: search
#
###################################*/
.search-results .post-thumbnail {display: none;}
.search-results .entry-title a {
    color: #333;
}
.search-results .navigation.pagination {
    margin-bottom: 50px;
}

#homeSlideShow .slides li .next-slide-text,
#homeSlideShow .slides li.clone .next-slide-text {opacity: 0;}

#homeSlideShow .slides li:nth-child(2) .next-slide-text,
#homeSlideShow .slides li.flex-active-slide .next-slide-text {opacity: 1;}

#homeSlideShow .slides li.flex-active-slide .next-slide-text.force-active {opacity: 1 !important;}

.page-banner {
    position: relative;
}
.page-banner > span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1d1b1b;
    opacity: .4;
}

.btn-split.btn-colored::before, 
.btn-split.btn-colored::after,
.btn-split.btn-colored:hover  {
    background: #00b8de !important;
    color: #fff !important;
}
.next-principals-page .principal-item-list,
.next-clients-page .client-item-list {
    margin-bottom: 20px;
}





/*====================================
=
=   Responsive Design
=
======================================*/

@media all and (min-width: 992px) {
    .next-location iframe {
        height: 300px;
    }
    #content .contact-info-right {padding-left: 60px;}
    #homeSlideShow .flex-caption h2 {
        font-size: 56px;
        line-height: 60px;
    }
}



@media all and (max-width: 1200px) {
    
    .pages-wrap .client-item-img > img, .pages-wrap .principal-item-img > img {
        max-height: 200px;
    }
    footer .footer-bottom {
        padding: 60px 0;
    }
    #content .custom-down-arrow {
        position: absolute;
    }
    .client-section .owl-carousel .owl-item img {
        max-height: 160px;
    }

}

@media all and (min-width: 992px) and (max-width: 1200px) {
    
    .site-header .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .next-slogan-title h2 {
        margin: 92px 0 0;
    }


}

@media all and (min-width: 768px) and (max-width: 991px) {
    
    .site-header .navbar-nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
    }
    .next-slogan-title h2 {margin: 84px 0 0;}
    .pages-wrap .client-item-img > img, .pages-wrap .principal-item-img > img {height: auto;}
    #content .section-title-heading {
        font-size: 20px;
    }
    .breadcrumb-wrap {
        top: -86px;
    }
    .next-location iframe {
        height: 250px;
    }

    #homeSlideShow {
        min-height: 477px;
    }


}
@media all and (max-width: 767px) {
    
    #navigation.cl-effect-5 > li {
        padding-top: 25px;
    }
    #content .section-title-heading {
        font-size: 22px;
    }
    #content .next-slogan-title h2 {
        font-size: 20px;
        line-height: 1.5;
        margin: 45px 0 0;
    }
    .client-section .owl-carousel .owl-item img {
        max-height: 130px;
    }
    .site-header .navbar-toggle .icon-bar {
        height: 4px;
    }
    .footer-right {
        padding-top: 40px;
    }
    .site-footer .footer-bottom,
    .site-footer .text-right {
        text-align: center;
    }
    .nexttech-slogan img {
        max-height: 500px;
        min-height: 150px;
    }
    .news-item:nth-child(2) {
        padding-right: 15px;
    }
    .news-item:nth-child(3) {
        padding-left: 15px;
    }
    .blog .news-lists:nth-child(odd), .next-services-page .services-item-list:nth-child(odd), .next-products-page .next-product-list:nth-child(odd) {
        padding-right: 15px;
    }
    .blog .news-lists:nth-child(even), .next-services-page .services-item-list:nth-child(even), .next-products-page .next-product-list:nth-child(even) {
        padding-left: 15px;
        padding-top: 0px;
    }
    .chain-wrap {
        background: transparent;
    }
    .blog .news-lists:nth-child(odd) .post-date, .next-services-page .services-item-list:nth-child(odd) .post-date, .next-products-page .next-product-list:nth-child(odd) .post-date {
        margin-right: 0;
    }
    .blog .news-lists:nth-child(odd) .post-date:after, .blog .news-lists:nth-child(even) .post-date:before, .next-services-page .services-item-list:nth-child(odd) .post-date:after, .next-services-page .services-item-list:nth-child(even) .post-date:before, .next-products-page .next-product-list:nth-child(odd) .post-date:after, .next-products-page .next-product-list:nth-child(even) .post-date:before {
        background: transparent;
    }
    .breadcrumb-wrap {
        top: -54px;
    }
    #content .contact-info-left {
        padding-right: 15px;
    }
    #content .contact-info-right {
        padding-left: 15px;
        padding-top: 50px;
    }
    .contact-info-left #submit {
        width: 100%;
    }

    #homeSlideShow {
        min-height: 188px;
        margin: 0;
    }

    #homeSlideShow .flex-caption > div {
        min-width: 290px;
    }

    #homeSlideShow .flex-caption h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    #homeSlideShow .flex-caption p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .navbar-default .navbar-nav > li {
        padding-top: 16px !important;
    }
    .navbar-default .navbar-nav > li > a {
        padding-bottom: 0 !important;
        padding-top: 20px;
    }
    .page-banner img {
        min-height: 73px;
    }
    .header-social-icons {
        display: none;
    }
    .navbar-nav {
        padding-bottom: 15px;
    }
    .fact-item {
        min-height: 100px;
    }
    #testimonials .owl-item img {
        max-height: 160px;
    }

}

@media all and (max-width: 420px) {
    .breadcrumb-wrap {
        top: -43px;
    }
    #content .next-slogan-title h2 {
        margin: 22px 0 0;
    }
    #testimonials .owl-item img {
        max-height: 120px;
    }

}