﻿@charset "UTF-8";

.ft-project-slider-area .slick-dots,.ft-service-slider-2 .slick-dots,.ft-service-slider-wrapper .slick-dots,.ft-testimonial-slider-area .slick-dots {
	margin-top: 55px;
	position: static
}

.ft-project-slider-area .slick-dots li,.ft-service-slider-2 .slick-dots li,.ft-service-slider-wrapper .slick-dots li,.ft-testimonial-slider-area .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 100%;
	position: relative;
	transition: .3s all ease;
	background-color: #00044b
}

.ft-project-slider-area .slick-dots li:before,.ft-service-slider-2 .slick-dots li:before,.ft-service-slider-wrapper .slick-dots li:before,.ft-testimonial-slider-area .slick-dots li:before {
	top: -5px;
	left: -5px;
	content: "";
	opacity: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 100%;
	transition: .3s all ease;
	border: 2px solid #ea1e00
}

.ft-project-slider-area .slick-dots li button,.ft-service-slider-2 .slick-dots li button,.ft-service-slider-wrapper .slick-dots li button,.ft-testimonial-slider-area .slick-dots li button {
	display: none
}

.ft-project-slider-area .slick-dots li.slick-active,.ft-service-slider-2 .slick-dots li.slick-active,.ft-service-slider-wrapper .slick-dots li.slick-active,.ft-testimonial-slider-area .slick-dots li.slick-active {
	background-color: #ea1e00
}

.ft-project-slider-area .slick-dots li.slick-active:before,.ft-service-slider-2 .slick-dots li.slick-active:before,.ft-service-slider-wrapper .slick-dots li.slick-active:before,.ft-testimonial-slider-area .slick-dots li.slick-active:before {
	opacity: 1
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: inherit
	}
}

@font-face {
	font-family:SiYuanRegular;src:url(../fonts/SourceHanSansCN-Regular.otf);font-display:swap
}

@font-face {
	font-family:Roboto-Medium;src:url(../fonts/Roboto-Medium-12.ttf);font-display:swap
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.5;
	color: #212529;
	font-family: SiYuanRegular,Roboto;
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased
}

.ul-li ul {
	margin: 0;
	padding: 0
}

.com-page-item ul {
	text-align: center
}

.ul-li ul li {
	list-style: none;
	display: inline-block
}

.ul-li-block ul {
	margin: 0;
	padding: 0
}

.ul-li-block ul li {
	display: block;
	list-style: none
}

.text-red {
	color: #ea1e00
}

.brief-qrcode {
	margin-bottom: 30px
}

.brief-qrcode img {
	max-width: 120px
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../fonts/loader.svg") no-repeat center center
}[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

a {
	color: inherit;
	text-decoration: none;
	transition: .5s all ease
}

a:focus,a:hover {
	text-decoration: none
}

a:hover {
	color: #222
}

img {
	max-width: 100%;
	height: auto
}

button {
	cursor: pointer
}

.ptext-over,.stext-over {
	overflow: hidden;
	text-overflow: ellipsis
}

.stext-over {
	white-space: nowrap
}

.ptext-over {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.form-control:focus,a.active,a:focus,a:hover,a:visited,button.active,button:focus,button:hover,button:visited,input.active,input:focus,input:hover,input:visited,select,select:focus,select:hover,select:visited,textarea:focus,textarea:hover {
	outline: 0;
	box-shadow: none;
	text-decoration: none
}

.form-control:focus,button.active,button:focus,button:hover,button:visited,input.active,input:focus,input:hover,input:visited,select,select:focus,select:hover,select:visited,textarea:focus,textarea:hover {
	color: inherit
}

.form-control {
	box-shadow: none
}

.relative-position {
	position: relative
}

.pera-content p {
	margin-bottom: 0
}

.headline h1,.headline h2,.headline h3,.headline h4,.headline h5,.headline h6 {
	margin: 0;
	font-weight: 400;
	font-family: Poppins
}

.container {
	max-width: 1200px
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.text-right {
	text-align: right
}

.background_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute
}

.background_position {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.p-overflow {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical
}

.ft-item-innerbox {
	padding: 0 15px;
	position: relative
}

.ft-in-download-qrcode {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 7.5rem;
	max-width: none;
	height: 7.5rem;
	transform: scale(0);
	transform-origin: top right;
	opacity: 0;
	border: .3125rem solid #fff;
	border-radius: .25rem;
	transition: all .4s ease-in-out
}

.ft-item-innerbox:hover .ft-in-download-qrcode {
	transform: scale(1);
	opacity: 1
}

.ft-section-title .sub-title {
	font-size: 20px;
	font-weight: 700;
	color: #ea1e00;
	padding: 0 82px;
	position: relative
}

.ft-section-title .sub-title:after,.ft-section-title .sub-title:before {
	top: 15px;
	content: "";
	height: 3px;
	width: 75px;
	position: absolute;
	background-color: #ea1e00
}

.ft-section-title .sub-title:before {
	left: 0
}

.ft-section-title .sub-title:after {
	right: 0;
	display: none
}

.ft-section-title.text-center .sub-title:after {
	display: block
}

.ft-section-title h2 {
	color: #00044b;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.333;
	padding: 10px 0 20px
}

.ft-section-title-2 {
	margin: 0 auto;
	max-width: 580px
}

.contact-items .ft-section-title-2 {
	text-align: center
}

.contact-item-last p {
	visibility: hidden
}

.ft-section-title-2 .sub-title {
	font-size: 20px;
	font-weight: 700;
	color: #ea1e00;
	text-transform: uppercase
}

.ft-section-title-2 h2 {
	color: #003440;
	font-size: 36px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 25px
}

.ft-section-title-2 h2 span {
	color: #ea1e00
}

.ft-inabout-tit h2 span {
	display: block
}

.ft-section-title-3 span {
	color: #fa3b0e;
	font-size: 18px;
	font-weight: 500
}

.ft-section-title-3 h2 {
	color: #141415;
	font-size: 48px;
	font-weight: 700;
	padding-top: 12px
}

.ft-sb-button {
	color: #fff;
	height: 55px;
	width: 170px;
	border: none;
	font-weight: 600;
	border-radius: 6px;
	font-family: Poppins;
	background-color: #ea1e00
}

.scrollup {
	width: 55px;
	right: 20px;
	z-index: 5;
	height: 55px;
	bottom: 20px;
	display: none;
	position: fixed;
	border-radius: 100%;
	line-height: 55px;
	background-color: #ea1e00
}

.scrollup i {
	color: #fff
}

@keyframes btn_shine {
	100% {
		left: 200%
	}
}

.ft-btn a {
	color: #fff;
	height: 55px;
	z-index: 1;
	width: 170px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	font-family: Poppins;
	background-color: #ea1e00
}

.ft-btn a:after {
	content: "";
	position: absolute;
	top: 0;
	left: -200%;
	width: 200%;
	height: 100%;
	transform: skewX(-20deg);
	background-image: linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent);
	z-index: -1
}

.ft-btn a:hover {
	background-color: #ea1e00
}

.ft-btn a:hover:after {
	animation: btn_shine 1.2s ease;
	animation-delay: .1s
}

.ft-btn-2 a {
	z-index: 1;
	width: 60px;
	height: 45px;
	color: #002a34;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
	position: relative;
	display: inline-block;
	transition: .5s all ease
}

.ft-btn-2 a span {
	opacity: 0;
	color: #002a34;
	font-size: 15px;
	font-weight: 600;
	margin-right: 8px;
	font-family: Poppins;
	transition: .5s all ease
}

.ft-btn-2 a i {
	top: 2px;
	right: 0;
	left: 0;
	position: absolute;
	transition: .5s all ease
}

.ft-btn-2 a:before {
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 60px;
	height: 45px;
	position: absolute;
	border-radius: 30px;
	transition: .5s all ease;
	border: 2px solid #002a34
}

.ft-btn-2 a:hover {
	width: 150px
}

.ft-btn-2 a:hover span {
	opacity: 1
}

.ft-btn-2 a:hover i {
	left: auto;
	right: 15px
}

.ft-btn-2 a:hover:before {
	width: 150px;
	background-color: #fff;
	border: 2px solid #fff
}

.ft-btn-3 a {
	color: #fff;
	height: 55px;
	width: 180px;
	font-weight: 600;
	border-radius: 30px;
	font-family: Poppins;
	background-color: #ea1e00
}

.ft-btn-3 a i {
	top: 2px;
	margin-left: 5px;
	position: relative;
	transition: .3s all ease-in-out
}

.ft-btn-3 a:hover {
	background-color: #00044b
}

.ft-btn-3 a:hover i {
	margin-left: 10px
}

.ft-sb-button {
	z-index: 1;
	overflow: hidden;
	position: relative
}

.ft-sb-button:after {
	content: "";
	position: absolute;
	top: 0;
	left: -200%;
	width: 200%;
	height: 100%;
	transform: skewX(-20deg);
	background-image: linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent);
	z-index: -1
}

.ft-sb-button:hover {
	color: #fff;
	background-color: #ea1e00
}

.ft-sb-button:hover:after {
	animation: btn_shine 1.2s ease;
	animation-delay: .1s
}

.ft-pagination-item {
	margin-top: 20px
}

.ft-pagination-item li a {
	color: #fff!important;
	min-width: 50px;
	height: 50px;
	padding: 0 15px;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px;
	align-items: center;
	justify-content: center;
	background-color: #003440
}

.ft-pagination-item li a:hover {
	background-color: #ea1e00
}

.ft-pagination-item.text-center li a {
	margin: 0 8px
}

.top-stikcy {
	top: 80px;
	position: sticky
}

.com-dis-ul {
	letter-spacing: -8px
}

.com-dis-li {
	letter-spacing: normal;
	width: 50%;
	display: inline-block
}

.ft-header-section .navbar-nav {
	display: inherit
}

.ft-header-section .dropdown {
	position: relative
}

.ft-header-section .dropdown:hover .dropdown-menu {
	transform: scaleY(1)
}

.ft-header-section .dropdown:after {
	top: 0;
	color: #e3002a;
	right: -14px;
	content: "+";
	font-size: 18px;
	font-weight: 700;
	color: #ea1e00;
	position: absolute;
	transition: .3s all ease-in-out
}

.ft-header-section .dropdown li:after {
	top: 8px;
	right: 15px
}

.ft-header-section .dropdown-menu {
	left: 0;
	top: 52px;
	z-index: 100;
	margin: 0;
	padding: 0;
	height: auto;
	min-width: 250px;
	display: block;
	border: none;
	border-radius: 0;
	position: absolute;
	transform: scaleY(0);
	background-color: #fff;
	background-clip: inherit;
	transition: all .4s ease-in-out;
	transform-origin: center top 0;
	box-shadow: 0 13px 18px -8px rgba(0,0,0,.15),0 29px 45px 4px rgba(0,0,0,.08),0 11px 55px 10px rgba(0,0,0,.07)
}

.ft-header-section .dropdown-menu .dropdown-menu {
	top: 20px;
	opacity: 0;
	left: 250px
}

.ft-header-section .dropdown-menu .dropdown-menu a {
	font-weight: 600;
	color: #1a2428
}

.ft-header-section .dropdown-menu .dropdown-menu a:before {
	display: none
}

.ft-header-section .dropdown-menu li {
	display: block;
	margin: 0!important;
	transition: .3s all ease-in-out;
	border-bottom: 1px solid rgba(228,228,228,.95)
}

.ft-header-section .dropdown-menu li:last-child {
	border-bottom: none
}

.ft-header-section .dropdown-menu li:hover .dropdown-menu {
	top: 0;
	opacity: 1
}

.ft-header-section .dropdown-menu a {
	width: 100%;
	display: block;
	position: relative;
	padding: 10px 20px 10px!important;
	color: #1a2428!important;
	font-weight: 600!important;
	font-size: 15px!important
}

.ft-header-section .dropdown-menu a:before {
	top: 20px;
	left: 5px;
	width: 0;
	height: 2px;
	content: "";
	position: absolute;
	transition: .5s all ease;
	background-color: #ea1e00
}

.ft-header-section .dropdown-menu a:after {
	display: none
}

.ft-header-section .dropdown-menu a:hover {
	margin-left: 10px
}

.ft-header-section .dropdown-menu a:hover:before {
	width: 10px
}

.ft-header-section.header-style-two {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	position: absolute
}

.ft-header-section.header-style-two .ft-header-top {
	overflow: visible;
	background-color: #002d4d;
	padding: 0;
	height: 35px;
	display: flex;
	align-items: center;
	line-height: 1
}

.ft-header-section.header-style-two .ft-header-top-content li {
	font-size: 14px;
	font-weight: 500;
	margin-right: 40px;
	list-style: none;
	line-height: 1;
	padding: 0;
	display: inline-flex;
	align-items: center
}

.ft-header-section.header-style-two .ft-header-top-content li i {
	font-size: 14px;
	margin-right: 8px;
	line-height: 1
}

.ft-header-section.header-style-two .ft-header-cta-info {
	padding: 0 20px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center
}

.ft-header-section.header-style-two .ft-header-cta-info i {
	font-size: 15px;
	color: #fff;
	margin-right: 6px
}

.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
	line-height: 1
}

.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text h3,.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text p {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	line-height: 1
}

.ft-header-section.header-style-two .ft-header-main-menu-wrapper {
	background-color: #001127;
	position: relative;
	z-index: 100
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo {
	width: auto;
	padding: 8px 20px;
	max-height: 100%;
	display: flex;
	align-items: center
}

.ft-site-logo img {
	max-height: 100%;
	max-width: 100%;
	display: block
}

.ft-header-section.header-style-two .ft-header-main-menu {
	min-height: 60px
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
	margin-left: 50px
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li a {
	color: #fff;
	font-weight: 500;
	padding: 25px 0
}

.ft-header-section.header-style-two .ft-header-cta-btn {
	margin-left: 60px
}

.ft-header-section.header-style-two .ft-header-cta-btn a {
	color: #fff;
	height: 55px;
	width: 160px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 30px;
	font-family: Poppins;
	border: 2px solid #fff
}

.ft-header-section.header-style-two .ft-header-cta-btn a:hover {
	background-color: #ea1e00;
	border: 2px solid #ea1e00
}

.ft-header-section.sticky-on {
	top: 0;
	width: 100%;
	z-index: 20;
	position: fixed;
	animation-duration: .7s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-timing-function: ease;
	transition: .3s all ease-in-out;
	box-shadow: 0 0 18px 1px rgba(0,0,0,.1)
}

.ft-header-section.sticky-on.header-style-two .ft-header-top {
	display: none
}

#app-cover {
	width: 220px
}

#app {
	position: relative;
	height: 48px;
	padding: 10px
}

#app:after {
	content: '.';
	display: table;
	clear: both;
	height: 0;
	visibility: hidden
}

.top-search form {
	position: absolute;
	top: 0;
	right: 0;
	left: -260px;
	height: 35px;
	margin: 0 44px 0 18px;
	opacity: 0
}

#search-input {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	padding: 0;
	border: 0;
	background-color: transparent
}

#search-input::-webkit-input-placeholder {
	color: #f1f1f1
}

#search-input:-ms-input-placeholder {
	color: #f1f1f1
}

#search-input::placeholder {
	color: #f1f1f1
}

#circle {
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 100px;
	overflow: hidden;
	margin-top: 5px
}

#app.active #circle {
	margin-top: 0
}

#r-btn {
	right: -3px;
	top: -12px;
	margin: -2px -2px 0 0;
	transform: rotateZ(45deg)
}

#r-btn:after,#r-btn:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%
}

#r-btn.change::after,#r-btn.change::before {
	top: 8px;
	left: -3px
}

#r-btn:before {
	top: 0
}

#r-btn:after {
	bottom: 0
}

#c-btn {
	right: 9px;
	bottom: 9px;
	transform: rotateZ(-45deg)
}

#c-btn,#r-btn {
	position: absolute;
	width: 2px;
	height: 10px;
	border-radius: 0;
	transition: .3s cubic-bezier(.18,.89,.41,1.42) all
}

#c-btn,#r-btn:after,#r-btn:before {
	background-color: #fff
}

#circle,form.active {
	transition: .3s ease all
}

#init-button,#submit-button {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer
}

#submit-button {
	opacity: 0;
	z-index: -1
}

#submit-button.active {
	z-index: 2
}

#init-button {
	z-index: 1
}

#app.active #circle {
	width: 100%;
	height: 35px
}

#app.active #c-btn {
	right: 9px;
	bottom: -8px
}

#app.active #r-btn {
	right: 0;
	top: -10px
}

#app.active #init-button,#app.active #submit-button {
	top: 18px;
	right: 25px
}

form.active {
	left: 0;
	opacity: 1
}

#app.active #c-btn {
	transform: rotateZ(-46deg) translateY(-33px)
}

#app.active #c-btn.change {
	border-radius: 0 0 4px 4px;
	transform: rotateZ(-90deg) translateY(-33px) translateX(22px)
}

#app.active #r-btn {
	transform: rotateZ(45deg) translateY(33px)
}

#app.active #r-btn.change:before {
	top: -4px;
	left: -5px;
	transform: rotateZ(90deg) translateX(10px)
}

#dribbble {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: none;
	padding: 20px
}

#dribbble i {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1
}

.mobile_logo {
	top: 10px;
	left: 15px;
	display: none;
	position: absolute
}

.mobile_menu_content {
	top: 0;
	bottom: 0;
	left: -350px;
	height: 100vh;
	z-index: 101;
	position: fixed;
	width: 310px;
	overflow-y: scroll;
	background-color: #fff;
	padding: 20px 35px 35px 35px;
	box-shadow: 0 3px 5px rgba(100,100,100,.19);
	transition: all .5s ease-in
}

.mobile_menu_content .mobile-main-navigation {
	width: 100%
}

.mobile_menu_content .mobile-main-navigation .navbar-nav {
	width: 100%
}

.mobile_menu_content .dropdown:after {
	display: none
}

.mobile_menu_content .navbar-nav .dropdown-menu {
	position: static!important;
	transform: none!important
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li {
	width: 100%;
	display: block;
	transition: .3s all ease-in-out
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
	padding: 0;
	width: 100%;
	color: #000;
	display: block;
	font-weight: 600;
	font-size: 14px;
	font-family: Poppins;
	text-transform: uppercase;
	padding: 10px 30px 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.25)
}

.mobile_menu_content .m-brand-logo {
	width: 120px;
	margin: 50px auto
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
	left: 0;
	transition: all .7s ease-out
}

.mobile_menu_overlay {
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	right: 0;
	height: 120vh;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.9);
	transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
	overflow: hidden
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
	opacity: 1;
	visibility: visible
}

.mobile_menu_button {
	right: 0;
	top: -42px;
	z-index: 5;
	color: #fff;
	display: none;
	font-size: 24px;
	cursor: pointer;
	line-height: 38px;
	position: absolute;
	text-align: center
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
	display: none
}

.mobile_menu .mobile-main-navigation .dropdown>.dropdown-menu {
	opacity: 1;
	visibility: visible
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
	border: none;
	display: none;
	transition: none;
	box-shadow: none;
	padding: 5px 0;
	width: 100%;
	background-color: transparent
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
	border: none;
	padding: 0 10px;
	line-height: 1
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
	background-color: transparent
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
	color: #000!important
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
	color: #ea1e00;
	background-color: transparent
}

.mobile_menu .dropdown {
	position: relative
}

.mobile_menu .dropdown .dropdown-btn {
	color: #9397a7;
	position: absolute;
	top: 3px;
	right: 0;
	height: 30px;
	padding: 5px 10px
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
	transform: rotate(90deg)
}

.mobile_menu .mobile_menu_close {
	color: #d60606;
	cursor: pointer;
	top: 25px;
	right: 25px;
	font-size: 20px;
	position: absolute
}

.ft-header-section.header-style-two .mobile_menu_button {
	top: -42px
}

#rev_slider_27_1_wrapper .gyges .tp-thumb {
	opacity: 1
}

