@media (max-width: 480px) {
	.home-slider {
		min-height: 270px;
		padding-top: 66px;
	}
}


@media (max-width: 767px) {
  .full_slider {
    background-repeat: no-repeat;
    background-position: center top !important;
    background-size: contain !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important; /* nếu bạn biết ảnh là 16:9 */
}
svg#bigTriangleColor
{
	display:none !important;
}
}
.home-slider.owl-carousel .owl-nav .owl-prev:before {
	cursor: pointer;
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
	font-size: 30px;
	line-height: 70px
}

.home-slider.owl-carousel .owl-nav .owl-next {
	right: 55px !important
}

.home-slider.owl-carousel .owl-nav .owl-next:before {
	cursor: pointer;
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
	font-size: 30px;
	text-align: center;
	line-height: 70px
}

@media (max-width: 480px) {
	.home-slider.owl-carousel .owl-nav {
		display: none
	}
}

.home-slider.owl-carousel .item .full_slider {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%
}

.container {
	max-width: 100%
}

.loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1200;
	background: #fff;
	overflow: hidden
}

.spinner {
	margin: auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -20px;
	top: 50%;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	-moz-animation: sk-rotate 2.0s infinite linear;
	-o-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	-moz-animation: sk-bounce 2.0s infinite ease-in-out;
	-o-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	-moz-animation-delay: -1.0s;
	-o-animation-delay: -1.0s;
	animation-delay: -1.0s
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes sk-rotate {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-o-keyframes sk-rotate {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes sk-bounce {

	0%,
	100% {
		-moz-transform: scale(0);
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@-o-keyframes sk-bounce {

	0%,
	100% {
		-o-transform: scale(0);
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
	color: #515A5F;
	position: relative;
	overflow-x: hidden
}

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

.parallax-content {
	z-index: 1;
	background: #fff
}

html {
	height: 100%;
	width: 100%;
	font-size: 16px
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	margin: 0;
	color: #515A5F
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

h1,
.h1 {
	font-size: 2.625rem
}

h2,
.h2 {
	font-size: 2.375rem
}

h3,
.h3 {
	font-size: 1.5rem
}

h4,
.h4 {
	font-size: 1.25rem
}

h5,
.h5 {
	font-size: 1.2rem
}

h6,
.h6 {
	font-size: 1.125rem
}

p {
	font-size: 14px;
	line-height: 1.60rem;
	color: #333
}

.p1 {
	font-size: 0.75rem;
	line-height: 1.35rem;
	color: #333
}

.p2 {
	font-size: 0.625rem;
	line-height: 1.35rem
}

.p3 {
	font-size: 14px;
	line-height: 1.25rem
}

.rotate-right {
	transform: rotate(1deg);
	width: 103%;
	position: relative;
	left: -2%
}

.rotate-left {
	transform: rotate(-1deg);
	width: 103%;
	position: relative;
	left: -2%
}

.rotate-left-text {
	transform: rotate(1deg)
}

.rotate-right-text {
	transform: rotate(-1deg)
}

.hover-div-black:hover .img-hover-circal {
	border-color: #515a5f
}

.hover-div-white:hover .img-hover-circal {
	border-color: #fff
}

.img-hover-circal {
	padding: 4px;
	-webkit-border-radius: 50%;
	display: inline-block;
	border: 2px solid transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear
}

.button {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.button:hover,
.button:focus,
.button:active {
	color: white
}

.button:hover:before,
.button:focus:before,
.button:active:before {
	-webkit-transform: scaleY(2);
	transform: scaleY(2)
}

.page-buttons {
	font-weight: 600 !important;
	font-size: 16px !important;
	padding: 10px 30px !important;
	border-radius: 50px;
	border: transparent
}

.padding {
	padding: 9.375rem 0
}

.padding-sides-info {
	padding: 0 140px
}

.padding-sides-intro {
	padding: 0 220px
}

.padding-top {
	padding-top: 4.375rem
}

.padding-bottom {
	padding-bottom: 5.375rem
}

.padding-pricing {
	padding: 7.813rem 0
}

.padding-top-price-box {
	padding-top: 2.188rem
}

.padding-bottom-price-box {
	padding-bottom: 3.75rem
}

.margin-bottom {
	margin-bottom: 7.5rem
}

.top160 {
	margin-top: 160px
}

.heading_space {
	margin-bottom: 3.75rem
}

.bottom50 {
	margin-bottom: 50px
}

.bottom10 {
	margin-bottom: 10px
}

.top10 {
	margin-top: 10px
}

.top55 {
	margin-top: 55px
}

.top100 {
	margin-top: 100px
}

.bottom15 {
	margin-bottom: 15px
}

.topbottom132 {
	margin: 132px 0
}

.top15 {
	margin-top: 15px
}

.top20 {
	margin-top: 20px
}

.top25 {
	margin-top: 25px
}

.top60 {
	margin-top: 60px
}

.bottom20 {
	margin-bottom: 20px
}

.bottom25 {
	margin-bottom: 25px
}

.top50 {
	margin-top: 50px
}

.bottom30 {
	margin-bottom: 30px
}

.top30 {
	margin-top: 30px
}

.top135 {
	margin-top: 135px
}

.bottom35 {
	margin-bottom: 35px
}

.top40 {
	margin-top: 40px
}

.top15 {
	margin-top: 15px
}

.top70 {
	margin-top: 70px
}

.top75 {
	margin-top: 75px
}

.topbottom155 {
	margin: 155px 0
}

.bottom55 {
	margin-bottom: 55px
}

.bottom45 {
	margin-bottom: 45px
}

.bottom65 {
	margin-bottom: 65px
}

.bottom100 {
	margin-bottom: 100px
}

.nomargin {
	margin: 0
}

.open-full-menu-center {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

ul.social li a {
	display: block;
	height: 34px;
	width: 34px;
	position: relative;
	border: 1px solid #515a5f;
	color: #515a5f;
	margin: 1px;
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: 2
}

ul.social li a:hover {
	border-color: transparent
}

ul.social li {
	display: inline-block
}

ul.social li a:hover::before,
ul.social li a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

ul.social li a:hover,
ul.social li a:focus {
	color: #fff
}

ul.social_simple li a {
	display: block;
	font-size: 17px;
	line-height: 1;
	margin: 7px 5px
}

ul.social_vertical li a {
	display: block;
	font-size: 20px;
	color: #515A5F
}

ul.social.white li a {
	border: 1px solid #fff
}

ul.social .button {
	background: transparent
}

.pinterest:before {
	background-color: #cb2027
}

.twitter:before {
	background-color: #1DA1F2 !important
}

.facebook:before {
	background-color: #3b5998 !important
}

.google:before {
	background-color: #DB4437 !important
}

.linkedin:before {
	background-color: #0077B5 !important
}

.navbar-search-box-icon .search-icon .fa-times,
ul.social li a:before,
nav.navbar.navbar-default,
nav.navbar ul.nav>li>a:before,
.navbar-brand>img,
nav.navbar li.dropdown ul.dropdown-menu>li>a:before,
.full-menu,
.full-menu ul.full-nav li a:before,
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after,
.tp-bullet,
.swiper-pagination-bullet,
.swiper-button-next,
.explore-now,
.swiper-button-prev,
.back-top,
.back-top-visible,
a,
.fa,
.button:before,
.item-containe>img,
.hover-div-blue,
.member-1-img-back,
.member-2-img-back,
.img-center img,
.name-member,
.button-blue,
.cbp-item-wrapper img,
.team-achievement-data-index3 .num-inner-radius h2,
.news-data-img img,
ul.social li a,
.index6-navbar,
.news .tab-content .tab-pane,
.news .tab-content .tab-pane,
.news .tab-content .tab-pane img,
.navbar-right,
.navbar-left {
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in
}

header {
	position: relative;

}

nav.navbar.navbar-default {
	border-bottom: none;
	-webkit-box-shadow: 0 0;
	box-shadow: rgb(221, 221, 221) 0px 3px 3px -1px;
	padding: 5px 0
}

nav.navbar.navbar-default.scroll-nav {
	-webkit-box-shadow: 0 8px 6px -9px #999 !important;
	box-shadow: 0 8px 6px -9px #999 !important
}



header .scroll-nav {
	background: #fff !important;
	z-index: 11;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-animation-name: animationFade;
	-moz-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
	padding: 0
}

header .scroll-nav-active {
	background: #fff !important;
	z-index: 11;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-animation-name: animationFade;
	-moz-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
	padding: 0
}

.navbar.navbar-empty {
	position: absolute;
	background: transparent;
	top: 0;
	z-index: 5;
	width: 100%
}

nav.navbar .navbar-toggle {
	background-color: transparent !important;
	float: right;
	margin-right: 0;
	margin-top: 12px;
	color: #515A5F
}

.navbar-brand {
	height: auto;
	padding: 0px 0;
	margin-left: 0 !important
}




header nav.navbar.navbar-fixed .logo-display,
header nav.navbar.navbar-fixed.scroll-nav .logo-scrolled {
	display: inline-block
}

header nav.navbar.navbar-fixed .logo-scrolled,
header nav.navbar.navbar-fixed.scroll-nav .logo-display {
	display: none
}

nav.brand-center .navbar-collapse .col-half.left {
	float: left;
	width: auto
}

nav .brand-center .navbar-collapse .col-half.right {
	float: right;
	width: auto
}

nav.navbar ul.nav>li {
	margin: 0 1.5rem
}

nav.navbar ul.nav>li.has-child-menu {
	position: relative
}

nav.navbar ul.nav>li.has-child-menu:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 100px;
	height: 20px;
	background: 0 0;
	display: inline-block
}

nav.navbar ul.nav>li.has-child-menu:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	padding: 0;
	min-width: 200px;
	border-radius: 0;
	top: 70px;
	border: 1px solid rgba(0, 0, 0, 0.15)
}

nav.navbar ul.nav>li.has-child-menu:hover .dropdown-menu li a {
	padding: 10px 10px
}

nav.navbar ul.nav>li.has-child-menu:hover .dropdown-menu li.dropdown-submenu {
	position: relative
}

nav.navbar ul.nav>li.has-child-menu:hover .dropdown-menu li.dropdown-submenu a i {
	float: right;
	line-height: 20px
}

nav.navbar ul.nav>li.has-child-menu:hover .dropdown-menu li.dropdown-submenu ul {
	display: none
}

nav.navbar ul.nav>li.has-child-menu:hover .dropdown-menu li.dropdown-submenu:hover ul {
	display: block;
	position: absolute;
	left: 100%;
	top: -1px;
	right: 0
}

nav.navbar.brand-center ul.nav>li:first-child {
	margin-left: 0
}

nav.navbar.brand-center ul.nav>li:last-child {
	margin-right: 0
}

nav.navbar ul.nav>li>a {
	font-weight: 600;
	padding: 19px 0;
	font-size: 14px;
	text-transform: uppercase;
	border: none
}

header nav.navbar.navbar-fixed ul.nav>li>a {
	color: #515A5F
}

header nav.navbar ul.nav>li>a,
header .scroll-nav ul.nav>li>a,
header nav.navbar.navbar-fixed.scroll-nav ul.nav>li>a {
	color: #515A5F
}

nav.navbar ul.nav>li>a:before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100% !important;
	height: 4px;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1)
}

nav.navbar ul.nav>li>a:hover::before,
nav.navbar ul.nav>li.active a:before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default ul li a:hover {
	background: none
}

header .scroll-nav .navbar-search-box-icon .search-icon i {
	color: #515A5F !important
}

.navbar .navbar-search-box-icon .search-icon {
	position: relative;
	right: 15px;
	top: 16px;
	font-size: 16px;
	color: #fff;
	float: right
}

.navbar-search-box-icon .search-icon .fa-times {
	font-size: 20px
}

.navbar-search-box-icon .actives {
	z-index: 1100;
	color: #515a5f !important
}

.navbar-search-box-open {
	width: 100% !important;
	height: 100vh
}

.navbar-search-box {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.94);
	overflow-x: hidden;
	padding: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#search-box input[type="search"] {
	position: absolute;
	top: 50%;
	width: 80%;
	color: #515a5f;
	background: transparent;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #203b74;
	margin: -51px auto 0;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	left: 0;
	right: 0;
	border-radius: 10px
}

.navbar-search-box-open .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	height: auto;
	width: 100%
}

.navbar-search-box .navbar-search-box-button {
	margin-top: 61px;
	margin-left: -61px;
	top: 50%;
	left: 50%;
	position: absolute
}

.navbar-search-box .navbar-search-box-button .button-blue {
	color: #fff
}

.button-blue:hover,
.button-blue:focus,
.button-blue:active {
	color: #fff
}

.default-span-yellow {
	font-weight: 600
}

.default-span {
	font-weight: 600
}

.explore-now {
	color: #fff
}

.tp-bullet {
	margin-bottom: 60px !important;
	color: #fff;
	background: none !important;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 32px !important;
	height: 32px !important;
	line-height: 32px;
	text-align: center
}

.tp-bullet.selected,
.tp-bullet:hover {
	background: none !important
}

.rs-fullvideo-cover {
	background: rgba(0, 0, 0, 0.49)
}

.menu-icon {
	width: 50px;
	height: 24px;
	cursor: pointer;
	right: 0;
	float: right;
	top: 15px;
	position: relative;
	z-index: 100;
	background: transparent;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
	cursor: pointer;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	height: 2px;
	width: 22px;
	position: absolute;
	top: 50%;
	display: block;
	content: ''
}

header nav.navbar.navbar-fixed.scroll-nav .menu-icon span,
header nav.navbar.navbar-fixed.scroll-nav .menu-icon span:before,
header nav.navbar.navbar-fixed.scroll-nav .menu-icon span:after {
	background: #515A5F
}

header nav.navbar.navbar-fixed .menu-icon span,
header nav.navbar.navbar-fixed .menu-icon span:before,
header nav.navbar.navbar-fixed .menu-icon span:after {
	background: #ccc
}

.menu-icon span:before {
	left: 0;
	top: -8px
}

.menu-icon span:after {
	left: 0;
	top: 8px
}

.menu-icon.active {
	position: absolute;
	top: 10px;
	right: 0
}

.menu-icon.active span {
	background: transparent
}

.menu-icon.active span:before,
.menu-icon.active span:after {
	top: 0
}

.menu-icon.active span:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.menu-icon.active span:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.full-menu {
	background: #ffffff;
	color: #515A5F;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	padding: 3.75rem 0;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: scale(0);
	z-index: -1
}

.full-menu .full-nav {
	max-height: 320px;
	overflow-y: scroll
}

.full-menu .full-nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #F5F5F5
}

.full-menu .full-nav::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5
}

.full-menu .full-nav::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #e5e5e5
}

