body {
  background: #fff;
}
body,
body p {
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
a:focus,
.slick-slide {
  outline: 0!important;
}
a,
.comment-reply-link {
  color: #00b0bf;
}
.entry-title a:hover,
.entry-title a:focus,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
  color: #00b0bf;
}
.widget_calendar tbody a {
  background-color: #00b0bf;
}
.text-uppercase {
  text-transform: uppercase;
}
.form-submit {
  margin-top: 20px;
}
.single-post .site-inner,
.category .site-inner {
  margin-top: 40px;
}
/*** Top Head Menu ***/
.top-head .container {
  max-width: 1140px;
  margin: 0 auto;
}
.top-head {
  padding: 12px 0;
}
.top-head-widget {
  width: 50%;
  display: inline-block;
}
.top-head ul {
  margin: 0;
}
.top-head li {
  display: inline-block;
}
#menu-top-left-menu li {
    margin-right: 15px;
    line-height: 20px;
}
#menu-top-left-menu li a {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
    transition-delay: .2s;
}
#menu-top-left-menu li a:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #184039;
    border-radius: 50%;
    content: "";
    transition: all 500ms ease;
    transition-delay: .1s;
}
#menu-top-left-menu li a:hover:before {
    background: #8bc43f;
}
.top-right-top {
    text-align: right;
}
.top-right-top p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-right: 25px;
}
.top-right-top ul.sociallinks-style-one {
    display: inline-block;
    float: right;
}
.sociallinks-style-one li {
    display: inline-block;
    float: left;
    margin-right: 18px;
}
.sociallinks-style-one li a em {
    font-size: 14px;
    transition: all 500ms ease;
}
.sociallinks-style-one li a:hover em {
    color: #8bc43f;
}

