

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?h7kkm8") format("truetype"), url("fonts/icomoon.woff?h7kkm8") format("woff"), url("fonts/icomoon.svg?h7kkm8#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icomoon-"],
[class*=" icomoon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-mail:before {
	content: "\e901";
}

.icomoon-telephone:before {
	content: "\e902";
}

.icomoon-quote:before {
	content: "\e900";
}

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

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .5em .7em;
}


/*------------------------------------------------------------------
Intro Block Social Networks / .ibSocialNetworks
-------------------------------------------------------------------*/

.ibSocialNetworks {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	margin-top: 62px;
	margin-left: 362px;
}

.ibSocialNetworks li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ibSocialNetworks a {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #fff;
	width: 36px;
	height: 36px;
}

.ibSocialNetworks a:hover {
	background-color: #ffc514;
	border-color: #ffc514;
	color: #fff;
}

/*------------------------------------------------------------------
About Block Features Wrap / .abFeaturesWrap
-------------------------------------------------------------------*/

.abFeaturesWrap {
	max-width: 326px;
}

/*------------------------------------------------------------------
About Block Features List / .abFeatureList
-------------------------------------------------------------------*/

.abFeatureList li {
	width: 50%;
	margin-bottom: 40px;
}

/*------------------------------------------------------------------
About Block Features Column / .abflColumn
-------------------------------------------------------------------*/

.abflColumn {
	padding: 40px 15px 10px;
	width: 117px;
	height: 117px;
}

/*------------------------------------------------------------------
About Block Features Tag / .abflcTag
-------------------------------------------------------------------*/

.abflcTag {
	line-height: 1;
	left: -5px;
	top: -8px;
	font-size: 14px;
	width: 44px;
	height: 44px;
}

/*------------------------------------------------------------------
About Block Features Heading / .abflcHeading
-------------------------------------------------------------------*/

.abflcHeading {
	font-size: 16px;
	line-height: 1.4444444444;
}

/*------------------------------------------------------------------
Ms Icon / .mscIcnWrap
-------------------------------------------------------------------*/

.mscIcnWrap {
	left: 30px;
	top: 0;
	margin-top: -35px;
	width: 70px;
	height: 70px;
}

.hasLineBottom:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.hasLineBottom:after {
	width: 27px;
	height: 3px;
}

/*------------------------------------------------------------------
Story Column / .msColumn
-------------------------------------------------------------------*/

.msColumn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.msColumn:hover:before {
	opacity: 1;
	visibility: visible;
}

.msColumn:before {
	border-radius: 5px;
	border: 3px solid #293844;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}

/*------------------------------------------------------------------
Progress Title / .prgTitle
-------------------------------------------------------------------*/

.prgTitle {
	width: 150px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1;
}

/*------------------------------------------------------------------
Progress Show Span / .prgShowSpan
-------------------------------------------------------------------*/

.prgShowSpan {
	font-size: 14px;
	line-height: 1;
	padding: 8px 3px;
	min-width: 43px;
}

.prgShowSpan:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
}

.prgShowSpan.bg-orange:before {
	border-color: transparent #ff761b transparent transparent;
}

.prgShowSpan.bg-primary:before {
	border-color: transparent #20ce65 transparent transparent;
}

.prgShowSpan.bg-secondary:before {
	border-color: transparent #0f161c transparent transparent;
}

.prgShowSpan.bg-warning:before {
	border-color: transparent #ffc514 transparent transparent;
}

.prgShowSpan.bg-dark:before {
	border-color: transparent #040913 transparent transparent;
}

.prgShowSpan.bg-light:before {
	border-color: transparent #f8f9fa transparent transparent;
}

.prgShowSpan.bg-pink:before {
	border-color: transparent #ff26be transparent transparent;
}

.prgShowSpan:before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #30d3ff transparent transparent;
	width: 0;
	height: 0;
}

/*------------------------------------------------------------------
Progress Pie Chart List / .pieList
-------------------------------------------------------------------*/

.pieList {
	margin-left: -30px;
	margin-right: -30px;
}

.pieList > li {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}

.titleIn {
	font-size: 26px;
	line-height: 1;
	width: 100px;
	height: 100px;
}

.titleOut {
	font-size: 14px;
	line-height: 1;
}

/*------------------------------------------------------------------
Filter List / .filtersList
-------------------------------------------------------------------*/

.filtersList {
	margin-bottom: 9px;
}

.filtersList > li {
	margin-right: 16px;
}