.full-menu.open {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	z-index: 1300
}

.full-menu .button {
	border-radius: 50px !important
}

.full-menu .logo-full {
	display: inline-block
}

.full-menu .logo-full>img {
	max-width: 200px
}

.full-menu .open-full-menu-center {
	width: 620px;
	max-width: 99%
}

.full-menu ul.full-nav li {
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-moz-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	opacity: 0
}

.full-menu.open ul.full-nav li {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px)
}

.full-menu.open ul.full-nav li:first-child {
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.full-menu.open ul.full-nav li:nth-child(2) {
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.full-menu.open ul.full-nav li:nth-child(3) {
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.full-menu.open ul.full-nav li:nth-child(4) {
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.full-menu.open ul.full-nav li:nth-child(5) {
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.full-menu.open ul.full-nav li:nth-child(6) {
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.full-menu.open ul.full-nav li:nth-child(7) {
	-moz-transition-delay: .7s;
	-o-transition-delay: .7s;
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.full-menu ul.full-nav li:before {
	border-radius: 0
}

.full-menu ul.full-nav li:hover span {
	color: #fff
}

.full-menu ul.full-nav li:hover a {
	color: #fff;
	background-color: #203b74
}

.full-menu ul.full-nav li>span {
	color: #515A5F;
	font-size: 1rem;
	font-weight: 300;
	vertical-align: middle;
	margin-right: 10px;
	display: inline
}

.full-menu ul.full-nav li a {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #515A5F;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 15px;
	text-align: left;
	background: #f5f5f5;
	cursor: pointer;
	border-radius: 50px;
	margin-left: 0;
	padding-right: 25px
}

.full-menu ul.full-nav li {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 5px
}

svg#bigTriangleColor {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 100px;
	display: block;
	z-index: 9
}

.full-nav-has-menu a i {
	padding: 3px 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%)
}

.full-nav-has-menu a i.active:before {
	content: "\f068"
}

.full-nav-has-menu .dropdown-menu1 .dropdown-submenu a {
	padding-right: 25px
}

.full-nav-has-menu .dropdown-menu1 .dropdown-submenu a i {
	padding: 3px 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%)
}

.full-nav-has-menu .dropdown-menu1,
.full-nav-has-menu .dropdown-menu2 {
	position: relative;
	width: 100%;
	border-radius: 0;
	outline: none;
	border: none
}

.full-nav-has-menu .dropdown-menu1 li a,
.full-nav-has-menu .dropdown-menu2 li a {
	background: #e8e8e8 !important;
	color: #515A5F !important
}

.full-nav-has-menu .dropdown-menu1 li:hover>a,
.full-nav-has-menu .dropdown-menu2 li:hover>a {
	color: #fff !important;
	background-color: #203b74
}

.full-nav-has-menu .dropdown-menu2 li a {
	background: #dcdcdc !important;
	color: #515A5F !important
}

.feature .feature-onworking-list .work-title {
	color: #939494
}

.feature .feature-onworking-list .web-solution-icon,
.feature .feature-onworking-list .market-analysis-icon,
.feature .feature-onworking-list .financial-advise-icon {
	color: #fff;
	cursor: pointer;
	font-size: 45px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 100px;
	height: 100px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear
}

.feature .feature-onworking-list .web-solution-icon i,
.feature .feature-onworking-list .market-analysis-icon i,
.feature .feature-onworking-list .financial-advise-icon i {
	display: inline-block;
	-webkit-border-radius: 100%;
	border-radius: 50%;
	width: 100%;
	background: transparent;
	line-height: 100px
}

.feature .feature-onworking-list .market-analysis:before {
	position: absolute;
	content: '';
	width: 50%;
	display: table;
	margin-left: 270px;
	top: 45px;
	height: 1px;
	background: #ebebeb
}

.feature .feature-onworking-list .market-analysis:after {
	position: absolute;
	content: '';
	width: 50%;
	display: table;
	margin-left: -115px;
	top: 45px;
	height: 1px;
	background: #ebebeb
}

.feature .feature-onworking-list h4 {
	padding: 0 65px;
	font-weight: 600
}

.feature .feature-onworking-list .financial-advise:hover .fa-file-text-o,
.feature .feature-onworking-list .web-solution:hover .fa-diamond,
.feature .feature-onworking-list .market-analysis:hover .fa-bar-chart {
	background: #515a5f;
	border-color: transparent;
	cursor: pointer;
	color: #fff
}

.digital-services-text {
	color: #fff
}

.digital-services-text .btn {
	background: #fff;
	color: #515A5F
}

.digital-services-btn:hover,
.digital-services-btn:focus,
.digital-services-btn:active {
	color: #fff !important
}

.team-members .member-1-img-back,
.team-members .member-2-img-back {
	background: #efefef;
	border-radius: 50%;
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.team-members .img-center {
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9
}

.team-member-1,
.team-member-2,
.team-member-3 {
	cursor: pointer
}

.team-member-1 .img-center img,
.team-member-2 .img-center img,
.team-member-3 .img-center img {
	width: 100%
}

.team-member-1:hover .img-center img,
.team-member-2:hover .img-center img,
.team-member-3:hover .img-center img {
	transform: scale(1.1)
}

.team-members .name-member {
	font-weight: 400
}

.team-members .profession {
	font-size: 15px
}

.progress-bar {
	box-shadow: none
}

.about-progress .bar {
	box-shadow: inset 0 0 2px rgba(236, 236, 236, 0.8);
	background: #ececec;
	height: 7px;
	border-radius: 0
}

.about-progress .progress-bar-blue .progress-bar {
	text-align: left;
	color: #515A5F;
	transition: 4s
}

.about-progress .progress-bar-black .progress-bar {
	background: #515A5F;
	text-align: left;
	color: #515A5F;
	transition: 400ms
}

.about-progress .progress-profession-top {
	position: absolute;
	top: 44px
}

.about-progress .right-top {
	position: absolute;
	right: 15px;
	top: 44px;
	font-size: 18px
}

.about-progress .progress-profession {
	position: absolute;
	top: 126px
}

.about-progress .right {
	position: absolute;
	right: 15px;
	top: 126px;
	font-size: 18px
}

.team-achievement-data {
	color: #fff
}

.num {
	font-size: 3.125rem;
	cursor: pointer;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: relative
}

.num-inner-radius {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: relative
}

#team-achievement .team-achievement-data h2 i {
	font-size: 1.125rem;
	color: #9c9c9c
}

#team-achievement .team-achievement-data p {
	color: #fff
}

#team-achievement .team-achievement-data h2 {
	font-size: 2rem;
	line-height: 40px
}

.portfolio_filter .cbp-item-wrapper:hover img {
	transform: scale(1.2)
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
	letter-spacing: 0 !important;
	font-family: 'Open Sans', sans-serif !important
}

.portfolio_filter .work-item {
	height: auto;
	width: auto;
	float: left;
	position: relative;
	overflow: hidden
}

.portfolio_filter .work-item>img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%
}

.item-container:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.portfolio_filter .overlay-inner {
	margin: auto;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.portfolio_filter .item-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100)
}

.portfolio_filter .work-item:hover .line {
	width: 40%
}

.portfolio_filter .overlay .line {
	width: 0
}