#rev_slider_27_1_wrapper .gyges .tp-thumb-img-wrap {
	padding: 3px;
	background-color: rgba(0,0,0,.25);
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	box-sizing: border-box;
	transition: all .3s
}

#rev_slider_27_1_wrapper .gyges .tp-thumb-image {
	padding: 3px;
	display: block;
	box-sizing: border-box;
	position: relative;
	box-shadow: inset 5px 5px 10px 0 rgba(0,0,0,.25)
}

#rev_slider_27_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,#rev_slider_27_1_wrapper .gyges .tp-thumb.selected .tp-thumb-img-wrap {
	background: linear-gradient(to bottom,#fff 0,#777 100%)
}

#rev_slider_29_1_wrapper .tparrows {
	border-radius: 100%;
	background-color: #fff;
	transition: .5s all ease
}

#rev_slider_29_1_wrapper .tparrows:before {
	color: #000;
	transition: .5s all ease
}

#rev_slider_29_1_wrapper .tparrows:hover {
	background-color: #0090ff
}

#rev_slider_29_1_wrapper .tparrows:hover:before {
	color: #fff
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left
}

.cd-words-wrapper b {
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	white-space: nowrap;
	display: inline-block
}

.cd-words-wrapper b.is-visible {
	position: relative
}

.no-js .cd-words-wrapper b {
	opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1
}

.cd-headline.scale b {
	opacity: 0;
	color: #ea1e00
}

.cd-headline.scale i {
	display: inline-block;
	opacity: 0;
	font-style: normal;
	transform: scale(0)
}

.is-visible .cd-headline.scale i {
	opacity: 1
}

.cd-headline.scale i.in {
	animation: scale-up .6s forwards
}

.cd-headline.scale i.out {
	animation: scale-down .6s forwards
}

.no-csstransitions .cd-headline.scale i {
	transform: scale(1);
	opacity: 0
}

.no-csstransitions .cd-headline.scale .is-visible i {
	opacity: 1
}

@keyframes scale-up {
	0% {
		transform: scale(0);
		opacity: 0
	}

	60% {
		transform: scale(1.2);
		opacity: 1
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes scale-down {
	0% {
		transform: scale(1);
		opacity: 1
	}

	60% {
		transform: scale(0);
		opacity: 0
	}
}

.ft-banner-section {
	overflow: hidden;
	padding: 395px 0 255px
}

.ft-banner-text-content {
	color: #fff;
	margin: 0 auto;
	max-width: 860px
}

.ft-banner-text-content h1 {
	font-size: 90px;
	font-weight: 700;
	line-height: 1.25;
	padding-bottom: 10px
}

.ft-banner-text-content h1 span {
	font-size: 80px
}

.ft-banner-text-content p {
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	max-width: 615px
}

.ft-banner-text-content .ft-banner-btn-wrapper {
	margin-top: 35px
}

.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn {
	margin-right: 20px
}

.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn a {
	height: 55px;
	width: 170px;
	font-weight: 600;
	font-family: Poppins;
	border-radius: 30px;
	background-color: #ea1e00
}

.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn a:hover {
	background-color: #00044b;
	color: #fff
}

.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a {
	font-weight: 600
}

.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a:hover {
	color: #fff;
	filter: drop-shadow(0 0 8px rgba(255,255,255,.6))
}

.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a i {
	width: 55px;
	height: 55px;
	line-height: 52px;
	border-radius: 100%;
	margin-right: 8px;
	border: 2px solid #fff
}

.ft-slider-section-3 {
	background-color: #f6f7f9
}

.ft-booking-form-content {
	top: -45px;
	z-index: 2;
	padding: 60px 30px;
	border-radius: 8px;
	margin-bottom: -45px;
	background-color: #fff;
	box-shadow: -9.962px -.872px 70px 0 rgba(122,122,122,.2)
}

.ft-booking-form-content .booking-form-input-wrapper label {
	width: 100%;
	max-width: 420px;
	margin-right: 30px
}

.ft-booking-form-content .booking-form-input-wrapper label .booking-form-icon {
	top: 13px;
	left: 15px;
	position: absolute
}

.ft-booking-form-content .booking-form-input-wrapper label .booking-form-icon i {
	color: #bbb;
	font-size: 28px
}

.ft-booking-form-content .booking-form-input-wrapper input {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	padding-left: 55px;
	border: 1px solid #c1c1c1
}

.ft-booking-form-content .booking-form-input-wrapper input::placeholder {
	color: #bbb
}

.ft-booking-form-content .booking-form-input-wrapper button {
	color: #fff;
	padding: 0;
	height: 60px;
	border: none;
	width: 210px;
	font-weight: 600;
	border-radius: 6px;
	font-family: Poppins;
	background-color: #00044b
}

.ft-about-section {
	padding: 80px 0 100px
}

.ft-about-img-exp {
	padding-top: 100px
}

.ft-about-exp-area {
	top: 0;
	right: 0
}

.ft-about-exp-area .ft-about-exp-text {
	top: 50px;
	left: 60px;
	max-width: 185px
}

.ft-about-exp-area .ft-about-exp-text h3 {
	font-size: 18px;
	color: #00044b;
	font-weight: 700
}

.ft-about-exp-area .ft-about-exp-text h3 b,.ft-about-exp-area .ft-about-exp-text h3 span {
	font-size: 48px
}

.ft-about-exp-area .ft-about-exp-text p {
	font-weight: 500
}

.ft-about-feature-list-warpper {
	padding-top: 35px
}

.ft-about-feature-list-item {
	padding: 27px 20px 25px 20px;
	border-radius: 6px;
	margin-bottom: 30px;
	box-shadow: 1.91px 10.833px 50px 0 rgba(68,68,68,.15)
}

.ft-about-feature-list-item .ft-about-feature-icon {
	width: 55px;
	height: 55px;
	margin-right: 20px;
	border-radius: 100%;
	background-color: #ffebeb;
	transition: .5s all ease
}

.ft-about-feature-list-item .ft-about-feature-icon i {
	font-size: 30px;
	line-height: .75;
	color: #ea1e00;
	transition: .5s all ease
}

.ft-about-feature-list-item .ft-about-feature-text {
	max-width: 420px
}

.ft-about-feature-list-item .ft-about-feature-text h3 {
	color: #00044b;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px
}

.ft-about-feature-list-item:hover .ft-about-feature-icon {
	background-color: #ea1e00
}

.ft-about-feature-list-item:hover .ft-about-feature-icon i {
	color: #00044b
}

.ft-about-section-2 {
	padding: 140px 0 100px
}

.ft-about-text-wrapper-2 .ft-section-title-2 h2 {
	max-width: 585px
}

.ft-about-feature-wrapper-2 {
	margin-top: 40px
}

.ft-about-feature-wrapper-2 .ft-about-initem {
	margin-bottom: 15px
}

.ft-about-feature-wrapper-2 .ft-about-feature-list-item .ft-about-feature-icon {
	background-color: transparent;
	margin-right: 15px
}

.ft-about-feature-wrapper-2 .ft-about-feature-list-item {
	margin-bottom: 0;
	padding: 18px 15px 20px 15px
}

.ft-about-feature-wrapper-2 .ft-btn-3 {
	margin-top: 40px
}

.ft-about-img-2 {
	overflow: hidden;
	border-radius: 8px
}

.ft-about-img-2-wrapper {
	padding-left: 0;
	display: flex;
	justify-content: center;
	z-index: 1
}

.ft-about-img-2-wrapper .ft-about-shape1 {
	right: 0;
	top: -30px
}

.ft-about-img-2-wrapper .ft-about-shape2 {
	left: 0;
	z-index: -1;
	bottom: -40px
}

.ft-video-section {
	padding-bottom: 105px
}

@keyframes border_animation {
	0% {
		transform: scale(1);
		opacity: 0
	}

	20% {
		transform: scale(1.24);
		opacity: 1
	}

	100% {
		transform: scale(2.1);
		opacity: 0
	}
}

.ft-video-play {
	left: 0;
	top: 50%;
	right: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	transform: translateY(-50%)
}

.ft-video-play a {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #ea1e00
}

.ft-video-play a i {
	color: #fff
}

.ft-video-play a .video_btn_border {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	position: absolute;
	animation-play-state: running;
	border: 10px solid #ea1e00;
	animation: border_animation 3.9s linear 0s infinite
}

.ft-video-play a .video_btn_border.border_wrap-2 {
	animation-delay: 1.3s
}

.ft-about-section-3 {
	padding: 115px 0
}

.ft-about-sign-img-text {
	right: 0;
	bottom: -20px;
	position: absolute
}

.ft-about-sign-img-text .sign-shape {
	left: -95px;
	bottom: 10px;
	position: absolute
}

.ft-about-sign-img-text span {
	color: #141415;
	display: block;
	margin-top: 5px;
	font-weight: 700
}

.ft-about-text-3 .ft-about-sub-text {
	color: #272727;
	font-size: 17px;
	line-height: 1.765;
	padding: 25px 0 20px
}

.ft-about-text-3 .ft-about-feature-text {
	color: #666;
	font-size: 15px;
	line-height: 1.667
}

.ft-about-text-3 .ft-about-btn-group {
	margin-top: 30px
}

.ft-about-text-3 .ft-about-btn-group a {
	color: #141415;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 30px;
	margin-right: 25px;
	font-family: Poppins;
	border: 2px solid #fa3b0e
}

.ft-about-text-3 .ft-about-btn-group a i {
	margin-left: 5px
}

.ft-about-text-3 .ft-about-btn-group a:hover {
	color: #fff;
	border: 2px solid #008eff;
	background-color: #008eff
}

.ft-service-section {
	overflow: hidden;
	padding: 110px 0 90px;
	background-color: #f6f6f6
}

.ft-service-text-area .ft-btn {
	margin-top: 30px
}

.ft-service-text-area .ft-btn a {
	background-color: #00044b
}

.ft-service-slider-area {
	margin: 0 -50px;
	padding-left: 50px;
	padding-right: 50px;
	overflow: hidden
}

.ft-service-slider-item {
	overflow: hidden;
	border-radius: 5px;
	background-color: #fff;
	transition: .5s all ease
}

.ft-service-slider-item .ft-service-inner-img {
	overflow: hidden
}

.ft-service-slider-item .ft-service-inner-img img {
	transition: .5s all ease
}

.ft-service-slider-item .ft-service-inner-text {
	padding: 30px 25px 20px
}

.ft-service-slider-item .ft-service-inner-text h3 {
	color: #00044b;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 18px
}

.ft-service-slider-item .ft-service-inner-text p {
	padding-bottom: 20px
}

.ft-service-slider-item .ft-service-inner-text .service-more {
	color: #00044b;
	font-size: 15px;
	font-weight: 600;
	font-family: Poppins
}

.ft-service-slider-item .ft-service-inner-text .service-more span {
	display: inline-block;
	transition: .3s all ease
}

.ft-service-slider-item .ft-service-inner-text .service-more:hover {
	color: #ea1e00
}

.ft-service-slider-item .ft-service-inner-text .service-more:hover span {
	margin-left: 5px;
	transform: rotate(360deg)
}

.ft-service-slider-item .ft-service-inner-text .ft-service-serial {
	right: -35px;
	bottom: -45px;
	height: 100px;
	width: 100px;
	color: #00044b;
	font-size: 22px;
	font-weight: 700;
	border-radius: 100%;
	font-family: Poppins;
	background-color: #e5e5ed;
	transition: .3s all ease;
	padding: 15px 10px 10px 32px
}

.ft-service-slider-item:hover {
	box-shadow: 1.882px 17.901px 80px 0 rgba(68,68,68,.15)
}

.ft-service-slider-item:hover .ft-service-inner-text .ft-service-serial {
	background-color: #fde8e5
}

.ft-service-slider-item:hover .ft-service-inner-img img {
	transform: scale(1.2)
}

.ft-service-slider-wrapper {
	margin: 0 -15px
}

.ft-service-slider-wrapper .slick-list {
	overflow: visible
}

.ft-service-slider-wrapper .slick-slide {
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0
}

.ft-service-slider-wrapper .slick-slide.slick-active {
	opacity: 1
}

.ft-service-section-2 {
	z-index: 1;
	overflow: hidden;
	padding: 105px 0;
	background-color: #002531
}

.ft-service-section-2 .ft-service-bg {
	left: 0;
	right: 0;
	top: -100px;
	z-index: -1
}

.ft-service-section-2 .ft-section-title-2 span {
	color: #fff
}

.ft-service-section-2 .ft-section-title-2 h2 {
	color: #fff
}

.ft-service-content-2 {
	overflow: hidden;
	margin: 0 -15px;
	padding-top: 45px
}

.ft-service-innerbox-2 {
	padding: 8px;
	max-width: 270px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 6px;
	background-color: #003b57;
	transition: .5s all ease
}

.ft-service-innerbox-2 .ft-service-img {
	overflow: hidden;
	border-radius: 6px
}

.ft-service-innerbox-2 .ft-service-icon {
	top: -35px;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	transition: .6s cubic-bezier(.24,.74,.58,1);
	transition-delay: 0.3s
}

.ft-service-innerbox-2 .ft-service-icon i {
	font-size: 30px;
	line-height: .75;
	color: #ea1e00
}

.ft-service-innerbox-2 h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 25px
}

.ft-search-list .ft-slist-item {
	margin-bottom: 15px
}

.ftp-pro-des {
	color: #bbb
}

.ft-service-innerbox-2 .ft-service-text {
	padding: 30px 12px 20px
}

.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a:before {
	border: 2px solid #fff
}

.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a i {
	color: #fff
}

.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a:hover i {
	color: #002a34
}

.ft-service-innerbox-2 .ft-service-serial {
	right: -35px;
	bottom: -45px;
	height: 100px;
	width: 100px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	border-radius: 100%;
	font-family: Poppins;
	background-color: #002e44;
	transition: .5s all ease;
	padding: 15px 10px 10px 32px
}

.ft-service-innerbox-2:hover {
	background-color: #ea1e00
}

.ft-service-innerbox-2:hover .ft-service-serial {
	background-color: #c20001
}

.ft-service-innerbox-2:hover .ft-service-icon {
	transform: rotateY(360deg)
}

.ft-service-slider-2 .slick-next,.ft-service-slider-2 .slick-prev {
	display: none!important
}

.ft-service-slider-2 .slick-dots li {
	background-color: #fff
}

.ft-service-page-items {
	padding-top: 30px
}

.ft-service-page-items .ft-service-innerbox-2 {
	margin-bottom: 30px
}

.ft-service-sidebar-widget {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 40px
}

.ft-service-sidebar-widget .widget-title {
	font-size: 24px;
	font-weight: 700
}

.ft-service-sidebar-widget .service-category-widget {
	padding: 40px 30px;
	background-color: #f4f4f4
}

.ft-service-sidebar-widget .service-category-widget .widget-title {
	color: #004150;
	padding-bottom: 25px
}

.ft-service-sidebar-widget .service-category-widget li {
	margin-bottom: 15px
}

.ft-service-sidebar-widget .service-category-widget li:last-child {
	margin-bottom: 0
}

.ft-service-sidebar-widget .service-category-widget li a {
	width: 100%;
	color: #004150;
	font-weight: 700;
	position: relative;
	padding: 15px 20px;
	display: inline-block;
	border: 1px solid #d2d2d2
}

.ft-service-sidebar-widget .service-category-widget li a:after {
	top: 15px;
	right: 20px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro"
}

.ft-service-sidebar-widget .service-category-widget li a:hover {
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: .698px 9.976px 10px 0 rgba(104,104,104,.1)
}

.ft-service-sidebar-widget .service-form-widget {
	padding: 30px 20px;
	background-color: #ea1e00
}

.ft-service-sidebar-widget .service-form-widget .widget-title,.ft-service-sidebar-widget .service-form-widget p {
	color: #fff;
	padding-bottom: 10px
}

.ft-service-sidebar-widget .service-form-widget input,.ft-service-sidebar-widget .service-form-widget textarea {
	width: 100%;
	color: #fff;
	height: 55px;
	padding-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	background-color: transparent
}

.ft-service-sidebar-widget .service-form-widget input::placeholder,.ft-service-sidebar-widget .service-form-widget textarea::placeholder {
	color: #fff
}

.ft-service-sidebar-widget .service-form-widget textarea {
	height: 130px;
	padding-top: 10px
}

.ft-service-sidebar-widget .service-form-widget button {
	height: 55px;
	width: 170px;
	color: #004150;
	border: none;
	margin-top: 10px;
	font-weight: 600;
	border-radius: 5px;
	background-color: #fff;
	font-family: Poppins
}

.ft-service-sidebar-widget .service-download-widget {
	padding: 40px 20px;
	background-color: #f4f4f4
}

.ft-service-sidebar-widget .service-download-widget .widget-title {
	color: #004150;
	padding-bottom: 25px
}

.ft-service-sidebar-widget .service-download-widget li {
	margin-bottom: 20px
}

.ft-service-sidebar-widget .service-download-widget li:last-child {
	margin-bottom: 0
}

.ft-service-sidebar-widget .service-download-widget li a {
	width: 100%;
	display: flex;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 7px;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: .698px 9.976px 10px 0 rgba(104,104,104,.1)
}

.ft-service-sidebar-widget .service-download-widget li a i {
	width: 38px;
	height: 38px;
	font-size: 25px;
	line-height: 38px;
	text-align: center;
	color: #ea1e00;
	transition: .1s all ease;
	background-color: #fff0f0
}

.ft-service-sidebar-widget .service-download-widget li a:hover {
	color: #fff;
	background-color: #ea1e00
}

.ft-service-sidebar-widget .service-download-widget li a:hover i {
	color: #fff;
	background-color: #ff6c6c
}

.ft-service-details-img-wrapper .ft-service-details-img {
	margin-bottom: 30px
}

.ft-service-details-text-wrapper h3 {
	color: #004150;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 30px
}

.ft-prodet-adv h3,.ft-prodet-spec h3 {
	position: relative
}

.ft-prodet-adv h3::before,.ft-prodet-spec h3::before {
	content: '';
	position: absolute;
	left: 2px;
	top: auto;
	bottom: auto;
	right: auto;
	height: 52%;
	width: 5px;
	background-color: #ea1e00
}

.ft-service-details-counter-item {
	padding: 25px 30px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: .698px 9.976px 50px 0 rgba(72,72,72,.15)
}

.ft-service-details-counter-item .ft-service-details-count-icon {
	width: 70px;
	height: 100px;
	margin-right: 30px
}

.ft-service-details-counter-item .ft-service-details-count-icon i {
	font-size: 70px;
	color: #ea1e00
}

.ft-service-details-counter-item .ft-service-details-count-text .title {
	color: #043440;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-service-details-counter-item .ft-service-details-count-text .count-number {
	font-size: 48px;
	font-weight: 700;
	color: #ea1e00
}

.ft-service-section-3 {
	padding-top: 105px;
	padding-bottom: 120px;
	background-color: #f6f7f9
}

.ft-service-content-3 {
	padding-top: 40px
}

.ft-service-content-items-3 {
	overflow: hidden;
	margin-bottom: -10px;
	padding-bottom: 10px
}

.ft-service-innerbox-3 .ft-service-img {
	overflow: hidden
}

.ft-service-innerbox-3 .ft-service-img:before {
	left: -15px;
	width: 110%;
	content: "";
	height: 100px;
	bottom: -57px;
	position: absolute;
	background-color: #f2f3f5;
	transform: rotate(-13deg)
}

.ft-service-innerbox-3 .ft-service-icon {
	right: 30px;
	top: -90px;
	z-index: 1;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #fff;
	border: 10px solid #ea1e00;
	transition: .5s all ease
}

.ft-service-innerbox-3 .ft-service-icon i {
	color: #141415;
	font-size: 40px;
	line-height: .75
}

.ft-service-innerbox-3 .ft-service-text-icon {
	top: -21px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: -10px;
	padding: 15px 30px 55px;
	transition: .5s all ease;
	background-color: #fff;
	box-shadow: 0 0 29px 0 rgba(12,12,12,.07)
}

.ft-service-innerbox-3 .ft-service-text-icon:before {
	left: 0;
	top: -63px;
	content: "";
	position: absolute;
	transition: .5s all ease;
	border-bottom: 70px solid #fff;
	border-left: 249px solid rgba(255,255,255,0)
}

.ft-service-innerbox-3 .ft-service-text-icon:after {
	top: -36px;
	left: -4px;
	width: 103%;
	content: "";
	height: 15px;
	position: absolute;
	background-color: #ea1e00;
	transform: rotate(-12deg) skew(-15deg)
}

.ft-prolist-tit h2,.ft-prolist-tit h3 {
	color: #004150;
	padding-bottom: 15px
}

.ft-prolist-tit h3 {
	font-weight: 600
}

.ft-prolist-tit h2 {
	font-size: 36px;
	font-weight: 700
}

.ft-prolist-con p {
	margin-bottom: .5rem;
	font-size: 18px;
	line-height: 1.7
}

.ft-prolist-con h6 {
	font-size: 22px;
	margin-bottom: .6rem
}

.ft-prolist-btn {
	margin-top: 15px
}

.ft-adv-com .row span {
	line-height: normal
}

.ft-prolist-adv .row span .iconfont {
	line-height: 80px;
	font-size: 40px
}

.ft-prolist-main-item .ft-service-innerbox-2 {
	max-width: 360px
}

.ft-inre-pro .ft-blog-text .ptext-over,.ft-prolist-main-item .ptext-over,.likepro .ptext-over {
	-webkit-line-clamp: 3
}

.ft-prolist-tit-p {
	color: #888
}

.industry-item {
	margin-bottom: 25px
}

.ft-prolist-advimg {
	position: relative;
	width: 100%
}

.ft-prolist-advimg img {
	width: 100%;
	height: auto;
	display: block
}

.ft-prolist-advimg-tit {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	z-index: 2;
	max-width: 420px;
	width: 90%;
	color: #fff;
	background: rgba(0,18,39,.45);
	padding: 25px 30px;
	text-align: left;
	backdrop-filter: blur(4px)
}

.ft-prolist-advimg-tit span {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
	display: block;
	color: #fff
}

.ft-prolist-advimg-tit p {
	font-size: 15px;
	margin-bottom: 15px;
	opacity: .9;
	color: rgba(255,255,255,.9)
}

.ft-prolist-advimg-btn {
	display: inline-block;
	background: #fff;
	color: #002a34;
	padding: 5px 8px;
	text-shadow: none;
	position: relative;
	transition: all .3s ease;
	text-decoration: none;
	border: none
}

.ft-prolist-advimg-btn::before {
	display: none!important;
	content: none!important
}

.ft-prolist-advimg-btn.hvr-sweep-to-right:hover {
	color: inherit!important
}

.ft-prolist-advimg-btn:hover {
	color: #fff!important;
	background: #ea1e00!important;
	text-decoration: none
}

.ft-prolist-advimg-btn i {
	padding-right: 5px
}

.ft-industry-scene {
	margin-top: 60px
}

#ft-industry {
	padding: 100px 0 0
}

