@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
    background: #fff;
    font-family: inherit;
}
body, body p {
    font-size: 15px;
    line-height: 1.667em;
    color: #7a7d86;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
a, .comment-reply-link {
	color: #f07c63;
    text-decoration: none;
}
.widget_calendar tbody a { 
	background-color: #3b3e79;
}
.dropdown-toggle:after, .site-header-main .menu-toggle:before,
.site-header-main .menu-toggle:hover:before, .site-header.is-sticky .dropdown-toggle:after,
.site-header.is-sticky .site-header-main .menu-toggle:hover:before,
.site-header.is-sticky .dropdown-toggle:hover:after {
    color: #000;
}
.site-header.is-sticky .site-header-main .menu-toggle:before,
.site-header.is-sticky .dropdown-toggle:after {
    color: #000;
}
.breadcrumb {
	margin-top: 30px !important;
	margin-bottom: 30px;
}
.sidebar .widget button.search-submit {
    height: 35px;
}

/*** Head Top***/
.top-head {
    width: 100%;
    overflow: hidden;
	background: #002e5b;
}
.top-head .container {
    max-width: 1455px; 
    margin: 0 auto;
	line-height: 20px;
	overflow: hidden;
}
.top-head ul li {
	line-height: 30px;
}
.head-left ul li a,
.head-right ul li a {
	box-shadow: 0 0px 0 0 currentColor !important;
}
.head-left ul li:before {
	font-size: 13px;
}
.head-left ul li span {
	opacity: 0.5;
}
.head-left {
    width: 60%;
    float: left;
	padding: 8px 0;
}
.head-right {
    text-align: right;
    float: right;
    width: 40%;
}
.head-right .lick-right {
	font-family: 'Roboto', sans-serif;
	color: #fff;
}
.head-left ul li,
.head-right ul li a {
    color: #fff;
}
.head-right ul li a:hover {
	color: #fff;
}
.head-left ul li a,
.head-right ul li {
    font-family: 'Roboto', sans-serif;
    list-style-type: none;
}
.head-left ul li a {
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
	font-weight: 400;
}
.head-right ul li {
    float: right;
}
.head-right ul li {
	padding: 0 12px;
	border-right: 1px solid #fff;
}
.head-right ul li:last-child {
	border-left: 1px solid #fff;
}
.head-left ul li {
    float: left;
    margin-right: 20px;
}
.head-right a {
	font-size: 13px;
    padding: 10px 25px !important;
    margin-top: 4px;
    border-radius: 0px;
	font-weight: 600;
    text-decoration: none;
    color: #f07c63;
    text-transform: uppercase;
    background-color: #fde428;
    overflow: hidden;
    display: inline-block;
    box-shadow: none !important;
}
.head-right a:hover {
	background-color: #f07c63;
	color: #fff;
}

/*** Header ***/
body .site-header {
    position: relative;
    z-index: 2;
    width: 100%;
	top: 0;
}
body:not(.home) .site-header {
    background: #fff;
}
body:not(.home) header .site-header-main {
	padding-left: 0;
	padding-right: 0;
}
header .site-branding {
    margin-top: 5px;
    margin-bottom: 5px;
}
body.home header .site-header-main {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
    max-width: 1140px;
    margin: 0 auto;
}
.site-header {
    background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    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%;
    background: #fff;
    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;
    padding: 0px!important;
}
@keyframes head_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

/*** Menu ***/
.main-navigation {
    font-family: 'Roboto', sans-serif;
}
.site-header-menu {
    margin: 25px 0;
}
.menu-main-menu-container {
    float: right;
}
.main-navigation {
    font-family: 'Roboto', sans-serif;
}
.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 {
	padding: 0.65625em 1em;
	font-weight: 700!important;
	font-size: 14px;
    text-transform: uppercase;
}
.main-navigation ul ul.sub-menu {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	background: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #f07c63;
}
.main-navigation ul li,
.main-navigation ul ul.sub-menu li {
	border: none !important;
}
.main-navigation ul ul.sub-menu li a {
	padding: 10px;
}
.main-navigation ul ul a {
	margin: 5px;
	border-bottom: 1px solid #eee;
    width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.primary-menu > li > a {
    color: #002E5B;
}
.site-header.is-sticky .primary-menu > li > a {
	line-height: 1.3125 !important;
}
.main-navigation .menu-item-has-children > a:after {
	top: 17% !important;
}
.site-header.is-sticky .main-navigation .menu-item-has-children > a:after {
	top: 5px !important;
}
body .main-navigation li:hover > a, 
body .main-navigation li.focus > a,
body .main-navigation li.current_page_item > a { 
	color: #f07c63;
}
/*** Right Menu ***/
.right-menu ul li a {
    font-size: 14px;
    color: #f07c63;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.right-menu ul li a:hover {
    color: #f07c63;
}
.right-menu ul li {
    font-family: 'Roboto', sans-serif;
    list-style-type: none;
    display: inline-block;
}

/*** Canvas Menu LT ***/
.menu-toggle:hover, .menu-toggle:focus,
.menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus,
.menu-toggle.toggled-on {
	border-color: #f07c63;
    color: #f07c63;
}
.menu-toggle:hover:before {
	color: #fff !important;
}
.menu-toggle.toggled-on:before,
.dropdown-toggle:hover, .dropdown-toggle:focus {
	color: #f07c63 !important;
}
.dropdown-toggle:after {
	border-color: #fff;
	border-left-width: 1px;
}
.dropdown-toggle:hover:after,
.dropdown-toggle:focus:after {
	color: #fff;
}

/*** 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 span {
    color: #f07c63 !important;
}

/*** Button ***/
.lt-btn a {
    position: relative;
}
.lt-btn a:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    height: 1px;
    width: 0;
    display: inline-block;
    background: #f07c63;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.lt-btn a:hover:before {
    width: 100%;
}

/*** Slider ***/
.btn-slider a {
    border-bottom: 1px solid #000 !important;
}
.lt-slider-title #n2-ss-2item1 {
    position: relative;
}
.lt-slider-title #n2-ss-2item1:before {
    position: absolute;
    content: '';
    z-index: 9999;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #000;
}