.overlay .line,
.product-content .line {
	height: 1px;
	margin: 15px auto;
	background-color: #515A5F;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
	margin: 0 10px 10px 10px !important;
	padding: 0 !important
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-counter {
	display: none
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item {
	border: none;
	font-size: 18px;
	color: #515A5F
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item:before {
	position: absolute;
	content: '';
	width: 100%;
	display: table;
	height: 3px;
	bottom: -5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active:before {
	transform: scale(1)
}

.pricing-data {
	background: #f7f7f7
}

.pricing-box-center {
	padding-top: 70px;
	position: relative
}

.pricing-box-center .pricing-blue-box-center svg {
	bottom: auto;
	top: 0
}

.pricing-box-center .pricing-blue-box-center i {
	position: absolute;
	top: 18px;
	left: 16px;
	color: #fff
}

.pricing-box-center .pricing-blue-box-center span {
	position: absolute;
	transform: rotate(-43deg);
	top: 27px;
	left: 20px;
	color: #fff
}

.pricing-box-left,
.pricing-box-center,
.pricing-box-right {
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.pricing-box-left ul li,
.pricing-box-center ul li,
.pricing-box-right ul li {
	margin-top: 28px;
	font-size: 15px
}

.pricing-boxes .pricing-box-left-text h3,
.pricing-boxes .pricing-box-center-text h3,
.pricing-boxes .pricing-box-right-text h3 {
	font-weight: 500;
	font-size: 28px
}

.pricing-boxes .pricing-box-left-text hr,
.pricing-boxes .pricing-box-center-text hr,
.pricing-boxes .pricing-box-right-text hr {
	width: 70%
}

.pricing-boxes .pricing-box-left-text h1,
.pricing-boxes .pricing-box-center-text h1,
.pricing-boxes .pricing-box-right-text h1 {
	font-size: 62px;
	font-weight: bolder;
	position: relative;
	display: inline-block
}

.pricing-boxes .pricing-box-center-text p {
	font-size: 15px
}

.pricing-boxes .center-box-price .dollar {
	font-size: 20px;
	position: absolute;
	left: -14px;
	top: 10px;
	font-weight: 400
}

.pricing-boxes .center-box-price .month {
	font-size: 20px;
	font-weight: 400;
	color: #515A5F
}

.pricing-boxes .left-box-price .dollar,
.pricing-boxes .right-box-price .dollar {
	font-size: 20px;
	position: absolute;
	left: -14px;
	top: 10px;
	font-weight: 400
}

.pricing-boxes .left-box-price .month,
.pricing-boxes .right-box-price .month {
	font-size: 20px;
	font-weight: 400
}

.pricing-box-right-btn,
.pricing-box-left-btn {
	background: #fff;
	color: #515A5F;
	border: 1px solid #b9bdbf
}

.pricing-box-center-btn:before,
.pricing-box-right-btn:before,
.pricing-box-left-btn:before {
	background: #515A5F;
	color: #fff
}

.pricing-box-center-btn {
	color: #fff
}

.pricing-box-center-btn:hover,
.pricing-box-center-btn:focus,
.pricing-box-center-btn:active {
	color: #fff
}

.news .nav-tabs {
	float: left;
	width: 50%;
	margin-top: 40px
}

.news .tab-content {
	width: 50%;
	float: right
}

.news .nav-tabs>li.active .news-padding,
.news .nav-tabs>li.active .news-padding:focus,
.news .nav-tabs>li.active .news-padding:hover {
	border: 2px solid transparent
}

.news .tab-content .tab-pane {
	overflow: hidden;
	position: relative
}

.news .tab-content .tab-pane .news-hover-text {
	display: none;
	font-weight: 600;
	top: 50%;
	left: 50%;
	font-size: 18px;
	transform: translateX(-50%);
	position: absolute;
	color: #fff;
	background: transparent !important
}

.news .tab-content .tab-pane:hover .news-hover-text {
	display: block
}

.news .tab-content .tab-pane img {
	width: 100%
}

.news .tab-content .tab-pane img:hover {
	transform: scale(1.1);
	opacity: .5;
	transition: all 1s
}

.news .nav-tabs>li .news-padding {
	float: none
}

.news .nav-tabs>li {
	margin-right: 0
}

.news .nav-tabs li .news-blue-words {
	margin-left: 12px
}

.news .nav-tabs li>a:hover,
.news .nav-tabs li>a:focus {
	border: none
}

.news .nav-tabs li>a {
	margin-right: 0;
	line-height: 0;
	border: none;
	border-radius: 0
}

.news .nav-tabs li .news-padding {
	display: block;
	position: relative;
	padding: 30px 60px;
	float: none;
	cursor: pointer;
	background: #fff !important;
	border: 2px solid #e3e3e3;
	border-right: none !important;
	transition: 1s
}

.news .nav-tabs .news-blue-box p {
	line-height: 1
}

.news .nav-tabs li:hover .news-blue-box p,
.news .nav-tabs>li.active .news-blue-box p {
	color: #fff
}

.resp-tab-active .news-blue-box {
	color: #fff
}

.news .nav-tabs li .news-padding .news-blue-box {
	border: 2px solid #e3e3e3;
	float: left;
	position: absolute;
	left: -30px;
	background: #fff;
	padding: 10px 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 1s
}

.news #news-text-slider {
	color: #fff
}

.news #news-text-slider .client-name {
	font-weight: 600
}

.news #news-text-slider .swiper-button-next i:hover,
.news #news-text-slider .swiper-button-prev i:hover {
	border-color: transparent
}

.news #news-text-slider .swiper-button-next i,
.news #news-text-slider .swiper-button-prev i {
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 27px
}

.news #news-text-slider .swiper-button-next,
.news #news-text-slider .swiper-button-prev {
	background: none;
	top: 20%
}

.news #news-text-slider .swiper-container p {
	color: #fff
}

.news .given-stars {
	color: #203b74
}

.contact-us .contact-us-form label {
	font-weight: 500;
	font-size: 16px
}

.contact-us .contact-us-form .form-control {
	height: 45px;
	border: 1px solid #e5e5e5;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.contact-us .contact-us-form input[type="email"] {
	border: 1px solid #e5e5e5;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.contact-us .contact-us-form textarea.form-control {
	height: 135px;
	border: 1px solid #e5e5e5;
	outline: none;
	box-shadow: none
}

.contact-us .contact-us-form .send-button {
	color: #fff
}

.send-button:hover,
.send-button:focus,
.send-button:active {
	color: #fff
}

.office-location .address,
.office-location .phone,
.office-location .envelope {
	display: block;
	cursor: pointer
}

.office-location .address i,
.office-location .phone i,
.office-location .envelope i {
	float: left;
	font-size: 30px
}

.office-location .address .p3,
.office-location .phone .p3,
.office-location .envelope .p3 {
	margin-left: 45px
}

.office-location .address .heading,
.office-location .phone .heading,
.office-location .envelope .heading {
	font-weight: 600
}

.contact-us .svg {
	transform: rotate(180deg);
	bottom: -8px !important;
	position: absolute;
	width: 100%
}

.footer {
	background: #fff;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	background-image: url(footer-bg.png);
	background-repeat: no-repeat
}

.footer.footer-2 {
	margin-top: 20px;
	padding-top: 20px
}

.footer.footer-2 h4 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px
}

@media (max-width: 767px) {
	.footer.footer-2 h4 {
		margin-bottom: 10px
	}
}

.footer.footer-2 .footer-about img {
	max-width: 210px;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	.footer.footer-2 ul {
		margin-bottom: 15px
	}
}

.footer.footer-2 ul li a:hover,
.footer.footer-2 ul li a:focus {
	color: #203b74
}

.footer.footer-2 .contact-footer li {
	display: table
}

.footer.footer-2 .contact-footer li i {
	display: table-cell;
	width: 20px
}

.footer.footer-2 .copyright {
	border-top: 1px dashed #e5e5e5;
	margin-top: 15px
}

@media (max-width: 992px) {
	.footer.footer-2 .footer-about {
		margin-bottom: 15px
	}
}

.footer .footer-icon {
	color: #fff
}

.footer ul.social li a {
	color: #fff;
	border-color: #fff
}

.footer ul.social li a:hover {
	border-color: transparent
}

textarea {
	resize: none
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 13px
	}
}

@media screen and (max-width: 1023px) {

	nav.navbar.no-background .menu-icon span,
	nav.navbar.no-background .menu-icon span:before,
	nav.navbar.no-background .menu-icon span:after {
		background: #515A5F
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.home-main-index4 .navbar-right,
	.home-main-index4 .navbar-left {
		margin: 0 !important
	}

	nav.navbar ul.nav>li>a {
		font-size: 12px
	}

	.navbar-right {
		margin-right: 65px
	}

	.home-main-index4 .navbar-right {
		margin: 0
	}

	nav.navbar ul.nav>li {
		margin: 0 10px
	}

	.feature .feature-onworking-list .market-analysis:before {
		margin-left: 166px
	}

	.feature .feature-onworking-list .market-analysis:after {
		margin-left: -80px
	}

	.news .nav-tabs {
		margin-top: 0
	}

	.news .nav-tabs li>a {
		padding: 10px 40px
	}

	.news .nav-tabs .top30,
	.news .nav-tabs li>a .top15 {
		margin-top: 5px
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	nav.navbar ul.nav>li {
		margin: 0 1rem
	}

	.feature .feature-onworking-list .market-analysis:before {
		margin-left: 220px
	}

	.feature .feature-onworking-list .market-analysis:after {
		margin-left: -100px
	}

	.news .nav-tabs {
		margin-top: 0
	}

	.news .nav-tabs li>a {
		padding: 20px 50px
	}

	.news .nav-tabs .top30 {
		margin-top: 20px
	}
}

@media screen and (max-width: 992px) {

	h1,
	.h1 {
		font-size: 2em
	}

	h2,
	.h2 {
		font-size: 2rem
	}

	h3,
	.h3 {
		font-size: 1.5rem
	}

	h4,
	.h4 {
		font-size: 1rem
	}

	h5,
	.h5 {
		font-size: 14px
	}

	h6,
	.h6 {
		font-size: 0.8375rem
	}

	.top30 {
		margin-top: 20px
	}

	.top55 {
		margin-top: 25px
	}

	.top100 {
		margin-top: 50px
	}

	.top160 {
		margin-top: 80px
	}

	.topbottom132 {
		margin: 66px 0
	}

	.navbar-brand>img,
	.nav.navbar .navbar-brand>img,
	.nav.navbar .scroll-nav .navbar-brand>img,
	nav.navbar .navbar-fixed.scroll-nav .navbar-brand>img {
		width: 160px !important
	}

	header nav.navbar .navbar-fixed {
		background: #fff
	}

	header nav.navbar .navbar-fixed .menu-icon span,
	header nav.navbar .navbar-fixed .menu-icon span:before,
	header nav.navbar .navbar-fixed .menu-icon span:after {
		background: #515A5F
	}

	.about-progress .progress-profession-top,
	.about-progress .right-top {
		top: -25px
	}

	.about-progress .progress-profession,
	.about-progress .right {
		top: 58px
	}

	.office-location {
		margin-top: 60px
	}

	.pricing-boxes .pricing-box-left-text h1,
	.pricing-boxes .pricing-box-center-text h1,
	.pricing-boxes .pricing-box-right-text h1 {
		font-size: 42px
	}
}

@media screen and (max-width: 800px) {
	nav.navbar .navbar-toggle {
		display: none
	}

	nav.navbar .brand-center .navbar-toggle {
		display: inline-block
	}
}

@media screen and (max-width: 767px) {
	.top30 {
		margin-top: 15px
	}

	.full-menu .logo-full {
		margin-top: 0.5rem
	}

	.full-menu ul.full-nav li>span {
		font-size: 12px
	}

	.full-menu ul.full-nav li a {
		font-size: 14px;
		margin-left: 0
	}
}

@media screen and (max-width: 767px) and (max-width: 480px) {
	.full-menu ul.full-nav li a {
		font-size: 12px
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		padding: 3px 15px
	}

	.navbar .navbar-search-box-icon {
		display: none
	}

	.navbar .nav {
		display: none
	}

	.feature .feature-onworking-list .market-analysis:after,
	.feature .feature-onworking-list .market-analysis:before {
		display: none;
		position: static
	}

	.feature .feature-onworking-list h4,
	.padding-sides-info,
	.padding-sides-intro {
		padding: 0
	}

	.rotate-right {
		transform: rotate(0deg);
		width: 100%;
		left: 0
	}

	.rotate-left {
		transform: rotate(0deg);
		width: 100%;
		left: 0
	}

	.rotate-left-text {
		transform: rotate(0deg)
	}

	.rotate-right-text {
		transform: rotate(0deg)
	}

	.digital-services-heading {
		padding: 0 160px
	}

	.team-member-1 {
		margin-top: 40px
	}

	.market-analysis {
		margin: 30px
	}

	.num {
		width: 150px;
		height: 150px
	}

	.team-member-2 {
		margin: 40px 0
	}

	.news .nav-tabs {
		width: 100%
	}

	.news .tab-content {
		display: none
	}

	.news .swiper-button-next,
	.news .swiper-button-prev {
		display: none
	}

	.news .top135 {
		margin-top: 70px
	}

	.news .nav-tabs li .news-padding {
		border-right: 2px solid #e3e3e3 !important
	}

	.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item {
		font-size: 14px
	}

	.social-info,
	.office-location {
		text-align: center
	}

	.office-location .address i,
	.office-location .phone i,
	.office-location .envelope i {
		float: none;
		margin-bottom: 10px
	}

	.office-location .address .p3,
	.office-location .phone .p3,
	.office-location .envelope .p3 {
		margin-left: 0
	}

	.office-location .address,
	.office-location .phone,
	.office-location .envelope {
		padding-top: 30px
	}

	.contact-us .name {
		margin-bottom: 15px
	}

	.contact-us .top70 {
		margin-top: 20px
	}
}

@media (min-width: 768px) {
	.navbar-right {
		float: right !important;
		margin-right: 60px
	}
}

@media (max-width: 500px) {
	#search-box input[type="search"] {
		font-size: 20px
	}

	#rev_slider_2_1 .tp-caption,
	#rev_slider_2_1 .default-span-yellow,
	#rev_slider_2_1 .default-span {
		font-size: 30px !important
	}

	#rev_slider_2_1 .awsum {
		font-size: 20px !important
	}

	.digital-services-heading {
		padding: 0
	}
}

