@import url('https://https://../fonts.googleapis.com/cssdb47.css?family=Poppins&amp;display=swap');

body {
    background: #fff;
    font-family: inherit;
}
body, body p {
    color: #999999;
    letter-spacing: 0.025em;
    line-height: 28px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
a, .comment-reply-link {
	color: #f2784b;
    text-decoration: none;
}
.widget_calendar tbody a { 
	background-color: #3b3e79;
}
.site {
    overflow: hidden;
}
a:focus,
a:hover,
a:active {
	outline: none!important;
}
.menu-toggle:hover, .menu-toggle:focus {
	border-color: #f2784b;
    color: #f2784b;
}

/*** Head ***/
.wp-custom-logo .site-header-main,
body:not(.home) header .site-header-main {
    max-width: 100%;
    padding: 0 100px;
}
.wp-custom-logo .site-header-main
header {
    padding: 0!important;
    border-bottom: 1px solid rgba(220,220,220,.2);
}
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 {
    background: #fff;
    padding: 25px 0!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10) !important;
}
.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;
    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 ***/
.main-navigation {
    font-family: 'Poppins', sans-serif;
}
.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: 500;
	font-size: 16px;
}
.main-navigation ul ul a {
    width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.primary-menu > li > a {
    color: #91939d;
}
.main-navigation li:hover > a, 
.main-navigation li.focus > a,
.main-navigation li.current_page_item > a { 
	color: #f2784b;
}

/*** Right Menu ***/
.header-right-menu {
    position: relative;
    float: right;
    transition: all 300ms ease;
    margin-left: 20px;
}
.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 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, .lt-solution-ct a {
    color: #ff662a!important;
    font-size: 24px;
    font-family: 'Covered By Your Grace', cursive;
    text-decoration: underline;
}

/*** Button ***/
.lt-btn,
.btn-two {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 18px 40px 18px;
    text-transform: capitalize;
    border-radius: 40px;
    transition: all 500ms ease;
    box-shadow: none;
    z-index: 1;
    box-shadow: none!important;
    background: #1fc6c7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.lt-btn:hover,
.btn-two:hover {
    color: #fff;
}
.lt-btn:before,
.btn-two:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: rgba(0,0,0,1);
}
.lt-btn:hover:before,
.btn-two:hover:before {
    opacity: .2;
}

/*** Slider ***/
.lt-slider-left,
.lt-slider-right {
    display: initial!important;
}
.lt-slider-left .elementor-column-wrap {
    max-width: 600px;
    float: right;
}
.lt-slider-right {
    overflow: hidden;
}
.lt-slider-right-img {
    position: absolute!important;
}
.lt-slider-right-social {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
    width: 290px!important;
    margin-top: 15%;
    position: absolute!important;
    right: -77px;
}
.lt-slider-right-call .elementor-icon-box-wrapper {
    float: right;
    margin-right: 100px;
    margin-bottom: 100px;
}
.lt-slider-right-call .elementor-icon {
    height: 100px;
    width: 100px;
    line-height: 113px;
    position: relative;
    border-radius: 50%;
    background: #fff;
}
.lt-slider-right-call .elementor-icon i {
    margin: 0 auto;
    line-height: 100px;
}
.lt-slider-right-call .elementor-icon:after {
    content: "";
    z-index: -1;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #4ac4f3 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}

/*** About ***/
.lt-about-img {
    position: relative;
    z-index: 2;
}
.lt-about-right-video {
    width: 200px!important;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.lt-about-right-video-content {
    width: calc(100% - 200px)!important;
    padding-left: 30px;
}
.lt-about-right-video .elementor-widget-container {
    position: relative;
    overflow: hidden;
}
.lt-about-right-video .elementor-widget-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.lt-about-right-video .elementor-widget-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-about-right-video a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    
}
.lt-about-right-video:hover a {
    transform: rotate(360deg);
}

/*** Video Pupop ***/
.video-item {
    width: 100%;
    max-width: 600px;
    margin: 0;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure a {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    background: #ff662a;
    border-radius: 50%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    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.10);
}
.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: #fff;
    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;
}

/*** 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;
}

/*** Service ***/
.lt-service-item .elementor-image-box-img {
    position: relative;
    overflow: hidden;
}
.lt-service-item .elementor-image-box-img img {
    border-radius: 8px;
}
.lt-service-item .elementor-image-box-img a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(255, 102, 44, 0.70);
    content: "";
    width: 290px;
    height: 210px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    border-radius: 8px;
    transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
}
.lt-service-item:hover .elementor-image-box-img a:before {
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}
.lt-service-item-icon {
    left: 0!important;
    right: 0!important;
    margin: 0 auto!important;
}
.lt-service-item-icon {
    height: 80px;
    line-height: 67px;
    width: 80px!important;
    border: 10px solid rgba(255, 255, 255, 0.60);
    margin: 0 auto!important;
    border-radius: 50%;
}
.lt-service-item-icon .elementor-widget-container {
    height: 60px;
    line-height: 67px;
    width: 60px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.lt-service-item-icon .elementor-icon-wrapper {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-service-item-icon:hover .elementor-icon-wrapper {
    transform: rotate(360deg)!important;
    background: #ff662a;
}
.lt-service-item .elementor-image-box-title {
    margin-top: 45px!important;
}

/*** Work ***/
.lt-work-wrap .elementor-row .lt-work-item:before {
    position: absolute;
    top: 0;
    right: -30px;
    background: url(../inc/img/star.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 41px;
    content: "";
    top: 73px;
}
.lt-work-wrap .elementor-row .elementor-column:last-child .lt-work-item:before {
    display: none;
}
.lt-work-item .elementor-icon {
    height: 200px;
    width: 200px;
    border: 10px solid #f5f5f5!important;
    border-radius: 50%;
}
.lt-work-item .elementor-icon i {
    line-height: 180px;
    display: inline-block!important;
}
.lt-work-item .elementor-icon-box-title {
    position: absolute;
    top: 0px;
    right: 35px;
    line-height: 55px;
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 50%;
    background: #00b0bf;
    transition: all 0.5s ease-in-out 0s;
}
.lt-work-item:hover .elementor-icon-box-title {
    background: #ff662a;
    border-color: #f4591d;
    color: #ffffff;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(360deg);
}
.lt-work-item .elementor-icon-box-content h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #1a1e32;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

/*** Gallery ***/
.lt-gallery .lt-gallery-item ul li a:hover {
    background-color: #54595f;
}
.lt-gallery .lt-gallery-item .premium-gallery-item:hover .pa-gallery-img-container:before {
    height: 100%;
}
.lt-gallery .lt-gallery-item .pa-gallery-img-container {
    position: relative;
}
.lt-gallery .lt-gallery-item .pa-gallery-img-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height:0;
    background: rgba(255, 102, 44, 0.70);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.lt-gallery .lt-gallery-item .premium-gallery-caption {
    bottom: -40px !important;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.lt-gallery .lt-gallery-item .premium-gallery-item:hover .premium-gallery-caption {
    bottom: 30% !important;
}
.lt-gallery .pa-gallery-img-container img {
    width: 100%;
}
.lt-gallery-item .pa-gallery-icons-inner-container i:before {
	font-family: FontAwesome;
}

/*** Team ***/
.lt-team-item .team-content {
    padding: 20px 0 0;
    top: 50%;
    -webkit-transform: translate(10px,-50%);
    transform: translate(10px,-50%);
}
.lt-team-item {
    position: relative;
}
.lt-team-item:after {
    position: absolute;
    background: 0 0;
    display: block;
    content: " ";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background: rgba(49,49,49,.95);
}
.lt-team-item:hover:after {
    opacity: 1;
    visibility: inherit;
}
.lt-team-item .elementor-image-box-img {
    margin-bottom: 0!important;
}
.lt-team-item .team-content, 
.lt-team-item .team-content-social {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
    z-index: 2;
}
.lt-team-item .team-content, 
.lt-team-item .team-content-social, 
.lt-team-item .elementor-image-box-img:after {
    position: absolute;
    width: 100%;
}
.lt-team-item .team-content-social {
    bottom: 30px;
}
.lt-team-item:hover .team-content {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.lt-team-item:hover, 
.lt-team-item:hover .team-content, 
.lt-team-item:hover .team-content-social {
    opacity: 1;
}
.lt-team-item .team-content h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 0 4px;
    color: #fff;
}
.lt-team-item .team-content p {
    font-size: 14px;
    opacity: .8;
    margin: 0;
    color: #fff;
}
.lt-team-item .team-content-social ul > li {
    display: inline-block;
    margin-right: 26px;
}
.lt-team-item .team-content-social a i {
    color: #b5b2b2;
}
.lt-team-item .team-content-social a:hover i {
    color: #fff;
}

/*** Carousel Image  ***/
.lt-carousel-image p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
	color: #fff !important;
}
.lt-carousel-image h3 {
    font-size: 17px;
    margin: 13px 0;
	color: #fff;
}
.lt-carousel-image h5 {
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
	color: #fff;
    padding-bottom: 25px;
}
.lt-carousel-image .slick-slide-inner {
    margin: 0 auto !important;
    max-width: 800px;
    background: #fff;
    padding: 0px 30px;
    padding-top: 40px;
    border-radius: 8px;
}
.lt-carousel-image .elementor-slick-slider ul.slick-dots li {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    margin: 0 5px !important;
}
.lt-carousel-image .slick-next.slick-arrow, .slick-prev.slick-arrow {
    background: #00b0bf !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px;
}

/*** Testimonial ***/
.lt-testimonial .premium-testimonial-text-wrapper {
    max-width: 700px;
    margin: 40px auto 0!important;
}
.lt-testimonial .review-box {
    line-height: 30px;
    margin-bottom: 27px;
}
.lt-testimonial .review-box ul {
    text-align: center;
    margin-bottom: 20px
}
.lt-testimonial .review-box ul li {
    float: none;
    margin-right: 0;
    margin: 0 2px;
    list-style: none;
    display: inline-block;
}
.lt-testimonial .review-box ul li i {
    color: #fda700!important;
    font-size: 16px;
}

/*** solutions ***/
.lt-solutions .slick-slide img {
    display: block;
    width: 9%;
    border-radius: 50%;
}
.lt-solutions p {
    position: relative;
    font-size: 18px;
    margin: 23px 0;
    font-weight: 400;
}
.lt-solutions p:before {
    content: "\f10d";
    position: absolute;
    font-family: FontAwesome;
    left: 200px;
    top: -20px;
    font-size: 33px;
    display: inline-block;
    color: #00b0bf;
}
.lt-solutions p:after {
    content: '\f10e';
    position: absolute;
    font-family: FontAwesome;
    right: 200px;
    font-size: 33px;
    bottom: -20px;
    display: inline-block;
    color: #00b0bf;
}
.lt-solutions h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 30px 0 8px 0;
    color: #222;
}
.lt-solutions h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
}

/*** Choose ***/
.lt-choose-item {
    position: relative;
    z-index: 1;
}
.lt-choose-item:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ff662a;
    border-radius: 7px;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
    opacity: 0;
}
.lt-choose-item:hover:before {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}
.lt-choose-item .elementor-icon-box-wrapper {
    position: relative;
}
.lt-choose-item .elementor-icon-box-icon i,
.lt-choose-item .elementor-icon-box-title {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-choose-item:hover .elementor-icon-box-icon i,
.lt-choose-item:hover .elementor-icon-box-title {
    color: #fff!important;
}

/*** Client ***/
.lt-client img {
    padding: 30px 0;
    opacity: .5;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.lt-client img:hover {
    opacity: 1;    
    cursor: pointer;
}

/*** Feature ***/
.lt-feature .elementor-widget-wrap {
	display: block;
}
.lt-feature-item h2 {
    color: #000;
    background: #9a98bb;
    font-size: 28px;
    margin-right: 15px;
    float: left;
    line-height: 60px;
    text-align: center;
    width: 60px;
    border-radius: 50px;
    height: 60px;
    float: left;
}
.lt-feature-item-ct {
	float: left;
}
.lt-feature-item h4 {
	margin: 4px 0 7px!important;
	color: #3b3e79;
	font-size: 23px;
}

/*** Case ***/
.lt-case-item .elementor-image-box-content {
	padding-right: 10px;
}
.lt-case-item h3 {
	margin: 30px 0 5px!important;
}
.lt-case-item img {
    margin-left: 40px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.lt-case-item:hover img {
    margin-left: 0;
}

/*** Partner ***/
.lt-partner-item {
    border: 1px solid rgba(0,0,0,0.07);
    display: block;
}
.lt-partner-item .elementor-image-box-content {
	padding: 30px 30px 30px 0;
}
.lt-partner-item h5 {
    font-size: 21px;
    font-weight: 700;
    color: #3b3e79;
    margin: 40px 0 10px;
}
.lt-partner-item h6 {
    color: #cfcfcf;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-top: 0;
    margin-bottom: 5px;
    font-style: initial;
}

/*** Testimonial ***/
.lt-testimonial-item:hover .elementor-testimonial-content {
    border-color: #f2784b!important;
}
.lt-testimonial-item .elementor-testimonial-content {
    margin: 1px;
    padding: 30px;
    margin-bottom: 3em;
    border: 3px solid transparent;
    -webkit-box-shadow: 0 0 0 1px #e5e5e5;
    box-shadow: 0 0 0 1px #e5e5e5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.lt-testimonial-item .elementor-testimonial-content:after {
    -webkit-transform: translate3d(-50%, -4px, 0);
    transform: translate3d(-50%, -4px, 0);
}
.lt-testimonial-item .elementor-testimonial-content:before, 
.lt-testimonial-item .elementor-testimonial-content:after {
	display: block;
    content: "";
    border-style: solid;
    height: 20px;
    width: 30px;
    border-color: #ffffff transparent transparent;
    border-width: 19px 14px 0;
    position: absolute;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: border-color 0.3s ease, bottom 0.32s ease;
    transition: border-color 0.3s ease, bottom 0.32s ease;
}
.lt-testimonial-item .elementor-testimonial-content:after {
	-webkit-transform:translate3d(-50%, -4px, 0);
	transform:translate3d(-50%, -4px, 0);
}
.lt-testimonial-item .elementor-testimonial-content:before {
	border-top-color:#e8e7e7;
}
.lt-testimonial-item:hover .elementor-testimonial-content:before {
	border-top-color:#f2784b;
}
.lt-testimonial-item img {
	margin: 22px 0 0;
}
.lt-testimonial-item .elementor-testimonial-job {
	margin-top: 10px;
}

/***  ***/
.lt-solution-our .elementor-toggle .elementor-tab-title,
.lt-solution-our .elementor-toggle .elementor-tab-title:hover {
    background: #00b0bf;
    opacity: 0.8;
    border-radius: 8px;
}
.lt-solution-our .elementor-toggle .elementor-tab-title.elementor-active {
    background: #ff662a;
    opacity: 0.8;
    border-radius: 8px 8px 0 0;
}
.lt-solution-our .elementor-toggle .elementor-tab-content.elementor-active {
    border-radius: 0 0 8px 8px;
}
.lt-solutions img {
	width: 10%;
}

/*** Price ***/
.lt-price-icon .elementor-widget-container {
	text-align: center;
}
.lt-price-icon .elementor-icon-box-wrapper {
	display: inline-block!important;
}
.lt-price-icon .elementor-icon {
	border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    background-color: #f2784b
}
.lt-price-icon .elementor-icon i {
	margin: 0 auto;
    line-height: 51px
}
.lt-price-icon .elementor-icon-box-content,
.lt-price-icon .elementor-icon-box-icon {
	display: inline-block;
	float: left;
}
.lt-price-icon .elementor-icon-box-content h3 {
	margin-top: 17px;
}

.lt-price-item .elementor-widget-wrap {
    border: 1px solid #ddd;
    padding: 30px;
}
.lt-price-item.center .elementor-widget-wrap {
    border: 6px solid #f2784b;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: -25px 0;
}
.lt-price-item ul li {
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: rgba(0,0,0,0.8);
    list-style: none;
    text-align: center;
}
.lt-price-item ul li:nth-child(2) {
	color: #999999;
}
.lt-price-item h4 {
    font-size: 23px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.lt-price-item .heading {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.lt-price-item h4,
.lt-price-item .heading,
.lt-price-item ul li strong {
    color: #3b3e79;
}
.lt-price-item ul li strong {
    font-size: 65px;
    font-weight: 700;
}
.lt-price-item ul li .heading,
.lt-price-item ul li .heading {
    font-size: 30px;
    font-weight: 700;
}
.lt-price-item.center h4,
.lt-price-item.center .heading,
.lt-price-item.center ul li strong {
	color: #f2784b;
}
/*** Counter ***/
.lt-counter{
    position: relative;
    z-index: 1;
}
.lt-counter .lt-counter-content{
    background: linear-gradient(to bottom,#f2784b,#3b3e79);
    height: 210px;
    width: 200px;
    padding: 65px 0;
    position: relative;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.lt-counter .lt-counter-content:before{
    content: '';
    height: 85%;
    width: 85%;
    background-color: #fff;
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.lt-counter .elementor-counter-number{
    font-size: 40px;
    font-weight:700;
    margin-bottom: 5px;
    display: block;
    transition:all 0.3s;
}
.lt-counter:hover .elementor-counter-number{ 
	text-shadow: 0 0 2px rgba(0,0,0,0.5); 
}

/*** Blog ***/
.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;
}
.premium-blog-effect-container.premium-blog-squares-effect:before,
.premium-blog-effect-container.premium-blog-squares-effect:after,
.premium-blog-squares-square-container:after,
.premium-blog-squares-square-container:before {
    background-color: #ff662a !important;
}
.lt-blog .premium-blog-content-wrapper {
    text-align: left !important;
    top: 0;
    margin: 0;
    z-index: 2;
    clear: both;
    padding: 20px 0;
    border-radius: 0px 0px 8px 8px;
    background: rgba(255,255,255,0.05) !important;
}
.lt-blog .premium-blog-post-container {
    position: relative;
}
.lt-blog .premium-blog-entry-title a {
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 20px !important;
}
.premium-blog-post-content {
    display: none;
}
.lt-blog .premium-blog-post-edit {
    position: absolute;
    right: 20px;
    top: -50px;
    border-radius: 4px;
    background-color: #5ac24e;
    padding: 3px 15px;
}
.lt-blog .premium-blog-thumbnail-container:before,
.lt-blog .premium-blog-thumbnail-container:after {
    background: #fff;
}
.lt-blog .premium-blog-entry-meta {
    margin-top: 10px;
}
.premium-blog-meta-data a {
    font-family: 'Poppins', sans-serif !important;
    color: #999 !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}
.lt-blog .premium-blog-post-content {
    border-top: none !important;
    padding-top: 5px !important;
}
.elementor-widget-premium-addon-blog .premium-blog-entry-title:hover a {
    color: #ff662a !important;
}
.elementor-widget-premium-addon-blog .premium-blog-thumbnail-container:before, 
.elementor-widget-premium-addon-blog .premium-blog-thumbnail-container:after {
    background-color: #fff !important;
}
.lt-blog .premium-blog-post-container.classic .premium-blog-content-wrapper {
	top: 0px !important;
}

/*** Contact ***/
.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-information .lt-contact-information-item form.wpcf7-form {
    margin-left: 0;
    margin-top: 0;
}
.wpcf7-form-control-wrap.your-service select.wpcf7-form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 400;
}
.lt-address li {
    list-style-type: none;
    margin: 10px 0;
    color: #000;
}
.lt-address li:before {
    font-size: 20px;
}
.lt-address li a {
    margin-left: 12px;
}
.lt-address a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}
.lt-address p {
    font-size: 13px;
    line-height: 25px;
    margin-top: 30px;
}

/*** Contact Form ***/
form.wpcf7-form {
    max-width: 470px;
    margin: 50px auto 0;
}
.wpcf7-form p {
    margin: 15px 0;
}
.wpcf7-form p:nth-child(-n+5) {
	width: 49%!important;
	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 #cccccc;
    border-radius: 7px;
}
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 13px 0;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit {
	padding: 24px 41px;
    display: inline-block;
    margin-top: 28px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    background: #ff662a;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wpcf7-form textarea {
    max-height: 100px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #f2784b;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus, select:focus {
    border-color: #ff662a !important;
}
/*** Page-Blog ***/
.widget .widget-title,
.widget_calendar caption {
    position: relative;
    color: #f2784b;
    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-color: #f2784b;
}
.widget li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 300;
}
.page-header, .widget {
    border: none;
}
.comments-link a {
    font-family: 'Poppins', 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: #f2784b !important;
    font-size: 23px !important;
    font-weight: 600;
}
.entry-title a:hover, .widget ul li a:hover {
    color: #1fc6c7 !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: #f2784b ;
}
.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: 'Poppins', 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: #5AADDD !important;
}
.form-submit input:hover {
    background-image: linear-gradient(269deg, #00d9a6 0%, #9be15d 100%) !important;
}
.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: #f2784b !important;
    border: none !important;
    font-family: Roboto, sans-serif;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #f2784b ;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-family: Roboto !important;
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #f2784b ;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
span.price {
    padding-bottom: 45px;
}

/*** Footer ***/
.main-footer, .site-footer {
    background: #1b1d1f;
    color: #a0aec6;
    float: left;
    width: 100%;
}
.main-footer {
    padding: 50px 0;
}
.main-footer h2 {
    font-size: 19px;
    margin: 0 0 20px;
    color: #fff;
}
.main-footer p {
    color: #a0aec6;
}
.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;
    font-family: 'Open Sans', sans-serif;
}
.main-footer .footer1 ul li:before {
    font-family: FontAwesome;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100px;
    background-color: #00b0bf;
    line-height: 45px;
    padding: 14px;
    color: #fff;
    margin-right: 10px;
}
.main-footer .footer1 ul li a {
    box-shadow: none;
    color: #a0aec6;
}
.main-footer .footer1 ul li.link a:hover ,
.main-footer .footer3 ul li a:hover {
    color: #f2784b;
}
.main-footer .footer1 ul li.link:hover:before {
    background: #f2784b;
}
.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;
}
.main-footer .footer3 ul li a {
	color: #a0aec6;	
}
.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: #00b0bf;
}

/*** Responsive ***/
@media(max-width: 1679px) {
    .right-menu {
        display: none !important;
    } 
}
@media(max-width: 1280px) {
	.site-header {
		padding: 0 5px!important;
	}
	.lt-case-item .elementor-button .elementor-button-text {
		font-size: 10px!important;
	}
}
@media(max-width: 1024px) {
    .main-navigation a {
        font-size: 13px !important;
    }
    .wp-custom-logo .site-header-main, body:not(.home) header .site-header-main {
        padding: 0 50px;
    }
	.lt-slider-right-social {
		margin-top: 125px;
	}
}
@media(max-width: 910px) {
    body.home #menu-main-menu {
        background: #838181;
        padding: 0 10px 
    }
    .site-header.is-sticky #menu-main-menu {
        background: #fff;
    }
	.primary-menu > li > a {
		color: #000;
	}
}
@media(max-width: 768px) {
    .wp-custom-logo .site-header-main, body:not(.home) header .site-header-main {
        padding: 0 10px;
    }
    #lt-slider-right-img {
        display: none!important;
    }
    .lt-slider .elementor-background-video-container {
    	display: block!important;
    }
    .lt-slider .elementor-background-video-container .elementor-background-video-embed {
    	height: 100% !important;
    }
    .lt-slider-right-social {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: 0%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .lt-work-wrap > .elementor-container > .elementor-row > .elementor-element {
        width: 50% !important;
    }
    .lt-slider-right-call .elementor-widget-container {
        margin: 100px 0 100px!important;
    }
    .lt-slider-right-call .elementor-icon-box-wrapper {
        float: initial;
        margin: auto!important;
    }
	.lt-blog .elementor-element .premium-blog-post-outer-container {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.lt-solutions p:before {
		left: 0 !important;
		top: -35px !important;
	}
	.lt-solutions p:after {
		right: 10px !important;
		bottom: -90px !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: 2px !important;
    }
}
@media(max-width: 767px) {
	.lt-slider-left .elementor-column-wrap {
		max-width: 100% !important;
	}
	div.lt-slider-right-social {
		text-align: left !important;
		width: 100% !important;
	}
	.lt-address .elementor-widget-container h2 {
		padding-left: 20px !important;
		padding-top: 20px !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-about-right-video,
    .lt-about-right-video-content {
        width: 100%!important
    }
    .lt-work-wrap > .elementor-container > .elementor-row > .elementor-element {
        width: 100% !important;
    }
	div.lt-slider-right-social {
		text-align: left !important;
	}
	.elementor-89 .elementor-element.elementor-element-563335c > .elementor-element-populated {
		padding-left: 10px !important;
		padding-right: 10px !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;
}