.filtersList > li.active > a:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.filtersList > li > a {
	color: inherit;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	display: block;
	position: relative;
	padding-bottom: 9px;
}

.filtersList > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.filtersList > li > a:after {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	width: 15px;
	height: 3px;
}

.filtersList > li > a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/*------------------------------------------------------------------
mcwColumn / .mcwColumn
-------------------------------------------------------------------*/

.mcwColumn:hover .mcwcCaption {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*------------------------------------------------------------------
mcwcCaption / .mcwcCaption
-------------------------------------------------------------------*/

.mcwcCaption {
	z-index: 1;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}

.mcwcCaption:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.mcwcCaption:before {
	opacity: .88;
	z-index: -1;
}

.mcwcCaption .title {
	font-size: 20px;
	line-height: 1.1666666667;
}

.mcwcCaption .subTitle {
	font-size: 14px;
	line-height: 1.25;
}

/*------------------------------------------------------------------
stImgHolder / .stImgHolder
-------------------------------------------------------------------*/

.stImgHolder {
	max-width: 268px;
}

/*------------------------------------------------------------------
experienceList / .experienceList
-------------------------------------------------------------------*/

.experienceList {
	background-image: -webkit-linear-gradient(left, white 0%, white 100%), -webkit-radial-gradient(center ellipse, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), -webkit-radial-gradient(center ellipse, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(90deg, white 0%, white 100%), radial-gradient(ellipse at center, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse at center, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-position: 3px 4px, 0 0, -1px 100%;
	background-size: 2px calc(100% - 8px), 8px 9px, 10px 11px;
}

.experienceList > li {
	position: relative;
	margin-bottom: 28px;
}

.experienceList > li:nth-child(odd) .prTitle {
	color: #ffc514;
}

.experienceList > li:nth-child(odd) .escIcnWrap {
	background-color: #ffc514;
}

/*------------------------------------------------------------------
elStoryColumn / .elStoryColumn
-------------------------------------------------------------------*/

.elStoryColumn {
	padding-left: 56px;
}

/*------------------------------------------------------------------
escIcnWrap / .escIcnWrap
-------------------------------------------------------------------*/

.escIcnWrap {
	z-index: 2;
	left: 0;
	top: 0;
	margin-left: -25px;
	width: 60px;
	height: 60px;
}

.escHeading {
	font-size: 19px;
}

.prTitle {
	font-size: 16px;
}

/*------------------------------------------------------------------
clientQuote / .clientQuote
-------------------------------------------------------------------*/

.clientQuote {
	font-size: 20px;
	line-height: 1.5;
}

.clientQuote:before {
	content: "";
	position: absolute;
	top: 44px;
	right: 0;
}

.clientQuote:before {
	content: "\e900";
	font-size: 73px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clientQuote q {
	quotes: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity .7s ease, visibility .7s ease, -webkit-transform .7s ease;
	transition: opacity .7s ease, visibility .7s ease, -webkit-transform .7s ease;
	transition: opacity .7s ease, visibility .7s ease, transform .7s ease;
	transition: opacity .7s ease, visibility .7s ease, transform .7s ease, -webkit-transform .7s ease;
}

.clientQuote q:before,
.clientQuote q:after {
	content: "";
}

.clientQuote cite {
	font-style: normal;
	font-size: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: opacity .7s ease, visibility .7s ease, -webkit-transform .7s ease;
	transition: opacity .7s ease, visibility .7s ease, -webkit-transform .7s ease;
	transition: opacity .7s ease, visibility .7s ease, transform .7s ease;
	transition: opacity .7s ease, visibility .7s ease, transform .7s ease, -webkit-transform .7s ease;
}

.clientQuote .imgHolder {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
	overflow: hidden;
	width: 110px;
	height: 110px;
}

.slick-current.slick-active .clientQuote .imgHolder {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.slick-current.slick-active .clientQuote q {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slick-current.slick-active .clientQuote cite {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/*------------------------------------------------------------------
sponsorsList / .sponsorsList
-------------------------------------------------------------------*/

.sponsorsList {
	margin-left: -15px;
	margin-right: -15px;
}

.sponsorsList > li {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.sponsorsList img {
	filter: grayscale(100%);
	opacity: .5;
	-webkit-transition: opacity .3s ease, filter .3s ease;
	transition: opacity .3s ease, filter .3s ease;
}

.sponsorsList img:hover {
	opacity: 1;
	filter: grayscale(0%);
}

/*------------------------------------------------------------------
dotsList / .dotsList
-------------------------------------------------------------------*/

.dotsList li {
	padding-left: 2px;
	padding-right: 2px;
}

.dotsList button {
	border-radius: 100%;
	border: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	background-color: #c0c0c0;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	width: 11px;
	height: 11px;
}

/*------------------------------------------------------------------
nwbColumn / .nwbColumn
-------------------------------------------------------------------*/

.nwbColumn {
	height: 220px;
}

.nwbColumn.heightLg {
	height: 410px;
}

.nwbColumn:hover .nwbcCaption:before {
	opacity: .7;
}

.nwbColumn:hover .timeStamp {
	color: #fff;
}

.nwbColumn .imgHolder {
	left: 0;
	top: 0;
	filter: grayscale(100%);
}

.nwbColumn .imgHolder:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.nwbColumn .imgHolder:before {
	background-color: #040913;
	opacity: .7;
	z-index: 1;
}

.nwbColumn .timeStamp {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.nwbcHeading {
	font-size: 18px;
	line-height: 1.5454545455;
}

.nwbcHeading a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.nwbcHeading a:hover {
	color: #040913;
}

.nwbcCaption {
	left: 0;
	top: 0;
	z-index: 1;
}

.nwbcCaption:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.nwbcCaption.hasShadowBottom {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
}

.nwbcCaption:before {
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}

/*------------------------------------------------------------------
pfbColumn / .pfbColumn
-------------------------------------------------------------------*/

.pfbColumn {
	background-color: #19232b;
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
}

.pfbColumn:hover {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, .2);
}

.pfbColumn:hover .icn:before {
	-webkit-animation-name: icnjuggle;
	animation-name: icnjuggle;
}

.pfbColumn .title {
	font-size: 14px;
	line-height: 1.2857142857;
}

.pfbColumn .icn {
	top: -20px;
	left: 20px;
	font-size: 25px;
	width: 50px;
	height: 50px;
}

.pfbColumn .icn:before {
	display: block;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.pfbColumn a {
	color: inherit;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.pfbColumn a:hover {
	color: #ffc514;
}

/*------------------------------------------------------------------
labelAbsolute / .labelAbsolute
-------------------------------------------------------------------*/

.labelAbsolute {
	top: 0;
	bottom: 0;
	left: 0;
	padding: .6875rem 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.textareaInput,
.textareaInput.form-control {
	resize: none;
	height: 53px;
}

/*------------------------------------------------------------------
textCopyright / .textCopyright
-------------------------------------------------------------------*/

.textCopyright {
	color: #808080;
	font-size: 14px;
	line-height: 1.7142857143;
}

.textCopyright a {
	color: inherit;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.textCopyright a:hover {
	color: #fff;
}

/*------------------------------------------------------------------
footer nav list / .ftNav
-------------------------------------------------------------------*/

.ftNav li {
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.ftNav a {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

/*------------------------------------------------------------------
Button back to top / .btnTop
-------------------------------------------------------------------*/

.btnTop {
	font-size: 16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	margin-left: 0;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	margin-top: -20px;
	margin-left: 330px;
	width: 36px;
	height: 36px;
}

.vline {
	left: 50%;
	top: 0;
	bottom: 0;
	background-color: #293844;
	width: 1px;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 4;
	animation-iteration-count: 4;
}

.vline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
}

.vline:before {
	box-shadow: 0 0 3px rgba(255, 255, 255, .8);
	margin-left: -1px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation-name: vlinecont;
	animation-name: vlinecont;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	width: 2px;
	height: 70px;
}

.edot {
	width: 11px;
	height: 11px;
}

.edot:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.edot.edotsizelg {
	width: 21px;
	height: 21px;
}

.edot.edotsizesm {
	width: 7px;
	height: 7px;
}

.edot:before {
	box-shadow: 0 0 10px rgba(255, 255, 255, .6);
	background-color: rgba(255, 255, 255, .3);
	border-radius: inherit;
	-webkit-animation-name: edotcont;
	animation-name: edotcont;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.vline1 {
	margin-left: -586px;
	-webkit-animation-name: vline1anim;
	animation-name: vline1anim;
}

.vline2 {
	margin-left: -214px;
	-webkit-animation-name: vline2anim;
	animation-name: vline2anim;
}

.vline2:before {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.vline3 {
	margin-left: 181px;
	-webkit-animation-name: vline3anim;
	animation-name: vline3anim;
}

.vline3:before {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.vline4 {
	margin-left: 584px;
	-webkit-animation-name: vline4anim;
	animation-name: vline4anim;
}

.vline4:before {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.edot1,
.edot2,
.edot3,
.edot4,
.edot5,
.edot6,
.edot7 {
	left: 50%;
	top: 50%;
	z-index: 2;
}

.edot1 {
	margin: 214px 0 0 -4px;
}

.edot2 {
	margin: -149px 0 0 69px;
}

.edot2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.edot3 {
	margin: 222px 0 0 348px;
}

.edot3:before {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.edot4 {
	margin: -113px 0 0 693px;
}

.edot4:before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.edot5 {
	margin: -67px 0 0 -212px;
}

.edot5:before {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.edot6 {
	margin: -41px 0 0 43px;
}

.edot6:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.edot7 {
	margin: 157px 0 0 -44px;
}

.edot7:before {
	-webkit-animation-delay: .95s;
	animation-delay: .95s;
}

.prgCapWrap:not(.animated) .progress-bar {
	width: 0 !important;
}

.progress-bar {
	-webkit-transition: width .7s ease-out;
	transition: width .7s ease-out;
}

.ftAreaWrap {
	z-index: 2;
	background-color: #19232b;
}

.cr1,
.cr2 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 5;
	animation-iteration-count: 5;
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}

.animated .cr1 {
	-webkit-animation-name: cr1anim;
	animation-name: cr1anim;
}

.animated .cr2 {
	-webkit-animation-name: cr2anim;
	animation-name: cr2anim;
}

.loader-holder {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .9);
	width: 100%;
	height: 100%;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #040913;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	-webkit-animation: lds-ellipsis1 1.6s infinite;
	animation: lds-ellipsis1 1.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	-webkit-animation: lds-ellipsis2 1.6s infinite;
	animation: lds-ellipsis2 1.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	-webkit-animation: lds-ellipsis2 1.6s infinite;
	animation: lds-ellipsis2 1.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	-webkit-animation: lds-ellipsis3 1.6s infinite;
	animation: lds-ellipsis3 1.6s infinite;
}



.servicesBlock {
	background-image:linear-gradient(#19232b9c, #19232ba8), url("../images/1.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.article__wrapper{
	padding-left: 45px;
	padding-right: 45px;
}

.article__box {
	display: flex;
	gap: 32px;
}
.article__box .mscIcnWrap{
	width: 20%;
	margin-top: 0px;
	background-color: transparent;
}
.article__box-img {
	width: 100px !important;
	height: 100px;
		background-color: #20ce65;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
}
.article__box .mscIcnWrap img{
	width: 60px !important;
}
.article__box-mini .mscIcnWrap{
	width: 25%;
}
.article__content {
	width: 80%;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}
.article__box-mini .article__content{
	width: 75%;
}
.article__content ul{
	padding-left: 0px;
}
.servicesBlock__rating{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	gap: 4px;
	font-size: 18px;
}
.servicesBlock__span{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.servicesBlock__btn{
	position: relative;
	background-color: #20ce65;
	color: #040913;
	font-weight: 500;
	padding: 15px 25px;
	border-radius: 5px;
	z-index: 1000;
	cursor: pointer;
}
.servicesBlock__btn:hover {
	background-color: #ffc514;
	color: #040913;
}
.article__content2{
	flex-direction: column;
}
.servicesBlock__rating-wrap{
	display: flex;
	align-items: center;
	gap: 32px;
}



.thanksWrapper {
	position: relative;
	padding: 80px 0;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 100px;
	width: 100%;
	margin-bottom: 40px;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
}

.thanksText {
	font-size: 18px;
	line-height: 30px;
}
@media(max-width: 1240px){
	.article__wrapper {
	  padding-left: 0px;
		padding-right: 0px;
	}
	.article__box-mini{
		width: 100%;
			flex-direction: column;
			padding-bottom: 32px !important;
	}
	.article__box-mini .servicesBlock__rating-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.article__box-img {
	width: 80px !important;
	height: 80px;
}
}


@media(max-width: 991.99px){
	.article__box{
		width: 100%;
		flex-direction: column;
		padding-bottom: 32px !important;
	}
	
	.article__content{
		width: 100%;
		flex-direction: column;
	}
	.servicesBlock__rating{
		flex-direction: row;
	}
	.article__box .mscIcnWrap {
		width: 100%;
	}
	.servicesBlock__rating-wrap{
		flex-direction: column;
		align-items: flex-start
	}

}
@media(max-width: 778px){
	footer .row{
		gap: 32px;
		margin-bottom: 32px;
	}
}

@media(max-width: 575px){
	.introBlock{
		min-height: 55vh;
	}

}