.home-main-index2 {
	background-image: url("../images/index2-bg.jpg");
	height: 100vh;
	width: 100%
}

.digital-services-index2 {
	background-image: url("../images/index2-slide2.jpg")
}

.team-achievement-index2 {
	background-image: url("../images/index2-slide3.jpg")
}

.news-text-slider-index2 {
	background: url("../images/index2-slide4.jpg") fixed;
	background-size: cover
}

.home-main-index2 .yellow-span,
.home-main-index2 .blue-span {
	font-weight: 500
}

.main-slider-index2 .swiper-container .swiper-button-next,
.main-slider-index2 .swiper-container .swiper-button-prev {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5) none;
	width: 40px;
	height: 40px;
	font-size: 27px;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	border-radius: 5px
}

.main-slider-index2 .swiper-container {
	width: 100%;
	height: 100vh
}

.main-slider-index2 .swiper-slide h1 {
	font-size: 45px;
	font-weight: 100
}

.main-slider-index2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover !important;
	color: #ffffff
}

.main-slider-index2 .swiper-container i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px
}

.main-slider-index2 .swiper-container .swiper-button-next:hover,
.main-slider-index2 .swiper-container .swiper-button-prev:hover {
	background: #ffffff;
	color: #1b1b1b
}

.main-slider-index2 .swiper-slide .buttons-group {
	margin-top: 30px
}

@media screen and (max-width: 767px) {
	.main-slider-index2 .swiper-slide h1 {
		font-size: 22px !important
	}

	.main-slider-index2 .swiper-slide .page-buttons {
		font-size: 12px !important;
		padding: 6px 16px !important
	}
}

.digital-services-index3 {
	background-image: url("../images/index2-slide2.jpg")
}

.team-achievement-index3 {
	background-image: url("../images/index2-slide3.jpg")
}

.news-text-slider-index3 {
	background: url("../images/index2-slide4.jpg") fixed;
	background-size: cover
}

.six-section-index3 .second-line {
	margin-top: 50px
}

.six-section-index3 .section {
	text-align: center;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.team-achievement-data-index3 .num-inner-radius:hover h2 {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

.team-achievement-data-index3 {
	color: #fff
}

.team-members-index3 .img-center {
	width: 250px;
	height: 250px
}

.index3-news .news-data:hover .news-data-img img {
	transform: scale(1.1)
}

.index3-news .news-data .news-data-img img {
	width: 100%;
	position: relative
}

.index3-news .news-data .news-data-img {
	overflow: hidden;
	border-radius: 5px !important
}

.six-section-index3 .section h2 {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.six-section-index3 .section hr {
	width: 45px;
	height: 3px;
	margin: 0 auto 12px;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	border: none
}

.six-section-index3 .section h4 {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif
}

.six-section-index3 .section p {
	line-height: 24px
}

.six-section-index3 .section:hover h2 {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

@media screen and (max-width: 767px) {
	.six-section-index3 .section {
		text-align: center
	}

	.six-section-index3 .section hr {
		margin: 0 auto 20px
	}

	.six-section-index3 .section.middle-section {
		margin: 50px 0
	}
}

.home-main-index4 .navbar-right {
	margin-right: 160px
}

.home-main-index4 .navbar-left {
	margin-left: 160px
}

.home-main-index4 .navbar-brand img {
	display: block;
	margin: 0 auto
}

.home-main-index4 .navbar-brand {
	height: auto;
	padding: 7px 0;
	position: absolute;
	float: none;
	left: 50%;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 10px
}

.digital-services-index4 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#eb8416), to(#ed2371))
}

.team-achievement-index4 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#5e8ec7), to(#31c2be))
}

.news-text-slider-index4 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#d635d6), to(#ff364f));
	background-size: cover
}

.home-main-index4 nav.navbar.navbar-default.scroll-nav .navbar-right {
	margin-right: 0
}

.home-main-index4 nav.navbar.navbar-default.scroll-nav .navbar-left {
	margin-left: 0
}

.home-main-index4 .font-white .navbar-nav>.active>a,
.home-main-index4 .font-white .navbar-nav>.active>a:focus,
.home-main-index4 .font-white .navbar-nav>.active>a:hover,
.home-main-index4 .font-white ul li a:hover {
	color: #fff !important
}

.home-main-index4 .font-white ul.nav>li>a:before {
	background: #fff !important
}

.main-slider-index4 .slider-btn:hover,
.main-slider-index4 .slider-btn-yellow:hover {
	color: #203b74
}

.main-slider-index4 .slider-btn:before,
.main-slider-index4 .slider-btn-yellow:before {
	background: #fff !important
}

.home-main-index4 .menu-icon {
	width: 34px;
	border-radius: 4px;
	padding: 16px 9px;
	right: 15px;
	top: 10px
}

.index4-menu-icon .menu-icon span:before {
	top: -6px
}

.index4-menu-icon .menu-icon span:after {
	top: 6px
}

.index4-menu-icon .menu-icon span,
.index4-menu-icon .menu-icon span:before,
.index4-menu-icon .menu-icon span:after {
	width: 16px
}

.main-slider-index4 .buttons-group-index4 .slider-btn-yellow,
.main-slider-index4 .buttons-group-index4 .slider-btn {
	border: 2px solid #fff;
	background: transparent !important;
	transition: all 500ms
}

.digital-services-index4 .digital-services-text .btn {
	background: transparent;
	border: 2px solid #fff;
	transition: all 500ms;
	color: #fff
}

.index4-menu-icon .menu-icon {
	background: #fff
}

.index4-menu-icon .menu-icon span,
.index4-menu-icon .menu-icon span:before,
.index4-menu-icon .menu-icon span:after {
	background: #d63c5d !important
}

.home-main-index4 .yellow-span,
.home-main-index4 .blue-span {
	font-weight: 500;
	color: #fff !important
}

.main-slider-index4 .swiper-container .swiper-button-next,
.main-slider-index4 .swiper-container .swiper-button-prev {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5) none;
	width: 40px;
	height: 40px;
	font-size: 27px;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	border-radius: 5px
}

.main-slider-index4 .swiper-container {
	width: 100%;
	height: 100vh
}

.main-slider-index2 .swiper-slide h1 {
	font-size: 45px;
	font-weight: 100
}

.main-slider-index4 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover !important;
	color: #ffffff
}

.main-slider-index4 .swiper-container i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px
}

.main-slider-index4 .swiper-container .swiper-button-next:hover,
.main-slider-index4 .swiper-container .swiper-button-prev:hover {
	background: #ffffff;
	color: #1b1b1b
}

.main-slider-index4 .swiper-slide .buttons-group {
	margin-top: 30px
}

.footer-index4 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#5e8ec7), to(#31c2be))
}

.footer-index4 .footer-icon {
	color: #fff
}

.footer-index4 ul.social li a {
	color: #fff;
	border-color: #fff
}

.footer-index4 ul.social li a:hover {
	border-color: transparent
}

.index5-slider .swiper-container .swiper-slide img {
	width: 100%;
	height: 100vh
}

.home-main-index5 .menu-icon-index5 .menu-icon {
	background: #fff
}

.home-main-index5 .menu-icon-index5 .menu-icon {
	width: 34px;
	padding: 16px 9px;
	right: 15px;
	top: 10px;
	border-radius: 4px
}

.home-main-index5 .menu-icon-index5 .menu-icon span,
.home-main-index5 .menu-icon-index5 .menu-icon span:before,
.home-main-index5 .menu-icon-index5 .menu-icon span:after {
	width: 16px;
	background: gray !important
}

.menu-icon-index5 .menu-icon span:after {
	top: 6px
}

.menu-icon-index5 .menu-icon span:before {
	top: -6px
}

.menu-icon.active span:before,
.menu-icon.active span:after {
	top: 8px
}

.home-main-index5 .index5-slider-text {
	position: absolute;
	z-index: 9;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;
	color: #fff
}

.home-main-index5 .index5-slider-text .slider-content h1 {
	font-size: 54px;
	color: #fff
}

.home-main-index5 .index5-slider-text .slider-content p {
	font-size: 18px;
	color: #fff
}

.home-main-index5 .index5-slider-text .slider-btn-index5 {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	transition: all 500ms
}

.home-main-index5 nav.navbar.scroll-nav {
	box-shadow: none !important;
	background: transparent !important
}

.home-main-index5 nav.navbar.navbar-default.scroll-nav .navbar-brand {
	display: none
}

.home-main-index5 nav.navbar {
	z-index: 1200
}

.home-main-index5 .menu-icon-index5 .menu-icon {
	cursor: pointer;
	display: table;
	position: relative;
	z-index: 1301;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.home-main-index5 .menu-icon-index5 .menu-icon.active {
	right: 0;
	position: fixed
}

.home-main-index5 .menu-icon-index5 .menu-icon.active:hover span,
.home-main-index5 .menu-icon-index5 .menu-icon.active span {
	background: transparent !important
}

.pushmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
	z-index: 1099
}

.pushmenu {
	background: #fff;
	padding: 20px 15px;
	border-top: 5px solid transparent;
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 1100;
	position: fixed;
	overflow: hidden;
	transition: 400ms
}

.pushmenu-left {
	left: -270px
}

.pushmenu-left.pushmenu-open {
	left: 0;
	box-shadow: 3px 0 3px -3px rgba(0, 0, 0, 0.35)
}

.pushmenu-push-toright {
	left: 270px
}

.pushmenu-right {
	right: -270px
}

.pushmenu-right.pushmenu-open {
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
	right: 0
}

.pushmenu-push-toleft {
	left: -270px;
	transition: 400ms
}

.pushmenu .push-logo {
	display: block;
	margin: 30px 0;
	text-align: center;
	position: relative;
	z-index: 98
}

