

@import "font-awesome.css";

/* Button-custom
-------------------------------------------------------------- */
.themesflat-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    font-family: 'Rubik', sans-serif;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}



.ptt0
{
    padding-top: 0!important;
}

.fl-btn {
    position: relative;
}

.themesflat-button.bg-accent {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.themesflat-button.bg-white {
    background-color: var(--white-color);
    border: 2px solid var(--primary-color);
}

.themesflat-button.bg-accent-2 {
    background-color: var(--primary-color3);
    border: 2px solid var(--primary-color3);
}

.themesflat-button.bg-accent-3 {
    background-color: var(--primary-color3);
    border: 2px solid var(--primary-color3);
}

.themesflat-button.bg-accent-4 {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.themesflat-button.bg-trans {
    background: transparent;
}

.themesflat-button.big {
    padding: 22px 38px 19px 37px;
}

.themesflat-button.small {
    padding: 5px 109px 5px 90px;
    border-radius: 5px;
}

.themesflat-button.btn-contact {
    padding: 12px 35px 8px 33px;
}

.themesflat-button.bg-accent-2:hover,
.themesflat-button.bg-accent:hover {
    background-color: transparent;
    border: 2px solid var(--white-color);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.themesflat-button.bg-accent-3:hover {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.themesflat-button.bg-accent-4:hover {
    background-color: transparent;
    border: 2px solid var(--primary-color3);
    color: var(--primary-color3);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}



.fl-btn-before:before {
    width: 3px;
    height: 75%;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.fl-btn-before:hover:before {
    height: 0;
    opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.fl-btn-before.before-style-1:before {
    background-color: #fff;
}

.fl-btn-before.before-style-2:before {
    background-color: #434343;
}

/* slide */
.carousel-banner.fl-st-1 {
    margin-top: 105px;
    margin-bottom: 220px;
}

.carousel-banner.fl-st-2 {
    margin-top: 232px;
    margin-bottom: 255px;
}

.carousel-banner.fl-st-3 {
    margin-top: 265px;
    margin-bottom: 328px;
}

.slide-item {
    padding-right: 13%;
}

.slide-item.fl-st-2 {
    padding-right: 25%;
}

.slide-item.fl-st-3 {
    text-align: center;
    padding: 0 15%;
}

.slide-item h1 {
    line-height: 86.4px;
}

.slide-item p {
    padding-top: 28px;
    line-height: 30px;
    padding-left: 4px;
}

.wrap-font-2 {
    font-family: var(--opensans-font);
}

.slide-item .btn-slide {
    padding-top: 60px;
}

.slide-item.fl-st-2 .btn-slide {
    padding-top: 49px;
}

.slide-item .btn-slide a {
    margin-right: 30px;
text-transform: uppercase;}

.slide-item .btn-slide.fl-st-2 {
    padding-top: 48px;
    justify-content: center;
}

.carousel-banner {
    position: relative;
    z-index: 3;
}

.carousel-banner .title-st-2 {
    font-size: 100px;
    font-weight: var(--font-weight-regular);
    line-height: 120px;
}

.carousel-banner .owl-carousel .owl-dots {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    top: 52%;
    transform: translateY(-50%);
    right: -26%;
}

.carousel-banner .owl-carousel .owl-dots .owl-dot {
    position: relative;
    width: 50px;
    height: 50px;
    font-weight: var(--font-weight-bold);
    background: transparent;
    border: 1px solid #C5C5C5;
    border-radius: 50%;
    text-align: center;
    padding: 12.5px 0;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-banner.fl-st-3 .owl-carousel .owl-dots .owl-dot,
.carousel-banner.fl-st-1 .owl-carousel .owl-dots .owl-dot {
    color: #fff;
}

.carousel-banner.fl-st-2 .owl-carousel .owl-dots .owl-dot {
    color: var(--primary-color3);
}

.carousel-banner .owl-carousel .owl-dots .owl-dot.active {
    color: var(--primary-color);
}

.carousel-banner .owl-carousel .owl-dots .owl-dot::after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-banner .owl-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
    right: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-banner .owl-carousel .owl-dots .owl-dot.active,
.carousel-banner .owl-carousel .owl-dots .owl-dot:hover {
    background-color: rgba(183, 183, 183, 0.5);
    border: 1px solid rgba(183, 183, 183, 0.5);
}

/* animation slider */
.carousel-banner .owl-carousel .owl-item.active .title {
    animation: fadeInUp ease-in-out 0.8s 0.8s both;
text-transform: uppercase;font-weight: 600;}

.carousel-banner .owl-carousel .owl-item.active .sub-title {
    animation: fadeInUp ease-in-out 1s 1s both;
}

.carousel-banner .owl-carousel .owl-item.active .btn-slide {
    animation: fadeInDown ease-in-out 1.1s 1.1s both;
}

/*.carousel-banner .title,
.carousel-banner .sub-title ,
.carousel-banner .btn-slide {
    opacity: 0;
}*/

.carousel-banner .owl-item.active .title,
.carousel-banner .owl-item.active .sub-title ,
.carousel-banner .owl-item.active .btn-slide {
    opacity: 1;
}

/* tf-counter */
.tf-counter {  
    position: relative;
    z-index: 1;
}
.tf-counter .wrap-font-2{
    color: #fff;
}

.tf-counter.tf-style-1 {
    background: var(--primary-color3);
    background-image: url(https://i.pinimg.com/originals/b0/5c/97/b05c97675ebef3fad0b91783cf380cef.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

.tf-counter.tf-style-1:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
background: #00000091;}

.tf-counter.tf-style-2 {
    background: #F6F6F6;
    background-image: url(../image/patternphoto/bg-counter2.png);
	background-repeat: no-repeat;
    background-size: cover;
}

.tf-title-heading .logo-small {
    padding-top: 20px;
}

.tf-title-heading .logo-small.fl-st-1 {
    padding-top: 0px;
}

.content-counter .number {
    font-size: 48px;
    font-weight: var(--font-weight-bold);
    color: #f3f3f3;
    line-height: 57.6px;
}

.box-counter {
    border: 1px solid #ffb516;
    position: relative;
    padding: 35px 0px 43px 0px;
}

.box-counter.fl-st-2 {
    border: 1px solid #EBEAEA;
    background: #fff;
}

.box-counter::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #e1be15;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}


.box-counter.active::before,
.box-counter:hover::before {
    background: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-counter::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #b57413;
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-counter.none::after {
    display: none;
}

.content-counter h6 {
    color: #ffffff;
    line-height: 16.8px;
}

.box-counter .feature-counter {
    width: 48%;
    padding-left: 43px;
}

.box-counter .feature-counter.counter-style-1 {
    padding-top: 10px;
    padding-left: 30px;
}

.box-counter .content-counter {
    width: 52%;
}

/* tf-us */ 
.title-us {
    color: var(--primary-color3);
    font-weight: var(--font-weight-medium);
    position: relative;
}

.box-us-left {
    position: relative;
}

.box-us-left.fl-st-1 {
    padding-top: 43px;
}

.box-us-left.fl-st-3 {
    padding-top: 48px;
}

.box-us-left .title-us {
    line-height: 48px;
}

.box-us-left::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: var(--primary-color3);
    top: 50%;
    right: 171px;
    margin-top: -15px;
}

.box-us-left h5 {
    color: #75696D;
    line-height: 35px;
    font-weight: 400;
    padding-top: 10px;
    letter-spacing: 2.7px;
    padding-bottom: 58px;
}

.box-us-left .feature-style-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.box-us-left .feature-style-2 {
    position: absolute;
    bottom: 31px;
    right: 70px;
}

.box-us-left.slide-item.fl-st-3 {
    padding-top: 50px;
}

.box-us-right.fl-st-3 {
    padding-top: 45px;
}

.box-us-left.fl-st-2 .feature-style-5 {
    padding-left: 100px;
    padding-bottom: 20px;
}

.box-us-left.fl-st-2 .feature-style-2 {
    bottom: 20px;
    right: 100px;
}

.box-us-left .feature-style-6 {
    position: absolute;
    bottom: 110px;
    right: 0;
    z-index: -1;
}

.box-us-left .feature-style-7 {
    position: absolute;
    bottom: 143px;
    right: 81px;
    z-index: -1;
}

.box-us-left.fl-st-2::after {
    right: 71px;
}

.box-us-right {
    padding-right: 10px;
    position: relative;
}

.box-us-right .title-us {
    font-size: 32px;
    line-height: 36px;
}

.box-us-right p {
    color: var(--primary-color2);
    line-height: 30px;
}

.box-us-right.fl-st-4 .tf-title-heading {
    margin-top: -7px;
}

.box-us-right .tf-title-heading {
    margin-bottom: 37px;
}

.box-us-right .tf-title-heading.fl-st-2 {
    margin-bottom: 33px;
}

.box-us-right .feature-us {
    position: relative;
    padding-top: 60px;
}

.box-us-right .feature-us::after {
    content: "";
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 70px;
}

.feature-us .feature-style-3 {
    position: absolute;
    left: 100px;
    bottom: 13px;
}

.box-us-right.fl-st-4 .box-custom {
    top: 77px;
}

.box-us-right .box-custom {
    text-align: center;
    width: 217px;
    height: 70px;
    background: var(--primary-color3);
    position: absolute;
    transform: rotate(90deg);
    top: 120px;
    right: -74px;
}

.box-us-right .box-custom h5 {
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    line-height: 70px;
}

.box-us-right.fl-st-2 .title-us {
    padding: 0px 90px 0px 0px;
}

.box-us-right.fl-st-2 p {
    padding-right: 92px;
}

.box-us-right.fl-st-2 .feature-us {
    padding-top: 5px;
}

.box-icon-us {
    padding: 40px 0px 44px 0;
}

.item-icon-us {
    margin-right: 45px;
}

.item-icon-us .box-feature.fl-st-1 {
    padding-right: 20px;
}

.item-icon-us .box-feature.fl-st-2 {
    padding-right: 30px;
}

.item-icon-us h6 {
    font-weight: 600;
    line-height: 16.8px;
    padding-top: 9px;
}

.item-icon-us h6 {
    color: #644950;
}

.item-icon-us .box-feature {
    width: 28%;
}

.item-icon-us .item-content {
    width: 72%;
}

.item-icon-us .item-content.fl-st-2 h6 {
    padding-left: 4px;
}

.feature-us1 {
    position: absolute;
    top: -35px;
    left: -180px;
}

.feature-us2 {
    position: absolute;
    bottom: -167px;
    z-index: -1;
    right: -358px;
    object-fit: cover;
}

.feature-us3 {
    position: absolute;
    top: -88px;
    left: -180px;
}

.feature-us4 {
    position: absolute;
    bottom: -250px;
    z-index: -1;
    right: -358px;
    object-fit: cover;
}


/* letest-news */
.tf-article {
	width: 100%;
}

.tf-article.fl-st-1 {
    margin-bottom: 50px
}

.tf-article.fl-st-2 {
    margin-bottom: 29px;
}

.tf-article.fl-flex .box-feature {
	width: 47.5%;
	overflow: hidden;
}

.tf-article.fl-flex .box-feature img {
	height: 100%;
	-webkit-transform: scale(1); 
      -ms-transform: scale(1); 
          transform: scale(1); 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.tf-article.fl-flex .box-feature.active img,
.tf-article.fl-flex .box-feature:hover img {
	-webkit-transform: scale(1.2); 
      -ms-transform: scale(1.2); 
          transform: scale(1.2); 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.tf-article.fl-flex .box-content {
	width: 52.5%;
	padding-left: 29px;
}

.tf-article .box-feature .day-post {
	background-color: var(--white-color);
	position: absolute;
	z-index: 2;
	bottom: 1px;
	width: auto;
    left: 30px;
    padding: 0 20px;
}

.tf-article .box-feature .day-post li  {
	font-size: 14px;
	color: var(--primary-color3);
    font-weight: var(--font-weight-medium);
	line-height: 52px;
    font-family: var(--rubik-font);
}

.tf-article .box-feature .day-post li :hover {
	color: var(--primary-color);
}

.tf-article .box-content .title-post {
	font-weight: var(--font-weight-medium);
	padding-top: 50px;
padding-bottom: 20px;font-size: 19px;}

.tf-article .box-content .title-post.fl-st-2 {
    padding-top: 14px;
}

.tf-article .box-content .subtitle-post {
	padding-top: 22px;
    letter-spacing: 0.2px;
    line-height: 27px;
	overflow: hidden;
	height: 100px;
    color: #81767a;
}

.tf-article .box-content .wrap-post,
.wrap-comment {
	
	color: #fff;
    line-height: 30px;
}

.tf-article .box-content .box-item-author {
	padding-top: 45px;
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tf-article .box-content .box-item-author.fl-st-2 {
    padding-top: 29px;
}

.form-contact.text-white input{
    border: none;
    border-bottom: 1px solid;
    border-radius: 0!important;
}

.box-item-author .feature-author img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.feature-author.fl-big img {
	width: 70px;
	height: 70px;
}

.box-item-author .info-author {
	padding-top: 5px;
	padding-left: 20px;
}

.box-item-author .info-author h6 {
	font-weight: var(--font-weight-regular);
	line-height: 20px;
}

.box-item-author .info-author h5 {
	font-weight: var(--font-weight-regular);
	line-height: 38px;
}

.box-item-author .info-author h4 {
	font-weight: var(--font-weight-regular);
	line-height: 28px;
}

.load-blog {
    margin-top: 13px;
	text-align: center;
}

.load-blog h6 {
	font-weight: var(--font-weight-regular);
}

.wrap-post.fl-st-1 {
    margin: 17px 0 13px 0;
}

/* brands */
.brand-st-1 {
    padding: 113px 0px 120px 0px;
}

.brand-st-2 {
    padding: 105px 0px 120px 0px;
}

.brand-st-3 {
    padding: 115px 0px 120px 0px;
}

.brand-st-4 {
    padding: 105px 0px 117px 0px;
}

.brand-st-5  {
    padding: 64px 0px 74px 0px;
}

.themesflat-carousel {
	width: 100%;
}

.tf-carousel-brands.dark {
    background: var(--primary-color3);
}

.box-brand {
	padding-top: 5px;
	cursor:w-resize;
}

/* arcive
----------------------------------- */
.tf-article.tf-arcive {
	/*margin-bottom: 47px;*/
}

.tf-article.tf-arcive.fl-st-1 {
	margin-bottom: 0px;
}

.tf-article.tf-arcive .box-content .title-post {
	padding-top: 28px;
}

.tf-article.tf-arcive .box-content .subtitle-post {
	padding-top: 18px;
	letter-spacing: 0.05px;
}

.play-video-2 a {
    cursor: pointer;
	width: 100%;
	text-align: center;
	position: absolute;
    top: 50.5%;
    left: 50%;
    background: var(--primary-color);
    width: 100px;
    height: 100px;
    line-height: 140px;
    transform: translate(-50%, -50%);
}

/*tf-service-builder */
.tf-service-builder {
    background-color: #F6F6F6;
    background-image: url(../image/patternphoto/bg-services.png);
	background-repeat: no-repeat;
    background-size: cover;
}

.tf-service-builder2 {

   /* background-image: url(../image/patternphoto/bg-services2.png);
	background-repeat: no-repeat;
    background-size: cover;*/
}


.box-services-builder {
    text-align: center;
    margin-top: 72px;
    padding: 0 35px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.fl-st-1 {
    background-color: #F6F6F6;
}

.box-services-builder.fl-st-2 {
    background: #fff;
    margin-top: 0;
}

.box-services-builder.fl-st-3 {
    background: #fff;
    text-align: unset;
    padding: 0 0;
    margin-top: 70px;
display: block;}

.box-services-builder::after {
    content: "";
    width: 0;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.fl-st-3::after {
    height: 3px;
}

.box-services-builder.fl-st-3::before {
    content: "";
    height: 3px;
    background: #DEDDDE;
    opacity: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.fl-st-3:hover::before {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.active,
.box-services-builder:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.fl-st-2.active,
.box-services-builder.fl-st-2:hover {
    background: #F6F6F6;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.active::after,
.box-services-builder:hover:after {
    opacity: 1;
    width: 100%;
    background-color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.active .box-icon i,
.box-services-builder:hover .box-icon i {
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder .feature-ovelay-1 {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
        
}

.box-services-builder .feature-ovelay-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.active .feature-ovelay-1,
.box-services-builder:hover .feature-ovelay-1 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder.active .feature-ovelay-2,
.box-services-builder:hover .feature-ovelay-2 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}


.title-sr {
    font-weight: var(--font-weight-medium);
    line-height: 21px;
}

.box-services-builder .box-icon i {
    color: var(--primary-color2);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-services-builder .box-icon {
    padding-top: 47px;
    padding-bottom: 38px;
}

.box-services-builder.fl-st-3 .box-icon {
    padding-top: 0;
}

.box-services-builder .box-wrap {
    padding-left: 20px;
}

.box-services-builder h6 {
    padding-top: 18px;
    padding-bottom: 58px;
}

.box-services-builder .fl-learn-more {
    padding-bottom: 105px;
}

.box-services-builder.fl-st-3 .fl-learn-more {
    padding-bottom: 37px;
}

/* tf-banner */
.tf-banner {
    background-image: url(../image/common/banner-source.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px solid var(--primary-color3);
    padding-top: 110px;
}

.tf-banner .btn-banner {
    padding-top: 37px;
    padding-bottom: 60px;
    text-align: center;
}

.tf-title-heading .title-banner-source {
    padding: 18px 90px;
}

.title-banner-source {
    font-size: 60px;
    line-height: 72px;
    font-weight: var(--font-weight-medium);
}

.content-banner {
    width: 100%;
    background-image: url(../image/patternphoto/bg-inner.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 13px;
}

.content-banner .box-video-banner {
    width: 27%;
    position: relative;
}

.content-banner .wrap-banner {
    float: right;
    width: 73%;
    font-size: 48px;
    font-weight: 1000;
    line-height: 57.6px;
    padding: 120px 178px 120px 0px;
}

.social-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.social-banner ul {
    position: absolute;
    bottom: 32px;
    left: -5px;
    justify-content: center;
    width: 100%;
}

.social-banner ul li {
    margin: 0 18px;
}

.play-video a {
    cursor: pointer;
	width: 100%;
	text-align: center;
	position: absolute;
    top: 50.5%;
    left: 50%;
    background: var(--primary-color3);
    width: 130px;
    height: 130px;
    line-height: 153px;
    transform: translate(-50%, -50%);
}

/* tf-banner2 */
.bg-banner {
    background-image: url(../image/common/banner-source2.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

.inner-banner {
    text-align: center;
    padding: 180px 0px;
}

.inner-banner .title-banner {
    font-weight: 500;
    color: var(--white-color);
    line-height: 86.4px;
    padding: 0 120px;
    -webkit-text-stroke: 0.1px var(--primary-color); 
}

.inner-banner .btn-banner {
    padding-top: 52px;
    padding-bottom: 10px;
}

/* tf-gallery */
.list-gallery {
    margin: 40px 0px;
}

.tf-title-heading.fl-st-1,
.fl-gallery.fl-st-1 {
    padding-top: 60px;
}

.list-gallery.ct {
    justify-content: center;
    margin: 42px 0px;
}

.list-gallery li:first-child:before {
    width: 5px;
    height: 100%;
    content: "";
    background: var(--primary-color);
    position: absolute;
    left: -27px;
    top: 0;
}

.list-gallery li {
    margin-left: 30px;
    position: relative;
}

.list-gallery li.active a {
    color: var(--primary-color) !important;
}

.list-gallery li a {
    line-height: 40px;
}

.box-feature-gallery {
    width: 100%;
    border-radius: 5px;
}

.box-feature-gallery.fl-st-1 {
    margin-bottom: 30px;
}

.box-feature-gallery .overlay-feature {
    border-radius: 5px;
}

.box-feature-gallery.fl-st-2 a::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(71, 66, 70, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-gallery.fl-st-2.active a::before,
.box-feature-gallery.fl-st-2:hover a::before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-gallery.fl-st-2 a::after {
    content: "\e90a";
    font-family: 'icomoon';
    font-size: 50px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-gallery.fl-st-2.active a::after,
.box-feature-gallery.fl-st-2:hover a::after {
    font-size: 60px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	 -ms-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
		 transition: all 0.5s ease-in-out;
}

.fl-gallery.fl-st-2 {
    padding: 29px 40px 0 40px;
}

.btn-gallery {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-gallery.fl-st-2 {
    bottom: 47px;
}

.tf-gl {
    overflow: hidden;
    padding: 0 15px;
    width: 33.333%;
}

.box-feature-gallery .box-icon {
    text-align: center;
    background: var(--primary-color);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    padding: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-gallery .box-icon.fl-st-2 {
    background: none;
}

.box-feature-gallery .box-icon:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

/* tf-team */
.team-st-1 {
    padding: 119px 0px;
}

.box-feature-employee {
    margin-top: 60px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-employee.team-st-2 {
    margin-top: 50px;
}

.box-feature-employee .box-name {
    width: 89%;
    background: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 20px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-employee .box-name p {
    font-weight: var(--font-weight-medium);
    line-height: 50px;
    color: var(--primary-color3);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-employee.active .box-name,
.box-feature-employee:hover .box-name {
    background: var(--primary-color3);
    border-color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-employee.active .box-name p,
.box-feature-employee:hover .box-name p,
.box-feature-employee:active .box-name p a,
.box-feature-employee:hover .box-name p a {
    color: var(--white-color);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-employee .box-name p a:hover {
    color: var(--primary-color);
}

.box-feature-employee .box-icon {
    position: absolute;
    width: 52px;
    height: 52px;
    right: 0;
    opacity: 0;
    bottom: 0px;
    z-index: 2;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

.box-feature-employee.active .box-icon,
.box-feature-employee:hover .box-icon {
    opacity: 1;
    background: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
		 transition: all 0.3s ease-in-out;
}

/* tf-quote */
.tf-quote {
    background: #F6F6F6;
}

.quote-st-1 {
    padding: 115px 0 0 0;
}

.tf-quote.dark {
    background: var(--primary-color3);
}

.tf-quote.light {
    background: var(--white-color);
}

.box-owl-quote {
    position: relative;
    background-image: url(../image/patternphoto/bg-quote.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.quotes-carousel {
    padding: 0 45px;
}

.box-quote {
    padding-top: 20px;
    text-align: center;
}

.box-quote .wrap-quote p {
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    padding: 32px 57px 56px 54px;
}

.box-quote.fl-st-2 .wrap-quote p {
    padding: 32px 0 56px 0;
}

.box-quote .wrap-quote .content-wrap {
    font-weight: 300;
    line-height: 36px;
    padding-top: 40px;
    padding-bottom: 55px;
}

.box-quote .name-quote h5 {
    font-weight: var(--font-weight-regular);
    position: relative;
    line-height: 48px;
    margin-top: 8px;
    z-index: 1;
}

.box-custom-quote {
    position: absolute;
    width: 200px;
    height: 695px;
    background-image: linear-gradient(to bottom, var(--primary-color) 22%, var(--primary-color3) 22%);
    top: 0;
    left: -8px;
    text-align: center;
    padding: 58px 85px;
}

.box-custom-quote .wrap-custom-quote {
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 48px;
}

.quote-img {
    position: absolute;
    right: 0;
    bottom: -120px;
}

.quote-img-2 {
    position: absolute;
    right: 0;
    top: 12%;
}

.name-quote .sub {
    position: relative;
}

.name-quote .sub::before {
    content: "";
    width: 192px;
    height: 2px;
    background: #DDDDDD;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.wrap-font-2.muted-color.f-regular {
    margin-top: 19px;
    font-size: 14px;
}

.name-quote.fl-st-2 .sub::before {
    content: "";
    width: 192px;
    height: 2px;
    background: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.box-quote .box-icon i {
    position: relative;
}

.box-quote .box-icon i::after {
    content: "";
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 50%;
    right: 50%; 
    transform: translate(4px, 6px);
    z-index: -1;
}

.box-icon.fl-st-2 i::after {
    background: var(--primary-color);
}

.box-icon.fl-st-3 i::after {
    background: var(--primary-color2);
}

.box-icon.fl-st-4 i::after {
    background: #E9E8E8;
}

.carousel-quote.fl-st-1 {
    padding: 100px 0px 100px 0px;
}

.carousel-quote.fl-st-2 {
    padding: 110px 0px 100px 0px; 
}

.carousel-quote.fl-st-3 {
    padding: 50px 0px 103px 0px; 
}

.carousel-quote.fl-st-4 {
    padding: 49px 0px 104px 0px; 
}

.carousel-quote.fl-st-5 {
    margin-bottom: 105px;
}

.carousel-quote .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: -4%;
    transform: translateY(-46%);
}

.carousel-quote .owl-carousel .owl-dots .owl-dot {
    width: 5px;
    height: 10px;
    border-radius: 2.5px;
    background: var(--primary-color3);
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-quote .owl-carousel .owl-dots .owl-dot.active {
    height: 50px;
    background: var(--primary-color);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* tf-about-source */
.box-about-source {
    width: 100%;
    padding: 22px 0 26px 0px;
    position: relative;
}

.box-about-source h4 {
    font-weight: var(--font-weight-regular);
    line-height: 36px;
}

.box-about-source .title-about-source {
    width: 70%;
    padding: 0 49px;
}

.box-about-source .fl-learn-more {
    width: 30%;
    padding: 22px;
}

.box-about-source.dark {
    background-image: linear-gradient(to left, #1F191E 12.4%, var(--primary-color3) 12.4%);
}

.box-about-source.theme {
    background-image: linear-gradient(to left, #F14F23 12.4%, var(--primary-color) 12.4%);
}

.box-about-source.theme a:hover {
    color: var(--primary-color3);
}

.box-about-source .fl-learn-more a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* tf-faq */
.box-faq {
    padding: 36px 100px;
}

.border-st-1 {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #E7E0E0;
cursor: pointer;}

.box-faq.border-st-1 i {
	transition:.3s;
}
.box-faq.border-st-1.open i{
	transform:rotate(45deg);
}

.border-st-2 {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #E7E0E0;
}


.box-faq .box-faq-header {
    font-weight: var(--font-weight-medium);
    line-height: 21.6px;
    margin-bottom: 10px;
    text-align: left;
display: flex;align-items: center;justify-content: space-between;}

.box-faq p {
    font-weight: var(--font-weight-regular);
    line-height: 28px;
    text-align: left;
/*height: 0;overflow: hidden;transition: .3s;*/}


.faq-body{
height: 0;overflow: hidden;transition: .3s;	
}
.box-faq p span {
    font-size: 14px;
}

/* tf-portfolio */
.box-feature-portfolio {
    margin-bottom: 30px;
}

.sub-portfolio {
    font-weight: var(--font-weight-regular);
    line-height: 24px;
    padding: 14px 0;
}

.title-portfolio {
    font-weight: var(--font-weight-bold);
    line-height: 24px;
}

.wrap-detail {
    font-weight: var(--font-weight-regular);
    line-height: 28px;
    padding-top: 16px;
}

/* tf-contact */
.box-inner-contact {
    padding-right: 100px;
}

.box-map {
    margin-bottom: 108px;
}

.box-map iframe {
    width: 100%;
}

.box-contact .wrap-comment {
    padding-right: 50px;
}

.title-comment {
    line-height: 28.8px;
    font-weight: var(--font-weight-medium);
}

.title-comment.fl-st-1 {
    margin-bottom: 20px;
}

.title-comment.fl-st-2 {
    margin: 17px 0px 15px 0px;
}

.list-info {
    width: 100%;
    padding: 30px 0 ;
}

.list-info.border-st-1 {
    padding: 53px 0 33px 0px;
}

.list-info .title {
    width: 36%;
    position: relative;
}

.list-info .title h5 {
    font-weight: var(--font-weight-medium);
    line-height: 48px;
}

.list-info .title span {
    position: absolute;
    right: 18px;
}

.list-info .content {
    width: 64%;
    padding: 9px 0;
}

.list-info .content h6,
.list-info .content a {
    font-size: 14px;
    font-weight: var(--font-weight-regular);
    line-height: 16.8px;
}

.list-info .content a {
    margin-right: 20px;
}

.list-info .content a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-form-contact .wrap-comment {
    padding-right: 215px;
}

.box-form-contact .form-contact {
    padding-top: 35px;
}

.form-contact label {
    margin-bottom: 23px
;font-size: 20px;}

.form-contact input[type="text"],
.form-contact input[type="Email"] {
    height: 65px;
    padding: 13px 30px;
}

.form-contact textarea {
    padding: 22px 30px;
    height: 170px;
}

.form-contact input[type="text"],
.form-contact input[type="Email"],
.form-contact textarea {
    border-radius: 7px;
}

.form-contact .btn-submit {
    padding-top: 56px;
}

.form-contact .btn-submit button {
    border: 1px solid var(--primary-color);
}

label.error {
    color: red;
}


.box-time-work-title {
    font-weight: var(--font-weight-regular);
    color: var(--primary-color2);
    font-size: 15px;
}
.wrap-post ul {
    padding-left: 22px;
    margin-top: 17px;
    font-size: 15px;
    margin-bottom: 15px;
}
.wrap-post ul li{
    list-style: disc;
}


/*section.fl-section-bot.mb-5.text-form-back {
    background: #dfdfdf;
    padding-top: 41px;
}*/


.box-content p{
    border-left: 2px solid var(--primary-color);
    padding-left: 40px;
}

.content-black *{
    color: #000;
}

.parent-wrapper {
    position: relative;
    width: 100%;
    /* height: 270px; */
    margin: 40px auto 0;
    background-image: url("http://www.imgbase.info/images/safe-wallpapers/digital_art/1_miscellaneous_digital_art/41750_1_miscellaneous_digital_art_simple_dark_shapes.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -600%;
    /* background-color: #000; */
    border-radius: 4px;
    color: #fff;
    /* box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5); */
  }
  
  .close-btn {
    margin: 20px;
    font-size: 18px;
    cursor: pointer;
  }
  
  .subscribe-wrapper {
    /* position: absolute; */
    /* left: -30px; */
    /* right: -30px; */
    /* height: 200px; */
    padding: 30px;
    background-image: url("https://i.imgur.com/MRjF1PL.png?1");
    background-position-x: 0;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
  background-size: contain;}
  
  .subscribe-wrapper:after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: 77px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--primary-color);
  }
  
  .subscribe-wrapper .form-name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 28px;
  margin-bottom: 24px;}
  
  .subscribe-wrapper input[type="text"] {
    /* position: absolute; */
    bottom: 30px;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    width: 65%;
    background: transparent;
    transition: all 0.25s ease;
  }
  
  .subscribe-wrapper input:focus {
    outline: none;
    border-bottom: 1px solid #a77cf4;
  }
  
  .subscribe-wrapper .submit-btn {
    position: absolute;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    right: -10px;
    bottom: 30px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: -5px 6px 20px 0px rgba(51, 51, 51, 0.4);
  }

  .check-title {
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 17px;
}
  
  .subscribe-wrapper .submit-btn:hover {
    background-color: #8e62dc;
  }

  .check-wrapper label {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-right: 9px;
    cursor: pointer;
width: 100%;}

.check-wrapper input[type="checkbox"] {
    margin-left: 7px;
    cursor: pointer;
}

.check-wrapper {
    width: 30%;
}

.subscribe-wrapper input[type="text"]::placeholder{
    color: #fff;
    font-weight: 600;
}
  
.letest-news .subtitle-post{
    padding-left: 15px;
    padding-top: 0px!important;
    overflow:visible;
}

.letest-news .tf-article.fl-flex .box-feature{
    height: 327px;
    background-size: cover;
    background-position: center;
}


.callmoduling-div {
    position: fixed;
    width: 100%;
    max-width: 700px;
    z-index: 999;
    top: 30%;
    left: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    padding: 32px 34px;
    box-shadow: 0px 4px 8px #000;
    transition:.3s;
}

.callmoduling-div-close {
    position: absolute;
    right: 20px;
    top: 6px;
    cursor: pointer;
    font-size: 22px;
}

input.stop {
    border-color: #f31e1e!important;
}

.check-title.stop {
    color: #f31e1e;
}

.absolute-layout-tf {
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 50%;
    left: 50%;
    color: #000;
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 150px;
    font-size: 20px;
    transform: translate(-50%, -50%) scale(0);
    box-shadow: 0px 3px 9px #00000061;
    transition:.3s;
}
.absolute-layout-tf.show
{
	transform:translate(-50%, -50%) scale(1);
}

a.site-lang {
    font-weight: 800;
    text-decoration: underline;
    opacity: 0.9;
}