body {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}
a:focus {
  outline: 0!important;
}
a {
  color: #4943ac;
}
.comment-reply-link {
  color: #fff;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #4943ac;
}
.widget_calendar tbody a {
  background-color: #4943ac;
}
.text-uppercase {
  text-transform: uppercase;
}
.site {
  background-color: #4943ac;
}
.entry-title a {
  color: #fff !important;
}
.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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
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;
  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: 500;
  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: 14px;
  text-transform: uppercase;
}
.main-navigation ul ul a {
  color: #333;
}
.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 a,
.lt-price-item a  {
  background-size: 200% auto;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background-image: linear-gradient(to right, #21d397 0%, #7450fe 51%, #21d397 100%) !important;
}
.lt-btn a:hover,
.lt-price-item a:hover {
  background-position: right center;
}
/*** Radar ***/
.radar {
  width: calc(8em + 1.5em);
  height: calc(8em + 1.5em);
  font-size: 28px;
  position: relative;
  background: 
    linear-gradient(
      90deg,
      transparent 49.75%,
      darkgreen 49.75%,
      darkgreen 50.25%,
      transparent 50.25%),
    linear-gradient(
      transparent 49.75%,
      darkgreen 49.75%,
      darkgreen 50.25%,
      transparent 50.25%),
    repeating-radial-gradient(
      transparent 0, 
      transparent 0.95em, 
      darkgreen 0.95em, 
      darkgreen 1em),
    linear-gradient(black, black);
  border-radius: 50%;
  margin: 0 auto;
}
.radar::before {
  content: '';
  position: absolute;
  width: calc(8em / 2);
  height: calc(8em / 2);
  top: calc(1.5em / 2);
  left: calc(1.5em / 2);
  background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 192, 0, 1) 100%
    );
  border-radius: 100% 0 0 0;
  animation: 
      scaning 5s linear infinite;
  transform-origin: 100% 100%;
}

@keyframes scaning {
  to {
    transform: rotate(360deg);
  }
}
/*** Dots ***/
.dream-dots {
  margin-bottom: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.sppb-text-left .dream-dots {
  right: inherit; 
}
.dream-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.dream-dots span:first-child {
  background-color: #00a8ff;
}
.dream-dots span:nth-child(2) {
  background-color: #9c88ff;
}
.dream-dots span:nth-child(3) {
  background-color: #fbc531;
}
.dream-dots span:nth-child(4) {
  background-color: #4cd137;
}
.dream-dots span:nth-child(5) {
  background-color: #487eb0;
}
.dream-dots span:nth-child(6) {
  background-color: #e84118;
}
.dream-dots span:nth-child(7) {
  background-color: #8c7ae6;
}
/*** Services ***/
.lt-service-item .elementor-icon {
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 50%;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;  
}
.lt-service-item .elementor-icon:before {
  width: 0%;
  height: 0%;
  background: #1fc6c7;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  transition: all 500ms ease;
  content: "";
  z-index: 0;
  position: absolute;
}
.lt-service-item:hover .elementor-icon:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.lt-service-item  i {
  display: inline-block !important;
  transition: all 500ms ease;
}
.lt-service-item:hover i {
  transform: rotate(360deg) !important;
}
/*** Time Line ***/
.lt-time-line .dream-dots {
  right: inherit;
}
.lt-accordion-item .elementor-accordion-item {
  border-right: 0 !important;
  border-left: 0 !important;
}
.timelineBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
}
.timelineHeader {
  padding: 32px;
  padding: 32px;
  padding: 2rem;
  background: #061451;
  position: relative;
  z-index: 3;
  color: #fff;
}
.timelineHeader h3 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
}
.timelineHeader h3 + span {
  font-size: 19.2px;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #fff;
}
.timelineBody {
  max-height: 480px;
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
.timelineBody .timeline {
  padding: 2em;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.timelineBody .timeline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1em 0;
  position: relative;
  border-bottom: 1px solid #f2f4f8;
}
.timelineBody .timeline li:last-child {
  margin-bottom: 0;
}
.timelineBody .timeline .timelineDot {
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  margin-right: auto;
  margin-top: 6px;
  box-shadow: 0 0 8px #56cb5f;
}
.timelineBody .timeline .timelineDot:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 3px;
  height: 9px;
  width: 9px;
  background: #56cb5f;
  border-radius: 50%;
}
.timelineBody .timeline .timelineDate {
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  padding: 0;
}
.timelineBody .timeline .timelineDate p {
  color: #222;
}
.timelineBody .timeline .timelineWork {
  font-size: 16px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}
.timelineBody .timeline .timelineWork h6 {
  color: #222;
}
.timelineBody .timeline .timelineWork span {
  display: block;
  color: #bdbdbd;
  font-size: 13px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*** Price ***/
.lt-price-item .premium-pricing-price-duration {
  display: block;
}
/*** Team ***/
.lt-team-item .elementor-image-box-img img {
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.lt-team-item:hover img {
  border: 10px solid #ebe8e8;
}
.lt-team-item ul li {
  list-style: none;
  display: inline-block;
}
.lt-team-item ul li a {
  font-size: 15px;
  color: #222;
  margin-top: 15px;
  display: inline-block;
  padding-right: 10px;
}
/*** Testimonial ***/
.lt-testimonial-item p,
.lt-testimonial-item h4,
.lt-testimonial-item h5 {
  color: #fff !important;
  margin: 15px 0;
}
.lt-portfolio-item .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
  transform: translate(0px, 0px) !important; 
}
.lt-portfolio-item .pa-gallery-img.style2 .pa-gallery-icons-caption-container {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
/*** Blog ***/
.lt-blog-item .premium-blog-content-wrapper {
  top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
}
.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(2),
.lt-contact-form p:nth-child(3) {
  width: 48% !important;
  margin-right: 3%;
  float: left;
}
.lt-contact-form p:nth-child(3) {
  margin-right: 0;
}
.lt-contact-form p:nth-child(6) {
  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 {
  padding: 90px 0;
}
.main-footer h2 {
  font-size: 19px;
  margin: 0 0 20px;
}
.main-footer p,
.main-footer ul {
  margin: 0;
	font-size: 15px;
}
.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: "Quicksand";
}
.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 {
    padding: 90px 0 !important;
  }
}

@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-column  {
    width: 50% !important;
  }
}
@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;
  }
  .lt-team-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;
}  
.premium-blog-post-content { 
    overflow: hidden; 
    width:100%; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}