.pushmenu .push-logo>img {
	display: inline-block;
	width: 80px
}

.pushmenu ul {
	margin-top: 70px
}

.pushmenu .push_nav {
	width: 100%;
	z-index: 100;
	background: #fff
}

nav.navbar.bootsnav .pushmenu .push_nav>li {
	display: block;
	position: relative;
	-moz-transform: translate3d(0px, -10px, 0px);
	-ms-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-webkit-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	opacity: 0
}

.pushmenu.pushmenu-open .push_nav>li {
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	transition-property: all;
	-moz-transform: translate3d(0, 0px, 0px);
	-ms-transform: translate3d(0, 0px, 0px);
	-o-transform: translate3d(0, 0px, 0px);
	-webkit-transform: translate3d(0, 0px, 0px);
	transform: translate3d(0, 0px, 0px);
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	opacity: 1
}

.pushmenu.pushmenu-open .push_nav>li:first-child {
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(2) {
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(3) {
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .3s
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(4) {
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(5) {
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(6) {
	-moz-transition-delay: .6s;
	-ms-transition-delay: .6s;
	-o-transition-delay: .6s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(7) {
	-moz-transition-delay: .7s;
	-ms-transition-delay: .7s;
	-o-transition-delay: .7s;
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.pushmenu .push_nav>li>a {
	color: #222222 !important;
	display: block;
	font-size: 1.125rem;
	margin: 15px 5px;
	padding: 5px !important;
	text-align: center
}

.pushmenu .push_nav>li>a:hover::before,
.pushmenu .push_nav>li.active>a::before {
	display: none !important;
	width: 0
}

.pushmenu .push_nav>li>a:hover,
.pushmenu .push_nav>li>a:focus,
.pushmenu .push_nav>li.active>a {
	background: transparent !important
}

.pushmenu .social {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0
}

@media screen and (max-width: 767px) {
	.home-main-index4 .navbar-brand {
		left: 15px;
		transform: translateX(0)
	}
}

.digital-services-index6 {
	background-image: url("../images/index6-par1.jpg");
	background-size: auto
}

.team-achievement-index6 {
	background-image: url("../images/index6-par2.jpg");
	background-size: auto
}

.news-text-slider-index6 {
	background: url("../images/index6-par3.jpg") fixed;
	background-size: auto
}

.home-main-index6 .index6-navbar {
	background: transparent;
	left: 0;
	position: absolute;
	right: 0;
	margin: auto;
	top: 40px;
	z-index: 1100
}

.home-main-index6 .stick {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 68px;
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -9px #999 !important;
	box-shadow: 0 8px 6px -9px #999 !important;
	border-radius: 0
}

.index6-navbar .navbar {
	border: none;
	transition: 1s;
	background: #fff
}

.index6-navbar .scroll-nav {
	transition: 1s
}

.index6-navbar .navbar .navbar-search-box-icon .search-icon,
.index6-navbar nav.navbar.navbar-fixed ul.nav>li>a {
	color: #515a5f
}

.index6-navbar nav.navbar.navbar-fixed .menu-icon span,
.index6-navbar nav.navbar.navbar-fixed .menu-icon span:before,
.index6-navbar nav.navbar.navbar-fixed .menu-icon span:after {
	background: #515a5f
}

.index6-navbar nav.navbar.navbar-fixed {
	background: #fff;
	border-radius: 5px
}

.home-main-index7 {
	background-image: url("../images/index2-slide1.jpg");
	height: 100vh;
	width: 100%
}

header .index7-navbar nav.navbar.navbar-fixed {
	background: #515a5f;
	padding: 20px
}

.index7-navbar .scroll-nav {
	background: #515a5f !important;
	padding: 0 !important
}

.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a,
.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a:focus,
.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a:hover,
.index7-navbar .font-white ul li a:hover {
	color: #fff !important
}

.index7-navbar .scroll-nav .navbar-search-box-icon .search-icon i,
.index7-navbar nav.navbar.navbar-fixed.scroll-nav ul.nav>li>a {
	color: #fff !important
}

.index7-navbar nav.navbar.navbar-fixed.scroll-nav .menu-icon span,
.index7-navbar nav.navbar.navbar-fixed.scroll-nav .menu-icon span:before,
.index7-navbar nav.navbar.navbar-fixed.scroll-nav .menu-icon span:after {
	background: #fff
}

.main-slider-index7 .swiper-button-next,
.main-slider-index7 .swiper-button-prev {
	top: 60%
}

.main-slider-index7 .index7-bold {
	font-weight: 600
}

.main-slider-index7 .swiper-slide {
	top: 50%;
	display: block
}

@media screen and (max-width: 500px) {
	header .index7-navbar nav.navbar.navbar-fixed {
		padding: 0
	}
}

@media screen and (max-width: 768px) {
	.main-slider-index7 .swiper-slide h1 {
		font-size: 22px !important
	}

	.main-slider-index7 .swiper-slide .page-buttons {
		font-size: 12px !important;
		padding: 6px 16px !important
	}
}

.index8-navbar {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1100
}

.index8-navbar .navbar {
	margin-bottom: 0
}

.index8-navbar nav.navbar.navbar-fixed {
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -9px #999 !important;
	box-shadow: 0 8px 6px -9px #999 !important;
	border-radius: 0
}

.index8-navbar .navbar .navbar-search-box-icon .search-icon,
.index8-navbar nav.navbar.navbar-fixed ul.nav>li>a {
	color: #515a5f
}

.index8-navbar nav.navbar.navbar-fixed .menu-icon span,
.index8-navbar nav.navbar.navbar-fixed .menu-icon span:before,
.index8-navbar nav.navbar.navbar-fixed .menu-icon span:after {
	background: #515a5f
}

@media screen and (max-width: 500px) {

	#rev_slider_2_2 .tp-caption,
	#rev_slider_2_2 .default-span-yellow,
	#rev_slider_2_2 .default-span {
		font-size: 30px !important
	}

	#rev_slider_2_2 .help {
		margin-top: 40px !important
	}

	#rev_slider_2_2 .ahead {
		margin-top: 60px !important
	}

	#rev_slider_2_2 .explore-now {
		margin-top: 90px !important;
		font-size: 10px !important;
		padding: 40px
	}

	#rev_slider_2_2 .awsum {
		font-size: 15px !important;
		margin-bottom: 40px
	}
}

.blog_mew {
	background: #fff
}

.blog_mew .innerpage-banner {
	padding-top: 200px;
	color: #ffffff;
	margin-bottom: 45px;
	background-image: url("../images/blog-main.jpg")
}

.blog_mew .innerpage-banner h2 {
	margin-bottom: 0;
	color: #fff
}

.blog_mew .tagline {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 45px
}

.blog_mew .blog-item-v3 {
	border-bottom: 1px solid #d1d2d2;
	padding-bottom: 50px;
	margin-bottom: 25px
}

.blog_mew .blog-item-v3>img {
	margin-bottom: 35px;
	height: 380px;
	width: 100%
}

.blog_mew .blog-item-v3 h3 {
	font-size: 30px;
	color: #303840
}

#area-main ul.blog-author {
	margin: 30px 0 35px 0;
	padding: 0
}

#area-main ul.blog-author li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif
}

#area-main ul.blog-author li a {
	color: #303840;
	font-size: 14px;
	margin-right: 15px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	transition: 400ms
}

#area-main ul.blog-author li a .fa {
	margin-right: 5px
}

#area-main p {
	color: #303840;
	margin-bottom: 35px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px
}

#area-main .button {
	text-decoration: none;
	padding: 13px 50px;
	display: inline-block;
	color: #FFFFFF;
	border: none
}

#area-main .button:before {
	color: #fff
}

#area-main .post-tag ul.social .button {
	padding: 0;
	background: transparent !important;
	color: #515A5F;
	border: 1px solid #515A5F
}

#area-main .post-tag ul.social .button:hover {
	color: #fff;
	border-color: transparent
}

.blog_mew .morepost-wrap2 {
	border-bottom: 1px solid #d1d2d2;
	padding-bottom: 25px
}

.blog_mew .morepost-wrap .morepost,
.morepost-wrap2 .morepost {
	font-size: 16px;
	color: #303840;
	display: inline-block;
	position: relative;
	visibility: visible;
	animation-duration: 500ms;
	animation-delay: 300ms;
	text-decoration: none
}

.blog_mew .morepost-wrap2 .morepost .fa-long-arrow-left,
.morepost-wrap2 .morepost .fa-long-arrow-right,
.morepost-wrap .morepost .fa-long-arrow-left,
.morepost-wrap .morepost .fa-long-arrow-right {
	color: transparent;
	position: absolute;
	text-shadow: 0 0 transparent;
	top: 7%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0 !important;
	filter: alpha(opacity=0)
}

.blog_mew .morepost-wrap2 .morepost:hover .fa-long-arrow-left,
.morepost-wrap .morepost:hover .fa-long-arrow-left {
	opacity: 1 !important;
	filter: alpha(opacity=100);
	right: 100%
}

.blog_mew .morepost-wrap2 .morepost:hover .fa-long-arrow-right,
.morepost-wrap .morepost:hover .fa-long-arrow-right {
	opacity: 1 !important;
	filter: alpha(opacity=100);
	left: 118%
}

.blog_mew .widget {
	margin-bottom: 40px;
	color: #303840
}

.blog_mew .search_box input {
	border: 1px solid #d9d9d9;
	height: 53px;
	padding-left: 15px;
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px
}

.blog_mew .search_box i {
	border-left: 1px solid #d9d9d9;
	bottom: 0;
	color: #d9d9d9;
	font-size: 24px;
	height: 53px;
	padding: 15px;
	position: absolute;
	right: 15px;
	top: 0;
	cursor: pointer
}

.blog_mew .widget h4,
.widget img {
	margin-bottom: 25px
}

.blog_mew .widget h4 {
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif
}

.blog_mew ul.category li {
	margin-top: 15px;
	display: block
}

.blog_mew ul.category {
	padding: 0
}

.blog_mew ul.category li a {
	color: #303840;
	font-size: 16px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
	display: block;
	text-transform: capitalize !important;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif
}

.blog_mew ul.category li a .date {
	font-size: 12px;
	display: block
}

#area-main .tag-cloud {
	padding: 0;
	margin: 0
}

#area-main .tag-cloud li {
	display: inline-block;
	margin: 10px 10px 10px 0;
	text-transform: uppercase;
	border-radius: 0
}

#area-main .tag-cloud li a,
.blog-reply a.btn-rep {
	color: #fff;
	font-size: 12px;
	padding: 8px 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	transition: 1s;
	font-weight: 600 !important;
	border-radius: 50px;
	border: transparent
}

#area-main .tag-cloud li a:hover,
.blog-reply a.btn-rep:hover {
	color: #FFFFFF
}

.blog_mew .blog-item .blog-content {
	padding: 0;
	margin: 35px 0
}

.blog_mew .blog-item blockquote {
	color: #d63c5d;
	font-family: 'Open Sans', sans-serif
}

.blog_mew blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

.blog_mew .blog-item .post-tag {
	border: 1px solid #d9d9d9;
	padding: 5px;
	margin-bottom: 70px
}

.blog_mew .social-link {
	margin: 0
}

.blog_mew .social-link li {
	display: inline-block
}

.blog_mew .social-link li a {
	width: 44px;
	height: 44px;
	display: block;
	border: 1px solid #303840;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #303840;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear
}

.blog_mew .social-link li a i {
	line-height: 42px;
	font-size: 20px
}

