@import 'https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@300;400;500;600;700&amp;display=swap';
@import "responsive.css";
@import "bootstrap.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "icomoon.css";
@import "font-awesome.css";
@import "shortcodes.css";

html,
body,
div,
span,
h2,
h3,
h4,
p,
a,
img,
i,
ul,
li,
header,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit
}

header,
nav,
section {
	display: block
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	background: #fff;
	line-height: 1
}

header,
nav,
section {
	display: block
}

ul {
	list-style: none
}

a img {
	border: 0
}

img {
	max-width: 100%;
	height: auto
}

body {
	font-family: roboto, sans-serif;
	color: #191919;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	overflow-y: auto
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 29px
}

i {
	font-family: barlow, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	font-style: italic;
	color: #fff !important
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

hr {
	margin-bottom: 20px;
	border: dashed 1px #ccc
}

ul {
	padding: 0
}

ul {
	list-style: disc
}

li {
	list-style: none
}

ul li {
	padding: .1em 0
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

h2,
h3,
h4 {
	font-weight: 700;
	text-rendering: optimizeLegibility
}

h2 {
	font-size: 2em
}

h3 {
	font-size: 1.714em
}

h4 {
	font-size: 1.428em
}

.font-weight-500 {
	font-weight: 500 !important
}

.text-white {
	color: #fff !important
}

.align-items-center {
	align-items: center !important
}

.tf-space {
	padding: 110px 0
}

a {
	text-decoration: none;
	color: var(--primary-color);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a:hover,
a:focus {
	color: var(--primary-color2);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.link-style-4 a {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.link-style-4 a:hover {
	color: var(--primary-color)
}

:root {
	--primary-color: #FD4A36;
	--primary-color2: #222429;
	--primary-color3: #054055;
	--primary-color4: #DCDCDC;
	--primary-color5: #262626;
	--primary-color6: #181818;
	--primary-color7: #FCE9E7
}

#site-header-wrap {
	position: relative
}

#site-header {
	position: relative;
	display: flex;
	width: 100%;
	background-color: #e8eff4;
	border-bottom: solid 1px #fd4a36;

}

#site-header .header-box {
	width: 80%
}

#site-header-inner {
	position: relative;
	height:100px
}

#site-logo {
	width: 22%;
	line-height: 132px
}

#site-logo-inner {
	background-color: var(--primary-color);
	clip-path: polygon(0 0, 86% 0, 69% 100%, 0% 100%);
	line-height: 10;
}

#site-logo-inner .main-logo {
	padding-left: 14.8%;
	display: block
}

#main-nav ul {
	margin: 0
}

#main-nav ul li {
	position: relative;
	list-style: none
}

#main-nav > ul > li {
	float: left;
	padding: 32px 20px
}

#main-nav > ul > li > a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #101010;
	position: relative
}

#main-nav > ul > li > a::before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: var(--primary-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#main-nav > ul > li > a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 100%
}

#main-nav > ul > li > a:hover {
	color: var(--primary-color)
}

#site-header-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99
}

#site-header-right .button-header {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 80px;
	padding: 0 59px;
	background-color: var(--primary-color);
	clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#site-header-right .button-header a {
	color: #fff
}

#site-header-right .button-header:hover {
	background-color: var(--primary-color2)
}

#site-header-right .button-header a::after {
	content: '\e904';
	font-family: icomoon;
	margin-left: 15px;
	vertical-align: middle
}

/*
#site-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 1px 1px 5px 0 rgb(0 0 0/20%);
	z-index: 9999
}
*/

#site-header #main-nav {
	position: absolute;
	left: 21px;
	top: 50%;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

#site-header #main-nav > ul > li.current-menu-item > a,
#site-header #main-nav > ul > li:hover > a {
	color: var(--primary-color)
}

/*
.parallax-4 {
	background-image: url(../images/background-section/service-details-page-title%402x.jpg)
}
*/

/*
.flat-title-page::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #071327;
	opacity: .6
}
*/

.flat-features {
	margin: 3px 0 -13px;
	background-image: url(../images/mark-page/mark-features.png);
	background-repeat: no-repeat;
	background-position: center
}

.flat-features .features-content-left,
.flat-features .features-content-right {
	width: 50%;
	display: inline-block;
	float: left
}

.section-title h3.section-heading {
	margin-bottom: 22px
}

.section-title h2 {
	font-family: barlow, sans-serif;
	font-size: 40px;
	line-height: 48px
}

.section-title.st-2 .features-content-left h3,
.flat-service .section-title h2 {
	margin-top: 28px;
	font-family: barlow, sans-serif;
	font-size: 35px;
	line-height: 42px
}

.flat-features .features-content-right {
	padding-left: 93px;
	padding-top: 4px
}