/*** Video Pupop ***/
.lt-slider-button-video {
    text-align: center;
}
.video-item {
    width: 100%;
    margin: 0;
    position: absolute;
    top: -50px;
    left: 0px;
}
.elementor-column-wrap.elementor-element-populated {
    text-align: center;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure a {
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 50%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    opacity: .9;
    z-index: 10;
    top: -10px;
    margin: 0 auto;
    left: -10px;
    right: 0;
    border: 10px solid rgba(255, 255, 255, 0.40);
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -7px;
    border: solid 13px transparent;
    border-left: solid 20px;
    border-left-color: #f07c63;
    z-index: 10;
}
.modal-open {
    overflow: hidden;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 10px;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
}
.popup-modal {
    position: relative;
    margin: 0 auto;
    display: none;
}
.popup-modal .close {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 28px;
    height: 28px;
    border: solid 1px #004eff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-modal .close:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-modal .close:after {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
    border-color: #ff2700;
}
.popup-modal .close:hover:before {
    background-color: #ff2700;
}
.popup-modal .close:hover:after {
    background-color: #ff2700;
}
.post-popup {
    width: 100%;
    max-width: 875px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
    padding: 20px 30px;
    font-size: 14px;
    margin-right: 60px;
}
.post-popup .popup-video {
    font-size: 0;
}
.post-popup .popup-video video {
    width: 100%;
}
.post-popup .popup-video img {
    width: 100%;
}
.post-popup .popup-main {
    padding: 40px 30px;
}
.post-popup .popup-main p {
    margin: 0 0 10px 0;
}

/*** Services ***/
.lt-services-item .elementor-image-box-content {
    padding: 0 25px;
}
.lt-services-item .elementor-image-box-img {
    position: relative;
    overflow: hidden;
}
.lt-services-item .elementor-image-box-img:before {
    background: rgba(241, 241, 241, 0.2);;
    position: absolute;
    content: '';
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.lt-services-item .elementor-image-box-img:after{
    background: rgba(241, 241, 241, 0.2);;
    position: absolute;
    content: '';
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
    top: 0;
    left: 0;
    display: block;
}
.lt-services-item:hover .elementor-image-box-img:before{
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
    opacity: .75;
}
.lt-services-item:hover .elementor-image-box-img:after{
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
    opacity: .75;
}
.lt-services-item:hover {
    cursor: pointer;
}


/*** Skill ***/
.lt-skill-item .elementor-progress-percentage {
    margin-top: -18px;
    color: #000;
    font-size: 18px;
}

/*** Portfolio ***/
.lt-portfolio .wp-caption-text {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 10px 30px!important;
}
.lt-portfolio .gallery-item:hover .wp-caption-text {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    font-size: 20px!important;
}
.lt-portfolio .gallery-item:hover .gallery-icon  {
    opacity: .7;
}
.elementor-widget-premium-img-gallery .pa-gallery-magnific-image i {
    font-family: FontAwesome !important;
}

/*** Features ***/
.lt-features-item .elementor-image-box-img {
    position: relative;
}
.lt-features-item .elementor-image-box-img:before {
    position: absolute;
    content: '';
    left: 6%;
    right: 6%;
    top: 6%;
    bottom: 6%;
    height: 88%;
    width: 88%;
    border: 1px solid rgba(0,0,0,0.8);
    display: inline-block;
    background: rgba(0,0,0,0.4);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-features-item:hover .elementor-image-box-img:before {
    transform: scale(1);
}

/*** About ***/
.lt-about-img .elementor-image-box-content {
    padding: 20px 30px;
}

/*** Blog ***/
.lt-blog .premium-blog-post-outer-container {
    margin-bottom: 20px;
}
.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;
}
.lt-blog .premium-blog-thumb-effect-wrapper {
    float: left;
    width: 48%;
}
.lt-blog .premium-blog-content-wrapper {
    float: left;
    width: 48%;
    clear: initial !important;
}
.lt-blog .premium-blog-entry-meta {
    margin-top: 20px;
    font-size: 13px;
}
.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;
}
.lt-blog .premium-blog-post-container .premium-blog-content-wrapper {
	padding: 0 !important;
	top: 0 !important;
	padding-top: 10px !important;
}
.premium-carousel-wrapper a.carousel-arrow, .premium-fb-rev-container a.carousel-arrow, .premium-blog-wrap a.carousel-arrow, .premium-hscroll-wrap a.carousel-arrow {
	top: 90% !important;
	background: #000;
}

/*** 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: #f07c63;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
.wpforms-field-medium.wpforms-field-required {
	max-width: 100% !important;
}
.lt-map > .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}
.wpforms-form {
    text-align: left;
}
.wpforms-form .wpforms-submit-container button {
	font-size: 16px !important;
    color: #ffffff !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 600 !important;
	border: 2px solid #f07c63 !important;
    background-color: #f07c63 !important;
    border-radius: 0px !important;
	padding: 17px 50px !important;
	text-transform: uppercase !important;
}
.wpforms-form .wpforms-submit-container button:hover {
    background: transparent !important;
	color: #f07c63 !important;
	border: 2px solid #f07c63 !important;
}
.wpforms-validate.wpforms-form input,
.wpforms-validate.wpforms-form textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
    font-size: 15px !important;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.32);
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px !important;
    color: #333;
    font-weight: 400 !important;
}

/*** Page-Blog ***/
.widget .widget-title,
.widget_calendar caption {
    position: relative;
    color: #f07c63;
    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: #f07c63;
}
.widget li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-weight: 300;
}
.page-header, .widget {
    border: none;
}
.comments-link a {
    font-family: 'Roboto', sans-serif;
}
.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: #f07c63 !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: #f07c63;
}
.comments-title, .comment-reply-title {
    border-top: 1px solid #1a1a1a !important;
}
.entry-title, .post-navigation, .entry-title a, .page-title,
.widget .widget-title, .widget_calendar caption,
.comments-title, .nav-previous a,
.entry-header .entry-title, .post-navigation .post-title  {
    font-family: 'Roboto', sans-serif;
}
.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: #f07c63 !important;
}
.form-submit input:hover {
    background: #f07c63;
}
.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: #f07c63 !important;
    border: none !important;
    font-family: 'Roboto', sans-serif;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #f07c63;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #f07c63;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