.blog_mew .blog-reply {
	padding: 10px;
	border: 1px solid #f3f3f3;
	position: relative;
	margin: 20px 0;
	border-radius: 5px
}

.blog_mew .media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.blog_mew .blog-reply a.btn-rep {
	position: absolute;
	top: 0;
	right: 0
}

.blog_mew .blog-item .post-comment form .form-control,
.contact form .form-control,
.blog-item .post-comment form textarea,
.contact form textarea,
.index_3 .form-inline .form-control,
.index_3 .form-inline textarea {
	padding: 15px;
	font-size: 14px;
	color: #303840;
	border: 1px solid #d0d0d0;
	width: 100%;
	-webkit-border-radius: 0;
	font-family: 'Open Sans', sans-serif
}

.blog_mew .blog-item .post-comment form textarea,
.contact form textarea {
	margin: 30px 0;
	min-height: 210px
}

.blog_mew .blog-item .post-comment form .form-control,
.contact form .form-control {
	height: 50px
}

.blog_mew .blog-item .post-comment h3 {
	margin-bottom: 35px;
	margin-top: 70px
}

.blog_mew .blog-item .post-comment form a:before,
.contact form input a:before {
	background: #303840
}

.blog_mew .blog-item .post-comment form a,
.contact form a {
	margin-bottom: 60px
}

.making_slide_center_text {
	text-align: center !important;
	display: block !important
}

.making_slide_right_text {
	text-align: right !important;
	display: block !important
}

.skill_section_inner {
	padding: 5.375rem
}

.half_img_standalone {
	width: 100%
}

.text-side-half {
	position: absolute;
	transform: translateY(-50%);
	top: 50%
}

.img-side-half {
	position: relative;
	left: 50%
}

.right_section_img {
	position: static
}

.righ_section_text {
	transform: translateY(-50%);
	left: 50%
}

.half_sections_outer {
	margin-bottom: 60px
}

.default_divider {
	width: 70px
}

.default_text {
	color: #7e8185;
	font-size: 16px;
	margin: 0;
	word-spacing: 2px;
	line-height: 32px
}

.margin_default_bottom {
	margin-bottom: 25px !important
}

@media only screen and (max-width: 992px) {
	.righ_section_text {
		margin-top: 30px;
		margin-bottom: 0
	}

	.text-side-half {
		position: static;
		transform: translateY(0);
		text-align: center;
		margin-bottom: 30px
	}

	.text-side-half .default_divider {
		margin-left: auto !important
	}

	.img-side-half {
		position: static;
		transform: translateY(0)
	}
}

.dot2,
nav.navbar ul.nav>li>a:before,
.navbar-search-box .navbar-search-box-button .button-blue,
.explore-now,
header nav.navbar.navbar-fixed .menu-icon:hover span,
header nav.navbar.navbar-fixed .menu-icon:hover span:before,
header nav.navbar.navbar-fixed .menu-icon:hover span:after,
.full-menu ul.full-nav li a:hover,
.feature .feature-onworking-list .market-analysis-icon,
.hover-div-blue:hover .member-2-img-back,
.about-progress .progress-bar-blue .progress-bar,
.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item:before,
.news .nav-tabs>li.active .news-blue-box,
.news .nav-tabs li:hover .news-blue-box,
.resp-tab-active>.news-blue-box,
.news .news-text-slider,
.send-button:before,
.digital-services,
.main-slider-index2 .slider-btn-yellow:before,
.main-slider-index4 .slider-btn-yellow:before,
.index5-slider-text .slider-btn-index5:before,
#about-us-1.six-section .section hr,
.slider-btn,
#area-main .tag-cloud li a:hover,
.blog-reply a.btn-rep:hover,
#area-main .button {
	background: #203b74 !important
}

.blue-span,
.hover-div-blue:hover .name-member,
.pricing-boxes .pricing-box-center-text h1,
.pricing-boxes .center-box-price .dollar,
.news-blue-words,
.office-location .address i,
.office-location .phone i,
.office-location .envelope i,
.pushmenu .push_nav>li>a:hover,
.pushmenu .push_nav>li>a:focus,
.pushmenu .push_nav>li.active>a,
.blog_mew ul.category li a .date,
.blue_color {
	color: #203b74 !important
}

.hover-div-blue:hover .img-hover-circal,
.news .nav-tabs>li.active .news-blue-box,
.news .nav-tabs li:hover .news-blue-box,
.resp-tab-active>.news-blue-box {
	border-color: #203b74 !important
}

.default_divider_blue {
	border-top-color: #203b74 !important
}

.pricing-boxes .pricing-box-center svg {
	fill: #203b74;
	stroke: #203b74
}

.dot1,
.button-blue:before,
.explore-now:before,
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after,
.feature .feature-onworking-list .financial-advise-icon,
.feature .feature-onworking-list .web-solution-icon,
.hover-div-yellow:hover .member-1-img-back,
.team-achievement,
.pricing-box-center-btn,
.news #news-text-slider .swiper-button-next i:hover,
.news #news-text-slider .swiper-button-prev i:hover,
.contact-us-button .send-button,
.digital-services-btn:before,
.main-slider-index4 .slider-btn:before,
.main-slider-index2 .slider-btn:before,
.main-slider-index2 .slider-btn-yellow,
.home-main-index5 .menu-icon-index5 .menu-icon span,
.home-main-index5 .menu-icon-index5 .menu-icon span:before,
.home-main-index5 .menu-icon-index5 .menu-icon span:after,
#area-main .tag-cloud li a,
.blog-reply a.btn-rep,
#area-main .button:before {
	background: #203b74
}

.yellow-span,
.office-location .address:hover i,
.office-location .phone:hover i,
.office-location .envelope:hover i,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default ul li a:hover,
header .scroll-nav .navbar-search-box-icon .active i,
.navbar .navbar-search-box-icon .search-icon i:hover,
.navbar .navbar-search-box-icon .search-icon i:focus,
.navbar .navbar-search-box-icon .search-icon i:active,
.default-span-yellow,
.tp-bullet.selected,
.tp-bullet:hover,
.hover-div-yellow:hover .name-member,
.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active,
.team-achievement-data-index3 .num-inner-radius:hover h2,
.news-work .index3-swiper .news-data:hover .news-heading a,
.six-section-index3 .section:hover h2,
.news .nav-tabs li>p>a:hover,
.blog_mew ul.category li a:hover,
.pink_color,
.blog_mew .morepost-wrap2 .morepost:hover .fa-long-arrow-left,
.morepost-wrap .morepost:hover .fa-long-arrow-left,
.blog_mew .morepost-wrap2 .morepost:hover .fa-long-arrow-right,
.morepost-wrap .morepost:hover .fa-long-arrow-right,
.blog_mew .morepost-wrap2 a:hover,
#area-main ul.blog-author li a :hover .fa,
#area-main ul.blog-author li a:hover {
	color: #203b74 !important
}

.news .nav-tabs>li.active .news-padding,
.news .nav-tabs>li.active .news-padding:focus,
.news .nav-tabs>li.active .news-padding:hover,
.hover-div-yellow:hover .img-hover-circal,
.tp-bullet.selected,
.tp-bullet:hover,
.pushmenu {
	border-color: #203b74 !important
}

.default_divider {
	border-top-color: #203b74
}

@media screen and (max-width: 767px) {
	.news .nav-tabs>li.active>a {
		border-right-color: #203b74 !important
	}
}

.news .tab-content .tab-pane:hover,
.portfolio_filter .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
	background-color: rgba(32, 152, 209, 0.54)
}

.blue_t {
	color: #203b74
}

#about .info .icon_box {
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	padding-bottom: 30px;
	padding-top: 30px
}

@media (max-width: 767px) {
	#about .info .icon_box {
		border: none
	}
}

#about .info .icon_box:nth-child(3n+1) {
	border-left: none
}
#about .info .icon_box:nth-child(n+3) {
	border-left: none;
	border-right: 1px solid #e9e9e9;
}


#about .info .icon_box:nth-child(n+4),
#about .info .icon_box:nth-child(n+7) {
	border-bottom: 1px solid #e9e9e9;
	border-right: none;
}

#about .info .icon_box h4 {
	font-weight: 600;
	color: #333
}

@media (max-width: 767px) {
	#about .info .icon_box h4 {
		font-size: 15px
	}
}

#about .info .icon_box p {
	font-size: 14px;
	color: #888888;
	line-height: 1.5
}

@media (max-width: 1024px) {
	#about .info .icon_box p {
		min-height: 65px
	}
}

@media (max-width: 992px) {
	#about .info .icon_box p {
		min-height: 85px
	}
}

@media (max-width: 767px) {
	#about .info .icon_box p {
		min-height: 62px
	}
}

@media (max-width: 480px) {
	#about .info .icon_box p {
		min-height: 1px
	}
}

#about .info .icon_box img {
	max-width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

#about .info .icon_box img.img-hover {
	display: none
}

#about .info .icon_box:hover {
	background: #203b74;
	cursor: pointer;
	color: #fff
}

#about .info .icon_box:hover p,
#about .info .icon_box:hover h4 {
	color: #fff
}

#about .info .icon_box:hover img {
	display: none
}

#about .info .icon_box:hover img.img-hover {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.who-we-are.page-section-ptb {
	padding: 120px 0
}

@media (max-width: 480px) {
	.who-we-are.page-section-ptb {
		padding: 60px 0
	}
}

.who-we-are.parallax {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	position: relative;
	z-index: 0;
	background-origin: initial;
	background-position: center center !important;
	background-repeat: no-repeat
}

.who-we-are.bg-overlay-black-70:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

.who-we-are .owl-carousel .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 999
}

@media (max-width: 767px) {
	.who-we-are .owl-carousel .owl-nav {
		top: 43%
	}
}

.who-we-are .owl-carousel .owl-nav .owl-prev {
	left: 0
}

.who-we-are .owl-carousel .owl-nav .owl-next {
	right: 8px
}

@media (max-width: 480px) {
	.who-we-are .owl-carousel .owl-nav .owl-next {
		right: 30px
	}
}

.who-we-are .owl-carousel .owl-nav .owl-next,
.who-we-are .owl-carousel .owl-nav .owl-prev {
	display: inline-block;
	margin: 0 2px 0;
	position: absolute;
	text-indent: inherit;
	width: auto;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	background-color: transparent
}

.who-we-are .owl-carousel .owl-nav .owl-next:before,
.who-we-are .owl-carousel .owl-nav .owl-prev:before {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	background: #203b74;
	border: 0px solid #3d3d3d;
	font-weight: normal;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.who-we-are .section-title {
	margin-bottom: 40px;
	position: relative
}

@media (max-width: 992px) {
	.who-we-are .section-title {
		margin-top: 30px
	}
}

.who-we-are .section-title .title-effect {
	z-index: 99;
	position: relative;
	display: inline-block;
	transition: transform 0.5s, color 0.5s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.who-we-are .section-title .title-effect::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	opacity: 0.2;
	transform: scale3d(0, 1, 1);
	transform-origin: 0% 50%;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	background: #203b74
}

.who-we-are .section-title p {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 400
}

@media (max-width: 992px) {
	.who-we-are h6.text-white {
		font-size: 15px
	}
}

.who-we-are .text-white {
	color: #fff
}

.who-we-are .button {
	background: #203b74;
	padding: 12px 20px;
	font-size: 13px;
	letter-spacing: 1px;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	border-radius: 30px;
	text-align: center;
	border: 2px solid #203b74
}

.who-we-are .button:hover,
.who-we-are .button:focus {
	background: #578318;
	border-color: #578318
}

.who-we-are:hover .title-effect {
	color: #203b74
}

.who-we-are:hover .title-effect::before {
	transform: scale3d(1, 1, 1);
	background-color: #203b74
}

.awesome-work {
	padding-top: 120px;
	padding-bottom: 100px
}

@media (max-width: 992px) {
	.awesome-work {
		padding-top: 90px;
		padding-bottom: 70px
	}
}

.section_value {
	background: #eaeaea;
	padding-top: 50px;
	padding-bottom: 40px
}

.section_value .content_right {
	background: #fff;
	padding: 50px 20px;
	top: 50px;
	position: relative
}

.section_value .content_right.shadow {
	-moz-box-shadow: 5px 5px 0px 0 #cbcbcb;
	-webkit-box-shadow: 5px 5px 0px 0 #cbcbcb;
	box-shadow: 5px 5px 0px 0 #cbcbcb
}

.section_value .content_right #plan_slider {
	position: relative
}