.ft-industry-scene-img {
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px
}

.ft-industry-re {
	background: #f6f6f6
}

.ft-industry-re .blog-slider-3 .slick-dots li {
	border: 4px solid #f6f6f6
}

.ft-industry-re .blog-slider-3 .slick-dots li.slick-active {
	border: 4px solid #ea1e00
}

#ft-industry-re {
	padding: 15px 0;
	margin-bottom: 50px
}

#ft-industry-re .ft-blog-content-3 {
	padding-top: 10px
}

.ft-service-innerbox-3 .ft-service-text h3 {
	color: #121213;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-service-innerbox-3 .ft-service-text p {
	color: #121213;
	transition: .5s all ease;
	-webkit-line-clamp: 3
}

.ft-service-innerbox-3 .more-btn {
	right: 19px;
	bottom: 22px
}

.ft-service-innerbox-3 .more-btn a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding: 14px 26px;
	background-color: #ea1e00
}

.ft-service-innerbox-3 .more-btn a:before {
	top: 0;
	width: 0;
	height: 0;
	content: "";
	left: -16px;
	position: absolute;
	transition: .5s all ease;
	border-bottom: 49px solid #ea1e00;
	border-left: 16px solid transparent
}

.ft-service-innerbox-3 .more-btn a i {
	margin-left: 8px;
	transition: .5s all ease
}

.ft-service-innerbox-3 .more-btn a:hover {
	background-color: #fa4318
}

.ft-service-innerbox-3 .more-btn a:hover:before {
	border-bottom: 49px solid #fa4318
}

.ft-service-innerbox-3 .more-btn a:hover i {
	margin-left: 12px
}

.ft-service-innerbox-3:hover .ft-service-icon {
	border: 10px solid #fa4318
}

.ft-service-innerbox-3:hover .ft-service-text-icon {
	background-color: #01011c
}

.ft-service-innerbox-3:hover .ft-service-text-icon:before {
	border-bottom: 70px solid #01011c
}

.ft-service-innerbox-3:hover .ft-service-text h3,.ft-service-innerbox-3:hover .ft-service-text p {
	color: #fff
}

.ft-service-more-btn {
	margin-top: 40px
}

.ft-service-more-btn a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 20px;
	padding: 10px 30px;
	background-color: #ea1e00
}

.ft-service-more-btn a:hover {
	background-color: #fa4318
}

.ft-counterup-section {
	z-index: 1;
	padding: 60px 0 100px
}

.ft-counterup-section:before {
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	content: "";
	height: 130px;
	position: absolute;
	background-color: #f6f6f6
}

.ft-counterup-innerbox {
	margin-left: 40px;
	border-radius: 8px;
	background-color: #fff;
	padding: 25px 25px 25px 65px;
	box-shadow: 1.045px 9.945px 60px 0 rgba(68,68,68,.15)
}

.ft-counterup-innerbox .ft-counterup-icon {
	top: 50%;
	left: -40px;
	z-index: 1;
	width: 80px;
	height: 80px;
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	transform: translateY(-50%);
	box-shadow: 5.694px 12.79px 30px 0 rgba(234,30,0,.15)
}

.ft-counterup-innerbox .ft-counterup-icon:before {
	top: 8px;
	left: 8px;
	content: "";
	z-index: -1;
	width: 65px;
	height: 65px;
	position: absolute;
	border-radius: 100%;
	background-color: #00044b
}

.ft-counterup-innerbox .ft-counterup-icon i {
	color: #fff;
	font-size: 35px;
	line-height: .75
}

.ft-counterup-innerbox .ft-counterup-text h3 {
	color: #00044b;
	font-size: 48px;
	font-weight: 700
}

.ft-counterup-innerbox .ft-counterup-text p {
	color: #00044b;
	font-weight: 700
}

.ft-why-choose-section {
	z-index: 1;
	padding-bottom: 80px
}

.ft-why-choose-section:before {
	top: 0;
	right: 0;
	width: 50.7%;
	z-index: -1;
	content: "";
	height: 100%;
	position: absolute;
	background-color: #fff
}

.ft-why-choose-text-area .ft-section-title {
	max-width: 600px;
	padding-left: 100px
}

.ft-why-choose-feature-wrapper {
	padding-top: 18px;
	padding-left: 30px
}

.ft-why-choose-feature-item {
	margin-bottom: 25px
}

.ft-why-choose-feature-item .ft-why-choose-feature-icon {
	z-index: 1;
	width: 85px;
	height: 85px;
	margin-right: 23px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 1.045px 9.945px 40px 0 rgba(68,68,68,.15)
}

.ft-why-choose-feature-item .ft-why-choose-feature-icon i {
	font-size: 40px;
	line-height: .75;
	color: #ea1e00
}

.ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
	top: 10px;
	left: 10px;
	content: "";
	z-index: -1;
	width: 65px;
	height: 65px;
	position: absolute;
	border-radius: 100%;
	background-color: #ffebe8
}

.ft-why-choose-feature-item .ft-why-choose-feature-text {
	max-width: 420px
}

.ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
	color: #00044b;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-why-choose-feature-item .ft-why-choose-feature-text p {
	line-height: 1.5
}

.ft-why-choose-section-2 {
	z-index: 1;
	overflow: hidden;
	padding: 115px 0 250px
}

.ft-why-choose-section-2 .why-choose-img-2 {
	right: 0;
	bottom: 75px
}

.ft-why-choose-section-2 .why-choose-bg-2 {
	top: 0;
	left: 0;
	opacity: .07;
	z-index: -1;
	position: absolute
}

.ft-why-choose-section-2 .ft-why-choose-text-2 {
	padding-top: 50px
}

.ft-why-choose-list-wrapper {
	max-width: 460px;
	margin-top: 42px
}

.ft-why-choose-list-wrapper li {
	color: #0b0b0b;
	font-size: 18px;
	padding-left: 35px;
	margin-bottom: 15px;
	position: relative;
	font-family: Poppins
}

.ft-why-choose-list-wrapper li:last-child {
	margin-bottom: 0
}

.ft-why-choose-list-wrapper li:before {
	top: 2px;
	left: 0;
	font-size: 18px;
	color: #008eff;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro"
}

.ft-why-choose-form-wrapper {
	padding-left: 35px
}

.ft-why-choose-form {
	max-width: 455px;
	padding: 45px 30px 45px;
	background-color: #080c24
}

.ft-why-choose-form .wc-input {
	margin-bottom: 20px
}

.ft-why-choose-form .wc-input span {
	color: #fff;
	display: block;
	font-size: 15px;
	margin-bottom: 10px
}

.ft-why-choose-form .wc-input input,.ft-why-choose-form .wc-input select {
	width: 100%;
	height: 48px;
	border: none;
	color: #d0cfcf;
	font-size: 14px;
	border-radius: 5px;
	padding-left: 15px;
	-webkit-appearance: none;
	background-color: #494d62
}

.ft-why-choose-form .wc-input input::placeholder,.ft-why-choose-form .wc-input select::placeholder {
	color: #d0cfcf
}

.ft-why-choose-form .wc-select:before {
	top: 13px;
	right: 12px;
	color: #d0cfcf;
	font-size: 15px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro"
}

.ft-why-choose-form .wc-input-range {
	margin-bottom: 20px
}

.ft-why-choose-form .wc-input-range span {
	color: #fff;
	display: block;
	font-size: 15px;
	margin-bottom: 10px
}

.ft-why-choose-form .wc-input-range #slider-range {
	height: 7px;
	width: 300px;
	border: none;
	border-radius: 0;
	margin-right: 15px;
	background-color: #adaeb0
}

.ft-why-choose-form .wc-input-range #slider-range .ui-widget-header {
	background-color: #fa4318
}

.ft-why-choose-form .wc-input-range #slider-range .ui-slider-handle {
	top: -10px;
	width: 27px;
	height: 27px;
	margin-left: 0;
	cursor: pointer;
	margin-bottom: 0;
	border-radius: 100%;
	border: 5px solid #fa4318
}

.ft-why-choose-form .wc-input-range #slider-range .ui-slider-handle:focus {
	outline: 0
}

.ft-why-choose-form .wc-input-range .range-value input {
	width: 100px;
	height: 40px;
	border: none;
	color: #d0cfcf;
	border-radius: 5px;
	padding-left: 15px;
	background-color: #494d62
}

.ft-why-choose-form button {
	color: #fff;
	height: 48px;
	border: none;
	width: 185px;
	margin-top: 5px;
	font-weight: 700;
	border-radius: 5px;
	background-color: #008eff;
	transition: .5s all ease
}

.ft-why-choose-form button:hover {
	background-color: #fa4318
}

.ft-why-choose-form p {
	color: #fff;
	font-size: 14px;
	padding-top: 15px
}

.ft-why-choose-form p a {
	color: #008eff
}

.ft-team-section {
	padding: 105px 0 75px
}

.ft-team-text-area .ft-section-title {
	margin-bottom: 30px
}

.ft-team-inner-itembox {
	overflow: hidden;
	position: relative;
	transition: box-shadow .35s ease,transform .35s ease
}

.ft-team-inner-itembox:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	transform: translateY(-2px)
}

.ft-team-inner-itembox .hover-shape {
	opacity: 0;
	transition: opacity .35s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 2;
	pointer-events: none
}

.ft-team-inner-itembox .hover-shape img {
	display: none
}

.ft-team-inner-itembox .ft-team-inner-item-text {
	left: 20px;
	right: 20px;
	bottom: 18px;
	position: absolute;
	z-index: 3;
	text-align: center
}

.ft-team-inner-itembox .ft-team-inner-item-text h3 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 4px;
	transition: .4s ease;
	transform: translateY(8px);
	word-break: break-word;
	white-space: normal;
	display: block;
	text-shadow: 0 1px 3px rgba(0,0,0,.4);
	text-align: center
}

.ft-team-inner-itembox .ft-team-inner-item-text h3:before {
	display: none
}

.ft-team-inner-itembox .ft-team-inner-item-text h3 a {
	color: #fff;
	transition: none;
	text-decoration: none
}

.ft-team-inner-itembox .ft-team-inner-item-text span {
	opacity: 0;
	color: rgba(255,255,255,.85);
	font-size: 13px;
	font-weight: 500;
	display: block;
	transition: .4s ease;
	transform: translateY(8px);
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
	text-align: center
}

.ft-team-inner-itembox:hover .hover-shape {
	opacity: 1
}

.ft-team-inner-itembox:hover .ft-team-inner-item-text h3 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 60ms
}

.ft-team-inner-itembox:hover .ft-team-inner-item-text span {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.14s
}

.ft-team-details-content {
	padding: 0 65px;
	border-radius: 8px;
	margin: 65px 0;
	background-color: #003440
}

.ft-team-details-content .ft-team-details-img {
	top: -60px;
	overflow: hidden;
	max-width: 365px;
	border-radius: 8px
}

.ft-team-details-content .ft-team-details-text-wrapper {
	padding: 50px 0
}

.ft-team-details-content .ft-team-details-text {
	color: #fff;
	padding-bottom: 22px
}

.ft-team-details-content .ft-team-details-text h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-team-details-content .ft-team-details-text span {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 10px
}

.ft-team-details-content .ft-team-details-info {
	color: #fff
}

.ft-team-details-content .ft-team-details-info li {
	font-size: 18px;
	margin-bottom: 5px
}

.ft-team-details-content .ft-team-details-info li span {
	margin-right: 8px;
	font-weight: 700
}

.ft-team-details-content .coming-soon-social {
	margin-top: 15px
}

.ft-team-personal .title {
	color: #003440;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 20px
}

.ft-team-personal-skill {
	margin-top: 30px
}

.ft-team-skill-inner {
	padding: 30px 15px 20px;
	background-color: #fff;
	box-shadow: .837px 11.971px 30px 0 rgba(89,89,89,.1)
}

.ft-team-skill-inner .counter-boxed {
	padding: 0;
	box-shadow: none;
	margin-right: 15px
}

.ft-team-skill-inner .counter-boxed .graph-outer {
	margin: 0
}

.ft-team-skill-inner .ft-team-skill-text h3 {
	color: #003440;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-team-contact-form-wrapper {
	margin-top: 65px;
	padding: 40px 30px;
	border-radius: 7px;
	box-shadow: 1.736px 9.848px 60px 0 rgba(0,52,64,.15)
}

.ft-team-contact-form-wrapper h3 {
	color: #003440;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 40px
}

.ft-team-contact-form-wrapper input,.ft-team-contact-form-wrapper textarea {
	width: 100%;
	height: 55px;
	border-radius: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
	border: 1px solid #cbcbcb
}

.ft-team-contact-form-wrapper textarea {
	height: 200px;
	padding-top: 10px
}

.ft-team-personal-cta {
	border-radius: 5px;
	padding: 80px 20px 70px
}

.ft-team-personal-cta .ft-team-personal-cta-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 100%;
	background-color: #fff
}

.ft-team-personal-cta .ft-team-personal-cta-icon i {
	font-size: 35px;
	color: #ea1e00
}

.ft-team-personal-cta .ft-team-personal-cta-text {
	color: #fff
}

.ft-team-personal-cta .ft-team-personal-cta-text h3 {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 20px
}

.ft-team-personal-cta .ft-team-personal-cta-text span {
	color: #fff;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: Poppins
}

.ft-project-section {
	z-index: 1;
	overflow: hidden;
	padding-top: 105px
}

.ft-project-section:before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 400px;
	position: absolute;
	background-color: #00044b
}

.ft-project-section .ft-section-title {
	max-width: 420px
}

.ft-project-section .ft-section-title h2,.ft-project-section .ft-section-title span {
	color: #fff
}

.ft-project-section .ft-section-title h2 {
	padding-bottom: 0
}

.ft-project-slider-wrapper {
	padding-top: 50px
}

.ft-project-itembox .ft-project-img {
	overflow: hidden;
	border-radius: 5px
}

.ft-project-itembox .ft-project-text {
	left: 0;
	top: 50%;
	opacity: 0;
	max-width: 370px;
	padding: 40px 30px;
	border-radius: 5px;
	position: absolute;
	background-color: #fff;
	transform: translateY(-50%);
	box-shadow: 1.045px 9.945px 60px 0 rgba(68,68,68,.15)
}

.ft-project-itembox .ft-project-text h3 {
	color: #00044b;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 50px;
	position: relative;
	padding-bottom: 15px
}

.ft-project-itembox .ft-project-text h3:before {
	left: 0;
	top: 23px;
	content: "";
	height: 2px;
	width: 40px;
	position: absolute;
	background-color: #ea1e00
}

.ft-project-itembox .ft-project-text p {
	line-height: 1.5;
	padding-bottom: 25px
}

.ft-project-itembox .ft-project-text .ft-btn a {
	background-color: #00044b
}

.slick-current.slick-center .ft-project-itembox {
	margin-left: -200px;
	padding-left: 200px
}

.slick-current.slick-center .ft-project-itembox .ft-project-text {
	opacity: 1
}

.ft-project-slider-area {
	margin: 0 -100px
}

.ft-project-slider-area .slick-list {
	overflow: visible
}

.ft-project-slider-area .slick-slide {
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0
}

.ft-project-slider-area .slick-slide.slick-active {
	opacity: 1
}

.ft-project-slider-area .slick-dots {
	margin-top: 50px
}

.ft-portfolio-content-2 {
	padding-top: 45px
}

.ft-portfolio-section-2 {
	z-index: 1;
	overflow: hidden;
	padding: 105px 0 90px
}

.ft-portfolio-section-2:before {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	content: "";
	height: 550px;
	position: absolute;
	background-color: #003b57
}

.ft-portfolio-section-2 .ft-section-title-2 {
	max-width: 505px
}

.ft-portfolio-section-2 .ft-section-title-2 .sub-title {
	color: #fff
}

.ft-portfolio-section-2 .ft-section-title-2 h2 {
	color: #fff;
	padding-bottom: 0
}

.ft-portfolio-slider-item {
	padding: 5px
}

.ft-portfolio-content-2 {
	margin: 0 -5px
}

.ft-portfolio-slider-innerbox {
	overflow: hidden
}

.ft-portfolio-slider-innerbox:before {
	top: 50%;
	left: 50px;
	right: 0;
	content: "";
	width: 92%;
	height: 92%;
	opacity: 0;
	margin: 0 auto;
	position: absolute;
	transform: translateY(-50%);
	transition: .5s all ease;
	background-color: rgba(0,54,66,.95)
}

.ft-portfolio-slider-innerbox .ft-portfolio-text {
	left: 60px;
	bottom: 30px;
	max-width: 385px;
	position: absolute
}

.ft-download-main .ft-portfolio-slider-innerbox .ft-portfolio-text {
	left: 0;
	right: 0
}

.ft-download-main .ft-portfolio-slider-innerbox .ft-portfolio-text,.ft-download-main .ft-portfolio-slider-innerbox .ft-portfolio-text .ft-btn-3 a {
	margin: 0 auto
}

