/*
Theme Name: Ltptrade4 Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.header-button .button {
	font-size: 18px;
	text-transform: none;
	border: none;
	font-weight: 500;
    text-transform: none;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    min-width: 146px;.
    box-shadow: none;
}
.header-button .button:hover {
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}
@media (max-width: 512px) {
	.header-button .button {
	    font-size: 12px;
	   min-width: 87px;
    	padding: 0px 6px;
	}
}

.up_down1 {
    animation-name: MoveTop;
    animation-timing-function: linear;
    animation-duration: 7s;
    animation-delay: 0s;
        animation-iteration-count: infinite;
            animation-direction: alternate;
}
.up_down1 img {
	 width: 100%;
}
@keyframes MoveTop {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
  }
}



h1 {
	font-size: 40px;
}
.alt-font {
	font-size: 18px;
}
.button:not(.icon) {
	font-size: 14px;
	box-shadow: none;
}
.button:not(.icon).white {
	font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    color: #000!important;
    min-height: 45px;
    line-height: 45px;
}
.button:not(.icon).is-large {
    line-height: 17px;
    padding: 18px 40px;
}
.button:not(.icon):hover {
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}
.featured-box h3 {
	color: #fff;
	font-size: 18px;
}
.featured-box .icon-box-text {
	position: relative;
    min-height: 88px;
}
.featured-box .button {
	position: absolute;
    top: -60px;
}
.featured-box .button.secondary {
    background-color: #2a2e32!important;
    color: #fff;
    height: 49px;
    padding: 7px 12px;
    font-family: Nunito,sans-serif;
    width: 120px;
    font-size: 11px;
}
.section h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 53px;
}

.row-custom .featured-box .icon-box-text:before {
    content: "";
    height: 260px;
    width: 100%;
    background-color: #EEF5FF;
    border-radius: 29px 29px 29px 29px;
    position: absolute;
    bottom: -30px;
    z-index: -1;
    left: 0;
}
.testimonial-text {
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    border: 2px solid #841bed !important;
    padding: 45px;
    border-radius: 19px;
    font-style: normal!important;
}
.testimonial-slide { align-items: center; max-height: 400px; }
.testimonial-slide .flickity-viewport { min-height: 400px; overflow: initial; }
.testimonial-slide .col:not(.is-selected) { opacity: 0.32; }
.testimonial-name  {
    font-size: 20px;
}
.footer-1 {
    padding-top: 70px;
}
.footer-1 .is-divider {
    display: none;
}
.footer-1 span.widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    text-transform: none;
}
.footer-1 img {
    display: block;
    margin-bottom: 15px;
}
.footer-1 p {
    color: #7a7a7a;
    font-size: 14px;
}
.footer-1 ul li a {
    color: #7a7a7a;
    font-size: 14px;
}
.footer-1 p.mail {
    color: #fff;
}
.footer-1 p.mail a {
    color: var(--primary-color);
}
.copyright-footer {
    font-size: 14px;
    color: #7A7A7A;
    line-height: 20px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    padding-top: 50px;
    border-top: 1px solid #8b8d96;
}

@media (max-width: 512px) {
    h1,.section h2 {
        font-size: 28px;
        line-height: 1.4;
    }
    .button:not(.icon).is-large {
        padding: 13px 25px;
    }
    .testimonial-text {
        padding: 20px;
    }
}



















