body {
    font-family: inherit;
    color: #777;
    letter-spacing: 0.025em;
    line-height: 28px;
    margin: 0;
    font-size: 15px;
}
a, .comment-reply-link {
	color: #edbeb7;
    text-decoration: none;
}
.widget_calendar tbody a { 
	background-color: #3b3e79;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}
/*** Head Top***/
.top-head {
    width: 100%;
    overflow: hidden;
}
.top-head .container {
    max-width: 1170px;
    margin: 0 auto;
}
.head-left {
    width: 50%;
    float: left;
}
.head-right {
    text-align: right;
    float: right;
    width: 50%;
}

/*** Header ***/
body.home .site-header {
    position: fixed;
    z-index: 2;
    width: 100%;
}
.site-header{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
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 {
	position: relative;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
    position: fixed;
	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;
    animation-name: head_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 0px!important;
}
@keyframes head_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

/*** Menu ***/
.site-header-menu {
    margin: 17px 0;
}
.main-navigation ul ul {
	-webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.main-navigation li:hover > ul {
	opacity: 1;
	visibility: initial;
}
.main-navigation a {
	font-weight: 600!important;
	font-size: 16px;
	text-transform: uppercase;
}
.main-navigation ul ul a {
    width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-navigation .menu-item-has-children > a:after {
    top: 7px;
}
/*** menu-toggle ***/
.menu-toggle {
	color: #fff;
}
.menu-toggle:hover, .menu-toggle:focus {
    border-color: #edbeb7;
    color: #edbeb7;
}
.dropdown-toggle,
.dropdown-toggle:hover, .dropdown-toggle:focus {
	color: #fff !important;
}
.home .is-sticky .dropdown-toggle,
.home .is-sticky .dropdown-toggle:hover, .is-sticky .dropdown-toggle:focus {
	color: #000 !important;
}

/*** Right Menu ***/
.header-right-menu {
    position: relative;
    float: right;
    transition: all 300ms ease;
}
.header-right-menu .opening-time {
    position: relative;
    display: block;
    float: left;
    padding: 14px 0;
    margin-right: 40px;
}
.header-right-menu .opening-time p {
    color: #91939d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}
.header-right-menu .opening-time p i {
    position: relative;
    top: 1px;
    color: #1fc6c7;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding-right: 9px;
}
.header-right-menu .button {
    position: relative;
    display: block;
    float: right;
    line-height: 1;
}

/*** Title ***/
.lt-title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.lt-title.second {
    margin-bottom: 10px!important;
}
.lt-title h3 {
	position: relative;
	padding-bottom: 25px!important;
}
.lt-title h3:before {
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 4px;
	background: #f2784b;
}
.entry-title {
	font-size: 28px!important;
}
.lt-title-read a {
    color: #ff662a!important;
    font-size: 24px;
    text-decoration: underline;
}
.section_title .section_header {
    font-size: 30px !important;
    max-width: 650px;
    text-transform: capitalize;
    line-height: 1.4;
}
.section_title .section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.section_title .section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.8;
}
.bg-dark {
    background-color: #22232f;
}
.bg-custom {
    background-color: #ff4f64 !important;
}
.text-dark {
    color: #000 !important;
}
.lt-title-white.section_title .section_title_border .f-border,
.lt-title-white.section_title .section_title_border .s-border {
    background: #fff;
}
.lt-title-white.section_title .bg-custom,
.lt-title-white.section_title .bg-dark {
    background-color: #fff!important;
}

/*** Button ***/
.lt-btn a {
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65);
    background: linear-gradient(to right, #f47a65, #ff4f64);
}
.lt-btn a:hover,
.wpcf7-submit:hover,
.lt-button a:hover {
	box-shadow: 0 8px 40px -2px #f47a65;
}

/*** Slider ***/
.lt-slider .elementor-shape.elementor-shape-bottom {
	z-index: 1 !important;	
}
/*** About ***/
#lt-about-01 .lt-about-big img {
	width: 100%;
}
/*** Skill ***/
@keyframes load{0%{stroke-dashoffset:0}}
.lt-skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
	width: 100%;
	margin: 0;
}
.lt-skill .lt-skill-item .elementor-element {
	margin-bottom: 0;
}
.lt-skill .progress > li {
		display: inline-block;
		position: relative;
		text-align: center;
		color: #93A2AC;
		font-weight:100;
}
.lt-skill .progress > li:after {
	content: attr(data-percent);
	position: absolute;
	width: 100%;
	top: 3.7rem;
	left: 0;
	font-size: 2rem;
	text-align: center;
}
.lt-skill svg {
	width: 10rem;
	height: 10rem;
}
.lt-skill svg:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-90deg);
}
.lt-skill svg:nth-child(2) path {
	fill: none;
	stroke-width: 25;
	stroke-dasharray: 629;
	stroke: #fff;
	opacity:.9;
	animation: load 10s;
}
/*** Services ***/
.lt-services-item,
.lt-services-item .elementor-image-box-img img {
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-services-item:hover {
	cursor: pointer;
	box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}
.lt-services-item .elementor-image-box-content {
	padding: 5px 20px 30px;
}
.lt-services-item .elementor-image-box-img {
	overflow: hidden;
	position: relative;
}
/*
.lt-services-item .elementor-image-box-img:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: inline-block;
	height: 100%;
	width: 0;
	background: #0f1746;
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-services-item .elementor-image-box-img:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	display: inline-block;
	height: 100%;
	width: 0;
	background: #0f1746;
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-services-item:hover .elementor-image-box-img:before,
.lt-services-item:hover .elementor-image-box-img:after {
	width: 50%;
}
.lt-services-item:hover .elementor-image-box-img img {
	transform: scale(1.2);
}
*/


/*** Gallery ***/
.lt-gallery .gallery-icon.landscape,
.lt-gallery .gallery-item,
.lt-porfolio-item {
	overflow: hidden;
	position: relative;
}
.lt-gallery .gallery {
	margin: 0 !important;
}
.gallery-item {
	max-width: 31.3% !important;
	padding:0 !important;
	margin: 1% !important;
}
.lt-gallery .gallery-item:hover .gallery-icon.landscape img,
.lt-porfolio-item img {
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-gallery .gallery-item:hover .gallery-icon.landscape img,
.lt-porfolio-item:hover img {
	transform: scale(1.1);
	opacity: 0.9;
}
.lt-gallery .gallery-item:before,
.lt-porfolio-item .elementor-image:before {
	content: '';
    top: 2%;
    position: absolute;
    left: 2%;
    height: 2px;
    width: 96%;
    z-index: 1;
    background: #eee;
    opacity: 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-gallery .gallery-item:after,
.lt-porfolio-item .elementor-image:after {
	content: '';
    bottom: 2%;
    position: absolute;
    left: 2%;
    height: 3px;
    width: 96%;
    z-index: 1;
    background: #eee;
    opacity: 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-gallery .gallery-item .gallery-icon.landscape:before,
.lt-porfolio-item .elementor-widget-container:before {
	content:'';
	left: 2%;
	position: absolute;
	top: 2%;
	height: 96%;
	width: 2px;
	z-index: 1;
	background: #eee;
	opacity: 0;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-gallery .gallery-item .gallery-icon.landscape:after,
.lt-porfolio-item .elementor-widget-container:after {
	content:'';
	right: 2%;
	position: absolute;
	top: 2%;
	height: 96%;
	width: 2px;
	z-index: 1;
	background: #eee;
	opacity: 0;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-gallery .gallery-item:hover .gallery-icon.landscape:after,
.lt-gallery .gallery-item:hover .gallery-icon.landscape:before,
.lt-gallery .gallery-item:hover:before,
.lt-gallery .gallery-item:hover:after,
.lt-porfolio-item:hover .elementor-image:before,
.lt-porfolio-item:hover .elementor-image:after,
.lt-porfolio-item:hover .elementor-widget-container:before,
.lt-porfolio-item:hover .elementor-widget-container:after {
	opacity: 1;
}

/*** Team ***/
.lt-team-item:hover {
	cursor: pointer;
}
.lt-team-wrap-item .elementor-widget-wrap {
    border: 1px dotted #e0e0e0;
    padding: 1.5rem;
    border-radius: .25rem;
}
.lt-team-item img {
    border-radius: 50%!important;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6!important;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.lt-team-item:hover img {
	transform: rotate(360deg);
}
.lt-team-item h5.elementor-image-box-title {
    margin-bottom: 0;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.lt-team-item:hover  .elementor-image-box-content h3 {
	-webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*** Blog ***/
.lt-blog .premium-blog-content-wrapper {
    background: #fff!important;
}
.lt-blog .rpwwt-widget ul li {
	width: 48%;
	float: left;
	list-style: none;
	margin-right: 4%;
}
.lt-blog .rpwwt-widget ul li:nth-child(2n) {
	margin-right: 0;
}
.rpwwt-widget ul li .rpwwt-post-title {
	font-size: 16px;
	margin: 15px 0 0;
	display: inline-block;
}
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-squares-effect:before, 
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-squares-effect:after,
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-squares-square-container:before, 
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-squares-square-container:after {
    background: #ff4f64 !important;
}
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-container.premium-blog-zoomin-effect:befpre,
.lt-blog .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-container.premium-blog-zoomin-effect:after {
    color: #fff !important;
}
.elementor-widget-premium-addon-blog .premium-blog-entry-title:hover a,
.elementor-widget-premium-addon-blog .premium-blog-entry-meta a:hover {
    color: #ff4f64 !important;
}

/*** Contact ***/
.lt-title-contact {
    max-width: 610px;
    margin: 0 auto;
}
.lt-contact-wrap {
    -webkit-box-shadow: 0px 4px 7px 0px #eeeeee;
    box-shadow: 0px 4px 7px 0px #eeeeee;
}
.lt-contact-video .video-item {
    text-align: center;
    margin: 0 auto;
}
.lt-contact-video .video-item figure a {
    width: 100px;
    height: 100px;
}
.lt-contact-video .video-item figure a:before {
    width: 120px;
    height: 120px;
}
.lt-contact-video a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-contact-video a:hover {
    transform: rotate(360deg);
}
.lt-contact-right-content .elementor-image-box-content {
    padding: 0 30px 30px;
    text-align: left;
}
.lt-contact-right-content img {
    width: 100%!important;
}
.lt-contact-right-content a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline!important;
    text-transform: capitalize;
}
.lt-contact-form form input.wpforms-field-medium.wpforms-field-required,
.lt-contact-form form input.wpforms-field-medium,
.lt-contact-form form div.wpforms-field-row.wpforms-field-medium{
    max-width: 100% !important;
}
form.wpforms-validate.wpforms-form .wpforms-submit-container button:hover {
    background: #edbeb7 !important;
    color: #fff;
	border: 1px solid #edbeb7;
	border-radius: 30px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px !important;
}
form.wpforms-validate.wpforms-form .wpforms-submit-container button {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
	border-radius: 30px;
    font-size: 14px;
	border: 1px solid #374c9f;
    background-color: #374c9f;
    padding: 18px 45px 18px 45px;
}
form.wpforms-validate.wpforms-form input,
form.wpforms-validate .wpforms-field-medium.wpforms-field-required.wpforms-valid {
    font-size: 14px !important;
    height: 42px !important;
}

/*** Contact Form ***/
form.wpcf7-form {
    max-width: 570px;
    margin: 50px auto 0;
    background: #fff;
    padding: 20px 30px;
}
.wpcf7-form p {
    margin: 15px 0;
}
.wpcf7-form p:nth-child(-n+5) {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.wpcf7-form p:nth-child(2n+1) {
    margin-right: 0;
}
.wpcf7-form input {
	padding: 15px 10px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 13px 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit {
	border-radius: 5px;
    font-size: 14px;
    padding: 16px 30px;
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65)!important;
    background: linear-gradient(to right, #f47a65, #ff4f64)!important;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    width: 100%;
    text-transform: capitalize;
}
.wpcf7-form textarea {
    max-height: 100px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #f2784b;
}
.lt-map > .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}

/*** Page-Blog ***/
.widget .widget-title,
.widget_calendar caption {
    position: relative;
    color: #edbeb7;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.widget .widget-title:before,
.widget_calendar caption:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 30px;
    height: 4px;
    background: #fff;
}
.widget .widget-title:after,
.widget_calendar caption:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 00;
    height: 4px;
    width: 55px;
    border-radius: 30px;
    bottom: 0;
    display: inline-block;
    background: #edbeb7;
}
.widget li a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px !important;
    font-weight: 300;
}
.page-header, .widget {
    border: none;
}
.entry-title a {
    font-size: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.entry-title a, .page-title, .entry-title, .post-navigation span.post-title {
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 600;
}
.entry-title a:hover, .widget ul li a:hover {
    color: #edbeb7 !important;
}
.status-publish {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px !important;
    margin-bottom: 20px !important;
}
#post-616 {
    border-top: 1px solid #eee !important;
}
.widget {
    background: #f4f5f5;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
}
.widget ul li a {
    color: #000;
}
.sidebar section ul li {
    font-size: 16px;
    color: #edbeb7;
}
.comments-title, .comment-reply-title {
    border-top: 1px solid #1a1a1a !important;
}
.post-navigation {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}
.entry-header .entry-title {
    margin-top: 40px;
}
.entry-header .entry-title, .post-navigation .post-title {
    font-size: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post-navigation .post-title, .post-navigation .post-title:hover, .cat-links a:hover,
.posted-on a:hover, .entry-footer a:hover {
    color: #edbeb7 !important;
}
.form-submit input:hover {
    background: #f2784b;
}
.post-navigation div + div {
    border-top: 1px solid #1a1a1a;
}
.comment-form-comment textarea:focus {
    border: 1px solid #00d9a6 !important;
}
.post-thumbnail img {
    width: 100%;
}

/*** Woocommerce ***/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale,
.widget button, body ul.products li.product .button.add_to_cart_button,
.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button:hover,
.woocommerce button.button, .woocommerce #respond input#submit, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #edbeb7 !important;
    border: none !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #edbeb7;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #edbeb7;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
span.price {
    padding-bottom: 45px;
}

/*** Bottom ***/
.main-footer .top-bottom {
    margin: 20px 0 40px;
}
.main-footer .top-bottom .container {
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65);
    background: linear-gradient(to right, #f47a65, #ff4f64);
}
.main-footer .top-bottom-item {
    text-align: center;
    padding: 40px 10px;
    color: #fff;
}
.main-footer .top-bottom-item i {
    height: 60px;
    width: 60px;
    font-size: 22px;
    border-radius: 50%;
    line-height: 60px;
    color: #ff4f64;
    display: inline-block;
    box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.33);
    background-color: #fff;
}
.main-footer .top-bottom-item h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px;
}
.main-footer .top-bottom-item p {
    font-size: 14px;
    color: #fff;
}

/*** Footer ***/
.main-footer, .site-footer {
    float: left;
    width: 100%;
}
.main-footer h2 {
    font-size: 19px;
    margin: 0 0 20px;
}
.main-footer p,
.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: 500;
    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: linear-gradient(to right, #f47a65, #ff4f64);
    line-height: 45px;
    padding: 14px;
    color: #fff;
    margin-right: 10px;
}
.main-footer .footer1 ul li a {
    box-shadow: none;
    color: #a0aec6;
}
.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;
}
.site-footer .site-info a,
.site-footer .site-info p{
	box-shadow: none;
	font-size: 18px;
}

/*** Responsive ***/
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
	.lt-case-item .elementor-button .elementor-button-text {
		font-size: 10px!important;
	}
	.main-navigation a {
    	font-size: 13px;
	}
	.main-navigation .menu-item-has-children > a:after {
		top: 5px !important;
	}
}
@media(max-width: 1126px) {
	.lt-about .lt-about-big {
		width: 100% !important;
	}
}
@media(max-width: 910px) {
	body:not(.home) .site-header,
	body:not(.home) .site-header .site-header-menu,
	body:not(.home) .site-header.is-sticky #menu-main-menu {
    	background: #0f1746 !important;
	}
    body.home #menu-main-menu {
    	background: #0f1746;
    	padding: 0 10px;
	}
	.main-navigation li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	body:not(.home) .site-header .site-header-menu ul a,
	body:not(.home) .site-header.is-sticky .site-header-menu ul a {
		color: #fff !important;
	}
	.main-navigation ul ul a {
		color: #fff !important;
	}
    .site-header.is-sticky #menu-main-menu {
        background: #fff;
    }
	.site-header.is-sticky ul a {
		color: #000 !important;
	}
	body:not(.home) .site-header .site-header-menu li:hover a,
	body:not(.home) .site-header .site-header-menu li.focus a,
	body:not(.home) .site-header .site-header-menu li.current_page_item > a,
	body:not(.home) .site-header.is-sticky .site-header-menu li.focus a,
	body:not(.home) .site-header.is-sticky .site-header-menu li.current_page_item > a,
	body .site-header.is-sticky .main-navigation li:hover > a, 
	body .site-header.is-sticky .main-navigation li.focus > a,
	body .site-header.is-sticky .main-navigation li.current_page_item > a { 
		color: #edbeb7 !important;
}

}
@media(max-width: 768px) {
    .lt-blog .premium-blog-post-outer-container {
        position: relative !important;
        left: 0 !important;
        top: 0px !important;
        width: 100% !important;
    }
    .lt-blog .premium-blog-content-wrapper .premium-blog-entry-container {
        width: 100%;
    }
    .lt-blog .premium-blog-content-wrapper {
        text-align: center;
    }
    .lt-service-item {
        width: 100% !important;
    }
    .lt-blog .premium-blog-thumb-effect-wrapper {
        margin-bottom: 0;
    }
    .lt-blog .premium-blog-post-container {
        width: 100% !important;
    }
    article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 30px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
    }
	.wpcf7-form p:nth-child(-n+5) {
		width: 100% !important;
	}
}
@media(max-width: 845px) {
	ul.products {
		margin: 10px !important;
	}
	.button.product_type_variable.add_to_cart_button{
		margin: 0 !important;
	}
}
@media(max-width: 767px) {
    .lt-slider .elementor-background-video-container {
        display: block!important;
    }
    #lt-slider-right-img {
        display: none!important;
    }
    .lt-service-item,
    .main-footer .top-bottom-item {
        width: 100%!important;
        max-width: 100%!important;
    }
}
@media(max-width: 480px) {
	.lt-blog .rpwwt-widget ul li {
		width: 100%;
		margin-right: 0;
	}
    .wpcf7-form p:nth-child(-n+5) {
        width: 100%!important;
        margin-right: 0;
    }
	.lt-porfolio .lt-porfolio-big {
		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.page-template-default .status-publish {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.site-main {
    margin-bottom: 0 !important;
}
body.page-template-default .entry-footer {
    display: none;
}
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; 
}