.section_value .content_right #plan_slider .item {
	padding-left: 15px;
	padding-right: 15px
}

.section_value .content_right #plan_slider .item span.count {
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	border-radius: 37px;
	line-height: 37px;
	background: #203b74
}

.section_value .content_right #plan_slider .item h2 {
	font-size: 22px;
	margin-top: 0
}

.section_value .content_right #plan_slider.owl-carousel .owl-dots {
	bottom: -15px
}

.section_value .content_right #plan_slider.owl-carousel .owl-dots .owl-dot {
	background: #e5e5e5
}

.section_value .content_right #plan_slider.owl-carousel .owl-dots .owl-dot.active {
	background: #203b74
}

#contacts,
.padding100 {
	padding: 60px 0
}

#contacts {
	padding-bottom: 10px
}

header nav.navbar.navbar-fixed-top.navbar-other {
	position: relative;
	top: 0;
	margin-bottom: 0
}

header nav.navbar.navbar-fixed-top.navbar-other ul.nav>li>a {
	color: #333
}

header nav.navbar.navbar-fixed-top.navbar-other .navbar-search-box-icon .search-icon {
	color: #333
}

header nav.navbar.navbar-fixed-top.navbar-other .menu-icon span {
	background-color: #333
}

header nav.navbar.navbar-fixed-top.navbar-other .menu-icon span:before,
header nav.navbar.navbar-fixed-top.navbar-other .menu-icon span:after {
	background-color: #333
}

.page-login #login h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333
}

.info-contact ul li {
	display: table
}

.info-contact ul li i {
	display: table-cell;
	width: 20px
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea.form-control,
select.form-control {
	border-radius: 0px;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.btn-green {
	background: #203b74;
	padding: 12px 20px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	border-radius: 30px;
	text-align: center;
	border: 2px solid #203b74
}

.btn-green:hover,
.btn-green:focus {
	color: #fff;
	background-color: #578318;
	border-color: #578318
}

.page_header {
	background: url(page-header8f09.jpg?1705895092496) no-repeat;
	padding: 100px 0;
	position: relative
}

@media (max-width: 767px) {
	.page_header {
		padding: 60px 0
	}
}

.page_header p,
.page_header h2 {
	color: #fff
}

.page_header p {
	margin-bottom: 0
}

.bread-crumb {
	padding: 15px 0;
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.33)
}

.blog-main .blog-item-hover .blog-item-thumbnail {
	position: relative;
	height: 240px
}

@media (max-width: 1024px) {
	.blog-main .blog-item-hover .blog-item-thumbnail {
		height: 230px
	}
}

.blog-main .blog-item-hover .blog-item-thumbnail .blog-link__featured-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.blog-main .blog-item-hover .blog-item-bg {
	padding: 10px;
	background-color: #f5f5f5
}

.blog-main .blog-item-hover .blog-item-bg h3 {
	margin-top: 0;
	font-size: 15px;
	min-height: 42px;
	max-height: 42px;
	overflow: hidden
}

@media (max-width: 767px) {
	.blog-main .blog-item-hover .blog-item-bg h3 {
		font-size: 14px
	}
}

.blog-main .blog-item-hover .blog-item-bg h3 a {
	color: #333
}

.blog-main .blog-item-hover .blog-item-bg h3 a:hover,
.blog-main .blog-item-hover .blog-item-bg h3 a:focus {
	color: #203b74
}

.blog-main .blog-item-hover:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.padding-edit {
	text-align: center
}

.padding-edit .pagination {
	margin-bottom: 0;
	width: 100%;
	text-align: center
}

.padding-edit .pagination li {
	display: inline-block;
	float: none
}

.article-wraper h1.title-head {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333
}

.article-wraper .postby {
	font-size: 13px
}

.about-ant-landing .padding-bottom {
	padding-bottom: 80px
}

@media (max-width: 992px) {
	.about-ant-landing .padding-bottom {
		padding-bottom: 50px
	}
}

@media (max-width: 767px) {
	.about-ant-landing .padding-bottom {
		padding-bottom: 30px
	}
}

.about-ant-landing .padding-about h2 {
	font-size: 30px
}

.about-ant-landing .padding-about p {
	color: #888888
}

.about-ant-landing .padding-about ul.check li {
	display: table;
	margin-bottom: 10px;
	color: #888888
}

.about-ant-landing .padding-about ul.check li>i {
	display: table-cell;
	font-size: 20px;
	color: #203b74;
	width: 25px
}

.about-ant-landing .padding-about .number-counters .counters-item {
	padding: 0 15px;
	display: inline-block
}

.about-ant-landing .padding-about .number-counters .counters-item p.data {
	margin: 0;
	line-height: 1;
	color: #0f0f0f
}

.about-ant-landing .padding-about .number-counters .counters-item p.data>strong {
	font-size: 50px;
	font-weight: normal
}

.about-ant-landing .padding-about .number-counters .counters-item p {
	font-size: 14px
}

.about-ant-landing .quality {
	padding: 70px 0;
	background-color: #f7f7f7
}

.about-ant-landing .quality h2 {
	font-size: 30px
}

.about-ant-landing .quality .right .media .media-object {
	height: 50px;
	width: 50px;
	display: inline-block;
	border: 1px solid #203b74;
	overflow: hidden;
	border-radius: 50%;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: relative;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.about-ant-landing .quality .right .media .media-object span {
	display: block
}

.about-ant-landing .quality .right .media:hover .media-object {
	background: #203b74;
	border-color: #203b74;
	color: #fff
}

.about-ant-landing .quality .right .media:hover .media-object span {
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	animation-name: fadeInUp;
	cursor: pointer
}

.about-ant-landing .quality .right .media .media-body h4 {
	font-size: 18px;
	font-weight: 600
}

.about-ant-landing .quality .right .media .media-body p {
	color: #888888
}

@media (max-width: 992px) {
	.about-ant-landing .quality img {
		margin-bottom: 30px
	}
}

.full-menu input {
	border: 1px solid #203b74;
	border-radius: 30px
}

.full-menu input:hover,
.full-menu input:focus {
	border: 1px solid #203b74;
	box-shadow: none;
	outline: none
}

.full-menu button {
	color: #fff;
	background-color: #203b74;
	border: 1px solid #203b74
}

.full-menu button:hover,
.full-menu button:focus {
	color: #fff;
	background-color: #578318;
	border-color: #578318
}

.project-tab .nav-tabs {
	text-align: center;
	border: none
}

.project-tab .nav-tabs li {
	float: none;
	display: inline-block;
	position: relative
}

.project-tab .nav-tabs li a {
	border: none;
	font-size: 18px;
	color: #515A5F;
	margin: 0 10px 10px 10px !important;
	padding: 0 !important
}

.project-tab .nav-tabs li a:before {
	position: absolute;
	content: '';
	width: 100%;
	background-color: transparent;
	height: 3px;
	bottom: -5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.project-tab .nav-tabs li:hover a,
.project-tab .nav-tabs li:focus a {
	color: #203b74;
	background-color: transparent
}

.project-tab .nav-tabs li.active a {
	color: #203b74
}

.project-tab .nav-tabs li.active a:before {
	background: #203b74;
	transform: scale(1)
}

.project-tab .tab-projects .no-padding .blog-item-thumbnail {
	position: relative;
	height: 250px;
	overflow: hidden
}

@media (max-width: 480px) {
	.project-tab .tab-projects .no-padding .blog-item-thumbnail {
		height: 150px
	}
}

.project-tab .tab-projects .no-padding .blog-item-thumbnail .blog-link__featured-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in
}

.project-tab .tab-projects .no-padding .blog-item-thumbnail .blog-link__featured-image:after {
	content: "";
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0
}

.project-tab .tab-projects .no-padding .blog-item-thumbnail:hover .blog-link__featured-image {
	transform: scale(1.1)
}

.project-tab .tab-projects .no-padding .blog-item-thumbnail:hover .blog-link__featured-image:after {
	background-color: rgba(32, 152, 209, 0.54);
	opacity: 1
}

.project-tab .tab-projects .no-padding .cbp-caption-activeWrap {
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100%;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.project-tab .tab-projects .no-padding .cbp-caption-activeWrap .cbp-l-caption-alignCenter {
	display: table;
	width: 100%;
	height: 100%
}

.project-tab .tab-projects .no-padding .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
	color: #fff
}

.project-tab .tab-projects .no-padding:hover .cbp-caption-activeWrap {
	opacity: 1;
	background-color: rgba(32, 152, 209, 0.54)
}

.wedo {
	padding-top: 70px
}

.wedo .do_media .col-md-7 h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px
}

.wedo .panel-default {
	border: 1px solid #203b74;
	border-radius: 0;
	margin-bottom: 10px;
	box-shadow: none
}

.wedo .panel-default .panel-heading {
	padding: 0;
	background-color: #203b74;
	border-color: #d9d9d9
}

.wedo .panel-default .panel-heading h4 a {
	padding: 14px 10px;
	display: block;
	font-weight: 600;
	color: #fff
}

@media (max-width: 767px) {
	.wedo .do_media .no-padding {
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-bottom: 20px
	}
}

.search-main .blog-item-summary {
	height: 46px;
	overflow: hidden
}

.list-blogs .blog-item-summary {
	height: 46px;
	overflow: hidden
}

.dropdown-menu>li>a {
	white-space: inherit
}

@media (max-width: 767px) {
	.article-content .rte iframe {
		max-width: 100% !important
	}

	.page-login {
		margin-top: 20px
	}
}

@media (max-width: 480px) {
	.col-100 {
		width: 100%
	}

	#pricing {
		padding-top: 60px;
		padding-bottom: 10px
	}

	#contacts {
		padding: 60px 0
	}

	#contacts .top50 {
		margin-top: 20px
	}

	.office-location .address .p3,
	.office-location .phone .p3,
	.office-location .envelope .p3 {
		margin-top: 10px
	}

	.space-line {
		clear: both;
		display: block;
		font-size: 0
	}
}

.grecaptcha-badge {
	display: none !important
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	font-size: 0
}

.title_module_main {
	margin-bottom: 20px;
	position: relative;
	text-align: center
}

@media (max-width: 991px) {
	.title_module_main {
		margin-bottom: -25px
	}
}

.title_module_main .h2,
.title_module_main h2 {
	font-family: "Muli", sans-serif;
	font-weight: 700;
	font-size: 26px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	position: relative
}

@media (max-width: 767px) {

	.title_module_main .h2,
	.title_module_main h2 {
		font-size: 20px
	}
}

