body {
  font-size: 17px;
  line-height: 31px;
  margin: 0;
  color: #212529;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}
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;
}
.top-head {
  padding: 7px 0;
  background-color: #333;
}
.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 {
  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;
}
/*** Head ***/
.site-header {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
}
body.home .site-header {
  position: fixed;
}
body:not(.home) .site-header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px 1px;
}
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;
  background: #4943ac;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px 1px;
  -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: 400;
  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;
}
.site-header-menu .primary-menu > li > a {
  font-size: 16px;
}
.site-header-menu .primary-menu > li:hover > a:before,
.site-header-menu .primary-menu > li.focus > a:before,
.site-header-menu .primary-menu > li.current-menu-item > a:before {
  border-color: #4943ac;
}
.site-header.is-sticky .site-header-menu .primary-menu > li:hover > a:before,
.site-header.is-sticky .site-header-menu .primary-menu > li.focus > a:before,
.site-header.is-sticky .site-header-menu .primary-menu > li.current-menu-item > a:before {
  border-color: #fff;
}
.site-header-menu .primary-menu > li > a:before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 3px;
  position: absolute;
  border: 2px solid transparent;
  margin: 0 auto;
}
.main-navigation li ul {
  opacity: 0;
  visibility: initial;
  transition: all 500ms ease;
  border-bottom: none;
  border-radius: 0;
  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 ul ul:before,
.main-navigation ul ul:after {
  content: none;
}
/*** Button ***/
.lt-btn {
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.25;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  background-color: #4943ac;
  transition: all .15s ease-in-out;
}
.lt-btn:hover {
  box-shadow: 0px 20px 24px 0px rgba(61, 89, 232, 0.3);
}
.lt-slider-btn label {
  margin-left: 12px;
  font-weight: 400;
  display: inline-block;
}
/*** About ***/
.lt-about-img .elementor-image {
  position: relative;
  z-index: 1;
}
.lt-about-img .elementor-image img {
  position: relative;
  z-index: 2;
}
.lt-about-img .elementor-image:before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: 0;
  content: '';
  background-color: #EEEEFE;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lt-about-img .elementor-image:after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: 0;
  content: '';
  background-color: #EEEEFE;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lt-services-img:hover {
  box-shadow: 0px 15px 15px 0px #edeaea !important;
  transform: translateY(-10px) !important;
  transition: 0.5s;
}
/*** Project ***/
.lt-project-item .premium-banner-img-wrap {
  position: relative;
  z-index: 2;
}
.lt-project-item .premium-banner-img-wrap:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  display: none;  
  background-color: #4943ac;
}
.lt-project-item:hover .premium-banner-img-wrap:before {
  display: block;
}
.lt-project-item .premium-banner-ib-desc {
  z-index: 3;
  transition: .8s !important;
  -webkit-transition: .8s !important;
}
.lt-project-item .premium-banner-ib-desc h3 {
  margin-bottom: 20px;
}
.lt-project-item:hover .premium-banner-ib-desc {
  bottom: 40%;
}
/*** Features ***/
.lt-features-box {
  position: relative;
}
.lt-features-box:before,
.lt-features-box:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background-color: #4943ac;
}
.lt-features-box:before {
  top: 0px;
  left: 0;
}
.lt-features-box:after {
  bottom: 0px;
  right: 0;  
}
.lt-features-box:hover:before,
.lt-features-box:hover:after {
  width: 100%;
}
/*** Team ***/
.lt-team-item {
  overflow: hidden;
  border: 2px solid #EEEEFE;
}
.lt-team-item .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.lt-team-item .elementor-image-box-img:before {
  content: "";
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background-color: #4943ac;
}
.lt-team-item:hover .elementor-image-box-img:before {
  bottom: 0;
}
.lt-team-item .lt-leader-top {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 104%;
  padding-top: 18px;
  padding-right: 36px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.lt-team-item .lt-leader-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -16px;
  bottom: 0px;
  left: -6px;
  right: 0;
  background: #fff;
  width: 100%;
  height: 32px;
  transform: rotate(-5deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.lt-team-item:hover .lt-leader-top,
.lt-team-item:hover .lt-leader-top:before {
  background: #4943ac;
}
.lt-team-item:hover .lt-leader-top h3,
.lt-team-item:hover .lt-leader-top h4 {
  color: #fff;
}
.lt-team-item .lt-leader-top h3 {
  color: #4943ac;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.lt-team-item .lt-leader-top h4 {
  color: #4943ac;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 20px;
}
.lt-team-item .lt-leader-bottom ul {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  right: 0;
  text-align: center;
  height: 100%;
  margin: 0 auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.lt-team-item:hover .lt-leader-bottom ul {
  bottom: -35%;
}
.lt-team-item .lt-leader-bottom ul li {
  float: left;
  width: 25%;
  list-style-type: none;
}
.lt-team-item .lt-leader-bottom ul li a {
  border: 1px solid #ccc;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}
/*** Testimonial ***/
.lt-testimonial-item {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lt-testimonial-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.lt-testimonial-item span {
  font-weight: 500;
  color: #444;
}
.lt-testimonial-item img {
  border-radius: 100% !important;
  display: inline-block;
  width: 130px !important;
  height: 130px !important;
  border: 3px solid transparent !important;
}
.lt-testimonial-item:hover img {
  border: 3px solid #4943ac !important;
}
/*** Portfolio ***/
.lt-gallery-item .gallery-item {
  position: relative;
}
.lt-gallery-item .gallery-icon {
  display: inline-block;
  position: relative;
}
.lt-gallery-item .gallery-icon:before {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  bottom: 0;
  color: #6f6f6f;
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  visibility: hidden;
  width: 50px;
  z-index: 11;
}
.lt-gallery-item .gallery-icon:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.lt-gallery-item .gallery-icon:after {
  background: rgba(73, 67, 172, 0.59) none repeat scroll 0 0;
  bottom: 25px;
  content: "";
  display: block;
  left: 25px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lt-gallery-item .gallery-icon:hover::after {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.lt-gallery-item .wp-caption-text {
  background: #f5f5f5;
  padding: 20px;
  line-height: 20px;
  margin-top: -10px !important;
}
/*** Blog ***/
.lt-blog-item .premium-blog-content-wrapper {
  top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lt-blog-item .premium-blog-post-content {
  border-top: 0 !important;
}
/*** Contact ***/
.lt-contact-form label {
  display: inline-block;
  width: 100%;
}
.lt-contact-form label span {
  color: red;
}
.lt-contact-form p {
  margin-bottom: 15px;
}
.lt-contact-form p:nth-child(5) {
  text-align: center;
}
.lt-contact-form .wpcf7-submit {
  margin-top: 30px;
}
/*** Footer ***/
.main-footer,
.site-footer {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main-footer {
  background-image: url(../images/test3.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: 50% 50%;
}
.main-footer:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 421px;
  left: -10%;
  right: 0;
  background: #fff;
  width: 120%;
  height: 165px;
  border-radius: 10px;
  transform: rotate(4deg);
}
.main-footer:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0.8;
  background-color: #4943ac;
}
.main-footer {
  padding: 135px 0 50px 0;
}
.main-footer h2 {
  font-size: 19px;
  margin: 0 0 20px;
}
.main-footer p {
  margin: 0;
  font-size: 15px;
}
.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: #4943ac;
  line-height: 45px;
  padding: 14px;
  color: #fff;
  margin-right: 10px;
}
.main-footer .footer1 ul li a {
  box-shadow: none;
	font-family: "Poppins";
}
.main-footer .footer2 ul {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  list-style: none;
  max-width: 240px;
}
.main-footer .footer2 ul li,
.main-footer .footer3 ul li {
  list-style: none;
  line-height: 35px;
  font-size: 15px;
}
.site-footer .container {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info a,
.site-info p {
	box-shadow: none;
}

/*** Responsive ***/

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

@media(max-width: 1024px) and (min-width: 910px) {
  .site-header-menu .primary-menu > li > a {
    font-size: 13px;
  }
}

@media(max-width: 960px) {
  .site-header {
    position: relative !important;
  }
  .main-footer:before,
  .site-header-menu .primary-menu > li > a:before {
    content: none;
  }

}
@media(max-width: 768px) {
  .lt-team-item img {
    width: 100% !important;
  }
  .lt-team-item .lt-leader-top:before {
    height: 80px;
    top: -50px;
  }
}
@media(max-width: 676px) {
  .lt-blog .premium-blog-post-container {
    width: 100% !important; 
  }
}

@media(max-width: 480px) {
  .lt-blog .rpwwt-widget ul li {
    width: 100%;
    margin-right: 0;
  }
}

/*** 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;
}
.premium-blog-post-content { 
    overflow: hidden; 
    width:100%; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}