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: #1556a6;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #1556a6;
}
.widget_calendar tbody a {
  background-color: #1556a6;
}
.text-uppercase {
  text-transform: uppercase;
}
.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 h6 {
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  padding-left: 1.2em;
}
.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;
  display: inline-block;
}
.top-right.top-1, 
.top-right.top-2 {
  border-right: 2px dotted #DAD7D7;
}
.top-right i {
  font-size: 32px;
  float: left;
  padding-right: 20px;
  line-height: 40px;
}
.top-right ul {
  margin-bottom: 0 !important;
}
.top-right ul li {
  list-style-type: none;
}
.top-right ul li.sp-contact-email,
.top-right ul li.sp-contact-time-top2 {
  font-size: 12px;
  font-weight: 300;
}
/*** Head ***/
.site-header {
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  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 {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}
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%;
  margin: 0 auto;
  background-color: #1556a6;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-transition: all 0.4s ease-in-out!important;
  -moz-transition: all 0.4s ease-in-out!important;
  -ms-transition: all 0.4s ease-in-out!important;
  -o-transition: all 0.4s ease-in-out!important;
  transition: all 0.4s ease-in-out!important;
}
.site-header-menu.is-sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out!important;
  -moz-transition: all 0.4s ease-in-out!important;
  -ms-transition: all 0.4s ease-in-out!important;
  -o-transition: all 0.4s ease-in-out!important;
  transition: all 0.4s ease-in-out!important;
}
.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;
}
/*** 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;
  background: #fff;
  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;
}
/*** Slider ***/
.lt-slider .elementor-column-wrap {
  padding-bottom: 0!important;
}
/*** Feature ***/
.lt-feature-item {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12),
              0 1px 2px rgba(0,0,0,0.24);
  transition: .4s;
}
.lt-feature-item:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
              0 10px 10px rgba(0,0,0,0.22);
}
.lt-feature-item .elementor-image-box-img {
  margin-bottom: 0 !important;
}
.lt-feature-item img {
  width: 100%;
}
.lt-feature-item .elementor-image-box-content {
  display: inline-block;
  position: relative;
  padding: 20px 20px 15px;
}
.lt-feature-item .elementor-image-box-content:before {
  position: absolute;
  content: "";
  width: 8px;
  background: #1556a6;
  height: 107%;
  left: 0;
  top: 0;
}
.lt-features-title,
.lt-features-number {
  float: left;
}
.lt-features-title {
  width: 75%;
}
.lt-features-number {
  width: 25%;
  text-align: right;
}
.lt-feature-item h3 {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  padding-bottom: 5px;
}
.lt-feature-item h5 {
  font-size: 14px;
  font-weight: 500;
}
.lt-features-number h4 {
  color: #eff1f6;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}
/*** Expert ***/
.lt-steps-item h2 {
  height: 80px;
  width: 80px;
  cursor: pointer;
  background: #1556A6;
  border-radius: 50%;
  margin: 0 auto !important;
  padding: 15px 0 !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.lt-steps-item:hover h2 {
  background: #000;
}
.lt-service-content a {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  padding-top: 15px;
  display: inline-block;
  text-transform: uppercase;
}
/*** Frequently ***/
.lt-frequently-item .elementor-accordion-item {
  border-radius: 50px;
  margin-bottom: 15px !important;
  border-top: 1px solid #e8eff1 !important;
}
/*** Team ***/
.lt-team-item p {
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.lt-team-item .elementor-image-box-content {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 74% !important;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.37)!important;
  text-align: center;
  z-index: 2;
}
.lt-team-item .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.lt-team-item .elementor-image-box-img:before {
  cursor: pointer;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #1556A6;
  opacity: 0;
  display: block;
  z-index: 1;
  transition: .4s;
}
.lt-team-item:hover .elementor-image-box-img:before {
  opacity: 0.8;
}
.lt-team-item ul {
  position: absolute;
  left: 50%;
  top: -200px;
  transform: translateX(-50%);
  opacity: 0;
  margin: 0;
  width: 100%;
  transition: .4s;
}
.lt-team-item:hover ul {
  z-index: 2;
  opacity: 1;
}
.lt-team-item ul li {
  list-style: none;
  width: 33.33%;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1;
}
.lt-team-item ul li a {
  background: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50px;
}
.lt-team-item ul li em {
  font-size: 20px;
  color: #1556a6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*** Testimonial ***/
.lt-testimonial-item h3 {
  color: #1556a6;
  font-size: 30px;
  line-height: 60px;
}
.lt-testimonial-item h5 {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
}
.lt-testimonial-item p {
  font-size: 16px;
  line-height: 40px;
}
/*** 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: 19px;
  margin: 0 0 20px;
}
.main-footer ul {
  margin: 0;
}
.main-footer .footer1 ul li {
  display: inherit;
  line-height: 1;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.67);
  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: #1556a6;
  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;
  }
}

@media(max-width: 960px) {
  .site-header {
    position: relative !important;
  }
  .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;
  }
}
@media(max-width: 769px) {
  .lt-works-item,
  .lt-service-item {
    margin-bottom: 20px;
  }
  .lt-service-item .elementor-element-populated {
    margin: 0 !important;
  }
  .lt-features-title,
  .lt-features-number {
    width: 100%;
  }
	.lt-service-item p.elementor-icon-box-description {
		 padding: 25px;
		text-align: left;
	}
	.lt-service-item .elementor-icon-box-wrapper,
	.lt-service-item  .elementor-icon-box-icon {
    	display: flex !important;
	}
	.lt-service-item  .elementor-icon-box-icon  {
		margin-bottom: 0 !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) {
    width: 100% !important;
  }
}
@media(max-width: 480px) {
  .lt-blog .rpwwt-widget ul li {
    width: 100%;
    margin-right: 0;
  }
  .site-branding {
    width: 70%;
  }
  .lt-slider-btn a {
    padding: 10px 20px !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;
}
.woocommerce span.onsale {
  font-size: 12px;
}