.title_module_main .h2 span,
.title_module_main .h2 a,
.title_module_main h2 span,
.title_module_main h2 a {
	color: #3c4550;
	text-decoration: none;
	font-size: 26px;
	display: inline-block;
	padding: 0 0 40px;
	position: relative;
	z-index: 99
}

@media (max-width: 767px) {

	.title_module_main .h2 span,
	.title_module_main .h2 a,
	.title_module_main h2 span,
	.title_module_main h2 a {
		font-size: 20px
	}
}

.title_module_main .h2 span:before,
.title_module_main .h2 a:before,
.title_module_main h2 span:before,
.title_module_main h2 a:before {
	content: "";
	width: 45px;
	position: absolute;
	bottom: 20px;
	background: #19b7f9;
	height: 2px;
	left: 50%;
	transform: translateX(-50%)
}

.title_module_main .h2 a:hover,
.title_module_main h2 a:hover {
	color: #19b7f9
}

.blogwp {
	padding-top: 50px
}

.blogwp .blog-thumbnail {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.blogwp .blog-thumbnail .post-detail {
	position: absolute;
	top: -25px;
	left: 30px;
	color: #fff;
	font-family: "Muli", sans-serif;
	font-size: 16px;
	z-index: 99
}

.blogwp .blog-thumbnail .post-detail:before {
	background-color: #cd9f48;
	content: "";
	left: -15px;
	height: 70px;
	position: absolute;
	top: -10px;
	transform: rotate(45deg);
	width: 70px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: -1
}

.blogwp .blog-thumbnail .post-detail .date-blog {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.302)
}

.blogwp h3 {
	display: block;
	font-family: "Muli", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0 20px
}

.blogwp h3 a {
	color: #3c4550
}

.blogwp h3 a:hover {
	color: #19b7f9
}

.blogwp p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px;
	color: #3c4550;
	display: block;
	word-break: break-word
}

.blogwp .readmore {
	color: #203b74;
	font-size: 16px;
	font-family: "Muli", sans-serif
}

.blogwp .readmore svg {
	width: 12px;
	height: 12px;
	transform: translateY(1px)
}

.blogwp .readmore svg path {
	fill: #19b7f9
}

.blogwp .readmore:hover {
	color: #333
}

.blogwp .readmore:hover svg path {
	fill: #333
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.title_module_main {
	z-index: 0
}

.section_brand {
	padding: 20px 0px 30px;
	width: 100%;
	float: left
}

.section_brand .block-brand {
	width: 100%;
	float: left
}

.section_brand .block-brand .owl-nav {
	display: none
}

.section_brand .block-brand .owl-dots {
	display: none
}

.section_brand .block-brand .wrp {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
	line-height: 24px;
	display: flex;
	justify-content: center
}

.section_brand .block-brand .wrp:before,
.section_brand .block-brand .wrp:after {
	content: '';
	position: absolute;
	transition: transform .5s ease
}

.section_brand .block-brand img {
	max-width: 100%;
	opacity: 0.5
}

.
.section_brand {
	padding: 20px 0px 30px;
	width: 100%;
	float: left
}

.section_brand .block-brand {
	width: 100%;
	float: left
}

.section_brand .block-brand .owl-nav {
	display: none
}

.section_brand .block-brand .owl-dots {
	display: none
}



.section_brand .block-brand img {
	max-width: 100%;
	opacity: 0.5
}

.section_brand .block-brand img:hover {
	opacity: 1
}

.section_danhgia {
	padding: 60px 0 80px
}

.section_danhgia .wrapmod {
	padding: 40px 15px;
	width: 100%;
	float: left
}

.section-about {
    position: relative;
    padding: 30px 0 50px;
    z-index: 9;
    margin-top: -100px;
    gap: 20px;
	
}

.section-about .items-about {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    flex: 1;
	box-shadow: 1px 1px #ccc;
}

.section-about .items-about h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 32px
}

.section-about .items-about p {
    font-weight: 400;
    font-size: 16px
}

.section-about .items-about a {
    font-weight: 500;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px
}

.section-about .items-about a i {
    font-size: 18px;
    color: #fa360a;
    font-weight: 400
}

.section-about .items-about a:hover {
    color: #fa360a
}

.section-about .items-about .icon {
    height: 90px;
    min-width: 90px;
    width: 90px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    margin-top: -65px
}

.section-about-bottom {
    display: flex;
    margin-bottom: 80px
}

.section-about-bottom_left {
    flex: 1;
    width: 50%;
    position: relative;
    z-index: 9
}

.section-about-bottom_left .position-top {
    position: absolute;
    left: -70px;
    top: -60px
}

.section-about-bottom_left .position-bottom {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    gap: 15px
}

.section-about-bottom_left .position-bottom>span {
    background: #ffebe4;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-about-bottom_left .position-bottom h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 700
}

.section-about-bottom_left .position-bottom .progress {
    margin-bottom: 12px;
    height: 8px
}

.section-about-bottom_right {
    flex: 1;
    max-width: 50%;
    position: relative
}

.section-about-bottom_right::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: calc(100% + 200px);
    left: -200px;
    top: -50px;
    height: calc(100% + 50px);
    z-index: 2
}

.section-about-bottom_right h2 {
    font-size: 36px;
    color: #000;
    line-height: 44px;
    font-weight: 700
}

.section-about-bottom_right p {
    font-size: 16px;
    font-weight: 400
}

.section-about-bottom_right>div {
    background: #fff;
    z-index: 9;
    padding-left: 50px;
    padding-right: 30px;
    position: relative
}

.section-about-bottom_right .box-image {
    max-width: 180px;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 20px
}

.section-about-bottom_right .box-image:after {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #e2e2e2;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

.section-about-bottom_right .box-image img {
    box-shadow: 0 40px 81px 0 rgba(127,127,127,0.29);
    border: 10px solid #fff
}

.section-about-bottom_right .text {
    font-size: 18px;
    font-weight: 700
}

.section-about-bottom_right .text li {
    margin-bottom: 8px
}

.section-about-bottom_right .text li:last-child {
    margin-bottom: 0
}

.section-about-bottom_right .text .fa {
    color: #fa360a;
    margin-right: 3px
}
.flex {
    display: flex;
}


.section_doingu .block {
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #737e95;
    font-weight: 400;
    padding: 0 0 15px;
}
.section_doingu .owl_doingu .item {
    text-align: center;
}
.section_doingu {
    width: 100%;
    float: left;
    padding: 95px 0
}

@media (max-width: 991px) {
    .section_doingu {
        padding:95px 0 70px
    }
}

@media (max-width: 767px) {
    .section_doingu {
        padding:40px 0
    }
}

.section_doingu .block {
    width: 100%;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #737e95;
    font-weight: 400;
    padding: 15px 0 15px
}

.section_doingu .owl_doingu {
    margin-top: 15px
}

.section_doingu .owl_doingu .item {
    text-align: center
}

.section_doingu .owl_doingu .item .img_feature {
    width: 100%;
    float: left;
    text-align: center
}

.section_doingu .owl_doingu .item .img_feature span {
    display: block;
    width: 240px;
    margin: 0 auto
}

.section_doingu .owl_doingu .item .img_feature span img {
    max-width: 100%
}

.section_doingu .owl_doingu .item .content_feature {
    width: 100%;
    float: left;
    margin-top: 20px
}

.section_doingu .owl_doingu .item .content_feature p {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #343f5b;
    margin-bottom: 0
}

.section_doingu .owl_doingu .item .content_feature span {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #737e95;
    display: block
}

.section_doingu .owl_doingu .owl-dots {
    display: none
}

.section_doingu .owl_doingu .owl-nav .owl-next,.section_doingu .owl_doingu .owl-nav .owl-prev {
    background: transparent
}

.section_doingu .owl_doingu .owl-nav .owl-next:before,.section_doingu .owl_doingu .owl-nav .owl-prev:before {
    background: transparent;
    font-size: 36px;
    color: #f33f62;
    font-weight: 700
}

.section_doingu .owl_doingu .owl-nav .owl-next:before {
    right: -25px;
    left: auto
}

@media (max-width: 991px) {
    .section_doingu .owl_doingu .owl-nav .owl-next:before {
        right:-10px
    }
}

.section_doingu .owl_doingu .owl-nav .owl-prev:before {
    left: -25px
}

@media (max-width: 991px) {
    .section_doingu .owl_doingu .owl-nav .owl-prev:before {
        left:-10px
    }
}


.section_type_of_project {
    padding: 60px 0
}

.section_type_of_project .module_title_trow {
    margin-bottom: 40px
}

.section_type_of_project .item_proprety {
    margin-bottom: 18px;
    padding: 0 9px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_type_of_project .item_proprety {
        padding:0 7px;
        margin-bottom: 14px
    }
}

@media (max-width: 991px) {
    .section_type_of_project .item_proprety {
        padding:0 5px;
        margin-bottom: 10px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_type_of_project .row {
        margin-right:-7px;
        margin-left: -7px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_type_of_project .row {
        margin-right:-7px;
        margin-left: -7px
    }
}

@media (max-width: 767px) {
    .section_type_of_project .row {
        margin-right:-10px;
        margin-left: -10px
    }

    .section_type_of_project .row .item_proprety {
        padding: 0 9px
    }
}

.section_type_of_project .wrap_banner {
    position: relative;
    overflow: hidden
}

.section_type_of_project .wrap_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 22%;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0,0,0,0.1);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
    opacity: .95;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.section_type_of_project .wrap_banner img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.section_type_of_project .wrap_banner .wr_title {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden
}

.section_type_of_project .wrap_banner .wr_title .wrap_title_ed {
    top: auto;
    bottom: 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    width: 100%;
    left: 0
}

.section_type_of_project .wrap_banner .wr_title .h2 {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.section_type_of_project .wrap_banner .wr_title .h2 a {
    color: #fff
}

.section_type_of_project .wrap_banner .wr_title .h2:hover a {
    color: #7dce32
}

.section_type_of_project .wrap_banner .wr_title p {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0
}

.section_type_of_project .wrap_banner:hover img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

.section_type_of_project .wrap_banner:hover .wrap_title_ed .h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.section_type_of_project .wrap_banner:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.section_project_for_rent {
    padding: 60px 0 60px;
    background: #f6f7f9
}

.section_project_for_rent .module_title_trow {
    margin-bottom: 40px
}

.section_project_for_sale {
    padding: 60px 0 60px;
    background: #f6f7f9
}

.section_project_for_sale .module_title_trow {
    margin-bottom: 40px
}

.section_statistic {
    padding-bottom: 80px
}

.section_statistic .item {
    display: flex;
    align-items: center;
    gap: 30px
}

.section_statistic .item .icon img {
    max-height: 60px
}

.section_statistic .item .content .counter-number-wrapper {
    color: var(--mainColor);
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1em
}

.section_statistic .item .content .static-title {
    color: var(--textColor);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .section_statistic .item {
        margin-bottom:20px
    }
}

@media (max-width: 639px) {
    .section-about {
        flex-direction: column;
        margin-top: 0px;
        padding-top: 40px;
        gap: 40px;
    }
}
@media (max-width: 991px) {
    .section-about .items-about .icon {
        height: 50px;
        min-width: 50px;
        width: 50px;
        margin-top: -45px;
    }
}
@media (max-width: 991px) {
    .section-about .items-about p, .section-about .items-about a, .section-about .items-about a i {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .section_statistic .item {
        margin-bottom: 20px;
    }
	.section_statistic {
    padding-bottom: 0px;
}
.section_type_of_project {
    padding: 30px 0;
}
}