.flat-features .features-box {
	position: relative;
	padding: 29px 20px 40px;
	border-radius: 8px;
	margin: 0 10px;
	background-color: #fff;
	box-shadow: 0 2px 13px #fd4a362b;
	text-align: center
}

.item-shape {
	position: absolute;
	width: 75px;
	height: 61px;
	background-color: #fedad6;
	top: 0;
	left: 23px;
	z-index: 20;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.flat-features .features-box .item-shape.item-shape2 {
	background-color: #ffe5e2;
	left: 68px;
	z-index: 1
}

.flat-features .features-box:hover .item-shape,
.flat-features .features-box.active .item-shape {
	background-color: var(--primary-color)
}

.flat-features .features-box:hover .item-shape.item-shape2,
.flat-features .features-box.active .item-shape.item-shape2 {
	background-color: #fd7b6c
}

.flat-features .features-box .icon-features {
	margin-bottom: 23px
}

.flat-features .features-box .headline {
	font-family: barlow, sans-serif;
	font-size: 24px;
	margin-bottom: 22px
}

.flat-about {
	margin-bottom: -23px;
	background-image: url(../images/mark-page/mark-about.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.flat-about .about-left-content {
/*	padding-top: 50px*/
}

.flat-about .section-title {
	margin-bottom: 37px
}

.flat-about p {
	line-height: 29px;
	margin-bottom: 28px
}

.flat-about .about-right-content .about-post {
	position: relative
}

.flat-about .about-right-content .about-post img {
	border-radius: 6px
}

.flat-about .about-right-content {
	margin-top: -54px
}

.flat-about .about-right-content .about-counter-box {
	position: absolute;
	bottom: -28px;
	left: 54px;
	background-color: var(--primary-color);
	padding: 35px;
	border-radius: 8px;
	background-image: url(../images/mark-page/mark-about-counter.png);
	background-repeat: no-repeat;
	background-position: center left;
	box-shadow: 0 5px 17px #fd4a368c
}

.flat-about .about-right-content .about-counter-inner {
	display: flex;
	align-items: end
}

.flat-about .about-counter-box .number-counter {
	margin-right: 11px
}

.flat-about .about-counter-box .number-counter span {
	font-size: 65px;
	font-family: barlow, sans-serif;
	font-weight: 700;
	color: #fff
}

.flat-about .about-counter-box .heading-count h3 {
	font-size: 20px;
	line-height: 29px;
	color: #fff
}

.flat-work {
	margin: -2px 0 -19px
}

.flat-work .work-box {
	position: relative;
	background-color: #f9f9f9;
	padding: 30px 35px;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.flat-work .work-box .item-shape {
	width: 52px;
	height: 42px;
	left: 26px;
	background-color: #fd8173
}

.flat-work .work-box .item-shape2 {
	left: 58px;
	background-color: #fe7262;
	z-index: 1
}

.flat-work .top.item-shape {
	top: -60px
}

.flat-work .bottom.item-shape,
.flat-work .bottom.item-shape2 {
	top: unset;
	left: unset;
	bottom: -60px;
	right: 62px;
	transform: rotate(58deg)
}

.flat-work .bottom.item-shape2 {
	right: 32px
}

.flat-work .master-icon-box .icon-wrap {
	margin-bottom: 23px
}

.flat-work .work-icon .icon {
	font-family: icomoon;
	font-size: 60px
}

.flat-work .work-icon .icon-programer::after {
	content: '\e91a'
}

.flat-work .master-icon-box .text-wrap h3 {
	font-size: 24px;
	font-family: barlow, sans-serif;
	margin-bottom: 17px
}

.flat-work .master-icon-box .text-wrap p {
	line-height: 28px;
	margin-bottom: 29px
}

.flat-work .work-box:hover,
.flat-work .work-box.active {
	background-color: var(--primary-color);
	color: #fff;
	box-shadow: 0 5px 17px #fd4a368c
}

.flat-work .work-box:hover .top.item-shape,
.flat-work .work-box.active .top.item-shape {
	top: 0
}

.flat-work .work-box:hover .bottom.item-shape,
.flat-work .work-box.active .bottom.item-shape {
	bottom: -10px
}

.flat-wcu {
	margin-top: 4px;
	background-image: url(../images/mark-page/mark-wcu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.flat-wcu .section-title h2 {
	margin-bottom: 24px
}

.flat-wcu .section-title p {
	margin-right: 55px;
	line-height: 30px
}

.flat-wcu .wcu-list-services {
	margin-top: 28px;
	display: flex;
	align-items: baseline
}

.flat-wcu .master-icon-box {
	text-align: center;
	margin-right: 30px
}

.flat-wcu .master-icon-box .icon {
	font-size: 50px
}

.flat-wcu .master-icon-box .icon-2 {
	font-size: 42px
}

.flat-wcu .master-icon-box:first-child h3 {
	margin-top: 14px
}

.flat-wcu .master-icon-box h3 {
	margin-top: 16px;
	font-size: 20px
}

.flat-wcu .contact-request {
	background-color: #fff;
	padding: 36px 35px;
	border-radius: 10px;
/*	text-align: center;*/
	box-shadow: 0 7px 10px #fd4a364d;
	transform: translateY(56%)
}

.flat-wcu .contact-request h2 {
	margin-top: 6px;
	margin-bottom: 22px;
	font-size: 30px;
	font-family: barlow, sans-serif
}

.flat-wcu .contact-request hr {
	height: 1px;
	background-image: linear-gradient(90deg, #ccc, #ccc 75%, transparent 75%, transparent 100%);
	background-size: 6px 1px;
	border: none;
	margin: 0;
	margin-bottom: 4px
}

.flat-about-2 {
	margin-top: 24px;
	margin-bottom: -8px;
	background-image: url(../images/mark-page/mark-about.jpg);
	background-repeat: no-repeat;
	background-position: right
}

.flat-about-2 .about-2-content-left {
	margin-top: 32px
}

.flat-about-2 .section-title .features-content-left h3 {
	margin-bottom: 21px
}

.flat-about-2 .section-title p {
	margin-bottom: 3px
}

.flat-about-2  .icon-tick {
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	object-fit: cover;
	box-shadow: 0 7px 12px #77737347
}

.flat-about-2  .about-our-company {
	margin-top: 13px;
	margin-bottom: -6px;
	display: -webkit-box;
	display: -webkit-inline-box
}

.flat-about-2 .icon-tick::after {
	content: '\f00c';
	font-family: fontawesome;
	color: var(--primary-color);
	font-size: 20px
}

.flat-about-2  .content-box {
	padding: 7px 30px 7px 19px
}

.flat-about-2  .content-box h4 {
	font-size: 20px;
	margin-bottom: 9px
}

.flat-about-2 .about-our-company p {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word
}

.flat-about-2 .about-2-content-left .button-contact {
	margin-top: 56px;
	margin-left: -6px
}

.flat-service {
	margin-bottom: 16px;
	background-image: url(../images/mark-page/mark-service.png);
	background-repeat: no-repeat
}

.flat-service .service-box {
	margin: 48px 0 -19px
}

.flat-service .service-box .services-post {
	position: relative;
	z-index: -1;
	overflow: hidden;
	border-radius: 8px
}

.flat-service .service-box .services-post::after {
	content: '';
	position: absolute;
	background-color: var(--primary-color5);
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.flat-service .service-box .services-post img {
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.flat-service .service-box .service-content {
	text-align: center;
	background-color: #fff;
	padding: 32px 25px 17px;
	margin: -10% 10% 0;
	border-radius: 8px;
	box-shadow: 0 7px 10px #fd4a364d;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.flat-service .section-title h2 {
	margin-top: 0
}

.flat-service .service-content-right {
	padding-left: 13.6%
}

.flat-service .service-box .service-content h4 {
	font-size: 15px;
	color: var(--primary-color);
	margin-bottom: 14px;
	line-height: 20px;
}

.flat-service .service-box .service-content h3 {
	font-size: 18px;
	font-family: barlow, sans-serif;
	margin-bottom: 12px
}

.flat-service .service-box:hover .service-content,
.flat-service .service-box:hover .service-content h4,
.flat-service .service-box.active .service-content,
.flat-service .service-box.active .service-content h4 {
	color: #fff
}

.flat-service .service-box:hover .services-post img {
	transform: scale(1.1)
}

.flat-service .service-box:hover .service-content,
.flat-service .service-box.active .service-content {
	background-color: var(--primary-color)
}

.flat-service .service-box:hover .services-post::after {
	opacity: .6
}

#bottom {
	background-color: #1d1d1d;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	letter-spacing: 1.6px
}

#bottom .bottom-bar-inner-wrap {
	position: relative;
	padding: 43px 0;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between
}

#bottom .bottom-bar-inner-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1.4px;
	background-color: #ccc
}

#bottom .bottom-bar-inner-wrap .text {
	margin-top: 10px;
	font-size: 15px
}

#bottom .bottom-bar-inner-wrap .widget-links-bottom ul {
	display: flex;
	margin-right: -26px
}

#bottom .bottom-bar-inner-wrap .widget-links-bottom ul li {
	font-size: 15px;
	letter-spacing: 0;
	margin-right: 26px
}
.flat-slider{
	background-image:url(../images/image-slider/image-slider.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}
.call-now {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 111
}

.call-now li {
    background-color: #fd4a36;
    color: #fff;
    font-size: 25px;
    box-shadow: rgba(0, 0, 0, .5) 0 4px 5px -1px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    text-align: center;
    display: inline-block;
    float: right;
    margin-left: 7px
}