body {
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin: 0;
	color: #333;
}
a:focus,
button:focus,
button:hover { 
    outline: 0!important;
}
a, 
.comment-reply-link,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
	color: #ec430f;
}
.entry-title a:hover, 
.entry-title a:focus {
	color: #ec430f;	
}
.widget_calendar tbody a,
button:hover, button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus { 
	background-color: #ec430f;
}
.text-uppercase {
	text-transform: uppercase;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}
/*** Top Head Menu ***/
.top-head {
	padding: 7px 0;
  	background-color: #000;
}
.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: #fff;
	box-shadow: none !important;
}
.top-head ul {
  	margin-bottom: 0 !important;
  	margin-left: 0 !important;
}
.top-head li {
  	color: #fff;
  	margin: 0 7px;
 	font-size: 14px;
	display: inline-block;
	list-style-type: none;
}
.top-header-right span {
  margin-right: 5px;
}

/*** Head ***/
.site-header {
	padding-top: 0;
	padding-bottom: 0;
  	position: fixed;
}
.site-header {
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	margin: 0 auto;
}
body:not(.home) .site-header {
	background: #000;
	position: relative;
}
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: 240px;
	-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 !important;
    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;
}
.main-navigation .menu-item-has-children > a:after {
    top: 8px;
}
/*** Title ***/
.lt-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 20px !important;
}
.lt-title h2:before {
    content: '';
    display: block;
    margin: auto;
    left: 0;
    height: 1px;
    width: 50px;
    bottom: 0;
    background: #ec430f;
    margin-bottom: 6px;
    position: absolute;
    right: 0;
}
.lt-title h2:after {
    width: 100px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: #db2d2e;
    bottom: 0px;
    left: 0;
    right: 0;
    position: absolute;
}
/*** Button ***/
.lt-btn {
	color: #fff !important;
	font-size: 14px;
	padding: 12px 35px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	background-color: #ec430f;
}
.lt-btn:before {
	position: absolute;
	transition: all .3s cubic-bezier(0,0,.1,1);
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,.1);
}
.lt-btn:hover:before {
	width: 100%;
}
/*** Slider ***/
.lt-slider .elementor-element-populated {
    padding: 0 !important;
}
/*** About ***/
.lt-about-item h3 {
    position: relative;
    padding-bottom: 10px;
}
.lt-about-item h3:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}
/*** Banner ***/
.lt-banner-img-left {
    text-align: left !important;
}
.lt-banner-img-right {
    text-align: right !important;
}
.lt-banner-content img {
    border-radius: 50% !important;
}
.lt-feature-img img {
    width: 100% !important;
}
/*** Blog ***/
.lt-blog-item .premium-blog-thumb-effect-wrapper,
.lt-blog-item .premium-blog-content-wrapper  {
    width: 50%;
    float: left;
    clear: none;
}
.lt-blog-item .premium-blog-content-wrapper {
    top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*** Video ***/
.lt-video {
    background-size: 100% 60%!important;
}
.lt-testimonial-item .premium-testimonial-text-wrapper em {
    font-size: 28px;
    color: #999 !important;  
    margin-top: 7px;
}

/*** 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(236, 67, 15, 0.53) 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;;
}

/*** Team ***/
.lt-team-item {
	 overflow: hidden;
}
.lt-team-item h6 {
  	font-size: 16px;
  	color: #fff !important;
  	font-weight: normal;
}
.lt-team-item .elementor-image-box-content {
    cursor: pointer;
    width: 74% !important;
    padding: 30px 10px 10px 20px;
    background: rgba(6,34,65,0.95);
    height: 100%;
    position: absolute;
    top: 68%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s;
}
.lt-team-item:hover .elementor-image-box-content {
    top: 25%;
    transition: 0.5s;
    text-align: left;
}
.lt-team-item p {
    font-size: 14px;
    color: #fff;
    padding: 0;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover p {
    bottom: 180px;
    padding-left: 20px;
    padding-right: 5px;
    opacity: 1;
    visibility: inherit;
}
.lt-team-item:hover ul {
    bottom: 120px;
    opacity: 1;
    visibility: inherit;
}
.lt-team-item ul {
    padding: 0;
    position: absolute;
    bottom: 94px;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 !important;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.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 {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50px;
    background: #ec430f;
    text-align: center;
}
.lt-team-item ul li em {
	 font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*** 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 p {
	 margin: 0;
}
.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: #ec430f;
  	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,
.site-info p {
	font-size: 15px;
	box-shadow: none;
}

/*** Responsive ***/
@media(max-width: 1679px) {
	.lt-feature .elementor-row {
		display: inline-block;
	}
	.lt-feature .elementor-column {
		width: 100% !important;
	}
}
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
}
@media(max-width: 960px){
  .site-header {
      position: relative;
      background-color: #000;
    }
    .lt-feature-title h2 {
      font-size: 45px !important
    }
}
@media(max-width: 765px) {
  .lt-testimonial-column .elementor-column-wrap {
      background-size: 100% 50%
  }
}
@media(max-width: 678px) {
    .lt-blog-item .premium-blog-thumb-effect-wrapper, 
    .lt-blog-item .premium-blog-content-wrapper {
      width: 100%;
  }
}
@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;
}  