body {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #212529;
  font-weight: 400;
}
a:focus {
  outline: 0!important;
}
a,
.comment-reply-link {
  color: #ec430f;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #ec430f;
}
.widget_calendar tbody a {
  background-color: #ec430f;
}
.text-uppercase {
  text-transform: uppercase;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}
/*** Top Head Menu ***/
.site-header {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.top-head {
  padding: 10px 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.top-head .container {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.top-head .top-head-widget {
  display: inline-block;
  width: 50%;
}
.top-header-left {
  float: left;
}
.top-header-right {
  float: right;
}
.top-head a {
  color: #fff;
  box-shadow: none !important;
}
.top-head ul {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.top-head li {
  color: #fff;
  margin: 0 7px;
  font-size: 14px;
  display: inline-block;
  list-style-type: none;
}
.top-header-right span {
  margin-right: 5px;
}
.top-contact {
  text-align: right;
}
/*** Head ***/
.site-header {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
}
body.home .site-header {
  position: fixed;
}
body:not(.home) .top-head,
body:not(.home) .site-header {
  background: #000!important;
}
header .site-branding {
  margin-top: 5px;
  margin-bottom: 5px;
}
header .site-branding .site-title {
  margin: 0;
}
header .site-header-main {
  max-width: 1140px;
  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;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  top: 0;
  left: 0;
  right: 0;
  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: 20px 0;
}
.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; 
}
.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: 6px;
}
/*** Slider ***/
.lt-slider .elementor-column-wrap {
  padding-bottom: 0!important;
}
/*** Feature ***/
.lt-feature-item span {
  border-top-left-radius: 100% 75% !important;
  border-top-right-radius: 50% 69% !important;
  border-bottom-right-radius: 50% 69% !important;
  border-bottom-left-radius: 100% 75% !important;
}
.lt-feature-item span {
  display: inline-block;
}
.lt-feature-item span:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -5px;
  background: #3d59e8;
  opacity: 0.2;
  border-radius: 50%;
}
/*** BG ***/
.lt-bg-center {
  position: absolute !important;
}
.lt-bg .img {
  position: absolute;
  top: 0;
  z-index: 0;
}
.lt-bg-left {
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.lt-bg-right {
  z-index: 0;
  top: 0px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
@keyframes heartbeat {
  0%   {transform: scale(1.1);}
  25%  {transform: scale(1.15);}
  50%  {transform: scale(1.2);}
  100% {transform: scale(1.25);}
}

/*** What ***/
.lt-what-item:hover {
  margin-top: -10px;
}
.lt-what-item {
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.lt-what-item:hover h3 {
  color: #fff !important;
}
/*** Services ***/
.lt-service-item span.elementor-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.lt-service-item:hover span.elementor-icon {
  border: 1px dotted #ec430f !important;
}
.lt-service-item:hover span.elementor-icon:before {
  border-width: 0;
  border-color: #ec430f;
}
.lt-service-item span.elementor-icon:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-origin: border-box;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-width: 50px;
  border-color: rgba(0,0,0,0);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-style: dotted;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
}
/*** Team ***/
.lt-team-item:hover ul {
  bottom: 53px;
  opacity: 1;
  visibility: inherit;
  z-index: 9999;
}
.lt-team-item .social-icons {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  opacity: 0;
}
.lt-team-item ul {
  padding: 0;
  position: absolute;
  bottom: 80px;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lt-team-item ul li {
  list-style: none;
  width: 33.33%;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1;
  margin: 5px 7px;
}
.lt-team-item ul li a {
  color: #fff;
}
.lt-team-item ul li em {
  font-size: 20px;
}
.lt-team-item .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.lt-team-item:hover .elementor-image-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(230, 79%, 57%, 0.6);
  opacity: 1;
  right: 0;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}
/*** Pricing ***/
.lt-pricing-item h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.lt-pricing-item h3:before {
  position: absolute;
  content: "";
  background: #ec430f;
  width: 45%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lt-pricing-item ul {
  margin: 0 !important;
}
.lt-pricing-item ul li {
  line-height: 1.5;
  margin-bottom: 1.5em;
  display: block;
  list-style-type: none;
}
.lt-pricing-item ul li.heading,
.lt-pricing-item ul li.heading p {
  color: #ec430f;
}
.lt-pricing-item strong {
  font-size: 47px;
  font-weight: 500;
}
.lt-pricing-item a.button-pricing {
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #ec430f;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ec430f;
  padding: 12px 30px;
  border-radius: 0px;
  transition: color 400ms, background-color 400ms;
}
.lt-pricing-item a.button-pricing:hover {
  color: #fff !important;
  background-color: #ec430f;
}
/*** 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);
}
/*** 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;
}
/*** Footer ***/
.main-footer,
.site-footer {
  float: left;
  width: 100%;
}
.main-footer {
  padding: 70px 0 50px;
}
.main-footer h2 {
  font-size: 22px;
  margin: 0 0 20px;
}
.main-footer p {
  margin: 0;
}
.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: #ec430f;
  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);
}
.site-footer .site-info a,
.site-info p {
	font-size: 15px;
	box-shadow: none;
}

/*** Responsive ***/

@media(max-width: 1280px) {
  .site-header {
    padding: 0 5px!important;
  }
}

@media(max-width: 1089px) {
  .lt-pricing-item .elementor-widget-container {
      padding: 50px 20px !important;
  }
}

@media(max-width: 960px) {
  .main-navigation ul .toggled-on {
    opacity: 1;
  }
  .lt-slider,
  .lt-feature {
    margin-top: 0 !important;
  }
}

@media(max-width: 769px) {
  .lt-team-column,
  .lt-service-column,
  .lt-pricing-column {
    width: 50% !important;
  }
  .lt-banner-text {
    margin-bottom: 20px !important;
  }
  .lt-banner-text .elementor-widget-container {
    margin: 0 !important;
  }
  .lt-counter-item .elementor-widget-container {
    border: 0 !important;
  }
}
@media(max-width: 678px) {
  .premium-blog-post-container {
    width: 100% !important;
  }
  .top-head {
    display: none;
  }
  .lt-contact-form p:nth-child(4), 
  .lt-contact-form p:nth-child(2), 
  .lt-contact-form p:nth-child(3) {
    width: 100% !important;
  }
}
@media(max-width: 480px) {
  .lt-blog .rpwwt-widget ul li {
    width: 100%;
    margin-right: 0;
  }
  .lt-team-column,
  .lt-service-column,
  .lt-pricing-column {
    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.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}  