.ft-portfolio-slider-innerbox .ft-portfolio-text h3 {
	opacity: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 20px;
	transform: translateX(20px);
	transition: .5s all ease;
	transition-delay: 0.1s
}

.ft-portfolio-slider-innerbox .ft-portfolio-text p {
	opacity: 0;
	color: #fff;
	max-width: 360px;
	padding-bottom: 25px;
	transform: translateX(20px);
	transition: .5s all ease;
	transition-delay: 0.2s
}

.ft-portfolio-slider-innerbox .ft-portfolio-text .ft-btn-3 {
	opacity: 0;
	transform: translateX(20px);
	transition: .5s all ease;
	transition-delay: 0.3s
}

.ft-portfolio-slider-innerbox .ft-portfolio-text .ft-btn-3 a {
	height: 32px;
	width: 150px
}

.ft-portfolio-slider-innerbox:hover:before {
	left: 0;
	opacity: 1
}

.ft-portfolio-slider-innerbox:hover .ft-portfolio-text .ft-btn-3,.ft-portfolio-slider-innerbox:hover .ft-portfolio-text h3,.ft-portfolio-slider-innerbox:hover .ft-portfolio-text p {
	opacity: 1;
	transform: translateX(0)
}

.ft-portfolio-slider-2 .slick-dots {
	position: static;
	margin-top: 32px
}

.ft-portfolio-slider-2 .slick-dots button {
	display: none
}

.ft-portfolio-slider-2 .slick-dots li {
	width: 30px;
	height: 5px;
	background-color: #003b57
}

.ft-portfolio-slider-2 .slick-dots li.slick-active {
	background-color: #ea1e00
}

.ft-project-item-filter-btn {
	margin-bottom: 50px
}

.ft-project-item-filter-btn li {
	color: #043441;
	cursor: pointer;
	font-weight: 500;
	padding: 7px 20px;
	border-radius: 20px
}

.ft-project-item-filter-btn li.filtr-active {
	color: #fff;
	background-color: #ea1e00
}

.ft-project-post-item-content .ft-btn {
	margin-top: 30px
}

.ft-project-post-item-content .ft-btn a {
	margin: 0 auto;
	border-radius: 30px;
	background-color: #043441
}

.ft-project-item-wrapper .ft-portfolio-slider-innerbox {
	margin: 0 auto;
	max-width: 370px;
	border-radius: 5px;
	margin-bottom: 30px
}

.ft-project-item-wrapper .ft-portfolio-slider-innerbox .ft-portfolio-text {
	max-width: 285px;
	text-align: center
}

.ft-project-item-wrapper .ft-portfolio-slider-innerbox .ft-portfolio-text h3 {
	font-size: 20px
}

.ft-project-item-wrapper .ft-portfolio-slider-innerbox .ft-portfolio-text p {
	font-size: 14px
}

.down-qrcode img {
	max-width: 100px
}

.ft-portfolio-overview-text {
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 75px 0 rgba(0,3,13,.15)
}

.ft-portfolio-overview-text .project-title-overview {
	padding: 15px;
	background-color: #ea1e00
}

.ft-portfolio-overview-text .project-title-overview h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700
}

.ft-portfolio-overview-text .ft-portfolio-overview-list-value {
	padding: 30px
}

.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-portfolio-overview-list li {
	color: #1a2428;
	font-weight: 700;
	margin-bottom: 5px
}

.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-portfolio-overview-list li span {
	float: right;
	font-weight: 400
}

.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-project-value {
	margin-top: 20px
}

.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-project-value span {
	color: #1a2428;
	font-size: 24px;
	font-weight: 700;
	font-family: Poppins
}

.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-project-value ul li {
	font-size: 14px;
	color: #ffc601
}

.ft-project-overview-text-wrapper {
	z-index: 1;
	padding-top: 35px
}

.ft-project-overview-text-wrapper h3 {
	color: #191919;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 20px
}

.ft-project-overview-text-wrapper p {
	font-size: 17px
}

.ft-project-overview-comment-list {
	font-size: 17px;
	padding-top: 35px
}

.ft-project-overview-list-item li {
	padding-left: 25px;
	margin-bottom: 20px;
	position: relative
}

.ft-project-overview-list-item li:before {
	top: 0;
	left: 0;
	content: "";
	font-weight: 900;
	position: absolute;
	color: #ea1e00;
	font-family: "Font Awesome 5 Pro"
}

.ft-project-overview-comment-wrapper {
	padding: 40px;
	margin-left: 60px;
	background-color: #fff;
	box-shadow: 0 0 75px 0 rgba(0,3,13,.15)
}

.ft-project-overview-comment-wrapper .ft-project-overview-comment-img {
	width: 110px;
	height: 110px;
	line-height: 103px;
	margin-right: 25px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid #ea1e00
}

.ft-project-overview-comment-wrapper .ft-project-overview-comment-img img {
	width: 90px;
	height: 90px;
	border-radius: 100%
}

.ft-project-overview-comment-wrapper .ft-project-overview-comment-text {
	width: 385px
}

.ft-project-overview-comment-wrapper .ft-project-overview-comment-text h4 {
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0 5px
}

.ft-project-overview-comment-wrapper .ft-project-overview-comment-text span {
	color: #00044b
}

.ft-similar-work-section {
	padding-bottom: 110px
}

.ft-similar-work-section .ft-similar-work-content h2 {
	color: #043441;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px
}

.ft-similar-work-section .ft-portfolio-slider-innerbox .ft-portfolio-text {
	max-width: 290px
}

.ft-case-study-section {
	overflow: hidden
}

.ft-case-study-items {
	width: 25%;
	border-right: 1px solid #8a8a8a
}

.ft-case-study-items .ft-case-study-img {
	position: relative
}

.ft-case-study-items .ft-case-study-img:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	transition: .5s all ease;
	background-color: rgba(0,0,0,.65)
}

.ft-case-study-items .ft-case-study-text {
	left: 60px;
	bottom: -25px;
	max-width: 335px;
	position: absolute;
	transition: .5s all ease
}

.ft-case-study-items .ft-case-study-text .serial-no {
	color: #fa4318;
	font-size: 30px;
	font-weight: 500
}

.ft-case-study-items .ft-case-study-text h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	padding: 10px 0 25px
}

.ft-case-study-items .ft-case-study-text p {
	opacity: 0;
	color: #fff;
	line-height: 1.688;
	padding-bottom: 35px;
	transition: .5s all ease
}

.ft-case-study-items .more-btn {
	left: 60px;
	color: #fff;
	width: 45px;
	height: 45px;
	bottom: 40px;
	position: absolute;
	border: 2px solid rgba(255,255,255,.6)
}

.ft-case-study-items .more-btn:hover {
	color: #000;
	background-color: #fff
}

.ft-case-study-items:hover .ft-case-study-text {
	bottom: 90px
}

.ft-case-study-items:hover .ft-case-study-text p {
	opacity: 1
}

.ft-case-study-items:hover .ft-case-study-img:before {
	background-color: rgba(0,67,135,.85)
}

.ft-testimonial-section {
	z-index: 1;
	overflow: hidden;
	padding: 105px 0
}

.ft-testimonial-section .ft-section-title {
	margin: 0 auto;
	max-width: 470px
}

.ft-testimonial-section .ft-testimonial-map {
	top: 0;
	left: 0;
	right: 0;
	z-index: -1
}

.ft-testimonial-slider-wrapper {
	padding-top: 20px
}

.ft-testimonial-item-innerbox {
	padding: 30px 30px 0 30px;
	background-color: #fff;
	box-shadow: 1.045px 9.945px 60px 0 rgba(68,68,68,.15)
}

.ft-testimonial-item-innerbox .ft-testimonial-item-img-wrapper {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 10px
}

.ft-testimonial-item-innerbox .ft-testimonial-item-img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #cbcbcb
}

.ft-testimonial-item-innerbox .ft-testimonial-text-item {
	padding-bottom: 35px
}

.ft-testimonial-item-innerbox .ft-testimonial-quote {
	right: 0;
	width: 28px;
	bottom: 15px;
	height: 28px;
	border-radius: 100%;
	background-color: #fff;
	border: 2px solid #cbcbcb
}

.ft-testimonial-item-innerbox .ft-testimonial-name {
	z-index: 1;
	width: 270px
}

.ft-testimonial-item-innerbox .ft-testimonial-name h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 48px
}

.ft-testimonial-item-innerbox .ft-testimonial-name h3:before {
	left: 0;
	top: 12px;
	width: 40px;
	content: "";
	height: 3px;
	position: absolute;
	background-color: #fff
}

.ft-testimonial-item-innerbox .ft-testimonial-name:before {
	left: -30px;
	z-index: -1;
	content: "";
	height: 50px;
	width: 215px;
	bottom: -15px;
	position: absolute;
	background-color: #ea1e00
}

.ft-testimonial-item-innerbox .ft-testimonial-name .ft-testimonial-shape {
	top: -14px;
	width: 0;
	height: 0;
	right: 35px;
	content: "";
	position: absolute;
	border-bottom: 50px solid #ea1e00;
	border-right: 50px solid transparent
}

.ft-testimonial-item-innerbox .ft-testimonial-name .ft-testimonial-shape:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid #b20606;
	border-left: 20px solid transparent;
	position: absolute;
	bottom: -50px;
	right: -50px
}

.ft-testimonial-slider-area .slick-list {
	overflow: visible
}

.ft-testimonial-slider-area .slick-slide {
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0
}

.ft-testimonial-slider-area .slick-slide.slick-active {
	opacity: 1
}

.ft-testimonial-slider-area .slick-dots {
	margin-top: 50px
}

.ft-testimonial-section-2 {
	overflow: hidden;
	padding-bottom: 115px
}

.ft-testimonial-section-2 .ft-section-title-2 {
	margin: 0
}

.ft-testimonial-section-2 .ft-section-title-2 h2 {
	padding-bottom: 0
}

.ft-testimonial-section-2 .ft-title-text {
	max-width: 570px
}

.ft-testimonial-innerbox-item-2 {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
	padding: 30px 40px;
	background-color: #fff;
	box-shadow: 1.91px 10.833px 50px 0 rgba(38,38,38,.15)
}

.ft-testimonial-innerbox-item-2 .ft-testimonial-img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 100%
}

.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-meta {
	margin-bottom: 12px
}

.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-meta h3 {
	color: #003440;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px
}

.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-meta span {
	color: #003440
}

.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-rate {
	margin-top: 20px
}

.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-rate li {
	color: #ffc039;
	transform: rotate(45deg)
}

.ft-testimonial-slider-2 {
	padding-top: 55px;
	margin: 0 -30px
}

.ft-testimonial-slider-2 .choose_slider {
	height: 360px;
	position: relative
}

.ft-testimonial-slider-2 .choose_slider_items .next_item,.ft-testimonial-slider-2 .choose_slider_items .previous_item {
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(.9,.9);
	transition: .5s all ease
}

.ft-testimonial-slider-2 .choose_slider_items .next_item {
	right: 0;
	left: auto
}

.ft-testimonial-slider-2 #btn_next1,.ft-testimonial-slider-2 #btn_prev1 {
	top: 50%;
	color: #fff;
	width: 40px;
	z-index: 2;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	background-color: #003440
}

.ft-testimonial-slider-2 #btn_next1:hover,.ft-testimonial-slider-2 #btn_prev1:hover {
	transition: .5s all ease;
	background-color: #ea1e00
}

.ft-testimonial-slider-2 #btn_next1 {
	z-index: 8;
	right: 180px
}

.ft-testimonial-slider-2 #btn_prev1 {
	z-index: 8;
	left: 180px
}

.ft-testimonial-slider-2 .choose_slider_items .current_item {
	left: 0;
	right: 0;
	transition: .5s all ease
}

.ft-testimonial-slider-2 .choose_slider_items .current_item {
	z-index: 5
}

.ft-testimonial-section-3 {
	top: -110px;
	z-index: 1;
	margin-bottom: -110px
}

.ft-testimonial-slider-wrapper-3 {
	background-color: #fff;
	box-shadow: 2.952px 16.742px 29px 0 rgba(12,12,12,.07)
}

.ft-testimonial-slider-wrapper-3 .ft-testimonial-slider-img {
	width: 388px
}

.ft-testimonial-slider-area-3 {
	width: 780px;
	padding: 35px 60px 30px 70px
}

.ft-testimonial-slider-items-3 {
	padding-left: 70px
}

.ft-testimonial-slider-items-3 p {
	color: #0b0b0b;
	font-size: 24px;
	font-weight: 500;
	max-width: 515px;
	padding-bottom: 10px
}

.ft-testimonial-slider-items-3 .ft-testimonial-slider-author span {
	display: block
}

.ft-testimonial-slider-items-3 .ft-testimonial-slider-author .name {
	color: #fa4318;
	font-weight: 700;
	font-style: italic
}

.ft-testimonial-slider-items-3:before {
	top: 0;
	left: 5px;
	color: #008eff;
	font-size: 40px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro"
}

.ft-testimonial-slider-3 .slick-dots {
	top: 50%;
	width: auto;
	right: -35px;
	bottom: auto;
	position: absolute;
	transform: translateY(-50%)
}

.ft-testimonial-slider-3 .slick-dots li {
	width: 40px;
	height: 40px;
	color: #c3c3c3;
	display: block;
	font-weight: 700;
	line-height: 32px;
	border-radius: 100%;
	border: 4px solid #fff;
	transition: .5s all ease
}

.ft-testimonial-slider-3 .slick-dots li.slick-active {
	color: #0b0b0b;
	font-size: 18px;
	border: 4px solid #008eff
}

.ft-contact-section {
	z-index: 1;
	overflow: hidden;
	padding: 105px 0 140px
}

.ft-contact-section:before {
	top: 0;
	width: 70%;
	z-index: -1;
	content: "";
	left: -22%;
	height: 100%;
	position: absolute;
	transform: skew(-43deg);
	background-color: #f4f4f4
}

.ft-contact-content {
	max-width: 580px
}

.ft-contact-form-wrapper {
	margin-top: 30px
}

.ft-contact-form-wrapper input,.ft-contact-form-wrapper textarea {
	width: 100%;
	height: 55px;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #cbcbcb
}

.ft-contact-form-wrapper textarea {
	height: 140px;
	padding-top: 15px
}

.ft-contact-form-wrapper .ft-sb-button {
	background-color: #00044b
}

.ft-contact-cta-items {
	padding: 30px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	transition: .5s all ease;
	border-top: 5px solid #f4f4f4
}

.ft-contact-cta-items .ft-contact-cta-icon {
	width: 70px;
	height: 70px;
	margin-right: 30px;
	border-radius: 8px;
	background-color: #f4d5d6
}

.ft-contact-cta-items .ft-contact-cta-icon i {
	font-size: 45px;
	color: #ea1e00
}

.ft-contact-cta-items .ft-contact-cta-text {
	max-width: 100%
}

.ft-contact-cta-items .ft-contact-cta-text h3 {
	color: #002a34;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-contact-cta-items:hover {
	border-top: 5px solid #ea1e00
}

.ft-contact-page-form-wrapper {
	padding: 30px;
	background-color: #f4f4f4
}

.ft-contact-page-form-wrapper h3 {
	color: #043641;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 30px
}

.ft-contact-page-form-wrapper input,.ft-contact-page-form-wrapper textarea {
	width: 100%;
	height: 50px;
	border: none;
	padding-left: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #fff
}

.ft-contact-page-form-wrapper textarea {
	height: 210px;
	padding-top: 15px
}

.ft-contact-page-form-wrapper button {
	color: #fff;
	width: 100%;
	height: 55px;
	border: none;
	border-radius: 6px;
	font-family: Poppins;
	background-color: #ea1e00;
	transition: .5s all ease
}

.ft-contact-page-form-wrapper button:hover {
	background-color: #00044b
}

.ft-blog-section {
	padding: 105px 0
}

.ft-blog-section .ft-section-title {
	max-width: 420px
}

.ft-blog-section .ft-section-title h2 {
	padding-bottom: 0
}

.ft-blog-feed-content {
	padding-top: 40px
}