/*** Header Right ***/
.header-top {
  width: 100%;
}
.site-branding {
  width: 30%;
  float: left;
}
.head-right {
  width: 70%;
  float: left; 
  padding: 15px 0;   
}
.top-right {
  width: 32.3%;
  padding: 0 30px;
  float: left;
  display: inline-block;
}
.top-right.top-1, 
.top-right.top-2 {
  border-right: 2px dotted #DAD7D7;
}
.top-right.top-1 i, 
.top-right.top-2 i {
  color: #00b0bf;
  font-size: 40px;
  float: left;
  padding-right: 20px;
  line-height: 40px;
}
.top-right ul {
  margin-bottom: 0 !important;
}
.top-right ul li {
    font-size: 12px;
    font-weight: 500;
    color: #676869;
      display: -webkit-box;
  list-style-type: none;
}
.top-3 a {
    display: inline-block;
    width: 200px;
    height: 42px;
    border: 2px solid #eeeeee;
    border-radius: 30px;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    transition: all 500ms ease;
    color: #333;
    font-weight: 600;
}
.top-3 a:hover {
  background: #00b0bf;
  color: #fff;
}
.top-3 a:hover i {
  color: #fff;
}
.top-3 a i {
    color: #00b0bf;
    padding-right: 7px;
    transition: all 500ms ease;
}
/*** Head ***/
.site-header {
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
header .site-branding {
  margin-top: 12px;
  margin-bottom: 5px;
  padding-left: 1.2em;
}
header .site-branding .site-title {
  margin: 0;
}
header .header-top {
  max-width: 1140px;
  margin: 0 auto;
}
.site-header-menu {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #00b0bf;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.site-header-menu.is-sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  max-width: 100%;
}
/*** Menu ***/
.main-navigation {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 700;
  font-size: 14px;
}
.main-navigation ul ul a {
  width: 200px;
  -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;
  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;
}
.site-header-menu .primary-menu > li > a {
  text-transform: uppercase; 
}
.site-header-menu .primary-menu > li > a {
  font-weight: 700;
  font-size: 14px;
  padding-top: 0!important;
  padding-bottom: 0!important;
  line-height: 70px;
  height: 70px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.site-header-menu .primary-menu > li:not(:last-child) {
    border-right: 1px solid #ddd;
}
.site-header-menu .primary-menu > li > a:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    content: "\f0d8";
    font-family: FontAwesome;
    color: #000;
    font-size: 17px;
    line-height: 12px;
    text-align: center;
    opacity: 0;
    border-color: #000;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.site-header-menu .primary-menu > li.current_page_item > a:before, 
.site-header-menu .primary-menu > li:hover > a:before {
    opacity: 1;
}
.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 li:hover > ul {
    animation: spFadeInUp 400ms ease-in;
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*** Slider ***/
.lt-slider .elementor-column-wrap {
  padding-bottom: 0!important;
}
/*** About ***/
.lt-about-content.left .elementor-icon,
.lt-about-content.right .elementor-icon {
  border-color: #8bc43f !important;
}
/*** Services ***/
.lt-service-item {
  overflow: hidden;
}
.lt-service .elementor-container:before {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -88px;
    background: #ffffff;
    content: "";
    z-index: 0;
    border-radius: 0 0px 50px 50px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
    box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
}
.icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 44%;
    transition: all 700ms ease;
    transition-delay: 0.5s;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(136,196,66,1) 0%, rgba(51,182,160,1) 100%);
    background: linear-gradient(to bottom, rgba(136,196,66,1) 0%,rgba(51,182,160,1) 100%);
}
body:not(.home) .icon-holder,
body:not(.home) .lt-service-item::after {
    height: 49.5%;
}
.inner-content {
    display: table;
    width: 100%;
    height: 100%;
}
.inner-content .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.icon-holder em {
    font-size: 20px;
    color: #fff;
}
.lt-service-item .item-content {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 35px 30px 25px;
    border-radius: 0 0px 15px 15px;
}
.lt-service-item h3 {
    font-size: 20px;
    font-weight: 500;
}
.lt-service-item .item-content p {
    margin-bottom: 15px;
}
.lt-service-bottom-icon .sppb-icon-inner {
    height: 50px;
    width: 50px;
    position: relative;
    z-index: 99;
    border: 1px solid #ddd;
    top: -28px;
    background-color: #ffffff;
    background: #ffffff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.lt-service-bottom-icon .sppb-icon-inner i {
    line-height: 50px;
    font-size: 20px;
}
.lt-service-bottom-btn a {
    position: relative;
    padding: 15px 30px;
    z-index: 9999;
    top: -80px;
    border-radius: 30px;
    border: 1px solid #00b0bf;
    color: #fff;
    font-weight: 500;
    background: #00b0bf;
    text-transform: capitalize;
    transition: all 700ms ease;
    transition-delay: 0.6s;
    opacity: 0;
    display: inline-block;
}
.lt-service-item:hover a {
    opacity: 1;
    transition: all 700ms ease;
    transition-delay: 0.5s;
}
.lt-service-item:hover .icon-holder {
    left: -100%;
}
.lt-service-item:hover::after {
    right: 0%;
}
.lt-service-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 44%;
    background: rgba(7, 33, 29, 0.85);
    opacity: 1;
    content: "";
    transition: all 700ms ease;
    transition-delay: 0.2s;
    z-index: 2;
}
/*** team ***/
.lt-btn a:before,
.lt-btn a:hover:before {
    background: #35b69e;
    background: -moz-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: -webkit-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: linear-gradient(to right, #35b69e 0%, #8BC43F 100%, #C59237 100%);
}
.premium-progressbar-progress {
  margin-bottom: 20px !important;
}
.lt-team-item .elementor-tab-title a {
    padding: 12px 15px;
    background: #f6fafb;
    border: 1px solid #e8eff1;
    border-radius: 4px 4px 0 0;  
    margin-right: 5px;
    display: inline-block;
}
.lt-team-item .elementor-tab-title,
.lt-team-item .elementor-tab-content {
  padding: 0 !important;
}
.lt-team-item .elementor-tab-content {
    border: 2px solid #0fa89d !important;
}
.lt-team-item img {
    width: 100% !important;
}
.lt-team-item ul {
    padding: 0;
    position: absolute;
    width: 47%;
    float: right;
    margin: 0;
    background: -moz-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: linear-gradient(to right, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    border-radius: 50px;
    bottom: 130px;
    right: -126px;
    transition: all 0.3s ease-in-out;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(-15deg);
}
.lt-team-item ul li {
    list-style: none;
    width: 24.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.lt-team-item ul li a {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.lt-team-item ul li em {
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item ul li:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.lt-team-item ul li:nth-child(2):before {
  background: rgba(0,0,0,.1);
}
.lt-team-item ul li:nth-child(3):before {
  background: rgba(0,0,0,.2);
}
.lt-team-item ul li a:hover em {
    color: #000;
}
/*** Customer ***/
.lt-customer-item .elementor-testimonial-content {
    background: #ffffff;
    padding: 30px 20px 70px;
}
.lt-customer-item:hover .elementor-testimonial-content:before {
    left: 0;
    right: 0;
}
.lt-customer-item .elementor-testimonial-content:before {
    position: absolute;
    left: 115px;
    bottom: 88px;
    right: 115px;
    height: 2px;
    z-index: 0;
    background: #2fad99;
    content: "";
    transition: all 500ms ease;
}
.lt-customer-item span {
    display: block;
    color: #EDEEF2;
    font-size: 26px;
    margin-bottom: 10px;
}
.lt-customer-item .elementor-testimonial-meta {
    margin-top: -60px;
    position: relative;
}
.lt-customer-item .elementor-testimonial-image {
  margin-bottom: 10px !important;
}
/*** Blog ***/
.lt-blog-item .premium-blog-content-wrapper {
  top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-shadow: 0px 50px 100px 0px rgba(37, 46, 89, 0.08);
}

/*** Subscribe ***/
.lt-newsletter-form p {
  display: inline-block;
    margin-right: 3%;
    width: 30.3%;
    float: left;
}
.lt-newsletter-form input[type="text"],
.lt-newsletter-form input[type="email"] {
  text-align: center;
}
.lt-contact-item a {
  color: #000;
  margin-top: 20px;
  display: inline-block;
}
.lt-contact-item a:hover {
  color: #fff;
}
/*** Contact ***/
.lt-contact-form label {
  display: inline-block;
  width: 100%;
}
.lt-contact-form span {
    font-size: 20px;
    color: #ff0000;
}
.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;
}
.lt-contact-form select {
    padding: 4px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #d1d1d1;
}
/*** Footer ***/
.main-footer,
.site-footer {
  float: left;
  width: 100%;
}
.main-footer {
  padding: 70px 0 50px;
}
body.home .main-footer {
  padding-top: 130px;
}
.main-footer h2 {
  font-size: 19px;
  margin: 0 0 20px;
}
.main-footer ul {
  margin: 0;
}
.main-footer .footer1 ul li {
  display: inherit;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  padding-left: 0;
  padding: 8px 0;
  letter-spacing: 1px;
}
.main-footer .footer1 ul li:before {
  font-family: FontAwesome;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 100px;
  background-color: #00b0bf;
  line-height: 45px;
  padding: 14px;
  color: #fff;
  margin-right: 10px;
}
.main-footer .footer1 ul li a {
  box-shadow: none;
}
.main-footer .footer2 ul {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  list-style: none;
  max-width: 225px;
}
.main-footer .footer2 ul li,
.main-footer .footer3 ul li {
  list-style: none;
  line-height: 35px;
}
.site-footer .container {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** Responsive ***/

@media(max-width: 1280px) {
  .site-header {
    padding: 0 5px!important;
  }
  .lt-team-item ul {
    right: -90px;
  }
}
@media(max-width: 1023px) and (min-width: 910px) {
  .site-header-menu .primary-menu > li > a {
    font-size: 12px;
  }
}
@media(max-width: 1024px) {
  .lt-portfolio-item .premium-gallery-item  {
      width: 33.3% !important;
  }
  .icon-holder,
  .lt-service-item::after {
    height: 41%;
  }
}
@media(max-width: 960px) {
  .main-navigation ul .toggled-on {
    opacity: 1;
  }
}
@media(max-width: 910px) {
  .head-right {
    display: none;
  }
  .site-header-main {
    display: inline-block;
    width: 100%;
  }
  .site-header-menu,
  .site-header-main .menu-toggle {
    float: right;
  }
  .site-header-menu .primary-menu > li > a {
    line-height: 45px !important;
    height: 45px !important;
  }
  .site-header-menu .primary-menu > li > a:before {
    content: none;
  }
	.site-header-main .menu-toggle:focus {
    	color: #fff;
	}
  .site-branding {
    width: 70%;
  }
  .lt-team-item ul {
      right: -60px;
      bottom: 90px;
  }
}
@media(max-width: 769px) {
  .lt-about-content.center .elementor-widget-container {
    margin-top: 0 !important;
  }
  .lt-service-item img {
    width: 100% !important;
  }
  .icon-holder,
  .lt-team-item ul {
    display: none;
  }
  .lt-service-item::after {
    content: none;
  }
  .lt-team-item .elementor-tabs .elementor-tabs-wrapper {
    width: 100% !important;
    display: block !important;
  }
  .lt-team-item .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
  }
  .lt-contact-form .elementor-widget-container {
    padding: 0 0 50px !important;
  }
}
@media(max-width: 678px) {
  .premium-blog-post-container {
    width: 100% !important;
  }
  .lt-contact-form p:nth-child(4), 
  .lt-contact-form p:nth-child(2), 
  .lt-contact-form p:nth-child(3),
  .lt-contact-form select,
  .lt-newsletter-form p,
  .lt-portfolio-item .premium-gallery-item {
    width: 100% !important;
  }
  .lt-newsletter-form p {
      margin-bottom: 10px;
  }
  .lt-newsletter-form p:nth-child(4) {
    text-align: center;
  }
}
@media(max-width: 480px) {

  .lt-slider-btn a {
    padding: 10px 20px !important;
  }
  .top-head {
    display: none;
  }

}


/*** 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.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}