@import "https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap";

body {
	font-size: 15px;
	line-height: 1.6;
	font-family: livvic, sans-serif;
	color: #444;
	font-weight: 400
}

p {
	color: #444;
	font-weight: 400
}

a {
	display: inline-block;
	transition: all .5s;
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none
}

button {
	margin: 0;
	padding: 0;
	outline: 0
}

button:focus {
	outline: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: #252525
}

h3 {
	font-size: 17px
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle
}

img {
	max-width: 100%
}

.ptb-100 {
	padding-top: 80px;
	padding-bottom: 80px
}

.pt-100 {
	padding-top: 100px
}

.pt-80 {
	padding-top: 80px
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-70 {
	padding-bottom: 70px
}

.pt-50 {
	padding-top: 50px
}

.pt-45 {
	padding-top: 45px
}

.pt-20 {
	padding-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.ml-25 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.mr-20 {
	margin-right: 20px
}

.margin-auto {
	margin: 0 auto
}

.border-radius-50 {
	border-radius: 50px
}

.border-radius-5 {
	border-radius: 5px
}

.box-shadow {
	box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}


.buy-now-btn {
    display: none!important;
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    /* transform: translateY(-50%); */
    border-radius: 30px;
    /* display: inline-block; */
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600;
}


.section-title span {
	margin-bottom: 8px;
	font-weight: 600;
	display: block
}

.section-title h2 {
	font-size: 25px;
	font-weight: 600;
	margin-top: 0;
	line-height: 1.2;
	color: #252525;
	margin-bottom: 0
}

.section-title p {
	padding-top: 10px;
	margin-bottom: 0;
	
	color: #444
}

.sp-color1 {
	color: #ffc221
}

.sp-color2 {
	color: #ff6900
}

.default-btn {
	display: inline-block;
	padding: 12px 32px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.default-btn i {
	font-size: 20px;
	position: relative;
	top: 4px;
	display: none
}

.default-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	left: -36%;
	top: 0;
	transform: skew(50deg);
	transition-duration: .6s;
	transform-origin: top left;
	width: 0
}

.default-btn:hover {
	color: #fff !important
}

.default-btn:hover:before {
	height: 100%;
	width: 135%;
	background-color: #252525
}

.btn-bg-one {
	background-color: #ffc221
}

.btn-bg-two {
	background-color: #ff6900
}

.top-header {
	padding: 5px 0 4px
}

.top-header-bg {
	background-color: #070b3b
}

.top-left-side .top-header-text {
	display: inline-block;
	position: relative;
	margin-left: 30px
}

.top-left-side .top-header-text::before {
	content: "";
	position: absolute;
	left: -20px;
	width: 1px;
	height: 22px;
	background-color: #fff;
	top: 1px
}

.top-left-side .top-header-text p {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0
}

.top-left-side .top-header-text p b {
	color: #ffc221;
	font-weight: 500;
	margin-right: 5px
}

.top-head-left {
	float: left
}

.top-head-left .top-contact {
	position: relative;
	display: inline-block
}

.top-head-left .top-contact:hover i {
	background-color: #ff6900;
	color: #fff
}

.top-head-left .top-contact:hover h3 a {
	color: #ffc221
}

.top-head-left .top-contact h3 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 500
}

.top-head-left .top-contact h3 a {
	color: #fff;
	margin-bottom: 0;
	text-decoration: none
}

.top-head-left .top-contact h3 a:hover {
	color: #ffc221
}

.top-header-right {
	float: right
}

.top-header-right .top-header-social {
	display: inline-block
}

.top-header-right .top-header-social ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.top-header-right .top-header-social ul li {
	display: inline-block;
	top: 1px;
	position: relative
}

.top-header-right .top-header-social ul li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	background-color: transparent;
	color: #fff;
	border-radius: 50px;
	font-size: 18px
}

.top-header-right .top-header-social ul li a:hover {
	color: #ffc221
}

.top-header-right .language-list {
	top: -6px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	margin-left: -20px;
	z-index: 9999
}

.top-header-right .language-list .language-list-item {
	height: 0;
	padding: 0 15px;
	border: none;
	color: #fff;
	background-color: transparent;
	font-weight: 500;
	font-size: 14px;
	border-radius: 5px 0 0 5px;
	padding-left: 30px;
	padding-right: 30px
}

.top-header-right .language-list .language-list-item:focus {
	box-shadow: none;
	outline: none
}

.top-header-right .language-list .nice-select {
	height: 0;
	width: 125px;
	line-height: 0;
	font-size: 15px;
	margin-bottom: 0;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border-radius: 5px 0 0 5px;
	z-index: 9999;
	text-align: right !important
}

.top-header-right .language-list .nice-select .list {
	background-color: #fff;
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 20px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.top-header-right .language-list .nice-select .list .option {
	transition: .6s;
	color: #252525;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	width: 180px;
	border-bottom: 1px solid #e1e1e1
}

.top-header-right .language-list .nice-select .list .option:hover {
	background-color: transparent !important;
	color: #ff6900
}

.top-header-right .language-list .nice-select .list .option .selected {
	background-color: transparent !important;
	font-weight: 500;
	color: #ff6900 !important
}

.top-header-right .language-list .nice-select::after {
	content: "\ea29";
	height: 8px;
	width: 8px;
	border: none;
	top: 0;
	margin-bottom: 0;
	right: 10px;
	background-color: transparent;
	font-family: boxicons !important;
	color: #fff;
	font-size: 18px;
	transform-origin: none;
	transform: none;
	margin-top: 0
}

.main-nav {
	background-color: #fff;
	top: 0;
	position: inherit;
	left: 0;
	padding: 0;
	width: 100%;
	height: auto
}

.main-nav .navbar {
	padding-left: 0;
	padding-right: 0
}

.main-nav .navbar .navbar-brand .logo-two {
	display: none
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
	color: #ff6900 !important
}

.main-nav nav .navbar-nav .nav-item:hover a::before,
.main-nav nav .navbar-nav .nav-item .active::before {
	opacity: 1;
	width: 100%
}

.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
	color: #ff6900
}

.main-nav nav .navbar-nav .nav-item a {
	text-transform: capitalize;
	color: #252525;
	font-weight: 600;
	margin-left: 12px;
	margin-right: 12px;
	position: relative
}

.main-nav nav .navbar-nav .nav-item a span {
	font-size: 10px;
	color: red;
	margin-left: 2px;
	top: -7px;
	position: relative
}

.main-nav nav .navbar-nav .nav-item a::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #ff6900;
	opacity: 0;
	transition: .7s
}

.main-nav nav .navbar-nav .nav-item a i {
	line-height: 0;
	position: relative;
	top: 3px;
	font-size: 18px;
	color: #444
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
	color: #ff6900 !important
}

.main-nav nav .navbar-nav .nav-item a:hover::before,
.main-nav nav .navbar-nav .nav-item a :focus::before {
	opacity: 1;
	width: 100%
}

.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a :focus i {
	color: #ff6900
}

.main-nav nav .navbar-nav .nav-item a.active {
	color: #ff6900 !important
}

.main-nav nav .navbar-nav .nav-item a.active::before {
	opacity: 1;
	width: 100%
}

.main-nav nav .navbar-nav .nav-item a.active i {
	color: #ff6900
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
	transform: scale(1)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	z-index: 5;
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: #fff !important;
	transform: scale(0)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #e1e1e1
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: none
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	color: #252525 !important;
	position: relative;
	z-index: 1;
	transition: .7s;
	font-weight: 600;
	padding: 10px 12px;
	font-size: 14px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	float: right;
	top: 12px;
	position: relative
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #ff6900;
	transition: .9s;
	z-index: -1
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	border-radius: 0;
	color: #fff !important;
	padding-left: 35px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
	color: #fff
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	width: 100%
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #fff !important;
	border-radius: 0;
	padding-left: 35px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
	color: #fff
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
	width: 100%
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #fff !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
	width: 100%
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
	color: #fff
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	margin-top: 18px !important;
	position: absolute;
	transform: scaleX(0)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	transform: scaleX(1)
}

.main-nav .nav-side.nav-side {
	position: relative
}

.main-nav .nav-side .nav-side-item {
	margin-right: 20px;
	display: inline-block
}

.main-nav .nav-side .nav-side-item:last-child {
	margin-right: 0
}

.main-nav .nav-side .nav-side-item .search-box {
	position: relative;
	top: -5px
}

.main-nav .nav-side .nav-side-item .search-box i {
	cursor: pointer;
	font-size: 24px;
	color: #252525;
	position: relative;
	display: inline-block;
	top: 0
}

.main-nav .nav-side .nav-side-item .search-box:hover i {
	color: #ff6900
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
	position: relative;
	top: -10px
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control {
	height: 45px;
	background-color: #f8f8f8;
	padding: 10px 20px;
	width: 100%;
	border-radius: 50px;
	border: none
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control:focus {
	box-shadow: none;
	outline: 0
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 40px;
	width: 40px;
	background-color: #ffc221;
	transition: all .5s;
	border: none;
	outline: none;
	border-radius: 50px
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button i {
	color: #fff;
	position: relative;
	top: 1.9px
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button:hover {
	background-color: #ff6900
}

.main-nav .nav-side .nav-side-item .get-btn {
	display: inline-block;
	position: relative;
	top: 5px
}

.main-nav .nav-side .nav-side-item .get-btn .default-btn {
	padding: 9px 25px
}

.nav-side-mt {
	margin-top: 6px
}

.side-nav-responsive {
	display: none
}

.side-nav-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	right: 60px;
	top: 20px
}

.side-nav-responsive .dot-menu .circle-inner {
	display: flex;
	align-items: center;
	height: 30px
}

.side-nav-responsive .dot-menu .circle-inner .in-circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	transition: .7s;
	background-color: #ff6900
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
	background-color: #ffc221
}

.side-nav-responsive .container-max {
	position: relative;
	display: flex
}

.side-nav-responsive .container-max .container {
	position: absolute;
	top: 70px;
	right: 0;
	max-width: 220px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	transition: .7s;
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.side-nav-responsive .container-max .container.active {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1)
}

.side-nav-responsive .side-nav-inner {
	padding: 12px 10px 10px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
	background-color: #fff
}

.side-nav-responsive .side-nav-inner .side-nav {
	background-color: #ff6900;
	padding: 10px
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box {
	position: relative;
	display: inline-block;
	top: -10px;
	margin-right: 5px
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box i {
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	position: relative;
	display: inline-block;
	top: 5px
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box:hover i {
	color: #ff6900
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
	display: inline-block;
	position: relative;
	top: 5px
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn .default-btn {
	padding: 7px 15px;
	background-color: #fff;
	color: #252525
}

.sticky-nav {
	top: 0;
	position: fixed;
	transition: .7s;
	width: 100% !important;
	z-index: 999
}

.sticky-nav .main-nav {
	top: 0;
	border: none;
	position: fixed;
	z-index: 999;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.search-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	overflow: hidden
}

.search-overlay .search-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: translateX(100%)
}

.search-overlay .search-layer:nth-child(1) {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease-in-out 0s
}

.search-overlay .search-layer:nth-child(2) {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease-in-out .3s
}

.search-overlay .search-layer:nth-child(3) {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: all .9s ease-in-out .6s
}

.search-overlay .search-close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	transition: all .9s ease-in-out 1.5s;
	opacity: 0;
	visibility: hidden
}

.search-overlay .search-close .search-close-line {
	width: 100%;
	height: 3px;
	float: left;
	margin-bottom: 5px;
	background-color: #fff;
	transition: all 500ms ease
}

.search-overlay .search-close .search-close-line:nth-child(1) {
	transform: rotate(45deg)
}

.search-overlay .search-close .search-close-line:nth-child(2) {
	margin-top: -7px;
	transform: rotate(-45deg)
}

.search-overlay .search-close:hover .search-close-line {
	background: #ff6900;
	transform: rotate(180deg)
}

.search-overlay .search-form {
	transition: all .9s ease-in-out 1.4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	max-width: 500px;
	width: 500px;
	padding: 0 15px
}

.search-overlay .search-form form {
	position: relative
}

.search-overlay .search-form form .input-search {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 30px;
	color: #252525;
	padding: 3px 0 0 25px
}

.search-overlay .search-form form .input-search::-moz-placeholder {
	-moz-transition: .7s;
	transition: .7s;
	letter-spacing: .5px;
	color: #252525
}

.search-overlay .search-form form .input-search::placeholder {
	transition: .7s;
	letter-spacing: .5px;
	color: #252525
}

.search-overlay .search-form form .input-search:focus {
	border: none;
	outline: none
}

.search-overlay .search-form form .input-search:focus::-moz-placeholder {
	color: transparent
}

.search-overlay .search-form form .input-search:focus::placeholder {
	color: transparent
}

.search-overlay .search-form form button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	color: #fff;
	height: 50px;
	border-radius: 50%;
	background-color: #ff6900;
	transition: .7s;
	border: none;
	font-size: 20px;
	line-height: 55px
}

.search-overlay .search-form form button:hover {
	background-color: #ffc221;
	color: #fff
}

.search-overlay .search-form form:hover {
	border: none;
	outline: none
}

.search-overlay.search-overlay-active.search-overlay {
	opacity: 1;
	visibility: visible
}

.search-overlay.search-overlay-active.search-overlay .search-layer {
	transform: translateX(0)
}

.search-overlay.search-overlay-active.search-overlay .search-close {
	opacity: 1;
	visibility: visible
}

.search-overlay.search-overlay-active.search-overlay .search-form {
	opacity: 1;
	visibility: visible
}

.banner-slider-area {
	position: relative
}

.banner-slider-area .owl-dots {
	margin-top: 0 !important;
	position: absolute;
	display: grid;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 10px
}

.banner-slider-area .owl-dots .owl-dot span {
	background-color: rgba(251, 251, 251, .2470588235) !important;
	transition: .7s;
	margin: 7px;
	width: 40px !important;
	height: 40px !important;
	border: 10px solid rgba(251, 251, 251, .2470588235)
}

.banner-slider-area .owl-dots .owl-dot.active span {
	background-color: #fff !important;
	width: 40px !important;
	height: 40px !important;
	border: 13px solid #ffc221
}

.banner-slider-area .owl-dots .owl-dot:hover span {
	background-color: #fff !important;
	width: 40px !important;
	height: 40px !important;
	border: 13px solid #ffc221
}

.banner-item {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.banner-item::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #070b3b;
	opacity: .7
}

.banner-item-content {
	padding-top: 130px;
	padding-bottom: 120px
}

.banner-item-content span {
	font-size: 15px;
	font-weight: 500;
	color: #ff6900;
	padding: 10px 25px;
	background-color: #fff;
	border-radius: 50px;
	display: inline-block
}

.banner-item-content h1 {
	margin-top: 25px;
	font-size: 70px;
	color: #fff;
	font-weight: 700;
	max-width: 780px;
	margin-bottom: 20px
}

.banner-item-content p {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	max-width: 660px;
	margin-bottom: 35px
}

.item-bg1 {
	background-image: url(../images/home-one/home-one-img1.jpg)
}

.item-bg2 {
	background-image: url(../images/home-one/home-one-img2.jpg)
}

.item-bg3 {
	background-image: url(../images/home-one/home-one-img3.jpg)
}

.banner-area {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/home-two.jpg)
}

.banner-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(37, 37, 37, 0.7490196078), rgba(37, 37, 37, 0))
}

.banner-item-ptb {
	padding-top: 140px;
	padding-bottom: 160px
}

.banner-item-ptb h1 {
	margin-top: 0
}

.banner-area-two {
	position: relative;
	z-index: 1;
	background-color: #f8f8f8
}

.banner-area-two::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/home-three/home-three-bg.png)
}

.banner-content {
	position: relative;
	margin-top: -50px
}

.banner-content h1 {
	font-size: 60px;
	color: #252525;
	font-weight: 600;
	max-width: 680px;
	line-height: 1.2;
	margin-bottom: 20px
}

.banner-content p {
	font-size: 17px;
	color: #252525;
	font-weight: 500;
	max-width: 500px;
	margin-bottom: 35px
}

.banner-img {
	position: relative;

}

.banner-img .banner-img-shape {
	position: absolute;
	bottom: 100px;
	right: 0;
	animation: moveBounce 9s linear infinite
}

.banner-sub-item {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	padding: 15px 10px 15px 160px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.banner-sub-item img {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 125px;
	border-radius: 15px 0 0 15px
}

.banner-sub-item .content {
	padding-bottom: 10px
}

.banner-sub-item .content h3 {
	font-size: 45px;
	color: #ffc221;
	font-weight: 700;
	margin-bottom: 0
}

.banner-sub-item .content span {
	color: #252525;
	font-size: 18px;
	font-weight: 600
}

.banner-sub-slider {
	position: relative;
	margin-top: -80px;
	padding-bottom: 50px
}

.banner-four-area {
	background-color: #070b3b;
	z-index: 1;
	position: relative
}

.banner-four-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/home-four/home-four-bg.png);
	opacity: .8
}

.banner-four-content {
	max-width: 620px;
	margin-left: auto;
	margin-right: -50px;
	position: relative;
	z-index: 2
}


.nav-link {
    display: block;
    padding: -0.5rem 1rem!Importnt;
}

.banner-four-content span {
	font-size: 14px;
	font-weight: 400;
	color: #ffc221;
	border-radius: 50px;
	display: inline-block;
	margin-bottom: 15px
}

.banner-four-content h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px
}

.banner-four-content p {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px
}

.banner-four-content .banner-btn .default-btn {
	display: inline-block
}

.banner-four-content .banner-btn .play-btn {
	padding-left: 65px;
	position: relative;
	z-index: 1;
	top: -3px
}

.banner-four-content .banner-btn .play-btn i {
	position: absolute;
	top: -3px;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	background-color: #fff;
	color: #ffc221;
	border-radius: 50px;
	transition: .7s
}

.banner-four-content .banner-btn .play-btn i::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: .5px solid #fff;
	border-radius: 50px;
	animation: ripple 2s infinite ease-in-out
}

.banner-four-content .banner-btn .play-btn h3 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #ffc221;
	transition: .7s
}

.banner-four-content .banner-btn .play-btn span {
	font-size: 14px;
	color: #fff;
	transition: .7s;
	margin-bottom: 0
}

.banner-four-content .banner-btn .play-btn:hover i {
	background-color: #ffc221;
	color: #fff
}

.banner-four-content .banner-btn .play-btn:hover i::after {
	border-color: #ffc221
}

.banner-four-content .banner-btn .play-btn:hover h3 {
	color: #fff
}

.banner-four-content .banner-btn .play-btn:hover span {
	color: #ffc221
}

.banner-four-img {
	position: relative;
	z-index: 1;
	margin-bottom: 50px
}

.banner-five-area {
	background-color: #d5e5f4;
	position: relative;
	padding: 50px 0
}

.banner-five-content {
	max-width: 560px;
	margin-left: auto
}

.banner-five-content span {
	font-size: 14px;
	font-weight: 600;
	color: #ff6900;
	border-radius: 50px;
	display: inline-block;
	margin-bottom: 15px
}

.banner-five-content h1 {
	font-size: 52px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px
}

.banner-five-content h1 b {
	font-weight: 600;
	color: #ff6900
}

.banner-five-content p {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 30px
}

.banner-five-img {
	animation: moveBounce 9s infinite ease-in-out
}

.banner-bottom-area {
	position: relative;
	margin-top: -75px
}

.banner-bottom-card {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 30px 20px 30px 135px;
	border-radius: 15px;
	margin-bottom: 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	border-bottom: 3px solid #ff6900;
	transition: .5s
}

.banner-bottom-card i {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #252525;
	background-color: #e5f3ff;
	border-radius: 50px;
	display: inline-block;
	text-align: center
}

.banner-bottom-card h3 {
	color: #252525;
	margin-bottom: 10px;
	transition: .5s
}

.banner-bottom-card p {
	margin-bottom: 0;
	font-weight: 500
}

.banner-bottom-card:hover {
	transform: translateY(-10px)
}

.banner-bottom-card:hover h3 {
	color: #ffc221
}

.banner-seven-slide.owl-theme .owl-nav {
	margin-top: 0
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-] {
	font-size: 40px;
	color: #252525;
	background-color: #fff;
	width: 50px;
	height: 50px;
	line-height: 58px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 160px;
	top: 52%;
	transform: translateY(-50%);
	transition: all ease .5s
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-] span {
	position: relative;
	top: -9px
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-].owl-next {
	top: 45%;
	left: 160px;
	right: auto
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #070b3b;
	color: #fff
}

.banner-six.banner-eight {
	background-image: none
}

.banner-six.banner-eight .background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: -2
}

.inner-banner {
	position: relative;
	z-index: 1;
	background-color: #070b3b
}

.inner-banner .inner-title {
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 1
}

.inner-banner .inner-title h3 {
	font-size: 45px;
	color: #fff;
	font-weight: 600;
	position: relative
}

.inner-banner .inner-title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.inner-banner .inner-title ul li {
	font-size: 18px;
	color: #fff;
	display: inline-block
}

.inner-banner .inner-title ul li i {
	color: #fff;
	position: relative;
	top: 3px;
	margin: 0 3px
}

.inner-banner .inner-title ul li a {
	color: #fff
}

.inner-banner .inner-title ul li a:hover {
	color: #ffc221
}

.inner-banner .inner-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none
}

.about-content .about-content-card {
	margin-top: 30px
}

.about-content .about-content-card i {
	font-size: 60px;
	color: #ff6900;
	line-height: 1
}

.about-content .about-content-card h3 {
	margin-top: 15px;
	margin-bottom: 12px
}

.about-content .about-content-card p {
	margin-bottom: 0
}

.about-content .about-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0
}

.about-content .about-list li {
	display: block;
	color: #252525;
	margin-bottom: 10px;
	font-weight: 500;
	transition: .7s;
	padding-left: 35px;
	position: relative;
	transition: .5s;
	font-size: 15px
}

.about-content .about-list li:hover {
	color: #ff6900
}

.about-content .about-list li:hover i {
	color: #ffc221
}

.about-content .about-list li:last-child {
	margin-bottom: 0
}

.about-content .about-list li i {
	font-size: 26px;
	color: #ff6900;
	position: absolute;
	left: 0;
	top: -2px;
	margin-right: 5px;
	transition: .5s
}

.about-content .about-content-text {
	margin-top: 20px;
	margin-bottom: 0
}

.about-img {
	position: relative
}

.about-img::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 30%;
	height: 40%;
	background-color: transparent;
	border: 3px solid #ffc221;
	bottom: -10px;
	right: -40px;
	border-radius: 35px
}

.about-img img {
	border-radius: 15px
}

.about-img .sub-content {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 15px;
	padding: 15px 10px 23px 160px;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.about-img .sub-content img {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 123px;
	border-radius: 15px 0 0 15px
}

.about-img .sub-content h3 {
	font-size: 45px;
	color: #ffc221;
	font-weight: 700;
	margin-bottom: 0
}

.about-img .sub-content span {
	color: #252525;
	font-size: 18px;
	font-weight: 600
}

.about-play {
	position: relative;
	border-radius: 30px
}

.about-play img {
	border-radius: 30px
}

.about-play .about-play-content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	max-width: 470px;
	background-color: rgba(37, 37, 37, .2196078431);
	border-bottom-left-radius: 30px;
	border-top-right-radius: 70%;
	padding: 100px 40px 70px 25px
}

.about-play .about-play-content::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 30px;
	width: 91.7%;
	height: 90.1%;
	background-color: #ff6900;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 70%
}

.about-play .about-play-content span {
	color: #fff
}

.about-play .about-play-content h2 {
	color: #fff;
	font-size: 35px;
	max-width: 300px;
	margin-bottom: 0
}

.about-play .about-play-content .play-on-area {
	position: absolute;
	z-index: 1;
	bottom: 175px;
	left: 200px
}

.about-play .about-play-content .play-on-area .play-on {
	width: 80px;
	height: 80px;
	color: #ff6900;
	background-color: #fff;
	text-align: center;
	font-size: 55px;
	border-radius: 50px;
	display: inline-block
}

.about-play .about-play-content .play-on-area .play-on i {
	padding-left: 3px
}

.about-play .about-play-content .play-on-area .play-on:hover {
	color: #fff;
	background-color: #ffc221
}

.about-bg {
	background-color: #070b3b
}

.about-img-2 {
	margin-bottom: 30px
}

.about-img-2 img {
	border-radius: 15px
}

.about-content-2 {
	margin-bottom: 30px
}

.about-content-2 .section-title h2 {
	color: #fff
}

.about-content-2 .section-title p {
	color: #fff
}

.about-content-2 .about-card {
	margin-top: 15px
}

.about-content-2 .about-card .content {
	padding-top: 20px;
	position: relative;
	padding-left: 70px;
	margin-bottom: 40px
}

.about-content-2 .about-card .content i {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 55px;
	color: #ff6900;
	line-height: 1
}

.about-content-2 .about-card .content h3 {
	margin-bottom: 10px;
	color: #fff
}

.about-content-2 .about-card p {
	margin-top: 25px;
	margin-bottom: 0;
	color: #fff
}

.about-bg2 {
	background-color: #f8f8f8
}

.about-img-4 {
	max-width: 750px;
	margin-left: auto;
	margin-bottom: 30px
}

.about-content-3 {
	max-width: 560px;
	margin-right: auto;
	margin-bottom: 30px
}

.about-content-3 .section-title {
	margin-bottom: 20px
}

.about-content-3 h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.all-skill-bar {
	margin-right: 30px;
	margin-bottom: 30px
}

.skill-bar {
	margin-bottom: 20px
}

.skill-bar .progress-title-holder {
	position: relative;
	margin-bottom: 15px
}

.skill-bar .progress-title {
	font-size: 16px;
	font-weight: 600;
	color: #252525
}

.skill-bar .progress-number-wrapper {
	width: 100%;
	z-index: 10;
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	letter-spacing: 0;
	font-weight: 500;
	font-style: normal;
	text-transform: none;
	color: #fbede9
}

.skill-bar .progress-number-mark {
	margin-bottom: 4px;
	border-radius: 3px;
	color: #fff;
	padding: 0 8px;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 600;
	width: 45px;
	height: 26px;
	text-align: center;
	line-height: 28px;
	background: #070b3b
}

.skill-bar .progress-content-outter {
	height: 10px;
	background-color: #bddfff;
	border-radius: 5px
}

.skill-bar .progress-content {
	height: 10px;
	background-color: #ff6900;
	width: 0%;
	border-radius: 5px
}

.security-area .section-title h2 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}

.security-card {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	border-bottom: 3px solid #ff6900
}

.security-card i {
	font-size: 45px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #252525;
	background-color: #e5f3ff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-bottom: 12px;
	transition: .5s
}

.security-card h3 {
	margin-bottom: 10px
}

.security-card h3 a {
	color: #252525;
	transition: .5s;
	display: block
}

.security-card p {
	margin-bottom: 0
}

.security-card:hover i {
	background-color: #ff6900;
	color: #fff
}

.security-card:hover h3 a {
	color: #ff6900
}

.services-area {
	background-color: #070b3b;
	position: relative
}

.services-area .section-title h2 {
	max-width: 500px;
	color: #fff;
	margin-left: auto;
	margin-right: auto
}

.services-area .section-title p {
	color: #fff;
	max-width: 760px
}

.services-card {
	padding: 30px 20px 25px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

.services-card::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background-color: #ff6900;
	border-radius: 272px 0 0 0;
	opacity: .1;
	transition: .7s
}

.services-card::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 75px;
	height: 75px;
	background-color: #ff6900;
	border-radius: 170px 0 0 0;
	opacity: .1;
	transition: .7s
}

.services-card i {
	color: #ff6900;
	font-size: 60px;
	line-height: 1;
	transition: .7s
}

.services-card h3 {
	margin-top: 20px;
	margin-bottom: 12px;
	transition: .7s
}

.services-card h3 a {
	display: block;
	color: #252525;
	transition: .7s
}

.services-card p {
	margin-bottom: 12px;
	transition: .7s
}

.services-card .learn-btn {
	color: #252525;
	font-size: 14px;
	font-weight: 600;
	transition: .7s
}

.services-card .learn-btn i {
	font-size: 20px;
	position: relative;
	top: 5px;
	color: #252525;
	transition: .7s
}

.services-card .learn-btn:hover {
	color: #fff
}

.services-card .learn-btn:hover i {
	color: #fff
}

.services-card:hover::before {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: 1
}

.services-card:hover i {
	color: #fff
}

.services-card:hover h3 a {
	color: #fff
}

.services-card:hover p {
	color: #fff
}

.services-card:hover .learn-btn {
	color: #fff
}

.services-card:hover .learn-btn i {
	color: #fff
}

.services-card-color-bg {
	box-shadow: 0 0 15px rgba(0, 0, 0, .07);
	padding: 40px 30px 35px;
	border-radius: 15px
}

.services-left {
	margin-bottom: 30px
}

.services-left .section-title {
	margin-bottom: 20px
}

.services-left .section-title p {
	padding-top: 17px
}

.services-style-bg {
	box-shadow: 0 0 15px rgba(0, 0, 0, .07)
}

.service-shape {
	position: absolute;
	top: 0;
	right: 0
}

.service-shape img {
	max-width: 400px
}

.services-area-two {
	background-color: #070b3b;
	position: relative;
	z-index: 1
}

.services-area-two::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/services/services-bg.png)
}

.services-area-two .section-title h2 {
	max-width: 500px;
	color: #fff;
	margin-left: auto;
	margin-right: auto
}

.services-item {
	 
	position: relative;
	margin-bottom: 80px;
	transition: .7s
	
}

.services-item:hover {
	transform: translateY(-5px)
}

.services-item:hover .content h3 a {
	color: #ffc221
}

.services-item a {
	display: block
}

.services-item a img {
	border-radius: 5px;
	height: 220px;
	width:100%;
}

.services-item .content {
	position: absolute;
	left: 0;
	right: 0;
	    text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 1);

	padding: 10px;
	margin-bottom: 30px
}

.services-item .content i {
	font-size: 60px;
	position: absolute;
	top: 17px;
	left: 20px;
	line-height: 1;
	color: #ff6900
}

.services-item .content span {
	color: #ff6900
}

.services-item .content h3 {
	font-size: 16px;
	
	margin-bottom: 0
}

.services-item .content h3 a {
	color: #252525
}

.services-area-three {
	background-color: #f8f8f8
}

.services-area-three .section-title h2 {
	max-width: 390px;
	color: #252525;
	margin-left: auto;
	margin-right: auto
}

.services-widget-area .section-title h2 {
	color: #252525
}

.services-style-area .section-title h2 {
	max-width: 390px;
	color: #252525;
	margin-left: auto;
	margin-right: auto
}

.services-style-area .section-title p {
	max-width: 600px
}

.service-article .service-article-img {
	margin-bottom: 25px
}

.service-article .service-article-img img {
	border-radius: 15px
}

.service-article .service-article-content h2 {
	font-size: 26px;
	margin-bottom: 15px
}

.service-article .service-article-content p {
	margin-bottom: 20px
}

.service-article .service-article-content .service-article-list {
	list-style: none;
	margin: 0 0 25px;
	padding: 0
}

.service-article .service-article-content .service-article-list li {
	display: block;
	color: #252525;
	margin-bottom: 10px;
	font-weight: 600;
	transition: .7s;
	padding-left: 35px;
	position: relative;
	transition: .5s
}

.service-article .service-article-content .service-article-list li:hover {
	color: #ff6900
}

.service-article .service-article-content .service-article-list li:hover i {
	color: #ffc221
}

.service-article .service-article-content .service-article-list li:last-child {
	margin-bottom: 0
}

.service-article .service-article-content .service-article-list li i {
	font-size: 26px;
	color: #ff6900;
	position: absolute;
	left: 0;
	top: -2px;
	margin-right: 5px;
	transition: .5s
}

.service-article .service-article-another h2 {
	font-size: 26px;
	margin-bottom: 15px
}

.service-article .service-article-another p {
	margin-bottom: 20px
}

.service-article .service-article-another .service-article-another-img {
	margin-bottom: 25px;
	margin-top: 10px
}

.service-article .service-article-another .service-article-another-img img {
	border-radius: 15px
}

.service-article .service-work-process h2 {
	font-size: 26px;
	margin-bottom: 15px
}

.service-article .service-work-process p {
	margin-bottom: 30px
}

.service-article .work-process-card p {
	margin-bottom: 0
}

.work-process-area .section-title h2 {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto
}

.work-process-left {
	background-color: #070b3b;
	padding: 148px 50px;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.work-process-left::before {
	content: "";
	position: absolute;
	z-index: -1;
	opacity: .2;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/shape/bg-shape.png)
}

.work-process-left .section-title {
	margin-bottom: 30px
}

.work-process-left .section-title h2 {
	color: #fff
}

.work-process-left .default-btn {
	margin: 0 auto
}

.work-process-card {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 30px 20px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.work-process-card::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 70px;
	height: 55px;
	background-color: #ff6900;
	border-radius: 0 0 0 270px;
	opacity: .1;
	transition: .7s
}

.work-process-card i {
	font-size: 60px;
	color: #ff6900;
	line-height: 1.2
}

.work-process-card h3 {
	margin-top: 15px;
	margin-bottom: 10px
}

.work-process-card p {
	margin-bottom: 0
}

.work-process-card .number {
	font-size: 24px;
	color: #ff6900;
	font-weight: 600;
	position: absolute;
	top: 5px;
	right: 15px
}

.work-process-area-two {
	position: relative
}

.work-shape {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center
}

.work-process-card-two {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 35px 23px;
	margin-bottom: 30px
}

.work-process-card-two .number-title {
	font-size: 30px;
	color: #ff6900;
	font-weight: 600;
	margin-bottom: 10px;
	display: block
}

.work-process-card-two h3 {
	margin-bottom: 15px
}

.work-process-card-two p {
	margin-bottom: 0
}

.work-process-right {
	background-color: #070b3b;
	padding: 138px 50px;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.work-process-right::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/shape/bg-shape2.png)
}

.work-process-right .section-title {
	margin-bottom: 30px
}

.work-process-right .section-title h2 {
	color: #fff
}

.work-process-right .default-btn {
	margin: 0 auto
}

.work-process-card-three {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 35px 23px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.work-process-card-three::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 85px;
	height: 75px;
	background-color: #ff6900;
	border-radius: 0 0 0 100%;
	opacity: .1;
	transition: .7s
}

.work-process-card-three .number-title {
	font-size: 30px;
	color: #ff6900;
	font-weight: 600;
	margin-bottom: 10px;
	display: block
}

.work-process-card-three h3 {
	margin-bottom: 15px
}

.work-process-card-three p {
	margin-bottom: 0
}

.work-process-card-three i {
	font-size: 30px;
	color: #ff6900;
	position: absolute;
	top: 7px;
	right: 15px
}

.choose-area {
	background-color: #070b3b
}

.choose-content {
	margin-bottom: 30px
}

.choose-content .section-title h2 {
	max-width: 470px;
	color: #fff
}

.choose-content .section-title p {
	color: #fff
}

.choose-content .choose-content-card {
	margin-top: 15px
}

.choose-content .choose-content-card .content {
	padding-top: 20px;
	position: relative;
	padding-left: 75px
}

.choose-content .choose-content-card .content i {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 60px;
	color: #ff6900;
	line-height: 1
}

.choose-content .choose-content-card .content h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #fff
}

.choose-content .choose-content-card p {
	margin-top: 5px;
	margin-bottom: 0;
	color: #fff
}

.choose-img {
	margin-bottom: 30px
}

.choose-img img {
	border-radius: 15px
}

.choose-content-two .section-title {
	margin-bottom: 25px
}

.choose-content-two .section-title p {
	padding-top: 15px
}

.choose-content-two .choose-content-card {
	position: relative;
	padding-left: 100px;
	margin-bottom: 25px
}

.choose-content-two .choose-content-card i {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	background-color: #ff6900;
	border-radius: 3px
}

.choose-content-two .choose-content-card h3 {
	margin-bottom: 15px
}

.choose-content-two .choose-content-card p {
	margin-bottom: 0;
	max-width: 315px
}

.choose-img-two {
	position: relative;
	z-index: 1;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.choose-img-two::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 90%;
	height: 100%;
	background-color: #070b3b
}

.build-area {
	position: relative;
	z-index: 1
}

.build-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background-color: #ff6900
}

.build-area::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background-image: url(../images/build/build-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.build-area .default-btn {
	background-color: #fff;
	color: #ff6900
}

.build-content .section-title span {
	color: #fff
}

.build-content .section-title h2 {
	color: #fff
}

.build-content.build-content-on-color .section-title span {
	color: #252525
}

.build-content.build-content-on-color .section-title h2 {
	color: #252525
}

.build-btn-area {
	float: right
}

.build-play-img {
	position: relative;
	border-radius: 30px;
	margin-bottom: 30px
}

.build-play-img img {
	border-radius: 30px
}

.build-play-img .play-area-content {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: -1px;
	max-width: 470px;
	background-color: rgba(37, 37, 37, .2196078431);
	border-bottom-left-radius: 30px;
	border-top-right-radius: 70%;
	padding: 150px 80px 110px 40px
}

.build-play-img .play-area-content::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 30px;
	right: 30px;
	width: 92.7%;
	height: 92.1%;
	background-color: #ff6900;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 70%
}

.build-play-img .play-area-content span {
	color: #fff
}

.build-play-img .play-area-content h2 {
	color: #fff;
	font-size: 35px;
	max-width: 300px;
	margin-bottom: 0
}

.play-area {
	position: absolute;
	z-index: 1;
	bottom: 220px;
	left: 260px
}

.play-area .play-on {
	width: 80px;
	height: 80px;
	color: #ff6900;
	background-color: #fff;
	text-align: center;
	font-size: 45px;
	line-height: 85px;
	border-radius: 50px;
	display: inline-block
}

.play-area .play-on i {
	position: relative;
	left: 4px;
	top: 1px
}

.play-area .play-on:hover {
	color: #fff;
	background-color: #ffc221
}

.build-item {
	position: relative;
	margin-bottom: 80px
}

.build-item a {
	display: block
}

.build-item a img {
	border-radius: 5px
}

.build-item .content {
	position: absolute;
	left: 0;
	right: 0;
	width: 90%;
	bottom: -80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px
}

.build-item .content h3 {
	margin-bottom: 5px
}

.build-item .content h3 a {
	color: #252525;
	transition: .5s
}

.build-item .content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.build-item .content ul li {
	display: inline-block;
	margin-right: 15px;
	color: #444;
	font-weight: 500;
	position: relative;
	font-size: 14px
}

.build-item .content ul li a {
	color: #444
}

.build-item .content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	right: -10px;
	width: 2px;
	height: 15px;
	background-color: #444;
	transform: skew(-20deg)
}

.build-item .content ul li:last-child {
	margin-left: 0
}

.build-item .content ul li:last-child::before {
	display: none
}

.build-item .content ul li:hover a {
	color: #ff6900
}

.build-item .content .more-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #ff6900;
	text-align: center;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 5px;
	background-color: #e6f1fc;
	transition: .5s
}

.build-item:hover .content h3 a {
	color: #ffc221
}

.build-item:hover .more-btn {
	background-color: #ff6900;
	color: #fff
}

.build-text {
	margin-bottom: 20px;
	margin-top: 30px
}

.build-text p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 600
}

.build-text.build-on-text p {
	color: #252525
}

.play-btn-area {
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 170px;
	text-align: center;
	margin-bottom: 30px
}

.play-btn-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/build/build-play-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 15px
}

.play-btn-area .build-play {
	font-size: 35px;
	color: #fff;
	width: 100px;
	height: 100px;
	z-index: 1;
	background-color: rgba(255, 255, 255, .5294117647);
	border-radius: 50%;
	line-height: 105px;
	text-align: center;
	position: relative;
	transition: .7s;
	animation: pulse 3s ease-out infinite
}

.play-btn-area .build-play i {
	position: relative;
	top: 1px;
	left: 3px
}

.play-btn-area .build-play::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	right: 0;
	top: 15px;
	margin: 0 auto;
	z-index: -1;
	background-color: #ff6900;
	border-radius: 50%
}

.play-btn-area .build-play:hover {
	border-radius: 0;
	transform: scale(1)
}

.play-btn-area .build-play:hover::before {
	border-radius: 0;
	animation: none
}

.build-area-two {
	background-color: #f8f8f8
}

.talk-area {
	background-image: url(../images/talk-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1
}

.talk-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #070b3b;
	opacity: .8
}

.talk-content .section-title {
	margin-bottom: 30px
}

.talk-content .section-title h2 {
	color: #fff;
	max-width: 530px;
	margin-left: auto;
	margin-right: auto
}

.talk-area-two {
	background-image: url(../images/talk-bg2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-attachment: fixed
}

.talk-area-two::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ff6900;
	opacity: .8
}

.call-us-area {
	background-color: #070b3b;
	position: relative;
	z-index: 1
}

.call-us-area::before {
	content: "";
	position: absolute;
	opacity: .1;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/call-us/call-shap1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.call-us-img {
	text-align: center;
	position: relative;
	z-index: 1
}

.call-shape .shape1 {
	position: absolute;
	top: 30px;
	left: 30px
}

.call-shape .shape2 {
	position: absolute;
	top: 30px;
	right: -35px
}

.call-contact {
	padding: 50px 0
}

.call-contact h3 {
	font-size: 22px;
	color: #ffc221;
	margin-bottom: 5px
}

.call-contact .call-btn {
	font-size: 35px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600
}

.call-contact .call-btn:hover {
	color: #ffc221
}

.call-contact p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px
}

.counter-area {
	position: relative
}

.counter-area .section-title h2 {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto
}

.counter-area .section-title p {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px
}

.counter-content {
	margin-bottom: 30px;
	text-align: center
}

.counter-content h1 {
	font-size: 170px;
	color: #252525;
	margin-bottom: 0;
	line-height: 1
}

.counter-content h1 span {
	color: #ff6900;
	line-height: 1;
	position: relative;
	top: -6px
}

.counter-content h3 {
	margin-bottom: 13px
}

.counter-content p {
	max-width: 355px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.counter-another-content {
	margin-bottom: 25px;
	padding-left: 90px;
	position: relative
}

.counter-another-content i {
	position: absolute;
	line-height: 1;
	font-size: 60px;
	top: 3px;
	left: 0;
	color: #ff6900
}

.counter-another-content h3 {
	color: #252525;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 8px
}

.counter-another-content span {
	font-size: 17px;
	color: #444;
	margin-bottom: 0;
	font-weight: 600
}

.counter-shape {
	display: none
}

.counter-shape .shape1 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.counter-shape .shape1 img {
	max-width: 200px
}

.counter-shape .shape2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.counter-shape .shape2 img {
	max-width: 200px
}

.case-study-area .section-title h2 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto
}

.case-study-item {
	position: relative;
	margin-bottom: 80px
}

.case-study-item a {
	display: block
}

.case-study-item a img {
	border-radius: 5px
}

.case-study-item .content {
	position: absolute;
	left: 0;
	right: 0;
	width: 90%;
	bottom: -80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px
}

.case-study-item .content h3 {
	margin-bottom: 5px
}

.case-study-item .content h3 a {
	color: #252525
}

.case-study-item .content h3:hover a {
	color: #ff6900
}

.case-study-item .content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.case-study-item .content ul li {
	display: inline-block;
	margin-right: 15px;
	color: #444;
	font-weight: 500;
	position: relative
}

.case-study-item .content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	right: -10px;
	width: 2px;
	height: 15px;
	background-color: #444;
	transform: skew(-20deg)
}

.case-study-item .content ul li a {
	color: #444
}

.case-study-item .content ul li:last-child {
	margin-left: 0
}

.case-study-item .content ul li:last-child::before {
	display: none
}

.case-study-item .content ul li:hover a {
	color: #ff6900
}

.case-study-item .content .more-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 50px;
	font-size: 20px;
	color: #ff6900;
	text-align: center;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 5px;
	background-color: #e6f1fc;
	transition: .5s
}

.case-study-item .content .more-btn:hover {
	background-color: #ff6900;
	color: #fff
}

.case-study-item:hover .content h3 a {
	color: #ff6900
}

.case-study-item:hover .content .more-btn {
	background-color: #ff6900;
	color: #fff
}

.case-article .case-article-img {
	margin-bottom: 25px
}

.case-article .case-article-img img {
	border-radius: 15px
}

.case-article .case-article-content h2 {
	font-size: 26px;
	margin-bottom: 15px
}

.case-article .case-article-content p {
	margin-bottom: 20px
}

.case-article .case-article-content .case-article-list {
	list-style: none;
	margin: 0 0 25px;
	padding: 0
}

.case-article .case-article-content .case-article-list li {
	display: block;
	color: #252525;
	margin-bottom: 10px;
	font-weight: 600;
	transition: .7s;
	padding-left: 35px;
	position: relative;
	transition: .5s
}

.case-article .case-article-content .case-article-list li:hover {
	color: #ff6900
}

.case-article .case-article-content .case-article-list li:hover i {
	color: #ffc221
}

.case-article .case-article-content .case-article-list li:last-child {
	margin-bottom: 0
}

.case-article .case-article-content .case-article-list li i {
	font-size: 26px;
	color: #ff6900;
	position: absolute;
	left: 0;
	top: 2px;
	margin-right: 5px;
	transition: .5s
}

.case-article .case-article-content .case-article-list.case-article-ls li i {
	top: -1px
}

.case-article .case-article-another h2 {
	font-size: 26px;
	margin-bottom: 15px
}

.case-article .case-article-another p {
	margin-bottom: 20px
}

.case-article .case-article-another .case-article-another-img {
	margin-bottom: 25px;
	margin-top: 10px
}

.case-article .case-article-another .case-article-another-img img {
	border-radius: 15px
}

.case-article .case-work-process h2 {
	font-size: 26px;
	margin-bottom: 15px
}

.case-article .case-work-process p {
	margin-bottom: 30px
}

.case-play-btn {
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 170px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px
}

.case-play-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/build/build-play-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 15px
}

.case-play-btn .case-play {
	font-size: 40px;
	color: #ff6900;
	width: 80px;
	height: 80px;
	z-index: 1;
	background-color: #fff;
	border-radius: 50%;
	line-height: 85px;
	text-align: center;
	position: relative;
	transition: .7s;
	animation: pulse 3s ease-out infinite
}

.case-play-btn .case-play i {
	position: relative;
	top: 1px;
	left: 3px
}

.case-play-btn .case-play:hover {
	border-radius: 0;
	transform: scale(1)
}

.case-play-btn .case-play:hover::before {
	border-radius: 0;
	animation: none
}

.case-study-area-two {
	position: relative;
	z-index: 1
}

.case-study-area-two::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	background-color: #070b3b
}

.case-study-area-two .section-title h2 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}

.team-card {
	margin-bottom: 30px;
	position: relative
}

.team-card:hover .social-link {
	opacity: 1
}

.team-card:hover .social-link li a {
	transform: scaleY(1)
}

.team-card:hover .content {
	border-radius: 0
}

.team-card .social-link {
	position: absolute;
	top: 17%;
	right: 30px;
	padding: 0;
	list-style: none;
	opacity: 0
}

.team-card .social-link li {
	display: block;
	margin-bottom: 10px
}

.team-card .social-link li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background-color: #ff6900;
	transform: scaleY(0)
}

.team-card .social-link li:hover a {
	background-color: #fff;
	color: #ff6900
}

.team-card .content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ff6900;
	padding: 20px 25px;
	border-top-left-radius: 100px;
	text-align: center;
	transition: .9s
}

.team-card .content h3 {
	margin-bottom: 0;
	color: #fff
}

.team-card .content span {
	color: #fff
}

.technology-area {
	position: relative;
	z-index: 1;
	background-image: url(../images/technology-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.technology-area .section-title h2 {
	color: #fff;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto
}

.technology-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #070b3b;
	opacity: .8
}

.technology-card {
	padding: 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 30px
}

.technology-card i {
	font-size: 50px;
	line-height: 1;
	color: #fff
}

.technology-card h3 {
	color: #fff;
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: 500
}

.technology-area-two {
	background-color: #f8f8f8
}

.technology-area-two .section-title h2 {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto
}

.technology-card-color {
	border-color: #ff6900
}

.technology-card-color i {
	color: #ff6900
}

.technology-card-color h3 {
	color: #252525
}

.technology-area-three {
	position: relative;
	z-index: 1;
	background-color: #070b3b
}

.technology-area-three .section-title {
	margin-bottom: 30px
}

.technology-area-three .section-title h2 {
	color: #fff;
	max-width: 540px
}

.technology-area-three .section-title p {
	color: #fff;
	margin-bottom: 20px;
	padding-top: 17px
}

.technology-area-three::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/shape/bg-shape3.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .4
}

.technology-card-color2 i {
	color: #ff6900
}

.technology-area-four {
	background-color: #f8f8f8
}

.technology-area-four .section-title {
	margin-bottom: 30px
}

.technology-area-four .section-title p {
	padding-top: 18px
}

.technology-item {
	padding: 17px 17px 15px;
	border: 1px solid #ff6900;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 30px
}

.technology-item i {
	font-size: 35px;
	line-height: 1;
	color: #ff6900
}

.technology-item h3 {
	color: #070b3b;
	margin-bottom: 0;
	margin-top: 17px;
	font-weight: 500;
	font-size: 18px
}

.technology-play-area {
	padding: 200px 0;
	text-align: center;
	background-image: url(../images/technology-img2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-left: 20px
}

.technology-play-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #070b3b;
	opacity: .5;
	border-radius: 10px
}

.technology-play-area .play-btn i {
	position: relative;
	z-index: 1;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 40px;
	text-align: center;
	background-color: #fff;
	color: #ffc221;
	border-radius: 50px;
	transition: .7s
}

.technology-play-area .play-btn i::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: .5px solid #fff;
	border-radius: 50px;
	animation: ripple 2s infinite ease-in-out
}

.technology-play-area .play-btn:hover i {
	background-color: #ffc221;
	color: #fff
}

.technology-play-area .play-btn:hover i::after {
	border-color: #ffc221
}

.brand-area {
	position: relative
}

.brand-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/brand-logo/brand-bg.png)
}

.brand-area-two {
	position: relative;
	background-color: #ff6900
}

.brand-area-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/brand-logo/brand-bg.png)
}

.brand-item img {
	width: unset !important;
	text-align: center;
	margin: 0 auto
}

.brand-item .brand-logo-two {
	display: none !important
}

.clients-area {
	position: relative;
	z-index: 1;
	background-color: #15163b
}

.clients-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-image: url(../images/clients-img/client-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.clients-area .section-title h2 {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}

.clients-area .owl-nav {
	margin-top: 0
}

.clients-area .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -7%;
	font-size: 25px !important;
	transition: .7s;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	line-height: 47px !important;
	background-color: transparent !important;
	color: #ff6900 !important;
	border: 1px solid #ff6900 !important
}

.clients-area .owl-nav .owl-prev:hover {
	color: #fff !important;
	background-color: #ff6900 !important
}

.clients-area .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -7%;
	color: #444 !important;
	font-size: 25px !important;
	transition: .7s;
	width: 45px;
	height: 45px;
	line-height: 47px !important;
	border-radius: 50px;
	background-color: transparent !important;
	color: #ff6900 !important;
	border: 1px solid #ff6900 !important
}

.clients-area .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #ff6900 !important
}

.clients-area-two {
	background-color: #fff
}

.clients-area-two .section-title h2 {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	color: #252525
}

.clients-content {
	position: relative;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	padding: 30px 40px 25px;
	margin-bottom: 30px;
	border-radius: 10px
}

.clients-content::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 95%;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: .5;
	border-radius: 10px
}

.clients-content .content {
	padding-left: 110px;
	position: relative;
	margin-bottom: 30px
}

.clients-content .content img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: unset !important;
	width: 85px !important;
	height: 85px !important
}

.clients-content .content i {
	position: absolute;
	bottom: -10px;
	left: 60px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #ffc221;
	color: #fff;
	text-align: center
}

.clients-content .content h3 {
	padding-top: 20px;
	margin-bottom: 0
}

.clients-content .content span {
	margin-bottom: 0
}

.clients-content p {
	margin-bottom: 0
}

.client-circle .client-circle-1 {
	position: absolute;
	top: 10%;
	left: 0
}

.client-circle .client-circle-2 {
	position: absolute;
	top: 40%;
	left: 3%
}

.client-circle .client-circle-3 {
	position: absolute;
	top: 75%;
	left: 0%
}

.client-circle .client-circle-4 {
	position: absolute;
	top: 10%;
	right: 20%
}

.client-circle .client-circle-5 {
	position: absolute;
	top: 25%;
	right: 5%
}

.client-circle .client-circle-6 {
	position: absolute;
	top: 70%;
	right: 0
}

.client-circle .client-circle-7 {
	position: absolute;
	bottom: 5%;
	right: 35%
}

.circle {
	width: 40px;
	height: 40px;
	background-color: #ff6900;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	border: 13px solid #f6fbff
}

.clients-content-color {
	background-color: #070b3b
}

.clients-content-color::before {
	background-color: #070b3b
}

.clients-content-color .content h3 {
	color: #fff
}

.clients-content-color .content span {
	color: #fff
}

.clients-content-color p {
	color: #fff
}

.clients-area-three {
	background-color: #f4f4ff;
	position: relative;
	z-index: 1
}

.clients-area-three::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-image: url(../images/shape/bg-shape5.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .7
}

.clients-area-three .owl-nav {
	margin-top: 0;
	line-height: 0
}

.clients-area-three .owl-nav .owl-prev {
	position: absolute;
	bottom: 90px;
	left: 575px;
	font-size: 25px !important;
	transition: .7s;
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	border-radius: 50px;
	background-color: transparent !important;
	color: #ff6900 !important;
	border: 1px solid #ff6900 !important
}

.clients-area-three .owl-nav .owl-prev:hover {
	color: #fff !important;
	background-color: #ff6900 !important
}

.clients-area-three .owl-nav .owl-next {
	position: absolute;
	bottom: 90px;
	left: 620px;
	color: #444 !important;
	font-size: 24px !important;
	transition: .7s;
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	border-radius: 50px;
	background-color: transparent !important;
	color: #ff6900 !important;
	border: 1px solid #ff6900 !important
}

.clients-area-three .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #ff6900 !important
}

.clients-slider-img {
	position: relative;
	z-index: 1;
	text-align: center
}

.clients-slider-img img {
	width: unset !important;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.clients-slider-img .clients-slider-circle {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -35px;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	height: 90%;
	animation: border-transform 15s infinite ease-in-out;
	background-image: linear-gradient(#ff6900, #070b3b)
}

.clients-slider-content {
	margin-bottom: 90px
}

.clients-slider-content i {
	border-radius: 50px;
	width: 80px;
	height: 80px;
	line-height: 82px;
	font-size: 40px;
	background-color: #ff6900;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.clients-slider-content i::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: .5px solid #ff6900;
	border-radius: 50px;
	animation: ripple 2s infinite ease-in-out
}

.clients-slider-content p {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500
}

.clients-slider-content h3 {
	margin-bottom: 7px;
	color: #ff6900
}

.clients-slider-content span {
	margin-bottom: 0;
	font-weight: 500
}

.owl-item.active .clients-slider-item .clients-slider-img {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: .7s
}

.owl-item.active .clients-slider-item .clients-slider-content i {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 1.1s
}

.owl-item.active .clients-slider-item .clients-slider-content p {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 1.5s
}

.owl-item.active .clients-slider-item .clients-slider-content h3 {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 1.7s
}

.owl-item.active .clients-slider-item .clients-slider-content span {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 1.9s
}

.blog-card {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	border-radius: 5px;
	transition: .9s;
	border: 1px solid #f1f1f1
}

.blog-card .blog-img {
	position: relative
}

.blog-card .blog-img img {
	border-radius: 5px
}

.blog-card .blog-img .blog-tag {
	background-color: #ffc221;
	padding: 15px 12px;
	position: absolute;
	bottom: -20px;
	right: 30px;
	border-radius: 5px;
	text-align: center
}

.blog-card .blog-img .blog-tag h3 {
	font-size: 17px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 500
}

.blog-card .blog-img .blog-tag span {
	color: #fff;
	line-height: 1;
	font-weight: 500
}

.blog-card .content {
	padding: 25px 30px
}

.blog-card .content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-card .content ul li {
	display: inline-block;
	font-size: 15px;
	margin-right: 20px
}

.blog-card .content ul li a {
	color: #444
}

.blog-card .content ul li a i {
	font-size: 20px;
	color: #ff6900;
	margin-right: 5px;
	position: relative;
	top: 3px
}

.blog-card .content ul li a:last-child {
	margin-right: 0
}

.blog-card .content ul li a:hover {
	color: #ffc221
}

.blog-card .content ul li a:hover i {
	color: #ff6900
}

.blog-card .content h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px
}

.blog-card .content h3 a {
	color: #252525
}

.blog-card .content p {
	margin-bottom: 8px
}

.blog-card .content .read-btn {
	color: #ff6900;
	font-size: 15px;
	font-weight: 600
}

.blog-card .content .read-btn i {
	font-size: 20px;
	position: relative;
	top: 5px
}

.blog-card .content .read-btn:hover {
	color: #252525;
	letter-spacing: .25px
}

.blog-card:hover {
	transform: translateY(-10px)
}

.blog-card:hover .content h3 a {
	color: #ffc221
}

.blog-item {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	border-radius: 5px;
	transition: .9s
}

.blog-item .blog-img {
	position: relative
}

.blog-item .blog-img img {
	border-radius: 5px
}

.blog-item .blog-img .blog-tag {
	background-color: #ff6900;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 20px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	transition: .7s;
	color: #fff
}

.blog-item .blog-img .blog-tag:hover {
	background-color: #fff;
	color: #ff6900
}

.blog-item .blog-img2 {
	position: relative
}

.blog-item .blog-img2 img {
	border-radius: 5px;
	padding: 20px;
	background-color: #e6f1fc
}

.blog-item .blog-img2 .blog-tag {
	background-color: #ff6900;
	padding: 10px 14px 8px;
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center
}

.blog-item .blog-img2 .blog-tag h3 {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-bottom: 2px;
	font-weight: 600
}

.blog-item .blog-img2 .blog-tag span {
	color: #fff;
	line-height: 1;
	font-weight: 400;
	font-size: 15px
}

.blog-item .blog-img3 {
	position: relative
}

.blog-item .blog-img3 img {
	border-radius: 5px
}

.blog-item .blog-img3 .blog-tag {
	background-color: #ff6900;
	padding: 10px 14px 8px;
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center
}

.blog-item .blog-img3 .blog-tag h3 {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-bottom: 2px;
	font-weight: 600
}

.blog-item .blog-img3 .blog-tag span {
	color: #fff;
	line-height: 1;
	font-weight: 400;
	font-size: 15px
}

.blog-item .content {
	padding: 25px 21px
}

.blog-item .content ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0
}

.blog-item .content ul li {
	display: inline-block;
	font-size: 15px;
	margin-right: 20px;
	color: #444;
	font-weight: 500
}

.blog-item .content ul li i {
	font-size: 18px;
	color: #ff6900;
	margin-right: 5px;
	position: relative;
	top: 3px;
	transition: .7s
}

.blog-item .content ul li a {
	color: #444
}

.blog-item .content ul li a i {
	font-size: 20px;
	color: #ff6900;
	margin-right: 5px;
	position: relative;
	font-size: 18px;
	transition: .7s
}

.blog-item .content ul li a:last-child {
	margin-right: 0
}

.blog-item .content ul li a:hover {
	color: #ff6900
}

.blog-item .content ul li a:hover i {
	color: #ffc221
}

.blog-item .content h3 {
	margin-bottom: 10px;
	font-size: 22px
}

.blog-item .content h3 a {
	color: #252525
}

.blog-item .content p {
	margin-bottom: 8px
}

.blog-item .content .read-btn {
	color: #ff6900;
	font-size: 14px;
	font-weight: 600
}

.blog-item .content .read-btn i {
	font-size: 20px;
	position: relative;
	top: 5px
}

.blog-item .content .read-btn:hover {
	color: #252525;
	letter-spacing: .25px
}

.blog-item:hover {
	transform: translateY(-10px)
}

.blog-item:hover .content h3 a {
	color: #ff6900
}

.blog-article {
	margin-bottom: 30px
}

.blog-article .blog-article-img {
	margin-bottom: 30px;
	position: relative
}

.blog-article .blog-article-img img {
	border-radius: 15px
}

.blog-article .blog-article-img .blog-article-tag {
	background-color: #ffc221;
	padding: 15px 12px;
	position: absolute;
	bottom: -20px;
	right: 30px;
	border-radius: 3px;
	text-align: center
}

.blog-article .blog-article-img .blog-article-tag h3 {
	font-size: 17px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 500
}

.blog-article .blog-article-img .blog-article-tag span {
	font-size: 17px;
	color: #fff;
	line-height: 1;
	font-weight: 500
}

.blog-article .blog-article-title {
	margin-bottom: 20px
}

.blog-article .blog-article-title ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-article .blog-article-title ul li {
	display: inline-block;
	font-size: 15px;
	color: #252525;
	margin-right: 30px;
	position: relative;
	font-weight: 500
}

.blog-article .blog-article-title ul li:last-child {
	margin-right: 0
}

.blog-article .blog-article-title ul li i {
	font-size: 18px;
	margin-right: 10px;
	position: relative;
	top: 3px;
	color: #ff6900
}

.blog-article .blog-article-title h2 {
	margin-top: 15px;
	font-size: 26px;
	max-width: 650px;
	margin-bottom: 0;
	color: #252525
}

.blog-article .article-content {
	padding-bottom: 10px
}

.blog-article .article-content p {
	margin-bottom: 20px
}

.blog-article .article-content .blockquote {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	padding: 20px 30px 20px 50px;
	margin-left: 35px
}

.blog-article .article-content .blockquote p {
	font-size: 15px;
	color: #444;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0
}

.blog-article .article-content .blockquote span {
	font-size: 15px;
	color: #252525;
	font-weight: 600
}

.blog-article .article-content .blockquote i {
	font-size: 35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	background-image: linear-gradient(to right, #070f60, #ff6900);
	text-align: center;
	border-radius: 50px;
	position: absolute;
	top: 24%;
	left: -35px
}

.blog-article .blog-article-share {
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px
}

.blog-article .blog-article-share .blog-tag ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-article .blog-article-share .blog-tag ul li {
	display: inline-block;
	padding: 5px 3px;
	transition: .7s;
	color: #252525;
	font-weight: 400;
	margin-right: 5px
}

.blog-article .blog-article-share .blog-tag ul li:last-child {
	margin-right: 0
}

.blog-article .blog-article-share .blog-tag ul li i {
	color: #ff6900;
	font-size: 18px;
	position: relative;
	top: 3px
}

.blog-article .blog-article-share .blog-tag ul li a {
	color: #fff;
	background-color: #ff6900;
	padding: 5px 12px;
	border-radius: 10px;
	font-size: 14px
}

.blog-article .blog-article-share .blog-tag ul li:hover a {
	background-color: #ffc221
}

.blog-article .blog-article-share .social-icon {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right
}

.blog-article .blog-article-share .social-icon li {
	display: inline-block;
	margin-right: 5px
}

.blog-article .blog-article-share .social-icon li a {
	border-radius: 0;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	color: #ff6900;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.blog-article .blog-article-share .social-icon li a:hover {
	background-color: #ff6900;
	color: #fff
}

.blog-article .comments-wrap {
	margin-bottom: 30px
}

.blog-article .comments-wrap .comment-title .title {
	font-size: 24px;
	margin-bottom: 0;
	color: #252525
}

.blog-article .comments-wrap .comment-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-article .comments-wrap .comment-list li {
	position: relative;
	padding: 30px;
	padding-left: 75px;
	border-bottom: 1px solid #e1e1e1
}

.blog-article .comments-wrap .comment-list li:last-child {
	margin-bottom: 0
}

.blog-article .comments-wrap .comment-list li img {
	position: absolute;
	top: 30px;
	left: 0;
	border-radius: 50%
}

.blog-article .comments-wrap .comment-list li h3 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #252525
}

.blog-article .comments-wrap .comment-list li span {
	font-size: 15px;
	color: #252525
}

.blog-article .comments-wrap .comment-list li p {
	margin-top: 10px;
	margin-bottom: 0
}

.blog-article .comments-wrap .comment-list li a {
	color: #ff6900;
	font-weight: 600;
	position: absolute;
	top: 30px;
	right: 0
}

.blog-article .comments-wrap .comment-list li a:hover {
	color: #ffc221
}

.blog-article .comments-form {
	margin-top: 30px;
	margin-bottom: 30px
}

.blog-article .comments-form .title {
	font-size: 24px;
	margin-bottom: 20px;
	color: #252525
}

.blog-article .comments-form .contact-form {
	box-shadow: none;
	padding: 0;
	background-color: #fff
}

.blog-article .comments-form .default-btn {
	width: unset
}

.search-widget {
	margin-bottom: 30px;
	background-color: #fff
}

.search-widget .search-form {
	position: relative;
	border: 1px solid #e2e2e2;
	border-radius: 5px
}

.search-widget .search-form .form-control {
	height: 50px;
	border: none;
	background-color: #fff;
	padding: 10px 20px;
	width: 100%;
	color: #252525;
	border-radius: 5px
}

.search-widget .search-form .form-control:focus {
	box-shadow: none;
	outline: 0
}

.search-widget .search-form button {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 45px;
	width: 45px;
	transition: all .5s;
	border: none;
	outline: none;
	background-color: #ff6900;
	line-height: 57px;
	border-radius: 5px
}

.search-widget .search-form button i {
	color: #fff;
	font-size: 24px
}

.search-widget .search-form button:hover {
	background-color: #252525
}

.side-bar-area {
	margin-left: 15px
}

.side-bar-widget {
	background-color: #fff
}

.side-bar-widget .title {
	font-size: 20px;
	color: #252525;
	padding: 0;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background-color: transparent;
	width: 100%
}

.side-bar-widget .side-bar-categories {
	margin-bottom: 15px
}

.side-bar-widget .side-bar-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.side-bar-widget .side-bar-categories ul li {
	position: relative;
	font-size: 15px;
	font-weight: 500
}

.side-bar-widget .side-bar-categories ul li .line-circle {
	position: absolute;
	top: 10px;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: transparent;
	border: 1px solid #ff6900;
	border-radius: 50px
}

.side-bar-widget .side-bar-categories ul li .line-circle::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	margin: 0 auto;
	width: 9px;
	height: 9px;
	background-color: #ff6900;
	border-radius: 50px
}

.side-bar-widget .side-bar-categories ul li:last-child {
	border-bottom: none
}

.side-bar-widget .side-bar-categories ul li a {
	display: inline-block;
	color: #444;
	font-weight: 400;
	padding: 5px 0 5px 25px;
	font-weight: 600;
	position: relative;
	width: 100%
}

.side-bar-widget .side-bar-categories ul li a span {
	right: 30px;
	position: absolute;
	top: 10px;
	color: #444
}

.side-bar-widget .side-bar-categories ul li a:hover {
	color: #ff6900
}

.side-bar-widget .side-bar-categories ul li a:hover span {
	color: #ff6900
}

.side-bar-widget .widget-popular-post {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px
}

.side-bar-widget .widget-popular-post .item {
	overflow: hidden;
	margin-bottom: 13px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e2e2
}

.side-bar-widget .widget-popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.side-bar-widget .widget-popular-post .item .thumb {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 15px
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	position: relative;
	background-color: #070b3b
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
	background-image: url(../images/blog/blog-details.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
	background-image: url(../images/blog/blog-img2.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
	background-image: url(../images/blog/blog-img3.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
	background-image: url(../images/blog/blog-img1.jpg)
}

.side-bar-widget .widget-popular-post .item .info {
	overflow: hidden;
	padding: 0
}

.side-bar-widget .widget-popular-post .item .info .title-text {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 500;
	max-width: 210px
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
	display: inline-block;
	color: #252525;
	margin-bottom: 5px
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
	color: #ff6900
}

.side-bar-widget .widget-popular-post .item .info p {
	font-size: 15px;
	margin-bottom: 0;
	max-width: 180px;
	color: #ff6900
}

.side-bar-widget .side-bar-widget-tag {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px
}

.side-bar-widget .side-bar-widget-tag li {
	display: inline-block;
	margin: 5px;
	color: #fff
}

.side-bar-widget .side-bar-widget-tag li a {
	color: #fff;
	padding: 7px 15px;
	background-color: #ff6900;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	transition: .7s
}

.side-bar-widget .side-bar-widget-tag li:hover a {
	color: #fff;
	background-color: #ffc221
}

.side-bar-widget .blog-gallery {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
	margin-bottom: 25px
}

.side-bar-widget .blog-gallery li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px
}

.side-bar-widget .blog-gallery li a {
	display: block;
	position: relative
}

.side-bar-widget .blog-gallery li a img {
	width: 100%;
	height: 100%;
	border-radius: 15px
}

.side-bar-widget .blog-gallery li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ff6900;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 15px
}

.side-bar-widget .blog-gallery li a::after {
	content: "\ee93";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translate(0, -50%);
	text-align: center;
	background-color: transparent;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	font-size: 35px;
	font-family: boxicons;
	color: #fff
}

.side-bar-widget .blog-gallery li a:hover::before {
	opacity: .5;
	visibility: visible
}

.side-bar-widget .blog-gallery li a:hover::after {
	opacity: 1;
	visibility: visible
}

.blog-style-card {
	margin-bottom: 30px
}

.blog-style-card .blog-style-img {
	position: relative
}

.blog-style-card .blog-style-img img {
	border-radius: 15px
}

.blog-style-card .blog-style-img .blog-style-tag {
	background-color: #ffc221;
	padding: 15px 12px;
	position: absolute;
	bottom: -20px;
	right: 30px;
	border-radius: 3px;
	text-align: center
}

.blog-style-card .blog-style-img .blog-style-tag h3 {
	font-size: 17px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 500
}

.blog-style-card .blog-style-img .blog-style-tag span {
	font-size: 17px;
	color: #fff;
	line-height: 1;
	font-weight: 500
}

.blog-style-card .content {
	padding: 30px 0 0
}

.blog-style-card .content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-style-card .content ul li {
	display: inline-block;
	font-size: 15px;
	color: #252525;
	margin-right: 30px;
	position: relative;
	font-weight: 500
}

.blog-style-card .content ul li:last-child {
	margin-right: 0
}

.blog-style-card .content ul li i {
	font-size: 18px;
	margin-right: 10px;
	position: relative;
	top: 3px;
	color: #ff6900
}

.blog-style-card .content h3 {
	margin-top: 10px;
	margin-bottom: 10px
}

.blog-style-card .content h3 a {
	color: #252525;
	display: block
}

.blog-style-card .content p {
	margin-bottom: 15px
}

.blog-style-card .content .default-btn {
	padding: 8px 16px;
	font-size: 14px
}

.blog-style-card:hover .content h3 a {
	color: #ff6900
}

.faq-area .section-title p {
	max-width: 560px
}

.faq-content {
	margin-bottom: 30px
}

.faq-content .section-title {
	margin-bottom: 30px
}

.faq-content .section-title h2 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2
}

.faq-content .section-title p {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto
}

.faq-content .faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.faq-content .faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .07)
}

.faq-content .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-content .faq-accordion .accordion .accordion-title {
	padding: 15px 60px 15px 20px;
	color: #252525;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600
}

.faq-content .faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 25px;
	transition: .5s;
	font-size: 24px;
	width: 30px;
	height: 30px;
	color: #ff6900;
	text-align: center;
	line-height: 30px;
	background-color: transparent;
	border-radius: 50px;
	border: 1px solid #ff6900
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
	content: "\eb8b"
}

.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
	margin-top: -5px
}

.faq-content .faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: 0;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px
}

.faq-content .faq-accordion .accordion .accordion-content p {
	margin-top: -6px;
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 3px
}

.faq-content .faq-accordion .accordion .accordion-content.show {
	display: block
}

.user-img {
	margin-bottom: 30px
}

.user-form .contact-form {
	max-width: 640px
}

.user-form .contact-form .agree-label .forget {
	position: absolute;
	right: 0
}

.user-form .contact-form .default-btn {
	width: unset
}

.user-form .contact-form .account-desc {
	margin-top: 15px;
	font-weight: 600;
	margin-bottom: 0
}

.user-form .contact-form .account-desc a {
	color: #ff6900
}

.user-form .contact-form .account-desc a:hover {
	color: #ffc221
}

.pagination-area {
	margin-top: 10px;
	margin-bottom: 30px
}

.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ff6900;
	background-color: transparent;
	border: 1px solid #ff6900;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	border-radius: 5px
}

.pagination-area .page-numbers:hover {
	background-color: #ff6900;
	color: #fff
}

.pagination-area .page-numbers i {
	position: relative;
	font-size: 25px;
	top: 5px
}

.pagination-area .page-numbers.current {
	background-color: #ff6900;
	color: #fff
}

.terms-conditions-img {
	margin-bottom: 30px
}

.single-content {
	margin-bottom: 30px
}

.single-content h3 {
	font-size: 24px;
	color: #252525;
	margin-bottom: 15px
}

.single-content p {
	margin-bottom: 15px
}

.contact-form {
	max-width: 800px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto
}

.contact-form h2 {
	color: #252525;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1
}

.contact-form .form-group {
	margin-bottom: 20px;
	position: relative
}

.contact-form .form-group label {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 500
}

.contact-form .form-group label span {
	color: #ff6900
}

.contact-form .form-group.checkbox-option {
	position: relative
}

.contact-form .form-group.checkbox-option #chb2 {
	position: absolute;
	top: 6px;
	left: 0
}

.contact-form .form-group.checkbox-option p {
	padding-left: 25px;
	font-size: 15px
}

.contact-form .form-group.checkbox-option p a {
	color: #ff6900
}

.contact-form .form-group.checkbox-option p a:hover {
	color: #ffc221
}

.contact-form .form-group .form-control {
	height: 50px;
	color: #252525;
	border: 1px solid #ff6900;
	background-color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
	border-radius: 0;
	font-weight: 500
}

.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #252525;
	box-shadow: none
}

.contact-form .form-group textarea.form-control {
	height: auto
}

.contact-form .agree-label {
	margin-bottom: 15px;
	position: relative
}

.contact-form .agree-label #chb1 {
	position: absolute;
	top: 5px;
	left: 0
}

.contact-form .agree-label label {
	font-weight: 500;
	color: #252525;
	margin-left: 25px
}

.contact-form .agree-label label a {
	color: #ff6900
}

.contact-form .agree-label label a:hover {
	color: #ffc221
}

.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	font-weight: 400;
	display: block
}

.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px
}

.contact-form .default-btn {
	border: 0;
	outline: none
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
	color: #444
}

.contact-card {
	text-align: center;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	padding: 30px 20px;
	border-radius: 15px
}

.contact-card i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	font-size: 24px;
	color: #ff6900;
	border-radius: 50px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px
}

.contact-card h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #252525
}

.contact-card span {
	color: #444;
	font-weight: 500;
	font-size: 17px;
	display: block
}

.contact-card span a {
	color: #444;
	display: block
}

.contact-card span a:hover {
	color: #ff6900
}

.contact-info {
	margin-bottom: 30px;
	background-color: #070b3b;
	padding: 52px 35px 22px;
	border-radius: 15px;
	position: relative;
	z-index: 1
}

.contact-info::before {
	content: "";
	position: absolute;
	opacity: .1;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/call-us/call-shap1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.contact-info span {
	color: #ffc221;
	display: block;
	margin-bottom: 5px
}

.contact-info h2 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 15px
}

.contact-info p {
	color: #fff;
	margin-bottom: 20px
}

.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.contact-info ul li {
	display: block;
	margin-bottom: 30px;
	padding-left: 60px;
	position: relative
}

.contact-info ul li .content i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	font-size: 20px;
	color: #ff6900;
	border-radius: 50px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0
}

.contact-info ul li .content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #fff;
	display: block
}

.contact-info ul li .content a {
	color: #fff;
	display: block;
	font-weight: 400;
	font-size: 15px
}

.contact-info ul li .content a:hover {
	color: #ff6900
}

.contact-info ul li .content span {
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 15px
}

.error-area {
	height: 100%;
	padding-top: 50px;
	padding-bottom: 70px
}

.error-area .error-content {
	text-align: center;
	position: relative
}

.error-area .error-content img {
	max-width: 100%
}

.error-area .error-content h3 {
	margin-bottom: 20px;
	position: relative;
	color: #252525;
	font-size: 35px
}

.error-area .error-content p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	color: #444
}

.coming-soon-area {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-color: #fff
}

.coming-soon-area .coming-soon-content {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	padding: 50px 30px;
	background-color: #f8f8f8;
	border: 3px solid #ff6900
}

.coming-soon-area .coming-soon-content h1 {
	margin-bottom: 0;
	color: #252525;
	font-size: 50px
}

.coming-soon-area .coming-soon-content p {
	font-size: 16px;
	max-width: 600px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	color: #444
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 40px
}

.coming-soon-area .coming-soon-content #timer div {
	display: inline-block;
	color: #252525;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 10px;
	font-size: 35px;
	font-weight: 700;
	background-color: #fff;
	border-radius: 5px
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	text-transform: capitalize;
	margin-top: -15px;
	font-size: 16px;
	font-weight: 400;
	color: #252525
}

.coming-soon-area .coming-soon-content #timer div:last-child {
	margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
	display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
	margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div::before {
	content: "";
	position: absolute;
	right: -50px;
	top: -10px;
	font-size: 70px;
	color: #fff
}

.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	background-color: #fff;
	padding-left: 15px;
	color: #fff;
	outline: 0;
	transition: .5s;
	border-radius: 0;
	border: 1px solid #ccc;
	color: #5d5d5d
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
	border-color: #252525
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
	border: 0;
	outline: 0;
	border-radius: 0 !important
}

.coming-soon-area .coming-soon-content .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 30px;
	text-transform: uppercase;
	outline: 0;
	color: #fff;
	transition: .5s;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
	border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
	border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
	color: #fff;
	background-color: #190f3c
}

.coming-soon-area .coming-soon-content ul {
	list-style: none;
	margin-top: 30px;
	padding: 0
}

.coming-soon-area .coming-soon-content ul li {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 50px;
	font-size: 18px;
	background-color: #ff6900;
	color: #fff;
	border-radius: 50px;
	margin-right: 10px
}

.coming-soon-area .coming-soon-content ul li a {
	color: #fff
}

.coming-soon-area .coming-soon-content ul li:hover {
	background-color: #252525
}

.coming-soon-area #validator-newsletter {
	text-align: left;
	color: #dc3545 !important
}

.map-area iframe {
	display: block;
	width: 100%;
	height: 400px
}

.footer-bg {
	background-color: #070b3b
}

.footer-widget {
	margin-bottom: 30px
}

.footer-widget .footer-logo {
	margin-bottom: 20px;
	position: relative;
	top: -5px
}

.footer-widget h3 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 1.2
}

.footer-widget p {
	margin-bottom: 20px;
	color: #fff;

}

.footer-widget .footer-call-content {
	background-color: #fff;
	padding: 20px 80px 20px 20px;
	border-radius: 15px;
	position: relative;
	max-width: 345px
}

.footer-widget .footer-call-content:hover i {
	background-color: #ff6900;
	color: #fff
}

.footer-widget .footer-call-content h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
	color: #252525
}

.footer-widget .footer-call-content span a {
	color: #252525;
	font-weight: 600
}

.footer-widget .footer-call-content span a:hover {
	color: #ff6900
}

.footer-widget .footer-call-content i {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	font-size: 35px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background-color: #e5f3ff;
	color: #ff6900;
	border-radius: 50px;
	transition: .7s
}

.footer-widget .footer-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-widget .footer-list li {
	display: block;
	margin-bottom: 10px;
	font-weight: 500
}

.footer-widget .footer-list li:last-child {
	margin-bottom: 0
}

.footer-widget .footer-list li a {
	color: #fff;
	font-weight: 400
}

.footer-widget .footer-list li a i {
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-right: 5px
}

.footer-widget .footer-list li a:hover {
	color: #ffc221
}

.footer-widget .footer-blog {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-widget .footer-blog li {
	display: block;
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative
}

.footer-widget .footer-blog li:hover h3 a {
	color: #ffc221
}

.footer-widget .footer-blog li:last-child {
	margin-bottom: 0
}

.footer-widget .footer-blog li a {
	display: block
}

.footer-widget .footer-blog li a img {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 70px
}

.footer-widget .footer-blog li h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	max-width: 200px
}

.footer-widget .footer-blog li h3 a {
	color: #fff;
	line-height: 1.4
}

.footer-widget .footer-blog li h3 a:hover {
	color: #ffc221
}

.footer-widget .footer-blog li span {
	font-size: 14px;
	color: #ffc221
}

.footer-widget .newsletter-area .newsletter-form {
	position: relative;
	max-width: 270px;
	border-radius: 5px
}

.footer-widget .newsletter-area .newsletter-form .form-control {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	margin: 0;
	border-radius: 5px;
	border: 0;
	padding: 0 45px 0 15px;
	max-width: 100%;
	color: #252525;
	font-weight: 400
}

.footer-widget .newsletter-area .newsletter-form .form-control:focus {
	outline: none;
	box-shadow: none;
	border: none
}

.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: #ff6900;
	color: #fff;
	height: 45px;
	line-height: 50px;
	width: 45px;
	border: 0;
	border-radius: 5px;
	font-size: 20px;
	transition: .5s
}

.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
	background: #252525;
	color: #fff
}

.footer-widget .newsletter-area .newsletter-form .validation-danger {
	font-size: 18px;
	margin-top: 5px;
	color: red
}

.copy-right-area {
	padding: 15px 0;
	border-top: 1px solid rgba(0, 113, 220, .3803921569)
}

.copy-right-text {
	text-align: center
}

.copy-right-text p {
	color: #fff;
	margin-bottom: 0
}

.copy-right-text p a {
	color: #ffc221;
	border-bottom: 1px solid #ffc221
}

.copy-right-text p a:hover {
	color: #ff6900;
	border-color: #ff6900
}

.go-top {
	position: fixed;
	top: 60%;
	right: 3%;
	opacity: 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: #ff6900;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 48px;
	z-index: 100;
	transition: .5s
}

.go-top i {
	transition: .5s
}

.go-top:hover {
	background-color: #ffc221
}

.go-top.active {
	top: 95%;
	transform: translateY(-95%);
	opacity: 1;
	visibility: visible
}

.buy-now-btn {
	right: 20px;
	z-index: 99;
	top: 50%;
	position: fixed;
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	background-color: #82b440;
	padding: 10px 20px 10px 42px;
	box-shadow: 0 1px 20px 1px #82b440;
	font-size: 15px;
	font-weight: 600
}

.buy-now-btn img {
	top: 50%;
	left: 20px;
	width: 15px;
	position: absolute;
	transform: translateY(-50%)
}

.buy-now-btn:hover {
	color: #fff;
	background-color: #94be5d
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #070b3b
}

.spinner {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
	margin: 100px auto;
	animation: rotate-in 1.2s infinite ease-in-out
}

.top-header-right .top-header-social-bg ul li {
	margin-right: 5px
}

.top-header-right .top-header-social-bg ul li:last-child {
	margin-right: 0
}

.top-header-right .top-header-social-bg ul li a {
	width: 30px;
	height: 30px;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #ff6900;
	transition: .7s
}

.top-header-right .top-header-social-bg ul li a:hover {
	background-color: #ff6900;
	color: #fff
}

.banner-six {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/home-six.jpg);
	overflow: hidden
}

.banner-six::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(7, 11, 59, 0.3803921569), #070b3b)
}

.banner-six-content {
	padding-top: 130px;
	padding-bottom: 120px;
	max-width: 560px;
	margin-left: auto
}

.banner-six-content h1 {
	font-size: 55px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px
}

.banner-six-content p {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	max-width: 660px;
	margin-bottom: 35px
}

.banner-six-shape {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.banner-six-shape img {
	height: 620px
}

.work-process-rightside {
	margin-bottom: 25px
}

.work-process-rightside .section-title {
	margin-bottom: 20px
}

.about-img-5 {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px
}

.about-img-5::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -45px;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 110%;
	height: 70%;
	animation: border-transform 15s infinite ease-in-out;
	background-image: linear-gradient(#ff6900, #070b3b)
}

.services-card-color-bg2 {
	box-shadow: 0 0 15px rgba(0, 0, 0, .07);
	padding: 15px 15px 20px;
	border-radius: 15px;
	background-color: #fff
}

.technology-area-five {
	position: relative;
	z-index: 1;
	background-color: #15163b
}

.technology-area-five::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-image: url(../images/clients-img/client-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.technology-area-five .section-title h2 {
	color: #fff;
	max-width: 550px;
	margin: 0 auto
}

.team-item {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 40px
}

.team-item .content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 90%;
	margin: 0 auto;
	right: 0;
	background-color: #ff6900;
	padding: 20px 25px;
	text-align: center;
	transition: .9s
}

.team-item .content h3 {
	margin-bottom: 0;
	color: #fff
}

.team-item .content span {
	color: #fff
}

.team-item .content .social-link {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	list-style: none;
	width: 5px;
	background-color: #ffc221;
	transition: .7s
}

.team-item .content .social-link li {
	display: block;
	margin-bottom: 0
}

.team-item .content .social-link li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	transform: translateX(-40px);
	opacity: 0;
	transition: .7s
}

.team-item .content .social-link li:hover a {
	background-color: #fff;
	color: #ff6900
}

.team-item:hover .content .social-link {
	width: 40px
}

.team-item:hover .content .social-link li a {
	transform: translateX(0px);
	opacity: 1
}

.case-study-item2 {
	position: relative;
	background-color: #fff;
	padding: 25px 25px 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	margin-bottom: 30px
}

.case-study-item2 .icon-services {
	color: #ff6900;
	font-size: 55px;
	margin-bottom: 15px;
	display: block;
	line-height: normal
}

.case-study-item2 h3 {
	margin-bottom: 17px
}

.case-study-item2 h3 a {
	color: #252525
}

.case-study-item2 h3:hover a {
	color: #ff6900
}

.case-study-item2 p {
	margin-bottom: 0
}

.case-study-item2 .more-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 50px;
	font-size: 20px;
	color: #ff6900;
	text-align: center;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 5px;
	background-color: #e6f1fc;
	transition: .5s
}

.case-study-item2 .more-btn:hover {
	background-color: #ff6900;
	color: #fff
}

.case-study-item2:hover .content h3 a {
	color: #ff6900
}

.case-study-item2:hover .content .more-btn {
	background-color: #ff6900;
	color: #fff
}

.top-header-right {
	float: right
}

.footer-widget .social-link ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.footer-widget .social-link ul li {
	display: inline-block;
	top: 1px;
	position: relative;
	margin-right: 5px
}

.footer-widget .social-link ul li:last-child {
	margin-right: 0
}

.footer-widget .social-link ul li a {
	width: 35px;
	height: 35px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	color: #ff6900;
	transition: .7s;
	font-size: 18px
}

.footer-widget .social-link ul li a:hover {
	background-color: #ff6900;
	color: #fff
}

.footer-widget .footer-contact-list {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.footer-widget .footer-contact-list li {
	display: block;
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative
}

.footer-widget .footer-contact-list li i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	color: #ffc221;
	line-height: normal
}

.footer-widget .footer-contact-list li .content a {
	color: #fff;
	transition: .7s
}

.footer-widget .footer-contact-list li .content a:hover {
	color: #ffc221
}

.footer-bg2 {
	background-color: #0c243b;
	position: relative;
	z-index: 1
}

.footer-bg2::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-image: url(../images/shape/bg-shape5.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .1
}

@keyframes rotate-in {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@keyframes moveBounce {
	0% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(50px)
	}

	100% {
		transform: translateY(0px)
	}
}

@keyframes ripple {
	0% {
		transform: scale(1)
	}

	75% {
		transform: scale(1.3);
		opacity: 1
	}

	100% {
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes border-transform {

	0%,
	100% {
		border-radius: 50% 50% 50% 50%/50% 50% 50% 50%
	}

	14% {
		border-radius: 50% 20% 50% 30%/49% 60% 40% 51%
	}

	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}

	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}

	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}

	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}

	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}









































@charset "UTF-8";

.column-narrow {
	max-width: 890px
}

.column-article {
	max-width: 750px
}

.text-underline {
	text-decoration: underline !important
}

body {
	word-break: break-word
}

.country img {
	max-width: 22px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .3))
}

.expertise-data ul,
.success-story-content .case-study-content ul,
ul.custom-list {
	padding-left: 1.5em
}

.expertise-data ul>li,
.success-story-content .case-study-content ul>li,
ul.custom-list>li {
	list-style: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FF6900' d='M0 0h7v7H0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0 0 0 25px;
	margin: 0
}

.expertise-data ul>li ol,
.success-story-content .case-study-content ul>li ol,
ul.custom-list>li ol {
	padding-left: 1em
}

.lt-spacing {
	letter-spacing: 1px
}

.mw-sm {
	max-width: 576px
}

.mw-md {
	max-width: 768px
}

.mw-lg {
	max-width: 992px
}

.mw-xl {
	max-width: 1200px
}

.text-decoration-none {
	text-decoration: none !important
}




.benefits-block {
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 1);
}

.grey-filter {
	filter: grayscale(100%)
}

.grey-filter:hover {
	filter: grayscale(0)
}

@media (min-width:768px) {
	.list-data {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		grid-column-gap: 30px
	}
}

@media (min-width:992px) {
	.list-data {
		display: block
	}
}

.bg-grey {
	background: #f7f9fa
}

.bg-black {
	background: #050505
}

.client-main+section .product-overview .row {
	flex-direction: row;
	align-items: center
}

@media screen and (max-width:768px) {
	.client-main+section .product-overview .row {
		flex-direction: column
	}
}

.client-main+section .product-overview .row.flex-row-reverse {
	flex-direction: row-reverse !important
}

@media (max-width:768px) {
	.client-main+section .product-overview .row.flex-row-reverse {
		flex-direction: column !important
	}
}

.client-main+section .product-overview section:last-of-type {
	margin-bottom: 80px
}

@media (min-width:992px) {
	.client-main {
		margin-top: 3rem
	}
}

.row.grid-15 {
	margin-left: -7px;
	margin-right: -7px
}

.row.grid-15>[class*=col-] {
	padding-left: 7px;
	padding-right: 7px
}

.iti-flag {
	background-image: url(../images/flags.png)
}

.iti-flag.us {
	height: 11px;
	background-position: -5241px 0
}

.iti-flag.zw {
	height: 10px;
	background-position: -5610px 0
}

.iti-flag.zm {
	height: 14px;
	background-position: -5588px 0
}

.iti-flag.ye {
	height: 14px;
	background-position: -5522px 0
}

.iti-flag.vn {
	height: 14px;
	background-position: -5412px 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti-flag {
		background-image: url(../images/flags@2x.png);
		background-size: 5630px 15px
	}
}

.intl-tel-input {
	display: block
}

.row.grid-gap {
	margin-bottom: -30px
}

@media (max-width:576px) {
	.row.grid-gap {
		margin-bottom: -15px
	}
}

.row.grid-gap>[class*=col-] {
	margin-bottom: 30px
}

ol.list-tick,
ul.list-tick {
	list-style-type: none;
	margin-left: 32px;
	padding-left: 24px
}

ol.list-tick li,
ul.list-tick li {
	position: relative;
	line-height: 2
}

ol.list-tick li:before,
ul.list-tick li:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 15px;
	background-image: url(../images/list-tick.png);
	background-size: 14px 15px;
	background-repeat: no-repeat;
	left: -39px;
	top: 7px
}

.bg-grey {
	background-color: #f7f9fa
}

.text-grey {
	color: #4d5054
}

@media (max-width:576px) {
	.java-text {
		font-size: 13px
	}
}

.list-circle {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 19px;
	color: #4e5153
}

.list-circle li {
	line-height: 2
}

.list-circle li:before {
	content: "";
	display: inline-block;
	height: 17px;
	width: 17px;
	border: 2px solid #ff6900;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: .8rem
}

.list-circle .list-circle-item h5 {
	font-weight: 400
}

.list-circle .list-circle-item h5:before {
	content: "";
	display: inline-block;
	height: 17px;
	width: 17px;
	border: 2px solid #ff6900;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: .8rem
}

.list-circle .list-circle-item p {
	font-size: 16px;
	margin-left: 31px;
	color: #687b85
}

.img-shadow {
	box-shadow: 0 14px 26px -4px rgba(0, 0, 0, .2)
}

.text-normal {
	text-transform: none !important
}

.text-nix-primary {
	color: #ff6900
}

.hotlinks p {
	margin: 0;
	max-width: 360px;
	width: 100%
}

.hotlinks a:not(.nix-btn) {
	font-weight: 700;
	color: #4d4f54;
	text-decoration: none;
	transition: all .3s ease-in-out
}

.hotlinks a:not(.nix-btn).instagram-at {
	color: #050505
}

.hotlinks a:not(.nix-btn):hover {
	color: #ff6900
}

.hotlinks .logo {
	width: 100px
}

.hotlinks .nix-btn {
	max-width: 360px;
	width: 100%;
	padding: 14px 10px;
	text-transform: none;
	text-align: center
}

.hotlinks .nix-btn.hot:after {
	width: 14px;
	display: inline-block;
	vertical-align: sub;
	margin-left: 10px;
	height: 21px;
	content: url(../images/icons/icon-fire.svg)
}

.hotlinks .social-hotlinks {
	align-items: flex-end;
	width: 150px
}

.hotlinks .social-hotlinks a {
	display: block;
	height: 26px
}

.hotlinks .social-hotlinks a i {
	font-size: 26px
}

.nixArticleContent {
	font-size: 18px
}

.nixArticleContent .big-img {
	margin: 0 0 30px
}

@media (min-width:1200px) {
	.nixArticleContent .big-img {
		margin: 0 -95px 30px
	}
}

.nixArticleContent .socialSharing {
	position: fixed;
	top: 150px;
	margin-left: 80px;
	display: none
}

@media (max-width:1200px) {
	.nixArticleContent .socialSharing {
		display: none !important
	}
}

.nixArticleContent .cta,
.nixArticleContent .cta-secondary,
.nixArticleContent .float-block,
.nixArticleContent .other-article {
	margin-bottom: 20px
}

.nixArticleContent .author .avatar img {
	border: 3px solid #ff6900;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.nixArticleContent hr {
	border: 0;
	height: inherit;
	text-align: center;
	margin: 40px 0
}

.nixArticleContent hr:after {
	content: "...";
	font-size: 55px;
	vertical-align: 2px;
	line-height: 0;
	color: #ff6900;
	letter-spacing: 20px
}

.nix-article {
	word-break: break-word;
	padding-top: 0
}

.nix-article h1,
.nix-article h2,
.nix-article h3,
.nix-article h4,
.nix-article h5,
.nix-article h6 {
	margin-top: 30px
}

.nix-article .blockquote-2 {
	width: 50%;
	margin-left: auto;
	margin-bottom: 20px
}

@media screen and (max-width:768px) {
	.nix-article .blockquote-2 {
		width: 75%
	}
}

.nix-article .blockquote-3 {
	width: 66%;
	margin-left: auto;
	margin-bottom: 20px
}

@media screen and (max-width:768px) {
	.nix-article .blockquote-3 {
		width: 90%
	}
}

.nix-article.news-content h2 {
	font-weight: 600
}

.list-bullets-plus {
	list-style-type: none
}

.list-bullets-plus li:before {
	content: "+";
	position: absolute;
	left: 35px;
	font-weight: 700
}

.list-bullets-ckeck {
	list-style-type: none
}

.list-bullets-ckeck li:before {
	content: "✓";
	position: absolute;
	left: 35px;
	font-weight: 700
}

.list-bullets-minus {
	list-style-type: none
}

.list-bullets-minus li:before {
	content: "-";
	position: absolute;
	left: 35px;
	font-weight: 700
}

.question-form-new {
	padding-left: 0
}

@media (min-width:992px) {
	.question-form-new .question-form__content {
		padding-right: 1rem
	}
}

@media (max-width:1200px) {
	.question-form-new {
		padding-left: 30px
	}
}

@media (max-width:1035px) and (min-width:992px) {
	.question-form-new .question-btn {
		width: 90%;
		padding: 15px 30px !important
	}
}

@media (max-width:390px) {
	.question-form-new .question-btn {
		width: 90%;
		padding: 15px 30px !important
	}
}

.question-form-new .expert {
	text-align: center;
	margin-bottom: 25px
}

.question-form-new .expert img {
	max-width: 110px;
	border-radius: 50%
}

.question-form-new .expert .name {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.44;
	color: #050505
}

.question-form-new .expert .position {
	font-size: 16px;
	line-height: 1.32;
	color: #585a5f
}

.question-form-new .color-orange {
	color: #ff6900
}

.question-form-new h2 {
	font-size: 24px
}

.question-form-new .form-group {
	margin-bottom: 20px
}

.question-form-new p.text-right {
	margin-bottom: 0;
	color: #585a5f;
	font-size: 14px
}

.question-form-new .attachment-requirements {
	font-size: 14px;
	color: #585a5f
}

.question-form-new .attachedFile {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.32;
	align-items: start;
	padding-left: 0
}

.question-form-new #privacyPolicyCheckContainer #privacyCheck {
	width: 16px;
	height: 16px
}

.question-form-new #privacyPolicyCheckContainer .form-check-label {
	color: #4d4f54;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: normal
}

.question-form-new form textarea {
	resize: none;
	max-height: 92px
}

.question-form-new form label {
	text-transform: unset;
	color: #4d4f54;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px
}

@media (max-width:768px) {
	.question-form-new {
		padding: 30px 15px 20px
	}

	.question-form-new .expert img {
		max-width: 90px
	}

	.question-form-new h2 {
		font-size: 24px
	}
}

.question-form-new #formMessageContainerSuccess {
	display: flex;
	align-items: center
}

.ask-expert-form {
	padding: 30px
}

.ask-expert-form .expert {
	text-align: center;
	margin-bottom: 25px
}

.ask-expert-form .expert img {
	max-width: 110px;
	border-radius: 50%
}

.ask-expert-form .expert .name {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.44;
	color: #050505
}

.ask-expert-form .expert .position {
	font-size: 16px;
	line-height: 1.32;
	color: #585a5f
}

.ask-expert-form .color-orange {
	color: #ff6900
}

.ask-expert-form h2 {
	font-size: 24px
}

.ask-expert-form .form-group {
	margin-bottom: 20px
}

.ask-expert-form p.text-right {
	margin-bottom: 0;
	color: #585a5f;
	font-size: 14px
}

.ask-expert-form .attachment-requirements {
	font-size: 14px;
	color: #585a5f
}

.ask-expert-form .attachedFile {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.32;
	align-items: start;
	padding-left: 0
}

.ask-expert-form #privacyPolicyCheckContainer #privacyCheck {
	width: 16px;
	height: 16px
}

.ask-expert-form #privacyPolicyCheckContainer .form-check-label {
	color: #4d4f54;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: normal
}

.ask-expert-form form textarea {
	resize: none;
	max-height: 92px
}

.ask-expert-form form label {
	text-transform: unset;
	color: #4d4f54;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px
}

@media (max-width:768px) {
	.ask-expert-form {
		padding: 30px 15px 20px
	}

	.ask-expert-form .expert img {
		max-width: 90px
	}

	.ask-expert-form h2 {
		font-size: 24px
	}
}

.ask-expert-form #formMessageContainerSuccess {
	display: flex;
	align-items: center
}

.article-info-wrapper {
	position: relative
}

.article-info-wrapper .article-info {
	padding: 20px 50px 56px 56px;
	background-image: linear-gradient(180deg, #fff, #f6f6f6);
	display: inline-block;
	position: absolute;
	bottom: -50px;
	width: 655px;
	max-width: 95%;
	font-size: 14px;
	z-index: 10
}

@media (max-width:768px) {
	.article-info-wrapper .article-info {
		padding: 10px 29px 29px;
		margin: 15px 0 0
	}
}

@media (max-width:576px) {
	.article-info-wrapper .article-info {
		max-width: none;
		width: auto;
		left: 20px;
		bottom: -30px;
		right: 20px
	}
}

.article-info-wrapper .article-info-decor {
	background-image: url(https://d2m6ke2px6quvq.cloudfront.net/uploads/2020/10/06/6cad20db-bcf9-4e0d-88d6-ac930dead1a7.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 89px;
	height: 89px;
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px
}

@media (max-width:768px) {
	.article-info-wrapper .article-info-decor {
		transform: scale(.5);
		left: -15px;
		bottom: -15px
	}
}

.article-info-wrapper .article-info h1,
.article-info-wrapper .article-info h2 {
	margin: 11px 0 0;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
	color: #090909;
	font-family: Lato, Sans-Serif
}

@media (max-width:768px) {

	.article-info-wrapper .article-info h1,
	.article-info-wrapper .article-info h2 {
		font-size: 24px
	}
}

@media (max-width:576px) {

	.article-info-wrapper .article-info h1,
	.article-info-wrapper .article-info h2 {
		font-size: 18px
	}
}

.article-info-wrapper+.section-pd {
	padding: 100px 0
}

@media (max-width:768px) {
	.article-info-wrapper+.section-pd {
		padding: 80px 0
	}
}

@media (max-width:576px) {
	.article-info-wrapper+.section-pd {
		padding: 60px 0
	}
}

.components h3 {
	text-transform: none;
	color: #000c12
}

.text-left-right h3 {
	line-height: 1.4
}

.cases-mvno h2 {
	text-transform: none;
	font-size: 17px;
	color: #4d5054
}

.mvno-clients {
	background-color: #f7f9fa
}

.mvno-clients h3 {
	color: #ff6900;
	font-weight: 400;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.mvno-clients h3 {
		font-size: 30px
	}
}

.mvno-clients a {
	margin: 0 auto
}

.mvno-clients a img {
	max-width: 165px;
	max-height: 132px
}

.info-block {
	color: #000c12;
	font-family: Lato, sans-serif;
	padding: 30px 0
}

.info-block img {
	box-shadow: 0 14px 26px -4px rgba(0, 0, 0, .2)
}

.info-block-grey {
	background-color: #f7f9fa
}

.info-block-grey .description {
	opacity: .7;
	font-size: 15px;
	line-height: 1.93;
	color: #000c12
}

.expertise-offer {
	background-color: #f7f9fa;
	padding-bottom: 47px
}

.expertise-offer .items h2 {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	color: #4d5054;
	margin-top: 47px;
	margin-bottom: 30px
}

@media (min-width:576px) {
	.expertise-offer .items h2 {
		font-size: 26px;
		margin-top: 54px;
		margin-bottom: 10px
	}
}

.expertise-offer .items .item {
	display: flex;
	align-items: center;
	margin-top: 11px;
	margin-left: 0
}

@media (min-width:576px) {
	.expertise-offer .items .item {
		margin-left: 41px;
		margin-top: 37px
	}
}

@media (min-width:768px) {
	.expertise-offer .items .item {
		margin-left: 0
	}
}

.expertise-offer .items .item .img-container {
	float: left;
	margin-right: 23px;
	min-height: 75px;
	min-width: 75px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 50px
}

.expertise-offer .items .item .img-container img {
	margin: auto
}

@media (max-width:576px) {
	.expertise-offer .items .item .img-container img {
		max-height: 42px;
		max-width: 42px
	}
}

.expertise-offer .items .item .title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #000c12
}

.awards-best .item {
	position: relative;
	min-height: 205px
}

.awards-best .item,
.awards-best .item .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s
}

.awards-best .item .logo {
	height: 110px;
	opacity: 1;
	visibility: visible
}

.awards-best .item .logo img {
	height: auto;
	max-height: 100%;
	min-width: 100%;
	width: auto
}

.awards-best .item .title {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: 0;
	right: 0;
	visibility: hidden;
	transition: all .4s;
	padding: 15px 30px;
	font-weight: 600;
	text-align: center
}

.awards-best .item:hover {
	box-shadow: 0 2px 35px 0 #dedede
}

.awards-best .item:hover .title {
	opacity: 1;
	visibility: visible
}

.awards-best .item:hover .logo {
	opacity: 0;
	visibility: hidden
}

.awards-best .item:hover .txt {
	opacity: 1;
	visibility: visible
}

.awards-best a.item .title {
	color: #050505
}

.awards-best.contacts .item .logo img {
	height: auto;
	max-height: 100%
}

.awards-list {
	margin-top: -20px;
	background: #f7f9fa
}

.awards-list .award-item {
	transition: all .3s
}

.awards-list .award-item.small {
	width: 130px;
	height: 105px;
	padding: 38px 24px;
	border: 1px solid #a6b0c0;
	background-color: #fff
}

.awards-list .award-item.small,
.awards-list .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center
}

.awards-list .item {
	min-height: 250px;
	transition: all .4s;
	position: relative;
	background: #fff;
	padding: 15px 30px;
	text-align: center;
	height: 100%
}

.awards-list .item .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	opacity: 1;
	visibility: visible;
	transition: all .4s
}

.awards-list .item .logo img {
	max-height: 100%
}

.awards-list .item .title {
	margin-top: 10px;
	color: #050505
}

.awards-list .item .txt {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: 0;
	right: 0;
	visibility: hidden;
	transition: all .4s;
	padding: 15px;
	color: #050505;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 213px;
	-webkit-line-clamp: 8;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical
		/*! autoprefixer: on */
}

.awards-list .item:hover {
	box-shadow: 0 2px 35px 0 #dedede
}

.awards-list .item:hover .title {
	opacity: 0;
	visibility: hidden
}

.awards-list .item:hover .txt {
	opacity: 1;
	visibility: visible
}

.awards-list .item:hover .logo {
	opacity: 0;
	visibility: hidden
}

.awards-list a.item .txt {
	color: #050505
}

.hide-award {
	position: absolute;
	top: 9999px;
	transform: scale(0);
	transition: all .2s
}

.unvisible {
	opacity: 0;
	transform: scale(0)
}

.cases .slick-prev {
	bottom: calc(50% - 10px)
}

.cases .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px
}

@media (max-width:992px) {
	.cases .grid {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:576px) {
	.cases .grid {
		grid-template-columns: 1fr
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.cases .grid .grid-item {
		min-height: 270px
	}
}

.cases .grid .grid-item a.item {
	position: relative
}

.cases .grid .grid-item a.item:before {
	content: "";
	background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.cases .grid.column2 {
	grid-template-columns: 1fr 1fr
}

@media (max-width:576px) {
	.cases .grid.column2 {
		grid-template-columns: 1fr
	}
}

.cases .grid.column2 .grid-item:first-child {
	grid-column: 1/2;
	grid-row: initial
}

.cases .item {
	display: flex;
	align-items: flex-end;
	height: 100%;
	min-height: 250px;
	text-decoration: none !important;
	background-size: 130%;
	background-position: 50%;
	transition: all .3s ease-out;
	color: #fff
}

.cases .item .inner {
	position: relative;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	transition: all .3s
}

.cases .item .inner .location {
	position: relative
}

.cases .item .inner .text-tiny {
	font-size: 12px
}

.cases .item .inner .h4 {
	font-size: 22px
}

@media (min-width:768px) {
	.cases .item .inner {
		padding: 20px
	}
}

@media (min-width:992px) {
	.cases .item:hover {
		background-size: 140%
	}

	.cases .item:hover .inner {
		background-color: rgba(5, 5, 5, .3)
	}
}

@media (max-width:1200px) {
	.cases .item {
		background-size: 150%
	}

	.cases .item:hover {
		background-size: 160%
	}
}

@media (max-width:992px) {

	.cases .item,
	.cases .item:hover {
		background-size: cover
	}

	.cases .item:hover .inner {
		background-color: transparent
	}
}

.cases .item .location:after {
	content: "";
	display: block;
	border-bottom: 3px solid #ff6900;
	max-width: 60px;
	padding-top: 4px
}

.cases .item .nix-btn {
	position: absolute;
	bottom: 0;
	transition: all .3s;
	opacity: 0
}

@media (max-width:768px) {
	.cases .item .nix-btn {
		opacity: 1;
		position: static
	}
}

.product-overview>div>div {
	padding-top: 0 !important
}

@media screen and (min-width:768px) {
	.product-overview h2 {
		font-size: 32px;
		font-weight: 900
	}
}

@media screen and (max-width:768px) {
	.product-overview h2 {
		font-size: 22px
	}
}

@media screen and (min-width:768px) {
	.product-overview .h3 {
		font-size: 20px
	}
}

@media screen and (max-width:768px) {
	.product-overview .h3 {
		font-size: 18px
	}
}

.product-title {
	font-size: 38px;
	font-weight: 900
}

.success-stories-container .product-overview .row {
	align-items: center;
	flex-direction: column
}

.success-stories-container .product-overview .row>div {
	flex: 1;
	max-width: 100%
}

.success-stories-container .product-overview :last-child:not(img) {
	padding-bottom: 0
}

.success-stories-container .product-overview .flex-row-reverse {
	flex-direction: column !important
}

.success-story-content {
	overflow-x: hidden
}

.success-story-content .case-study-content ul {
	margin-bottom: 30px
}

@media screen and (min-width:768px) {
	.success-story-content .case-study-content .h3 {
		font-size: 20px
	}
}

@media screen and (max-width:768px) {
	.success-story-content .case-study-content .h3 {
		font-size: 18px
	}
}

@media screen and (max-width:576px) {
	.success-story-content .case-study-content .basic-info h2 {
		font-size: 18px
	}
}

@media screen and (max-width:900px) {
	.success-story-content .success-stories-container {
		flex-direction: column
	}
}

.success-story-content .success-stories-main {
	flex-basis: 68%;
	padding: 130px 30px 0 15px;
	overflow: hidden
}

.success-story-content .success-stories-main img {
	padding-bottom: 30px
}

@media screen and (max-width:768px) {
	.success-story-content .success-stories-main {
		padding: 70px 15px 0
	}
}

.success-story-content .success-stories-main .title-brand {
	font-size: 28px;
	padding-bottom: 8px;
	position: relative;
	font-weight: 900;
	display: inline-block;
	margin-bottom: 35px;
	line-height: 1.2
}

@media screen and (max-width:768px) {
	.success-story-content .success-stories-main .title-brand {
		font-size: 20px
	}
}

.success-story-content .success-stories-main .title-brand:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #ff6900
}

.success-story-content .success-stories-main .title-brand.story-details-title {
	margin-top: 50px
}

@media screen and (max-width:428px) {
	.success-story-content .success-stories-main .title-brand.story-details-title {
		margin-top: 50px
	}
}

.success-story-content .success-stories-main h2,
.success-story-content .success-stories-main h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px
}

@media screen and (max-width:576px) {

	.success-story-content .success-stories-main h2,
	.success-story-content .success-stories-main h3 {
		margin-bottom: 20px;
		font-size: 18px
	}
}

@media screen and (max-width:428px) {
	.success-story-content .success-stories-main h4 {
		margin-bottom: 15px
	}
}

.success-story-content .success-stories-main p:empty {
	display: none
}

.success-story-content .success-stories-main .mobile-layout {
	display: none;
	background-color: #f5f5f5;
	padding: 30px 15px;
	margin-top: 30px
}

.success-story-content .success-stories-main .mobile-layout>div:not(:last-child) {
	margin-bottom: 50px
}

@media screen and (max-width:900px) {
	.success-story-content .success-stories-main .mobile-layout {
		display: block
	}
}

.success-story-content .success-stories-aside {
	display: flex;
	flex-direction: column;
	flex-basis: 32%;
	background-color: #f5f5f5;
	padding: 60px 30px 30px;
	position: relative
}

@media (max-width:767px) {
	.success-story-content .success-stories-aside {
		margin-top: 30px
	}
}

@media screen and (min-width:992px) {

	.success-story-content .success-stories-aside>div:nth-of-type(2),
	.success-story-content .success-stories-aside>div:nth-of-type(3),
	.success-story-content .success-stories-aside>div:nth-of-type(4),
	.success-story-content .success-stories-aside>div:nth-of-type(5) {
		margin-top: 200px
	}
}

@media screen and (max-width:768px) {
	.success-story-content .success-stories-aside {
		padding: 0;
		padding-left: 15px
	}
}

.success-story-content .success-stories-aside:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100vw;
	width: 100vw;
	background-color: inherit
}

.success-story-content .success-stories-aside .case-utilities {
	align-items: baseline
}

.success-story-content .success-stories-aside .case-utilities .title {
	display: block
}

@media (max-width:992px) {
	.success-story-content .success-stories-aside .aside-client-preview {
		margin-bottom: 50px
	}
}

@media (max-width:900px) {

	.success-story-content .success-stories-aside .aside-client-facts,
	.success-story-content .success-stories-aside .aside-client-preview,
	.success-story-content .success-stories-aside .case-sidebar {
		display: none
	}
}

.success-story-content .aside-client-preview {
	text-align: center
}

.success-story-content .aside-client-preview .nix-tag {
	background-color: #4d4f54;
	color: #fff;
	padding: 9px 30px 10px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 30px 0 0;
	transition: all .3s
}

.success-story-content .aside-client-preview .nix-tag:hover {
	border-color: #4d4f54;
	color: #4d4f54;
	background-color: #f5f5f5
}

.success-story-content .aside-client-preview img {
	display: block;
	margin: 0 auto
}

@media screen and (max-width:900px) {
	.success-story-content .aside-client-preview img {
		display: none
	}
}

.success-story-content .case-sidebar .title {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #ff6900;
	margin-bottom: 9px
}

.success-story-content .case-sidebar span {
	color: #54565a;
	line-height: 1.2;
	font-size: 14px
}

.success-story-content .aside-client-facts {
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.success-story-content .aside-client-facts .fact {
	display: flex;
	align-items: start;
	margin-bottom: 30px
}

.success-story-content .aside-client-facts .fact img {
	margin-right: 28px
}

.success-story-content .aside-client-facts .fact .info {
	color: #54565a;
	line-height: 1.2;
	font-size: 14px
}

.success-story-content .aside-client-facts .fact .title {
	color: #ff6900;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.44;
	margin-bottom: 3px
}

@media screen and (max-width:900px) {
	.success-story-content .aside-client-facts {
		position: static;
		margin-bottom: 20px !important
	}
}

.success-story-content .aside-quote {
	position: relative;
	padding-top: 55px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

@media screen and (max-width:900px) {
	.success-story-content .aside-quote {
		padding-left: 15px;
		padding-right: 15px
	}
}

.success-story-content .aside-quote .content {
	line-height: 1.4;
	color: #54565a;
	margin-bottom: 20px;
	position: relative;
	padding-top: 55px
}

@media (max-width:1024px) {
	.success-story-content .aside-quote .content {
		padding-right: 15px
	}
}

.success-story-content .aside-quote .content:before {
	content: "\201C";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #ff6900;
	line-height: 1;
	font-family: Verdana, sans-serif;
	font-size: 57px;
	font-weight: 700
}

@media (max-width:1024px) {
	.success-story-content .aside-quote .person-info {
		padding: 25px
	}
}

.success-story-content .aside-quote .person {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right
}

.success-story-content .aside-quote .person img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 10px
}

.success-story-content .aside-quote .person .name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #050505;
	margin-bottom: 5px
}

.success-story-content .aside-quote .person .position {
	font-size: 12px;
	line-height: 1.2;
	color: #54565a
}

.case-sidebar .icon {
	width: 42px;
	flex: 42px 0 0;
	margin-right: 15px
}

.case-sidebar .nix-btn {
	margin-left: 57px
}

.report-body {
	padding: 20px 0;
	color: #fff
}

.report-body .report {
	background-image: radial-gradient(circle at 0 0, #ff6900, #ffb75e);
	position: relative;
	padding: 34px 15px 44px;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden
}

@media (max-width:768px) {
	.report-body {
		text-align: center
	}
}

.report-body .report-cover {
	width: 620px;
	max-width: 100%;
	position: absolute;
	right: -80px;
	top: 0;
	bottom: 0;
	background-size: auto;
	background-position: 100% 50%;
	background-repeat: no-repeat
}

@media (max-width:1024px) {
	.report-body .report-cover {
		display: none
	}
}

.report-body .title {
	font-size: 22px;
	margin-bottom: 27px
}

.report-body .report-description {
	width: 100%;
	justify-content: space-between;
	align-items: flex-end
}

.report-body .report-description div {
	font-size: 30px
}

@media (max-width:768px) {
	.report-body .report-description div {
		font-size: 24px
	}
}

.report-body .report-description .nix-btn {
	background: #4d4f54;
	max-height: 50px;
	padding: 18px 47px;
	border-radius: 1.3px;
	line-height: 1
}

@media (max-width:768px) {
	.report-body .report-description .nix-btn {
		margin-top: 15px
	}
}

@media (max-width:340px) {
	.report-body .report-description .nix-btn {
		padding: 18px 40px
	}
}

.banners {
	display: flex;
	justify-content: space-between;
	text-align: center
}

@media (max-width:768px) {
	.banners {
		flex-direction: column
	}
}

.banner-report {
	flex-basis: 49%;
	background-image: linear-gradient(90deg, #a01e8c, #3c1ea0);
	padding: 38px 0;
	min-height: 180px
}

@media (max-width:768px) {
	.banner-report {
		margin-top: 30px
	}
}

.banner-report h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 23px;
	text-transform: inherit;
	letter-spacing: normal;
	color: #fff
}

.banner-report .nix-btn {
	background-color: #4d4f54;
	padding: 15px 98px
}

.banner-response {
	background-image: linear-gradient(90deg, #ff8001, #ff5001);
	position: relative;
	color: #fff;
	padding: 80px;
	flex-basis: 49%;
	min-height: 180px
}

.banner-response a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.banner-response h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: inherit;
	letter-spacing: normal
}

@media (max-width:576px) {
	.banner-response {
		padding: 40px;
		display: flex;
		align-items: center;
		justify-content: center
	}
}

.get-the-report {
	padding: 30px;
	background-color: #f7f9fa
}

.get-the-report.sent .autofill-ln,
.get-the-report.sent .form-group,
.get-the-report.sent .required-message,
.get-the-report.sent [type=submit],
.get-the-report.sent h4 {
	display: none
}

.get-the-report h4 {
	font-size: 28px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 30px
}

.get-the-report .error-message,
.get-the-report .wrong-mail {
	color: #e02424;
	padding-left: 3px;
	display: none
}

.get-the-report .required {
	position: relative
}

.get-the-report .required:after {
	content: "*";
	color: #ff6900
}

.get-the-report .required-message {
	color: #4d4f54
}

.get-the-report label {
	color: #86929f;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal
}

.get-the-report input[type=submit]:disabled {
	opacity: .6
}

.get-the-report .form-group.empty .error-message {
	display: inline-block
}

.get-the-report .form-group.empty .form-control {
	border-color: #e02424
}

.get-the-report .form-group.explain-error .wrong-mail {
	display: inline-block
}

@media (min-width:992px) and (max-width:1200px) {
	.get-the-report .nix-btn {
		width: 100%;
		padding: 15px 20px
	}
}

@media (max-width:768px) {
	.get-the-report {
		padding: 20px 15px
	}

	.get-the-report h4 {
		font-size: 23px;
		text-align: center
	}

	.get-the-report .nix-btn {
		padding: 15px 63px
	}
}

.client-list-preview .client-list-grid {
	display: grid;
	grid-gap: 30px;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(4, 1fr)
}

@media (max-width:992px) {
	.client-list-preview .client-list-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:576px) {
	.client-list-preview .client-list-grid {
		grid-template-columns: repeat(1, 1fr)
	}
}

.client-list-preview .client-card {
	display: flex;
	align-items: center;
	min-height: 218px;
	height: 100%;
	position: relative;
	text-decoration: none;
	background: #f7f9fa
}

@media (max-width:992px) {
	.client-list-preview .client-card {
		min-height: 260px
	}
}

.client-list-preview .client-card img {
	position: absolute;
	width: 100%
}

@media (max-width:992px) {
	.client-list-preview .client-card img {
		position: relative
	}
}

.client-list-preview .client-card .client-info {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background: #ff6900;
	color: #fff;
	padding: 20px 15px;
	transition: opacity .3s;
	font-weight: 600
}

@media (max-width:992px) {
	.client-list-preview .client-card .client-info {
		position: absolute
	}
}

@media (min-width:768px) and (max-width:992px) {
	.client-list-preview .client-card .client-info {
		min-height: 280px
	}
}

@media (max-width:576px) {
	.client-list-preview .client-card .client-info {
		position: absolute
	}
}

.client-list-preview .client-card .client-info .client-list-btn-container {
	height: 25px
}

.client-list-preview .client-card .client-info .client-list-btn-container .nix-btn-link {
	position: absolute;
	bottom: 15px;
	right: 15px
}

.client-list-preview .client-card .client-info .icon {
	color: #fff;
	width: 17px;
	text-align: center;
	margin-right: 10px;
	opacity: .6
}

.client-list-preview .client-card:hover {
	text-decoration: none
}

.client-list-preview .client-card:hover .client-info {
	opacity: 1;
	visibility: visible
}

.company-facts-with-icons span,
.company-facts span {
	display: inline-block;
	font-size: 32px;
	vertical-align: middle;
	color: #ff6900
}

.company-facts-with-icons .description,
.company-facts .description {
	color: #4d4f54
}

@media screen and (max-width:576px) {

	.company-facts-with-icons sub,
	.company-facts sub {
		bottom: 0
	}
}

.home .company-facts-with-icons>div:nth-child(3),
.home .company-facts>div:nth-child(3) {
	padding: 0
}

.company-facts,
.company-facts-with-icons {
	justify-content: space-between
}

.aws-facts-items {
	display: flex;
	justify-content: center
}

.aws-facts-items>div {
	margin: 0 34px
}

@media screen and (max-width:992px) {
	.aws-facts-items {
		display: block
	}

	.aws-facts-items>div {
		margin: 0 0 25px
	}
}

.company-facts-with-icons {
	display: grid;
	grid-row-gap: 30px;
	grid-template-columns: repeat(1, 1fr)
}

@media screen and (min-width:1200px) {
	.company-facts-with-icons>div {
		justify-self: start
	}
}

@media (min-width:576px) {
	.company-facts-with-icons {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (min-width:768px) {
	.company-facts-with-icons {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (min-width:1200px) {
	.company-facts-with-icons {
		grid-template-columns: repeat(4, 1fr);
		grid-row-gap: 85px
	}
}

.company-facts-with-icons span {
	margin-bottom: 10px
}

.company-facts-with-icons .icon {
	display: inline-block;
	width: 56px
}

@media screen and (max-width:768px) {
	.company-facts-with-icons sub {
		bottom: 0
	}
}

@media screen and (min-width:1200px) {
	.aws-facts .company-facts-with-icons>div:nth-child(4n+3) {
		justify-self: left
	}
}

.overview-facts h2 {
	color: rgba(9, 9, 9, .9)
}

.overview-facts .display-1 {
	color: #ff6900;
	font-weight: 900;
	font-size: 60px
}

.overview-facts .description {
	color: #090909
}

.overview-icons .nix-icon img {
	max-width: 60px;
	max-height: 60px
}

.we-partner-with-container {
	position: relative
}

.we-partner-with-container.industry-recognition-container:before {
	top: calc(50% + -7px);
	left: 4px
}

@media screen and (max-width:768px) {
	.we-partner-with-container.industry-recognition-container:before {
		display: none
	}
}

.we-partner-with-container.industry-recognition-container .we-partner-with:before {
	height: 205px
}

@media screen and (max-width:768px) {
	.we-partner-with-container.industry-recognition-container .we-partner-with:before {
		display: none
	}
}

.we-partner-with-container.industry-recognition-container .we-partner-with:after {
	height: 186px
}

@media screen and (max-width:768px) {
	.we-partner-with-container.industry-recognition-container .we-partner-with:after {
		display: none
	}
}

.we-partner-with-container:before {
	content: "";
	position: absolute;
	left: 4px;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background-color: #cad1dc
}

@media screen and (max-width:768px) {
	.we-partner-with-container:before {
		display: none
	}
}

@media screen and (min-width:768px) {
	.we-partner-with-container:before {
		display: block
	}
}

.we-partner-with-container .we-partner-with {
	position: relative;
	margin-right: -10px;
	margin-left: -10px
}

.we-partner-with-container .we-partner-with:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 1px;
	height: 120px;
	background-color: #cad1dc
}

@media screen and (max-width:768px) {
	.we-partner-with-container .we-partner-with:before {
		display: none
	}
}

@media screen and (min-width:768px) {
	.we-partner-with-container .we-partner-with:before {
		display: block
	}
}

.we-partner-with-container .we-partner-with:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 14px;
	height: 120px;
	width: 1px;
	background-color: #cad1dc
}

@media screen and (max-width:768px) {
	.we-partner-with-container .we-partner-with:after {
		display: none
	}
}

@media screen and (min-width:768px) {
	.we-partner-with-container .we-partner-with:after {
		display: block
	}
}

.we-partner-with-container .we-partner-with>div {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.we-partner-with-container .we-partner-with>div img {
	max-height: 60px;
	max-width: 185px;
	padding: 40px 0;
	box-sizing: content-box
}

@media screen and (max-width:450px) {
	.we-partner-with-container .we-partner-with>div img {
		max-width: 140px
	}
}

.we-partner-with-container .we-partner-with>div:first-child img {
	max-height: 100px;
	max-width: 230px;
	padding: 0
}

.we-partner-with-container .we-partner-with>div:nth-child(-n+4):before {
	content: "";
	position: absolute;
	bottom: -1.5px;
	right: -1.5px;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background-color: #cad1dc
}

.we-partner-with-container .we-partner-with>div:nth-child(-n+4):after {
	content: "";
	position: absolute;
	right: .5px;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background-color: #cad1dc
}

.we-partner-with-container .we-partner-with>div:nth-child(n+5):before {
	content: "";
	position: absolute;
	top: .5px;
	left: 10px;
	right: 10px;
	height: 1px;
	background-color: #cad1dc
}

.we-partner-with-container .we-partner-with>div:nth-child(n+5):after {
	content: "";
	position: absolute;
	right: .5px;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background-color: #cad1dc
}

@media screen and (max-width:768px) {

	.we-partner-with-container .we-partner-with :after,
	.we-partner-with-container .we-partner-with :before {
		display: none
	}
}

@media screen and (min-width:768px) {

	.we-partner-with-container .we-partner-with :after,
	.we-partner-with-container .we-partner-with :before {
		display: block
	}
}

.we-partner-with-container.without-border .we-partner-with:after,
.we-partner-with-container.without-border .we-partner-with:before,
.we-partner-with-container.without-border .we-partner-with>div.without-border:after,
.we-partner-with-container.without-border .we-partner-with>div.without-border:before,
.we-partner-with-container.without-border .we-partner-with>div:nth-child(-n+4):before {
	content: none
}

.expertise {
	background: #f7f9fa
}

.expertise .mg {
	margin-bottom: 30px
}

@media (max-width:576px) {
	.expertise .mg {
		margin-bottom: 15px
	}
}

.expertise .item {
	display: flex;
	text-decoration: none;
	color: #050505;
	background: #fff;
	padding: 30px;
	height: 100%;
	min-height: 250px;
	overflow: hidden;
	transition: all .5s
}

.expertise .item .cap {
	font-weight: 600;
	margin-bottom: 20px;
	transition: all .5s
}

.expertise .item:hover {
	box-shadow: 0 2px 35px 0 #dedede
}

.expertise .item:hover .cap {
	color: #ff6900
}

.expertise .item .txt {
	margin-bottom: 30px
}

.expertise .item .icon {
	position: absolute;
	bottom: 30px
}

.expertise .item .more {
	position: relative
}

.expertise .item .more:after {
	content: "";
	background-image: url(../images/icons/round-arrow.svg);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	right: -30px;
	top: 0
}

.expertise-banner {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative
}

.expertise-banner .header-banner-content {
	position: relative;
	transform: none
}

.expertise-banner .header-banner-content .title {
	margin-bottom: 30px;
	color:white;
}

@media (max-width:768px) {
	.expertise-banner .header-banner-content .title {
		margin-bottom: 20px
		
		
	}
}

.expertise-banner .header-banner-content .description {
	line-height: 1.56;
	color:white;
	
}

@media (max-width:576px) {
	.expertise-banner .header-banner-content .description {
		font-size: 16px
	}
}

@media (max-width:992px) {
	.expertise-banner .header-banner-content {
		margin-top: 90px!important;
	}
}

@media (min-width:992px) {
	.expertise-banner .header-banner-content {
		max-width: 570px
	}
}

@media (min-width:992px) {
	.expertise-banner .expertise-nav-column {
		position: absolute;
		right: 0
	}
}

.expertise-banner .expertise-nav-container {
	
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(2, 1fr)
}

.expertise-banner .expertise-nav-container .expertise-nav-item {
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	    border-bottom: 1px solid white;
	display: flex;
	align-items: center
}

.expertise-banner .expertise-nav-container .expertise-nav-item a {
	font-size: 20px;
	height: 100%;
	width: 100%;
	font-weight: 700;
	font-stretch: normal;
	display: flex;
	align-items: center;
	font-style: normal;
	transition: all .3s;
	line-height: 1.2;
	color: #fff;
	padding: 25px 50px
}

.expertise-banner .expertise-nav-container .expertise-nav-item:hover {
	background-color: #a51890
}

.expertise-banner .expertise-nav-container .expertise-nav-item:hover a {
	text-decoration: none;
	color: #fff
}

@media (min-width:992px) and (max-width:1200px) {
	.expertise-banner .expertise-nav-container .expertise-nav-item a {
		padding: 25px 35px
	}
}

@media (max-width:768px) {
	.expertise-banner .expertise-nav-container .expertise-nav-item a {
		padding: 10px;
		font-size: 14px
	}
}

@media (max-width:992px) {
	.expertise-banner .expertise-nav-container .expertise-nav-item:nth-child(odd) {
		border-left: none
	}

	.expertise-banner .expertise-nav-container .expertise-nav-item:nth-child(2n) {
		border-right: none
	}
}

@media (min-width:992px) {
	.expertise-banner .expertise-nav-container .expertise-nav-item:nth-child(odd) {
		border-left: 1px solid #d9d9d9
	}
}

@media (max-width:768px) {
	.expertise-banner .expertise-nav-container {
		padding-top: 20px
	}
}

@media (min-width:992px) {
	.expertise-banner.header-banner {
		min-height: 550px
	}
}

.expertise-sections-wrapper .expertise-section {
	position: relative
}

.expertise-sections-wrapper .expertise-section .expertise-item {
	font-family: Lato, sans-serif;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	display: block;
	letter-spacing: normal;
	text-align: left;
	text-transform: none;
	color: #090909;
	padding-right: 35px;
	margin-bottom: 20px
}

.expertise-sections-wrapper .expertise-section .expertise-item:after {
	content: "";
	background-image: url(img/round-arrow.svg);
	background-size: 15px 15px;
	display: inline-block;
	height: 15px;
	width: 15px;
	transition: all .3s;
	position: relative;
	right: -15px
}

@media (max-width:992px) {
	.expertise-sections-wrapper .expertise-section .expertise-item {
		font-size: 16px
	}
}

@media (min-width:992px) {
	.expertise-sections-wrapper .expertise-section .expertise-item {
		font-size: 20px
	}
}

.expertise-sections-wrapper .expertise-section .expertise-item:hover {
	color: #090909;
	font-weight: 900
}

.expertise-sections-wrapper .expertise-section .expertise-item:hover:after {
	transform: scale(1.3)
}

.expertise-sections-wrapper .expertise-section .expertise-item:last-child {
	margin-bottom: 0
}

.expertise-sections-wrapper .expertise-section .expertise-item-img {
	position: absolute
}

@media (max-width:1200px) {
	.expertise-sections-wrapper .expertise-section .expertise-item-img {
		display: none
	}
}

.expertise-sections-wrapper .expertise-section:first-child .expertise-item-img {
	right: 25px;
	bottom: 70px
}

.expertise-sections-wrapper .expertise-section:nth-child(2) .expertise-item-img {
	bottom: 5px;
	left: 0
}

.expertise-sections-wrapper .expertise-section:nth-child(3) .expertise-item-img {
	right: 0;
	top: 0
}

.expertise-sections-wrapper .expertise-section:nth-child(4) .expertise-item-img {
	right: 0;
	bottom: 0
}

.expertise-sections-wrapper .expertise-section:nth-child(5) .expertise-item-img {
	bottom: -85px;
	left: 45%
}

.expertise-sections-wrapper .expertise-section:nth-child(6) .expertise-item-img {
	right: 0;
	bottom: -30px
}

.expertise-sections-wrapper .expertise-section:nth-child(7) .expertise-item-img {
	left: 50px;
	bottom: -40px
}

.expertise-sections-wrapper .expertise-section:nth-child(8) .expertise-item-img {
	top: 30px;
	left: 40%
}

.expertise-sections-wrapper .expertise-section .expertise-anchor {
	position: absolute;
	top: -120px
}

.clients-sidebar.expertise-clients {
	max-width: 450px;
	margin: 0 auto
}

.clients-sidebar.expertise-clients h3 {
	color: #4d4f54
}

@media (max-width:768px) {
	.clients-sidebar.expertise-clients h3 {
		font-size: 16px
	}
}

.clients-sidebar.expertise-clients .client-grid .client-grid-item {
	display: flex;
	align-items: center;
	justify-content: center
}

.expertise-list {
	padding: 0 15px
}

.expertise-list .image-wrapper {
	min-height: 135px
}

.expertise-list .font-dark {
	color: #050505
}

.expertise-list .font-dark a {
	color: inherit;
	text-decoration: none
}

.expertise-list .expertise-card {
	width: 25%;
	position: relative;
	text-align: center;
	align-items: center;
	color: #050505;
	border-right: 1px solid #c4c4c4;
	padding: 0 16px;
	overflow: hidden
}

.expertise-list .expertise-card:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 260px;
	background-color: #fff;
	z-index: 10;
	transition: .2s
}

.expertise-list .expertise-card:hover .hidden-info {
	top: 50px;
	bottom: 100%
}

.expertise-list .expertise-card:hover ul {
	visibility: visible
}

.expertise-list .expertise-card:hover:after {
	bottom: 0
}

.expertise-list .expertise-card:nth-child(4n) {
	border-right: none
}

.expertise-list .expertise-card:nth-child(-n+4) {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 40px
}

.expertise-list .expertise-card:nth-child(n+5) {
	padding-top: 40px
}

@media screen and (max-width:992px) {
	.expertise-list .expertise-card {
		width: 50%;
		padding: 20px;
		border-bottom: 1px solid #c4c4c4
	}

	.expertise-list .expertise-card:nth-child(2n) {
		border-right: none
	}

	.expertise-list .expertise-card:last-child,
	.expertise-list .expertise-card:nth-last-child(2) {
		border-bottom: none
	}
}

@media screen and (max-width:576px) {
	.expertise-list .expertise-card {
		width: 100%;
		border-right: none
	}

	.expertise-list .expertise-card:nth-last-child(2) {
		border-bottom: 1px solid #c4c4c4
	}
}

.expertise-list .expertise-card ul {
	text-align: left;
	color: #050505;
	visibility: hidden;
	transition: 2s
}

.expertise-list .expertise-card ul li {
	position: relative;
	list-style-type: none;
	line-height: 1.5
}

.expertise-list .expertise-card ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -15px;
	height: 7px;
	width: 7px;
	background-color: #ff6900
}

.expertise-list .expertise-card h3 {
	margin: 0;
	color: rgba(5, 5, 5, .9);
	line-height: 1.2;
	font-size: 20px;
	font-weight: 500
}

.expertise-list .expertise-card img {
	max-width: 100px;
	margin-bottom: 35px
}

.expertise-list .expertise-card .hidden-info {
	background-color: #fff;
	transition: .2s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 260px;
	z-index: 15
}

.expertise-list .expertise-card .hidden-info ul {
	padding-right: 15px
}

.value-items {
	padding-bottom: 12px
}

.value-items .value-item {
	margin-bottom: 60px;
	justify-content: stretch;
	display: flex
}

.value-items .value-item .inner {
	font-size: 16px;
	background-color: #fff;
	padding: 30px 40px;
	border: 1px solid #dadada;
	box-shadow: none;
	transition: .7s
}

.value-items .value-item .inner:hover {
	box-shadow: 0 25px 30px 0 hsla(0, 0%, 59%, .2)
}

@media screen and (max-width:576px) {
	.value-items .value-item .inner {
		min-height: 250px
	}
}

.value-items .value-item .inner a {
	color: #ff6900;
	font-weight: 700
}

.line-list li {
	position: relative
}

.line-list li:before {
	content: "-";
	position: absolute;
	left: -10px;
	top: 0
}

.line-list li:after {
	display: none
}

.square-list li {
	position: relative;
	list-style-type: none;
	line-height: 1.5
}

.square-list li:after {
	content: "";
	position: absolute;
	top: 10px;
	left: -20px;
	height: 7px;
	width: 7px;
	background-color: #ff6900
}

#accordion .card {
	margin-bottom: 30px;
	border: 1px solid #dadada
}

#accordion .card:last-child {
	margin-bottom: 0
}

#accordion .card .card-header {
	background-color: #fff;
	border-bottom: none;
	padding: 21px 37px;
	overflow: hidden
}

#accordion .card .card-header.open h5:after {
	transform: rotate(180deg)
}

@media screen and (max-width:992px) {
	#accordion .card .card-header {
		padding: 0
	}
}

#accordion .card button {
	font-weight: 500;
	color: #050505;
	font-size: 20px;
	opacity: .9;
	text-decoration: none;
	padding: 0;
	position: relative;
	z-index: 100;
	box-shadow: none
}

#accordion .card button:before {
	content: "";
	position: absolute;
	top: -25px;
	right: -1000px;
	bottom: -25px;
	left: -40px;
	z-index: 2
}

#accordion .card button[aria-expanded=true] {
	color: #ff6900
}

@media screen and (max-width:992px) {
	#accordion .card button {
		font-size: 20px;
		text-align: left;
		padding: 15px 45px 15px 15px
	}
}

#accordion .card ul {
	border-top: 1px solid #dadada;
	padding-top: 25px
}

#accordion .card ul .line-list {
	border-top: none;
	padding: 15px 0 15px 15px
}

#accordion .card-body {
	padding-top: 0
}

#accordion .card-body .square-list {
	padding-left: 75px
}

@media screen and (max-width:768px) {
	#accordion .card-body .square-list {
		padding-left: 20px
	}
}

#accordion h5 {
	position: relative
}

#accordion h5:after {
	content: url(../images/orange-arrow.png);
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer
}

@media screen and (max-width:992px) {
	#accordion h5:after {
		right: 10px;
		top: calc(50% - 19px)
	}
}

#accordion .collapse.show~.card-header h5:after {
	transform: rotate(180deg)
}

.logo-items h3 {
	margin-bottom: 40px
}

.logo-items .logos {
	margin-bottom: 60px
}

.logo-items .logos>div {
	min-height: 70px
}

.logo-items .logos img {
	margin: 0 12px
}

.experience-slider-tags-wrapper {
	display: flex;
	justify-content: left;
	padding-bottom: 50px
}

.experience-slider-tags-wrapper .tag-item {
	padding: 7px 20px;
	color: #fff;
	background-color: #999;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: center
}

.experience-slider-tags-wrapper .tag-item+.tag-item {
	margin-left: 20px
}

.experience-slider-tags-wrapper .tag-item.active,
.experience-slider-tags-wrapper .tag-item:hover {
	background-color: #ff6900
}

@media (min-width:1200px) {
	.experience-slider-tags-wrapper {
		min-width: 190px
	}
}

@media (max-width:768px) {
	.experience-slider-tags-wrapper {
		flex-direction: column;
		align-items: center
	}

	.experience-slider-tags-wrapper .tag-item {
		margin: 5px 0;
		text-align: center;
		width: 300px
	}

	.experience-slider-tags-wrapper .tag-item+.tag-item {
		margin-left: 0
	}
}

@media (max-width:576px) {
	.experience-slider-tags-wrapper .tag-item {
		width: 250px
	}
}

.experience-slider .text {
	background-color: #f7f9fa;
	padding: 25px;
	margin-bottom: 20px
}

.experience-slider .text p:last-child {
	margin: 0
}

.experience-slider .text-center img {
	margin-bottom: 80px
}

.experience-slider h3 {
	color: #ff6900;
	margin-bottom: 14px;
	font-size: 20px
}

.experience-slider h3.slide-title {
	font-size: 24px
}

.experience-slider ul {
	padding-left: 25px;
	margin: 0
}

.experience-slider .technologies-logos img {
	margin: 0 7px
}

.experience-slider .technologies-logos img:last-child {
	margin-right: 0
}

.experience-slider .slick-next {
	transform: none
}

.experience-slider .slick-next:before {
	content: url(../images/arrow-right.png)
}

.experience-slider .slick-prev:before {
	content: url(../images/arrow-left.png)
}

.header-breadcrumb {
	position: absolute;
	width: 100%;
	font-size: 14px;
	top: 61px;
	background-color: #f8f9fa;
	z-index: 1
}

.header-breadcrumb li,
.header-breadcrumb li:before {
	color: #4d4f54
}

.header-breadcrumb a {
	color: #4d4f54 !important
}

.header-breadcrumb.white-mode+.header-banner:not(.identic) {
	overflow: hidden
}

@media screen and (max-width:768px) {
	.header-breadcrumb.white-mode+.header-banner:not(.identic) {
		min-height: 700px
	}
}

.header-breadcrumb.white-mode+.header-banner:not(.identic) .banner-img.overlay:after {
	background: transparent
}

@media screen and (max-width:800px) {
	.header-breadcrumb.white-mode+.header-banner:not(.identic) .banner-img {
		background-image: url(https://d2m6ke2px6quvq.cloudfront.net/uploads/2020/10/05/0435e82e-7fca-404c-98c3-9c9a9c1d9984.png);
		background-size: 400px 400px;
		background-position: bottom;
		background-repeat: no-repeat
	}

	.header-breadcrumb.white-mode+.header-banner:not(.identic) .banner-img img {
		display: none
	}
}

@media screen and (max-width:500px) {
	.header-breadcrumb.white-mode+.header-banner:not(.identic) .banner-img {
		background-size: contain
	}
}

.header-breadcrumb.white-mode+.header-banner:not(.identic) .header-banner-content {
	color: #4d4f54;
	max-width: 510px
}

@media screen and (max-width:768px) {
	.header-breadcrumb.white-mode+.header-banner:not(.identic) .header-banner-content {
		margin-top: -100px
	}
}

@media (max-width:992px) {
	.header-breadcrumb {
		position: static
	}

	.header-breadcrumb .breadcrumb {
		display: block
	}

	.header-breadcrumb .breadcrumb-item {
		display: inline
	}

	.header-breadcrumb .breadcrumb-item:before {
		float: none
	}
}

.header-banner {
	min-height: 550px;
	background-position: 50%;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center
}

@media (max-width:1200px) {
	.header-banner {
		min-height: 500px
	}
}

.header-banner.top-banner .article-info-wrapper {
	position: static
}

@media (max-width:1200px) {
	.header-banner.top-banner {
		min-height: 560px
	}

	.header-banner.top-banner .banner-img img {
		max-height: 500px
	}

	.header-banner.top-banner .article-info-wrapper .article-info {
		max-width: 94%;
		bottom: 40px
	}
}

.header-banner.homepage-banner .banner-img.overlay:after {
	background: rgba(0, 0, 0, .4)
}

.header-banner .banner-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0
}

.header-banner .banner-img img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%
}

.header-banner .banner-img.overlay:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	pointer-events: none
}

.header-banner .banner-overlay__wrapper .banner-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0
}

.header-banner .banner-overlay__wrapper .banner-img img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%
}

.header-banner.alternative-banner .banner-img.overlay:after,
.header-banner .banner-overlay__wrapper .banner-img.overlay:after {
	display: none
}

.header-banner.alternative-banner h1 {
	font-family: Lato;
	font-weight: 700;
	color: #090909
}

.header-banner.alternative-banner h4.font-weight-normal {
	line-height: 1.56;
	font-weight: 500;
	color: #090909
}

.header-banner.identic {
	overflow: hidden
}

.header-banner.identic .wrapper {
	position: relative;
	padding-top: 60px
}

.header-banner.identic .wrapper .banner-cover {
	max-width: 625px;
	margin-left: auto
}

@media screen and (max-width:1200px) {
	.header-banner.identic .wrapper .banner-cover {
		max-width: 480px
	}
}

@media screen and (max-width:992px) {
	.header-banner.identic .wrapper .banner-cover {
		margin: 15px auto 60px
	}
}

.header-banner.identic .wrapper .banner-cover img {
	min-height: 420px;
	max-height: 420px;
	width: 100%
}

@media screen and (max-width:1200px) {
	.header-banner.identic .wrapper .banner-cover img {
		min-height: 315px
	}
}

@media screen and (max-width:576px) {
	.header-banner.identic .wrapper .banner-cover img {
		min-height: 240px
	}
}

.header-banner.identic .wrapper .header-banner-content {
	top: 61%;
	left: 63px
}

.header-banner.identic .wrapper .header-banner-content:before {
	content: "";
	position: absolute;
	background-position: 50%;
	bottom: 15px;
	left: -40px;
	background-image: url(https://d2m6ke2px6quvq.cloudfront.net/uploads/2020/10/06/6cad20db-bcf9-4e0d-88d6-ac930dead1a7.png);
	width: 89px;
	height: 89px
}

.header-banner.identic .wrapper .header-banner-content.without-budge:before {
	content: none
}

@media screen and (max-width:992px) {
	.header-banner.identic .wrapper .header-banner-content {
		position: relative;
		left: 32px;
		top: 0;
		transform: none;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding-right: 32px;
		margin: 0 auto
	}

	.header-banner.identic .wrapper .header-banner-content:before {
		width: 84px;
		height: 84px;
		left: -34px
	}
}

@media screen and (min-width:992px) {
	.header-banner.identic .wrapper {
		display: flex;
		align-items: center
	}
}

@media screen and (max-width:992px) {
	.header-banner.identic .wrapper {
		padding-top: 30px
	}
}

.header-banner.identic h1 {
	color: #090909;
	font-weight: 900;
	font-size: 44px;
	margin-bottom: 18px;
	line-height: 1;
	max-width: 435px
}

@media screen and (max-width:576px) {
	.header-banner.identic h1 {
		font-size: 28px
	}
}

.header-banner.identic h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #090909;
	max-width: 427px
}

@media (min-width:900px) and (max-width:1200px) {
	.header-banner.identic h4 {
		max-width: 370px
	}
}

@media screen and (max-width:576px) {
	.header-banner.identic h4 {
		font-size: 16px
	}
}

.header-banner.identic.gradient {
	background-color: #a9a9ac
}

.header-banner.identic.gradient .header-banner-content .title,
.header-banner.identic.gradient .header-banner-content h4 {
	color: #fff
}

.header-banner.identic.gradient .banner-cover {
	filter: drop-shadow(10px 30px 7px rgba(0, 0, 0, .3))
}

.header-banner.identic.gradient .banner-cover img {
	width: 100%;
	max-height: 360px
}

.header-banner.identic.gradient .banner-cover.with-paralax {
	transform: scale(0)
}

.header-banner.identic.gradient .banner-cover.with-paralax.show {
	transform: scale(1)
}

@media (min-width:1200px) {
	.header-banner.identic.gradient .wrapper .banner-cover {
		min-width: 640px
	}

	.header-banner.identic.gradient .wrapper .banner-cover img {
		min-height: 100%
	}
}

@media (min-width:992px) {
	.header-banner.identic.gradient {
		overflow: visible;
		display: flex;
		align-items: center;
		min-height: 550px
	}

	.header-banner.identic.gradient .wrapper .banner-cover {
		position: relative;
		top: 5px;
		transition: all .3s;
		z-index: 9
	}

	.header-banner.identic.gradient .wrapper .header-banner-content {
		color: #fff
	}
}

@media (max-width:992px) {
	.header-banner.identic.gradient {
		overflow: hidden
	}

	.header-banner.identic.gradient .wrapper .banner-cover {
		position: static;
		top: 0
	}
}

.header-banner-content {
	max-width: 750px;
	color: #fff;
	position: relative;
	padding: 30px 0
}

.header-banner-content h6 {
	font-family: Lato, sans-serif;
	font-weight: 900
}

@media (max-width:1200px) {
	.header-banner-content {
		max-width: 600px
	}

	.header-banner-content h1,
	.header-banner-content h6 {
		font-size: 39px
	}
}

@media (min-width:992px) {
	.header-banner-content {
		margin-top: 61px
	}
}

@media (max-width:576px) {

	.header-banner-content h1,
	.header-banner-content h6 {
		font-size: 26px
	}

	.header-banner-content h4 {
		font-size: 16px
	}

	.header-banner-content h4 br {
		display: none
	}
}

.header-banner-content .title {
	margin-bottom: 40px;
	font-weight: 900
}

@media (max-width:576px) {
	.header-banner-content .title {
		margin-bottom: 20px
	}
}

.header-banner-content .banner-right-image {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	max-width: 350px;
	right: -56%
}

@media (max-width:992px) {
	.header-banner-content .banner-right-image {
		right: 0;
		position: relative;
		max-width: 300px;
		bottom: auto;
		margin-top: 15px;
		width: 100%
	}
}

.header-banner-content.adaptive {
	padding-bottom: 70px;
	align-items: end
}

@media (max-width:576px) {
	.header-banner-content.adaptive {
		align-items: center
	}
}

.header-banner-slider {
	max-height: 550px;
	display: flex;
	flex-direction: column-reverse
}

.header-banner-slider.article-top-slider,
.header-banner-slider.case-top-slider {
	max-height: 610px
}

.header-banner-slider.article-top-slider .header-banner,
.header-banner-slider.case-top-slider .header-banner {
	max-height: 550px
}

.header-banner-slider.article-top-slider .header-banner .banner-img,
.header-banner-slider.case-top-slider .header-banner .banner-img {
	background-color: #fff;
	bottom: 45px
}

.header-banner-slider.article-top-slider .header-banner .banner-img img,
.header-banner-slider.case-top-slider .header-banner .banner-img img {
	max-height: 500px;
	top: -10px
}

.header-banner-slider.article-top-slider .article-info,
.header-banner-slider.case-top-slider .article-info {
	margin-bottom: 60px;
	bottom: -50px
}

@media (max-width:1200px) {

	.header-banner-slider.article-top-slider,
	.header-banner-slider.case-top-slider {
		max-height: 560px
	}

	.header-banner-slider.article-top-slider .header-banner,
	.header-banner-slider.case-top-slider .header-banner {
		max-height: 500px
	}

	.header-banner-slider.article-top-slider .header-banner .banner-img img,
	.header-banner-slider.case-top-slider .header-banner .banner-img img {
		height: 550px;
		top: -60px
	}
}

@media (max-width:1200px) {

	.header-banner-slider,
	.header-banner-slider img {
		max-height: 500px
	}
}

.header-banner-slider .slick-dots {
	bottom: 30px
}

.header-banner-slider.slick-initialized {
	visibility: visible;
	display: block;
	max-height: 100%
}

.header-banner-slider.slick-initialized.article-top-slider,
.header-banner-slider.slick-initialized.case-top-slider {
	max-height: 100%
}

.header-banner-slider.slick-initialized.article-top-slider .article-info-wrapper,
.header-banner-slider.slick-initialized.case-top-slider .article-info-wrapper {
	position: static
}

.header-banner-slider.slick-initialized.article-top-slider .article-info-wrapper .article-info,
.header-banner-slider.slick-initialized.case-top-slider .article-info-wrapper .article-info {
	margin-bottom: 0
}

.header-banner-slider.slick-initialized.article-top-slider .header-banner .banner-img,
.header-banner-slider.slick-initialized.case-top-slider .header-banner .banner-img {
	bottom: 0
}

.header-banner-slider.slick-initialized.article-top-slider .header-banner .banner-img img,
.header-banner-slider.slick-initialized.case-top-slider .header-banner .banner-img img {
	top: 0;
	bottom: 0;
	height: 100%
}

@media (min-width:1200px) {

	.header-banner-slider.slick-initialized.article-top-slider .header-banner .banner-img img,
	.header-banner-slider.slick-initialized.case-top-slider .header-banner .banner-img img {
		top: 50px
	}
}

.header-banner-slider .slick-list,
.header-banner-slider .slick-slide {
	margin: 0
}

.header-banner-slider .slide-content {
	position: relative
}

.header-banner-slider .slide-content .h6 {
	font-weight: 900;
	font-size: 52px
}

@media (max-width:992px) {
	.header-banner-slider .slide-content .h6 {
		font-size: 39px
	}
}

@media (max-width:576px) {
	.header-banner-slider .slide-content .h6 {
		font-size: 26px
	}
}

.header-banner-slider .banner-img.overlay:after {
	background: rgba(0, 0, 0, .4)
}

.article-top-slider .slick-next,
.article-top-slider .slick-prev,
.case-top-slider .slick-next,
.case-top-slider .slick-prev {
	background-color: #fff;
	width: 50px;
	height: 50px
}

.article-top-slider .slick-prev,
.case-top-slider .slick-prev {
	right: 40px
}

.article-top-slider .slick-next,
.case-top-slider .slick-next {
	left: 40px;
	bottom: 52%
}

.article-top-slider .slick-next:before,
.article-top-slider .slick-prev:before,
.case-top-slider .slick-next:before,
.case-top-slider .slick-prev:before {
	width: 50px;
	height: 50px;
	content: url(../images/orange-arrow-next.png)
}

.article-top-slider a.article-info:active,
.article-top-slider a.article-info:focus,
.article-top-slider a.article-info:hover,
.article-top-slider a.article-info:link,
.article-top-slider a.article-info:visited,
.case-top-slider a.article-info:active,
.case-top-slider a.article-info:focus,
.case-top-slider a.article-info:hover,
.case-top-slider a.article-info:link,
.case-top-slider a.article-info:visited {
	text-decoration: none
}

@media (max-width:576px) {

	.article-top-slider .article-info-wrapper .text-grey.article-info,
	.case-top-slider .article-info-wrapper .text-grey.article-info {
		margin-left: 0
	}

	.article-top-slider .slick-next,
	.article-top-slider .slick-prev,
	.case-top-slider .slick-next,
	.case-top-slider .slick-prev {
		transform: scale(.6)
	}

	.article-top-slider .slick-next,
	.case-top-slider .slick-next {
		transform: rotate(180deg) scale(.6);
		left: 20px
	}

	.article-top-slider .slick-prev,
	.case-top-slider .slick-prev {
		bottom: 52%;
		right: 20px
	}
}

.article-top-slider .header-banner.slick-slide,
.case-top-slider .header-banner.slick-slide {
	margin-bottom: 60px
}

.article-top-slider .text-grey.article-info,
.case-top-slider .text-grey.article-info {
	margin-left: -15px
}

#header {
	position: -webkit-sticky;
	position: sticky;
	height: 0;
	width: 100%;
	z-index: 999;
	top: 0;
	box-shadow: 0 2px 20px rgba(5, 5, 5, .2);
	background-color: transparent
}

@media (min-width:1200px) {
	#header {
		box-shadow: none
	}

	#header .header-nav .nav .nav-link.hovered,
	#header .header-nav .nav .nav-link:hover {
		color: #ff6900
	}
}

#header .logo-right-part {
	fill: #fff
}

#header .header-wrapper.white {
	background-color: #fff
}

#header .header-wrapper.white .logo-right-part {
	fill: #4d4f54
}

#header .header-nav-top a {
	color: #4d4f54;
	margin-left: 15px
}

#header .header-nav-top a:first-child {
	margin-left: 0
}

@media (min-width:768px) {
	#header .header-nav-top a {
		margin-left: 40px
	}
}

#header .header-nav-top a:hover {
	color: #ff6900;
	text-decoration: none
}

#header .header-nav {
	width: 100%;
	display: flex;
	align-items: center;
	min-height: 61px
}

#header .header-nav:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid hsla(0, 0%, 85%, .4)
}

#header .header-nav .navTrigger {
	display: none;
	margin-right: 15px;
	cursor: pointer;
	font-size: 21px;
	width: 20px
}

#header .header-nav .navTrigger:before {
	content: "";
	background-image: url(../images/icons/icon-burger-open.svg);
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px
}

#header .header-nav .navTrigger.opened:before {
	background-image: url(../images/icons/icon-burger-close.svg)
}

@media (max-width:1199.5px) {
	#header .header-nav .navTrigger {
		display: block
	}
}

#header .header-nav .logo {
	display: block;
	margin-right: auto
}

#header .header-nav .nix-btn {
	padding: 20px 35px;
	margin-left: 35px
}

@media (max-width:1200px) {
	#header .header-nav .nix-btn {
		margin-left: auto;
		margin-right: -15px;
		padding: 20px 15px
	}
}

@media (max-width:992px) {
	#header {
		padding-bottom: 61px
	}
}

.header-menu {
	overflow: hidden;
	max-height: 0;
	position: fixed;
	top: 61px;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
	max-width: 1200px;
	right: 0;
	margin: 0 auto
}

.header-menu .close-header-menu {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #4d4f54;
	font-size: 21px;
	cursor: pointer
}

.header-menu a {
	text-decoration: none
}

.header-menu .item {
	display: block;
	padding: 15px;
	height: 96px;
	overflow: hidden;
	z-index: 1
}

.header-menu .item .cap a {
	color: #4d4f54
}

.header-menu .item .no-hover {
	color: inherit
}

.header-menu .item:hover {
	position: absolute;
	height: auto;
	z-index: 2;
	box-shadow: 0 12px 25px 0 hsla(0, 0%, 42%, .3);
	overflow: visible;
	background: #fff;
	width: calc(100% - 30px)
}

.header-menu .item:hover .cap,
.header-menu .item:hover .cap a {
	color: #ff6900
}

.header-menu .item:hover .list {
	color: #4d4f54
}

.header-menu .item:hover .list div {
	display: block !important
}

.header-menu .item-wrap {
	min-height: 110px
}

.header-menu .item-wrap:last-child .item:hover,
.header-menu .item-wrap:nth-last-child(2) .item:hover,
.header-menu .item-wrap:nth-last-child(3) .item:hover {
	position: static;
	width: 100%
}

.header-menu .cap {
	color: #4d4f54;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.header-menu .cap:hover {
	color: #ff6900
}

.header-menu .list {
	color: #86929f;
	font-size: 12px
}

.header-menu .list div {
	display: none
}

.header-menu .list div:nth-child(-n+3) {
	display: block
}

.header-menu.active {
	max-height: 100%;
	transition: height .35s ease-in, max-height .35s ease-in;
	box-shadow: 0 7px 13px -3px rgba(0, 0, 0, .3);
	padding: 15px
}

.header-menu.active.relative {
	max-width: 200px;
	margin: inherit;
	padding: 0 15px
}

.header-menu-overlay {
	position: fixed;
	z-index: 0;
	opacity: 0;
	top: 61px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 5, 5, .3);
	transition: all .3s;
	visibility: hidden
}

@media (min-width:1200px) {
	.header-menu-overlay {
		transition: none
	}
}

.header-menu-overlay.active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s
}

.job-item {
	display: block;
	padding: 15px
}

.job-item,
.job-item:hover {
	color: #050505;
	text-decoration: none
}

.job-item:hover {
	box-shadow: 0 2px 35px 0 #dedede
}

.job-cv .item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #fff;
	min-height: 235px
}

.job-cv .item .text {
	color: #4d4f54
}

.job-cv .item:hover {
	box-shadow: 0 2px 35px 0 #dedede
}

.job-cv .item:hover .title {
	color: #ff6900
}

.job-cv .item:hover .text {
	color: #050505
}

.offices-list {
	display: grid;
	overflow: hidden;
	background-color: #f7f9fa;
	margin-left: -15px;
	margin-right: -15px;
	grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 1px
}

@media (max-width:768px) {
	.offices-list {
		grid-template-columns: repeat(auto-fit, minmax(25%, 1fr))
	}
}

@media (max-width:576px) {
	.offices-list {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		grid-gap: 36px;
		padding-bottom: 36px;
		margin-left: 0;
		margin-right: 0
	}
}

.offices-list .item {
	box-shadow: 0 0 0 1px #cad1dc;
	text-align: center
}

@media (max-width:576px) {
	.offices-list .item {
		box-shadow: none;
		text-align: left
	}
}

@media (min-width:1200px) {
	.offices-list .item {
		border-top: 0;
		border-bottom: 0
	}

	.offices-list .item:first-child {
		border-left: 0
	}

	.offices-list .item:last-child {
		border-right: 0
	}
}

.offices-list .item .inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 30px;
	height: 100%
}

@media (max-width:576px) {
	.offices-list .item .inner {
		align-items: flex-start;
		padding: 0
	}
}

.offices-list .item .address {
	color: #86929f
}

.offices {
	position: relative;
	text-align: center;
	min-height: 710px;
	padding-top: 35px;
	background-origin: content-box;
	background-image: url(../images/office-map.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position-y: 105px
}

@media screen and (max-width:992px) {
	.offices {
		min-height: auto;
		background-position-x: -215px
	}
}

.offices h2 {
	margin-top: -40px
}

.offices>img {
	position: absolute;
	top: 40px;
	transform: translateX(-50%)
}

.offices>[data-country] {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	z-index: 5
}

.offices>[data-country] img {
	display: none;
	max-width: 43px
}

.offices>[data-country] img.active {
	display: block
}

@media screen and (max-width:992px) {
	.offices>[data-country] {
		display: none
	}
}

.offices #ukraine-1 {
	margin-left: 215px;
	margin-top: 37px
}

.offices #ukraine-2 {
	margin-left: 184px;
	margin-top: 32px
}

.offices #usa {
	margin-top: 162px;
	margin-left: -306px
}

.offices #sweden {
	margin-top: -19px;
	margin-left: 133px
}

.offices #malta {
	margin-left: 131px;
	margin-top: 108px
}

.offices #uk {
	margin-left: 55px;
	margin-top: 15px
}

.offices #poland-1 {
	margin-left: 152px;
	margin-top: 25px
}

.offices #poland-2 {
	margin-left: 113px;
	margin-top: 25px
}

.offices #bulgaria {
	margin-left: 182px;
	margin-top: 83px
}

.offices #colombia {
	margin-top: 257px;
	margin-left: -275px
}

.offices #romania {
	margin-left: 177px;
	margin-top: 56px
}

.offices .offices-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(8%, 1fr));
	grid-gap: 16px;
	text-align: left;
	justify-items: center;
	margin: -14px -13px 0
}

@media (min-width:992px) and (max-width:1200px) {
	.offices .offices-grid {
		grid-gap: 11px
	}

	.offices .offices-grid .location .country {
		font-size: 15px
	}
}

@media screen and (max-width:992px) {
	.offices .offices-grid {
		grid-template-columns: repeat(auto-fit, minmax(55%, 1fr));
		margin: 15px 0 0;
		justify-items: left
	}
}

@media (min-width:768px) and (max-width:992px) {
	.offices .offices-grid {
		margin: -14px -20px 0
	}
}

@media (max-width:576px) {
	.offices .offices-grid {
		grid-template-columns: auto
	}
}

.offices .offices-grid .inner .location {
	position: relative
}

.offices .offices-grid .inner .location .mobile-trigger {
	display: none;
	position: absolute;
	top: 0;
	right: 8px
}

@media (min-width:992px) and (max-width:1200px) {
	.offices .offices-grid .inner:nth-last-of-type(5) .office-list {
		left: 25px
	}
}

@media (max-width:992px) {
	.offices .offices-grid .inner:nth-last-of-type(5) .office-list {
		left: 0
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.offices .offices-grid .inner:nth-last-of-type(2) .office-list {
		margin-left: -40px
	}
}

@media (min-width:992px) {
	.offices .offices-grid .inner:nth-last-of-type(2) .office-list {
		left: -41px
	}

	.offices .offices-grid .inner:nth-last-of-type(2) .office-list:before {
		left: 120px
	}
}

@media (min-width:1200px) {
	.offices .offices-grid .inner:nth-last-of-type(2) .office-list:before {
		left: 85px
	}
}

@media (max-width:992px) {
	.offices .offices-grid .inner:nth-last-of-type(2) .office-list {
		margin-left: 0;
		left: 0
	}
}

.offices .offices-grid .inner:last-of-type .office-list {
	left: -178px
}

@media (min-width:768px) and (max-width:1200px) {
	.offices .offices-grid .inner:last-of-type .office-list {
		left: -185px
	}
}

.offices .offices-grid .inner:last-of-type .office-list::before {
	left: auto;
	right: 45px
}

.offices .offices-grid .inner.active .office-list {
	display: block
}

.offices .offices-grid .inner.active .country {
	color: #ff6900;
	font-weight: 700
}

@media screen and (max-width:992px) {
	.offices .offices-grid .inner.active .location .mobile-trigger .plus {
		display: none
	}

	.offices .offices-grid .inner.active .location .mobile-trigger .minus {
		margin-top: 4px;
		display: block
	}
}

@media screen and (max-width:992px) {
	.offices .offices-grid .inner {
		overflow: hidden;
		margin-left: 37px;
		width: calc(100% - 37px);
		max-width: 83%
	}

	.offices .offices-grid .inner:not(.active) .office-list {
		display: none
	}

	.offices .offices-grid .inner .location .mobile-trigger {
		display: block
	}

	.offices .offices-grid .inner .close,
	.offices .offices-grid .inner .location .mobile-trigger .minus {
		display: none
	}

	.offices .offices-grid .inner:last-of-type .office-list {
		left: auto
	}

	.offices .offices-grid .inner:last-of-type .office-list::before {
		left: 45px;
		right: auto
	}
}

@media screen and (max-width:450px) {
	.offices .offices-grid .inner {
		margin-left: 0;
		width: 100%;
		max-width: none
	}
}

.offices .offices-grid .country-flag {
	max-width: 20px;
	margin: 0 10px 5px 0;
	z-index: 10;
	position: relative
}

.offices .offices-grid .country {
	z-index: 10;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	color: #4d4f54;
	cursor: pointer;
	position: relative
}

.offices .offices-grid .country:after {
	content: "";
	position: absolute;
	left: -35px;
	width: 35px;
	top: 0;
	bottom: 0
}

.offices .offices-grid .office-list {
	display: none;
	letter-spacing: normal;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	min-width: 283px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	position: absolute;
	margin-top: 25px;
	margin-left: 0;
	z-index: 9
}

@media screen and (max-width:992px) {
	.offices .offices-grid .office-list {
		position: relative;
		background: #fff;
		margin-left: -3px;
		max-height: none;
		box-shadow: none
	}

	.offices .offices-grid .office-list div.close {
		top: 3px
	}

	.offices .offices-grid .office-list div.close img {
		transform: rotate(45deg)
	}
}

.offices .offices-grid .office-list:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	top: -10px;
	left: 40px;
	transform: rotate(45deg)
}

.offices .offices-grid .office-list .city {
	padding: 5px 20px 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: capitalize
}

.offices .offices-grid .office-list .city:first-of-type {
	padding-top: 13px
}

.offices .offices-grid .office-list .single-office {
	border-bottom: 1px solid hsla(0, 0%, 87%, .7);
	padding: 3px 20px 5px;
	color: #979797;
	font-size: 14px;
	line-height: 1.4;
	text-transform: capitalize;
	letter-spacing: normal
}

.offices .offices-grid .office-list .local-time {
	background-color: hsla(0, 0%, 87%, .3);
	padding: 13px 20px 11px;
	color: #979797;
	line-height: 1.4;
	font-size: 14px;
	text-transform: lowercase
}

.offices .offices-grid .office-list .local-time .time {
	font-size: 20px;
	font-weight: 700;
	color: #4d4f54;
	text-transform: uppercase;
	margin: 0 2px
}

.offices .offices-grid .office-list .local-time .clock {
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	border: 1px solid #4d4f54;
	border-radius: 50%
}

.offices .offices-grid .office-list .local-time .clock .clock-face {
	height: 100%;
	width: 100%;
	position: relative
}

.offices .offices-grid .office-list .local-time .clock .hand {
	background-color: #4d4f54;
	position: absolute;
	width: 50%;
	top: 50%;
	transform: rotate(90deg);
	transform-origin: 100%;
	transition: all .05s cubic-bezier(.1, 2.7, .58, 1)
}

.offices .offices-grid .office-list .local-time .clock .minHand {
	height: 1px
}

.offices .offices-grid .office-list .local-time .clock .hourHand {
	height: 1px;
	width: 35%;
	left: 15%
}

.offices .offices-grid .office-list .close {
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 14px;
	max-height: 14px;
	overflow: hidden;
	color: #090909;
	cursor: pointer
}

.offices .offices-grid .office-list .close .cross {
	display: block
}

.offices .offices-grid .office-list .close .minus {
	display: none
}

.offices .offices-grid .office-list .map-link {
	line-height: 1.4;
	color: #ff6900;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	text-transform: uppercase
}

.offices .offices-contacts {
	position: absolute;
	bottom: -48px;
	left: 0;
	right: 0;
	padding: 24px 0;
	background-color: #f5f5f5
}

@media screen and (max-width:992px) {
	.offices .offices-contacts {
		position: relative
	}
}

@media screen and (max-width:576px) {
	.offices .offices-contacts {
		font-size: 14px
	}
}

.offices .offices-contacts .usa-office-status {
	justify-content: start
}

.offices .offices-contacts .hq-office-status {
	justify-content: flex-end
}

@media (max-width:992px) {

	.offices .offices-contacts .hq-office-status,
	.offices .offices-contacts .usa-office-status {
		justify-content: center
	}
}

.offices .offices-contacts a {
	color: #090909;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 10px
}

.offices .offices-contacts a.mail {
	position: relative
}

.offices .offices-contacts a.mail:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #090909
}

.offices .offices-contacts span {
	display: none;
	color: #979797;
	font-size: 14px;
	line-height: 1.4;
	padding-left: 15px;
	position: relative
}

.offices .offices-contacts span.online:before {
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #03db59;
	position: absolute;
	left: 0;
	bottom: 3px
}

.offices .offices-contacts span.offline:before {
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 1px solid #979797;
	position: absolute;
	left: 0;
	bottom: 3px
}

.offices .item {
	display: flex;
	position: relative;
	align-items: flex-end;
	min-height: 0;
	padding-top: 56.25%;
	text-decoration: none !important;
	background-size: cover;
	color: #fff
}

@media (min-width:576px) {
	.offices .item:first-child {
		grid-column: span 2
	}
}

.offices .item .inner {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background-color: rgba(5, 5, 5, .5)
}

@media (max-width:768px) {
	.offices .item .inner {
		padding: 15px
	}
}

.offices .item .location:after {
	content: "";
	display: block;
	border-bottom: 3px solid #ff6900;
	max-width: 60px;
	padding-top: 4px
}

.offices .item .nix-btn {
	position: absolute;
	bottom: 0;
	transition: all .3s;
	opacity: 0
}

@media (max-width:768px) {
	.offices .item .nix-btn {
		opacity: 1;
		position: static
	}
}

.home-budge {
	position: relative;
	max-width: 400px;
	margin: -140px auto -40px 0;
	background-image: url(../images/20y-logo.webp);
	color: #fff;
	overflow: hidden
}

@media (max-width:1200px) {
	.home-budge {
		max-width: 270px
	}

	.home-budge .budge-container h3 {
		font-size: 24px;
		padding-bottom: 25px
	}

	.home-budge .budge-container:before {
		left: -30px;
		width: 70px;
		height: 70px
	}

	.home-budge br {
		display: none
	}
}

@media (max-width:992px) {
	.home-budge {
		max-width: 182px;
		margin: -75px 0 0 auto
	}
}

@media (max-width:576px) {
	.home-budge {
		margin: -50px 0 0 auto
	}
}

.our-people .short-sentence {
	max-width: 720px;
	margin: 0 auto 30px;
	font-size: 20px;
	line-height: 1.56
}

.our-people .persons {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-bottom: 30px
}

.our-people .persons .person {
	flex-basis: 23%;
	margin-right: 2.667%;
	margin-bottom: 50px
}

.our-people .persons .person:nth-child(4n) {
	margin-right: 0
}

@media screen and (max-width:1200px) {
	.our-people .persons .person {
		flex-basis: 50%;
		margin-right: 0
	}
}

@media screen and (max-width:992px) {
	.our-people .persons .person {
		flex-basis: 100%
	}
}

.our-people .persons .person .profile-summary {
	display: flex
}

@media screen and (max-width:576px) {
	.our-people .persons .person .profile-summary {
		flex-direction: column;
		align-items: start
	}
}

.our-people .persons .person .profile-summary img {
	max-width: 269px;
	max-height: 269px;
	width: 100%
}

.our-people .persons .person .front-part:hover .top-info {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width:992px) {
	.our-people .persons .person .front-part:hover .top-info {
		box-shadow: none
	}
}

@media (min-width:1200px) {
	.our-people .persons .person .front-part:hover .back-part {
		top: 0;
		bottom: 0
	}
}

.our-people .persons .person .front-part .top-info {
	box-shadow: none;
	transition: all .5s
}

@media screen and (max-width:1200px) {
	.our-people .persons .person .front-part .top-info {
		display: flex;
		align-items: center
	}
}

.our-people .persons .person .front-part .top-info .image {
	position: relative;
	overflow: hidden
}

.our-people .persons .person .front-part .bottom-info .name,
.our-people .persons .person .front-part .mobile-info .name {
	padding: 14px 0 5px;
	font-size: 22px;
	font-weight: 700;
	color: #ff6900
}

@media screen and (max-width:1200px) {

	.our-people .persons .person .front-part .bottom-info .name,
	.our-people .persons .person .front-part .mobile-info .name {
		font-size: 20px
	}
}

.our-people .persons .person .front-part .bottom-info .position,
.our-people .persons .person .front-part .mobile-info .position {
	font-weight: 500;
	font-size: 18px;
	color: #090909
}

@media screen and (max-width:1200px) {

	.our-people .persons .person .front-part .bottom-info .position,
	.our-people .persons .person .front-part .mobile-info .position {
		font-size: 16px
	}
}

.our-people .persons .person .back-part,
.our-people .persons .person .mobile-info {
	background-color: #fff;
	padding: 15px 15px 17px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	top: 100%;
	transition: all .5s;
	box-shadow: none
}

@media screen and (max-width:1200px) {

	.our-people .persons .person .back-part,
	.our-people .persons .person .mobile-info {
		position: relative
	}
}

.our-people .persons .person .back-part p,
.our-people .persons .person .mobile-info p {
	margin: 0;
	line-height: 1.3;
	color: rgba(9, 9, 9, .9);
	font-size: 15px
}

.our-people .persons .person .back-part .preview,
.our-people .persons .person .mobile-info .preview {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

@media screen and (max-width:1200px) {

	.our-people .persons .person .back-part .preview,
	.our-people .persons .person .mobile-info .preview {
		display: none
	}
}

.our-people .persons .person .back-part .preview .img-rounded,
.our-people .persons .person .mobile-info .preview .img-rounded {
	max-width: 60px;
	border-radius: 50%;
	margin-right: 20px
}

.our-people .persons .person .back-part .preview a,
.our-people .persons .person .mobile-info .preview a {
	text-decoration: none
}

.our-people .persons .person .back-part .preview a img,
.our-people .persons .person .mobile-info .preview a img {
	max-width: 40px
}

@media screen and (max-width:1200px) {
	.our-people .persons .person .back-part {
		padding-left: 0
	}
}

@media screen and (max-width:1200px) {
	.our-people .persons .person .bottom-info {
		display: none
	}
}

.our-people .persons .person .mobile-info {
	display: none
}

.our-people .persons .person .mobile-info a {
	text-decoration: none
}

.our-people .persons .person .mobile-info a img {
	margin-top: 20px;
	max-width: 40px
}

@media screen and (max-width:1200px) {
	.our-people .persons .person .mobile-info {
		display: flex;
		flex-direction: column;
		justify-content: center
	}
}

@media screen and (max-width:576px) {
	.our-people .persons .person .mobile-info {
		padding-left: 0
	}
}

.services-industries .divider:after {
	content: "/";
	color: #ff6900;
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 10px
}

@media (max-width:768px) {
	.services-industries .divider:after {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background: #ff6900
	}
}

.services-industries .nav a {
	text-decoration: none;
	font-weight: 600;
	color: #ff6900;
	margin-bottom: 4px
}

.services-industries .nav a u {
	text-decoration: none
}

.services-industries .nav a:not(.active) {
	color: #86929f
}

.services-industries .nav a:not(.active) u {
	color: #86929f;
	text-decoration: underline
}

.services-industries .nav a:hover u {
	color: #ff6900;
	text-decoration: underline
}

.services-industries-list .item {
	color: #fff;
	display: flex;
	align-items: center;
	background-position: 50%;
	background-size: cover;
	position: relative;
	min-height: 250px;
	overflow: hidden;
	text-decoration: none !important
}

.services-industries-list .item .icon {
	display: block;
	color: #ff6900;
	font-size: 21px;
	height: 0;
	visibility: hidden
}

@media (min-width:992px) {
	.services-industries-list .item .txt {
		position: relative;
		top: 80px
	}

	.services-industries-list .item .icon {
		visibility: visible;
		opacity: 0
	}

	.services-industries-list .item:hover .title:after {
		display: none
	}

	.services-industries-list .item:hover .inner {
		height: 220px
	}

	.services-industries-list .item:hover .txt {
		opacity: 1;
		top: 0
	}

	.services-industries-list .item:hover .icon {
		opacity: 1;
		transition: opacity 1s;
		height: auto
	}
}

.services-industries-list .item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 5, 5, .3);
	transition: background-color .3s
}

.services-industries-list .item:hover:after {
	background-color: rgba(5, 5, 5, .7)
}

.services-industries-list .item .inner {
	position: relative;
	padding: 0 27px;
	z-index: 1;
	height: auto;
	transition: all .3s
}

@media (min-width:992px) {
	.services-industries-list .item .inner {
		height: 75px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
}

@media (max-width:768px) {
	.services-industries-list .item .inner {
		height: auto;
		overflow: visible
	}
}

.services-industries-list .item .title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px
}

.services-industries-list .item .title:after {
	content: "";
	border-bottom: 2px solid #ff6900;
	max-width: 60px;
	padding-top: 10px
}

@media (min-width:992px) {
	.services-industries-list .item .title:after {
		display: block
	}
}

.services-industries-list .item .txt {
	opacity: 1;
	transition: all .3s ease-in-out;
	height: auto;
	overflow: hidden
}

@media (min-width:992px) {
	.services-industries-list .item .txt {
		opacity: 0
	}
}

@media (max-width:576px) {
	.slick-initialized .slick-slide iframe {
		height: 190px
	}
}

.colorful-banner {
	position: relative;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px)
}

.colorful-banner.orange {
	background-image: linear-gradient(90deg, #ff8200, #ff5000)
}

.colorful-banner.mint {
	background-image: linear-gradient(90deg, #1ea5a0, #0096c8)
}

.colorful-banner.violet {
	background-image: linear-gradient(90deg, #a01e8c, #3c1ea0)
}

.colorful-banner.purple {
	background-color: #a51890
}

.colorful-banner .title {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 55px 0;
	position: relative
}

@media (max-width:992px) {
	.colorful-banner .title {
		width: 90%
	}
}

.colorful-banner .title h2 {
	color: #fff;
	text-transform: none;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0 40px 0 0;
	padding: 0;
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3
}

.colorful-banner .title a {
	text-decoration: none
}

.colorful-banner .arrow-wrapper {
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	transition: all .5s
}

@media screen and (max-width:576px) {
	.colorful-banner .arrow-wrapper {
		right: -10px
	}
}

.colorful-banner .arrow-wrapper:hover {
	right: -45px
}

.colorful-banner .arrow-wrapper:hover img {
	max-width: 50px;
	max-height: 50px;
	transition: all .5s
}

@media (max-width:992px) {
	.colorful-banner .arrow-wrapper:hover {
		right: -25px
	}

	.colorful-banner .arrow-wrapper:hover img {
		max-width: 40px;
		max-height: 40px
	}
}

@media screen and (max-width:576px) {
	.colorful-banner .arrow-wrapper:hover {
		right: -10px
	}
}

.colorful-banner .arrow-wrapper .circle {
	transition: all .5s;
	max-width: 40px;
	max-height: 40px
}

.service-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	text-align: center;
	margin: 10px 0 20px
}

@media screen and (max-width:992px) {
	.service-logos {
		justify-content: center
	}
}

.service-logos .logo {
	flex-basis: 20%
}

.service-logos .logo img {
	max-width: 190px
}

@media screen and (max-width:576px) {
	.service-logos .logo img {
		max-width: 145px
	}
}

.client-reviews.bg-grey {
	padding-top: 50px
}

.cloud-native-container .description {
	max-width: 970px;
	font-size: 16px;
	line-height: 1.5;
	color: #383838;
	margin: 0 auto
}

@media (max-width:768px) {
	.cloud-native-container .cloud-flex {
		flex-direction: column
	}
}

.cloud-native-container .cloud-native {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0
}

.cloud-native-container .cloud-native img {
	max-width: 100%;
	max-height: 200px
}

.cloud-native-container .cloud-native div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 25%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5
}

@media screen and (max-width:768px) {
	.cloud-native-container .cloud-native div {
		flex-basis: 50%
	}
}

@media screen and (max-width:576px) {
	.cloud-native-container .cloud-native div {
		flex-basis: 100%
	}
}

.cloud-jorney {
	color: #383838
}

.cloud-jorney .description {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 auto 30px;
	max-width: 970px
}

.cloud-jorney section {
	margin-top: 30px
}

#component-internet .component-internet .face .internet-title,
#component-internet .face .internet-title {
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #050505;
	margin: 7px 0 20px;
	cursor: pointer;
	transition: color .3s
}

@media (max-width:390px) {

	#component-internet .component-internet .face .internet-title,
	#component-internet .face .internet-title {
		width: 80%
	}
}

#component-internet .component-internet .subtitle,
#component-internet .subtitle {
	max-width: 1070px
}

#component-internet .component-internet .subtitle ul li,
#component-internet .subtitle ul li {
	line-height: 1.8;
	font-size: 16px
}

#component-internet .component-internet .internet-footer,
#component-internet .internet-footer {
	display: flex;
	flex-direction: column;
	margin-top: 41px
}

@media (min-width:768px) {

	#component-internet .component-internet .internet-footer,
	#component-internet .internet-footer {
		margin-top: 0
	}
}

#component-internet .component-internet .internet-footer .description,
#component-internet .internet-footer .description {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #050505;
	background: #fff;
	padding: 30px 15px 57px
}

#component-internet .component-internet .internet-footer .description p,
#component-internet .internet-footer .description p {
	line-height: 1.8;
	font-size: 16px
}

#component-internet .component-internet .internet-footer .description p.bold,
#component-internet .internet-footer .description p.bold {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.2;
	color: #090909
}

@media (min-width:768px) {

	#component-internet .component-internet .internet-footer .description,
	#component-internet .internet-footer .description {
		margin-bottom: 37px;
		font-size: 16px;
		line-height: 1.75;
		padding: 39px 33px 14px 35px
	}
}

#component-solutions {
	background: #f7f9fa;
	padding: 50px 0
}

#component-solutions .title {
	text-align: center
}

#component-solutions .subtitle {
	max-width: 770px
}

#component-solutions .solutions-content .solution {
	border-top: 1px solid #cad1dc;
	padding-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px
}

@media (min-width:768px) {
	#component-solutions .solutions-content .solution {
		margin-right: 0;
		margin-left: 0
	}
}

@media (min-width:768px) {
	#component-solutions .solutions-content .solution:last-child {
		border-bottom: 1px solid #cad1dc
	}
}

#component-solutions .solutions-content .solution .solution-header {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 24px;
	margin-bottom: 25px
}

#component-solutions .solutions-content .solution .solution-header .face {
	display: flex;
	flex-direction: column
}

#component-solutions .solutions-content .solution .solution-header .face .type {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #5a6677
}

@media (min-width:768px) {
	#component-solutions .solutions-content .solution .solution-header .face .type {
		width: 660px;
		line-height: 1.38
	}
}

#component-solutions .solutions-content .solution .solution-header .face .solution-title {
	font-size: 24px;
	padding-right: 60px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #050505;
	margin: 7px 0 20px;
	transition: color .3s
}

@media (max-width:390px) {
	#component-solutions .solutions-content .solution .solution-header .face .solution-title {
		width: 80%
	}
}

#component-solutions .solutions-content .solution .solution-header .button {
	position: absolute;
	right: 0;
	top: 37px;
	border: 0;
	background-color: #fff;
	box-shadow: 10px 10px 25px 0 rgba(54, 92, 104, .2);
	border-radius: 30px;
	outline: transparent;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	width: 50px;
	height: 50px;
	cursor: pointer
}

@media screen and (max-width:992px) {
	#component-solutions .solutions-content .solution .solution-header .button {
		top: 0
	}
}

#component-solutions .solutions-content .solution .solution-footer {
	display: flex;
	flex-direction: column;
	margin-top: 41px
}

@media (min-width:768px) {
	#component-solutions .solutions-content .solution .solution-footer {
		margin-top: 0
	}
}

#component-solutions .solutions-content .solution .solution-footer .description {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #050505;
	background: #fff;
	padding: 30px 15px 57px
}

#component-solutions .solutions-content .solution .solution-footer .description p.bold {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.2;
	color: #090909
}

@media (min-width:768px) {
	#component-solutions .solutions-content .solution .solution-footer .description {
		margin-bottom: 37px;
		font-size: 16px;
		line-height: 1.75;
		padding: 39px 33px 14px 35px
	}
}

#component-solutions .solutions-content .solution .solution-footer .button {
	border: 0;
	background-color: #fff;
	box-shadow: 10px 10px 25px 0 rgba(54, 92, 104, .2);
	border-radius: 30px;
	margin: -23px auto 30px 0;
	width: 50px;
	height: 50px;
	cursor: pointer
}

#component-solutions .list-bullets-minus {
	margin-top: 20px
}

#component-solutions .list-bullets-minus li:before {
	left: 30px
}

.miha-tab.active .miha-tab-btn:before {
	visibility: hidden
}

.miha-tab-content {
	transition: all .25s;
	height: 0;
	visibility: hidden;
	opacity: 0
}

.active .miha-tab-content {
	height: auto;
	visibility: visible;
	opacity: 1
}

.miha-tab-btn {
	position: relative;
	outline: none
}

.miha-tab-btn:hover:after,
.miha-tab-btn:hover:before {
	background-color: #000
}

.miha-tab-btn:after,
.miha-tab-btn:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible;
	background-color: #ff6900;
	transition: background-color .25s
}

.miha-tab-btn:after {
	height: 2px;
	width: 16px
}

.miha-tab-btn:before {
	width: 2px;
	height: 16px
}

a.underline {
	color: #ff6900;
	text-decoration: underline
}

.cloud-native-slider .slick-next,
.cloud-native-slider .slick-prev {
	top: 50%;
	height: 30px;
	width: 30px
}

.cloud-native-slider .slick-next {
	transform: none;
	top: calc(50% - 16px)
}

.aws-intro {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.aws-intro img {
	max-width: 141px;
	margin-left: 60px
}

@media screen and (max-width:767px) {
	.aws-intro {
		flex-direction: column
	}

	.aws-intro img {
		margin: 30px auto 0
	}
}

.aws-tools {
	display: flex;
	flex-wrap: wrap
}

@media screen and (max-width:500px) {
	.aws-tools {
		display: block
	}
}

.aws-tools .title {
	margin-bottom: 20px;
	font-size: 20px
}

.aws-tools .tool {
	font-size: 12px;
	color: rgba(9, 9, 9, .7);
	margin-bottom: 5px
}

.aws-tools img {
	max-width: 50px
}

.aws-tools .tools-group {
	flex-basis: 29%
}

@media screen and (max-width:992px) {
	.aws-tools .tools-group {
		flex-basis: 49%
	}
}

.aws-tools .tools-group.middle {
	border-right: 1px solid #cad1dc;
	border-left: 1px solid #cad1dc;
	padding-left: 60px;
	flex-basis: 34%
}

@media screen and (max-width:992px) {
	.aws-tools .tools-group.middle {
		flex-basis: 49%;
		border-right: none;
		padding-left: 30px
	}
}

@media screen and (max-width:500px) {
	.aws-tools .tools-group.middle {
		padding-left: 0;
		border: none
	}
}

.aws-tools .tools-group.right {
	flex-basis: 35%;
	padding-left: 60px
}

@media screen and (max-width:992px) {
	.aws-tools .tools-group.right {
		flex-basis: 49%;
		padding-left: 0
	}
}

.aws-tools .tools-group.left {
	padding-bottom: 10px
}

.aws-tools .tools-group .title {
	font-weight: 700
}

.aws-tools .tools-group .tools-items {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	flex-basis: 33%;
	align-items: flex-end
}

.aws-tools .tools-group .tools-items .single-tool {
	flex-basis: 26%;
	margin-bottom: 15px
}

@media screen and (max-width:992px) {
	.aws-tools .tools-group .tools-items .single-tool {
		flex-basis: 33%
	}
}

.aws-tools .tools-group.vertical {
	flex-basis: 63%;
	border-top: 1px solid #cad1dc;
	border-right: 1px solid #cad1dc
}

.aws-tools .tools-group.vertical .single-tool {
	flex-basis: 12.2%
}

@media screen and (max-width:992px) {
	.aws-tools .tools-group.vertical .single-tool {
		flex-basis: 33%
	}

	.aws-tools .tools-group.vertical .single-tool:empty {
		display: none
	}
}

@media screen and (max-width:992px) {
	.aws-tools .tools-group.vertical {
		flex-basis: 49%;
		border: none;
		border-left: 1px solid #cad1dc;
		padding-left: 30px
	}
}

@media screen and (max-width:500px) {
	.aws-tools .tools-group.vertical {
		padding-left: 0;
		border: none
	}
}

.testimonial-slider {
	position: relative
}

@media screen and (min-width:768px) {
	.testimonial-slider {
		margin-bottom: 30px
	}
}

.testimonial-slider .arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	bottom: -55px;
	z-index: 1
}

.testimonial-slider .arrows .stats {
	font-size: 18px;
	font-weight: 700;
	color: #86929f;
	line-height: 1.56;
	margin: 4px 10px 0;
	padding-right: 38px
}

.testimonial-slider .arrows .stats.large {
	padding-right: 27px
}

.testimonial-slider .arrows .slick-arrow {
	z-index: 1;
	margin-top: 2px;
	cursor: pointer
}

@media screen and (min-width:1024px) {
	.testimonial-slider .arrows .slick-arrow.arrow-prev:hover~.circle {
		left: -40px
	}

	.testimonial-slider .arrows .slick-arrow.arrow-next:hover~.circle {
		right: -40px
	}
}

.testimonial-slider .arrows .circle {
	position: absolute;
	background: #cad1dc;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	left: 0;
	right: 0;
	line-height: 40px;
	border-radius: 50%;
	transition: all .3s ease-in-out
}

.testimonial-slider .arrows .icon {
	color: #050505;
	margin: 0 10px;
	font-size: 21px;
	cursor: pointer
}

.contact-page .avatar img {
	transform: scale(2)
}

section.featured-slider-wrapper {
	background-color: #f8f9fb;
	padding-bottom: 80px;
	margin-top: 30px
}

section.featured-slider-wrapper .featured-slider {
	display: none;
	padding-bottom: 10px;
	padding-top: 0
}

section.featured-slider-wrapper .featured-slider.slick-initialized {
	display: block
}

section.featured-slider-wrapper .featured-slider .slick-track {
	display: flex
}

section.featured-slider-wrapper .featured-slider .slick-list,
section.featured-slider-wrapper .featured-slider .slick-slide {
	margin: 0
}

section.featured-slider-wrapper .featured-slider .featured-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #090909;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1
}

section.featured-slider-wrapper .featured-slider .featured-wrapper:hover .hiden-featured {
	opacity: 1
}

section.featured-slider-wrapper .featured-slider .featured-wrapper img {
	max-width: 155px;
	margin: 0 auto;
	top: 70px
}

section.featured-slider-wrapper .featured-slider .featured-wrapper p {
	transition: opacity .3s ease-out;
	opacity: 0;
	font-size: 14px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 170px;
	padding: 20px;
	position: absolute;
	top: 0;
	background-color: #fff;
	box-shadow: 0 5px 20px 0 rgba(51, 51, 51, .1);
	left: auto
}

section.featured-slider-wrapper .featured-slider .featured-wrapper .source {
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 14px;
	color: #908c8b;
	bottom: 30px;
	left: 0
}

section.featured-slider-wrapper .featured-slider .slick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #d1d1d2;
	transition: all .4s
}

section.featured-slider-wrapper .featured-slider .slick-arrow.slick-prev {
	left: 50%;
	bottom: -53px;
	transform: translateX(-60px)
}

section.featured-slider-wrapper .featured-slider .slick-arrow.slick-next {
	bottom: -53px !important;
	right: 50%;
	transform: translateX(60px) rotate(180deg)
}

section.featured-slider-wrapper .featured-slider .slick-arrow.slick-disabled {
	border: 1px solid #dee0e1
}

.testimonial-item .avatar {
	text-align: center;
	max-width: 180px;
	margin: 0 auto 30px;
	min-height: 140px
}

@media (min-width:768px) {
	.testimonial-item .avatar {
		max-width: 100%;
		margin: inherit
	}
}

.testimonial-item .avatar img {
	max-width: 170px;
	margin: auto
}

.testimonial-item .icon {
	text-align: center
}

.testimonial-item .icon.small {
	max-height: 40px
}

.testimonial-item .icon.small img {
	max-width: 20px;
	max-height: 20px
}

@media (min-width:768px) {
	.testimonial-item .icon {
		flex: 18px 0 0;
		margin-right: 20px
	}
}

.testimonial-item .content {
	max-width: 800px;
	text-align: center
}

@media (min-width:768px) {
	.testimonial-item .content {
		text-align: left
	}
}

.testimonial-item .content .position {
	color: #86929f
}

.contact-us-testimonials .avatar-wrap {
	flex: 0 0 25%;
	max-width: 25%
}

.contact-us-testimonials .avatar-wrap img {
	transform: none
}

.contact-us-testimonials .avatar-wrap~div {
	flex: 0 0 75%;
	max-width: 75%
}

.logo-responsive div.avatar img {
	transform: none
}

@media screen and (max-width:767px) {
	.logo-responsive div.avatar img {
		transform: scale(1.5)
	}
}

.video-testimonial {
	padding: 50px 0
}

.video-testimonial.sm {
	padding: 15px 0
}

.video-testimonial .testimonial-item .logo-img {
	max-width: 170px;
	margin: 0 auto
}

.video-testimonial .testimonial-item .content .position {
	color: #4d5153;
	font-size: 14px;
	line-height: 1.21
}

.video-testimonial .grid-row {
	display: flex;
	justify-content: space-between
}

.video-testimonial .grid-row>div {
	flex-basis: 32.5%
}

@media screen and (max-width:600px) {
	.video-testimonial .grid-row {
		flex-direction: column
	}

	.video-testimonial .grid-row>div {
		margin-bottom: 15px
	}

	.video-testimonial .grid-row>div img {
		width: -webkit-fill-available
	}
}

.video-testimonial .left-preview {
	flex-wrap: wrap;
	flex-direction: column;
	height: 529px
}

@media (min-width:576px) and (max-width:1200px) {
	.video-testimonial .left-preview {
		display: flex;
		height: auto;
		flex-direction: row-reverse;
		text-align: center
	}

	.video-testimonial .left-preview>div {
		height: auto;
		flex: initial
	}

	.video-testimonial .left-preview>div:first-of-type {
		margin-right: 0
	}

	.video-testimonial .left-preview>div * {
		height: 100%
	}
}

.video-testimonial .left-preview>div:first-of-type {
	flex: 1;
	margin-right: 12px
}

@media (max-width:1200px) {
	.video-testimonial .left-preview>div:first-of-type {
		margin-right: 0;
		flex: initial
	}
}

.video-testimonial .left-preview>div:first-of-type .video-popup:before {
	width: 102px;
	height: 102px
}

@media screen and (max-width:1200px) {
	.video-testimonial .left-preview>div:first-of-type .video-popup:before {
		width: 50px;
		height: 50px
	}
}

.video-testimonial .left-preview>div:not(:first-of-type) {
	order: 2;
	flex: 0.5
}

@media (max-width:1200px) {
	.video-testimonial .left-preview>div:not(:first-of-type) {
		flex: initial
	}
}

@media screen and (max-width:1200px) {
	.video-testimonial .left-preview>div {
		display: inline-block;
		width: 32.5%
	}
}

@media screen and (max-width:576px) {
	.video-testimonial .left-preview>div {
		display: block;
		width: auto;
		margin-bottom: 15px
	}
}

@media (max-width:576px) {
	.video-testimonial .left-preview {
		display: block;
		height: 100%
	}
}

.video-testimonial .right-preview {
	flex-wrap: wrap;
	flex-direction: column;
	height: 515px
}

@media (min-width:576px) and (max-width:1200px) {
	.video-testimonial .right-preview {
		display: flex;
		height: auto;
		flex-direction: row-reverse;
		text-align: center
	}

	.video-testimonial .right-preview>div {
		height: auto
	}

	.video-testimonial .right-preview>div * {
		height: 100%
	}
}

.video-testimonial .right-preview>div:first-of-type {
	order: 3;
	margin-left: 12px
}

@media (max-width:1200px) {
	.video-testimonial .right-preview>div:first-of-type {
		margin-left: 0
	}
}

.video-testimonial .right-preview>div:first-of-type .video-popup:before {
	width: 102px;
	height: 102px
}

@media screen and (max-width:1200px) {
	.video-testimonial .right-preview>div:first-of-type .video-popup:before {
		width: 50px;
		height: 50px
	}
}

@media screen and (max-width:1200px) {
	.video-testimonial .right-preview>div {
		display: inline-block;
		width: 32.5%
	}
}

@media screen and (max-width:576px) {
	.video-testimonial .right-preview>div {
		display: block;
		width: auto;
		margin-bottom: 15px
	}
}

@media (max-width:576px) {
	.video-testimonial .right-preview {
		display: block;
		height: 100%
	}
}

.video-testimonial .show-more-testimonials {
	margin-top: 50px;
	min-width: 237px
}

.video-testimonial .show-more-testimonials.hidden {
	visibility: hidden
}

.hidden-testimonials {
	height: 0;
	overflow: hidden
}

.hidden-testimonials.visible {
	height: auto
}

@media screen and (max-width:576px) {
	.hidden-testimonials .video-testimonial:first-child {
		padding-top: 0;
		margin-top: -25px
	}
}

.testimonial-video .avatar-wrap {
	display: none
}

@media (min-width:1200px) {
	.testimonial-video .icon {
		position: absolute;
		left: -20px
	}
}

.testimonial-video .content {
	text-align: left
}

.testimonial-video .video {
	position: relative;
	width: 100%;
	padding-top: 56.15%;
	background-color: #000;
	overflow: hidden
}

.testimonial-video .video img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%
}

.testimonial-video .video .play-video {
	position: absolute;
	width: 60px;
	height: 60px;
	background-image: url(../images/play-button.svg);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: opacity .1s ease-in-out
}

.testimonial-video .video .play-video:hover {
	opacity: .5
}

.testimonial-slider-new-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: auto
}

@media (min-width:1200px) {
	.testimonial-slider-new-wrapper {
		width: calc(100% - (100% - 1170px) / 2)
	}
}

.testimonial-slider-new-wrapper .slick-slider {
	margin-left: 0;
	margin-right: 0
}

.testimonial-slider-new-wrapper .testimonial-new-item {
	box-shadow: 0 10px 35px 0 hsla(0, 0%, 59%, .3);
	background-color: #fff;
	height: inherit;
	margin: 0 27px;
	padding: 0
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-video-wrapper .video-popup {
	position: relative
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-video-wrapper .video-popup:before {
	content: "";
	background-image: url(../images/video-play-button.svg);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: all .3s
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-video-wrapper .video-popup:hover:before {
	transform: translate(-50%, -50%) scale(1.25)
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-video-wrapper .video-popup.disabled {
	pointer-events: none
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content {
	padding: 30px 30px 30px 55px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper {
	display: block
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text {
	font-weight: 400;
	font-size: 18px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text:before {
	content: "";
	background-image: url(../images/quote.webp);
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	position: relative;
	display: block;
	left: -25px;
	top: 15px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.large {
	font-size: 24px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.medium {
	font-size: 22px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.small {
	font-size: 18px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.extra-large {
	font-size: 28px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.extra-medium {
	font-size: 24px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.extra-small {
	font-size: 20px
}

@media (max-width:768px) {
	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.large {
		font-size: 18px
	}

	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.medium {
		font-size: 16px
	}

	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.small {
		font-size: 14px
	}

	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.extra-large {
		font-size: 20px
	}

	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.extra-medium {
		font-size: 18px
	}

	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text.extra-small {
		font-size: 16px
	}
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .icon img {
	max-width: 15px;
	width: 15px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-author {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-author-position {
	font-size: 14px;
	color: #4d4f54
}

@media (max-width:768px) {

	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-author,
	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-description,
	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content .testimonial-text-wrapper .testimonial-text {
		font-size: 14px
	}
}

@media (max-width:768px) {
	.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-content {
		padding: 0 30px 15px 40px
	}
}

.testimonial-slider-new-wrapper .testimonial-new-item .related-info-container {
	padding: 10px 30px 30px 55px
}

.testimonial-slider-new-wrapper .testimonial-new-item .related-info-container .related-info-content {
	padding-top: 10px;
	font-size: 16px;
	display: flex;
	color: #4d4f54
}

.testimonial-slider-new-wrapper .testimonial-new-item .related-info-container .related-info-content .title {
	display: inline-block;
	min-width: 111px;
	padding-right: 40px
}

@media (max-width:768px) {
	.testimonial-slider-new-wrapper .testimonial-new-item .related-info-container {
		padding: 10px 30px 30px 40px
	}

	.testimonial-slider-new-wrapper .testimonial-new-item .related-info-container .testimonial-text {
		font-size: 14px
	}

	.testimonial-slider-new-wrapper .testimonial-new-item .related-info-container .related-info-content {
		display: block;
		font-size: 14px
	}

	.testimonial-slider-new-wrapper .testimonial-new-item .related-info-container .related-info-content .title {
		font-size: 14px;
		padding-bottom: 5px;
		width: 100%
	}
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-logo-wrapper {
	padding-left: 30px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-logo-wrapper img {
	width: 130px;
	max-width: 130px
}

.testimonial-slider-new-wrapper .testimonial-new-item .testimonial-item-title {
	font-size: 20px;
	font-weight: 700;
	padding: 30px 40px 30px 30px;
	line-height: 1.2;
	color: #050505
}

@media (max-width:768px) {
	.testimonial-slider-new-wrapper .testimonial-new-item {
		margin: 0 20px;
		box-shadow: 0 5px 35px 0 hsla(0, 0%, 59%, .2)
	}
}

.testimonial-slider-new-wrapper .slick-track {
	display: flex;
	padding-top: 75px;
	padding-left: 9%;
	padding-bottom: 50px
}

@media (max-width:768px) {
	.testimonial-slider-new-wrapper .slick-track {
		padding-left: 30%;
		padding-bottom: 30px;
		padding-top: 0
	}
}

.testimonial-slider-new-wrapper.slick-arrow-wrap .slick-arrow {
	background: #f1f1f1;
	width: 45px;
	height: 45px;
	border-radius: 100%
}

.testimonial-slider-new-wrapper.slick-arrow-wrap .slick-prev {
	right: 195px;
	left: auto;
	top: 22px
}

.testimonial-slider-new-wrapper.slick-arrow-wrap .slick-prev:before {
	font-size: 21px;
	line-height: 1.5px;
	color: #cad1dc;
	content: url(../images/slider-arrow.svg)
}

.testimonial-slider-new-wrapper.slick-arrow-wrap .slick-next {
	right: 120px;
	top: 0
}

.testimonial-slider-new-wrapper.slick-arrow-wrap .slick-next:before {
	font-size: 21px;
	line-height: 1.5px;
	color: #4d4f54;
	content: url(../images/slider-arrow.svg)
}

.testimonial-new-slider-progress {
	width: 100%;
	height: 4px;
	border-bottom: 1px solid #cad1dc;
	position: relative
}

.testimonial-new-slider-progress .testimonial-new-slider-progress-bar {
	width: 100%;
	max-width: 150px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ff6900;
	transition: all .5s ease
}

@media (max-width:768px) {
	.testimonial-new-slider-progress .testimonial-new-slider-progress-bar {
		max-width: 60px
	}
}

@media (min-width:768px) {
	.centered .testimonial-slider-new-wrapper .slick-track {
		padding-left: 0
	}
}

#footer {
	background: #050505;
	color: #fff
}

#footer .mobile-logo-container {
	padding: 30px 0
}

#footer .title {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px
}

#footer .title.link-container {
	margin-bottom: 75px
}

#footer .title.link-container:hover:after {
	background-color: #cad1dc
}

#footer .title:after {
	content: "";
	display: block;
	width: 130px;
	height: 1px;
	background-color: #fff
}

#footer .title.dark {
	color: #cad1dc
}

#footer .title.dark:after {
	background-color: #cad1dc
}

#footer .title.mb-x2 {
	margin-bottom: 30px
}

#footer .title a {
	color: #fff
}

#footer .title a:hover {
	color: #cad1dc;
	text-decoration: none
}

#footer .footer-menu {
	font-size: 14px
}

#footer .footer-menu .item {
	margin-bottom: 15px;
	line-height: 19px
}

#footer .footer-menu .item a {
	font-size: 14px;
	color: #fff
}

#footer .footer-menu .item a:hover {
	color: #cad1dc
}

#footer .footer-action .mobile-wrapper {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 30px;
	display: inline-block;
	color: #cad1dc
}

@media (min-width:992px) {
	#footer .footer-action .mobile-wrapper {
		margin-bottom: 40px
	}
}

#footer .footer-action .mobile-wrapper.office {
	margin-bottom: 10px;
	color: #fff;
	position: relative
}

#footer .footer-action .mobile-wrapper.office .office-status-wrapper {
	margin-left: 30px
}

#footer .footer-action .mobile-wrapper.office .office-status-wrapper .online {
	position: absolute;
	right: -55px;
	top: 2px;
	color: #cad1dc;
	display: inline-block;
	font-size: 14px
}

#footer .footer-action .mobile-wrapper.office .office-status-wrapper .online:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 100%;
	background-color: #03db59
}

#footer .footer-action .mobile-wrapper.office .office-status-wrapper .offline {
	position: absolute;
	right: -54px;
	top: 2px;
	color: #cad1dc;
	display: inline-block;
	font-size: 14px
}

#footer .footer-action .mobile-wrapper.office .office-status-wrapper .offline:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: transparent;
	border: 1px solid #979797
}

@media (max-width:992px) {
	#footer .footer-action .text-small:last-of-type {
		margin-bottom: 20px
	}
}

#footer .footer-blog {
	padding-top: 40px;
	font-size: 14px;
	max-width: 350px
}

#footer .footer-blog .title {
	padding: 0;
	text-align: center
}

@media (min-width:992px) {
	#footer .footer-blog {
		max-width: 100%
	}

	#footer .footer-blog .title {
		text-align: left
	}
}

@media (max-width:1366px) {
	#footer .footer-blog .title {
		padding: 0 35px
	}
}

@media (max-width:992px) {
	#footer .footer-blog {
		margin: 0 auto
	}
}

#footer .footer-blog .blog-item {
	display: flex;
	align-items: flex-start;
	text-decoration: none
}

#footer .footer-blog .blog-item .text-white {
	font-size: 12px;
	min-width: 140px
}

@media (max-width:576px) {
	#footer .footer-blog .blog-item .text-white {
		min-width: 50px
	}
}

@media (min-width:992px) {
	#footer .footer-blog .blog-item .text-white {
		font-size: 14px;
		min-width: 100px
	}
}

#footer .footer-blog .blog-item .date-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 40px 0 0;
	width: 40px;
	height: 40px;
	border: 1px solid #ff6900;
	margin-right: 10px;
	color: #cad1dc;
	font-size: 11px;
	text-align: center
}

#footer .footer-blog .blog-item .date {
	line-height: 1;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase
}

#footer .footer-blog .blog-item:hover .text-white {
	text-decoration: underline
}

#footer .footer-blog .blog-item:hover .date-wrap {
	background: #ff6900;
	color: #fff
}

#footer .footer-blog .slick-slider {
	padding: 0 50px
}

#footer .footer-blog .slick-slider .slick-arrow {
	top: 11px;
	right: 0
}

#footer .footer-blog .slick-slider .slick-arrow.slick-prev {
	top: 20px;
	left: 0;
	right: auto
}

#footer .copyright {
	padding-top: 40px;
	font-size: 14px;
	color: #cad1dc
}

@media (max-width:992px) {
	#footer .copyright {
		padding-top: 50px
	}
}

#footer .copyright .footer-links {
	list-style: none;
	display: inline-block;
	padding-left: 0
}

#footer .copyright .footer-links li {
	position: relative;
	font-size: 14px;
	padding-bottom: 15px
}

@media (min-width:768px) {
	#footer .copyright .footer-links li {
		display: inline;
		padding-bottom: 0
	}

	#footer .copyright .footer-links li+li {
		margin-left: 25px
	}

	#footer .copyright .footer-links li:last-of-type:after {
		content: none
	}
}

@media (min-width:768px) and (max-width:992px) {
	#footer .copyright .footer-links li:after {
		content: "";
		background-color: #ff6900;
		width: 5px;
		height: 5px;
		position: absolute;
		right: -15px;
		border-radius: 100%;
		top: 40%
	}
}

@media (min-width:992px) {
	#footer .copyright .footer-links li+li {
		margin-left: 50px
	}
}

#footer .copyright .footer-links li a {
	color: #cad1dc
}

@media (min-width:768px) and (max-width:992px) {
	#footer .copyright .footer-links {
		padding-bottom: 20px
	}
}

.industry-recognition img {
	filter: grayscale(100%);
	opacity: .7;
	max-width: 120px;
	margin: 0 auto
}

.active-tag {
	background-color: #5a6371;
	color: #fff !important
}

.about-company .overlay {
	background: none
}

@media (min-width:992px) {
	.about-company .overlay {
		background: url(../images/map.png) no-repeat;
		background-size: 65%;
		background-position: 100% 15%
	}
}

.about-company .title {
	margin-bottom: 40px
}

@media (max-width:576px) {
	.about-company .title {
		margin-bottom: 30px
	}
}

.about-company .award {
	width: 20%;
	opacity: 1
}

@media (max-width:576px) {
	.about-company .award {
		width: 33%
	}
}

.about-company img {
	max-width: 100%;
	max-height: 80px;
	filter: grayscale(1)
}

@media (max-width:576px) {
	.about-company img {
		max-width: 80px
	}
}

.connect-with-experts {
	padding: 90px 0;
	background-size: cover;
	background-position: 50%;
	position: relative
}

.connect-with-experts:after {
	content: "";
	background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.connect-with-experts>.text-center {
	position: relative;
	z-index: 1
}

@media (max-width:576px) {
	.connect-with-experts {
		margin-top: 20px;
		padding: 60px 0
	}
}

.connect-with-experts .title {
	font-size: 26px;
	margin-bottom: 0
}

@media (max-width:576px) {
	.connect-with-experts .title {
		font-size: 20px
	}
}

.connect-with-experts .nix-btn {
	margin-top: 40px
}

@media (max-width:768px) {
	.connect-with-experts .nix-btn {
		margin-top: 30px
	}
}

@media (max-width:576px) {
	.connect-with-experts .nix-btn {
		margin-top: 20px
	}
}

.connect-with-experts.video-wrapper-local {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	overflow: hidden
}

.connect-with-experts.video-wrapper-local video {
	position: absolute;
	top: -50%;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100
}

.success-story-content+.connect-with-experts {
	margin-top: 80px
}

@media screen and (max-width:768px) {
	.success-story-content+.connect-with-experts {
		margin-top: 50px
	}
}

.tech-logo-list .wrapper {
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

.tech-logo-list .wrapper .item {
	flex: 1 0 200px
}

.timeline .nav-wrapper {
	overflow-x: auto;
	position: relative;
	width: 100%
}

.timeline .nav {
	min-width: 1030px;
	margin: 0 auto;
	flex-wrap: nowrap;
	white-space: nowrap
}

.timeline .nav,
.timeline .nav .nav-item {
	align-items: center;
	justify-content: center
}

.timeline .nav .nav-item {
	display: flex;
	flex-direction: column;
	position: relative;
	color: #86929f;
	text-decoration: none;
	width: 100%;
	min-height: 100px
}

.timeline .nav .nav-item .date {
	position: relative
}

.timeline .nav .nav-item:nth-child(odd) .date {
	margin-bottom: auto
}

.timeline .nav .nav-item:nth-child(2n) .date {
	margin-top: auto
}

.timeline .nav .nav-item .dot {
	position: absolute;
	display: block;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	background: #ff6900;
	border-radius: 50%;
	z-index: 1
}

.timeline .nav .nav-item:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ff6900
}

.timeline .nav .nav-item.active {
	font-weight: 600;
	font-size: 24px;
	color: #ff6900
}

.timeline .nav .nav-item.active .dot {
	background: #fff;
	border: 4px solid #ff6900;
	padding: 4px
}

.timeline .nav .nav-item.active:after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 1px;
	background: #cad1dc;
	right: 0
}

.timeline .nav .nav-item.active~.nav-item:before {
	background: #cad1dc
}

.timeline.with-arrow .nav .nav-item {
	color: #4d4f54
}

.timeline.with-arrow .nav .nav-item.active {
	font-size: 18px;
	color: #ff6900
}

.timeline.with-arrow .nav .nav-item:after,
.timeline.with-arrow .nav .nav-item:before {
	height: 5px
}

.timeline.with-arrow .nav .nav-item:nth-child(odd) .date {
	padding-left: 10px;
	width: 100%
}

.timeline.with-arrow .nav .nav-item:nth-child(odd) .date:before {
	content: "";
	background-color: #d9d9d9;
	width: 1px;
	height: 40px;
	top: 8px;
	left: -1px;
	position: absolute
}

.timeline.with-arrow .nav .nav-item:nth-child(2n) .date {
	padding-left: 10px;
	width: 100%
}

.timeline.with-arrow .nav .nav-item:nth-child(2n) .date:after {
	content: "";
	background-color: #d9d9d9;
	width: 1px;
	height: 40px;
	bottom: 8px;
	left: -1px;
	position: absolute
}

.timeline.with-arrow .nav .nav-item:last-child .date {
	padding-right: 10px
}

.timeline.with-arrow .nav .nav-item.active:after {
	width: 100%
}

.timeline.with-arrow .timeline-link {
	display: none
}

.timeline.with-arrow .timeline-link.prev:before {
	content: url(../images/timeline-arrow-prev.svg);
	position: absolute;
	width: 45px;
	height: 45px;
	top: 80px;
	left: -10%
}

.timeline.with-arrow .timeline-link.next:before {
	content: url(../images/timeline-arrow-next.svg);
	position: absolute;
	width: 45px;
	height: 45px;
	top: 80px;
	right: -10%
}

@media (min-width:992px) {
	.timeline.with-arrow .timeline-link {
		display: block
	}
}

.timeline.with-arrow .tab-pane .row {
	align-items: start
}

.timeline.with-arrow .tab-pane .row img {
	width: 100%
}

@media (min-width:992px) {
	.timeline.with-arrow .tab-pane .row img {
		max-height: 200px;
		width: auto;
		height: auto
	}
}

@media (min-width:1200px) {
	.timeline.with-arrow .nav-wrapper {
		overflow-x: hidden
	}

	.timeline.with-arrow .nav-wrapper .nav {
		max-width: 1200px
	}

	.timeline.with-arrow .nav-wrapper .nav .nav-item:nth-child(2):before {
		width: 200%;
		left: -100%
	}

	.timeline.with-arrow .nav-wrapper .nav .nav-item:first-child {
		position: static
	}

	.timeline.with-arrow .nav-wrapper .nav .nav-item:first-child:before {
		z-index: -1;
		background-color: #ff6900;
		width: 50%;
		left: 0
	}

	.timeline.with-arrow .nav-wrapper .nav .nav-item:first-child:after {
		z-index: -1;
		width: 50%;
		left: 0
	}

	.timeline.with-arrow .nav-wrapper .nav .nav-item:first-child.active:after {
		background-color: #ff6900
	}

	.timeline.with-arrow .nav-wrapper .nav .nav-item:last-child {
		position: static
	}

	.timeline.with-arrow .nav-wrapper .nav .nav-item:last-child:before {
		z-index: -2;
		width: 50%;
		left: auto
	}

	.timeline.with-arrow .nav-wrapper .nav .nav-item:last-child:after {
		z-index: -2
	}
}

.social-list .icon {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #4d4f54
}

.social-list .icon:last-child {
	margin-right: 0
}

.social-list .icon:hover {
	background: #ff6900
}

.social-list .icon:last-of-type img {
	max-width: 10px
}

.social-list .icon img {
	max-height: 17px;
	max-width: 17px
}

.steps .counter-wrap {
	counter-reset: a;
	text-align: center
}

@media (min-width:768px) {
	.steps .counter-wrap {
		text-align: left
	}
}

.steps .counter-wrap .step {
	display: flex;
	position: relative;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.steps .counter-wrap .step {
		border-bottom: 2px dashed #cad1dc;
		border-left: 2px dashed #cad1dc;
		margin-left: 35px;
		margin-right: 35px;
		padding-left: 65px
	}
}

.steps .counter-wrap .step:before {
	display: block;
	margin: 0 auto 15px;
	align-self: center;
	counter-increment: a;
	content: counter(a);
	text-align: center;
	border-radius: 50%;
	background: #ff6900;
	color: #fff;
	flex: 50px 0 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px
}

@media (min-width:768px) {
	.steps .counter-wrap .step:before {
		display: inline-block;
		position: absolute;
		margin-top: -90px;
		left: -35px;
		flex: 70px 0 0;
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 47px
	}
}

@media (min-width:768px) {
	.steps .counter-wrap .step:nth-child(2n) {
		border-left: 0;
		padding-left: 0;
		padding-right: 65px;
		border-right: 2px dashed #cad1dc
	}

	.steps .counter-wrap .step:nth-child(2n):before {
		left: auto;
		right: -35px
	}
}

.steps .send-cv {
	position: relative;
	text-align: center;
	margin-top: -25px
}

.steps .send-cv:after {
	content: "";
	display: block;
	background: #fff;
	height: 100%;
	position: absolute;
	width: 50%;
	right: 0;
	top: 0
}

.colorful-preview:before {
	content: "";
	height: 5px;
	width: 100%;
	margin-bottom: 10px;
	display: block
}

.colorful-preview.orange:before {
	background: linear-gradient(90deg, #ff6900, #ff5000)
}

.colorful-preview.mint:before {
	background: linear-gradient(90deg, #1ea5a0, #0096c8)
}

.colorful-preview.violet:before {
	background: linear-gradient(90deg, #a01e8c, #3c1ea0)
}

.offshore-descript-container h2 {
	line-height: normal
}

.offshore-descript-container h2,
.offshore-descript-container p {
	font-family: Lato, sans-serif;
	font-stretch: normal;
	font-style: normal;
	color: #090909
}

.offshore-descript-container p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center
}

@media (max-width:768px) {
	.offshore-descript-container p {
		text-align: left
	}

	.offshore-descript-container p br {
		display: none
	}
}

.client-block {
	padding-top: 15px
}

@media (min-width:768px) {
	.client-block {
		padding-top: 50px
	}
}

@media (max-width:768px) {
	.client-block br {
		display: none
	}
}

@media (min-width:768px) {
	.response-flex {
		padding-top: 30px
	}
}

@media (max-width:768px) {
	.response-flex .row>div:first-child {
		flex: 1;
		padding-left: 5px;
		padding-right: 0
	}

	.response-flex .row>div:first-child img {
		max-width: 40px
	}

	.response-flex .row>div:last-child {
		text-align: left;
		flex: 4
	}
}

@media (max-width:768px) {

	.scale-team .col-md-6 h3.font-weight-bold,
	.scale-team .col-md-6 h4.font-weight-bold {
		font-size: 18px;
		margin-bottom: 10px
	}
}

.offshore-choose-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 30px
}

@media (max-width:768px) {
	.offshore-choose-grid {
		grid-template-columns: repeat(1, 1fr)
	}
}

.offshore-choose-grid .offshore-choose-block {
	background-color: #e4e7ed;
	background-image: none;
	width: 100%;
	padding: 30px;
	text-align: left
}

.offshore-choose-grid .offshore-choose-block h3 {
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0;
	color: #090909
}

.offshore-choose-grid .offshore-choose-block h3:after {
	content: "";
	width: 60px;
	margin-top: 10px;
	height: 2px;
	display: block;
	background-color: #ff6900
}

@media (max-width:768px) {
	.offshore-choose-grid .offshore-choose-block:first-child {
		order: 1
	}

	.offshore-choose-grid .offshore-choose-block:nth-child(2) {
		order: 2
	}

	.offshore-choose-grid .offshore-choose-block:nth-child(3) {
		order: 4
	}

	.offshore-choose-grid .offshore-choose-block:nth-child(4) {
		order: 3
	}

	.offshore-choose-grid .offshore-choose-block:nth-child(5) {
		order: 5
	}

	.offshore-choose-grid .offshore-choose-block:nth-child(6) {
		order: 6
	}

	.offshore-choose-grid .offshore-choose-block:nth-child(7) {
		order: 8
	}

	.offshore-choose-grid .offshore-choose-block:nth-child(8) {
		order: 7
	}
}

.w-100 .banner-button {
	padding: 15px 23px
}

@media (max-width:576px) {
	.w-100 .banner-button {
		padding: 8px 23px
	}
}

@media (max-width:767px) {
	.how-it-works.response-flex>div {
		padding: 0
	}
}

.how-it-works.response-flex>div>div {
	align-items: center
}

.how-it-works.response-flex>div>div p {
	margin-bottom: 0
}

.nix-icon img {
	max-width: 60px;
	max-height: 60px
}

.offshore-benefits-wrapper.same-height.small-height .benefits-block {
	min-height: 50%;
	padding: 30px
}

@media (min-width:1200px) {
	.offshore-benefits-wrapper.same-height.small-height .benefits-block {
		max-height: 245px
	}
}

@media (min-width:992px) {
	.offshore-benefits-wrapper.same-height .benefits-block {
		min-height: 100%
	}
}

@media (min-width:767px) {
	.offshore-benefits-wrapper.same-height .benefits-block {
		height: 90%
	}

	.offshore-benefits-wrapper.same-height .benefits-block .benefits-img-container {
		position: absolute;
		right: 0;
		width: 90%;
		bottom: 25px
	}
}

.service-info-wrapper .grid-service-info-container {
	display: grid;
	padding-top: 10px;
	grid-template-columns: repeat(3, 1fr)
}

@media (max-width:768px) {
	.service-info-wrapper .grid-service-info-container {
		grid-template-columns: repeat(1, 1fr);
		text-align: left
	}
}

.service-info-wrapper .grid-service-info-container .service-info-block {
	padding-left: 80px
}

@media (max-width:768px) {
	.service-info-wrapper .grid-service-info-container .service-info-block {
		padding: 0
	}
}

.service-info-wrapper .grid-service-info-container .service-info-block h2 {
	margin: 0
}

.service-info-wrapper .grid-service-info-container .service-info-block h2:after {
	content: "";
	display: block;
	margin-top: 5px;
	margin-bottom: 8px;
	width: 72px;
	height: 2px;
	background-color: #ff6900
}

@media (max-width:768px) {
	.service-info-wrapper .grid-service-info-container .service-info-block h2:after {
		margin: 10px 0
	}
}

.service-info-wrapper .grid-service-info-container .service-info-block h3,
.service-info-wrapper .grid-service-info-container .service-info-block h4 {
	font-size: 16px;
	font-weight: 400
}

.offshore-table th {
	background-color: #3c1ea0 !important
}

.after-content {
	border: none
}

@media (min-width:767px) {
	.after-content {
		border-right: 1px solid #cad1dc
	}
}

.refer-friend {
	position: relative;
	max-width: 1170px;
	margin: auto;
	margin-top: 80px;
	width: 100%;
	height: 167px;
	background-image: url(https://d2m6ke2px6quvq.cloudfront.net/uploads/2021/10/13/d8baeb88-b3ce-4756-8504-9a4143444afa.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.refer-friend.violet {
	background: url(../images/violet-banner-background.png)
}

.refer-friend.violet a.refer-button {
	background-image: linear-gradient(90deg, #ff8200, #ff5000)
}

.refer-friend.violet a.refer-button span:after {
	content: url(../images/icons/round-arrow-white.svg);
	margin-left: 24px;
	width: 25px;
	height: 25px
}

.refer-friend.mint {
	background: url(../images/mint-banner-background.png)
}

@media (min-width:767px) {
	.refer-friend.big {
		height: 200px;
		margin-top: 40px
	}

	.refer-friend.big .refer-button {
		margin-top: 55px
	}
}

@media (min-width:768px) {
	.refer-friend {
		align-items: end;
		padding-bottom: 35px
	}
}

@media (max-width:767px) {
	.refer-friend {
		flex-direction: column;
		justify-content: space-evenly;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 0
	}
}

.refer-friend h5 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	max-width: 540px;
	text-align: left
}

@media (max-width:767px) {
	.refer-friend h5 {
		font-size: 15px !important;
		text-align: center;
		min-width: 100%;
		max-width: 320px
	}
}

@media (max-width:992px) {
	.refer-friend h5 {
		font-size: 20px;
		width: 340px
	}
}

@media (max-width:576px) {
	.refer-friend {
		width: 94%
	}
}

.refer-friend a.refer-button {
	transition: all .1s ease-in;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 285px;
	height: 46px;
	font-size: 14px;
	letter-spacing: .1px;
	background-image: linear-gradient(90deg, #9f1e8c, #3e1ea0)
}

@media (min-width:768px) {
	.refer-friend a.refer-button {
		margin-top: 20px
	}
}

@media (max-width:576px) {
	.refer-friend a.refer-button {
		width: 250px;
		font-size: 12px
	}
}

.refer-friend a.refer-button:hover {
	text-decoration: none;
	transform: scale(1.03)
}

.refer-friend a.refer-button span {
	display: flex;
	align-items: center;
	justify-content: center
}

.refer-friend a.refer-button span:hover {
	text-decoration: none
}

.refer-friend a.refer-button span:after {
	content: url(../images/icons/round-arrow.svg);
	margin-left: 24px;
	width: 25px;
	height: 25px
}

@media (max-width:1200px) {
	.font-size-controll h3 {
		font-size: 20px
	}
}

@media (max-width:992px) {
	.font-size-controll h3 {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.font-size-controll h3 {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.offshore-benefits-wrapper br {
		display: none
	}

	.offshore-benefits-wrapper .container-fluid,
	.offshore-benefits-wrapper .container-fluid .col-lg-3.col-md-6 {
		padding: 0
	}
}

.offshore-benefits-wrapper .benefits-block {
	width: 100%;
	margin: 15px;
	background-color: #fff;
	padding: 50px 30px;
	transition: all .3s
}

@media (max-width:576px) {
	.offshore-benefits-wrapper .benefits-block {
		padding: 30px 20px;
		   
		
	}
}

.offshore-benefits-wrapper .benefits-block:hover {
	box-shadow: 0 2px 35px 0 #dedede;
	transition: all .3s
}

.offshore-benefits-wrapper .benefits-block h3 {
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	text-align: center;
	color: #ff6900
}

.offshore-benefits-wrapper .benefits-block h4 {
	color: #ff6900
}

.offshore-benefits-wrapper .benefits-block .nix-btn-container {
	width: 100%;
	margin-top: 65px;
	height: 25px
}

.offshore-benefits-wrapper .benefits-block .nix-btn-container .nix-btn-link {
	color: #ff6900;
	position: absolute;
	bottom: 10px;
	right: 25px
}

@media (max-width:992px) {
	.offshore-benefits-wrapper .benefits-block .nix-btn-container .nix-btn-link {
		bottom: 40px
	}
}

.offshore-benefits-wrapper .benefits-block a.more {
	text-transform: uppercase;
	color: #ff6900;
	font-size: 14px;
	font-weight: 700;
	position: relative
}

.offshore-benefits-wrapper .benefits-block a.more:after {
	content: "";
	background-image: url(../images/icons/round-arrow.svg);
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
	position: absolute;
	right: -25px;
	top: 0
}

.offshore-benefits-wrapper .benefits-block .line {
	height: 2px;
	width: 60px;
	background-color: #ff6900
}

.offshore-benefits-wrapper .benefits-block.text-center {
	padding: 65px 53px;
	margin: 15px 0
}

@media (min-width:992px) and (max-width:1200px) {
	.offshore-benefits-wrapper .benefits-block.text-center {
		min-height: 305px
	}
}

@media (max-width:768px) {
	.offshore-benefits-wrapper .benefits-block.text-center {
		padding: 30px 15px;
		font-size: 14px
	}

	.offshore-benefits-wrapper .benefits-block.text-center br {
		display: none
	}
}

.offshore-benefits-wrapper .benefits-block.text-center h5 {
	font-family: Lato, sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: center;
	color: #090909
}

@media (max-width:768px) {
	.offshore-benefits-wrapper .benefits-block.text-center h5 {
		font-size: 14px
	}
}

.offshore-benefits-wrapper .benefits-img-container {
	width: 100%;
	text-align: center
}

.offshore-benefits-wrapper.with-shadow .benefits-block {
	box-shadow: 0 2px 35px 0 #dedede;
	min-height: 221px
}

.offshore-benefits-wrapper.with-shadow .benefits-block:hover {
	box-shadow: 0 2px 25px 0 #6c6a6a
}

.offshore-benefits-wrapper.with-shadow .benefits-block .client-logo {
	max-height: 131px;
	max-width: 185px
}

@media (min-width:1200px) {
	.offshore-benefits-wrapper.with-shadow .benefits-block {
		height: 100%
		
	}
}

.cookie-block-wrapper {
	height: 100vh;
	width: 100%;
	-webkit-backdrop-filter: blur(11px);
	backdrop-filter: blur(11px);
	z-index: 9999;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0
}

.cookie-block-wrapper .cookiesBlock {
	position: relative;
	max-height: calc(100vh - 4rem);
	bottom: 0;
	background: rgba(5, 5, 5, .8);
	box-shadow: 0 2px 25px 0 rgba(5, 5, 5, .2);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	padding: 30px;
	z-index: 99999
}

.cookie-block-wrapper .cookiesBlock .text {
	max-width: 840px;
	font-size: 20px
}

.cookie-block-wrapper .cookiesBlock .text a {
	color: #fff;
	text-decoration: underline
}

.cookie-block-wrapper .cookiesBlock .icon {
	font-size: 24px
}

.cookie-block-wrapper .cookiesBlock .closeCookie {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-decoration: none
}

@media screen and (max-width:1200px) {
	.cookie-block-wrapper .cookiesBlock .cookies-container {
		display: block !important
	}

	.cookie-block-wrapper .cookiesBlock .cookies-container .text {
		margin-right: 30px
	}

	.cookie-block-wrapper .cookiesBlock .cookies-container .nix-btn {
		margin-top: 10px
	}

	.cookie-block-wrapper .cookiesBlock .closeCookie {
		right: 15px;
		top: calc(50% - 8px)
	}
}

@media screen and (max-width:1200px) and (max-width:1200px) {
	.cookie-block-wrapper .cookiesBlock .closeCookie {
		top: 10px
	}
}

@media (max-width:768px) {
	.cookie-block-wrapper .cookiesBlock {
		padding: 20px 0
	}
}

.nix-search-bar {
	text-align: center
}

.nix-search-bar .nix-btn {
	flex-shrink: 0;
	margin: 0 auto
}

.nix-search-bar .dropdown {
	margin-top: 15px
}

.nix-search-bar .dropdown .dropdown-toggle {
	box-shadow: none;
	border-color: #cad1dc
}

@media (min-width:768px) {
	.nix-search-bar .dropdown {
		margin-top: 0
	}
}

@media (min-width:992px) {
	.nix-search-bar {
		display: flex
	}
}

#header .search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 61px;
	height: 61px;
	font-size: 34px;
	cursor: pointer;
	color: #4d4f54;
	text-decoration: none
}

#header .search .icon {
	transform: rotate(-45deg)
}

#searchPopup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(247, 249, 250, .95);
	transform: scale(.5);
	opacity: 0;
	animation: a .5s forwards cubic-bezier(.77, 0, .175, 1)
}

#searchPopup.collapsing {
	transition: none;
	display: none
}

#searchPopup.show {
	display: block
}

#searchPopup .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}

#searchPopup .inner input[type=search] {
	background: none;
	outline: none;
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #050505;
	color: #050505;
	padding-right: 0;
	padding-left: 0;
	height: inherit;
	font-weight: 600;
	cursor: pointer
}

#searchPopup .inner input[type=search]::-webkit-input-placeholder {
	color: #050505
}

#searchPopup .inner input[type=search]::-moz-placeholder {
	color: #050505
}

#searchPopup .inner input[type=search]:-ms-input-placeholder {
	color: #050505
}

#searchPopup .inner input[type=search]:-moz-placeholder {
	color: #050505
}

#searchPopup .inner button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	font-size: 56px;
	line-height: 1;
	position: relative;
	left: -35px;
	top: 8px;
	z-index: 1
}

#searchPopup .close {
	position: absolute;
	display: block;
	top: 25px;
	right: 25px;
	color: #050505;
	text-decoration: none;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 26px;
	z-index: 999
}

@keyframes a {
	0% {
		transform: scale(.4);
		opacity: 0
	}

	to {
		transform: scale(1);
		opacity: 1
	}
}

.material-group {
	position: relative
}

.material-group .form-control-placeholder,
.material-group:placeholder-shown+.form-control-placeholder {
	position: absolute;
	text-transform: none;
	top: 0;
	padding: 7px 0 0;
	transition: all .1s;
	color: #86929f;
	font-weight: 500;
	font-size: 1rem;
	cursor: text
}

.material-group .form-control {
	outline: 0;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #cad1dc;
	margin-top: 1.75rem;
	padding: 0;
	font-size: 16px;
	font-weight: 400
}

.material-group .form-control:focus {
	box-shadow: none;
	border-color: #ff6900
}

.material-group .form-control:focus+.form-control-placeholder,
.material-group .form-control:not(:placeholder-shown)+.form-control-placeholder {
	font-size: 80%;
	transform: translate3d(0, -100%, 0);
	opacity: 1
}

.material-group .form-control:focus+.form-control-placeholder {
	color: #ff6900
}

.material-group .form-control:required+.form-control-placeholder:after {
	content: "*";
	color: #ff6900
}

.contact-form.card {
	border-radius: 0;
	padding: 4rem 4.5rem;
	background-color: #fff;
	box-shadow: 0 3px 20px 0 rgba(41, 41, 41, .2)
}

@media (max-width:768px) {
	.contact-form.card {
		padding: 2.5rem 4rem
	}
}

@media (max-width:576px) {
	.contact-form.card {
		padding: 2rem 1.25rem
	}
}

@media (max-width:576px) {
	.contact-form .g-recaptcha {
		transform: scale(.8);
		transform-origin: 0 0
	}
}

.contact-form #formMessageContainerFailed .statusIcon,
.contact-form #formMessageContainerSuccess .statusIcon {
	font-size: 20px
}

.contact-form textarea {
	resize: none
}

.contact-form .nix-attach-file {
	position: absolute;
	right: -40px;
	bottom: 20px
}

.contact-form .nix-attach-file .txt {
	display: none
}

@media (max-width:576px) {
	.contact-form .nix-attach-file {
		position: static
	}

	.contact-form .nix-attach-file .txt {
		display: inline-block
	}
}

.contact-form #attachFileContainer {
	margin-bottom: 30px
}

.contact-form .attachedFile {
	padding: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between
}

.contact-form .form-check .form-check-input:required+.form-check-label:before {
	content: "*";
	color: #ff6900
}

.contact-form .form-check .form-check-label {
	text-transform: none;
	font-size: 1rem;
	color: #050505;
	font-weight: 400;
	margin-left: 10px
}

.contact-form .submitGroup .nix-btn {
	padding: 15px 0;
	margin-top: 25px;
	width: 100%;
	flex-basis: 50%
}

.contact-form .submitGroup .privacy-msg {
	padding: 15px 20px;
	font-weight: 600;
	flex-basis: 50%;
	text-align: center;
	background-color: #f7f9fa;
	color: #4d4f54;
	margin-top: 25px
}

.contact-form .submitGroup .privacy-msg .icon:before {
	content: "\f3ed";
	margin-right: 3px;
	color: green;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	vertical-align: middle;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900
}

.contact-page .email-error-message,
.contact-page .hello-error-message,
.contact-page .name-error-message,
.contact-page .privacy-error-message {
	color: #dc3545
}

.contact-page-new {
	padding-top: 61px
}

.contact-page-new h1 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 30px;
	letter-spacing: normal;
	line-height: 120%;
	font-family: Lato, sans-serif
}

@media (max-width:576px) {
	.contact-page-new h1 {
		font-size: 24px !important
	}
}

.contact-page-new h2 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 30px;
	letter-spacing: normal;
	line-height: 120%;
	font-family: Lato, sans-serif
}

@media (max-width:576px) {
	.contact-page-new h2 {
		font-size: 24px !important
	}
}

.contact-page-new h3 {
	font-weight: 900;
	letter-spacing: normal;
	line-height: 120%
}

.contact-page-new .contact-content {
	padding: 50px 0;
	background-color: #f7f9fa
}

.contact-page-new .contact-content .headings .text-big {
	font-size: 20px
}

@media (max-width:992px) {
	.contact-page-new .contact-content {
		padding: 60px 25px 0
	}
}

@media (max-width:576px) {
	.contact-page-new .contact-content {
		padding: 60px 0 0
	}
}

.contact-page-new .clients-sidebar {
	padding: 50px 0;
	margin-top: 80px;
	background-color: #fff;
	padding-bottom: 0
}

@media (max-width:576px) {
	.contact-page-new .clients-sidebar {
		padding: 50px 0;
		padding-bottom: 0
	}
}

@media (min-width:992px) {
	.contact-page-new .clients-sidebar {
		margin-top: 0
	}
}

.contact-page-new .info {
	padding-top: 80px;
	padding-bottom: 80px
}

@media (max-width:576px) {
	.contact-page-new .info {
		padding-bottom: 0;
		padding-top: 0
	}
}

.contact-page-new .contact-crumbs {
	color: #4d4f54
}

.contact-page-new .client-grid-item {
	display: flex;
	align-items: center;
	justify-content: center
}

.contact-page-new .awards-best .item {
	min-height: unset
}

.contact-page-new .awards-best .item:hover {
	box-shadow: unset
}

.contact-page-new .awards-best .item:hover .logo {
	opacity: unset;
	visibility: unset
}

.contact-page-new .responseMessageContainer {
	text-align: center
}

.contact-page-new .question-form-new.contact-us-form {
	position: relative
}

.contact-page-new .question-form-new.contact-us-form .email-error-message .text-small {
	font-size: 12px
}

.contact-page-new .question-form-new.contact-us-form .email-error-message a {
	color: #c12231;
	text-decoration: underline
}

.contact-page-new .contact-buttons__container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between
}

@media (max-width:768px) {
	.contact-page-new .contact-buttons__container {
		justify-content: center;
		flex-direction: column
	}
}

.contact-page-new .contact-buttons__container .nix-btn {
	width: 250px;
	padding: 15px 0
}

@media (max-width:768px) {
	.contact-page-new .contact-buttons__container .nix-btn {
		max-width: 250px;
		margin: 0 auto
	}
}

.contact-page-new .contact-buttons__container .privacy-msg {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding-right: 24px;
	font-weight: 700
}

@media (max-width:768px) {
	.contact-page-new .contact-buttons__container .privacy-msg {
		padding-bottom: 20px;
		padding-right: 0
	}
}

.contact-page-new .contact-buttons__container .privacy-msg:before {
	content: url(../images/safety.png);
	margin-right: 10px
}

@media (max-width:576px) {
	.contact-page-new .wrap-no-pd {
		padding-left: 0;
		padding-right: 0
	}

	.contact-page-new .wrap-no-pd .awards-best {
		margin-bottom: 0 !important
	}
}

@media (max-width:576px) {
	.contact-page-new #mainForm .submitButton {
		width: 100%
	}
}

@media (max-width:770px) {
	.contact-page-new #mainForm .submitButton {
		margin-right: auto !important
	}
}

@media (max-width:320px) {
	.contact-page-new #mainForm .submitButton {
		padding: 15px 25px
	}
}

.contact-heading {
	padding-top: 61px
}

#mainForm .g-recaptcha {
	transform: scale(.8);
	transform-origin: 0 0
}

#mainForm [type=submit] {
	max-height: 55px
}

@media screen and (max-width:1200px) {
	#mainForm [type=submit] {
		padding: 15px 50px
	}
}

@media screen and (max-width:576px) {
	#mainForm [type=submit] {
		margin-bottom: 20px
	}
}

@media (max-width:576px) {
	.contact-content .avatar img {
		transform: scale(1.5)
	}
}

.contact-us-block {
	justify-content: space-evenly
}

.contact-us-block img {
	max-width: 80px;
	max-height: 72px
}

.contact-pr h3 {
	font-size: 22px;
	line-height: 1.3;
	font-family: Lato;
	font-weight: 700
}

.contact-us-testimonials .testimonial-item .avatar img {
	max-width: 90px
}

.client-grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around
}

.client-grid .client-grid-item {
	width: 119px;
	height: 91px
}

.client-grid .client-grid-item img {
	width: 100%
}

.client-grid .client-grid-item small {
	font-size: 10px
}

@media (max-width:790px) {
	.client-grid .client-grid-item {
		width: 140px
	}
}

@media (max-width:576px) {
	.client-grid .client-grid-item {
		width: 121px
	}
}

.client-grid .client-grid-item.recognition-item {
	margin: 10px 0;
	display: flex;
	justify-content: center
}

.client-grid .client-grid-item.recognition-item img {
	width: auto;
	align-self: center
}

.interactive-map {
	text-align: left;
	min-height: 800px;
	overflow: hidden;
	position: relative
}

@media (max-width:576px) {
	.interactive-map {
		min-height: 0;
		padding-bottom: 4rem
	}
}

.interactive-map .accordion {
	margin-top: 100px
}

@media (max-width:768px) {
	.interactive-map .accordion {
		margin-top: 15px
	}
}

@media (max-width:576px) {
	.interactive-map .accordion {
		margin-top: 0
	}
}

.interactive-map .accordion .offices-mobile {
	display: none;
	justify-content: space-around;
	align-items: center;
	flex-flow: row wrap
}

@media (min-width:576px) and (max-width:768px) {
	.interactive-map .accordion .offices-mobile {
		display: flex
	}
}

.interactive-map .accordion button[data-point] {
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #4d4f54;
	text-decoration: none;
	padding-left: 60px
}

@media (min-width:576px) and (max-width:768px) {
	.interactive-map .accordion button[data-point] {
		padding-left: 0
	}
}

.interactive-map .accordion button[data-point]:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 2px;
	width: 40px;
	background-color: #ff6900;
	display: none
}

.interactive-map .accordion button[data-point].active {
	color: #ff6900
}

.interactive-map .accordion button[data-point].active:before {
	display: block
}

@media (min-width:576px) and (max-width:768px) {
	.interactive-map .accordion button[data-point].active:before {
		display: none
	}
}

.interactive-map .card,
.interactive-map .card .card-header {
	border: 0;
	background-color: transparent
}

.interactive-map .card .card-header {
	padding: 0
}

@media (min-width:576px) and (max-width:768px) {
	.interactive-map .card .card-header {
		display: none
	}
}

.interactive-map .card .card-body {
	margin: 15px 15px 15px 3.75rem;
	background-color: #fff;
	box-shadow: 2px 3px 12px 0 hsla(0, 0%, 47%, .8)
}

.interactive-map .card .card-body p {
	margin-bottom: 0
}

.interactive-map .card .card-body .office-link {
	font-weight: 700
}

.interactive-map .card .card-body .office-link a {
	color: #050505
}

@media (max-width:576px) {
	.interactive-map .card .card-body {
		margin-left: 2.9rem
	}
}

@media (min-width:576px) and (max-width:992px) {
	.interactive-map .card .card-body {
		margin-left: 0;
		margin-top: 21px;
		max-width: 280px
	}
}

.interactive-map .map-points {
	overflow: hidden;
	z-index: -1;
	position: absolute;
	right: 0;
	left: 0
}

@media (max-width:768px) {
	.interactive-map .map-points {
		left: -25%;
		bottom: 10%
	}
}

@media (max-width:576px) {
	.interactive-map .map-points {
		display: none
	}
}

.interactive-map .map-points .map {
	width: 120%;
	max-width: none;
	margin-left: 15%
}

.interactive-map .map-points .point {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: rgba(77, 79, 84, .3);
	display: flex;
	justify-content: center;
	position: absolute;
	align-items: center
}

.interactive-map .map-points .point:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	background-color: #4d4f54
}

.interactive-map .map-points .point .text {
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	font-size: 10px
}

.interactive-map .map-points .point .text.top {
	top: -1rem
}

.interactive-map .map-points .point .text.bottom {
	bottom: -1rem
}

.interactive-map .map-points .point .text.left {
	right: 150%
}

.interactive-map .map-points .point .text.right {
	left: 150%
}

.interactive-map .map-points .point.active {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: rgba(255, 105, 0, .3);
	display: flex;
	justify-content: center;
	position: absolute;
	align-items: center
}

.interactive-map .map-points .point.active:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	background-color: #ff6900
}

.extension-info h2.underline {
	position: relative;
	margin: 0;
	padding-bottom: 15px
}

.extension-info h2.underline:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ff6900;
	height: 3px
}

@media screen and (max-width:992px) {
	.extension-info h2.underline:before {
		display: none
	}
}

@media (min-width:992px) {
	.how-it-works-container {
		max-height: 1250px
	}
}

.round-bullets {
	list-style-type: none;
	padding: 0
}

.round-bullets li {
	position: relative;
	padding-left: 30px
}

.round-bullets li:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 10px;
	height: 7px;
	width: 7px;
	background-color: #ff6900
}

.round-bullets.dash li:before {
	width: 12px;
	height: 2px;
	top: 13px
}

.round-bullets.check-mark li:before {
	content: url(../images/check-mark.svg);
	width: 0;
	top: 2px
}

.round-bullets.check-mark.big li {
	padding-left: 40px
}

.round-bullets.check-mark.big li:before {
	content: url(../images/check-mark-big.svg)
}

.next {
	color: #ff6900;
	display: none;
	cursor: pointer
}

@media screen and (1024px) {
	.next {
		display: block
	}
}

.table-model {
	word-break: normal
}

.table-model a {
	color: #090909;
	font-size: 17px
}

.table-model a:hover {
	color: #ff6900
}

@media screen and (max-width:1200px) {
	.table-model a {
		font-size: 15px
	}
}

@media screen and (max-width:450px) {
	.table-model a {
		font-size: 12px !important
	}

	.table-model a:after {
		top: 3px !important;
		transform: scale(.8)
	}
}

.table-model .static-column {
	background-color: #f7f9fa;
	min-width: 125px;
	float: left;
	width: 20%;
	font-size: 14px;
	text-transform: uppercase
}

.table-model .static-column .padding-controll {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px
}

.table-model .static-column td {
	color: rgba(56, 56, 56, .7);
	font-weight: 700
}

@media screen and (max-width:992px) {
	.table-model .static-column td {
		padding: 12px 8px
	}
}

@media (max-width:1140px) {
	.table-model .static-column td {
		font-size: 14px
	}
}

@media (max-width:735px) {
	.table-model .static-column td {
		font-size: 12px
	}
}

.table-model .slick-list,
.table-model .slick-slide {
	margin: 0
}

.table-model table {
	border-collapse: collapse;
	width: 100%
}

.table-model tr {
	line-height: normal;
	color: #383838;
	border: 1px solid rgba(202, 209, 220, .5);
	vertical-align: top
}

.table-model tr .padding-controll {
	padding: 30px 20px
}

.table-model tr:nth-child(2) {
	height: 120px
}

.table-model tr:nth-child(3) {
	height: 115px
}

.table-model tr:nth-child(4) {
	height: 230px
}

.table-model tr:nth-child(5) {
	height: 220px
}

@media (max-width:350px) {
	.table-model tr:nth-child(5) {
		height: 245px
	}
}

.table-model tr:nth-child(6) {
	height: 60px
}

@media (max-width:390px) {
	.table-model tr:nth-child(6) {
		height: 70px
	}
}

.table-model tr th {
	height: 63px;
	padding: 18px 12px;
	background-color: #ff6900;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700
}

@media screen and (max-width:1140px) {
	.table-model tr th {
		font-size: 15px;
		padding: 20px 12px
	}
}

@media (max-width:767px) and (min-width:340px) {
	.table-model tr th {
		font-size: 13px
	}
}

@media screen and (max-width:340px) {
	.table-model tr th {
		font-size: 12px
	}
}

.table-model tr td {
	padding: 18px 12px;
	display: inline-block;
	word-wrap: break-word
}

@media screen and (max-width:1200px) {
	.table-model tr td {
		font-size: 14px
	}
}

@media screen and (max-width:450px) {
	.table-model tr td {
		font-size: 11px;
		padding: 12px
	}
}

.table-model tr td b {
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #090909
}

.table-model tr td b,
.table-model tr td p {
	font-family: Lato, sans-serif;
	font-size: 18px
}

.table-model tr td p {
	margin-top: 20px;
	margin-bottom: 0
}

.table-model tr td p .orange-color-text {
	color: #ff6900
}

.table-model tr td p .orange-color-text a {
	font-family: Lato, sans-serif;
	font-size: 18px !important;
	text-transform: none;
	font-weight: 400
}

.table-model tr td p .orange-color-text a:after {
	display: none
}

.table-model tr ul {
	padding-left: 15px;
	list-style: none
}

.table-model tr ul li:before {
	content: "\2022";
	color: #ff6900;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

.contact-banner {
	color: #fff
}

.contact-banner .contact-banner-content {
	padding: 100px 90px 100px 0
}

.contact-banner .contact-banner-content h3 {
	font-size: 31px;
	    color: white;
    
	margin: 0
}

.contact-banner .contact-banner-content .nix-btn {
	max-height: 50px;
	min-width: 260px;
	text-align: center
}

@media screen and (max-width:992px) {
	.contact-banner .contact-banner-content {
		padding: 50px 0
	}

	.contact-banner .contact-banner-content h3 {
		font-size: 22px
	}

	.contact-banner .contact-banner-content .nix-btn {
		font-size: 14px;
		margin: 36px auto 0
	}
}

.talent-process {
	color: #fff;
	background-image: linear-gradient(97deg, #1a0752 3%, #640096 101%);
	padding: 50px 0
}

.talent-process h2 {
	margin-bottom: 60px
}

@media screen and (max-width:768px) {
	.talent-process h2 {
		margin-bottom: 0
	}

	.talent-process p {
		margin-bottom: 15px
	}
}

.talent-process .talent-process-facts>div {
	height: 50%
}

.talent-process .talent-process-facts>div:first-child {
	margin-bottom: 55px
}

.talent-process .talent-process-facts .big-numbers {
	font-size: 36px;
	margin-right: 6px
}

@media screen and (max-width:768px) {
	.talent-process .talent-process-facts .big-numbers {
		font-size: 24px
	}
}

.benefit img.bullet {
	float: left;
	padding: 12px 15px 12px 0
}

.extension-testimonials .slick-dots {
	text-align: left;
	position: relative;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
	margin-left: calc(16.66667% + 38px);
	bottom: -20px
}

@media screen and (max-width:992px) {
	.extension-testimonials .slick-dots {
		text-align: center;
		margin: 0;
		flex: 1;
		max-width: 100%
	}
}

.trusted-by {
	padding-top: 60px;
	margin-bottom: 40px
}

.trusted-by img {
	opacity: .9
}

.trusted-by h2 {
	font-size: 27px
}

.scale-team {
	position: relative
}

.scale-team.animate-it .progress-bar {
	height: 100%
}

@media (min-width:992px) and (max-width:1200px) {
	.scale-team.iot-container {
		max-height: 1150px
	}
}

@media (min-width:1200px) {
	.scale-team.iot-container {
		max-height: 1050px
	}
}

@media (min-width:992px) {
	.scale-team.iot-container>div.col-md-6:nth-child(5) {
		bottom: 70px
	}

	.scale-team.iot-container>div.col-md-6:nth-child(6) {
		bottom: 140px
	}

	.scale-team.iot-container>div.col-md-6:nth-child(9) {
		bottom: 210px
	}

	.scale-team.iot-container>div.col-md-6:nth-child(12) {
		bottom: 280px
	}
}

.scale-team .progress-container {
	position: absolute;
	left: calc(50% - 4px);
	top: 0;
	width: 8px;
	height: 100%;
	border-radius: 4px;
	background: #f5f5f5
}

.scale-team .progress-bar {
	width: 8px;
	background: #ff6900;
	height: 0;
	border-radius: 4px;
	transition: all 2s
}

.scale-team img {
	max-width: 20px
}

.scale-team>div.col-md-6 {
	position: relative
}

.scale-team>div.col-md-6:empty:after {
	display: none
}

.scale-team>div.col-md-6 h3,
.scale-team>div.col-md-6 h4 {
	font-weight: 400;
	font-size: 24px
}

.scale-team>div.col-md-6:nth-child(odd) {
	padding-left: 15px
}

@media screen and (min-width:992px) {
	.scale-team>div.col-md-6:nth-child(odd) {
		padding-left: 110px
	}
}

.scale-team>div.col-md-6:nth-child(2n) {
	padding-right: 15px
}

@media screen and (min-width:992px) {
	.scale-team>div.col-md-6:nth-child(2n) {
		padding-right: 110px
	}
}

@media screen and (max-width:992px) {
	.scale-team>div.col-md-6[data-animation] {
		padding-left: 15px
	}

	.scale-team>div.col-md-6[data-animation]:after,
	.scale-team>div.col-md-6[data-animation]:before {
		display: none
	}
}

.table-model a {
	color: #ff6900;
	text-decoration: none;
	font-family: Lato, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal
}

.table-model a:after {
	content: "";
	width: 15px;
	height: 15px;
	position: relative;
	top: 1px;
	left: 5px;
	display: inline-block;
	background: url(../images/table-arrow.svg)
}

@media (max-width:1200px) {
	.table-model a {
		font-size: 15px
	}
}

.contact-buttons__container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between
}

@media (max-width:768px) {
	.contact-buttons__container {
		justify-content: center;
		flex-direction: column
	}
}

.contact-buttons__container .nix-btn {
	width: 250px;
	padding: 15px 0
}

@media (max-width:768px) {
	.contact-buttons__container .nix-btn {
		max-width: 250px;
		margin: 0 auto
	}
}

.contact-buttons__container .privacy-msg {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding-right: 24px;
	font-weight: 700
}

@media (max-width:768px) {
	.contact-buttons__container .privacy-msg {
		padding-bottom: 20px;
		padding-right: 0
	}
}

.contact-buttons__container .privacy-msg:before {
	content: url(../images/safety.png);
	margin-right: 10px
}

.industry-recognition-logos h2 {
	font-size: 27px
}

.industry-recognition-logos img {
	opacity: .9
}

.columns-slider {
	width: 100%
}

.columns-slider .slick-prev {
	display: none !important
}

@media screen and (max-width:900px) {
	.table-container {
		overflow-x: scroll
	}

	.table-container .table-model {
		width: 800px
	}
}

.adaptive-height {
	max-height: calc(100% - 300px)
}

.impact-items {
	justify-content: space-between
}

.impact-items .impact-item {
	padding-bottom: 20px
}

.impact-items .impact-item .count {
	color: #ff6900;
	font-size: 60px;
	font-weight: 700
}

.impact-items .impact-item .fact {
	max-width: 180px;
	margin-top: 5px;
	line-height: 1.32;
	font-size: 16px
}

.csr-recognition.industry-recognition img {
	max-width: 80px;
	opacity: 1
}

.initiative-item {
	border: 1px solid #dadada;
	overflow: hidden;
	height: 100%
}

.initiative-item .image {
	height: 234px;
	background-size: cover
}

.initiative-item .info {
	padding: 15px;
	font-size: 16px;
	min-height: 167px
}

.initiative-item .info h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

.initiative-item .info h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 210px;
	height: 2px;
	border-radius: 3px;
	background-color: #ff6900
}

.initiative-item .info p {
	margin: 0
}

.recent-news>div {
	position: relative
}

.recent-news>div h3 {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	width: calc(100% - 70px);
	min-height: 78px;
	margin: 0;
	padding: 15px 25px 15px 0
}

@media (min-width:1095px) {
	.recent-news>div h3 {
		min-height: 102px
	}
}

@media screen and (min-width:993px) and (max-width:1095px) {
	.recent-news>div h3 {
		min-height: 126px
	}
}

.recent-news>div a {
	color: #050505;
	text-decoration: none
}

.banner-button {
	max-width: 95%
}

@media screen and (max-width:768px) {
	.impact-items {
		justify-content: space-evenly
	}

	.banner-button {
		padding: 10px 15px;
		font-size: 12px
	}

	.recent-news>div {
		margin-bottom: 35px
	}

	.recent-news>div h3 {
		max-width: 100%;
		position: relative;
		left: 0
	}
}

.insights-tags {
	display: flex;
	justify-content: center;
	padding: 14px 0 30px
}

@media (min-width:768px) and (max-width:992px) {
	.insights-tags .tags-container {
		width: 67%
	}
}

@media (min-width:576px) and (max-width:768px) {
	.insights-tags .tags-container {
		width: 75%
	}
}

@media (max-width:992px) {
	.insights-tags.awards {
		padding-bottom: 0
	}
}

.insights-tags .chosen-tag,
.insights-tags a:not(.remove-tag) {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: none;
	margin: 10px 20px;
	padding: 9px 14px;
	color: #090909;
	border-radius: 80px;
	border: 1px solid #5a6371;
	text-decoration: none
}

.insights-tags .chosen-tag:hover,
.insights-tags a:not(.remove-tag):hover {
	background-color: #5a6371;
	color: #fff;
	cursor: pointer
}

.insights-tags .tags-container {
	margin: 0 -10px
}

.insights-tags .margin-controll {
	margin: 0 !important;
	position: relative;
	top: -5px;
	max-height: 0
}

@media (max-width:992px) {
	.insights-tags .margin-controll {
		top: 0;
		max-height: 100%
	}

	.insights-tags .margin-controll .insights-tags {
		padding: 14px 0 0
	}
}

.insights-tags .chosen-tags {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.insights-tags .chosen-tags .chosen-tag {
	padding-right: 30px;
	position: relative;
	background-color: #5a6371;
	color: #fff
}

.insights-tags .chosen-tags .chosen-tag a {
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-55%) rotate(45deg);
	font-weight: 100;
	font-size: 24px;
	right: 8px;
	cursor: pointer;
	text-decoration: none;
	line-height: 16px
}

.insights-tags .chosen-tags .clear {
	background-color: #fff;
	color: #5a6371;
	font-size: 12px;
	border: 0;
	position: relative;
	min-width: 61px;
	text-decoration: underline;
	margin: 10px 20px;
	padding: 9px 0
}

.insights-tags .chosen-tags .clear:hover {
	background-color: initial;
	color: initial
}

@media screen and (max-width:768px) {
	.insights-tags .chosen-tags {
		flex-direction: column
	}
}

.insights-tags.color-tags .gradient-line {
	height: 5px;
	width: 100%;
	position: absolute;
	background-image: linear-gradient(90deg, #ff6900 0, #ff8200 32%, #a51890 68%, #409)
}

.insights-tags.color-tags .gradient-line.orange {
	background-image: linear-gradient(90deg, #ff6900 0, #ff8200)
}

.insights-tags.color-tags .tags-container {
	display: block
}

.insights-tags.color-tags .tags-container .tag {
	flex: 1;
	border-radius: 0;
	border: none;
	background-color: #cad1dc;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	min-width: 110px;
	margin: 2px;
	padding: 15px;
	color: #090909
}

.insights-tags.color-tags .tags-container .tag:first-child.active-tag {
	background-color: #ff6900
}

.insights-tags.color-tags .tags-container .tag:nth-child(2).active-tag {
	background-color: #ff8200
}

.insights-tags.color-tags .tags-container .tag:nth-child(3).active-tag {
	background-color: #fa582d
}

.insights-tags.color-tags .tags-container .tag:nth-child(4).active-tag {
	background-color: #a51890
}

.insights-tags.color-tags .tags-container .tag:nth-child(5).active-tag {
	background-color: #409
}

.insights-tags.color-tags .tags-container .tag:nth-child(6).active-tag {
	background-color: #30006b
}

@media (min-width:992px) {
	.insights-tags.color-tags .tags-container {
		display: flex;
		flex-wrap: wrap;
		top: -5px
	}

	.insights-tags.color-tags .tags-container .tag {
		font-size: 20px;
		min-width: 110px;
		margin: 10px 2px 2px;
		padding: 30px 25px
	}
}

.insights-tags.color-tags.grey .tag {
	background-color: #f8f9fa
}

.insights-tags.color-tags.grey .tag.active-tag,
.insights-tags.color-tags.grey .tag:nth-child(n).active-tag {
	background-color: #cad1dc
}

@media (min-width:992px) {
	.insights-tags.color-tags.grey .tag {
		max-width: 230px
	}
}

.related-tags {
	padding-bottom: 20px
}

.related-tags .article-tags {
	padding: 0;
	transition: all .3s;
	position: relative
}

@media (min-width:992px) {
	.related-tags .article-tags {
		margin: -25px 0 0
	}
}

.related-tags .article-tags>.article-tag-utility-item,
.related-tags .article-tags>a {
	margin: 0 5px 5px 0;
	min-height: 20px;
	color: #86929f;
	padding: 2.2px 10px;
	border: 1px solid #86929f;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap
}

.related-tags .show-tags {
	display: none;
	border: 1px solid #86929f;
	position: relative;
	margin-bottom: -6px;
	width: 35px;
	height: 20px;
	cursor: pointer;
	transition: all .5s
}

.related-tags .show-tags:before {
	content: "···";
	font-size: 20px;
	position: absolute;
	color: #ff6900;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1px
}

.related-tags .show-tags.active {
	background-color: #ff6900;
	border-color: #ff6900
}

.related-tags .show-tags.active:before {
	color: #fff
}

.related-tags .show-tags .hidden-tags {
	display: none;
	position: absolute;
	left: -1px;
	top: 19px;
	box-shadow: 0 2px 25px 0 rgba(5, 5, 5, .2);
	min-width: 178px;
	background: #fff;
	z-index: 10;
	padding: 5px 15px
}

.related-tags .show-tags .hidden-tags.visible {
	display: block
}

.related-tags .show-tags .hidden-tags .article-tag-utility-item,
.related-tags .show-tags .hidden-tags a {
	display: block;
	color: #86929f;
	font-size: 11px;
	padding: 5px 0
}

@media screen and (max-width:576px) {
	.related-tags .show-tags {
		min-width: 70px
	}

	.related-tags .show-tags .hidden-tags {
		left: auto;
		right: 0
	}
}

.widgetCalendly .avatar-sm-round {
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
	width: 110px;
	height: 110px
}

.widgetCalendly .avatar-sm-round img {
	width: 100%
}

.widgetCalendly .nix-btn.primary {
	padding: .5rem 2.5rem
}

.sticky-download {
	position: -webkit-sticky;
	position: sticky;
	top: 81px
}

.sticky-download .nix-btn.primary {
	padding: .5rem 2.5rem
}

header#header.transparent {
	background-color: transparent
}

header#header.transparent .header-nav .nav .nav-link {
	color: #fff
}

header#header.transparent .logo-right-part {
	fill: #fff
}

header#header.transparent {
	background: #fff
}

header#header.transparent .header-nav .nav .nav-link {
	color: #4d4f54
}

header#header.transparent .logo-right-part {
	fill: #4d4f54
}

section.who-we-are {
	padding: 80px 0;
	background-color: #f7f9fa
}

section.who-we-are p.subtitle {
	color: #4d4f54;
	line-height: 1.52;
	margin-bottom: 40px
}

section.our-expertise {
	padding: 80px 0 100px
}

section.our-expertise h2 {
	margin-bottom: 40px;
	text-align: center
}

section.services .service {
	min-height: 500px
}

@media (max-width:992px) {
	section.services .service {
		min-height: auto
	}
}

section.services .service:nth-child(2n) {
	flex-direction: row-reverse
}

section.services .service:nth-child(2n) .image .gradient {
	right: 0;
	left: 50%
}

section.services .service .info {
	flex: 1;
	color: #fff;
	padding: 95px 80px 75px 120px
}

@media (max-width:992px) {
	section.services .service .info {
		padding: 40px
	}
}

section.services .service .info h3 {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 45px
}

section.services .service .info h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 104px;
	height: 2px;
	background-color: #fff
}

section.services .service .image {
	flex-basis: 50%;
	position: relative
}

section.services .service .image .gradient {
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	z-index: 2
}

section.our-case-studies {
	padding: 80px 0 120px
}

section.our-case-studies h2.title {
	display: none
}

section.our-case-studies .cases {
	text-align: left
}

.cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.m-20 {
	margin: 20px 0
}

@keyframes b {
	0% {
		transform: translate3d(0, 30px, 0)
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated-fade-in-up {
	opacity: 0
}

.fade-in-up {
	opacity: 0;
	animation-name: b
}

.client-list-simple .row.grid-gap>[class*=col-] {
	margin: 0;
	display: flex;
	align-items: center
}

@media (min-width:992px) {
	.client-list-simple .row.grid-gap>[class*=col-] {
		min-height: 137px
	}
}

.new-menu {
	position: relative
}

@media (min-width:1200px) {
	.new-menu .underline {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		height: 2px;
		background: #ff6900;
		transition: all .3s ease-in-out
	}

	.new-menu .hidden-menu:hover,
	.new-menu .nav-item:hover~.underline {
		display: block
	}

	.new-menu .nav-item:first-child:hover~.underline {
		width: 160px;
		left: 0
	}

	.new-menu .nav-item:nth-child(2):hover~.underline {
		left: 160px;
		width: 150px
	}

	.new-menu .nav-item:nth-child(3):hover~.underline {
		left: 310px;
		width: 137px
	}

	.new-menu .nav-item:nth-child(4):hover~.underline {
		left: 447px;
		width: 173px
	}

	.new-menu .nav-item:nth-child(5):hover~.underline {
		left: 620px;
		width: 120px
	}

	.new-menu .nav-link-wrapper.hovered+.hidden-menu,
	.new-menu .nav-link-wrapper:hover+.hidden-menu {
		display: block
	}
}

.new-menu .nav-link {
	padding: 20px 28px 18px;
	border-bottom: 2px solid transparent;
	font-weight: 700;
	color: #4d4f54
}

@media (min-width:1200px) {

	.new-menu .nav-link.hovered,
	.new-menu .nav-link:hover {
		color: #ff6900
	}

	.new-menu .nav-link.hovered .icon:before,
	.new-menu .nav-link:hover .icon:before {
		transform: rotate(180deg);
		background-color: #ff6900
	}
}

.new-menu .nav-link .icon {
	font-size: 11px;
	margin-left: 3px
}

.new-menu .nav-link .icon:before {
	content: "";
	background: none;
	display: inline-block;
	width: 7px;
	height: 4px;
	margin-bottom: 3px;
	-webkit-mask: url(../images/icons/icon-header-arrow.svg) no-repeat;
	mask: url(../images/icons/icon-header-arrow.svg) no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #4d4f54
}

.new-menu .hidden-menu {
	padding: 50px 0;
	line-height: 1.2;
	display: none;
	background-color: #fff;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	box-shadow: inset 0 20px 20px -20px #dadada
}

.new-menu .hidden-menu .gray-background {
	height: 100%;
	width: calc(285px + ((100% - 1200px) / 2));
	position: absolute;
	top: 0;
	background: #f7f9fa
}

.new-menu .hidden-menu a:hover {
	text-decoration: none
}

.new-menu .hidden-menu .article-preview {
	position: relative
}

.new-menu .hidden-menu .article-preview a {
	color: #050505
}

.new-menu .hidden-menu .article-preview p {
	margin-bottom: 8px;
	font-size: 13px
}

.new-menu .hidden-menu .article-preview .article-img {
	height: 127px;
	margin-bottom: 10px
}

.new-menu .hidden-menu .services-nav {
	padding-bottom: 0
}

.new-menu .hidden-menu .services-nav .header-title-subitems ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.new-menu .hidden-menu .services-nav .header-title-subitems ul li {
	display: block;
	font-family: Lato, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #4d4f54;
	padding-right: 7px;
	margin-top: 8px
}

.new-menu .hidden-menu .services-nav .header-title-subitems ul li a {
	color: #4d4f54;
	text-decoration: none
}

.new-menu .hidden-menu .services-nav .header-title-subitems ul li a:hover {
	color: #ff6900
}

.new-menu .hidden-menu .services-nav .header-title-subitems ul li:last-of-type:after {
	content: none
}

.new-menu .hidden-menu .services-nav .header-awards-container img {
	max-width: 140px;
	filter: grayscale(100%)
}

.new-menu .hidden-menu .service-intro p {
	color: #4d4f54;
	font-size: 13px;
	line-height: 1.4;
	margin: 10px 0 18px
}

.new-menu .hidden-menu .service-intro .h3,
.new-menu .hidden-menu .service-intro h3 {
	font-size: 20px;
	font-weight: 900;
	margin: 0
}

.new-menu .hidden-menu .service-intro a>.h3,
.new-menu .hidden-menu .service-intro a>h3 {
	font-size: 20px;
	color: #333;
	font-weight: 900;
	margin-bottom: 0
}

.new-menu .hidden-menu .service-intro a>.h3:hover,
.new-menu .hidden-menu .service-intro a>h3:hover {
	color: #ff6900
}

.new-menu .hidden-menu .service-intro a.description {
	display: inline-block;
	position: relative
}

.new-menu .hidden-menu .service-intro a.description:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -25px;
	height: 25px;
	width: 90px;
	z-index: 10
}

.new-menu .hidden-menu .services-list {
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none
}

.new-menu .hidden-menu .services-list li {
	margin: 0;
	padding-top: 30px;
	position: relative
}

.new-menu .hidden-menu .services-list li:first-child {
	padding-top: 0
}

.new-menu .hidden-menu .services-list li a {
	font-size: 16px;
	color: #050505
}

.new-menu .hidden-menu .services-list li a:hover {
	color: #ff6900
}

.new-menu .hidden-menu .services-list.outlined:before {
	content: "";
	width: 1px;
	height: calc(100% + 100px);
	top: -50px;
	background-color: #dadada;
	display: block;
	position: absolute;
	left: -20px
}

.new-menu .hidden-menu a.link-list {
	text-transform: uppercase;
	color: #ff6900;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3
}

.new-menu .expertise-intro a.more {
	margin: 20px 0
}

.new-menu .expertise-intro .service-intro .h3,
.new-menu .expertise-intro .service-intro h3 {
	margin-bottom: 11px
}

.new-menu .expertise-intro .services-nav {
	padding: 0
}

.new-menu .hidden-menu.about-intro .sort-by-role {
	padding-top: 35px
}

@media (max-width:1199.5px) {
	.new-menu {
		position: fixed;
		display: block;
		width: 100%;
		background: #fff;
		margin: 0;
		left: 0;
		transform: translateX(-100%);
		transition: all .3s;
		padding: 0;
		top: 61px;
		height: calc(100% - 61px);
		overflow: auto
	}

	.new-menu .nav-item {
		border-bottom: 1px solid #cad1dc;
		transition: all .3s
	}

	.new-menu .nav-item .nav-link-wrapper {
		position: relative;
		cursor: pointer
	}

	.new-menu .nav-item .nav-link-wrapper .nav-link {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		position: static;
		font-size: 16px;
		font-weight: 900
	}

	.new-menu .nav-item .nav-link-wrapper .nav-link.toggled {
		pointer-events: none
	}

	.new-menu .nav-item .nav-link-wrapper .nav-link.toggled:after {
		content: url(../images/icons/icon-arrow-next.svg);
		font-size: 12px;
		margin-left: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		transition: all .3s;
		transform: rotate(0deg);
		position: absolute;
		right: 30px;
		top: calc(50% - 7px);
		pointer-events: none;
		font-weight: 900
	}

	.new-menu .nav-item.opened .nav-link.toggled:after {
		transform: rotate(90deg);
		transition: all .3s
	}

	.new-menu.active {
		transform: translateX(0);
		transition: all .3s
	}

	.new-menu .hidden-menu {
		display: block;
		visibility: hidden;
		height: 0;
		position: absolute;
		top: 0;
		box-shadow: none;
		background-color: transparent;
		padding: 0
	}

	.new-menu .hidden-menu .services-list {
		background-color: #f3f3f3;
		padding: 0 30px;
		margin: 0
	}

	.new-menu .hidden-menu .services-list li {
		transition: none;
		transform: translateY(-30px);
		opacity: 0;
		padding-top: 25px
	}

	.new-menu .hidden-menu .services-list li:first-child {
		padding-top: 20px
	}

	.new-menu .hidden-menu .services-list li:last-child {
		padding-bottom: 20px
	}

	.new-menu .hidden-menu .services-list li a {
		font-size: 16px;
		color: #05015e;
		font-weight: 700
	}

	.new-menu .hidden-menu .services-list.outlined:before {
		content: none
	}

	.new-menu .hidden-menu .service-intro .main-item {
		position: relative;
		transition: none;
		opacity: 0;
		transform: translateY(-30px);
		margin-top: 20px
	}

	.new-menu .hidden-menu .service-intro .main-item a {
		display: inline-block
	}

	.new-menu .hidden-menu .service-intro .main-item a>.h3 {
		font-size: 14px;
		font-weight: 400;
		color: #000
	}

	.new-menu .hidden-menu .service-intro .main-item.toggled {
		cursor: pointer
	}

	.new-menu .hidden-menu .service-intro .main-item.toggled:after {
		content: url(../images/icons/icon-arrow-next.svg);
		font-size: 12px;
		margin-left: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-weight: 900;
		transform: rotate(90deg);
		transition: all .3s;
		position: absolute;
		right: 0;
		top: calc(50% - 7px)
	}

	.new-menu .hidden-menu .service-intro .main-item.toggled.opened:after {
		transition: all .3s;
		transform: rotate(-90deg);
		right: -2px
	}

	.new-menu .hidden-menu .service-intro .services-nav .row:first-child .main-item-wrapper:first-child .main-item:first-child {
		margin-top: 0
	}

	.new-menu .hidden-menu .service-intro .services-nav .row:last-child .main-item-wrapper:last-child .main-item:last-child {
		margin-bottom: 30px
	}

	.new-menu .hidden-menu .services-list-wrapper+.service-intro .services-nav .row:first-child .main-item-wrapper:first-child .main-item:first-child {
		margin-top: 20px
	}

	.new-menu .hidden-menu.active {
		visibility: visible;
		height: 100%;
		position: relative
	}

	.new-menu .hidden-menu.active .service-intro .main-item,
	.new-menu .hidden-menu.active .services-list li {
		transform: translateY(0);
		opacity: 1;
		transition: opacity .3s, transform .4s
	}

	.new-menu .hidden-menu.active .services-nav .header-title-subitems {
		padding-left: 20px;
		visibility: hidden;
		height: 0;
		position: absolute
	}

	.new-menu .hidden-menu.active .services-nav .header-title-subitems ul li {
		margin-top: 20px;
		font-size: 13px;
		transition: opacity .3s, transform .3s;
		opacity: 0;
		transform: translateY(-20px)
	}

	.new-menu .hidden-menu.active .services-nav .header-title-subitems.active {
		visibility: visible;
		position: relative;
		height: 100%
	}

	.new-menu .hidden-menu.active .services-nav .header-title-subitems.active ul li {
		opacity: 1;
		transform: translateY(0)
	}
}

.header-menu-overlay-new {
	position: fixed;
	z-index: 0;
	opacity: 0;
	top: 61px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 5, 5, .3);
	transition: all .3s;
	visibility: hidden
}

@media (min-width:1200px) {
	.header-menu-overlay-new {
		transition: none
	}
}

.header-menu-overlay-new.active {
	z-index: 100;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s
}

.linked-list {
	list-style: none
}

.linked-list li {
	border-bottom: 1px solid rgba(202, 209, 220, .5)
}

.linked-list li:last-child {
	border-bottom: none
}

.linked-list li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	position: relative;
	color: #090909;
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 800
}

.linked-list li a:after {
	content: "";
	background-image: url(../images/icons/round-arrow.svg);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	color: #fff;
	position: absolute;
	right: 0
}

.linked-dash-list {
	list-style: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.linked-dash-list li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
	font-weight: 400
}

.linked-dash-list li a {
	font-size: 18px;
	text-decoration: none;
	transition: all .3s;
	position: relative;
	font-weight: 400;
	padding-right: 25px;
	color: #090909
}

.linked-dash-list li a:after {
	content: "";
	padding-top: 1px;
	background-image: url(../images/icons/round-arrow.svg);
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 2px;
	transition: all .3s
}

.linked-dash-list li:hover a {
	font-weight: 900;
	padding-right: 35px
}

.linked-dash-list li:hover a:after {
	height: 18px;
	width: 18px;
	background-size: 18px 18px
}

.linked-dash-list li:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 0;
	width: 12px;
	height: 1px;
	top: 13px;
	background-color: #ff6900
}

ul li .styled-link {
	font-size: 20px;
	text-decoration: none;
	transition: all .3s;
	position: relative;
	font-weight: 700;
	line-height: 1.2;
	padding-right: 25px;
	color: #090909
}

ul li .styled-link:after {
	content: "";
	padding-top: 1px;
	background-image: url(../images/icons/round-arrow.svg);
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
	position: absolute;
	right: 0;
	bottom: 2px;
	transition: all .3s
}

ul li .styled-link:hover {
	font-weight: 900
}

ul li .styled-link:hover:after {
	height: 18px;
	width: 18px;
	background-size: 18px 18px
}

ul li .styled-link.big {
	padding-right: 35px
}

ul li .styled-link.big:after {
	height: 20px;
	width: 20px;
	background-size: 20px 20px
}

ul li .styled-link.big:hover:after {
	height: 23px;
	width: 23px;
	background-size: 23px 23px
}

.unstyled-list {
	list-style: none
}

.page-navigation-container {
	background-color: #f8f9fa;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: none;
	position: absolute;
	width: 100%;
	line-height: 1.2
}

.page-navigation-container .page-navigation-list {
	display: flex;
	list-style: none;
	color: #4d4f54;
	margin-bottom: 0
}

.page-navigation-container .page-navigation-list li a,
.page-navigation-container .page-navigation-list li span {
	cursor: pointer;
	padding: 18px 50px;
	text-decoration: none;
	color: #4d4f54;
	height: 100%;
	align-items: center;
	display: flex
}

.page-navigation-container .page-navigation-list li a.active,
.page-navigation-container .page-navigation-list li a:hover,
.page-navigation-container .page-navigation-list li span.active,
.page-navigation-container .page-navigation-list li span:hover {
	background-color: #dadada
}

@media (min-width:992px) and (max-width:1200px) {

	.page-navigation-container .page-navigation-list li a,
	.page-navigation-container .page-navigation-list li span {
		padding: 18px 30px
	}
}

.page-navigation-container.sticky {
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 99
}

.page-navigation-container.sticky .page-navigation-list li a,
.page-navigation-container.sticky .page-navigation-list li span {
	padding: 13px 50px
}

@media (min-width:992px) and (max-width:1200px) {

	.page-navigation-container.sticky .page-navigation-list li a,
	.page-navigation-container.sticky .page-navigation-list li span {
		padding: 13px 30px
	}
}

.page-navigation-container-mobile {
	position: fixed;
	top: 60px;
	width: 100%;
	padding: 10px 0 0;
	opacity: 0;
	z-index: -1;
	transition: all .3s
}

.page-navigation-container-mobile .filter-dropdown {
	position: relative;
	display: inline-block
}

.page-navigation-container-mobile .filter-dropdown .dropdown-content {
	display: none
}

.page-navigation-container-mobile .filter-dropdown .dropbtn:after {
	content: "";
	background-image: url(../images/icons/icon-nav-arrow.svg);
	background-size: 10px 5px;
	width: 10px;
	height: 8px;
	background-repeat: no-repeat;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s
}

.page-navigation-container-mobile .filter-dropdown.show:focus-within .dropbtn:after {
	transform: rotate(180deg)
}

.page-navigation-container-mobile .filter-dropdown.show:focus-within .dropdown-content {
	display: block
}

.page-navigation-container-mobile .filter-dropdown+.filter-dropdown {
	padding-left: 50px
}

.page-navigation-container-mobile .dropdown-container {
	width: 100%;
	padding-left: 0
}

.page-navigation-container-mobile .dropdown-container .dropbtn {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	border: none;
	color: #4d4f54;
	width: 100%;
	padding: 0 40px 15px 15px;
	border-bottom: 1px solid #dadada
}

.page-navigation-container-mobile .dropdown-container .filter-dropdown {
	width: 100%
}

.page-navigation-container-mobile .dropdown-container .filter-dropdown .dropbtn:after {
	position: absolute;
	right: 30px;
	top: 10px
}

.page-navigation-container-mobile .dropdown-container .filter-dropdown .dropdown-content {
	width: 100%;
	background: #f7f9fa;
	box-shadow: none;
	padding: 20px 15px 0
}

.page-navigation-container-mobile .dropdown-container .filter-dropdown .dropdown-content a,
.page-navigation-container-mobile .dropdown-container .filter-dropdown .dropdown-content span {
	cursor: pointer;
	text-decoration: none;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #4d4f54
}

.page-navigation-container-mobile.active.visible {
	z-index: 11;
	opacity: 1;
	transition: all .3s
}

.anchor-item {
	position: absolute;
	top: -150px
}

.desktop-navigation-wrapper {
	display: none
}

.desktop-navigation-wrapper.active {
	margin-bottom: 50px;
	display: block
}

.desktop-navigation-wrapper.active .page-navigation-container {
	border-bottom: 1px solid #dadada
}

.desktop-navigation-wrapper.case-navigation {
	margin-bottom: 0
}

.desktop-navigation-wrapper.case-navigation .page-navigation-container {
	opacity: 0;
	transition: all .3s
}

.desktop-navigation-wrapper.case-navigation .page-navigation-container.sticky {
	opacity: 1
}

.timeline-animated {
	display: block;
	margin-bottom: 10rem;
	position: relative
}

.timeline-animated .timeline-top-list {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap
}

.timeline-animated .timeline-top-list .timeline-list-item {
	width: 29.9%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	opacity: 0;
	bottom: 45px;
	transition: opacity .2s ease-out
}

.timeline-animated .timeline-top-list .timeline-list-item:before {
	position: absolute;
	content: "";
	height: 50px;
	width: 1px;
	transform: scaleX(.99);
	background-color: #000;
	bottom: -35px;
	color: #000
}

@media (min-width:992px) and (max-width:1163px) {
	.timeline-animated .timeline-top-list .timeline-list-item {
		height: 400px
	}

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(2n) {
		height: 450px
	}
}

@media (max-width:992px) {
	.timeline-animated .timeline-top-list .timeline-list-item {
		width: 100%;
		height: auto
	}

	.timeline-animated .timeline-top-list .timeline-list-item:before {
		height: 1px;
		width: 15px;
		transform: none;
		background-color: #000;
		left: -40px;
		top: 10px
	}
}

.timeline-animated .timeline-top-list .timeline-list-item+.timeline-list-item {
	margin-left: 58px
}

@media (min-width:992px) and (max-width:1200px) {
	.timeline-animated .timeline-top-list .timeline-list-item+.timeline-list-item {
		margin-left: 40px
	}
}

.timeline-animated .timeline-top-list .timeline-list-item .timelime-item-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end
}

.timeline-animated .timeline-top-list .timeline-list-item.visible {
	opacity: 1
}

@media (min-width:992px) {
	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(2n) {
		top: 50px
	}

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(2n):before {
		top: -60px;
		bottom: auto
	}

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(2n) .timelime-item-text {
		justify-content: start
	}
}

@media (max-width:992px) {
	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(2n) {
		top: 0;
		height: auto
	}

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(2n):before {
		top: 10px
	}
}

@media (min-width:992px) {
	.timeline-animated .timeline-top-list .timeline-list-item:first-child {
		order: 1
	}

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(2) {
		order: 4;
		margin-left: 200px
	}

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(3) {
		order: 2
	}

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(4) {
		order: 5;
		margin-left: 70px
	}

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(5) {
		order: 3
	}
}

@media (max-width:992px) {

	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(2n),
	.timeline-animated .timeline-top-list .timeline-list-item:nth-child(odd) {
		order: 1
	}
}

@media (max-width:992px) {
	.timeline-animated .timeline-top-list {
		flex-direction: column;
		padding-left: 40px
	}

	.timeline-animated .timeline-top-list .timeline-list-item {
		bottom: 0
	}

	.timeline-animated .timeline-top-list .timeline-list-item+.timeline-list-item {
		margin-left: 0
	}
}

.timeline-animated .timeline-bottom-list {
	display: flex;
	padding-left: 200px
}

.timeline-animated .timeline-bottom-list .timeline-list-item {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	opacity: 0;
	transition: opacity .6s ease-out
}

.timeline-animated .timeline-bottom-list .timeline-list-item:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 1px;
	transform: scaleX(.99);
	background-color: #000;
	left: auto;
	top: -2.4rem;
	color: #000
}

@media (max-width:992px) {
	.timeline-animated .timeline-bottom-list .timeline-list-item:after {
		height: 1px;
		width: 15px;
		transform: none;
		background-color: #000;
		left: -40px;
		top: 10px
	}
}

.timeline-animated .timeline-bottom-list .timeline-list-item+.timeline-list-item {
	left: 70px
}

.timeline-animated .timeline-bottom-list .timeline-list-item.visible {
	opacity: 1
}

@media (max-width:992px) {
	.timeline-animated .timeline-bottom-list {
		flex-direction: column;
		padding-left: 40px
	}
}

.timeline-animated .timeline-line {
	position: absolute;
	width: 100vw;
	height: 100%;
	display: flex;
	align-items: center;
	top: -79px;
	max-width: 0;
	margin: 2.3rem 0;
	transition: max-width 4s ease-out
}

.timeline-animated .timeline-line .timeline-progress-line {
	background-color: #000;
	height: 1px;
	transform: scaleY(.99);
	width: 100%
}

.timeline-animated .timeline-line.visible {
	max-width: 100vw
}

@media (max-width:992px) {
	.timeline-animated .timeline-line {
		position: absolute;
		top: 10px;
		height: 100%;
		margin-top: 0
	}

	.timeline-animated .timeline-line .timeline-progress-line {
		height: 100%;
		width: 1px;
		transform: none
	}
}

.timeline-animated .timelime-item-text h4 {
	font-size: 16px;
	text-transform: uppercase
}

.timeline-animated .timelime-item-text h4 .orange {
	color: #ff6900
}

.timeline-animated.gradient .timeline-top-list .timeline-list-item {
	position: relative;
	height: auto
}

.timeline-animated.gradient .timeline-top-list .timeline-list-item:before {
	background-color: #ff6900
}

.timeline-animated.gradient .timeline-top-list .timeline-list-item .timelime-item-text {
	justify-content: start;
	position: relative
}

.timeline-animated.gradient .timeline-top-list .timeline-list-item .timelime-item-text .item-number {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-image: linear-gradient(122deg, #ff6900 7%, #c821af 104%);
	color: #fff;
	font-size: 80px;
	text-align: center;
	position: absolute;
	top: -45px;
	font-weight: 900;
	left: -105px;
	z-index: -1
}

.timeline-animated.gradient .timeline-line {
	top: -77px
}

.timeline-animated.gradient .timeline-line .timeline-progress-line {
	background-image: linear-gradient(90deg, #ff6900 0, #a4188f)
}

@media (min-width:992px) {
	.timeline-animated.gradient {
		margin-left: auto
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item:nth-child(2) {
		left: 50px;
		padding-top: 50px
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item:nth-child(3) {
		right: 225px
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item:nth-child(4) {
		left: 50px;
		padding-top: 50px
	}
}

@media (max-width:992px) {
	.timeline-animated.gradient {
		margin-left: 0
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item:nth-child(2) {
		left: auto;
		padding-top: 0
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item:nth-child(3) {
		right: auto
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item:nth-child(4) {
		left: auto;
		padding-top: 0
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item:before {
		content: none
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item .timelime-item-text {
		padding-left: 15px
	}

	.timeline-animated.gradient .timeline-top-list .timeline-list-item .timelime-item-text .item-number {
		width: 50px;
		height: 50px;
		top: -15px;
		left: -55px;
		font-size: 35px
	}

	.timeline-animated.gradient .timeline-line {
		display: none
	}
}

.timeline-animated.gradient.sorted .timeline-top-list .timeline-list-item {
	left: auto;
	right: auto;
	order: inherit;
	top: auto;
	padding-top: 0;
	margin-left: 0
}

.timeline-animated.gradient.sorted .timeline-top-list .timeline-list-item:before {
	top: auto;
	bottom: -60px
}

.timeline-animated.gradient.sorted .timeline-line {
	align-items: end;
	margin: 0;
	top: auto;
	bottom: 0
}

@keyframes c {
	0% {
		transform: translateZ(0);
		visibility: visible
	}

	to {
		transform: translate3d(-93%, 0, 0)
	}
}

.ticker-wrap {
	position: relative;
	bottom: 0;
	overflow: hidden;
	box-sizing: content-box
}

.ticker-wrap .ticker {
	display: inline-block;
	line-height: 4rem;
	white-space: nowrap;
	box-sizing: content-box;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: c;
	animation-duration: 30s
}

.ticker-wrap .ticker__item {
	display: inline-block;
	padding: 0 10px;
	font-size: 2rem;
	color: #fff
}

.ticker-wrap .ticker__item img {
	height: 150px;
	width: auto
}

@media (max-width:992px) {
	.ticker-wrap .ticker {
		display: flex;
		padding-right: 0;
		animation: none
	}

	.ticker-wrap .ticker__item {
		width: 30%
	}

	.ticker-wrap .ticker__item img {
		height: auto;
		width: 100%
	}
}

@media (max-width:768px) {
	.ticker-wrap .ticker__item {
		width: 50%
	}
}

.gradient-bg {
	background-image: url(img/gradient-bg.png);
	background-size: cover
}

.gradient-bg h2 {
	color: #fff
}

@media (min-width:992px) {
	.gradient-bg .row>div {
		max-width: 270px
	}
}

.gradient-bg .gradient-item {
	background-color: #f8f9fa;
	display: flex;
	position: relative;
	height: 100%;
	justify-content: center;
	transition: all .3s ease-in-out;
	text-align: center;
	align-items: center;
	padding: 75px 15px
}

.gradient-bg .gradient-item-title {
	color: #090909;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	transition: all .3s ease-in-out;
	letter-spacing: 0;
	margin-bottom: 0;
	text-transform: none
}

.gradient-bg .gradient-item:before {
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 100%;
	margin-bottom: 10px;
	display: block
}

.gradient-bg .gradient-item.green:before {
	background-color: #00a499
}

.gradient-bg .gradient-item.blue:before {
	background-color: #0095c8
}

.gradient-bg .gradient-item.purple:before {
	background-color: #a51890
}

.gradient-bg .gradient-item.violet:before {
	background-color: #3c1ea0
}

.gradient-bg .gradient-item.orange:before {
	background-color: #ff6900
}

.gradient-bg .gradient-item.red:before {
	background-color: #fa4616
}

.gradient-bg .gradient-item:hover {
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .3)
}

.gradient-bg .gradient-item:hover .gradient-item-title {
	text-shadow: .4px .4px 0 #000
}

.gradient-bg .gradient-item>div {
	height: 100%
}

.gradient-bg .gradient-item .bracket-list {
	list-style: none
}

.gradient-bg .gradient-item .bracket-list li {
	position: relative;
	padding-left: 30px
}

.gradient-bg .gradient-item .bracket-list li:before {
	left: 0;
	position: absolute
}

.gradient-bg .gradient-item .bracket-list.orange li:before {
	content: url(../images/icons/icon-bracket-orange.svg)
}

.gradient-bg .gradient-item .bracket-list.red li:before {
	content: url(../images/icons/icon-bracket-red.svg)
}

.gradient-bg .gradient-item .bracket-list.violet li:before {
	content: url(../images/icons/icon-bracket-violet.svg)
}

.gradient-bg .gradient-item .bracket-list.purple li:before {
	content: url(../images/icons/icon-bracket-purple.svg)
}

.gradient-bg .gradient-item .bracket-list.blue li:before {
	content: url(../images/icons/icon-bracket-blue.svg)
}

.gradient-bg .gradient-item .bracket-list.green li:before {
	content: url(../images/icons/icon-bracket-green.svg)
}

.gradient-bg .gradient-item .more {
	position: relative;
	font-size: 16px;
	font-weight: 900
}

.gradient-bg .gradient-item .more:after {
	content: url(../images/icons/icon-round-arrow.svg);
	position: absolute;
	right: -30px;
	top: 0
}

.gradient-bg .gradient-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	transition: all .3s
}

.gradient-bg .gradient-banner .banner-title {
	color: #fff;
	font-size: 24px;
	width: 80%;
	font-weight: 700;
	position: relative;
	text-decoration: none
}

.gradient-bg .gradient-banner .banner-title:after {
	content: url(../images/icons/icon-white-arrow.svg);
	position: absolute;
	top: calc(50% - 17px);
	right: -30px;
	transition: all .3s
}

.gradient-bg .gradient-banner.orange {
	background-color: #ff6900
}

.gradient-bg .gradient-banner:hover {
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .3)
}

.gradient-bg .gradient-banner:hover .banner-title:after {
	right: -45px;
	transform: scale(1.1)
}

.gradient-bg.with-description .gradient-item {
	padding: 30px
}

.gradient-bg.with-description .gradient-item:before {
	left: 0
}

.gradient-bg.with-description .gradient-item .gradient-item-title {
	margin-bottom: 20px
}

.gradient-bg.with-description:hover .gradient-item-title {
	transform: none
}

.gradient-bg.white {
	background-image: none;
	background-color: #fff
}

.gradient-bg.white h2 {
	color: #050505
}

.gradient-bg.white .gradient-item {
	background-color: #fff;
	box-shadow: 0 2px 35px 0 #dedede;
	text-align: left
}

.gradient-bg.white .gradient-item:hover {
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .3)
}

.gradient-bg.white .gradient-item:before {
	height: 3px
}

.gradient-bg.white .gradient-item .gradient-item-title {
	font-weight: 900
}

.gradient-bg.white .gradient-item .orange-text {
	font-weight: 700;
	color: #ff6900;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase
}

.gradient-bg.white .gradient-item:hover .gradient-item-title {
	text-shadow: none
}

.gradient-bg.grey {
	background-image: none;
	background-color: #fff
}

.gradient-bg.grey h2 {
	color: #050505
}

.gradient-bg.grey .gradient-item {
	background-color: #f8f9fa;
	box-shadow: 0 2px 35px 0 #dedede;
	justify-content: start;
	text-align: left
}

.gradient-bg.grey .gradient-item:hover {
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .3)
}

.gradient-bg.grey .gradient-item:before {
	height: 3px;
	left: 0
}

.gradient-bg.grey .gradient-item .gradient-item-title {
	font-weight: 900
}

.gradient-bg.grey .gradient-item .orange-text {
	font-weight: 700;
	color: #ff6900;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase
}

.gradient-bg.grey .gradient-item:hover .gradient-item-title {
	text-shadow: none
}

.dark-gradient {
	background-image: radial-gradient(circle at 0 0, #47204a, #14153c, #003b73)
}

.dark-gradient h2 {
	color: #fff
}

.violet-section {
	background-image: linear-gradient(90deg, #a01e8c 0, #3c1ea0)
}

.violet-section h2 {
	color: #fff
}

.team-content {
	display: flex;
	flex-direction: column;
	align-content: center
}

@media (min-width:1200px) {
	.team-content {
		flex-direction: row
	}
}

.team-content .people {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 25px;
	margin-bottom: 60px
}

@media (min-width:768px) {
	.team-content .people {
		flex-direction: row
	}
}

@media (min-width:1200px) {
	.team-content .people {
		width: 50%;
		margin-bottom: 0
	}
}

.team-content .img-inner {
	margin-bottom: 45px
}

@media (min-width:768px) {
	.team-content .img-inner {
		margin-right: 25px;
		margin-bottom: 0
	}
}

.team-content .img-inner .img {
	max-width: 165px;
	max-height: 190px;
	box-shadow: 17px 11px 25px 0 rgba(34, 41, 43, .14)
}

.team-content .people-content .name {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.37;
	color: #000c12;
	margin-bottom: 9px
}

.team-content .people-content .position {
	opacity: .6;
	font-size: 12px;
	color: #4d5153;
	text-transform: uppercase;
	margin-bottom: 12px
}

.team-content .people-content .description {
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #000c12;
	margin-bottom: 25px
}

.team-content .people-content .linkedin {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.team-content .people-content .linkedin .link-ico .ico {
	width: 20px;
	height: 20px;
	display: block
}

.team-content .people-content .linkedin .link-ico .ico.ico-hover,
.team-content .people-content .linkedin:hover .ico {
	display: none
}

.team-content .people-content .linkedin:hover .ico.ico-hover {
	display: block
}

@media (min-width:768px) {
	.team-content .people-content {
		text-align: left
	}
}

@media (max-width:768px) {
	.team-content .people-content {
		text-align: center
	}

	.team-content .people-content .linkedin {
		margin: 0 auto
	}
}

.client-list-simple.opentext-clients {
	position: relative;
	width: 100%;
	padding: 40px 50px;
	bottom: 50px;
	box-shadow: 0 2px 95px 0 rgba(54, 92, 104, .2);
	background: #fff
}

.client-list-simple.opentext-clients img {
	max-width: 165px;
	max-height: 100px
}

@media (max-width:768px) {
	.client-list-simple.opentext-clients img {
		max-width: 100%
	}
}

.product-wrapper .product-content {
	right: 0;
	padding: 40px;
	text-align: left
}

.product-wrapper .product-content .round-bullets li {
	padding-left: 24px
}

.product-wrapper .product-content .round-bullets li:before {
	top: 8px;
	height: 9px;
	width: 9px
}

.product-wrapper .product-content .grey-background {
	position: absolute;
	width: 50%;
	height: calc(100% - 185px);
	z-index: -1;
	bottom: 30px;
	right: 0;
	display: none
}

@media (min-width:992px) {
	.product-wrapper .product-content .grey-background {
		display: block
	}
}

@media (min-width:992px) {
	.product-wrapper .product-content {
		position: static
	}
}

.product-wrapper .product-nav-wrapper {
	display: flex;
	flex-direction: column
}

.product-wrapper .product-nav-wrapper .product-nav {
	text-align: left;
	padding: 40px 55px 40px 0
}

.product-wrapper .product-nav-wrapper .product-nav .product-nav-item {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #b3bfcc;
	padding: 30px 15px 30px 0
}

.product-wrapper .product-nav-wrapper .product-nav .product-nav-item:after {
	content: "";
	background-image: url(../images/icons/round-arrow.svg);
	background-size: 25px 25px;
	display: inline-block;
	height: 25px;
	min-width: 25px;
	transition: all .3s;
	position: relative;
	right: -15px
}

.product-wrapper .product-nav-wrapper .product-nav .product-nav-item:last-child {
	border-bottom: none
}

.product-wrapper .product-nav-wrapper .product-nav .product-nav-item.active,
.product-wrapper .product-nav-wrapper .product-nav .product-nav-item:hover {
	color: #ff6900
}

.product-wrapper .product-nav-wrapper .product-nav.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 50px
}

.product-wrapper .product-nav-wrapper.bottom {
	justify-content: flex-end
}

.pdf-form-wrapper {
	position: fixed;
	bottom: 60px;
	max-width: 320px;
	max-height: 530px;
	overflow: auto;
	z-index: 99;
	right: 0;
	transform: translateX(320px);
	transition: all .3s
}

.pdf-form-wrapper::-webkit-scrollbar {
	width: 7px;
	background: #440097
}

.pdf-form-wrapper::-webkit-scrollbar-track {
	border-radius: 0
}

.pdf-form-wrapper::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #a51890;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.pdf-form-wrapper .closed-form-wrapper,
.pdf-form-wrapper .opened-form-success-wrapper,
.pdf-form-wrapper .opened-form-wrapper,
.pdf-form-wrapper .opened-text-wrapper {
	background-color: #440097;
	display: none;
	transition: all .3s
}

.pdf-form-wrapper .closed-form-wrapper:before,
.pdf-form-wrapper .opened-form-success-wrapper:before,
.pdf-form-wrapper .opened-form-wrapper:before,
.pdf-form-wrapper .opened-text-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	height: 5px;
	width: 100%;
	left: 0;
	margin-bottom: 10px;
	display: block;
	background-color: #a51890
}

.pdf-form-wrapper .closed-form-wrapper.visible,
.pdf-form-wrapper .opened-form-success-wrapper.visible,
.pdf-form-wrapper .opened-form-wrapper.visible,
.pdf-form-wrapper .opened-text-wrapper.visible {
	display: block
}

.pdf-form-wrapper .opened-text-wrapper {
	padding: 30px 20px
}

.pdf-form-wrapper .opened-text-wrapper .title {
	font-size: 12px;
	color: #d7dceb
}

.pdf-form-wrapper .opened-text-wrapper h4 {
	font-size: 20px;
	color: #fff
}

.pdf-form-wrapper .opened-text-wrapper .open-form-btn {
	width: 100%
}

.pdf-form-wrapper .opened-text-wrapper .icon-close {
	background-image: url(../images/icons/icon-close.svg);
	cursor: pointer;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 30px
}

.pdf-form-wrapper .closed-form-wrapper {
	padding: 20px
}

.pdf-form-wrapper .closed-form-wrapper:before {
	content: none
}

.pdf-form-wrapper .closed-form-wrapper .download-icon {
	background-image: url(../images/icons/icon-download.svg);
	cursor: pointer;
	width: 22px;
	height: 37px
}

.pdf-form-wrapper .opened-form-wrapper {
	padding: 20px 0 0
}

.pdf-form-wrapper .opened-form-wrapper .title {
	font-size: 12px;
	color: #d7dceb;
	margin-bottom: 10px
}

.pdf-form-wrapper .opened-form-wrapper .form-fields-container,
.pdf-form-wrapper .opened-form-wrapper .form-text-container {
	padding: 0 20px
}

.pdf-form-wrapper .opened-form-wrapper h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff
}

.pdf-form-wrapper .opened-form-wrapper p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px
}

.pdf-form-wrapper .opened-form-wrapper .nix-btn {
	width: 100%
}

.pdf-form-wrapper .opened-form-wrapper .icon-hide {
	background-image: url(../images/icons/icon-hide.svg);
	cursor: pointer;
	width: 15px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 20px
}

.pdf-form-wrapper .opened-form-wrapper .form-group {
	margin-bottom: 15px
}

.pdf-form-wrapper .opened-form-wrapper .form-group label {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: none
}

.pdf-form-wrapper .opened-form-wrapper .form-group label .color-orange {
	color: #ff6900
}

.pdf-form-wrapper .opened-form-wrapper .form-group input {
	border: 1px solid #cad1dc;
	background-color: #fff;
	border-radius: 0;
	padding: 21px 15px
}

.pdf-form-wrapper .opened-form-wrapper .email-error-message,
.pdf-form-wrapper .opened-form-wrapper .name-error-message {
	font-size: 14px;
	color: red;
	margin-top: 5px
}

.pdf-form-wrapper .opened-form-wrapper .privacy-text {
	font-size: 12px
}

.pdf-form-wrapper .opened-form-wrapper .privacy-text a {
	color: #fff;
	text-decoration: underline
}

.pdf-form-wrapper .opened-form-wrapper .submit-button-container {
	background-color: #440097;
	padding: 30px 20px;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	box-shadow: 0 54px 55px rgba(0, 0, 0, .25), 0 -12px 30px rgba(0, 0, 0, .12), 0 4px 6px rgba(0, 0, 0, .12), 0 12px 13px rgba(0, 0, 0, .17), 0 -3px 5px rgba(0, 0, 0, .09)
}

.pdf-form-wrapper .opened-form-success-wrapper {
	padding: 50px 20px
}

.pdf-form-wrapper .opened-form-success-wrapper h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px
}

.pdf-form-wrapper .opened-form-success-wrapper h4:after {
	content: url(../images/icons/success.svg);
	position: relative;
	top: 7px;
	left: 10px
}

.pdf-form-wrapper .opened-form-success-wrapper .icon-close {
	background-image: url(../images/icons/icon-close.svg);
	cursor: pointer;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 30px
}

.pdf-form-wrapper .opened-form-success-wrapper .text-small {
	font-size: 14px;
	margin-bottom: 0;
	color: #fff
}

.pdf-form-wrapper.visible {
	transform: translateX(0)
}

.pdf-form-wrapper.visible.closed {
	transform: translateX(320px)
}

@media (max-width:1200px) {
	.pdf-form-wrapper {
		bottom: 100px
	}
}

@media (max-width:992px) {
	.pdf-form-wrapper {
		display: none
	}
}

.pdf-form-wrapper.bottom {
	bottom: 0
}

.pdf-form-wrapper.static-form {
	position: relative;
	display: block;
	transform: none;
	max-height: 100%;
	max-width: 100%;
	bottom: 0
}

.pdf-form-wrapper.static-form .opened-form-success-wrapper,
.pdf-form-wrapper.static-form .opened-form-wrapper {
	position: relative
}

.pdf-form-wrapper.static-form .opened-form-wrapper {
	padding: 30px 0 0
}

.pdf-form-wrapper.static-form .opened-form-wrapper .submit-button-container {
	padding-bottom: 20px
}

.pdf-form-wrapper.static-form .submit-button-container {
	box-shadow: none;
	padding-top: 0
}

@media (min-width:992px) {
	.pdf-form-wrapper.static-form {
		padding-left: 20px
	}
}

.author-form-wrapper {
	padding: 70px 50px 50px;
	box-shadow: 0 5px 40px 0 rgba(77, 79, 84, .15);
	background-color: #fff;
	position: relative;
	margin-top: -250px
}

.author-form-wrapper .author-img-container {
	margin-bottom: 20px
}

.author-form-wrapper .author-img-container img {
	border-radius: 100%;
	width: 220px;
	max-height: 220px
}

.author-form-wrapper .author-content-wrapper .author-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #090909
}

.author-form-wrapper .author-content-wrapper .author-position {
	font-size: 18px;
	margin-bottom: 30px;
	color: #4d4f54
}

.author-form-wrapper .author-content-wrapper .author-description {
	font-size: 16px;
	line-height: 1.44;
	color: #090909
}

.author-form-wrapper .author-content-wrapper .question-title {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #090909
}

.author-form-wrapper .author-content-wrapper .more {
	font-family: Lato, sans-serif;
	font-weight: 900;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 20px;
	position: relative;
	color: #090909;
	padding-right: 35px
}

.author-form-wrapper .author-content-wrapper .more:after {
	content: "";
	background-image: url(../images/icons/round-arrow.svg);
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
	position: absolute;
	right: 0;
	top: 0
}

@media (max-width:992px) {
	.author-form-wrapper .author-content-wrapper .more {
		font-size: 16px;
		margin-bottom: 26px
	}

	.author-form-wrapper .author-content-wrapper .more:after {
		top: 2px;
		background-size: 20px 20px;
		width: 20px;
		height: 20px
	}
}

@media (min-width:992px) {
	.author-form-wrapper .author-content-wrapper .more {
		font-size: 20px;
		margin-bottom: 50px
	}

	.author-form-wrapper .author-content-wrapper .more:after {
		background-size: 25px 25px;
		height: 25px;
		width: 25px;
		top: 4px
	}
}

.author-form-wrapper .author-content-wrapper form {
	transform: rotateX(90deg);
	height: 0;
	transition: all .3s
}

.author-form-wrapper .author-content-wrapper form label {
	font-size: 16px;
	color: #090909
}

.author-form-wrapper .author-content-wrapper form input,
.author-form-wrapper .author-content-wrapper form textarea {
	border-radius: 0
}

.author-form-wrapper .author-content-wrapper form .form-group {
	margin-bottom: 25px
}

@media (max-width:992px) {
	.author-form-wrapper .author-content-wrapper form .form-group {
		margin-bottom: 20px
	}
}

.author-form-wrapper .author-content-wrapper form #privacyPolicyCheckContainer {
	margin: 30px 0 20px
}

.author-form-wrapper .author-content-wrapper form.visible {
	height: 100%;
	transform: rotateX(0deg)
}

@media (max-width:768px) {
	.author-form-wrapper .author-content-wrapper form button[type=submit] {
		margin-bottom: 30px
	}
}

@media (max-width:768px) {
	.author-form-wrapper {
		padding: 20px 10px 10px;
		margin-top: -360px
	}

	.author-form-wrapper .author-img-container img {
		width: 120px;
		max-height: 120px
	}

	.author-form-wrapper .author-content-wrapper .author-title {
		font-size: 16px;
		margin-bottom: 5px
	}

	.author-form-wrapper .author-content-wrapper .author-position {
		font-size: 14px;
		margin-bottom: 20px
	}

	.author-form-wrapper .author-content-wrapper .author-description,
	.author-form-wrapper .author-content-wrapper form label {
		font-size: 12px
	}
}

.stepper-block-wrapper .stepper-list {
	list-style: none
}

.stepper-block-wrapper .stepper-list .stepper-item {
	position: relative;
	display: flex;
	padding-bottom: 50px
}

.stepper-block-wrapper .stepper-list .stepper-item .stepper-icon {
	min-width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-weight: 900;
	font-size: 18px;
	border-radius: 100%;
	color: #fff;
	background-image: linear-gradient(120deg, #ff6900 9%, #ff5000 94%);
	z-index: 1
}

.stepper-block-wrapper .stepper-list .stepper-item .stepper-progress-bar {
	content: "";
	position: absolute;
	left: 28px;
	top: 20px;
	height: 100%;
	width: 4px;
	background-color: #d7dceb
}

.stepper-block-wrapper .stepper-list .stepper-item .stepper-item-content .item-title {
	font-weight: 900
}

.stepper-block-wrapper .stepper-list .stepper-item .stepper-item-content .stepper-item-text {
	margin-bottom: 30px;
	transition: all .3s;
	max-height: 0;
	opacity: 0
}

.stepper-block-wrapper .stepper-list .stepper-item.visible .stepper-item-content .stepper-item-text {
	max-height: 1000px;
	opacity: 1
}

@media (max-width:992px) {
	.stepper-block-wrapper .stepper-list .stepper-item {
		padding-bottom: 15px
	}

	.stepper-block-wrapper .stepper-list .stepper-item .stepper-icon {
		min-width: 40px;
		height: 40px
	}

	.stepper-block-wrapper .stepper-list .stepper-item .stepper-item-content .stepper-item-text {
		max-height: 100%;
		opacity: 1
	}

	.stepper-block-wrapper .stepper-list .stepper-item .stepper-item-content .item-title {
		font-size: 20px
	}

	.stepper-block-wrapper .stepper-list .stepper-item .stepper-progress-bar {
		left: 19px;
		width: 2px
	}
}

.stepper-images-wrapper {
	position: absolute;
	bottom: 0;
	display: grid;
	align-self: flex-start
}

.stepper-images-wrapper .stepper-image {
	grid-column: 1;
	grid-row: 1;
	transition: all .3s;
	opacity: 0;
	z-index: 0
}

@media (min-width:992px) {
	.stepper-images-wrapper .stepper-image {
		display: block
	}

	.stepper-images-wrapper .stepper-image.active {
		opacity: 1;
		z-index: 1;
		transition: all .3s
	}
}

@media (max-width:992px) {
	.stepper-images-wrapper .stepper-image {
		display: none
	}

	.stepper-images-wrapper .stepper-image.active {
		display: block
	}
}

.article-list .nix-card-event {
	display: flex;
	background-color: #f8f9fa;
	transition: all .3s
}

.article-list .nix-card-event .banner {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%
}

.article-list .nix-card-event .banner img {
	transition: all .3s;
	height: 100%;
	width: 100%
}

.article-list .nix-card-event .event-title {
	height: 100%
}

.article-list .nix-card-event .event-title a {
	font-size: 30px;
	font-weight: 700;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	transition: all .3s;
	color: #050505
}

.article-list .nix-card-event .event-info-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column
}

.article-list .nix-card-event .event-info-wrapper .event-info-item {
	flex: 1;
	background: #f3f3f4;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 900;
	padding: 40px 30px
}

@media (max-width:768px) {
	.article-list .nix-card-event {
		flex-direction: column;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto
	}

	.article-list .nix-card-event .event-title {
		padding-top: 20px;
		padding-bottom: 30px
	}

	.article-list .nix-card-event .event-title a {
		font-size: 20px
	}

	.article-list .nix-card-event .event-info-wrapper {
		padding-bottom: 30px
	}

	.article-list .nix-card-event .event-info-wrapper .event-info-item {
		border: none;
		background: transparent;
		font-size: 16px;
		padding: 0
	}

	.article-list .nix-card-event .event-info-wrapper .event-info-item:first-of-type {
		border: none
	}

	.article-list .nix-card-event .event-info-wrapper .event-info-item+.event-info-item {
		margin-top: 10px
	}
}

@media (min-width:768px) {
	.article-list .nix-card-event {
		max-width: 100%;
		flex-direction: row
	}

	.article-list .nix-card-event .event-title {
		height: 100%
	}

	.article-list .nix-card-event .event-title a {
		font-size: 30px
	}

	.article-list .nix-card-event .banner img {
		max-width: none;
		min-width: 100%;
		width: auto
	}

	.article-list .nix-card-event .event-info-wrapper {
		padding-bottom: 0
	}

	.article-list .nix-card-event .event-info-wrapper .event-info-item {
		border-left: 1px solid #fff;
		background: #f3f3f4;
		font-size: 20px;
		padding: 40px 30px
	}

	.article-list .nix-card-event .event-info-wrapper .event-info-item:first-of-type {
		border-bottom: 1px solid #fff
	}

	.article-list .nix-card-event .event-info-wrapper .event-info-item+.event-info-item {
		margin-top: 0
	}
}

.article-list .nix-card-event:hover {
	box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
	transition: all .3s
}

.article-list .nix-card-event:hover .event-title a {
	text-decoration: none;
	font-weight: 700;
	text-shadow: -.4px -.4px 0 #ff6900, .4px -.4px 0 #ff6900, -.4px .4px 0 #ff6900, .4px .4px 0 #ff6900;
	color: #ff6900
}

.article-list .nix-card-event:hover .banner img {
	transition: all .3s;
	transform: scale(1.1)
}

.article-list .archive-card-wrapper .nix-card-archive-event {
	border-bottom: 1px solid rgba(77, 79, 84, .5);
	display: flex;
	flex-direction: row;
	padding: 30px 0
}

.article-list .archive-card-wrapper .nix-card-archive-event .event-title {
	font-size: 24px;
	font-weight: 400;
	transition: all .3s;
	height: 100%
}

.article-list .archive-card-wrapper .nix-card-archive-event .event-title a {
	display: flex;
	align-items: center;
	width: 100%;
	color: #050505
}

.article-list .archive-card-wrapper .nix-card-archive-event .event-title a:hover {
	color: #050505;
	text-decoration: none
}

.article-list .archive-card-wrapper .nix-card-archive-event .event-info-wrapper .event-info-item {
	font-size: 20px;
	font-weight: 400
}

.article-list .archive-card-wrapper .nix-card-archive-event .event-info-wrapper .event-info-item+.event-info-item {
	margin-top: 20px
}

@media (max-width:768px) {
	.article-list .archive-card-wrapper .nix-card-archive-event {
		flex-direction: column
	}

	.article-list .archive-card-wrapper .nix-card-archive-event .event-title {
		font-size: 20px;
		padding-bottom: 30px
	}

	.article-list .archive-card-wrapper .nix-card-archive-event .event-info-wrapper .event-info-item {
		font-size: 16px
	}

	.article-list .archive-card-wrapper .nix-card-archive-event .event-info-wrapper .event-info-item+.event-info-item {
		margin-top: 10px
	}
}

.article-list .archive-card-wrapper .nix-card-archive-event:hover .event-title {
	font-weight: 400;
	text-shadow: -.4px -.4px 0 #050505, .4px -.4px 0 #050505, -.4px .4px 0 #050505, .4px .4px 0 #050505;
	transition: all .3s
}

.article-list .archive-card-wrapper.visible:last-of-type .nix-card-archive-event {
	border-bottom: none
}

@media (min-width:576px) {
	.event-category-title {
		font-size: 30px
	}
}

.marked-block {
	position: relative
}

.marked-block:before {
	position: absolute;
	content: "";
	width: 6px;
	bottom: -14px;
	height: calc(100% + 28px);
	left: -15px;
	background-color: #ff6900
}

.marked-block p {
	font-size: 14px;
	font-weight: 900;
	color: #54565a
}

.marked-block h3 {
	margin-bottom: 30px
}

@media (max-width:992px) {
	.marked-block p {
		font-size: 12px
	}

	.marked-block h3 {
		font-size: 20px
	}
}

.animated-scroll-wrapper {
	overflow: hidden
}

.animated-scroll-wrapper .animated-scroll-content {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-wrap: nowrap
}

@media (max-width:992px) {
	.animated-scroll-wrapper .animated-scroll-content {
		width: 100%;
		flex-direction: column;
		align-items: center
	}

	.animated-scroll-wrapper .animated-scroll-content .animated-scroll-item+.animated-scroll-item {
		margin-top: 50px
	}
}

.policy-banner {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	width: 100%;
	color: #4d4f54;
	padding: 10px 0;
	z-index: 99999
}

.policy-banner .text {
	font-size: 20px;
	font-weight: 900
}

.policy-banner .text a {
	color: #4d4f54;
	text-decoration: underline
}

.policy-banner .icon {
	font-size: 24px
}

.policy-banner .close-policy {
	position: absolute;
	color: #4d4f54;
	right: 20px;
	bottom: 20px;
	text-decoration: none
}

@media screen and (max-width:1200px) {
	.policy-banner .policy-container .text {
		margin-right: 30px
	}

	.policy-banner .policy-container .nix-btn {
		margin-top: 10px
	}

	.policy-banner .close-policy {
		right: 15px;
		top: calc(50% - 8px)
	}
}

.gradient-timeline-wrapper .progress-container .gradient-progress-bar {
	position: absolute;
	left: calc(50% - .5px);
	top: 0;
	width: 1px;
	height: 100%;
	max-height: 0;
	transition: max-height 4s ease-out;
	border-radius: 4px;
	background-image: linear-gradient(90deg, #ff6900, #a4188f)
}

.gradient-timeline-wrapper .progress-container .gradient-progress-bar.visible {
	max-height: 100%
}

.gradient-timeline-wrapper .gradient-timeline-item {
	display: flex;
	padding-right: 0;
	padding-left: 0;
	transition: all .3s;
	opacity: 0
}

.gradient-timeline-wrapper .gradient-timeline-item .gradient-timeline-counter-wrapper .counter {
	width: 50px;
	height: 50px;
	font-size: 35px;
	top: -10px;
	border-radius: 100%;
	background-image: linear-gradient(122deg, #ff6900 7%, #c821af 104%);
	color: #fff;
	text-align: center;
	font-weight: 900;
	position: relative
}

.gradient-timeline-wrapper .gradient-timeline-item .gradient-timeline-text-wrapper {
	padding-left: 20px
}

@media (min-width:992px) {
	.gradient-timeline-wrapper .gradient-timeline-item .gradient-timeline-text-wrapper {
		position: relative;
		bottom: 15px
	}
}

.gradient-timeline-wrapper .gradient-timeline-item:before {
	content: none
}

.gradient-timeline-wrapper .gradient-timeline-item:nth-child(odd) {
	padding-left: 0
}

.gradient-timeline-wrapper .gradient-timeline-item:nth-child(odd):before {
	content: none
}

@media (min-width:992px) {
	.gradient-timeline-wrapper .gradient-timeline-item {
		padding-right: 95px
	}

	.gradient-timeline-wrapper .gradient-timeline-item:before {
		position: absolute;
		content: "";
		width: 50px;
		height: 1px;
		right: 0;
		top: 0;
		background-image: linear-gradient(122deg, #ff6900 7%, #c821af 104%);
		color: #050505
	}

	.gradient-timeline-wrapper .gradient-timeline-item:nth-child(odd) {
		padding-left: 95px;
		padding-right: 0
	}

	.gradient-timeline-wrapper .gradient-timeline-item:nth-child(odd):before {
		position: absolute;
		content: "";
		width: 50px;
		height: 1px;
		right: auto;
		left: 0;
		top: 0;
		background-image: linear-gradient(122deg, #ff6900 7%, #c821af 104%);
		color: #050505
	}

	.gradient-timeline-wrapper .gradient-timeline-item .gradient-timeline-counter-wrapper .counter {
		width: 120px;
		height: 120px;
		font-size: 80px;
		top: -40px
	}
}

.gradient-timeline-wrapper .gradient-timeline-item.visible {
	opacity: 1
}

.accordion-items-wrapper {
	border-radius: 8px;
	overflow: hidden
}

.accordion-items-wrapper input[type=checkbox] {
	display: none
}

.accordion-items-wrapper .accordion-item {
	width: 100%;
	color: #090909;
	overflow: hidden
}

.accordion-items-wrapper .accordion-item:last-child .accordion-content {
	border: none
}

.accordion-items-wrapper .accordion-item .accordion-label {
	display: flex;
	padding-top: 20px;
	margin: 0;
	background: transparent;
	font-weight: 700;
	cursor: pointer;
	font-size: 18px
}

.accordion-items-wrapper .accordion-item .accordion-label:before {
	content: "+";
	text-align: center;
	line-height: 1;
	transition: all .35s;
	color: #ff6900;
	width: 15px;
	height: 14px;
	font-size: 30px;
	margin-right: 15px
}

.accordion-items-wrapper .accordion-item .accordion-content {
	max-height: 0;
	padding: 20px 30px 0;
	font-size: 16px;
	color: #090909;
	background: #fff;
	transition: all .35s;
	border-bottom: 1px solid #dadada
}

.accordion-items-wrapper .accordion-item .accordion-content .round-bullets {
	padding-top: 10px
}

.accordion-items-wrapper .accordion-item-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: .75em;
	cursor: pointer
}

.accordion-items-wrapper input:checked+.accordion-label:before {
	margin-top: 15px;
	content: "-";
	transform: rotate(180deg)
}

.accordion-items-wrapper input:checked~.accordion-content {
	max-height: 100vh;
	padding: 10px 30px 20px
}














@charset "UTF-8";@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.column-narrow {
    max-width: 890px
}

.column-article {
    max-width: 750px
}

.text-underline {
    text-decoration: underline!important
}

body {
    word-break: break-word
}

.country img {
    max-width: 22px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.3))
}

ul.custom-list {
    padding-left: 1.5em
}

ul.custom-list>li {
    list-style: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FF6900' d='M0 0h7v7H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding: 0 0 0 25px;
    margin: 0
}

ul.custom-list>li ol {
    padding-left: 1em
}

.lt-spacing {
    letter-spacing: 1px
}

.mw-sm {
    max-width: 576px
}

.mw-md {
    max-width: 768px
}

.mw-lg {
    max-width: 992px
}

.mw-xl {
    max-width: 1200px
}

.text-decoration-none {
    text-decoration: none!important
}

.grey-filter {
    filter: grayscale(100%)
}

.grey-filter:hover {
    filter: grayscale(0)
}

@media (min-width: 768px) {
    .list-data {
        display:grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        grid-column-gap: 30px
    }
}

@media (min-width: 992px) {
    .list-data {
        display:block
    }
}

.bg-grey {
    background: #f7f9fa
}

.bg-black {
    background: #050505
}

.client-main+section .product-overview .row {
    flex-direction: row;
    align-items: center
}

@media screen and (max-width: 768px) {
    .client-main+section .product-overview .row {
        flex-direction:column
    }
}

.client-main+section .product-overview .row.flex-row-reverse {
    flex-direction: row-reverse!important
}

@media (max-width: 768px) {
    .client-main+section .product-overview .row.flex-row-reverse {
        flex-direction:column!important
    }
}

.client-main+section .product-overview section:last-of-type {
    margin-bottom: 80px
}

@media (min-width: 992px) {
    .client-main {
        margin-top:3rem
    }
}

.row.grid-15 {
    margin-left: -7px;
    margin-right: -7px
}

.row.grid-15>[class*=col-] {
    padding-left: 7px;
    padding-right: 7px
}

.iti-flag {
    background-image: url(../images/flags.png)
}

.iti-flag.us {
    background-position: -5241px 0
}

.iti-flag.zw {
    background-position: -5610px 0
}

.iti-flag.zm {
    background-position: -5588px 0
}

.iti-flag.ye {
    background-position: -5522px 0
}

.iti-flag.vn {
    background-position: -5412px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti-flag {
        background-image:url(../images/flags@2x.png);
        background-size: 5630px 15px
    }
}

.intl-tel-input {
    display: block
}

.row.grid-gap {
    margin-bottom: -30px
}

@media (max-width: 576px) {
    .row.grid-gap {
        margin-bottom:-15px
    }
}

.row.grid-gap>[class*=col-] {
    margin-bottom: 30px
}

ol.list-tick,ul.list-tick {
    list-style-type: none;
    margin-left: 32px;
    padding-left: 24px
}

ol.list-tick li,ul.list-tick li {
    position: relative;
    line-height: 2
}

ol.list-tick li:before,ul.list-tick li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 15px;
    background-image: url(../images/list-tick.png);
    background-size: 14px 15px;
    background-repeat: no-repeat;
    left: -39px;
    top: 7px
}

.bg-grey {
    background-color: #f7f9fa
}

.text-grey {
    color: #4d5054
}

@media (max-width: 576px) {
    .java-text {
        font-size:13px
    }
}

.list-circle {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 19px;
    color: #4e5153
}

.list-circle li {
    line-height: 2
}

.list-circle li:before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    border: 2px solid #ff6900;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .8rem
}

.list-circle .list-circle-item h5 {
    font-weight: 400
}

.list-circle .list-circle-item h5:before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    border: 2px solid #ff6900;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .8rem
}

.list-circle .list-circle-item p {
    font-size: 16px;
    margin-left: 31px;
    color: #687b85
}

.img-shadow {
    box-shadow: 0 14px 26px -4px rgba(0,0,0,.2)
}

.text-normal {
    text-transform: none!important
}

.text-nix-primary {
    color: #ff6900
}

.hotlinks p {
    margin: 0;
    max-width: 360px;
    width: 100%
}

.hotlinks a:not(.nix-btn) {
    font-weight: 700;
    color: #4d4f54;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.hotlinks a:not(.nix-btn).instagram-at {
    color: #050505
}

.hotlinks a:not(.nix-btn):hover {
    color: #ff6900
}

.hotlinks .logo {
    width: 100px
}

.hotlinks .nix-btn {
    max-width: 360px;
    width: 100%;
    padding: 14px 10px;
    text-transform: none;
    text-align: center
}

.hotlinks .nix-btn.hot:after {
    width: 14px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 10px;
    height: 21px;
    content: url(../images/icons/icon-fire.svg)
}

.hotlinks .social-hotlinks {
    align-items: flex-end;
    width: 150px
}

.hotlinks .social-hotlinks a {
    display: block;
    height: 26px
}

.hotlinks .social-hotlinks a i {
    font-size: 26px
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #ff6900;
    opacity: .75
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        transform:scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.intl-tel-input .selected-flag .iti-arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space:normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0,0,0,.05)
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0,0,0,.05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0,0,0,.05)
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    margin-left: 6px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti-flag {
        background-size:5652px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 14px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 14px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.un {
    height: 14px;
    background-position: -5241px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5263px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5285px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5307px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5329px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5368px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5390px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5434px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5456px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5478px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5500px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5522px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5610px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5632px 0
}

.iti-flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti-flag {
        background-image:url(../img/flags@2x.png)
    }
}

.iti-flag.np {
    background-color: transparent
}

.share-this-popover {
    max-width: 8em;
    pointer-events: none;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,.35));
    animation: a .3s
}

.share-this-popover:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin: .25em -.5em;
    border-width: .5em .5em 0;
    border-style: solid;
    border-color: #333 transparent
}

.share-this-popover>ul {
    pointer-events: auto;
    list-style: none;
    padding: 0;
    margin: -.75em 0 0;
    white-space: nowrap;
    background: #333;
    color: #fff;
    border-radius: .25em;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-100%)
}

.share-this-popover>ul>li {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center
}

.share-this-popover>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
    box-sizing: border-box;
    padding: .35em
}

.share-this-popover>ul>li>a:focus,.share-this-popover>ul>li>a:hover {
    background: hsla(0,0%,100%,.25)
}

@media (pointer: coarse) {
    .share-this-popover {
        font-size:150%
    }

    .share-this-popover:before {
        bottom: auto;
        top: 100%;
        border-width: 0 .5em .5em;
        margin-top: 0
    }

    .share-this-popover>ul {
        top: 100%;
        transform: translateX(-50%);
        margin: .5em 0 0
    }
}

@media (max-width: 575px) {
    .share-this-popover {
        left:0!important;
        right: 0!important;
        width: auto!important;
        max-width: none
    }

    .share-this-popover:before {
        bottom: auto;
        top: 100%;
        border-width: 0 .5em .5em;
        margin-top: 0
    }

    .share-this-popover>ul {
        top: 100%;
        transform: translateX(-50%);
        margin: .5em 0 0;
        left: 0;
        width: 100%;
        transform: none;
        border-radius: 0;
        text-align: center
    }
}

@keyframes a {
    0% {
        transform: translateY(-3em);
        opacity: 0
    }

    80% {
        transform: translateY(.5em);
        opacity: 1
    }

    to {
        transform: translateY(0)
    }
}























@charset "UTF-8";.column-narrow {
    max-width: 890px
}

.column-article {
    max-width: 750px
}

.text-underline {
    text-decoration: underline!important
}

body {
    word-break: break-word
}

.country img {
    max-width: 22px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.3))
}

.nix-card-blog.interactive-card ul,.nix-card-blog ul,ul.custom-list {
    padding-left: 1.5em
}

.nix-card-blog.interactive-card ul>li,.nix-card-blog ul>li,ul.custom-list>li {
    list-style: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FF6900' d='M0 0h7v7H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding: 0 0 0 25px;
    margin: 0
}

.nix-card-blog.interactive-card ul>li ol,.nix-card-blog ul>li ol,ul.custom-list>li ol {
    padding-left: 1em
}

.lt-spacing {
    letter-spacing: 1px
}

.mw-sm {
    max-width: 576px
}

.mw-md {
    max-width: 768px
}

.mw-lg {
    max-width: 992px
}

.mw-xl {
    max-width: 1200px
}

.text-decoration-none {
    text-decoration: none!important
}

.grey-filter {
    filter: grayscale(100%)
}

.grey-filter:hover {
    filter: grayscale(0)
}

@media (min-width: 768px) {
    .list-data {
        display:grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        grid-column-gap: 30px
    }
}

@media (min-width: 992px) {
    .list-data {
        display:block
    }
}

.bg-grey {
    background: #f7f9fa
}

.bg-black {
    background: #050505
}

.client-main+section .product-overview .row {
    flex-direction: row;
    align-items: center
}

@media screen and (max-width: 768px) {
    .client-main+section .product-overview .row {
        flex-direction:column
    }
}

.client-main+section .product-overview .row.flex-row-reverse {
    flex-direction: row-reverse!important
}

@media (max-width: 768px) {
    .client-main+section .product-overview .row.flex-row-reverse {
        flex-direction:column!important
    }
}

.client-main+section .product-overview section:last-of-type {
    margin-bottom: 80px
}

@media (min-width: 992px) {
    .client-main {
        margin-top:3rem
    }
}

.row.grid-15 {
    margin-left: -7px;
    margin-right: -7px
}

.row.grid-15>[class*=col-] {
    padding-left: 7px;
    padding-right: 7px
}

.iti-flag {
    background-image: url(../images/flags.png)
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti-flag {
        background-image:url(../images/flags@2x.png);
        background-size: 5630px 15px
    }
}

.intl-tel-input {
    display: block
}

.row.grid-gap {
    margin-bottom: -30px
}

@media (max-width: 576px) {
    .row.grid-gap {
        margin-bottom:-15px
    }
}

.row.grid-gap>[class*=col-] {
    margin-bottom: 30px
}

ol.list-tick,ul.list-tick {
    list-style-type: none;
    margin-left: 32px;
    padding-left: 24px
}

ol.list-tick li,ul.list-tick li {
    position: relative;
    line-height: 2
}

ol.list-tick li:before,ul.list-tick li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 15px;
    background-image: url(../images/list-tick.png);
    background-size: 14px 15px;
    background-repeat: no-repeat;
    left: -39px;
    top: 7px
}

.bg-grey {
    background-color: #f7f9fa
}

.text-grey {
    color: #4d5054
}

@media (max-width: 576px) {
    .java-text {
        font-size:13px
    }
}

.list-circle {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 19px;
    color: #4e5153
}

.list-circle li {
    line-height: 2
}

.list-circle li:before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    border: 2px solid #ff6900;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .8rem
}

.list-circle .list-circle-item h5 {
    font-weight: 400
}

.list-circle .list-circle-item h5:before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    border: 2px solid #ff6900;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .8rem
}

.list-circle .list-circle-item p {
    font-size: 16px;
    margin-left: 31px;
    color: #687b85
}

.img-shadow {
    box-shadow: 0 14px 26px -4px rgba(0,0,0,.2)
}

.text-normal {
    text-transform: none!important
}

.text-nix-primary {
    color: #ff6900
}

.hotlinks p {
    margin: 0;
    max-width: 360px;
    width: 100%
}

.hotlinks a:not(.nix-btn) {
    font-weight: 700;
    color: #4d4f54;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.hotlinks a:not(.nix-btn).instagram-at {
    color: #050505
}

.hotlinks a:not(.nix-btn):hover {
    color: #ff6900
}

.hotlinks .logo {
    width: 100px
}

.hotlinks .nix-btn {
    max-width: 360px;
    width: 100%;
    padding: 14px 10px;
    text-transform: none;
    text-align: center
}

.hotlinks .nix-btn.hot:after {
    width: 14px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 10px;
    height: 21px;
    content: url(../images/icons/icon-fire.svg)
}

.hotlinks .social-hotlinks {
    align-items: flex-end;
    width: 150px
}

.hotlinks .social-hotlinks a {
    display: block;
    height: 26px
}

.hotlinks .social-hotlinks a i {
    font-size: 26px
}

.text-primary {
    color: #ff6900!important
}

.blockquote .blockquote-footer,.h1,.h2,.h3,.h4,.h5,.h6,blockquote.blockquote .blockquote-footer,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 20px;
    font-weight: 600
}

.form-control {
    border: 1px solid #cad1dc
}

.form-control::-webkit-input-placeholder {
    color: #cad1dc
}

.form-control::-moz-placeholder {
    color: #cad1dc
}

.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder {
    color: #cad1dc
}

.form-control::placeholder {
    color: #cad1dc
}

.breadcrumb-item+.breadcrumb-item:before {
    color: inherit;
    content: "/"
}

p {
    margin-top: 0;
    margin-bottom: 30px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 25px
}

.form-check-input {
    position: absolute;
    margin-top: 3px;
    margin-left: -25px
}

a {
    color: #ff6900
}

a:hover {
    color: #b34a00;
    text-decoration: underline
}

.page-item.active .page-link {
    background-color: #ff6900
}

.header-nav .nix-btn {
    padding: 20px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-auto {
    overflow: auto
}

.email-error-popover {
    display: none;
    z-index: 1;
    min-width: 275px;
    max-width: 420px;
    left: auto
}

.email-error-popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
    left: calc(-.5rem - 5px);
    top: calc(50% - 8px)
}

.email-error-popover .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.email-error-popover .arrow:after {
    left: 1px;
    border-width: .5rem .5rem -192.5rem 0;
    border-right-color: #fff
}

.email-error-popover .text-tiny {
    font-size: 12px
}

.email-error-popover.show {
    display: block
}

.email-error-popover .close-popover {
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 5px
}

@media (min-width: 992px) {
    .email-error-popover {
        top:50%;
        transform: translateY(-50%);
        margin-top: 18px
    }
}

@media (max-width: 992px) {
    .email-error-popover {
        right:auto;
        top: auto;
        transform: none;
        margin-top: 0;
        bottom: 40px;
        min-width: 10px;
        padding-right: 25px
    }

    .email-error-popover .arrow {
        bottom: -4px;
        left: 10px;
        top: auto;
        transform: rotate(-90deg)
    }
}

.nix-btn-link {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4d4f54;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none!important;
    padding-bottom: 3px
}

.nix-btn-link:before {
    content: "";
    display: block;
    height: 1px;
    background: #ff6900;
    position: absolute;
    width: 100%;
    bottom: 0
}

.nix-btn-link:after {
    content: "\e914";
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: #ff6900;
    font-size: 20px;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nix-btn-link:hover:not(:disabled) {
    color: #ff6900
}

.nix-btn-link:hover:not(:disabled):before {
    height: 2px
}

.nix-btn-link:disabled {
    color: #86929f
}

.nix-btn-link.text-white {
    color: #fff
}

.nix-btn-link.text-white:before {
    background: #fff
}

.nix-btn,.nix-btn-link.text-white:after {
    color: #fff
}

.nix-btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 70px;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0 solid transparent;
    cursor: pointer;
    font-weight: 600;
    flex: 0 0 auto
}

.nix-btn.small {
    padding: 10px 30px
}

.nix-btn.banner-button {
    padding: 15px 35px;
    text-align: center
}

@media (min-width: 768px) {
    .nix-btn.banner-button {
        min-width:280px
    }
}

.nix-btn:hover {
    color: #fff
}

.nix-btn.primary {
    background: #ff6900
}

.nix-btn.primary:after {
    content: "";
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    right: 100%;
    top: 0;
    z-index: -1;
    transition: right .3s
}

.nix-btn.primary:hover:after {
    right: 0
}

.nix-btn.secondary {
    background: #4d4f54;
    border: 1px solid #4d4f54
}

.nix-btn.secondary:hover {
    background: #fff;
    color: #4d4f54
}

.nix-btn.secondary:hover:after {
    right: 0
}

.nix-btn.secondary:after {
    content: "";
    display: none
}

.nav.nix-tabs {
    position: relative;
    min-height: 60px;
    align-items: flex-end
}

.nav.nix-tabs .nav-link {
    display: inline-block;
    color: #050505;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
    margin: 0 15px;
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 992px) {
    .nav.nix-tabs .nav-link {
        margin:0 40px
    }

    .nav.nix-tabs .nav-link:first-child {
        margin-left: 0
    }

    .nav.nix-tabs .nav-link:last-child {
        margin-right: 0
    }
}

.nav.nix-tabs .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #dee2e6;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 12px;
    pointer-events: none
}

.nav.nix-tabs .nav-link.active,.nav.nix-tabs .nav-link:hover {
    color: #ff6900;
    border-bottom: 3px solid #ff6900;
    text-decoration: none;
    z-index: 1
}

.nix-card {
    display: block;
    text-decoration: none;
    box-shadow: 0 2px 25px 0 rgba(5,5,5,.2);
    color: #050505
}

.nix-card .banner {
    color: #fff;
    min-height: 200px;
    padding: 30px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.nix-card .banner:before {
    content: "";
    background-image: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4));
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.nix-card .banner .inner,.nix-card .text {
    position: relative
}

.nix-card .text {
    padding: 30px;
    padding-bottom: 60px;
    min-height: 250px
}

.nix-card .nix-btn-link {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.nix-card:hover {
    text-decoration: none;
    box-shadow: 0 2px 30px 0 rgba(5,5,5,.3);
    color: #050505
}

.services-list .nix-card .banner {
    min-height: 220px
}

@media (max-width: 1024px) {
    .services-list .nix-card .banner {
        min-height:280px
    }
}

@media (min-width: 1024px) and (max-width:1200px) {
    .services-list .nix-card .banner {
        min-height:250px
    }
}

.dropdown-toggle {
    min-width: 250px;
    color: #4d4f54
}

.dropdown-toggle .icon {
    font-size: 18px;
    margin-right: 8px
}

.dropdown-toggle {
    display: flex;
    align-items: baseline
}

.dropdown-toggle:after {
    content: "\f078";
    border: 0;
    font-size: 12px;
    margin-left: auto;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    vertical-align: middle;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.dropdown.show .dropdown-toggle:after {
    transform: rotate(180deg)
}

.dropdown.outlined .dropdown-toggle {
    background: none;
    outline: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #050505;
    font-size: 11px;
    text-transform: uppercase;
    color: #050505;
    padding-right: 0;
    padding-left: 0;
    height: inherit;
    font-weight: 600;
    cursor: pointer
}

.dropdown.outlined .dropdown-toggle:after {
    margin-right: 0
}

.dropdown-menu {
    width: 100%;
    border-radius: 0
}

.gallery .gallery-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 290px
}

@media (min-width: 768px) {
    .gallery .gallery-img {
        height:145px;
        height: 250px
    }
}

@media (min-width: 768px) {
    .gallery .large .gallery-img {
        height:225px
    }
}

@media (min-width: 992px) {
    .gallery .large .gallery-img {
        height:380px
    }
}

.gallery-slider-videos .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none
}

.gallery-slider-videos .video-popup:before {
    content: "";
    background-image: url(../images/video-play-button.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all .3s
}

.gallery-slider-videos .video-popup:hover:before {
    transform: translate(-50%,-50%) scale(1.25)
}

@media screen and (max-width: 992px) {
    .gallery-slider-videos.top-block {
        padding-top:90px
    }
}

@media (min-width: 992px) {
    .gallery-slider-videos.top-block {
        padding:115px 0 0
    }
}

@media screen and (max-width: 576px) {
    .gallery-slider-videos.top-block {
        padding-bottom:15px
    }
}

.mfp-iframe-holder .mfp-content {
    max-width: 950px
}

.mfp-iframe-holder .mfp-close {
    font-size: 50px;
    top: -25px;
    right: -70px
}

@media screen and (max-width: 1100px) {
    .mfp-iframe-holder .mfp-close {
        right:0;
        top: -40px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-with-zoom.mfp-bg,.mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing.mfp-bg,.mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0
}

input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    flex: 20px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #050505;
    transition: background-color .1s linear,border .1s linear,background-image .1s linear;
    outline: none;
    cursor: pointer
}

input[type=checkbox]:hover {
    border-color: #ff6900
}

input[type=checkbox]:checked {
    border: 1px solid #ff6900;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: #ff6900;
    background-size: 70%;
    background-position: 50%
}

input[type=checkbox]:disabled {
    background-color: #caccd1;
    border: 1px solid #dcdddf;
    cursor: default
}

.share-this-popover>ul>li>a {
    line-height: 1
}

.share-this-popover>ul>li {
    width: 2.5em;
    height: 2.5em
}

.text-black {
    color: #050505
}

a.text-black:focus,a.text-black:hover {
    color: rgba(5,5,5,.8)!important
}

.text-black-secondary {
    color: #4d4f54
}

a.text-black-secondary:focus,a.text-black-secondary:hover {
    color: rgba(77,79,84,.8)!important
}

.text-grey {
    color: #86929f
}

a.text-grey:focus,a.text-grey:hover {
    color: rgba(134,146,159,.8)!important
}

.text-grey-secondary {
    color: #cad1dc
}

a.text-grey-secondary:focus,a.text-grey-secondary:hover {
    color: rgba(202,209,220,.8)!important
}

.h1,h1 {
    font-weight: 400;
    font-size: 52px;
    font-family: Lato,sans-serif
}

@media (max-width: 992px) {
    .h1,h1 {
        font-size:39px
    }
}

@media (max-width: 576px) {
    .h1,h1 {
        font-size:26px
    }
}

.h2,h2 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 120%;
    text-align: left
}

@media (max-width: 576px) {
    .h2,h2 {
        font-size:22px
    }
}

.h2.question-title,h2.question-title {
    font-size: 24px
}

.none-transform {
    text-transform: none
}

.h3,h3 {
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 576px) {
    .h3,h3 {
        font-size:20px
    }
}

.blockquote .blockquote-footer,.h4,blockquote.blockquote .blockquote-footer,h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.52
}

@media (max-width: 576px) {
    .blockquote .blockquote-footer,.h4,blockquote.blockquote .blockquote-footer,h4 {
        font-size:18px
    }
}

.blockquote .font-weight-normal.blockquote-footer,.h4.font-weight-normal,h4.font-weight-normal {
    line-height: 1.5
}

.h5,h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.display-1 {
    font-size: 47px;
    font-weight: 900
}

@media (max-width: 576px) {
    .display-1 {
        font-size:30px
    }
}

.text-big {
    font-size: 18px
}

.text-regular {
    font-size: 16px
}

.text-small {
    font-size: 14px
}

.text-tiny {
    font-size: 11px
}

h1.blog-h1 {
    font-size: 12px;
    text-align: center;
    font-family: Lato,sans-serif;
    color: #86929f
}

h1.blog-h1.left {
    text-align: left
}

.submitted-message.hs-main-font-element {
    text-align: center!important
}

.slick-slider * {
    outline: none
}

.slick-slider .slide-wrapper {
    height: 203px
}

.slick-slide {
    position: relative;
    margin: 0 10px
}

.slick-slide img {
    display: initial
}

.slick-list {
    margin: 0 -10px
}

.slick-next:before,.slick-prev:before {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    content: url(../images/footer-slider-arrow.svg)
}

.testimonial-slider {
    visibility: hidden
}

.testimonial-slider .slick-prev {
    top: auto;
    bottom: -60px;
    right: 106px;
    left: auto;
    z-index: 10
}

.testimonial-slider .slick-next {
    transform: rotate(180deg);
    bottom: -53px;
    right: 19px;
    top: auto;
    z-index: 10
}

.testimonial-slider .slick-next:before,.testimonial-slider .slick-prev:before {
    font-size: 21px;
    color: #cad1dc;
    content: url(../images/slider-arrow.svg)
}

.slick-prev {
    top: auto;
    bottom: 48%;
    right: 106px;
    left: auto;
    z-index: 10
}

.slick-next {
    transform: rotate(180deg);
    bottom: 50%;
    right: 19px;
    z-index: 10;
    top: unset
}

.slick-arrow-wrap .slick-prev {
    left: -30px
}

.slick-arrow-wrap .slick-next {
    right: -30px
}

@media (max-width: 1366px) {
    .slick-arrow-wrap {
        padding:0 35px
    }
}

@media (max-width: 992px) {
    .slick-arrow-wrap .slick-prev {
        left:-30px
    }

    .slick-arrow-wrap .slick-next {
        right: -30px
    }

    .slick-arrow-wrap .text-white {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .slick-arrow-wrap {
        padding:0 20px
    }

    .slick-arrow-wrap .slick-prev {
        left: -18px
    }

    .slick-arrow-wrap .slick-next {
        right: -18px
    }
}

.slick-dots {
    bottom: -50px
}

.slick-dots li button:before {
    color: #cad1dc;
    opacity: 1
}

.slick-loading .slick-list {
    background: #fff
}

.slick-container-correct {
    right: -1px
}

.nix-tag {
    display: inline-block;
    color: #4d4f54;
    border: 1px solid #4d4f54;
    padding: 2px 15px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px
}

.nix-tag.white {
    color: #fff;
    border: 1px solid #fff
}

.nix-tag:hover {
    color: #fff;
    border: 1px solid #ff6900;
    background: #ff6900;
    text-decoration: none
}

.nix-tag.small {
    font-size: 11px;
    padding: 3px 14px
}

.nix-tag.tag-trigger .dots {
    font-size: 21px;
    vertical-align: 2px;
    line-height: 0;
    color: #ff6900;
    cursor: pointer
}

.nix-tag.tag-trigger .tag-dropdown {
    display: none;
    box-shadow: 0 2px 25px 0 rgba(5,5,5,.2);
    max-width: 230px;
    z-index: 1;
    padding: 10px 0
}

.nix-tag.tag-trigger .tag-dropdown a {
    color: #4d4f54;
    text-decoration: none;
    padding: 5px 15px
}

.nix-tag.tag-trigger .tag-dropdown a:hover {
    background: #ff6900;
    color: #fff
}

.nix-tag.tag-trigger .tag-dropdown a:last-child {
    margin-bottom: 0
}

.nix-tag.tag-trigger:hover .dots {
    color: #fff
}

.nix-tag.tag-trigger:hover .tag-dropdown {
    display: block
}

.nix-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.nix-icon.round {
    background: #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    flex: 75px 0 0
}

.nix-icon:not(.round) {
    width: 40px;
    text-align: center
}

.nix-icon img {
    max-width: 40px;
    max-height: 40px
}

.delivery-img {
    max-height: 183px
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf) format("truetype"),url(../fonts/icomoon.woff) format("woff"),url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" ic-"],[class^=ic-] {
    font-family: icomoon!important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ic-article-plus:before {
    content: "\e900"
}

.ic-article-quote:before {
    content: "\e901"
}

.ic-attach-file-add:before {
    content: "\e902"
}

.ic-attach-file-delete:before,.ic-close:before {
    content: "\e903"
}

.ic-blog-mobile-show-filters:before {
    content: "\e904"
}

.ic-blog-tag-delete:before {
    content: "\e905"
}

.ic-breadcrambs-arrow:before {
    content: "\e906"
}

.ic-left-arrow:before {
    content: "\e907"
}

.ic-right-arrow:before {
    content: "\e908"
}

.ic-jobs-checklist:before {
    content: "\e909"
}

.ic-jobs-hot-jobs:before {
    content: "\e90a"
}

.ic-jobs-region:before {
    content: "\e90b"
}

.ic-menu-point:before {
    content: "\e90c"
}

.ic-social-05:before {
    content: "\e90d"
}

.ic-social-dou:before {
    content: "\e90e"
}

.ic-social-fb:before {
    content: "\e90f"
}

.ic-social-google:before {
    content: "\e910"
}

.ic-social-ln:before {
    content: "\e911"
}

.ic-social-tw:before {
    content: "\e912"
}

.ic-testimonial:before {
    content: "\e913"
}

.ic-testimonial-left-arrow:before {
    content: "\e915"
}

.ic-testimonial-right-arrow:before {
    content: "\e914"
}

.ic-top-menu-arrow:before {
    content: "\e916"
}

.ic-search {
    transform: rotate(-45deg)
}

.ic-search:after {
    content: "⚲"
}

.ic-testimonial-left-arrow,.ic-testimonial-right-arrow {
    font-size: 20px;
    vertical-align: -3px
}

@media (max-width: 768px) {
    .article-list .row.grid-gap>div .nix-card-blog .show-tags {
        display:block!important;
        margin-top: 5px
    }

    .article-list .row.grid-gap>div .nix-card-blog .hidden-tags {
        left: 0;
        right: auto
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .article-list .row.grid-gap>div:nth-child(2n) .nix-card-blog .hidden-tags {
        left:auto;
        right: 0
    }
}

@media (min-width: 992px) {
    .article-list .row.grid-gap>div:nth-child(3n) .nix-card-blog .hidden-tags {
        left:auto;
        right: 0
    }
}

.nix-card-blog {
    text-decoration: none;
    padding-bottom: 1px;
    min-height: 455px
}

.nix-card-blog:after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    border-bottom: 1px solid #cad1dc;
    bottom: 0
}

.nix-card-blog .banner {
    position: relative;
    width: 100%;
    padding-top: 75.5%
}

.nix-card-blog .banner img {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 280px
}

@media (min-width: 450px) and (max-width:768px) {
    .nix-card-blog .banner img {
        max-height:100%
    }
}

.nix-card-blog .wrapper {
    display: block;
    color: #050505;
    text-decoration: none!important
}

.nix-card-blog .content {
    min-height: 100px;
    margin-top: -60px;
    position: relative;
    background: #fff;
    word-break: break-word;
    margin-left: -1px;
    margin-right: 30px;
    padding: 15px 15px 15px 0;
    transition: margin-top .4s;
    padding-bottom: 0
}

@media (min-width: 992px) {
    .nix-card-blog .content {
        min-height:210px;
        margin-top: -101px
    }
}

.nix-card-blog .text {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .4s
}

.nix-card-blog .tags {
    margin-right: 30px
}

.blockquote .nix-card-blog .blockquote-footer,.nix-card-blog .blockquote .blockquote-footer,.nix-card-blog .h4 {
    transition: color .4s;
    font-size: 18px
}

.blockquote .nix-card-blog .blockquote-footer a,.nix-card-blog .blockquote .blockquote-footer a,.nix-card-blog .h4 a {
    color: #050505;
    text-decoration: none
}

.blockquote .nix-card-blog .blockquote-footer a:hover,.nix-card-blog .blockquote .blockquote-footer a:hover,.nix-card-blog .h4 a:hover {
    color: #ff6900
}

.nix-card-blog:hover {
    text-decoration: none
}

.nix-card-blog:hover .content {
    margin-top: -205px;
    padding-bottom: 0
}

@media (max-width: 992px) {
    .nix-card-blog:hover .content {
        margin-top:-145px
    }
}

.nix-card-blog:hover .related-tags .article-tags {
    margin: 0;
    transition: all .3s
}

.blockquote .nix-card-blog:hover .blockquote-footer,.nix-card-blog:hover .blockquote .blockquote-footer,.nix-card-blog:hover .h4 {
    color: #ff6900
}

.nix-card-blog:hover .text {
    height: 85px;
    opacity: 1
}

.nix-card-blog .date {
    white-space: nowrap
}

.nix-card-blog .tags-wrapper {
    position: relative;
    padding-left: 15px;
    margin-left: 15px
}

.nix-card-blog .tags-wrapper:before {
    content: "";
    position: absolute;
    background-color: #86929f;
    left: 0;
    top: 0;
    height: 18px;
    width: 1px
}

@media (max-width: 992px) {
    .nix-card-blog {
        min-height:0
    }
}

.nix-card-blog.interactive-card {
    text-decoration: none;
    height: 100%;
    padding-bottom: 1px;
    min-height: 455px;
    position: relative;
    box-shadow: 0 2px 35px 0 #dedede;
    transition: all .3s ease-out
}

.nix-card-blog.interactive-card .banner {
    position: relative;
    width: 100%;
    padding-top: 75.5%;
    overflow: hidden
}

.nix-card-blog.interactive-card .banner img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    transition: all .3s ease-out
}

@media (min-width: 450px) and (max-width:768px) {
    .nix-card-blog.interactive-card .banner img {
        max-height:100%
    }
}

.nix-card-blog.interactive-card .wrapper {
    display: block;
    color: #050505;
    text-decoration: none!important
}

.nix-card-blog.interactive-card .text {
    opacity: 1;
    height: auto
}

.nix-card-blog.interactive-card .content {
    min-height: 100px;
    margin-top: -60px;
    margin-right: 0;
    position: relative;
    background: #fff;
    word-break: break-word
}

@media (max-width: 992px) {
    .nix-card-blog.interactive-card .content {
        padding:20px
    }
}

@media (min-width: 992px) {
    .nix-card-blog.interactive-card .content {
        padding:30px 20px 25px
    }
}

.blockquote .nix-card-blog.interactive-card .blockquote-footer,.nix-card-blog.interactive-card .blockquote .blockquote-footer,.nix-card-blog.interactive-card .h4 {
    transition: color .4s
}

.blockquote .nix-card-blog.interactive-card .blockquote-footer a,.nix-card-blog.interactive-card .blockquote .blockquote-footer a,.nix-card-blog.interactive-card .h4 a {
    color: #050505;
    text-decoration: none
}

.blockquote .nix-card-blog.interactive-card .blockquote-footer a:hover,.nix-card-blog.interactive-card .blockquote .blockquote-footer a:hover,.nix-card-blog.interactive-card .h4 a:hover {
    color: #ff6900
}

.nix-card-blog.interactive-card:hover {
    text-decoration: none;
    box-shadow: 0 2px 25px 0 rgba(5,5,5,.2)
}

.blockquote .nix-card-blog.interactive-card:hover .blockquote-footer,.nix-card-blog.interactive-card:hover .blockquote .blockquote-footer,.nix-card-blog.interactive-card:hover .h4 {
    color: #ff6900
}

.nix-card-blog.interactive-card .date {
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #86929f
}

.nix-card-blog.interactive-card .tags-wrapper {
    position: relative;
    padding-left: 15px;
    margin-left: 15px
}

.nix-card-blog.interactive-card .tags-wrapper:before {
    content: "";
    position: absolute;
    background-color: #86929f;
    left: 0;
    top: 3px;
    height: 11px;
    width: 1px
}

.nix-card-blog.interactive-card .description {
    padding-bottom: 30px
}

.nix-card-blog.interactive-card .bottom-text {
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    color: #86929f;
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
    padding-left: 20px
}

@media (max-width: 992px) {
    .nix-card-blog.interactive-card .bottom-text {
        margin-bottom:20px
    }
}

.blockquote .nix-card-blog.interactive-card:hover div.blockquote-footer a,.nix-card-blog.interactive-card:hover .blockquote div.blockquote-footer a,.nix-card-blog.interactive-card:hover div.h4 a {
    color: #ff6900
}

.nix-card-blog.interactive-card:hover .banner img {
    transform: scale(1.1)
}

.nix-card-blog.interactive-card:hover .bottom-text {
    color: #ff6900
}

@media (max-width: 992px) {
    .nix-card-blog.interactive-card {
        min-height:0
    }
}

.nix-card-blog.interactive-card:after {
    content: none
}

.card-shadow {
    box-shadow: 0 2px 35px 0 #dedede
}

.timeline-logos {
    text-align: center
}

.timeline-logos .row>div {
    min-height: 96px
}

.office-image,.office-info {
    max-width: 370px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .nix-card-blog-news {
        min-height:390px!important
    }
}

@media (max-width: 768px) {
    .nix-card-blog-news {
        min-height:595px
    }
}

@media (max-width: 735px) {
    .nix-card-blog-news {
        min-height:565px
    }
}

@media (max-width: 576px) {
    .nix-card-blog-news {
        min-height:450px
    }
}

@media (max-width: 450px) {
    .nix-card-blog-news {
        min-height:370px
    }
}

@media (max-width: 390px) {
    .nix-card-blog-news {
        min-height:340px
    }
}

@media (max-width: 340px) {
    .nix-card-blog-news {
        min-height:300px
    }
}

.nix-card-blog-news:hover .content {
    margin-top: -185px
}

@media (max-width: 992px) {
    .nix-card-blog-news:hover .content {
        margin-top:-145px
    }
}

.nix-card-blog-case {
    min-height: 380px
}

.nix-card-blog-case .text-small ul li {
    padding: 0 0 0 20px
}

@media (min-width: 992px) {
    .nix-card-blog-case:hover .content {
        margin-top:-200px
    }

    .nix-card-blog-case:hover .content .text-small {
        height: 105px
    }

    .nix-card-blog-case .content {
        min-height: 200px
    }

    .nix-card-blog-case .content .text {
        position: absolute;
        padding-right: 15px
    }

    .nix-card-blog-case .content:hover .text {
        height: 105px;
        transition: height .4s;
        position: absolute
    }

    .nix-card-blog-case .content:hover .text p {
        margin-bottom: 20px
    }
}

@media (max-width: 992px) {
    .nix-card-blog-case .banner img {
        max-height:100%
    }
}

.related-slider {
    opacity: 0;
    height: 380px
}

.related-slider.slick-initialized {
    opacity: 1;
    height: auto
}

.tab-slider {
    opacity: 0;
    height: 317px
}

.tab-slider.slick-initialized {
    opacity: 1;
    height: auto
}

.slick-arrow-wrap .nix-card-blog {
    min-height: 380px
}

@media (max-width: 992px) {
    .slick-arrow-wrap .nix-card-blog:hover .content {
        min-height:320px;
        margin-top: -195px
    }
}

@media (max-width: 768px) {
    .slick-arrow-wrap .nix-card-blog:hover .content {
        min-height:280px;
        margin-top: -150px
    }
}

@media (max-width: 576px) {
    .slick-arrow-wrap .nix-card-blog:hover .content {
        margin-top:-205px
    }
}

@media (max-width: 450px) {
    .slick-arrow-wrap .nix-card-blog:hover .content {
        margin-top:-155px
    }
}

@media (max-width: 350px) {
    .slick-arrow-wrap .nix-card-blog:hover .content {
        margin-top:-120px
    }
}

.slick-arrow-wrap .nix-card-blog .content {
    min-height: 205px
}

@media (min-width: 768px) and (max-width:992px) {
    .slick-arrow-wrap .nix-card-blog .content .text-tiny {
        font-size:9px
    }
}

@media (max-width: 992px) {
    .slick-arrow-wrap .nix-card-blog .content {
        position:absolute;
        margin-top: -95px;
        min-height: 230px
    }
}

@media (max-width: 576px) {
    .slick-arrow-wrap .nix-card-blog .content {
        margin-top:-130px
    }
}

@media (max-width: 450px) {
    .slick-arrow-wrap .nix-card-blog .content {
        margin-top:-70px
    }
}

@media (max-width: 350px) {
    .slick-arrow-wrap .nix-card-blog .content {
        margin-top:-25px
    }
}

.nix-preview-files .remove {
    color: #ff6900;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer
}

.nix-preview-files .attachedFile {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding: 10px 25px;
    margin: 5px;
    background: #f7f9fa
}

.nix-attach-file {
    display: inline-block;
    margin-top: 15px
}

.nix-attach-file+.attachment-requirements {
    color: #86929f;
    margin: 10px 0 0
}

.nix-attach-file label {
    margin-bottom: 0;
    cursor: pointer
}

.nix-attach-file .icon {
    font-size: 24px;
    color: #ff6900;
    margin-right: 5px;
    vertical-align: middle
}

.nix-attach-file .txt {
    font-size: 16px;
    text-transform: none;
    vertical-align: middle
}

.nix-attach-file input[type=file] {
    display: none;
    z-index: -1
}

.nix-link {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 3px;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #ff6900;
    color: #4d4f54;
    text-decoration: none!important
}

.nix-link:hover {
    color: #ff6900
}

form .form-group {
    margin-bottom: 30px
}

form label {
    color: #86929f;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 15px
}

form input.form-control,form label,form textarea.form-control {
    font-weight: 600
}

form input.form-control::-webkit-input-placeholder,form textarea.form-control::-webkit-input-placeholder {
    font-weight: 400
}

form input.form-control:-moz-placeholder,form input.form-control::-moz-placeholder,form textarea.form-control:-moz-placeholder,form textarea.form-control::-moz-placeholder {
    font-weight: 400
}

form input.form-control:-ms-input-placeholder,form textarea.form-control:-ms-input-placeholder {
    font-weight: 400
}

form #formMessageContainerFailed,form #formMessageContainerSuccess {
    color: #4d4f54
}

form #formMessageContainerFailed a,form #formMessageContainerSuccess a {
    white-space: nowrap
}

form #formMessageContainerFailed .fa,form #formMessageContainerSuccess .fa {
    padding: 20px 0;
    margin-right: 15px;
    vertical-align: middle
}

form #formMessageContainerFailed .loaderIcon,form #formMessageContainerSuccess .loaderIcon {
    font-size: 26px
}

form #formMessageContainerFailed .statusIcon,form #formMessageContainerSuccess .statusIcon {
    font-size: 55px
}

form .email-error-message,form .hello-error-message,form .name-error-message,form .privacy-error-message {
    color: #c12231
}

.nix-pagination .page-item {
    display: none
}

.nix-pagination .page-item:first-child .page-link,.nix-pagination .page-item:last-child .page-link {
    border-radius: 0
}

.nix-pagination .page-item.active,.nix-pagination .page-item:first-child,.nix-pagination .page-item:last-child {
    display: list-item
}

.nix-pagination .page-item.active .page-link {
    color: #fff;
    border-color: #ff6900
}

@media (min-width: 768px) {
    .nix-pagination .page-item {
        display:list-item
    }
}

.nix-pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    color: #86929f;
    border-color: #86929f;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600
}

.nix-pagination .page-item .page-link:hover {
    background: #ff6900;
    border-color: #ff6900;
    color: #fff
}

.nix-pagination .page-item .page-link:hover [class*=ic-] {
    color: #fff
}

.nix-pagination .page-item .page-link [class*=ic-] {
    color: #ff6900
}

.blockquote,blockquote.blockquote {
    position: relative;
    background: #f7f9fa
}

@media (max-width: 576px) {
    .blockquote,blockquote.blockquote {
        font-size:16px
    }
}

.blockquote>h2,.blockquote>h3,.blockquote>h4,.blockquote>h5,.blockquote>p,blockquote.blockquote>h2,blockquote.blockquote>h3,blockquote.blockquote>h4,blockquote.blockquote>h5,blockquote.blockquote>p {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 15px
}

@media (min-width: 768px) {
    .blockquote>h2,.blockquote>h3,.blockquote>h4,.blockquote>h5,.blockquote>p,blockquote.blockquote>h2,blockquote.blockquote>h3,blockquote.blockquote>h4,blockquote.blockquote>h5,blockquote.blockquote>p {
        padding:30px 40px
    }
}

.blockquote:before,blockquote.blockquote:before {
    content: " ";
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    color: #ff6900;
    line-height: 1;
    font-family: Verdana,sans-serif;
    font-size: 65px;
    width: 63px;
    height: 50px;
    padding-top: 5px;
    background-image: url(../images/quote.png);
    background-size: 63px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .blockquote:before,blockquote.blockquote:before {
        margin:0
    }
}

.blockquote .blockquote-footer,blockquote.blockquote .blockquote-footer {
    padding: 15px;
    text-align: right;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .blockquote .blockquote-footer,blockquote.blockquote .blockquote-footer {
        padding:0 40px 30px
    }
}

.blockquote .blockquote-footer:before,blockquote.blockquote .blockquote-footer:before {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    vertical-align: -3px;
    color: #ff6900
}

.blockquote .author,blockquote.blockquote .author {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px 30px
}

.blockquote .author span,blockquote.blockquote .author span {
    position: relative
}

.blockquote .author span:before,blockquote.blockquote .author span:before {
    content: "";
    position: absolute;
    top: 55%;
    left: -55px;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background-color: #ff6900
}

.blockquote .author img,blockquote.blockquote .author img {
    border-radius: 50%;
    max-width: 60px;
    margin-left: 16px
}

@media (max-width: 576px) {
    .blockquote .author,blockquote.blockquote .author {
        font-size:16px;
        padding: 0 20px 20px
    }

    .blockquote .author span:before,blockquote.blockquote .author span:before {
        width: 30px
    }

    .blockquote .author img,blockquote.blockquote .author img {
        max-width: 50px
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%!important;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.animated-card-container .animated-card {
    background-color: #409;
    padding: 30px;
    transition: all .6s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.animated-card-container .animated-card a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%
}

.animated-card-container .animated-card .card-top-content {
    transition: all .3s ease-in-out;
    font-size: 22px;
    position: relative;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.animated-card-container .animated-card .card-bottom-content {
    transition: all .6s ease-in-out;
    color: #fff;
    padding-top: 10px
}

.animated-card-container .animated-card .card-bottom-content ul {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .animated-card-container .animated-card {
        background-color:#cad1dc
    }

    .animated-card-container .animated-card .card-top-content {
        top: 70px;
        color: #090909
    }

    .animated-card-container .animated-card .card-top-content:after {
        content: url(../images/icon-card-arrow.svg);
        transition: all .2s ease-in-out;
        width: 36px;
        height: 36px;
        position: absolute;
        bottom: -50px;
        left: 0
    }

    .animated-card-container .animated-card .card-bottom-content {
        opacity: 0
    }
}

@media (min-width: 992px) {
    .animated-card-container .animated-card:hover {
        background-color:#409;
        padding: 30px
    }

    .animated-card-container .animated-card:hover .card-top-content {
        color: #fff;
        top: 0
    }

    .animated-card-container .animated-card:hover .card-top-content:after {
        opacity: 0
    }

    .animated-card-container .animated-card:hover .card-bottom-content {
        opacity: 1
    }
}

.animated-card-container.without-arrows .card-top-content:after {
    content: none
}

@media (max-width: 992px) {
    .animated-card-container.orange .animated-card {
        background-color:#ff6900
    }
}

@media (min-width: 992px) {
    .animated-card-container.orange .animated-card {
        background-color:#cad1dc
    }

    .animated-card-container.orange .animated-card:hover {
        background-color: #ff6900
    }
}

.animated-card-container.orange .animated-card ul li:before {
    background-color: #fff
}

.single-person-wrapper .item img {
    width: 100%
}

.single-person-wrapper .item h3 {
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    color: #ff6900;
    padding-top: 20px;
    margin-bottom: 10px
}

.single-person-wrapper .item h6 {
    font-size: 18px;
    font-weight: 500
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Lato,sans-serif;
    color: #050505
}

body.menu-open {
    overflow: hidden!important
}

img {
    max-width: 100%;
    height: auto
}

.fixed-logo {
    height: 115px;
    line-height: 115px;
    margin-bottom: 10px
}

.fixed-logo img {
    max-height: 100%;
    max-width: 160px;
    width: auto;
    height: auto;
    display: initial
}

.column {
    max-width: 1200px
}

.section-pd {
    padding: 30px 0
}

@media (min-width: 768px) {
    .section-pd {
        padding:40px 0
    }
}

@media (min-width: 992px) {
    .section-pd {
        padding:50px 0
    }
}

.timeline .section-pd {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .timeline .section-pd {
        padding-bottom:0
    }
}


@media (min-width: 992px) {
    .timeline .section-pd {
        padding-bottom:0
    }
}
















