body {
    background: #fff;
  	font-size: 16px;
  	line-height: 1.625;
  	margin: 0;
    font-weight: 400;
  	color: #cbcbcb;
}
a:focus,
button:focus,
button:hover { 
    outline: 0!important;
}
a, .comment-reply-link,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
    color: #00C6C2;
}
.entry-title a:hover, 
.entry-title a:focus {
    color: #00C6C2;	
}
.widget_calendar tbody a,
button:hover, button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus,
button:hover { 
    background-color: #00C6C2 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.entry-title {
  font-size: 30px;
}
.single-post .site-inner,
.category .site-inner {        
	margin-top: 40px;
}
.site-header-main .menu-toggle,
.dropdown-toggle {
    color: #fff !important;
}

/*** Head Top***/
.top-head {
    width: 100%;
    background-color: #00C6C2;
    overflow: hidden;
}
.top-head a {
    box-shadow: 0 0px 0 0 currentColor !important;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff !important;
    line-height: 3.5em;
}
.top-head .container {
    max-width: 1200px;
    margin: 0 auto;
}
.head-left {
    width: 50%;
    float: left;
}
.head-right {
    text-align: right;
    float: right;
    width: 50%;
}

/*** Head ***/
.site-header {
  	padding-top: 0;
  	padding-bottom: 0;
}
.site-header {
  	left: 0;
  	right: 0;
  	width: 100%;
  	z-index: 999;
    position: fixed;
    top: 0;
  	padding: 0;
}
body:not(.home) .site-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);  
	position: relative;
}
body:not(.home) .site-header.is-sticky {
	position: fixed;
}
body:not(.home) header .site-header-main {
    padding-left: 0px;
    padding-right: 0px;
}
header .site-branding {
  	margin-top: 5px;
  	margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
  	max-width: 1200px;
  	margin: 0 auto;
}
.site-header {
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
  	position: fixed !important;
  	top: 0;
  	left: 0;
  	right: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  	width: 100%;
  	z-index: 999!important;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

/*** Menu ***/
.site-header-menu {
    margin: 0 !important;
}
.main-navigation ul ul {
  	-webkit-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
  	opacity: 0;
  	visibility: hidden;
}
.main-navigation li:hover > ul {
  	opacity: 1;
  	visibility: initial;
}
.main-navigation a {
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
.site-header-menu .primary-menu > li > a {
    text-transform: uppercase;
    height: 90px;
    line-height: 70px;
    margin: 0 2px;
}
.main-navigation ul ul a {
  	width: 240px;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.main-navigation li ul {
    opacity: 0;
    visibility: initial;
    transition: all 500ms ease;
    border-bottom: none !important;
    border-radius: 8px;
    padding: 10px 10px 10px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
.main-navigation ul ul li {
    border: 0;
    border-top: 1px solid #e9e9e9;
}
.main-navigation li ul li:first-child {
    border: 0;
}
.main-navigation ul ul li a {
    padding: 13px 12px 13px 0;
}
.main-navigation ul ul li a:hover {
    padding-left: 20px;
}
.main-navigation ul ul li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background: currentColor;
    border-radius: 50%;
    content: "";
    margin: 19px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.main-navigation ul ul li a:hover:before {
    transform: scale(1);
    left: 10px;
}
.main-navigation .menu-item-has-children > a:after {
    top: 33px;
}
.main-navigation .primary-menu > li > a:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    border: 3px solid transparent;
}
.main-navigation .primary-menu li:hover > a:before, 
.main-navigation .primary-menu li.focus > a:before,
.main-navigation .primary-menu li.current-menu-item > a:before { 
    border-color: #00C6C2;
}

/*** Title ***/
.lt-title {
    color: #00C6C2 !important;
}

/*** Gallery ***/
.lt-gallery .premium-gallery-item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden;
}
.lt-gallery .lt-gallery-item .pa-gallery-img-container {
    position: relative;
}
.lt-gallery .lt-gallery-item .pa-gallery-img-container:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.lt-gallery .lt-gallery-item .pa-gallery-img:hover .pa-gallery-img-container img {
  transform: scale(1.1);
}
.lt-gallery .lt-gallery-item .pa-gallery-img:hover .pa-gallery-img-container:before {
    opacity: 1;
}
.lt-gallery .pa-gallery-img .premium-gallery-caption {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    bottom: 0% !important;
    z-index: 2;
    opacity: 0;
    padding: 20px;
}
.lt-gallery .pa-gallery-img:hover .premium-gallery-caption {
    opacity: 1;
}
.lt-gallery .pa-gallery-img .premium-gallery-caption span {
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600 !important;
}
.lt-gallery .pa-gallery-img .premium-gallery-caption p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

/*** Resume ***/
.lt-resume-item .elementor-tab-title,
.lt-resume-item .elementor-tab-content {
    border: 1px solid #fff !important;
}
.lt-resume-item .elementor-tab-content {
    border-top: 0px solid #fff !important;
}

/*** Team ***/
.lt-team-item {
    overflow: hidden;
}
.lt-team-item .elementor-image-box-img {
    position: relative;
    display: inline-block;
}
.lt-team-item .elementor-image-box-img img {
    width: 100%;
    display: inline-block;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
.lt-team-item .elementor-image-box-img:after {
    content: "";
    top: 0;
    left: 10;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}
.lt-team-item:hover .elementor-image-box-img:after {
    background: rgba(49,49,49,.95);
}

.lt-team-item .elementor-image-box-content {
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 10;
    bottom: 48%;
    color: #fff;
    padding: 20px;
    opacity: 0;
    width: auto !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover .elementor-image-box-content {
    opacity: 1;
}
.lt-team-item-img {
    margin-bottom: 0 !important;
}
.lt-team-item .lt-team-item-icon {
    bottom: -30px !important;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item:hover .lt-team-item-icon {
    bottom: 150px !important;
    opacity: 1;
}

/*** Testimonial ***/
.lt-testimonial-item {
    text-align: center;
}
.lt-test-text {
    margin-top: 20px;
    margin-bottom: 10px;
}
.lt-testimonial-item .swiper-slide-inner img {
    margin: 0 auto;
    border-radius: 50%;
}
.lt-testimonial-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.lt-testimonial-item p {
    color: #777777;
    font-size: 14px;
}
.lt-blockquote blockquote {
    color: #fff;
    font-size: 23px;
    font-style: italic;
    line-height: 36px;
    padding: 10px 20px;
    font-weight: 300;
    margin: 0 0 20px;
    border-left: 5px solid;
}
.lt-blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
}
.lt-blockquote footer:before {
    content: '\2014 \00A0';
}
.lt-blockquote blockquote {
    border-left-color: #00C6C2;
}
.lt-blockquote blockquote:before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/*** Skill ***/
@keyframes load{0%{stroke-dashoffset:0}}
.lt-skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
}
.lt-skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.lt-skill .progress > li {
        display: inline-block;
        position: relative;
        text-align: center;
        color: #fff;
        font-weight: 400;
}
.lt-skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
}
.lt-skill svg {
    width: 10rem;
    height: 10rem;
}
.lt-skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.lt-skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}

/*** Event ***/
.lt-accolade-item {
    position: relative;
    margin: 20px 0;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.lt-accolade-item:before {
    border-left: 1px dashed #a1a1a1;
    content: '';
    display: block;
    height: calc(100% + 25px);
    left: 36px;
    position: absolute;
    top: 40px;
    width: 1px;
}
.lt-accolade-item.elementor-element-20db985:before {
    content: none;
}
.lt-accolade-item .elementor-icon-box-content {
    border-bottom: 1px dashed #a1a1a1;
    padding-bottom: 25px;
}
.lt-accolade-item .elementor-icon {
    position: relative;
}

/*** Process ***/
.lt-process-item {
    position: relative;
    z-index: 10;
}
.lt-process-item:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 30%;
    border-top: 1px solid #a1a1a1;
    left: 0;
    width: 100%;
}
.lt-process-item:after {
    content: "";
    position: absolute;
    border-right: 1px dashed #a1a1a1;
    height: 100%;
    right: 0;
    top: 30%;
    width: 1px;
}
.lt-process-item .elementor-icon {
    position: relative;
    z-index: 10;
}
.lt-process-item.process-2:after, .lt-process-item.process-4:after {
    top: -69%;
}
.lt-process-item.process-6:after {
    content: none;
}
.lt-process-item .dot, .lt-process-item .dot-6 {
    border-radius: 25%;
    content: '';
    height: 8px;
    margin-top: -4px;
    position: absolute;
    width: 8px;
    z-index: 10;
    background-color: #a1a1a1;
}
.lt-process-item .dot {
    top: 31%;
    left: 0;
}
.lt-process-item .dot-6 {
    right: 0;
    bottom: 65%;
}

/*** Blog ***/
.lt-blog .premium-blog-content-wrapper {
    margin: 0px !important;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.lt-blog .premium-blog-post-outer-container:hover .premium-blog-content-wrapper {
    top: -30px !important;
}
.lt-blog .premium-blog-post-outer-container .premium-blog-content-wrapper {
    top: 0px !important;
}
.lt-blog .premium-blog-entry-title a {
    font-size: 20px !important;
}
.lt-blog .premium-blog-content-wrapper {
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.23);
}
.lt-blog .premium-blog-entry-meta {
    font-size: 13px !important;
}
.lt-blog .premium-blog-entry-meta {
    margin-bottom: 18px;
    margin-top: 8px;
}
.post-title:hover, .nav-previous a .post-title:hover, .nav-links .nav-previous .post-title:hover,
.nav-links .nav-previous .post-title:focus, .nav-next .post-title:hover,
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title, 
.ws-title h2 span, .ws-title2 h3 span  {
    color: #00C6C2 !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #00C6C2 !important;
}

/*** Contact ***/
.lt-contact-form label {
  	display: inline-block;
  	width: 100%;
}
.lt-contact-form p:nth-child(4),
.lt-contact-form p:nth-child(2),
.lt-contact-form p:nth-child(3) {
  	width: 30.8% !important;
  	margin-right: 3%;
  	display: inline-block;
}
.lt-contact-form p:nth-child(4) {
	  margin-right: 0 !important;
}
.lt-contact-form p:nth-child(5) {
  	margin-top: 20px;
  	width: 100% !important;
  	margin-right: 0 !important;
}
.lt-contact-form p:nth-child(6) {
	 margin-top: 20px;
   text-align: center;
}
.wpcf7-form label {
    color: #fff !important;
}

/*** Woocommerce ***/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale,
.widget button, body ul.products li.product .button.add_to_cart_button,
.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button:hover,
.woocommerce button.button, .woocommerce #respond input#submit, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #00C6C2 !important;
    border: none !important;
}
.wpmenucartli.wpmenucart-display-standard a i,
body ul.products li.product a.button.compare,
body ul.products li.product a.button.yith-wcqv-button,
body ul.products li.product a.button.tinvwl_add_to_wishlist_button,
.button.compare:hover:after,
.button.yith-wcqv-button:hover:after,
.button.tinvwl_add_to_wishlist_button:hover:after {
    background: #00C6C2;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #00C6C2;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #00C6C2;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #00C6C2;
}