span.price {
    padding-bottom: 45px;
}
.woocommerce span.onsale {
	font-size: 12px;
}

/*** 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;
    font-family: 'Roboto', sans-serif;
}
.main-footer .top-bottom-item p {
    font-size: 14px;
    color: #fff;
}

/*** Footer ***/
.main-footer, .site-footer {
    background: #1f294c;
    color: #a0aec6;
    float: left;
    width: 100%;
	text-align: center;
}
.main-footer .container {
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
	text-align: left;
}
.main-footer .columns {
	padding: 20px;
}
.main-footer h2 {
	margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}
.main-footer p {
    color: #fff;
	font-size: 14px;
}
.main-footer a {
	box-shadow: none;
}
.main-footer ul {
    margin: 0;
	list-style-type: none;
}
.main-footer .footer2 li span {
	font-size: 14px;
}
.main-footer .footer2 ul {
	padding-left: 16px;
}
.main-footer .footer2 li {
    position: relative;
    margin-bottom: 10px;
	list-style-type: none;
}
.main-footer .footer2 li:before {
    font-family: FontAwesome;
    content: '\f142';
    position: absolute;
    top: 13px;
    left: -15px;
    color: #f07c63;
    height: 20px;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}
.main-footer .footer2 li a {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.031);
    border-radius: 4px;
    font-weight: 400;
    padding: 5px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 0px 28px 1px rgba(51, 51, 51, 0.41);
}
.main-footer .footer3 .left,
.main-footer .footer3 .right {
    float: left;
    width: 50%;
}
.main-footer .footer3 .left li,
.main-footer .footer3 .right li {
    margin-bottom: 10px;
    color: #BAA89B; 
    font-size: 14px;
}
.main-footer .footer4 button {
    background: #f07c63 !important;
    margin-top: 10px;
    color: #fff !important;
	border: 0 !important;
	padding: 12px 15px !important;
}
.main-footer .footer4 button:hover {
	background: transparent !important;
	color: #fff !important;
}
.main-footer .footer4 input,
.main-footer .footer4 button {
    width: 100% !important;
}
.main-footer .footer4 .wpforms-field-label {
	font-size: 14px !important;
	color: #fff;
}
.main-footer .footer4 input {
    margin-top: 15px;
}
.main-footer .footer4 button,
.main-footer .footer4 input,
.main-footer .footer4 input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info a {
    color: #fff;
}
.site-footer .site-info p {
    color: #f07c63;
}

