body {
  background: #fff;
}
body,
body p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #212529;
  font-weight: 400;
}
a:focus {
  outline: 0!important;
}
a,
.comment-reply-link {
  color: #4943ac;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #4943ac;
}
.widget_calendar tbody a {
  background-color: #4943ac;
}
.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;
  box-shadow: 0 0 20px rgba(73, 61, 94, 0.09);
}
.top-head {
  padding: 10px 0;
  position: relative;
  z-index: 1;
	box-shadow: 0 0 20px rgba(73, 61, 94, 0.09);
}
.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,
.top-head p {
  box-shadow: none !important;
}
.top-head ul {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.top-head li {
  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;
}
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;
  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;
}
.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 {
	margin-top: 2px !important;
}
.lt-tab-content {
    max-width: 50%;
    float: left;
    display: inline-block;  
}
.lt-slider-tab .elementor-tabs-wrapper {
    border-bottom: 0px solid #e5e5e5;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
    bottom: 0px;
    border-radius: 3px;
    display: inline-block;
    overflow: visible !important;
}
.lt-slider-tab .elementor-tab-title.elementor-active a::after {
    content: '';
    width: 0;
    height: 0;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    position: absolute;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #ffffff transparent;
}
.lt-slider-tab h3 {
    font-size: 40px;
    color: #4943ac;
    font-weight: 600;
}
.lt-slider-tab h5 {
    font-size: 28px;
    color: #4943ac;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 300;
}
.lt-slider-tab p {
    color: #9aa6ca;
    margin-bottom: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
}
.lt-slider-tab .buttons {
    padding-top: 51px;
    padding-bottom: 82px;
    display: inline-block;
}
.lt-btn {
    color: #ffffff!important;
    background: #14d468;
    padding: 10px 40px;
    box-shadow: 0 8px 40px rgba(18, 9, 39, 0.13);
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.lt-btn:hover {
    background: #4943ac;
}
.lt-slider-tab .buttons p {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 4px;
}
/*** Price ***/
.lt-pricing-item p {
    font-size: 16px;
}
.lt-pricing-item .table-list {
    margin: 35px 0;
    margin-left: 10px;
}
.lt-pricing-item .table-list li {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
    display: flex;
}
.lt-pricing-item .table-list em {
    color: #14d468;
    width: 10px;
    margin-right: 8px;
    font-size: 13px;
    margin-top: 4px;
}
.btn-gray {
    color: #a086c0;
    display: inline-block;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px;
    background: #f5f8ff;
    border: 1px solid #f5f1ff;
    box-shadow: 0 0 0 rgba(54, 46, 97, 0.03);
    padding: 10px 25px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.btn-gray:hover {
    color: #fff;
    background: #4943ac;
}
/*** Tab ***/
.lt-tab-item .elementor-tabs-wrapper {
    background: #ffffff;
    box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
    margin-bottom: 18px;
}
.lt-tab-item .elementor-tab-content {
  background: #fff;
}
.lt-tab-item h3 {
    font-size: 26px;
    color: #4943ac;
    font-weight: 600;
}
.lt-tab-item h4 {
    font-size: 14px;
    color: #9aa6ca;
    border-bottom: 1px solid #ddd;
    line-height: 28px;
    padding-bottom: 14px;
    margin-bottom: 15px;
}
.lt-tab-item p {
    font-size: 16px;
    font-weight: 400;
    color: #9aa6ca;
    line-height: 54px;
}
.lt-tab-item ul li {
  list-style-type: none;
}
.lt-tab-item ul li i {
    width: 40px;
    height: 40px;
    background: #14d468;
    border-radius: 100%;
    border: 3px solid #efefef;
    color: #ffffff;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
}
.lt-hosting-box .buttons .lt-btn {
  padding: 10px 25px;
}
/*** Services ***/
.lt-service-content span.elementor-icon {
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
    border: 1px dashed rgba(147, 190, 122, 0.3) !important;
}
.lt-clound-left {
    float: left;
    display: inline-block;
}
.lt-clound-content h4 {
    color: #4943ac;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}
.lt-clound-content ul li {
    list-style: none;
}
.lt-clound-content ul li i {
    font-size: 13px;
    color: #14d468;
    padding-right: 8px;
    padding-top: 5px;
}
.lt-clound-content ul li p {
    color: #9aa6ca;
    font-size: 12px;
    margin-bottom: 8px;
    display: inline-block;
}
/*** Offer ***/
.lt-offer-item a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    padding: 10px 26px;
    border-radius: 30px; 
    display: inline-block;
    font-weight: 400;
    margin-top: 30px;
    transition: all .2s ease-in-out;
}
.lt-offer-item a:hover {
    background: #4943ac;
    border-color: #4943ac;
}
.lt-our-service-sub a {
  margin-top: 30px;
}
/*** Customer ***/
.lt-customer-sub .elementor-image-box-img {
  margin-bottom: -30px !important;
}
.lt-customer-sub img {
    text-align: center;
    width: 80px !important;
    height: 80px !important;
    box-shadow: 0 10px 20px rgba(73, 61, 94, 0.3) !important;
    border-radius: 100% !important;  
}
.lt-customer-sub .elementor-image-box-content {
    text-align: left;
    border: none;
    font-size: 14px;
    line-height: 23px;
    background: #F7F9FF;
    padding: 50px 20px;
    width: auto;
    margin: 0 auto;
    border-radius: 10px;
}
/*** Team ***/
.lt-team-item {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lt-team-item .elementor-image-box-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.lt-team-item .elementor-image-box-img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(73, 67, 172, 0.63);
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.lt-team-item:hover .elementor-image-box-img:after {
  opacity: 1;
}
.lt-team-item .content-team-social ul {
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s;
}
.lt-team-item:hover .content-team-social ul {
  top: 35%;
}
.lt-team-item .content-team-social ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}
.lt-team-item .content-team-social ul li a {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}
.lt-team-item .content-team-social ul li a em {
  color: #222;
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
}
.lt-team-item h3 {
  margin-bottom: 10px !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;
}
/*** Footer ***/
.main-footer,
.site-footer {
  float: left;
  width: 100%;
}
.main-footer {
  padding: 50px 0;
}
.main-footer h2 {
  font-size: 19px;
  margin: 0 0 20px;
}
.main-footer ul {
  margin: 0;
}
.main-footer .columns ul li {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.main-footer .columns ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    font-size: 90%;
    float: left;
    color: #14d468;
}
.main-footer ul li a {
  box-shadow: none;
}
.main-footer .social-media a {
    box-shadow: none;
}
.main-footer .social-media em {
    margin: 0 2px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 33px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
}
.site-footer .container {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer a {
	box-shadow: none;
}
.form-submit {
	margin-top: 20px;
}
/*** 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;
  }
  .lt-slider {
    margin-top: 0 !important;
  }
}

@media(max-width: 769px) {
  .lt-team-coulumn {
    width: 50% !important;
  }
  .lt-explore-content .elementor-element-populated {
    padding: 0 20px !important;
  }
  .top-head .top-head-widget {
    width: 100%;
  }
}
@media(max-width: 678px) {
  .premium-blog-post-container {
    width: 100% !important;
  }
  .top-head {
    display: none;
  }
}
@media(max-width: 480px) {
  .lt-blog .rpwwt-widget ul li {
    width: 100%;
    margin-right: 0;
  }
  .lt-team-coulumn {
    width: 100% !important;
  }
	.lt-tab .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
		display: inherit;
	}

}


/*** 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;
}