/*** Footer ***/
.main-footer {
    float: left;
    width: 100%;
    text-align: center;
}
.main-footer .container {
    padding-top: 70px;
    padding-bottom: 60px;
    overflow: hidden;
}
.main-footer .columns {
    padding: 10px;
    text-align: left;
}
.main-footer h2 {
    margin: 0 0 20px;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.main-footer p {
    font-size: 13px;
}
.main-footer a {
    box-shadow: 0 0 0 0 currentColor;
    font-weight: 400;
    line-height: 30px;
    font-size: 13px;
}
.main-footer ul {
    margin: 0;
    padding-left: 10px;
}
.main-footer .footer2 ul li {
    margin-bottom: 10px;
}
.main-footer .footer2 ul li:before {
    margin-left: -10px;
    color: #00C6C2;
}
.main-footer .footer2 ul {
    margin-left: 3px;
}
.main-footer .footer2 ul li a {
    padding-left: 15px;
}
.main-footer .footer3 ul li {
    list-style: none;
    line-height: 35px;
    position: relative;
}
.main-footer .footer3 span {
    font-size: 13px;
}
.main-footer .footer3 ul li a  
    padding-left: 25px;
}
.main-footer .footer3 ul li:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font-family: FontAwesome;
    color: #fff;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #00C6C2 !important;
    background: transparent;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 5%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a i {}