.ft-blog-news-feed-innerbox .ft-blog-feed-img {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 25px
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a,.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-data a {
	color: #00044b;
	font-weight: 500
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a i,.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-data a i {
	color: #ea1e00;
	margin-right: 5px
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
	margin-left: 25px
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-meta {
	margin-bottom: 22px;
	padding-bottom: 15px;
	border-bottom: 2px dashed #d5d5d5
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text h3 {
	color: #00044b;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 15px
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text h3:hover {
	color: #ea1e00
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox {
	display: flex;
	align-items: center;
	margin-bottom: 25px
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-img {
	width: 200px;
	height: 168px;
	margin-bottom: 0;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 5px
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-text {
	width: 345px
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-meta {
	margin-bottom: 8px;
	padding-bottom: 8px
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox h3 {
	padding-bottom: 5px
}

.ft-blog-section-2 {
	z-index: 1;
	overflow: hidden;
	padding: 110px 0
}

.ft-blog-section-2:before {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	content: "";
	height: 410px;
	position: absolute;
	background-color: #003440
}

.ft-blog-section-2 .ft-section-title-2 {
	padding-bottom: 45px
}

.ft-blog-section-2 .ft-section-title-2 .sub-title,.ft-blog-section-2 .ft-section-title-2 h2 {
	color: #fff;
	padding-bottom: 0
}

.ft-blog-innerbox-2 {
	margin: 0 auto;
	max-width: 370px;
	overflow: hidden;
	border-radius: 6px;
	background-color: #fff;
	transition: .5s all ease;
	box-shadow: 1.91px 10.833px 50px 0 rgba(38,38,38,.15);
	display: flex;
	flex-direction: column;
	height: 100%
}

.ft-blog-slider-2 .slick-track {
	display: flex;
	align-items: stretch
}

.ft-blog-slider-2 .slick-slide {
	height: auto
}

.ft-blog-innerbox-2 .ft-blog-img-2 {
	overflow: hidden
}

.ft-blog-innerbox-2 .ft-blog-img-2 img {
	transition: .5s all ease
}

.ft-blog-innerbox-2 .ft-blog-meta {
	top: 10px;
	right: 10px;
	padding: 5px;
	line-height: 1;
	color: #fff;
	width: 50px;
	height: 50px;
	font-weight: 700;
	border-radius: 5px;
	font-family: Poppins;
	background-color: #ea1e00
}

.ft-blog-innerbox-2 .ft-blog-text-2 {
	padding: 22px 20px 30px
}

.ft-blog-innerbox-2 .ft-blog-text-2 h3 {
	color: #003440;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 5px
}

.ft-blog-innerbox-2 .ft-blog-text-2 p {
	color: #003440;
	padding-bottom: 15px;
	transition: .5s all ease
}

.ft-blog-innerbox-2:hover {
	background-color: #ea1e00;
	box-shadow: 0 21px 80px 0 rgba(236,0,0,.3)
}

.ft-blog-innerbox-2:hover .ft-blog-img-2 img {
	transform: scale(1.2)
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 h3 {
	color: #fff
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 p {
	color: #fff
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a:before {
	border: 2px solid #fff
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a i {
	color: #fff
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a:hover i {
	color: #002a34
}

.ft-blog-content-2 {
	margin: -150px;
	padding: 150px;
	overflow: hidden;
	position: relative
}

.ft-blog-content-2 .carousel_nav .blg-left_arrow,.ft-blog-content-2 .carousel_nav .blg-right_arrow {
	top: 40%;
	width: 40px;
	color: #fff;
	height: 40px;
	border: none;
	position: absolute;
	border-radius: 100%;
	background-color: #003440;
	transform: translateY(-50%);
	transition: .3s all ease
}

.ft-blog-content-2 .carousel_nav .blg-left_arrow:hover,.ft-blog-content-2 .carousel_nav .blg-right_arrow:hover {
	background-color: #ea1e00
}

.ft-blog-content-2 .carousel_nav .blg-left_arrow {
	left: 130px
}

.ft-blog-content-2 .carousel_nav .blg-right_arrow {
	right: 130px
}

.ft-blog-slider-2 {
	margin: 0 -15px
}

.ft-blog-slider-2 .slick-list {
	overflow: visible
}

.ft-blog-slider-2 .slick-slide {
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0
}

.ft-blog-slider-2 .slick-slide.slick-active {
	opacity: 1
}

.ft-blog-post-feed-innerbox {
	max-width: 870px;
	margin-bottom: 40px;
	background-color: #f4f4f4
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper {
	padding: 30px
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta {
	padding: 15px 50px;
	margin-bottom: 25px;
	background-color: #ea1e00
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a {
	color: #fff;
	margin-right: 30px;
	position: relative
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a i {
	margin-right: 5px
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:after {
	top: 0;
	width: 1px;
	content: "";
	height: 20px;
	right: -15px;
	position: absolute;
	background-color: #fff
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:last-child:after {
	display: none
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e9e9
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text h3 {
	color: #002a34;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 18px
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a span {
	color: #fff
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a:hover {
	color: #fff
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a:hover:before {
	background-color: #ea1e00;
	border: 2px solid #ea1e00
}

.ft-side-bar-widget {
	padding: 25px 20px;
	margin-bottom: 30px;
	background-color: #f4f4f4
}

.ft-side-bar-widget.search-widget-area {
	padding: 0
}

.ft-side-bar-widget .widget-title {
	color: #002a34;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 45px
}

.ft-side-bar-widget .widget-title:after {
	left: 0;
	top: 35px;
	height: 3px;
	content: "";
	width: 40px;
	position: absolute;
	background-color: #ea1e00
}

.ft-side-bar-widget .search-widget input {
	width: 100%;
	height: 55px;
	border: none;
	padding-left: 20px;
	background-color: #f4f4f4
}

.ft-side-bar-widget .search-widget button {
	top: 15px;
	padding: 0;
	right: 15px;
	border: none;
	position: absolute;
	background-color: transparent
}

.ft-side-bar-widget .category-widget li {
	margin-bottom: 15px
}

.ft-side-bar-widget .category-widget li:last-child {
	margin-bottom: 0
}

.ft-side-bar-widget .category-widget li a {
	color: #002a34;
	font-weight: 500;
	padding-left: 15px;
	position: relative
}

.ft-side-bar-widget .category-widget li a:before {
	left: 0;
	top: -1px;
	font-size: 14px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro"
}

.ft-side-bar-widget .category-widget li a span {
	color: #fff;
	width: 28px;
	float: right;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #002a34;
	transition: .4s all ease
}

.ft-side-bar-widget .category-widget li:hover a {
	margin-left: 15px;
	color: #ea1e00
}

.ft-side-bar-widget .category-widget li:hover span {
	background-color: #ea1e00
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text {
	margin-bottom: 30px
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img {
	width: 58px;
	height: 68px;
	overflow: hidden;
	margin-right: 10px
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text h3 {
	font-size: 15px;
	color: #002a34;
	font-weight: 500;
	padding-bottom: 5px
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span {
	font-size: 15px
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span i {
	color: #002a34;
	margin-right: 5px
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text:last-child {
	margin-bottom: 0
}

.ft-side-bar-widget .gallery-widget {
	margin: 0 -5px
}

.ft-side-bar-widget .gallery-widget li {
	width: 50%;
	height: auto;
	padding: 5px;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block
}

.ft-side-bar-widget .tag-widget li {
	display: inline-block
}

.ft-side-bar-widget .tag-widget li a {
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #003440
}

.ft-side-bar-widget .tag-widget li a:hover {
	background-color: #ea1e00
}

.pro-right-item span {
	height: 45px;
	line-height: 45px;
	display: block;
	overflow: hidden
}

.pro-right-item img {
	box-sizing: border-box;
	border-radius: 6px
}

.blog-details-img-text-wrapper .ft-blog-details-section {
	padding: 100px 0
}

.blog-details-img-text-wrapper .ft-blog-details-item {
	padding: 20px 30px;
	background-color: #f4f4f4
}

.blog-details-img-text-wrapper .ftd-blog-meta-2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4ebf2
}

.blog-details-img-text-wrapper .ftd-blog-meta-2:after {
	bottom: 0;
	left: 0;
	height: 3px;
	width: 40px;
	content: "";
	position: absolute;
	background-color: #ea1e00
}

.blog-details-img-text-wrapper .ftd-blog-meta-2 a {
	color: #707070;
	margin-right: 25px;
	position: relative
}

.blog-details-img-text-wrapper .ftd-blog-meta-2 a i {
	font-size: 18px;
	margin-right: 5px;
	color: #ea1e00
}

.blog-details-img-text-wrapper .blog-details-text article {
	margin-bottom: 25px
}

.blog-details-img-text-wrapper .blog-details-text h3 {
	color: #000;
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 20px
}

.blog-details-img-text-wrapper .blog-details-text .bd-video-play {
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%)
}

.blog-details-img-text-wrapper .blog-details-text .bd-video-play a {
	width: 85px;
	height: 85px;
	color: #ea1e00;
	line-height: 85px;
	border-radius: 100%;
	display: inline-block;
	background-color: #fff
}

.blog-details-img-text-wrapper .blog-details-text blockquote {
	color: #191919;
	padding: 30px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	font-family: Poppins;
	background-color: #fff;
	border-left: 5px solid #ea1e00
}

.blog-details-img-text-wrapper .blog-details-text blockquote span {
	display: block;
	font-size: 15px;
	margin-top: 10px;
	font-weight: 700;
	font-style: italic;
	color: #ea1e00
}

.blog-details-img-text-wrapper .ft-blog-tag-share {
	margin: 40px 0
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag span {
	color: #222;
	font-size: 15px;
	font-weight: 700;
	margin-right: 10px
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a {
	color: #222;
	font-size: 15px;
	font-weight: 500;
	margin-right: 3px;
	padding: 10px 20px;
	display: inline-block;
	background-color: #ffff;
	transition: .3s all ease-in-out
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a:hover {
	color: #fff;
	background-color: #ea1e00
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a {
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	margin-left: 5px;
	line-height: 30px;
	overflow: hidden;
	border-radius: 30px;
	display: inline-block;
	transition: .5s all ease
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a span {
	font-size: 14px
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a:hover {
	width: 100px;
	border-radius: 30px
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a:hover i {
	margin-right: 5px
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .fb-social {
	background-color: #3b5998
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .tw-social {
	background-color: #55acee
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .ln-social {
	background-color: #dd4b39
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .in-social {
	background-color: #cd339a
}

.blog-details-img-text-wrapper .ft-blog-next-prev {
	border: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
	padding: 10px 0 30px;
	margin-bottom: 50px
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text {
	color: #191919;
	font-size: 15px;
	line-height: 50px;
	font-weight: 700;
	transition: .3s all ease;
	position: relative
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:after {
	left: 0;
	content: "";
	width: 0%;
	height: 1px;
	bottom: -2px;
	position: absolute;
	transition: .5s all ease;
	background-color: #ea1e00
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:hover {
	color: #ea1e00
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:hover:after {
	width: 100%
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-img {
	width: 60px;
	height: 52px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 20px;
	position: relative
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-img:before {
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	opacity: 0;
	height: 100%;
	position: absolute;
	background-color: #ea1e00;
	transition: .5s all ease
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-text h3 {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	max-width: 300px
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-text h3 a:hover {
	text-decoration: underline
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn.np-text-item .ft-blog-np-img {
	margin-right: 0;
	margin-left: 20px
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-next-prev-img-text:hover .ft-blog-np-img:before {
	opacity: .7
}

.blog-details-img-text-wrapper .blog-details-img-video {
	margin-bottom: 30px
}

.blog-details-img-text-wrapper .blog-details-img-video .blog-details-img {
	overflow: hidden;
	max-width: 390px;
	border-radius: 7px
}

.ft-blog-comment h3 {
	color: #191919;
	font-size: 24px;
	display: inline-block;
	font-weight: 700;
	position: relative
}

.ft-blog-comment h3:after {
	left: 0;
	height: 3px;
	bottom: -8px;
	width: 40px;
	content: "";
	position: absolute;
	background-color: #ea1e00
}

.ft-blog-comment-block-wrapper {
	padding-top: 35px
}

.ft-blog-comment-block {
	margin-bottom: 40px
}

.ft-blog-comment-block .ft-blog-comment-img {
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 100%
}

.ft-blog-comment-block .ft-blog-comment-text {
	display: table;
	padding: 20px 25px;
	background-color: #fff;
	transition: .3s all ease-in-out
}

.ft-blog-comment-block .ft-blog-comment-text h4 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px
}

.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn {
	top: 20px;
	right: 20px;
	height: 35px;
	width: 85px;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	position: absolute;
	border-radius: 20px;
	background-color: #000;
	transition: .3s all ease-in-out
}

.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn i {
	font-size: 13px
}

.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn:hover {
	color: #fff;
	background-color: #ea1e00
}

.ft-blog-comment-block .ft-blog-comment-text span {
	font-size: 13px;
	font-weight: 700;
	color: #ea1e00;
	text-transform: uppercase
}

.ft-blog-comment-block .ft-blog-comment-text p {
	font-size: 15px;
	padding-top: 10px
}

.ft-blog-comment-block .ft-blog-comment-text:hover {
	box-shadow: 0 8px 38px 0 rgba(125,125,125,.16)
}

.ft-blog-comment-block .ft-blog-comment-text:hover span {
	text-decoration: underline
}

.ftd-blog-comment-form {
	margin-top: 40px;
	padding: 35px 30px;
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(12,12,12,.05)
}

.ftd-blog-comment-form .ftd-comment-form-input label {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px
}

.ftd-blog-comment-form .ftd-comment-form-input input,.ftd-blog-comment-form .ftd-comment-form-input textarea {
	height: 50px;
	width: 33.33%;
	margin: 0 5px;
	padding-left: 20px;
	border: 1px solid #e3e7f2
}

.ftd-blog-comment-form .ftd-comment-form-input span {
	display: block;
	margin-top: 15px
}

.ftd-blog-comment-form .ftd-comment-form-input span input {
	height: inherit;
	width: inherit
}

.ftd-blog-comment-form .ftd-comment-form-input textarea {
	width: 100%;
	height: 150px;
	padding-top: 15px
}

.ftd-blog-comment-form .ftd-comment-form-input button {
	color: #fff;
	width: 150px;
	height: 45px;
	border: none;
	font-size: 14px;
	margin-top: 15px;
	font-weight: 700;
	border-radius: 30px;
	transition: .5s all ease;
	text-transform: uppercase;
	background-color: #ea1e00
}

.ftd-blog-comment-form .ftd-comment-form-input button:hover {
	background-color: #00044b
}

.ft-blog-section-3 {
	padding: 115px 0
}

.ft-blog-section-3 .ft-section-title-3 {
	margin: 0 auto;
	max-width: 710px
}

.ft-blog-content-3 {
	padding-top: 55px
}

.ft-blog-content-3,.ft-blog-section-3,.ft-industry-re {
	overflow: visible!important
}

.ft-blog-innerbox-3 {
	max-width: 370px;
	margin: 0 auto 30px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
	transition: box-shadow .3s,transform .3s;
	overflow: visible!important
}

.ft-blog-innerbox-3:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,.1);
	transform: translateY(-2px)
}

.ft-blog-innerbox-3 .ft-blog-img {
	height: auto;
	border-radius: 6px 6px 0 0;
	overflow: hidden
}

.ft-blog-innerbox-3 .ft-blog-img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	background: #f4f6f8
}

.ft-blog-innerbox-3 .ft-blog-text {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 20px 22px 24px;
	background: #001127;
	border-radius: 0 0 6px 6px;
	border-top: 3px solid #ea1e00;
	box-shadow: none;
	overflow: visible!important
}

.ft-blog-innerbox-3 .ft-blog-text h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin: 8px 0 6px
}

.ft-blog-innerbox-3 .ft-blog-text h3 a {
	color: #fff;
	text-decoration: none;
	transition: color .2s
}

.ft-blog-innerbox-3 .ft-blog-text h3 a:hover {
	color: #ea1e00
}

.ft-blog-innerbox-3 .ft-blog-text p {
	font-size: 14px;
	color: rgba(255,255,255,.7);
	line-height: 1.7;
	margin-bottom: 14px
}

.ft-blog-innerbox-3 .more-btn {
	position: static!important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 24px;
	background: #ea1e00;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: normal;
	text-transform: none;
	transition: background .25s
}

.ft-blog-innerbox-3 .more-btn:hover {
	background: #fff;
	color: #ea1e00
}

.blog-slider-3 .slick-list,.blog-slider-3 .slick-slide,.blog-slider-3 .slick-track,.ft-industry-re {
	overflow: visible!important
}

.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta {
	margin-bottom: 10px
}

.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a {
	color: #888
}

.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a i {
	margin-right: 5px
}

.ft-blog-innerbox-3 .ft-blog-text h3 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 12px
}

.ft-blog-innerbox-3 .ft-blog-text .more-btn {
	left: 0;
	right: 0;
	bottom: -25px;
	color: #fff;
	width: 150px;
	height: 50px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 700;
	background-color: #ea1e00
}

.ft-blog-innerbox-3 .ft-blog-text .more-btn:hover {
	background-color: #008eff
}

.ft-blog-innerbox-3:hover .ft-blog-text {
	background-color: #07082d;
	color: #fff
}

.ft-blog-innerbox-3:hover .ft-blog-text:before {
	border-bottom: 17px solid #07082d;
	border-left: 307px solid rgba(255,255,255,0)
}

.ft-blog-innerbox-3:hover .ft-blog-text h3 {
	color: #fff
}

.ft-blog-innerbox-3:hover .ft-blog-text .ft-blog-meta a {
	color: #fff
}

.ft-side-bar-add {
	overflow: hidden;
	padding: 40px 30px;
	border-radius: 5px
}

.ft-side-bar-add h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	padding: 30px 0 45px
}

.ft-side-bar-add a {
	color: #000;
	width: 130px;
	height: 45px;
	margin: 0 auto;
	font-weight: 600;
	border-radius: 5px;
	background-color: #fff
}

.ft-side-bar-add a:hover {
	color: #fff;
	background-color: #00044b
}

.ft-featured-section {
	padding: 105px 0
}

.ft-featured-content {
	padding-top: 45px
}

.ft-featured-innerbox {
	z-index: 1;
	padding: 30px;
	overflow: hidden;
	border-radius: 6px;
	transition: .5s all ease;
	border-top: 3px solid #ea1e00;
	background-color: #fff;
	box-shadow: 1.91px 10.833px 50px 0 rgba(68,68,68,.15)
}

.ft-featured-innerbox .ft-featured-icon {
	margin-bottom: 18px
}

.ft-featured-innerbox .ft-featured-icon i {
	color: #003440;
	font-size: 60px;
	line-height: .75;
	transition: .5s all ease
}

.ft-featured-innerbox .ft-featured-text h3 {
	color: #003440;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 18px
}

.ft-featured-innerbox .ft-featured-text p {
	padding-bottom: 20px;
	transition: .5s all ease
}

.ft-featured-innerbox:before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 0%;
	position: absolute;
	transition: .5s all ease;
	background-color: #ea1e00
}

.ft-featured-innerbox:hover {
	box-shadow: 0 21px 80px 0 rgba(236,0,0,.3)
}

.ft-featured-innerbox:hover:before {
	height: 100%
}

.ft-featured-innerbox:hover .ft-featured-icon i {
	color: #fff
}

.ft-featured-innerbox:hover .ft-featured-text h3 {
	color: #fff
}

.ft-featured-innerbox:hover .ft-featured-text p {
	color: #fff
}

.ft-featured-innerbox:hover .ft-btn-2 a:before {
	border: 2px solid #fff
}

.ft-featured-innerbox:hover .ft-btn-2 a i {
	color: #fff
}

.ft-featured-innerbox:hover .ft-btn-2 a:hover i {
	color: #002a34
}

.ft-goodness-feature-section {
	padding-bottom: 80px
}

.ft-goodness-featured-content {
	padding-top: 45px
}

.ft-goodness-featured-innerbox {
	padding: 30px 15px;
	margin-bottom: 30px;
	box-shadow: .698px 9.976px 50px 0 rgba(72,72,72,.15)
}

.ft-goodness-featured-innerbox .ft-goodness-featured-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius: 100%;
	background-color: #fef2f2
}

.ft-goodness-featured-innerbox .ft-goodness-featured-icon i {
	font-size: 40px;
	color: #ea1e00
}

.ft-goodness-featured-innerbox .ft-goodness-featured-text h3 {
	color: #002a34;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px
}

.ft-goodness-featured-innerbox:hover .ft-goodness-featured-icon {
	animation: icon-bounce .8s ease-out infinite
}

.ft-product-mesurment-section {
	z-index: 1;
	position: relative;
	margin-bottom: 25px
}

.ft-product-mesurment-section:before {
	left: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 115px;
	position: absolute;
	background-color: #002531
}

.ft-product-mesurment-content {
	overflow: hidden;
	border-radius: 8px;
	padding: 60px 30px;
	background-color: #fff;
	border-top: 5px solid #fde8e8;
	box-shadow: 3.486px 39.848px 60px 0 rgba(0,0,0,.15)
}

.ft-product-mesurment-content .ft-pm-bg-img {
	bottom: 0;
	right: 0
}

.ft-product-mesurment-tab-btn {
	margin-bottom: 35px
}

.ft-product-mesurment-tab-btn .nav {
	justify-content: center
}

.ft-product-mesurment-tab-btn .nav-tabs .nav-item.show .nav-link,.ft-product-mesurment-tab-btn .nav-tabs .nav-link,.ft-product-mesurment-tab-btn .nav-tabs .nav-link.active {
	padding: 0;
	border: none;
	font-weight: 600
}

.ft-product-mesurment-tab-btn .nav-tabs {
	border-bottom: none
}

.ft-product-mesurment-tab-btn .nav-link {
	width: 170px;
	height: 45px;
	color: #032d57;
	font-size: 15px;
	font-weight: 600;
	border-radius: 30px;
	font-family: Poppins;
	transition: .3s all ease
}

.ft-product-mesurment-tab-btn .nav-link.active {
	color: #fff;
	background-color: #ea1e00;
	box-shadow: 0 21px 80px 0 rgba(236,0,0,.1)
}

.ft-product-mesurment-form-input .ft-pm-title {
	color: #002a34;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: Poppins
}

.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area {
	margin-bottom: 15px
}

.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area input,.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area select,.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area textarea {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-radius: 30px;
	border: 1px solid #d5d5d5
}

.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area textarea {
	height: 80px;
	padding-top: 10px
}

.form-tit-hide {
	display: none
}

.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area select {
	-webkit-appearance: none
}

.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area .ft-select-option {
	z-index: 1
}

.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area .ft-select-option:after {
	top: 14px;
	right: 20px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro"
}

.ft-product-mesurment-form-input button {
	color: #fff;
	width: 100%;
	height: 55px;
	margin-top: 40px;
	font-weight: 600;
	border-radius: 30px;
	border: none;
	font-family: Poppins;
	transition: .5s all ease;
	background-color: #002a34
}

.ft-product-mesurment-form-input button:hover {
	background-color: #ea1e00
}

.ft-product-mesurment-checkbox label {
	cursor: pointer;
	position: relative;
	margin-right: 25px
}

.ft-product-mesurment-checkbox label .slug {
	color: #002a34;
	margin-left: 30px
}

.ft-product-mesurment-checkbox .checkmark-circle:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	left: 0;
	top: 1px;
	border: 2px solid #002a34
}

.ft-product-mesurment-checkbox .checkmark-circle:after {
	left: 5px;
	top: 6px;
	width: 10px;
	content: "";
	height: 10px;
	display: none;
	position: absolute;
	border-radius: 100%;
	background-color: #ea1e00
}

.ft-product-mesurment-checkbox .condition {
	display: none
}

.ft-product-mesurment-checkbox .condition:checked~.checkmark-circle:after {
	display: block
}

.ft-product-mesurment-checkbox .condition:checked~.checkmark-circle:before {
	border: 2px solid #ea1e00
}

.ft-experience-section {
	padding: 55px 0 95px
}

.counter-boxed {
	padding: 22px 10px 20px;
	background-color: #fff;
	box-shadow: 1.91px 10.833px 50px 0 rgba(38,38,38,.15)
}

#ft-experience .counter-boxed {
	box-shadow: none;
	background: 0 0;
	margin-bottom: 0;
	padding-top: 10px
}

.counter-boxed .graph-outer {
	margin: 0 auto;
	text-align: center;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: #fff
}

.counter-boxed h3 {
	color: #002a34;
	font-size: 18px;
	font-weight: 700;
	padding-top: 8px
}

.counter-boxed .count-box {
	position: absolute;
	left: 0;
	top: 48%;
	width: 100%;
	font-size: 16px;
	color: #19274d;
	font-weight: 700;
	text-align: center;
	transform: translateY(-50%)
}

.counter-boxed .count-box .count-text {
	color: #002a34;
	font-size: 21px;
	font-weight: 700;
	position: relative;
	font-family: Poppins
}

.counter-text-item {
	margin-top: 15px
}

.counter-text-item h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.333
}

.counter-text-item .counter-author .counter-author-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 30px
}

.counter-text-item .counter-author .counter-author-text {
	margin-top: 35px
}

.counter-text-item .counter-author .counter-author-text h3 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 5px
}

.counter-text-item .counter-author .counter-author-text span {
	font-size: 16px;
	font-weight: 600;
	color: #ea1e00;
	font-family: Poppins
}

.ft-faq-why-choose-us-section {
	padding: 90px 0
}

.ft-faq-why-choose-us-section .ft-section-title-2 {
	padding-bottom: 40px
}

.ft-faq-why-choose-us-section .ft-section-title-2 h2 {
	padding-bottom: 0
}

.ft-faq-content .accordion-button:not(.collapsed),.ft-faq-content .accordion-item:first-of-type .accordion-button {
	border: none;
	box-shadow: none
}

.ft-faq-content .accordion-item:first-of-type {
	border-radius: 0
}

.ft-faq-content .accordion-item {
	margin-bottom: 25px
}

.ft-faq-content .accordion-item .accordion-button {
	color: #003440;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 20px 17px
}

.ft-faq-content .accordion-item .accordion-button:focus,.ft-faq-content .accordion-item .accordion-button:hover {
	outline: 0
}

.ft-faq-content .accordion-item .accordion-button:not(.collapsed) {
	color: #ea1e00;
	background-color: transparent
}

.ft-faq-content .accordion-item:first-of-type .accordion-button {
	border-radius: 0
}

.ft-faq-content .accordion-button::after {
	right: 15px;
	color: #003440;
	content: "";
	font-weight: 900;
	font-size: 20px;
	position: absolute;
	background-image: none;
	font-family: "Font Awesome 5 Pro"
}

.ft-faq-content .accordion-button:not(.collapsed)::after {
	content: "";
	color: #ea1e00
}

.ft-faq-content .accordion-body {
	padding-top: 5px
}

.ft-faq-content .accordion-button:focus {
	border: none
}

.ft-why-choose-content-2 {
	padding-left: 5px
}

@keyframes icon-bounce {
	0%,100%,20%,50%,80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-10px)
	}

	60% {
		transform: translateY(-5px)
	}
}

.ft-why-choose-feature-list-item-2 {
	padding: 25px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 1.91px 10.833px 50px 0 rgba(38,38,38,.15);
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: auto
}

.ft-why-choose-feature-list-item-2 .ft-why-choose-feature-icon {
	transition: .5s all ease;
	flex-shrink: 0
}

.ft-why-choose-feature-list-item-2 .ft-why-choose-feature-icon i {
	font-size: 35px;
	color: #ea1e00
}

.ft-why-choose-feature-list-item-2 .ft-why-choose-feature-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.ft-why-choose-feature-list-item-2 .ft-why-choose-feature-text h3 {
	color: #003440;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-why-choose-feature-list-item-2:hover .ft-why-choose-feature-icon {
	animation: icon-bounce .8s ease-out infinite
}

.ft-faq-page-top-content {
	margin-bottom: 50px
}

.ft-faq-page-top-content .ft-section-title-2 {
	margin: 0;
	max-width: 435px
}

.ft-faq-page-top-content .ft-section-title-2 h2 {
	padding: 0
}

.ft-faq-contact-form-wrapper {
	margin-top: 50px
}

.ft-faq-contact-form-area {
	padding: 30px;
	border-radius: 10px;
	box-shadow: 1.736px 9.848px 60px 0 rgba(0,52,64,.15)
}

.ft-faq-contact-form-area .ft-section-title-2 h2 {
	padding-top: 0;
	font-size: 24px
}

.ft-faq-contact-form-area input,.ft-faq-contact-form-area textarea {
	width: 100%;
	height: 55px;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #cbcbcb
}

.ft-faq-contact-form-area input::placeholder,.ft-faq-contact-form-area textarea::placeholder {
	color: #c3c3c3
}

.ft-faq-contact-form-area textarea {
	height: 130px;
	padding-top: 10px
}

.ft-faq-form-img {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 1.736px 9.848px 60px 0 rgba(0,52,64,.15)
}

.ft-submit-btn {
	color: #fff;
	height: 55px;
	width: 200px;
	border: none;
	margin-top: 10px;
	font-weight: 600;
	border-radius: 30px;
	font-family: Poppins;
	transition: .5s all ease;
	background-color: #ea1e00
}

.ft-submit-btn i {
	top: 3px;
	position: relative
}

.ft-submit-btn:hover {
	color: #fff;
	background-color: #00044b
}

.ft-breadcrumb-section {
	padding: 240px 0 110px
}

.ft-breadcrumb-section .background_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,18,39,.6);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background-repeat: no-repeat;
	background-size: cover
}

.ft-breadcrumb-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 15px
}

.ft-breadcrumb-content .ft-breadcrumb-list li {
	color: #fff;
	margin: 0 20px;
	position: relative
}

.com-position ul {
	color: #fff
}

.com-position ul a {
	color: #fff;
	margin: 0 5px
}

.ft-breadcrumb-content .ft-breadcrumb-list li:after {
	top: 2px;
	right: -30px;
	font-size: 14px;
	content: "";
	font-weight: 900;
	color: #ea1e00;
	position: absolute;
	font-family: "Font Awesome 5 Pro"
}

.ft-breadcrumb-content .ft-breadcrumb-list li:last-child:after {
	display: none
}

.page-padding {
	padding: 100px 0
}

.design-shape {
	bottom: 0;
	right: 0
}

.ft-pricing-plan-section .ft-section-title {
	margin: 0 auto;
	max-width: 550px
}

.ft-pricing-plan-section .ft-section-title h2 {
	padding-bottom: 0
}

.ft-pricing-plan-content {
	padding-top: 55px
}

.ft-pricing-plan-items {
	margin: 0 auto;
	max-width: 370px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 16px;
	padding-bottom: 50px;
	background-color: #fff;
	box-shadow: .698px 9.976px 50px 0 rgba(72,72,72,.15)
}

.ft-pricing-plan-items .pricing-shape1,.ft-pricing-plan-items .pricing-shape2 {
	top: 0;
	left: 0;
	transition: .5s all ease
}

.ft-pricing-plan-items .pricing-shape2 {
	opacity: 0
}

.ft-pricing-plan-items:before {
	top: -23px;
	left: -25px;
	width: 97px;
	content: "";
	height: 55px;
	position: absolute;
	background-color: #fbfbfb;
	transform: rotate(-35deg)
}

.ft-pricing-plan-items .ft-pricing-plan-head {
	padding: 34px 0;
	background-color: #002a34;
	transition: .5s all ease;
	border-top-left-radius: 20px
}

.ft-pricing-plan-items .ft-pricing-plan-head h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.ft-pricing-plan-items .ft-pricing-plan-value {
	padding: 35px 0
}

.ft-pricing-plan-items .ft-pricing-plan-value h4 {
	color: #043440;
	font-size: 48px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-pricing-plan-items .ft-pricing-plan-value span {
	color: #fff;
	font-weight: 700;
	padding: 6px 18px;
	border-radius: 20px;
	display: inline-block;
	background-color: #043440
}

.ft-pricing-plan-items .ft-pricing-plan-list {
	margin-bottom: 25px
}

.ft-pricing-plan-items .ft-pricing-plan-list li {
	color: #043440;
	font-weight: 500;
	padding-bottom: 13px
}

.ft-pricing-plan-items .ft-btn-2 a span {
	color: #fff
}

.ft-pricing-plan-items .ft-btn-2 a:hover {
	color: #fff
}

.ft-pricing-plan-items .ft-btn-2 a:hover:before {
	border: 2px solid #ea1e00;
	background-color: #ea1e00
}

.ft-pricing-plan-items:hover .ft-pricing-plan-head {
	background-color: #ff3132
}

.ft-pricing-plan-items:hover .pricing-shape1 {
	opacity: 0
}

.ft-pricing-plan-items:hover .pricing-shape2 {
	opacity: 1
}

.coming-soon-content {
	padding: 290px 0 200px
}

.coming-soon-content h2 {
	color: #fff;
	font-size: 72px;
	font-weight: 700
}

.coming-soon-countdown {
	margin-top: 35px
}

.coming-soon-countdown li {
	width: 100px;
	height: 100px;
	padding-top: 25px;
	margin-right: 25px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid #fff;
	background-color: #0a3e4a
}

.coming-soon-countdown li span {
	display: block
}

.coming-soon-countdown li .ft-count-down-number {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	font-family: Poppins
}

.coming-soon-countdown li .count-unit {
	color: #fff;
	font-weight: 500
}

.coming-soon-newslatter-form {
	margin-top: 45px;
	max-width: 470px
}

.coming-soon-newslatter-form h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 12px
}

.coming-soon-newslatter-form p {
	color: #fff;
	padding-bottom: 25px
}

.coming-soon-newslatter-form form {
	position: relative
}

.coming-soon-newslatter-form input {
	width: 100%;
	height: 55px;
	padding-left: 15px;
	border-radius: 30px;
	border: 1px solid #fff;
	background-color: transparent
}

.coming-soon-newslatter-form input::placeholder {
	color: rgba(255,255,255,.5)
}

.coming-soon-newslatter-form button {
	top: 5px;
	right: 5px;
	color: #fff;
	height: 45px;
	width: 145px;
	border: none;
	font-weight: 600;
	position: absolute;
	border-radius: 30px;
	font-family: Poppins;
	background-color: #ea1e00
}

.coming-soon-social {
	margin-top: 45px
}

.coming-soon-social a {
	width: 45px;
	color: #fff;
	height: 45px;
	display: flex;
	margin-right: 10px;
	border-radius: 100%;
	align-items: center;
	border: 1px solid #fff;
	justify-content: center;
	background-color: #002a34
}

.coming-soon-social a:hover {
	background-color: #ea1e00
}

.ft-funfact-section {
	padding: 50px 0 110px
}

.ft-funfact-content {
	padding: 40px 0;
	background-color: #f4f4f4
}

.ft-funfact-innerbox .ft-funfact-icon {
	margin-bottom: 8px
}

.ft-funfact-innerbox .ft-funfact-icon i {
	font-size: 45px;
	color: #ea1e00
}

.ft-funfact-innerbox .ft-funfact-text h3 {
	color: #052e56;
	font-size: 45px;
	font-weight: 700
}

.ft-funfact-innerbox .ft-funfact-text p {
	color: #666;
	font-size: 15px;
	font-weight: 700;
	font-family: Poppins
}

.ft-funfact-section-2 {
	padding: 115px 0;
	overflow: hidden
}

.ft-funfact-section-2 .ft-section-title-3 {
	margin: 0 auto;
	max-width: 820px
}

.ft-funfact-content-2 {
	z-index: 1;
	padding-top: 100px
}

.ft-funfact-content-2 .map-bg {
	top: 0;
	left: 0;
	right: 0;
	opacity: .5;
	z-index: -1
}

.ft-funfact-inner-items-wrapper:before {
	top: 51%;
	left: 0;
	right: 0;
	width: 95%;
	content: "";
	margin: 0 auto;
	position: absolute;
	border: 2px dashed #dbdbdb;
	transform: translateY(-50%)
}

.ft-funfact-inner-items .ft-funfact-inner-icon {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 40px;
	border-radius: 100%;
	background-color: #3b6aff
}

.ft-funfact-inner-items .ft-funfact-inner-icon:after {
	left: 25px;
	bottom: -8px;
	content: "";
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #3b6aff
}

.ft-funfact-inner-items .ft-funfact-inner-icon i {
	color: #fff;
	font-size: 35px;
	line-height: .75
}

.ft-funfact-inner-items .ft-funfact-inner-text h3 {
	color: #fa4318;
	font-size: 36px;
	font-weight: 700
}

.ft-funfact-inner-items .ft-funfact-inner-text p {
	color: #141415;
	font-size: 18px;
	font-weight: 500
}

.ft-funfact-slug-text {
	margin-top: 70px
}

.ft-funfact-slug-text span {
	color: #000
}

.ft-funfact-slug-text span a {
	color: #008eff;
	font-weight: 700;
	text-decoration: underline
}

.ft-footer-section {
	padding-top: 120px;
	background-color: #00044b
}

.ft-footer-widget-wrapper {
	padding-bottom: 90px
}

.ft-footer-widget .widget-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 25px
}

.ft-footer-widget .logo-widget .site-logo {
	padding-bottom: 20px
}

.ft-footer-widget .logo-widget p {
	max-width: 250px;
	line-height: 1.6;
	font-weight: 500;
	color: #003440
}

.ft-footer-widget .menu-widget li {
	margin-bottom: 18px
}

.footer-com-last .ft-footer-widget .menu-widget li {
	margin-bottom: 1px
}

.footer-com-last .ft-footer-widget .menu-widget li:nth-child(4) {
	margin-bottom: 5px
}

.ft-footer-widget .menu-widget li a {
	color: #fff;
	position: relative
}

.ft-footer-widget .menu-widget li a:before {
	left: 0;
	top: 8px;
	width: 0;
	height: 3px;
	content: "";
	position: absolute;
	transition: .5s all ease;
	background-color: #ea1e00
}

.ft-footer-widget .menu-widget li a:hover {
	padding-left: 12px
}

.ft-footer-widget .menu-widget li a:hover:before {
	width: 8px
}

.ft-footer-widget .gallery-widget {
	margin: 0 -5px
}

.ft-footer-widget .gallery-widget li a {
	float: left;
	width: 85px;
	height: 90px;
	margin: 5px;
	overflow: hidden;
	position: relative;
	border-radius: 8px
}

.ft-footer-widget .gallery-widget li a:before {
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	opacity: .7;
	height: 100%;
	position: absolute;
	transform: scale(0);
	background-color: #ea1e00;
	transition: .3s all ease
}

.ft-footer-widget .gallery-widget li a:after {
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	opacity: 0;
	margin: 0 auto;
	font-size: 20px;
	content: "";
	font-weight: 900;
	text-align: center;
	position: absolute;
	transform: translateY(-50%);
	transition: .3s all ease;
	font-family: "Font Awesome 5 Pro"
}

.ft-footer-widget .gallery-widget li a:hover:before {
	transform: scale(1)
}

.ft-footer-widget .gallery-widget li a:hover:after {
	opacity: 1
}

.ft-footer-copywrite-1 {
	color: #fff;
	padding: 16px 0 14px;
	background-color: #000891
}

.ft-featured-innerbox:hover,.ft-featured-innerbox:hover i {
	color: #fff
}

.com-contact-item-tit {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px
}

.com-contact-item-con i,.com-contact-item-con p,.com-contact-item-con span {
	display: block
}

.com-contact-item-con p {
	margin-bottom: .555rem
}

.contact-application p {
	margin-bottom: .29rem
}

.contact-application i {
	text-align: center;
	font-size: 105px;
	color: #ea1e00;
	line-height: 1.24
}

.contact-application-btn {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff!important;
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	border-radius: 30px;
	border: none;
	font-family: Poppins;
	transition: .5s all ease;
	background-color: #002a34
}

.ft-qrcode ul {
	padding-left: 0
}

.ft-qrcode li {
	list-style: none;
	text-align: center
}

.ft-qrcode li img {
	max-width: 123px;
	margin-bottom: 5px;
	box-sizing: border-box;
	border: 5px solid #fff;
	border-radius: 6px;
	box-shadow: 0 10px 20px rgba(32,50,68,.1)
}

.ft-qrcode li:first-child p {
	margin-bottom: .5rem
}

.ft-footer-section-2 {
	margin-top: 115px;
	background-color: #f4f4f4
}

.ft-footer-section-2 .footer-shape1 {
	left: 0;
	bottom: 0
}

.ft-footer-section-2 .ft-footer-newslatter {
	top: -115px;
	margin-bottom: -15px
}

.ft-footer-section-2 .ft-footer-newslatter-content {
	padding: 65px 60px;
	border-radius: 120px;
	background-color: #ea1e00
}

.ft-footer-section-2 .ft-footer-newslatter-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	max-width: 510px;
	line-height: 1.333
}

.ft-footer-section-2 .ft-footer-newslatter-form {
	width: 500px
}

.ft-footer-section-2 .ft-footer-newslatter-form input {
	width: 100%;
	color: #fff;
	height: 60px;
	padding-left: 20px;
	border-radius: 30px;
	border: 2px solid #fff;
	background-color: transparent
}

.ft-footer-section-2 .ft-footer-newslatter-form input::placeholder {
	color: #fff
}

.ft-footer-section-2 .ft-footer-newslatter-form button {
	top: 0;
	right: 0;
	width: 160px;
	height: 60px;
	border: none;
	color: #003440;
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	border-radius: 30px;
	font-family: Poppins;
	transition: .5s all ease
}

.ft-footer-section-2 .ft-footer-newslatter-form button:hover {
	color: #fff;
	background-color: #00044b
}

.ft-footer-widget-wrapper-2 {
	padding: 90px 0 35px
}

.ft-footer-widget-wrapper-2 .ft-footer-widget .widget-title {
	color: #003440
}

.ft-footer-widget-wrapper-2 .ft-footer-widget .logo-widget .site-logo {
	padding-bottom: 20px
}

.ft-footer-widget-wrapper-2 .ft-footer-widget .ft-footer-address span {
	color: #003440;
	display: block;
	font-weight: 500;
	max-width: 245px;
	margin-bottom: 12px
}

.ft-footer-widget-wrapper-2 .ft-footer-widget .menu-widget li a {
	font-weight: 500;
	color: #003440
}

.ft-footer-copywrite-2 {
	color: #fff;
	font-weight: 500;
	padding: 22px 0;
	background-color: #001727
}

.ft-footer-copywrite-2 p {
	padding: 0;
	margin-bottom: 0;
	font-size: 18px;
	transform: scale(.8)
}

.ft-footer-section-3 .ft-newslatter-section-3 {
	padding: 40px 0;
	background-color: #0f0f35
}

.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text {
	color: #fff
}

.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 10px
}

.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text p {
	color: #c9c8c8;
	font-size: 17px
}

.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
	color: #fff;
	width: 200px;
	height: 50px;
	font-size: 14px;
	font-weight: 700;
	background-color: #008eff
}

.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a:hover {
	background-color: #fa4318
}

.ft-footer-copyright {
	padding: 25px 0
}

.ft-footer-copyright span {
	font-size: 15px;
	color: #fff
}

.ft-footer-content-wrap-3 {
	padding-top: 80px;
	border-bottom: 2px solid #383737
}

.ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-bottom: 25px
}

.ft-footer-content-wrap-3 .ft-footer-widget .widget-title:before {
	left: 0;
	height: 3px;
	width: 30px;
	content: "";
	bottom: 15px;
	position: absolute;
	background-color: #008eff
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
	padding-bottom: 18px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget p {
	color: #9d9d9d;
	padding-bottom: 35px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn {
	color: #fff;
	height: 35px;
	width: 100px;
	font-size: 14px;
	font-weight: 700;
	line-height: 35px;
	overflow: hidden;
	display: inline-block;
	background-color: #008eff;
	transition: .3s all ease-in-out
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:after {
	background-color: #fff
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:hover {
	background-color: #fa4318
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget p {
	color: #9d9d9d
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget form {
	margin-top: 30px;
	position: relative
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input {
	height: 45px;
	width: 100%;
	padding-left: 20px;
	border: 2px solid #313131;
	background-color: transparent
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input::placeholder {
	color: #fff;
	font-size: 14px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button {
	top: 0;
	right: 0;
	width: 60px;
	padding: 0;
	color: #fff;
	height: 45px;
	border: none;
	position: absolute;
	background-color: #008eff;
	transition: .3s all ease-in-out
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button:hover {
	background-color: #fff;
	color: #000
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social {
	margin-top: 22px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li {
	margin-right: 15px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a {
	color: #494949;
	transition: .3s all ease-in-out
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a:hover {
	color: #008eff
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget {
	padding-left: 20px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul {
	padding-top: 15px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget i {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	color: #008eff;
	margin-right: 10px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget a {
	color: #9d9d9d;
	display: block;
	font-size: 14px;
	overflow: hidden;
	max-width: 170px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget .office-open-hour {
	margin-top: 10px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget .office-open-hour span {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	text-decoration: underline
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget .office-open-hour p {
	font-size: 14px;
	color: #9d9d9d;
	max-width: 180px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed {
	padding-top: 10px
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li {
	float: left;
	width: 75px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 7px;
	position: relative;
	background-color: #000;
	transition: .3s all ease-in-out
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li:before {
	top: 0;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	transition: .3s all ease-in-out
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li i {
	left: 0;
	top: 50%;
	right: 0;
	opacity: 0;
	color: #fff;
	position: absolute;
	text-align: center;
	transform: translateY(-50%);
	transition: .3s all ease-in-out
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li:hover:before {
	opacity: .7
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li:hover i {
	opacity: 1
}

.ft-footer-content-wrap-3 .ft-footer-copyright {
	margin-top: 80px;
	border-top: 1px solid #15152e
}

.top-phone {
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.top-phone i {
	padding-right: 5px
}

.sticky-on .top-search,.top-phone {
	display: none
}

.sticky-on .top-phone {
	display: block
}

@media screen and (max-width:1650px) {
	.ft-portfolio-slider-innerbox .ft-portfolio-text h3 {
		font-size: 20px
	}

	.ft-portfolio-slider-innerbox .ft-portfolio-text {
		left: 30px;
		max-width: 265px
	}
}

@media screen and (max-width:1280px) {
	.ft-service-innerbox-3 .ft-service-text-icon:after,.ft-service-innerbox-3 .ft-service-text-icon:before {
		display: none
	}

	.ft-service-innerbox-3 .ft-service-icon {
		top: -50px
	}

	.ft-service-innerbox-3 .ft-service-text-icon {
		padding: 59px 30px 75px
	}
}

@media screen and (max-width:1100px) {
	.ft-booking-form-content {
		top: 0;
		margin-top: 60px;
		margin-bottom: 0
	}

	.ft-section-title .sub-title {
		font-size: 16px;
		padding: 0 35px
	}

	.ft-section-title .sub-title:after,.ft-section-title .sub-title:before {
		top: 13px;
		height: 2px;
		width: 28px
	}

	.ft-section-title h2 {
		font-size: 32px
	}

	.ft-project-itembox .ft-project-text {
		left: 60px
	}

	.ft-contact-section:before {
		left: -35%
	}

	.ft-blog-news-feed-innerbox .ft-blog-feed-text h3 {
		font-size: 22px
	}

	.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
		margin-left: 40px
	}

	.ft-testimonial-innerbox-item-2 {
		max-width: 550px
	}

	.ft-why-choose-feature-list-item-2 .ft-why-choose-feature-text p {
		font-size: 14px
	}

	.ft-testimonial-slider-items-3 p {
		font-size: 18px
	}

	.ft-footer-widget .gallery-widget li a {
		height: 75px;
		width: 75px
	}

	.ft-blog-innerbox-3 .ft-blog-text {
		content: "";
		top: 0;
		width: 100%
	}
}

@media screen and (max-width:1024px) {
	.ft-booking-form-content .booking-form-input-wrapper button {
		margin-top: 20px
	}

	.ft-service-slider-item {
		margin: 0 auto;
		max-width: 270px
	}

	.ft-counterup-innerbox .ft-counterup-text h3 {
		font-size: 30px
	}

	.ft-project-itembox .ft-project-text {
		left: 100px
	}

	.ft-header-section.header-style-two .ft-header-cta-btn {
		margin-left: 15px
	}

	.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
		margin-left: 25px
	}

	.ft-product-mesurment-content .ft-pm-bg-img {
		right: -80px
	}

	.ft-blog-innerbox-2 .ft-blog-text-2 h3 {
		font-size: 22px
	}

	.ft-footer-section-2 .ft-footer-newslatter-content h2 {
		padding-bottom: 20px
	}

	.ft-case-study-items {
		width: 50%
	}

	.ft-case-study-content {
		flex-wrap: wrap
	}

	.ft-about-sign-img-text {
		right: -10px;
		bottom: -40px
	}

	.ft-blog-section-3 {
		overflow: hidden
	}

	.ft-section-title-3 h2 {
		font-size: 36px
	}

	.ft-testimonial-slider-area-3 {
		width: 670px;
		padding: 35px 45px 30px 30px
	}

	.ft-blog-innerbox-3 .ft-blog-text h3 {
		font-size: 18px
	}
}

@media screen and (max-width:991px) {
	.ft-main-navigation {
		display: none
	}

	.ft-about-img-exp {
		margin: 0 auto;
		max-width: 570px;
		margin-bottom: 60px
	}

	.ft-about-text-wrapper {
		margin: 0 auto;
		max-width: 570px
	}

	.ft-service-text-area {
		margin: 0 auto;
		max-width: 570px;
		margin-bottom: 30px
	}

	.ft-service-text-area .ft-btn {
		margin-top: 0
	}

	.ft-counterup-innerbox {
		margin-bottom: 30px
	}

	.ft-why-choose-text-area {
		margin: 0 auto;
		max-width: 670px
	}

	.ft-why-choose-section:before {
		width: 76.7%
	}

	.ft-team-inner-itembox {
		margin: 0 auto;
		max-width: 270px;
		margin-bottom: 30px
	}

	.ft-blog-news-feed-innerbox {
		margin: 0 auto;
		max-width: 570px;
		margin-bottom: 40px
	}

	.ft-footer-widget {
		margin-bottom: 30px
	}

	.ft-booking-form-content .booking-form-input-wrapper label {
		max-width: 100%;
		margin-bottom: 30px
	}

	.ft-booking-form-content .booking-form-input-wrapper button {
		margin-top: 0
	}

	.ft-why-choose-section:before {
		width: 100%
	}

	.slick-current.slick-center .ft-project-itembox {
		margin-left: 0
	}

	.slick-current.slick-center .ft-project-itembox .ft-project-text {
		left: 115px
	}

	.ft-contact-section:before {
		width: 100%;
		left: -50%
	}

	.mobile_menu_button {
		top: -42px;
		display: block
	}

	.ft-header-section.header-style-two .ft-header-cta-btn {
		margin-right: 40px
	}

	.ft-header-section.header-style-two .mobile_menu_button {
		top: -42px
	}

	.ft-featured-innerbox {
		margin-bottom: 30px
	}

	.ft-product-mesurment-content .ft-pm-bg-img {
		display: none
	}

	.ft-about-img-2-wrapper,.ft-about-text-wrapper-2 {
		margin: 0 auto;
		max-width: 570px;
		padding-bottom: 30px
	}

	.ft-about-img-2-wrapper {
		padding-bottom: 0
	}

	.ft-testimonial-innerbox-item-2 {
		max-width: 430px
	}

	.ft-side-bar-wrapper {
		margin-top: 40px
	}

	.ft-project-overview-comment-wrapper {
		margin-left: 0;
		padding: 30px 15px
	}

	.ft-service-innerbox-3 {
		margin: 0 auto;
		max-width: 370px;
		margin-bottom: 30px
	}

	.ft-about-img-wrapper-3,.ft-about-text-3,.ft-why-choose-section-2 .ft-why-choose-text-2 {
		margin: 0 auto;
		max-width: 570px
	}

	.ft-about-text-3 {
		padding-top: 50px
	}

	.ft-case-study-items .ft-case-study-img img {
		width: 100%
	}

	.ft-funfact-inner-items {
		margin: 20px 0
	}

	.ft-why-choose-form {
		margin: 0 auto;
		margin-top: 40px
	}

	.ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
		margin-bottom: 0
	}

	.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul {
		padding-top: 0
	}

	.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget form {
		margin-top: 10px
	}

	.ft-footer-content-wrap-3 .ft-footer-copyright {
		margin-top: 30px
	}

	.top-stikcy {
		position: static
	}
}

@media screen and (max-width:820px) {
	.ft-header-section.header-style-two .ft-header-top {
		display: none
	}

	.ft-banner-text-content h1 {
		font-size: 65px
	}

	.ft-banner-text-content h1 span {
		font-size: 55px
	}

	.ft-banner-section {
		padding: 250px 0 200px
	}

	.ft-testimonial-slider-2 #btn_prev1 {
		left: 40px
	}

	.ft-testimonial-slider-2 #btn_next1 {
		right: 40px
	}

	.ft-faq-page-top-content .ft-section-title-2 h2 {
		padding-bottom: 20px
	}

	.ft-testimonial-slider-wrapper-3 {
		flex-wrap: wrap
	}

	.ft-testimonial-slider-wrapper-3 .ft-testimonial-slider-img {
		display: none
	}

	.ft-testimonial-section-3 {
		top: 0;
		margin-bottom: 0
	}

	.ft-why-choose-section-2 {
		padding-bottom: 60px
	}
}

@media screen and (max-width:680px) {
	.ft-team-text-area {
		margin-bottom: 30px
	}

	.ft-project-section .ft-section-title {
		padding-bottom: 20px
	}

	.ft-project-itembox .ft-project-text {
		max-width: 100%;
		position: static;
		transform: translateY(0)
	}

	.ft-contact-section:before {
		left: 0;
		opacity: .7;
		transform: rotate(0)
	}

	.ft-blog-section .ft-section-title {
		padding-bottom: 20px
	}

	.ft-footer-widget .logo-widget p {
		padding-bottom: 15px
	}

	.ft-banner-text-content h1 {
		font-size: 55px
	}

	.ft-banner-text-content h1 span {
		font-size: 45px
	}

	.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo {
		width: auto
	}

	.ft-team-details-content {
		padding: 0 15px
	}

	.ft-team-details-content .ft-team-details-text-wrapper {
		z-index: 2;
		position: relative;
		padding: 0 0 30px
	}

	.ft-team-personal .title {
		font-size: 28px
	}

	.ft-testimonial-slider-area-3 {
		width: 100%
	}

	.ft-newslatter-content-3 {
		flex-wrap: wrap
	}

	.ft-newslatter-btn {
		margin-top: 15px
	}

	.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget {
		padding-left: 0
	}
}

@media screen and (max-width:480px) {
	.ft-booking-form-content .booking-form-input-wrapper label {
		margin-right: 0
	}

	.ft-booking-form-content .booking-form-input-wrapper button {
		height: 50px;
		width: 185px
	}

	.ft-about-section {
		padding: 50px 0
	}

	.ft-section-title h2 {
		font-size: 26px;
		padding-bottom: 10px
	}

	.ft-btn a {
		height: 50px;
		width: 150px
	}

	.ft-service-section {
		padding: 50px 0
	}

	.ft-counterup-section {
		padding: 20px 0 60px
	}

	.ft-why-choose-text-area .ft-section-title {
		padding-left: 0
	}

	.ft-why-choose-feature-wrapper {
		padding-left: 0
	}

	.ft-why-choose-feature-item .ft-why-choose-feature-text {
		max-width: 250px
	}

	.ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
		font-size: 18px
	}

	.ft-why-choose-feature-item .ft-why-choose-feature-icon {
		height: 70px;
		width: 70px
	}

	.ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
		width: 50px;
		height: 50px
	}

	.ft-why-choose-feature-item .ft-why-choose-feature-icon i {
		font-size: 30px
	}

	.ft-team-section {
		padding: 0 0 60px
	}

	.ft-why-choose-section {
		padding-bottom: 30px
	}

	.ft-project-slider-area {
		margin: 0
	}

	.ft-project-itembox {
		max-width: 310px
	}

	.slick-current.slick-center .ft-project-itembox .ft-project-text {
		left: 0
	}

	.slick-current.slick-center .ft-project-itembox {
		padding-left: 0
	}

	.ft-project-itembox .ft-project-text {
		left: 0;
		opacity: 1
	}

	.ft-project-itembox .ft-project-text h3 {
		font-size: 18px
	}

	.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
		margin-left: 0;
		margin-right: 10px
	}

	.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox {
		flex-wrap: wrap
	}

	.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-img {
		margin-bottom: 25px
	}

	.ft-testimonial-section {
		padding: 60px 0
	}

	.ft-project-section {
		padding-top: 60px
	}

	.ft-blog-section,.ft-contact-section {
		padding: 60px 0
	}

	.ft-footer-section {
		padding: 60px 0
	}

	.ft-footer-widget-wrapper {
		padding-bottom: 50px
	}

	.ft-header-section.header-style-two .ft-header-cta-btn,.top-search {
		display: none
	}

	.ft-header-section.header-style-two .mobile_menu_button {
		top: -42px
	}

	.ft-banner-text-content h1 {
		font-size: 36px
	}

	.ft-banner-text-content h1 span {
		font-size: 26px
	}

	.ft-banner-text-content p {
		font-size: 18px
	}

	.ft-banner-section {
		padding: 190px 0 150px
	}

	.ft-section-title-2 h2 {
		font-size: 28px
	}

	.ft-featured-section {
		padding: 50px 0
	}

	.ft-featured-content,.ft-service-content-2 {
		padding-top: 15px
	}

	.ft-featured-innerbox .ft-featured-text h3 {
		font-size: 20px
	}

	.ft-featured-innerbox .ft-featured-icon i {
		font-size: 40px
	}

	.ft-featured-innerbox .ft-featured-icon {
		margin-bottom: 10px
	}

	.ft-featured-innerbox .ft-featured-text h3 {
		padding-bottom: 10px
	}

	.ft-product-mesurment-tab-btn .nav {
		justify-content: center
	}

	.ft-service-section-2 {
		padding: 50px 0
	}

	.ft-about-section-2,.ft-portfolio-section-2 {
		padding: 50px 0
	}

	.ft-experience-section {
		padding-bottom: 50px
	}

	.ft-faq-content .accordion-button::after {
		font-size: 16px;
		right: 5px
	}

	.ft-faq-why-choose-us-section {
		padding-bottom: 30px
	}

	.ft-blog-section-2 {
		padding: 50px 0
	}

	.ft-footer-section-2 .ft-footer-newslatter-content h2 {
		font-size: 20px
	}

	.ft-footer-section-2 .ft-footer-newslatter-content {
		padding: 20px 30px;
		border-radius: 0
	}

	.ft-footer-section-2 .ft-footer-newslatter-form button {
		height: 50px;
		width: 120px;
		font-size: 14px
	}

	.ft-footer-section-2 .ft-footer-newslatter-form input {
		height: 50px
	}

	.ft-footer-section-2 .ft-footer-newslatter {
		margin-bottom: -75px
	}

	.ft-footer-widget-wrapper-2 {
		padding-bottom: 30px
	}

	.ft-footer-widget-wrapper-2 .ft-footer-widget .logo-widget .site-logo {
		padding-bottom: 20px
	}

	.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn {
		margin-right: 10px
	}

	.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn a {
		height: 45px;
		width: 135px
	}

	.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a i {
		margin-right: 5px
	}

	.ft-breadcrumb-section {
		padding: 170px 0 100px;
		background-repeat: no-repeat;
		background-size: cover
	}

	.ft-funfact-innerbox {
		margin-bottom: 30px
	}

	.ft-funfact-innerbox .ft-funfact-text h3 {
		font-size: 35px
	}

	.ft-funfact-innerbox .ft-funfact-icon i {
		font-size: 35px
	}

	.ft-footer-widget-wrapper-2 .ft-footer-widget .widget-title {
		padding-bottom: 15px
	}

	.ft-footer-widget .menu-widget li {
		margin-bottom: 10px
	}

	.page-padding {
		padding: 50px 0
	}

	.blog-details-img-text-wrapper .ftd-blog-meta-2 a {
		margin-right: 10px
	}

	.blog-details-img-text-wrapper .ft-blog-details-item {
		padding: 20px 15px
	}

	.blog-details-img-text-wrapper .blog-details-text h3 {
		font-size: 20px
	}

	.blog-details-img-text-wrapper .blog-details-img-video .blog-details-img {
		margin-bottom: 30px
	}

	.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a {
		margin-bottom: 10px
	}

	.ft-blog-share {
		float: none
	}

	.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a {
		margin-left: 0;
		margin-right: 5px
	}

	.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn {
		position: static;
		margin-top: 15px;
		display: inline-block
	}

	.ftd-comment-input-wrap {
		flex-wrap: wrap
	}

	.ftd-blog-comment-form .ftd-comment-form-input input,.ftd-blog-comment-form .ftd-comment-form-input textarea {
		width: 100%;
		margin-bottom: 15px
	}

	.ftd-blog-comment-form {
		padding: 35px 15px
	}

	.ftd-blog-comment-form .ftd-comment-form-input span {
		display: flex
	}

	.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta {
		padding: 15px 15px
	}

	.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper {
		padding: 30px 15px
	}

	.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:after {
		display: none
	}

	.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text h3 {
		font-size: 20px
	}

	.coming-soon-content {
		padding: 200px 0 150px
	}

	.coming-soon-content h2 {
		font-size: 34px
	}

	.coming-soon-countdown li {
		margin-bottom: 20px
	}

	.coming-soon-countdown {
		text-align: center
	}

	.sticky-on .top-phone {
		display: none
	}

	.ft-btn-3 a {
		height: 40px;
		width: 150px
	}

	.ft-project-overview-comment-wrapper .ft-project-overview-comment-text {
		width: 200px
	}

	.ft-similar-work-content .ft-portfolio-slider-innerbox {
		margin-bottom: 30px
	}

	.ft-project-details-img {
		margin-bottom: 40px
	}

	.ft-service-section-3 {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.ft-section-title-3 h2 {
		font-size: 26px;
		padding-top: 5px
	}

	.ft-service-content-3 {
		padding-top: 30px
	}

	.ft-section-title-3 span {
		font-size: 16px
	}

	.ft-service-innerbox-3 .ft-service-text h3 {
		font-size: 18px
	}

	.ft-service-innerbox-3 .ft-service-text-icon {
		padding: 50px 20px 60px
	}

	.ft-service-more-btn {
		margin-top: 10px;
		text-align: center
	}

	.ft-service-more-btn a {
		margin-left: 0;
		margin-top: 10px
	}

	.ft-about-section-3,.ft-funfact-section-2 {
		padding: 60px 0
	}

	.ft-about-sign-img-text {
		width: 110px
	}

	.ft-about-text-3 .ft-about-btn-group a i {
		display: none
	}

	.ft-about-text-3 .ft-about-btn-group a {
		padding: 10px 15px
	}

	.ft-case-study-items {
		width: 100%;
		border-right: 0
	}

	.ft-funfact-inner-items-wrapper:before {
		display: none
	}

	.ft-funfact-content-2 {
		padding-top: 30px
	}

	.ft-funfact-inner-items .ft-funfact-inner-text h3 {
		font-size: 24px
	}

	.ft-funfact-inner-items .ft-funfact-inner-icon {
		margin-bottom: 20px
	}

	.ft-why-choose-section-2 {
		padding-top: 60px
	}

	.ft-why-choose-section-2 .ft-why-choose-text-2 {
		padding-top: 0
	}

	.ft-why-choose-form-wrapper {
		padding-left: 0
	}

	.ft-testimonial-slider-items-3:before {
		display: none
	}

	.ft-testimonial-slider-items-3 {
		padding-left: 0
	}

	.ft-blog-section-3 {
		padding: 60px 0
	}

	.ft-blog-content-3 {
		padding-top: 30px
	}

	.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
		width: 150px
	}

	.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
		font-size: 24px
	}

	.ft-testimonial-slider-3 .slick-dots {
		position: static;
		margin-top: 20px;
		transform: translateY(0)
	}

	.ft-testimonial-slider-3 .slick-dots li {
		display: inline-block
	}

	.ft-contact-cta-items .ft-contact-cta-text {
		max-width: 220px
	}
}

@media screen and (max-width:380px) {
	.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a {
		margin-right: 15px
	}
}

#szgs_stat_icon_31711 img {
	width: 20px
}

.ft-portfolio-slider-innerbox .ft-portfolio-text h3 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ft-portfolio-slider-innerbox:hover .ft-portfolio-text h3 a {
	white-space: normal
}

.ft-portfolio-slider-innerbox .ft-portfolio-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px
}

.ft-blog-innerbox-2 {
	display: flex;
	flex-direction: column;
	height: 100%
}

.ft-blog-text-2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.ft-header-section.header-style-two .ft-header-top .ft-header-top-cta span {
	color: #fff;
	font-size: 14px
}

.ft-header-section.header-style-two .ft-header-top .ft-header-top-cta i {
	margin-right: 6px
}

.header-qrcode {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease,visibility 1s ease;
	background: #fff;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(0,0,0,.2)
}

.header-qrcode img {
	width: 120px;
	height: 120px;
	display: block
}

.ft-header-cta-info:hover .header-qrcode {
	opacity: 1;
	visibility: visible
}

.ft-header-section.header-style-two .ft-header-cta-info {
	position: relative
}

.qrcode-text {
	margin: 2px 0 5px 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap
}

@media (min-width:992px) {
	.ft-contact-cta-text.row>div {
		flex: 1 1 0%!important;
		max-width: none!important;
		width: auto!important;
		padding: 0 15px
	}

	#ft-blog-post-feed .blog-meta ul,#ft-blog-single .blog-meta ul {
		display: flex!important;
		flex-wrap: nowrap!important;
		align-items: center;
		list-style: none!important;
		margin: 0;
		padding: 0;
		white-space: nowrap;
		overflow-x: auto
	}

	#ft-blog-post-feed .blog-meta li,#ft-blog-single .blog-meta li {
		display: inline-flex!important;
		align-items: center;
		border-right: 1px solid #fff;
		padding-right: 15px;
		margin-right: 15px;
		color: #fff!important;
		list-style: none!important;
		white-space: nowrap;
		flex-shrink: 0
	}

	#ft-blog-post-feed .blog-meta li:last-child,#ft-blog-single .blog-meta li:last-child {
		border-right: none;
		padding-right: 0;
		margin-right: 0
	}

	#ft-blog-post-feed .blog-meta li i,#ft-blog-single .blog-meta li i {
		margin-right: 6px;
		color: #fff!important
	}

	#ft-blog-post-feed .blog-meta li a,#ft-blog-single .blog-meta li a {
		color: #fff!important
	}

	#ft-blog-post-feed .blog-meta,#ft-blog-single .blog-meta {
		background-color: #ea1e00!important;
		padding: 12px 25px;
		width: 100%!important;
		max-width: 100%!important
	}
}

.progress-ring {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	transform: rotate(-90deg)
}

.ring-bg {
	fill: none;
	stroke: #eee;
	stroke-width: 6
}

.ring-fill {
	fill: none;
	stroke: #ea1e00;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-dasharray: 263.9;
	stroke-dashoffset: 263.9;
	transition: stroke-dashoffset 1.5s ease-out
}

.counter-boxed .count-box {
	position: absolute;
	left: 0;
	top: 48%;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #002a34;
	text-align: center;
	transform: translateY(-50%)
}

.counter-boxed .count-text {
	font-size: 24px;
	font-family: Poppins,sans-serif;
	color: #ea1e00
}

.ft-blog-single-text {
	line-height: 1.8;
	color: #333;
	font-size: 16px
}

.ft-blog-single-text p {
	margin-bottom: 1.2em;
	line-height: 1.8
}

.ft-blog-single-text img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em auto
}

.ft-blog-single-text h2,.ft-blog-single-text h3,.ft-blog-single-text h4 {
	margin: 1.5em 0 .8em;
	color: #000;
	font-weight: 700
}

.ft-blog-single-text ol,.ft-blog-single-text ul {
	padding-left: 2em;
	margin-bottom: 1.2em
}

.ft-blog-single-text li {
	margin-bottom: .5em;
	list-style: disc
}

.ft-blog-single-text table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.2em
}

.ft-blog-single-text table td,.ft-blog-single-text table th {
	border: 1px solid #ddd;
	padding: 8px
}

.ft-blog-single-text blockquote {
	border-left: 4px solid #ea1e00;
	background: #f9f9f9;
	padding: 10px 15px;
	margin: 1.2em 0
}

.ft-breadcrumb-content .com-position {
	text-align: center;
	padding: 0
}

.ft-breadcrumb-content .com-position ul {
	display: inline-block;
	margin: 0 auto
}

.com-position,.com-position ul a {
	color: #fff
}

.ft-video-img {
	text-align: center
}

.ft-service-img {
	overflow: hidden
}

.ft-service-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

#ft-banner.ft-banner-section {
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 0!important
}

#ft-banner.ft-banner-section+* {
	margin-top: 0!important
}

.css-banner-bg {
	position: relative;
	background: linear-gradient(135deg,#001127 0,#002d4d 50%,#001a33 100%);
	overflow: hidden;
	z-index: 1
}

.css-banner-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: radial-gradient(circle at 15% 25%,rgba(255,255,255,.08) 1px,transparent 1px),radial-gradient(circle at 75% 60%,rgba(234,30,0,.12) 1px,transparent 1px),radial-gradient(circle at 90% 20%,rgba(255,255,255,.06) 1px,transparent 1px);
	background-size: 50px 50px,70px 70px,40px 40px;
	pointer-events: none
}

.css-banner-bg .container,.css-banner-bg .ft-breadcrumb-content {
	position: relative;
	z-index: 2
}

#ft-breadcrumb.banner-cat-1 {
	background: linear-gradient(135deg,#001127 0,#002d4d 100%)!important
}

#ft-breadcrumb.banner-cat-1::before {
	background: rgba(234,30,0,.08)!important
}

.banner-cat-3 {
	background: linear-gradient(135deg,#0a1a2b 0,#003440 100%)
}

.banner-cat-3::before {
	background: rgba(255,255,255,.05)
}

.banner-cat-2 {
	background: linear-gradient(135deg,#001a33 0,#046 100%)
}

.banner-cat-2::after {
	background: rgba(234,30,0,.1)
}

.banner-cat-4 {
	background: linear-gradient(135deg,#1a1a3e 0,#2d2d5e 100%)
}

.banner-cat-21 {
	background: linear-gradient(135deg,#4a1010 0,#7a1a1a 100%)
}

.banner-cat-21::before {
	background: rgba(255,255,255,.1)
}

.ft-service-details-text-wrapper,.ft-service-details-text-wrapper .container,.ft-service-details-text-wrapper .row,.test-down-area {
	overflow: visible!important
}

#hi-tab {
	background: #fff!important
}

.ft-service-details-text-wrapper .row {
	margin-left: 0!important;
	margin-right: 0!important
}

#hi-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0
}

.pro-det-com {
	align-items: flex-start
}

.test-down-area {
	padding-top: 60px
}

#s1,#s2,#s3,#s4,#s5 {
	scroll-margin-top: 140px
}

#s1,#s2 {
	padding-top: 60px
}

#hi-tab {
	box-shadow: none!important;
	transition: box-shadow .3s ease-in-out
}

#hi-tab.is-scrolled {
	box-shadow: 0 2px 10px rgba(0,0,0,.1)!important
}

.ft-service-details-section {
	padding-bottom: 20px!important
}

.ft-service-details-text-wrapper {
	margin-top: 0!important;
	padding-top: 0!important
}

.download-card {
	border: 1px solid #eee;
	border-radius: 8px;
	transition: box-shadow .3s;
	background: #fff
}

.download-card:hover {
	box-shadow: 0 5px 20px rgba(0,0,0,.1)
}

.btn-download {
	display: inline-block;
	background: #ea1e00;
	color: #fff;
	padding: 8px 25px;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none;
	transition: background .3s
}

.btn-download:hover {
	background: #001127;
	color: #fff;
	text-decoration: none
}

.ft-in-download-qrcode {
	display: none!important
}

.download-cover {
	width: 100%;
	aspect-ratio: 1/1;
	background: #f4f6f8;
	border: 1px solid #e8ebee;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 18px;
	box-sizing: border-box
}

.cover-icon {
	margin-bottom: 12px;
	line-height: 1
}

.cover-icon i {
	font-size: 70px;
	color: #ea1e00
}

.cover-title {
	font-size: 14px;
	font-weight: 600;
	color: #666;
	line-height: 1.6;
	word-break: break-word;
	text-align: center;
	margin: 0 0 10px 0;
	white-space: normal;
	display: block;
	max-width: 100%
}

.cover-tag {
	font-size: 11px;
	color: #8a8a8a;
	background: #e9ecef;
	padding: 4px 16px;
	border-radius: 12px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.ft-in-download .ft-service-innerbox-2 {
	display: flex;
	flex-direction: column;
	min-height: 360px
}

.ft-in-download .ft-service-innerbox-2 .ft-service-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.search-box .clear-btn {
	position: absolute;
	right: 48px;
	top: 4px;
	width: 38px;
	height: 38px;
	border: none;
	background: 0 0;
	color: #999;
	cursor: pointer;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	z-index: 2
}

.search-box .clear-btn:hover {
	color: #ea1e00
}

.search-box .search-btn {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 38px;
	height: 38px;
	border: none;
	background: #ea1e00;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	z-index: 2;
	transition: background .25s
}

.search-box .search-btn:hover {
	background: #001127
}

.ft-about-feature-list-vertical {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.ft-about-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 20px;
	background: #f9f9f9;
	border-radius: 8px;
	transition: box-shadow .3s ease
}

.ft-about-feature-item:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,.08)
}

.ft-about-feature-item .ft-about-feature-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	font-size: 20px;
	color: #d32f2f
}

.ft-about-feature-item .ft-about-feature-text h3 {
	margin-bottom: 6px;
	font-size: 18px
}

.ft-about-feature-item .ft-about-feature-text p {
	margin-bottom: 0;
	font-size: 15px;
	color: #555;
	line-height: 1.7
}

@media (max-width:767px) {
	.ft-about-feature-item {
		flex-direction: column;
		align-items: flex-start
	}
}

.ft-about-section-2 .ft-section-title-2 {
	margin-bottom: 20px!important
}

.ft-about-section-2 .sub-title {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 6px!important;
	display: inline-block
}

.ft-about-section-2 .ft-section-title-2 h2 {
	margin-top: 0!important
}

.ft-about-cards-row {
	--bs-gutter-y: 1rem
}

.ft-about-mini-card {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 1rem 1rem .8rem;
	text-align: center;
	height: 100%;
	transition: box-shadow .2s
}

.ft-about-mini-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,.06)
}

.mini-card-icon {
	font-size: 1.6rem;
	color: #d32f2f;
	margin-bottom: .3rem
}

.ft-about-mini-card h4 {
	font-size: 1rem;
	margin: 0 0 .3rem;
	font-weight: 600
}

.ft-about-mini-card p {
	font-size: .85rem;
	color: #666;
	margin: 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.ft-team-content .row {
	justify-content: center
}

.ft-team-inner-itembox {
	max-width: 400px;
	margin: 0 auto 30px;
	display: flex;
	flex-direction: column;
	align-items: center
}

.ft-team-inner-itembox .ft-team-inner-item-img {
	text-align: center;
	width: 100%
}

.ft-team-inner-itembox .ft-team-inner-item-img img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.ft-blog-innerbox-3 {
	max-width: 370px;
	margin: 0 auto 30px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
	transition: box-shadow .3s,transform .3s;
	overflow: visible!important
}

.ft-blog-innerbox-3:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,.1);
	transform: translateY(-2px)
}

.ft-blog-innerbox-3 .ft-blog-img {
	height: auto;
	border-radius: 6px 6px 0 0;
	overflow: hidden
}

.ft-blog-innerbox-3 .ft-blog-img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	background: #f4f6f8
}

.ft-blog-innerbox-3 .ft-blog-text {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 20px 22px 24px;
	background: #001127;
	border-radius: 0 0 6px 6px;
	border-top: 3px solid #ea1e00;
	box-shadow: none;
	overflow: visible!important
}

.ft-blog-innerbox-3 .ft-blog-text h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin: 8px 0 6px
}

.ft-blog-innerbox-3 .ft-blog-text h3 a {
	color: #fff;
	text-decoration: none;
	transition: color .2s
}

.ft-blog-innerbox-3 .ft-blog-text h3 a:hover {
	color: #ea1e00
}

.ft-blog-innerbox-3 .ft-blog-text p {
	font-size: 14px;
	color: rgba(255,255,255,.7);
	line-height: 1.7;
	margin-bottom: 14px
}

.ft-blog-innerbox-3 .more-btn {
	position: static!important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 24px;
	background: #ea1e00;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: normal;
	text-transform: none;
	transition: background .25s
}

.ft-blog-innerbox-3 .more-btn:hover {
	background: #fff;
	color: #ea1e00
}

.blog-slider-3 .slick-list,.blog-slider-3 .slick-slide,.blog-slider-3 .slick-track,.ft-industry-re {
	overflow: visible!important
}

.pro-det-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center
}

.ft-prolist-adv.ft-adv-com ul.row li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	background: 0 0;
	border-radius: 0;
	line-height: 1;
	margin-bottom: 6px;
	animation: none;
	transition: none
}

.ft-prolist-adv.ft-adv-com ul.row li span i {
	font-size: 32px;
	color: #ea1e00;
	line-height: 1;
	display: block
}

.ft-prolist-adv.ft-adv-com ul.row li p {
	font-size: 14px;
	font-weight: 600;
	color: #1a2634;
	margin-top: 4px;
	text-align: center
}

.ft-prolist-adv.ft-adv-com ul.row li:hover span i {
	color: #001127
}

.ft-prolist-adv.ft-adv-com ul.row li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	background: 0 0;
	border-radius: 0;
	margin-bottom: 6px;
	color: #ea1e00;
	transition: none
}

.ft-prolist-adv.ft-adv-com ul.row li span i {
	font-size: 36px;
	line-height: 1;
	display: block;
	color: inherit;
	transition: color .25s
}

.ft-prolist-adv.ft-adv-com ul.row li p {
	font-size: 14px;
	font-weight: 600;
	color: #1a2634;
	margin-top: 4px;
	transition: color .25s
}

.ft-prolist-adv.ft-adv-com ul.row li:hover p,.ft-prolist-adv.ft-adv-com ul.row li:hover span i {
	color: #001127
}

.ft-prolist-adv.ft-adv-com ul.row {
	background: #f4f6f8;
	border-radius: 12px;
	padding: 20px 10px;
	bs-gutter-x: 1rem
}

.ft-prolist-adv.ft-adv-com ul.row li span i {
	font-size: 36px;
	color: #ea1e00;
	transition: color .25s
}

.ft-prolist-adv.ft-adv-com ul.row li p {
	font-size: 14px;
	font-weight: 600;
	color: #1a2634;
	margin-top: 6px
}

.ft-prolist-adv.ft-adv-com ul.row li:hover span i {
	color: #001127
}

.ft-prolist-adv.ft-adv-com ul.row {
	border: 1px solid #e0e5ea;
	box-shadow: 0 1px 3px rgba(0,0,0,.03)
}

.ft-prolist-adv.ft-adv-com ul.row li span {
	position: relative;
	padding-top: 8px
}

.ft-prolist-adv.ft-adv-com ul.row li span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	background: #ea1e00;
	border-radius: 50%;
	opacity: 0;
	transition: opacity .25s
}

.ft-prolist-adv.ft-adv-com ul.row li:hover span::before {
	opacity: 1
}

.ft-prolist-adv.ft-adv-com ul.row li p {
	color: #3a4552;
	font-size: 13px;
	letter-spacing: .5px
}

@media (min-width:768px) {
	.ft-prolist-adv.ft-adv-com ul.row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap
	}
}

.ft-prolist-item .ft-prolist-tit+p {
	font-size: 16px;
	line-height: 1.9;
	color: #3a4552;
	font-weight: 500;
	max-width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left
}

.content table,.ft-service-details-text-wrapper table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 15px;
	line-height: 1.8
}

.content table thead th,.ft-service-details-text-wrapper table thead th {
	background: #001127;
	color: #fff;
	font-weight: 600;
	padding: 12px 16px;
	text-align: left;
	border-bottom: 3px solid #ea1e00
}

.content table tbody td,.ft-service-details-text-wrapper table tbody td {
	padding: 10px 16px;
	border-bottom: 1px solid #e8edf2;
	color: #3a4552
}

.content table tbody tr:nth-child(2n),.ft-service-details-text-wrapper table tbody tr:nth-child(2n) {
	background: #f8f9fb
}

.content table tbody tr:hover,.ft-service-details-text-wrapper table tbody tr:hover {
	background: #eef2f6
}

.content-table {
	width: 100%!important;
	border: 1px solid #d0d8e0;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.8;
	margin: 20px 0;
	color: #3a4552
}

.content-table thead th {
	background: #001127;
	color: #fff;
	font-weight: 700;
	padding: 14px 16px;
	text-align: left;
	border-right: 1px solid rgba(255,255,255,.2);
	border-bottom: 3px solid #ea1e00
}

.content-table thead th:last-child {
	border-right: none
}

.content-table tbody td {
	padding: 12px 16px;
	border-bottom: 1px solid #e0e5ea;
	border-right: 1px solid #e8edf2;
	font-weight: 400
}

.content-table tbody td:last-child {
	border-right: none
}

.content-table tbody td:first-child {
	font-weight: 600;
	color: #1a2634;
	background: #f8f9fb
}

.content-table tbody tr:nth-child(2n) {
	background: #fcfcfd
}

.content-table tbody tr:hover {
	background: #eef2f6
}
/* ========== 产品详情页三列表格 ========== */
.content-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 14px;
    color: #4b4b4b;
}

/* 表格标题段落 */
.content-table-caption {
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 600;
}
.content-table-caption + hr {
    border: none;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

/* 表头行 */
.content-table thead tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.content-table thead th {
    padding: 10px 15px;
    font-weight: 700;
    text-align: left;
    color: #4b4b4b;
    letter-spacing: 0;
    line-height: 22px;
}

/* 数据行 */
.content-table tbody td {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

/* 交替行背景 */
.content-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.content-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

/* 三列等宽 */
.content-table.col-3 th:nth-child(1),
.content-table.col-3 td:nth-child(1) {
    width: 33.333%;
}
.content-table.col-3 th:nth-child(2),
.content-table.col-3 td:nth-child(2) {
    width: 33.333%;
}
.content-table.col-3 th:nth-child(3),
.content-table.col-3 td:nth-child(3) {
    width: 33.333%;
}

/* 两列表格备用 */
.content-table.col-2 th:nth-child(1),
.content-table.col-2 td:nth-child(1) {
    width: 50%;
}
.content-table.col-2 th:nth-child(2),
.content-table.col-2 td:nth-child(2) {
    width: 50%;
}