body {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	color: #797979;
  	font-weight: 400;
}
a:focus {
	outline: 0!important;
}
a,
.comment-reply-link {
	color: #f7bd00;
}
.entry-title a:hover,
.entry-title a:focus,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
  	color: #f7bd00;
}
.widget_calendar tbody a {
	background-color: #f7bd00;
}
.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: #242424;
	box-shadow: none !important;
}
.top-head ul {
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.top-head li {
	color: #242424;
	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) .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-title h2 {
    padding-bottom: 20px !important;
}
.lt-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    right: 0;
    margin: 0 auto;
    background: #f7bd00;
}
.lt-title-left h2 {
  position: relative;
  display: inline-block;
}
.lt-title-left h2:after {
    position: absolute;
    content: '';
    left: 100%;
    margin-left: 10px;
    width: 40px;
    height: 2px;
    bottom: 8px;  
    background: #f7bd00;
}
.lt-slider .elementor-column-wrap {
	padding-bottom: 0!important;
}
/*** Services ***/
.lt-service-item-hover h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.lt-service-item-hover a {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
}
.lt-service-item-hover {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 45px 20px;
    top: 0;
    left: 0;
    right: 0;
    color: #aaaaaa;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-service-item:hover .lt-service-item-hover {
    opacity: 1;
    visibility: inherit;
    background: #242424;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.lt-get-app-content h2:before {
    position: absolute;
    content: "";
    top: 40px;
    right: 0;
    width: 2px;
    height: 40px;
    background: #000;  
}
.lt-accordion-item .elementor-accordion-item {
	margin-bottom: 20px;
}
body.page-id-577 .site-main {
	margin-bottom: 0 !important;
}
body.page-id-577 .entry-footer {
	margin-top: 0 !important;
}
/*** CLient ***/
.lt-client-item img {
    border-radius: 50% !important;
}
.lt-client-item h6 {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 10px;
}
.lt-client-item.left:before {
    position: absolute;
    content: '';
    right: -10px;
    top: 20px;
    height: 140px;
    bottom: 30px;
    border-right: 1px solid rgba(0,0,0,0.10);
}
/*** Portoflio ***/
.lt-portfolio-item .premium-img-gallery {
    padding-left: 200px;
}
.lt-portfolio-item .premium-img-gallery-filter {
    position: absolute;
    left: 0;
}
.lt-portfolio-item .premium-img-gallery-filter .premium-gallery-cats-container li {
    text-align: left;
    display: block;
    margin-bottom: 20px;
}
.lt-portfolio-item .premium-img-gallery-filter .premium-gallery-cats-container li a {
    position: relative;
}
.lt-portfolio-item .premium-img-gallery-filter .premium-gallery-cats-container li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 22px;
    width: 10px;
    height: 1px;
    background-color: #303030;
}
/*** Footer ***/
.lt-footer-item.border:after {
    position: absolute;
    content: '';
    right: 40px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.10);
}
/*** 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: 2%;
	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 ***/
.site-footer {
	background-color: #f7bd00;
}
.main-footer,
.site-footer {
	float: left;
	width: 100%;
}
.main-footer {
	padding: 70px 0 50px;
	background-size: cover;
	background-image: url("../images/6.jpg");
}
.main-footer h2 {
	font-size: 22px;
	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: #f7bd00;
	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 {
	box-shadow: none;
}

/*** Responsive ***/

@media(max-width: 1280px) {
  .site-header {
	  padding: 0 5px!important;
  }
}
@media(max-width: 1024px) {
  .lt-portfolio-item .premium-img-gallery {
	  padding-left: 0;
  }
  .lt-portfolio-item .premium-img-gallery-filter {
    	position: relative;
  }
  .lt-portfolio-item .premium-img-gallery-filter .premium-gallery-cats-container li {
    	display: inline-block;
  }
  .lt-portfolio-item .premium-gallery-container .premium-gallery-item {
    	width: 33.3% !important;
  }
}
@media(max-width: 960px) {
  .site-header {
	  position: relative !important;
  }
  body.home .site-header {
	  background-color: rgba(0,0,0,.8);
  }
  .main-navigation ul .toggled-on {
	  opacity: 1;
  }
  .lt-slider {
	  margin-top: 0 !important;
  }
  .lt-about-top-content {
	  margin-top: 0 !important;
  }
}

@media(max-width: 769px) {
  .lt-footer-item.border:after,
  .lt-get-app-content h2:before {
	  content: none;
  }
  .lt-get-app-content {
    	text-align: left !important
  }
}
@media(max-width: 767px) {
	.lt-btn .elementor-widget-container {
		padding-top: 0 !important;
	}
	.lt-client-item .elementor-widget-container {
		padding: 0 !important;
	}
	.lt-btn,
	.lt-get-app-content {
		text-align: center !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;
  }
  .lt-slider-btn a {
	  padding: 10px 20px !important;
	  font-size: 9px !important;
  }
}
@media(max-width: 480px) {
  .lt-portfolio-item .premium-gallery-container .premium-gallery-item {
	  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;
}