.shrewd_solution_icon ul li a:hover,
.shrewd_solution_icon ul li:nth-child(2) a:hover,
.shrewd_solution_icon ul li:nth-child(3) a:hover,
.shrewd_solution_icon ul li:nth-child(4) a:hover,
.shrewd_solution_icon ul li:nth-child(5) a:hover,
.shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #00C6C2; 
    color:#fff!important;
}
.site-footer {
    float: left;
    width: 100%;
    text-align: center;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info p {
  	text-transform: uppercase;
}

/*** Responsive ***/
@media(max-width: 1110px) {
    .site-header-menu .primary-menu > li > a {
        font-size: 12px;
        padding-left: 7px;
    }
    .lt-category-item .lt-btn {
        display: none;
    }
}
@media(max-width: 1280px) {
    .site-header {
        padding: 0 10px!important;
    }
}
@media(max-width: 1028px) {
    .lt-gallery .premium-gallery-item {
        width: 25% !important;
    }
}
@media(max-width: 910px) {
    .site-header-menu .primary-menu > li > a {
        height: 50px;
        line-height: 35px;
    }
    .site-header-menu .primary-menu > li > a {
        font-size: 15px;
        padding-left: 7px;
    }
    .site-header {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    }
    .sidebar {
        padding-right: 15px;
    }
    .main-navigation .primary-menu > li > a:before {
        content: none;
    }
}
@media(max-width: 768px) {
    .elementor-tabs-content-wrapper .elementor-tab-title {
        display: none;
    }
    .elementor-tabs .elementor-tabs-wrapper {
        display: block !important;
    }
    .lt-blog .premium-blog-thumb-effect-wrapper {
        margin-bottom: 0px !important;
    }
    .main-footer .columns {
        width: 100% !important;
    }
    body.woocommerce-page ul.products li.product {
        width: 48%!important;
        margin: 30px 0!important;
    }
    body.home .woocommerce ul.products li.product {
        margin-right: 0%!important;
        width: 48%!important;
    }
    article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 10px 30px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
    }
    .lt-content-big {
        width: 100% !important;
    }

    .lt-full-content {
        width: 100% !important;
    }
    .lt-gallery .premium-gallery-item {
        width: 50% !important;
    }
}
@media(max-width: 767px) {
    .lt-accolade-item:before,
    .lt-process-item:after {
        display: none;
    }
}
@media(max-width: 480px) {
    body.woocommerce-page ul.products li.product {
        width: 100%!important;
    }
    body.home .woocommerce ul.products li.product {
        width: 100%!important;
    }
    body .n2-ss-widget.n2-ss-widget-display-desktop .n2-ow {
        display: none !important;
    }
    .lt-gallery .premium-gallery-item {
        width: 100% !important;
    }
}

/*** Template null ***/
body.template-full .site-header-main .page_item a {
    line-height: 50px;
}
body.template-full .site-header {
    border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
    margin-top: 7em;
}
body.page-id-5 .site-main {
    margin-bottom: 0px !important;
}
.sidebar {
    padding-right: 0px;
}
section {
    margin: 0 auto;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}