/*** Responsive ***/
@media(max-width: 1495px) {
    .right-menu {
        display: none;
    }
    .main-navigation {
        width: 100%;
    }
    body:not(.home) .main-navigation {
        width: 100%;
    }
}
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
	.lt-case-item .elementor-button .elementor-button-text {
		font-size: 10px!important;
	}
	.lt-events .lt-events-counter > .elementor-element-populated {
		margin: 0 !important;
	}
	.lt-collection-item {
		width: 100% !important;
	}
	.main-navigation a {
    	font-size: 13px !important;
	}
	.main-navigation ul li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.main-navigation {
        width: 100%;
    }
    .site-branding {
        width: 25%;
    }
	.site-header-menu {
    	width: 75%;
	}
    .lt-blog .premium-blog-thumb-effect-wrapper,
    .lt-blog .premium-blog-content-wrapper {
        clear: left !important;
        width: 100% !important;
    } 
}
@media(max-width: 1024px) {
	.top-head {
		display: none;
	}
}
@media(min-width: 911px) and (max-width: 1280px) {
	#menu-main-menu {
		float: right;
	}
}
@media(max-width: 1000px) {
    .top-head {
        display: none;
    }
    body.archive .site-main, body.archive .page-header,
    body.single-post .site-main {
        padding: 15px;
    }
    body.single-post .comments-area, body.single-post .navigation.post-navigation, body.archive .page-header,
    article .post-thumbnail, article .entry-content, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 0px !important;
    }
    body.single-post .comments-area, body.single-post .navigation.post-navigation {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
	.sidebar .widget button.search-submit {
    	height: 42px;
	}
}
@media(max-width: 960px) {
	.site-header-menu .primary-menu > li > a:before {
		display: none;
	}
	.main-navigation ul ul li {
    	border-top: 1px solid #d1d1d1 !important;
    	position: relative;
	}
	.primary-menu > li > a,
	.site-header.is-sticky .primary-menu > li > a {
    	line-height: 32px !important;
	}
}
@media(max-width: 910px) {
    body.home #menu-main-menu {
        padding: 0 10px;
		background: #fff;
    }
	body:not(.home) .site-header #menu-main-menu,
    .site-header.is-sticky #menu-main-menu {
		background: #fff;
    }
	.main-navigation a {
    	font-size: 13px !important;
	}
	.site-branding {
    	width: 80%;
	}
    .sidebar {
        padding-right: 15px;
    }
    .right-menu {
        display: none;
    }
    .menu-main-menu-container {
        float: initial !important;
    }
}
@media(max-width: 844px) {
	.lt-art-img {
		    position: relative !important;
	}
}
@media(max-width: 845px) {
	ul.products {
		margin: 10px !important;
	}
	.button.product_type_variable.add_to_cart_button{
		margin: 0 !important;
	}
}
@media(max-width: 768px) {
    .lt-blog .premium-blog-post-outer-container {
        position: relative !important;
        left: 0 !important;
        top: 0px !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;
	}
	.lt-about-item {
		width: 100% !important;
	}
	.lt-client-item {
		width: 50% !important;
	}  
}
@media(max-width: 480px) {
    .wpcf7-form p:nth-child(-n+5) {
        width: 100%!important;
        margin-right: 0;
    }
	.lt-client-item {
		width: 100% !important;
	}
    .lt-blog .premium-blog-post-outer-container {
        width: 100% !important;
    }
    .lt-blog .premium-blog-thumb-effect-wrapper,
    .lt-blog .premium-blog-content-wrapper {
        clear: left !important;
        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;
}
.sidebar {
    padding-right: 0px;
}