/* @import url("swiper.min.css");  */
:root { 
	--color-primary: #43b6e1;
	--color-primary-2: #43b6e1;
	--color-primary-3:#43b6e1;
	--color-primary-4: #5264F3;
	--color-primary-5: #0866FF;
	--color-primary-6: #F64A00;
	--color-primary-alta: #e6f0ff;
	--color-secondary:#111D5E;
	--color-terciary:#90FF03;
	--color-gray: #f6f6f6;
	--color-gray-2: #f5f8fa;
	--color-subtitle: #f9004d;
	--color-body: #5D666F;
	--color-heading-1: #1C2539;
	--background-color-1:#181C25;
	--color-white:#fff;
	--color-light-heading: #181c32;
	--color-light-body: #65676b;
	--color-border-white: #00000024;
	--color-success: #3EB75E;
	--color-danger: #FF0003;
	--color-warning: #FF8F3C;
	--color-info: #1BA2DB;
	--color-facebook: #3B5997;
	--color-twitter: #1BA1F2;
	--color-youtube: #ED4141;
	--color-linkedin: #0077B5;
	--color-pinterest: #E60022;
	--color-instagram: #C231A1;
	--color-vimeo: #00ADEF;
	--color-twitch: #6441A3;
	--color-discord: #7289da;
	--color-tab-background:#eaf5fb;
	--color-tab-border:#71c7ef;
	--color-tab-button-area:#43b6e1;
	--color-counter-up-area:#0866FF;
	--color-primary-light:#f4f9fb;
	--color-tab-3dlvl:#cce0ef;
	--p-light: 300;
	--p-regular: 400;
	--p-medium: 500;
	--p-semi-bold: 600;
	--p-bold: 700;
	--p-extra-bold: 800;
	--p-black: 900;
	--s-light: 300;
	--s-regular: 400;
	--s-medium: 500;
	--s-semi-bold: 600;
	--s-bold: 700;
	--s-extra-bold: 800;
	--s-black: 900;
	--transition: 0.3s;
	--font-size-b1: 16px;
	--font-size-b2: 18px;
	--font-size-b3: 22px;
	--line-height-b1: 26px;
	--line-height-b2: 30px;
	--line-height-b3: 1.7;
	--h1: 60px;
	--h2: 48px;
	--h3: 36px;
	--h4: 30px;
	--h5: 24px;
	--h6: 20px;
}
* {
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	font-size: 10px;
	overflow: hidden;
	overflow-y: auto;
	scroll-behavior: auto !important;
}
body {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Ysabeau", sans-serif;
	color: var(--color-body);
	font-weight: var(--p-regular);
	position: relative;
	overflow-x: hidden;
}

.mb-6{margin-bottom: 6rem !important;}
.mb-7{margin-bottom: 7rem !important;}
.mb-8{margin-bottom: 8rem !important;}
.mb-9{margin-bottom: 9rem !important;}
.mb-10{margin-bottom: 10rem !important;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	body {
		overflow: hidden;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		overflow: hidden;
	}
}

@media only screen and (max-width: 767px) {
	body {
		overflow: hidden;
	}
	.no-pad-xs{
		padding: 0 !important;
	}
	.contact-image-one.upload-cv{
		margin-right: 0 !important;
	}
	.display-none-mob{
		display: none;
	}
	.hri-tab-style-one .button-area{
		min-width: 100% !important;
	}
}
.no-pad{
	padding: 0 !important;
}

.img-responsive{width: 100%; height: auto;}
.mb-0{margin-bottom: 0 !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-90{margin-bottom: 90px !important;}
.mb-100{margin-bottom: 100px !important;}

.mt-0{margin-top: 0 !important;}
.mt-10{margin-top: 10px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}
.mt-40{margin-top: 40px !important;}
.mt-50{margin-top: 50px !important;}
.mt-60{margin-top: 60px !important;}
.mt-70{margin-top: 70px !important;}
.mt-80{margin-top: 80px !important;}
.mt-90{margin-top: 90px !important;}
.mt-100{margin-top: 100px !important;}

.mxy-80{margin-top: 80px; margin-bottom: 80px;}

.modal-custom{max-width: 800px;}

body::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.05;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, menu, ol, ul, table, hr {
	margin: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	word-break: break-word;
	font-family: "Ysabeau", sans-serif;
	line-height: 1.4074;
	color: var(--color-heading-1);
}
h1, .h1 {
	font-size: var(--h1);
	line-height: 91px;
	font-weight: 900;
}
h2, .h2 {
	font-size: var(--h2);
	line-height: 1.23;
}
h3, .h3 {
	font-size: var(--h3);
	line-height: 54px;
}
h4, .h4 {
	font-size: var(--h4);
	line-height: 1.25;
}
h5, .h5 {
	font-size: var(--h5);
	line-height: 1.24;
}
h6, .h6 {
	font-size: var(--h6);
	line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: inherit;
}
.bg-color-tertiary h1, .bg-color-tertiary h2, .bg-color-tertiary h3, .bg-color-tertiary h4, .bg-color-tertiary h5, .bg-color-tertiary h6, .bg-color-tertiary .h1, .bg-color-tertiary .h2, .bg-color-tertiary .h3, .bg-color-tertiary .h4, .bg-color-tertiary .h5, .bg-color-tertiary .h6 {
	color: #fff;
}
.bg-color-tertiary p {
	color: #6c7279;
}
.bg-color-tertiary a {
	color: #6c7279;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1, .h1 {
		font-size: 38px;
	}
	h2, .h2 {
		font-size: 32px;
	}
	h3, .h3 {
		font-size: 28px;
	}
	h4, .h4 {
		font-size: 24px;
	}
	h5, .h5 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 34px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 20px;
	}
	h5, .h5 {
		font-size: 20px;
	}
}
h1, .h1, h2, .h2, h3, .h3 {
	font-weight: var(--s-bold);
}
h4, .h4, h5, .h5 {
	font-weight: var(--s-bold);
}
h6, .h6 {
	font-weight: var(--s-bold);
}
p {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
	font-weight: var(--p-regular);
	color: #000;
	margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
	p {
		margin: 0 0 20px;
		font-size: 17px;
		line-height: 28px;
	}
}
p.b1 {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
}
p.b3 {
	font-size: var(--font-size-b3);
	line-height: var(--line-height-b3);
}
p.has-large-font-size {
	line-height: 1.5;
	font-size: 36px;
}
p.has-medium-font-size {
	font-size: 24px;
	line-height: 36px;
}
p.has-small-font-size {
	font-size: 13px;
}
p.has-very-light-gray-color {
	color: var(--color-white);
}
p.has-background {
	padding: 20px 30px;
}
p.b1 {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
}
p.b2 {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
}
p.b3 {
	font-size: var(--font-size-b3);
	line-height: var(--line-height-b3);
}
p:last-child {
	margin-bottom: 0;
}
.b1 {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
}
.b2 {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
}
.b3 {
	font-size: var(--font-size-b3);
	line-height: var(--line-height-b3);
}
.b4 {
	font-size: var(--font-size-b4);
	line-height: var(--line-height-b4);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}
table a, table a:link, table a:visited {
	text-decoration: none;
}
cite, .wp-block-pullquote cite, .wp-block-pullquote.is-style-solid-color blockquote cite, .wp-block-quote cite {
	color: var(--color-heading);
}
var {
	font-family: "Red Hat Display", sans-serif;
}
/*---------------------------
	List Style 
---------------------------*/
ul, ol {
	padding-left: 18px;
}
ul {
	list-style: square;
	margin-bottom: 30px;
	padding-left: 20px;
}
ul.liststyle.bullet li {
	font-size: 18px;
	line-height: 30px;
	color: var(--color-body);
	position: relative;
	padding-left: 30px;
}


.hri-breadcrumb-area .col-lg-6{z-index: 99;}


@media only screen and (max-width: 767px) {
	ul.liststyle.bullet li {
		padding-left: 19px;
	}
	.t-centr{
		text-align: left !important;
	}
}
ul.liststyle.bullet li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--color-body);
	left: 0;
	top: 10px;
}
ul.liststyle.bullet li + li {
	margin-top: 8px;
}
ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    list-style: none;
}
ul li a {
	text-decoration: none;
	color: var(--color-gray);
}
ul li a:hover {
	color: var(--color-primary);
}
ul ul {
	margin-bottom: 0;
}
ol {
	margin-bottom: 30px;
}
ol li {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
	color: var(--color-body);
	margin-top: 10px;
	margin-bottom: 10px;
}
ol li a {
	color: var(--color-heading);
	text-decoration: none;
}
ol li a:hover {
	color: var(--color-primary);
}
ol ul {
	padding-left: 30px;
}
.typo-title-area .title {
	margin-top: 0;
}
.paragraph-area p.disc {
	margin-bottom: 20px;
	color: #fff;
}

.abalr{float: right; text-align: right;}

.modal-body h3{text-align: center;}

@media only screen and (max-width: 1199px) {
	h1 {
		font-size: 64px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-size: 54px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 40px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 479px) {
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	h2 {
		font-size: 54px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h2 {
		font-size: 44px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h2 {
		font-size: 36px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 575px) {
	h2 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 479px) {
	h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	h3 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h3 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h3 {
		font-size: 30px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 575px) {
	h3 {
		font-size: 24px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 479px) {
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
}
.hri-typography-style .container .style {
	margin-bottom: 40px;
}
.hri-typography-style .container .style .title {
	margin-bottom: 30px;
}
.hri-typography-style .container .style p {
	font-size: 17px;
}
/*=========================
    Section Separation 
 Devlped by shahnawaz - 991175 1517 
==========================*/
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.mb_dec--25 {
	margin-bottom: -25px;
}
.mb_dec--30 {
	margin-bottom: -30px;
}
.m--0 {
	margin: 0;
}
.hri-section-gap {
	padding: 80px 0;
}
.hri-section-gap2 {
	padding: 80px 0;
}


.mt-5{margin-top: 5rem;}
.mt-6{margin-top: 6rem;}
.mt-7{margin-top: 7rem;}
.mt-8{margin-top: 8rem;}
.mt-9{margin-top: 9rem;}
.mt-10{margin-top: 10rem;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-section-gap {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 767px) {
	.hri-section-gap {
		padding: 60px 13px;
	}
	.mapdetails-inner-one {
		padding: 15px !important;
	}
	.business-goal-one {
		padding: 20px;
	}
	.mapdetails-inner-one .left-area,  .mapdetails-inner-one .single-wized {
		width: 100% !important;
	}
	.mid-left {
		margin-right: 0px;
	}
	.opening-time-inner {
		margin-left: 16px;
	}
}
.hri-section-gapBottom {
	padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-section-gapBottom {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-section-gapBottom {
		padding-bottom: 60px;
	}
}
.hri-section-gapTop {
	padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-section-gapTop {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-section-gapTop {
		padding-top: 60px;
	}
	.whatsaap {
		left: 5%;
		bottom: 4% !important;
	}
}
.pl--0 {
	padding-left: 0 !important;
}
.pr--0 {
	padding-right: 0 !important;
}
.pt--0 {
	padding-top: 0 !important;
}
.pb--0 {
	padding-bottom: 0 !important;
}
.mr--0 {
	margin-right: 0 !important;
}
.ml--0 {
	margin-left: 0 !important;
}
.mt--0 {
	margin-top: 0 !important;
}
.mb--0 {
	margin-bottom: 0 !important;
}
.ptb--5 {
	padding: 5px 0 !important;
}
.plr--5 {
	padding: 0 5px !important;
}
.pt--5 {
	padding-top: 5px !important;
}
.pb--5 {
	padding-bottom: 5px !important;
}
.pl--5 {
	padding-left: 5px !important;
}
.pr--5 {
	padding-right: 5px !important;
}
.mt--5 {
	margin-top: 5px !important;
}
.mb--5 {
	margin-bottom: 5px !important;
}
.mr--5 {
	margin-right: 5px !important;
}
.ml--5 {
	margin-left: 5px !important;
}
.ptb--10 {
	padding: 10px 0 !important;
}
.plr--10 {
	padding: 0 10px !important;
}
.pt--10 {
	padding-top: 10px !important;
}
.pb--10 {
	padding-bottom: 10px !important;
}
.pl--10 {
	padding-left: 10px !important;
}
.pr--10 {
	padding-right: 10px !important;
}
.mt--10 {
	margin-top: 10px !important;
}
.mb--10 {
	margin-bottom: 10px !important;
}
.mr--10 {
	margin-right: 10px !important;
}
.ml--10 {
	margin-left: 10px !important;
}
.ptb--15 {
	padding: 15px 0 !important;
}
.plr--15 {
	padding: 0 15px !important;
}
.pt--15 {
	padding-top: 15px !important;
}
.pb--15 {
	padding-bottom: 15px !important;
}
.pl--15 {
	padding-left: 15px !important;
}
.pr--15 {
	padding-right: 15px !important;
}
.mt--15 {
	margin-top: 15px !important;
}
.mb--15 {
	margin-bottom: 15px !important;
}
.mr--15 {
	margin-right: 15px !important;
}
.ml--15 {
	margin-left: 15px !important;
}
.ptb--20 {
	padding: 20px 0 !important;
}
.plr--20 {
	padding: 0 20px !important;
}
.pt--20 {
	padding-top: 20px !important;
}
.pb--20 {
	padding-bottom: 20px !important;
}
.pl--20 {
	padding-left: 20px !important;
}
.pr--20 {
	padding-right: 20px !important;
}
.mt--20 {
	margin-top: 20px !important;
}
.mb--20 {
	margin-bottom: 20px !important;
}
.mr--20 {
	margin-right: 20px !important;
}
.ml--20 {
	margin-left: 20px !important;
}
.ptb--25 {
	padding: 25px 0 !important;
}
.plr--25 {
	padding: 0 25px !important;
}
.pt--25 {
	padding-top: 25px !important;
}
.pb--25 {
	padding-bottom: 25px !important;
}
.pl--25 {
	padding-left: 25px !important;
}
.pr--25 {
	padding-right: 25px !important;
}
.mt--25 {
	margin-top: 25px !important;
}
.mb--25 {
	margin-bottom: 25px !important;
}
.mr--25 {
	margin-right: 25px !important;
}
.ml--25 {
	margin-left: 25px !important;
}
.ptb--30 {
	padding: 30px 0 !important;
}
.plr--30 {
	padding: 0 30px !important;
}
.pt--30 {
	padding-top: 30px !important;
}
.pb--30 {
	padding-bottom: 30px !important;
}
.pl--30 {
	padding-left: 30px !important;
}
.pr--30 {
	padding-right: 30px !important;
}
.mt--30 {
	margin-top: 30px !important;
}
.mb--30 {
	margin-bottom: 30px !important;
}
.mr--30 {
	margin-right: 30px !important;
}
.ml--30 {
	margin-left: 30px !important;
}
.ptb--35 {
	padding: 35px 0 !important;
}
.plr--35 {
	padding: 0 35px !important;
}
.pt--35 {
	padding-top: 35px !important;
}
.pb--35 {
	padding-bottom: 35px !important;
}
.pl--35 {
	padding-left: 35px !important;
}
.pr--35 {
	padding-right: 35px !important;
}
.mt--35 {
	margin-top: 35px !important;
}
.mb--35 {
	margin-bottom: 35px !important;
}
.mr--35 {
	margin-right: 35px !important;
}
.ml--35 {
	margin-left: 35px !important;
}
.ptb--40 {
	padding: 40px 0 !important;
}
.plr--40 {
	padding: 0 40px !important;
}
.pt--40 {
	padding-top: 40px !important;
}
.pb--40 {
	padding-bottom: 40px !important;
}
.pl--40 {
	padding-left: 40px !important;
}
.pr--40 {
	padding-right: 40px !important;
}
.mt--40 {
	margin-top: 40px !important;
}
.mb--40 {
	margin-bottom: 40px !important;
}
.mr--40 {
	margin-right: 40px !important;
}
.ml--40 {
	margin-left: 40px !important;
}
.ptb--45 {
	padding: 45px 0 !important;
}
.plr--45 {
	padding: 0 45px !important;
}
.pt--45 {
	padding-top: 45px !important;
}
.pb--45 {
	padding-bottom: 45px !important;
}
.pl--45 {
	padding-left: 45px !important;
}
.pr--45 {
	padding-right: 45px !important;
}
.mt--45 {
	margin-top: 45px !important;
}
.mb--45 {
	margin-bottom: 45px !important;
}
.mr--45 {
	margin-right: 45px !important;
}
.ml--45 {
	margin-left: 45px !important;
}
.ptb--50 {
	padding: 50px 0 !important;
}
.plr--50 {
	padding: 0 50px !important;
}
.pt--50 {
	padding-top: 50px !important;
}
.pb--50 {
	padding-bottom: 50px !important;
}
.pl--50 {
	padding-left: 50px !important;
}
.pr--50 {
	padding-right: 50px !important;
}
.mt--50 {
	margin-top: 50px !important;
}
.mb--50 {
	margin-bottom: 50px !important;
}
.mr--50 {
	margin-right: 50px !important;
}
.ml--50 {
	margin-left: 50px !important;
}
.ptb--55 {
	padding: 55px 0 !important;
}
.plr--55 {
	padding: 0 55px !important;
}
.pt--55 {
	padding-top: 55px !important;
}
.pb--55 {
	padding-bottom: 55px !important;
}
.pl--55 {
	padding-left: 55px !important;
}
.pr--55 {
	padding-right: 55px !important;
}
.mt--55 {
	margin-top: 55px !important;
}
.mb--55 {
	margin-bottom: 55px !important;
}
.mr--55 {
	margin-right: 55px !important;
}
.ml--55 {
	margin-left: 55px !important;
}
.ptb--60 {
	padding: 60px 0 !important;
}
.plr--60 {
	padding: 0 60px !important;
}
.pt--60 {
	padding-top: 60px !important;
}
.pb--60 {
	padding-bottom: 60px !important;
}
.pl--60 {
	padding-left: 60px !important;
}
.pr--60 {
	padding-right: 60px !important;
}
.mt--60 {
	margin-top: 60px !important;
}
.mb--60 {
	margin-bottom: 60px !important;
}
.mr--60 {
	margin-right: 60px !important;
}
.ml--60 {
	margin-left: 60px !important;
}
.ptb--65 {
	padding: 65px 0 !important;
}
.plr--65 {
	padding: 0 65px !important;
}
.pt--65 {
	padding-top: 65px !important;
}
.pb--65 {
	padding-bottom: 65px !important;
}
.pl--65 {
	padding-left: 65px !important;
}
.pr--65 {
	padding-right: 65px !important;
}
.mt--65 {
	margin-top: 65px !important;
}
.mb--65 {
	margin-bottom: 65px !important;
}
.mr--65 {
	margin-right: 65px !important;
}
.ml--65 {
	margin-left: 65px !important;
}
.ptb--70 {
	padding: 70px 0 !important;
}
.plr--70 {
	padding: 0 70px !important;
}
.pt--70 {
	padding-top: 70px !important;
}
.pb--70 {
	padding-bottom: 70px !important;
}
.pl--70 {
	padding-left: 70px !important;
}
.pr--70 {
	padding-right: 70px !important;
}
.mt--70 {
	margin-top: 70px !important;
}
.mb--70 {
	margin-bottom: 70px !important;
}
.mr--70 {
	margin-right: 70px !important;
}
.ml--70 {
	margin-left: 70px !important;
}
.ptb--75 {
	padding: 75px 0 !important;
}
.plr--75 {
	padding: 0 75px !important;
}
.pt--75 {
	padding-top: 75px !important;
}
.pb--75 {
	padding-bottom: 75px !important;
}
.pl--75 {
	padding-left: 75px !important;
}
.pr--75 {
	padding-right: 75px !important;
}
.mt--75 {
	margin-top: 75px !important;
}
.mb--75 {
	margin-bottom: 75px !important;
}
.mr--75 {
	margin-right: 75px !important;
}
.ml--75 {
	margin-left: 75px !important;
}
.ptb--80 {
	padding: 80px 0 !important;
}
.plr--80 {
	padding: 0 80px !important;
}
.pt--80 {
	padding-top: 80px !important;
}
.pb--80 {
	padding-bottom: 80px !important;
}
.pl--80 {
	padding-left: 80px !important;
}
.pr--80 {
	padding-right: 80px !important;
}
.mt--80 {
	margin-top: 80px !important;
}
.mb--80 {
	margin-bottom: 80px !important;
}
.mr--80 {
	margin-right: 80px !important;
}
.ml--80 {
	margin-left: 80px !important;
}
.ptb--85 {
	padding: 85px 0 !important;
}
.plr--85 {
	padding: 0 85px !important;
}
.pt--85 {
	padding-top: 85px !important;
}
.pb--85 {
	padding-bottom: 85px !important;
}
.pl--85 {
	padding-left: 85px !important;
}
.pr--85 {
	padding-right: 85px !important;
}
.mt--85 {
	margin-top: 85px !important;
}
.mb--85 {
	margin-bottom: 85px !important;
}
.mr--85 {
	margin-right: 85px !important;
}
.ml--85 {
	margin-left: 85px !important;
}
.ptb--90 {
	padding: 90px 0 !important;
}
.plr--90 {
	padding: 0 90px !important;
}
.pt--90 {
	padding-top: 90px !important;
}
.pb--90 {
	padding-bottom: 90px !important;
}
.pl--90 {
	padding-left: 90px !important;
}
.pr--90 {
	padding-right: 90px !important;
}
.mt--90 {
	margin-top: 90px !important;
}
.mb--90 {
	margin-bottom: 90px !important;
}
.mr--90 {
	margin-right: 90px !important;
}
.ml--90 {
	margin-left: 90px !important;
}
.ptb--95 {
	padding: 95px 0 !important;
}
.plr--95 {
	padding: 0 95px !important;
}
.pt--95 {
	padding-top: 95px !important;
}
.pb--95 {
	padding-bottom: 95px !important;
}
.pl--95 {
	padding-left: 95px !important;
}
.pr--95 {
	padding-right: 95px !important;
}
.mt--95 {
	margin-top: 95px !important;
}
.mb--95 {
	margin-bottom: 95px !important;
}
.mr--95 {
	margin-right: 95px !important;
}
.ml--95 {
	margin-left: 95px !important;
}
.ptb--100 {
	padding: 100px 0 !important;
}
.plr--100 {
	padding: 0 100px !important;
}
.pt--100 {
	padding-top: 100px !important;
}
.pb--100 {
	padding-bottom: 100px !important;
}
.pl--100 {
	padding-left: 100px !important;
}
.pr--100 {
	padding-right: 100px !important;
}
.mt--100 {
	margin-top: 100px !important;
}
.mb--100 {
	margin-bottom: 100px !important;
}
.mr--100 {
	margin-right: 100px !important;
}
.ml--100 {
	margin-left: 100px !important;
}
.ptb--105 {
	padding: 105px 0 !important;
}
.plr--105 {
	padding: 0 105px !important;
}
.pt--105 {
	padding-top: 105px !important;
}
.pb--105 {
	padding-bottom: 105px !important;
}
.pl--105 {
	padding-left: 105px !important;
}
.pr--105 {
	padding-right: 105px !important;
}
.mt--105 {
	margin-top: 105px !important;
}
.mb--105 {
	margin-bottom: 105px !important;
}
.mr--105 {
	margin-right: 105px !important;
}
.ml--105 {
	margin-left: 105px !important;
}
.ptb--110 {
	padding: 110px 0 !important;
}
.plr--110 {
	padding: 0 110px !important;
}
.pt--110 {
	padding-top: 110px !important;
}
.pb--110 {
	padding-bottom: 110px !important;
}
.pl--110 {
	padding-left: 110px !important;
}
.pr--110 {
	padding-right: 110px !important;
}
.mt--110 {
	margin-top: 110px !important;
}
.mb--110 {
	margin-bottom: 110px !important;
}
.mr--110 {
	margin-right: 110px !important;
}
.ml--110 {
	margin-left: 110px !important;
}
.ptb--115 {
	padding: 115px 0 !important;
}
.plr--115 {
	padding: 0 115px !important;
}
.pt--115 {
	padding-top: 115px !important;
}
.pb--115 {
	padding-bottom: 115px !important;
}
.pl--115 {
	padding-left: 115px !important;
}
.pr--115 {
	padding-right: 115px !important;
}
.mt--115 {
	margin-top: 115px !important;
}
.mb--115 {
	margin-bottom: 115px !important;
}
.mr--115 {
	margin-right: 115px !important;
}
.ml--115 {
	margin-left: 115px !important;
}
.ptb--120 {
	padding: 120px 0 !important;
}
.plr--120 {
	padding: 0 120px !important;
}
.pt--120 {
	padding-top: 120px !important;
}
.pb--120 {
	padding-bottom: 120px !important;
}
.pl--120 {
	padding-left: 120px !important;
}
.pr--120 {
	padding-right: 120px !important;
}
.mt--120 {
	margin-top: 120px !important;
}
.mb--120 {
	margin-bottom: 120px !important;
}
.mr--120 {
	margin-right: 120px !important;
}
.ml--120 {
	margin-left: 120px !important;
}
.ptb--125 {
	padding: 125px 0 !important;
}
.plr--125 {
	padding: 0 125px !important;
}
.pt--125 {
	padding-top: 125px !important;
}
.pb--125 {
	padding-bottom: 125px !important;
}
.pl--125 {
	padding-left: 125px !important;
}
.pr--125 {
	padding-right: 125px !important;
}
.mt--125 {
	margin-top: 125px !important;
}
.mb--125 {
	margin-bottom: 125px !important;
}
.mr--125 {
	margin-right: 125px !important;
}
.ml--125 {
	margin-left: 125px !important;
}
.ptb--130 {
	padding: 130px 0 !important;
}
.plr--130 {
	padding: 0 130px !important;
}
.pt--130 {
	padding-top: 130px !important;
}
.pb--130 {
	padding-bottom: 130px !important;
}
.pl--130 {
	padding-left: 130px !important;
}
.pr--130 {
	padding-right: 130px !important;
}
.mt--130 {
	margin-top: 130px !important;
}
.mb--130 {
	margin-bottom: 130px !important;
}
.mr--130 {
	margin-right: 130px !important;
}
.ml--130 {
	margin-left: 130px !important;
}
.ptb--135 {
	padding: 135px 0 !important;
}
.plr--135 {
	padding: 0 135px !important;
}
.pt--135 {
	padding-top: 135px !important;
}
.pb--135 {
	padding-bottom: 135px !important;
}
.pl--135 {
	padding-left: 135px !important;
}
.pr--135 {
	padding-right: 135px !important;
}
.mt--135 {
	margin-top: 135px !important;
}
.mb--135 {
	margin-bottom: 135px !important;
}
.mr--135 {
	margin-right: 135px !important;
}
.ml--135 {
	margin-left: 135px !important;
}
.ptb--140 {
	padding: 140px 0 !important;
}
.plr--140 {
	padding: 0 140px !important;
}
.pt--140 {
	padding-top: 140px !important;
}
.pb--140 {
	padding-bottom: 140px !important;
}
.pl--140 {
	padding-left: 140px !important;
}
.pr--140 {
	padding-right: 140px !important;
}
.mt--140 {
	margin-top: 140px !important;
}
.mb--140 {
	margin-bottom: 140px !important;
}
.mr--140 {
	margin-right: 140px !important;
}
.ml--140 {
	margin-left: 140px !important;
}
.ptb--145 {
	padding: 145px 0 !important;
}
.plr--145 {
	padding: 0 145px !important;
}
.pt--145 {
	padding-top: 145px !important;
}
.pb--145 {
	padding-bottom: 145px !important;
}
.pl--145 {
	padding-left: 145px !important;
}
.pr--145 {
	padding-right: 145px !important;
}
.mt--145 {
	margin-top: 145px !important;
}
.mb--145 {
	margin-bottom: 145px !important;
}
.mr--145 {
	margin-right: 145px !important;
}
.ml--145 {
	margin-left: 145px !important;
}
.ptb--150 {
	padding: 150px 0 !important;
}
.plr--150 {
	padding: 0 150px !important;
}
.pt--150 {
	padding-top: 150px !important;
}
.pb--150 {
	padding-bottom: 150px !important;
}
.pl--150 {
	padding-left: 150px !important;
}
.pr--150 {
	padding-right: 150px !important;
}
.mt--150 {
	margin-top: 150px !important;
}
.mb--150 {
	margin-bottom: 150px !important;
}
.mr--150 {
	margin-right: 150px !important;
}
.ml--150 {
	margin-left: 150px !important;
}
.ptb--155 {
	padding: 155px 0 !important;
}
.plr--155 {
	padding: 0 155px !important;
}
.pt--155 {
	padding-top: 155px !important;
}
.pb--155 {
	padding-bottom: 155px !important;
}
.pl--155 {
	padding-left: 155px !important;
}
.pr--155 {
	padding-right: 155px !important;
}
.mt--155 {
	margin-top: 155px !important;
}
.mb--155 {
	margin-bottom: 155px !important;
}
.mr--155 {
	margin-right: 155px !important;
}
.ml--155 {
	margin-left: 155px !important;
}
.ptb--160 {
	padding: 160px 0 !important;
}
.plr--160 {
	padding: 0 160px !important;
}
.pt--160 {
	padding-top: 160px !important;
}
.pb--160 {
	padding-bottom: 160px !important;
}
.pl--160 {
	padding-left: 160px !important;
}
.pr--160 {
	padding-right: 160px !important;
}
.mt--160 {
	margin-top: 160px !important;
}
.mb--160 {
	margin-bottom: 160px !important;
}
.mr--160 {
	margin-right: 160px !important;
}
.ml--160 {
	margin-left: 160px !important;
}
.ptb--165 {
	padding: 165px 0 !important;
}
.plr--165 {
	padding: 0 165px !important;
}
.pt--165 {
	padding-top: 165px !important;
}
.pb--165 {
	padding-bottom: 165px !important;
}
.pl--165 {
	padding-left: 165px !important;
}
.pr--165 {
	padding-right: 165px !important;
}
.mt--165 {
	margin-top: 165px !important;
}
.mb--165 {
	margin-bottom: 165px !important;
}
.mr--165 {
	margin-right: 165px !important;
}
.ml--165 {
	margin-left: 165px !important;
}
.ptb--170 {
	padding: 170px 0 !important;
}
.plr--170 {
	padding: 0 170px !important;
}
.pt--170 {
	padding-top: 170px !important;
}
.pb--170 {
	padding-bottom: 170px !important;
}
.pl--170 {
	padding-left: 170px !important;
}
.pr--170 {
	padding-right: 170px !important;
}
.mt--170 {
	margin-top: 170px !important;
}
.mb--170 {
	margin-bottom: 170px !important;
}
.mr--170 {
	margin-right: 170px !important;
}
.ml--170 {
	margin-left: 170px !important;
}
.ptb--175 {
	padding: 175px 0 !important;
}
.plr--175 {
	padding: 0 175px !important;
}
.pt--175 {
	padding-top: 175px !important;
}
.pb--175 {
	padding-bottom: 175px !important;
}
.pl--175 {
	padding-left: 175px !important;
}
.pr--175 {
	padding-right: 175px !important;
}
.mt--175 {
	margin-top: 175px !important;
}
.mb--175 {
	margin-bottom: 175px !important;
}
.mr--175 {
	margin-right: 175px !important;
}
.ml--175 {
	margin-left: 175px !important;
}
.ptb--180 {
	padding: 180px 0 !important;
}
.plr--180 {
	padding: 0 180px !important;
}
.pt--180 {
	padding-top: 180px !important;
}
.pb--180 {
	padding-bottom: 180px !important;
}
.pl--180 {
	padding-left: 180px !important;
}
.pr--180 {
	padding-right: 180px !important;
}
.mt--180 {
	margin-top: 180px !important;
}
.mb--180 {
	margin-bottom: 180px !important;
}
.mr--180 {
	margin-right: 180px !important;
}
.ml--180 {
	margin-left: 180px !important;
}
.ptb--185 {
	padding: 185px 0 !important;
}
.plr--185 {
	padding: 0 185px !important;
}
.pt--185 {
	padding-top: 185px !important;
}
.pb--185 {
	padding-bottom: 185px !important;
}
.pl--185 {
	padding-left: 185px !important;
}
.pr--185 {
	padding-right: 185px !important;
}
.mt--185 {
	margin-top: 185px !important;
}
.mb--185 {
	margin-bottom: 185px !important;
}
.mr--185 {
	margin-right: 185px !important;
}
.ml--185 {
	margin-left: 185px !important;
}
.ptb--190 {
	padding: 190px 0 !important;
}
.plr--190 {
	padding: 0 190px !important;
}
.pt--190 {
	padding-top: 190px !important;
}
.pb--190 {
	padding-bottom: 190px !important;
}
.pl--190 {
	padding-left: 190px !important;
}
.pr--190 {
	padding-right: 190px !important;
}
.mt--190 {
	margin-top: 190px !important;
}
.mb--190 {
	margin-bottom: 190px !important;
}
.mr--190 {
	margin-right: 190px !important;
}
.ml--190 {
	margin-left: 190px !important;
}
.ptb--195 {
	padding: 195px 0 !important;
}
.plr--195 {
	padding: 0 195px !important;
}
.pt--195 {
	padding-top: 195px !important;
}
.pb--195 {
	padding-bottom: 195px !important;
}
.pl--195 {
	padding-left: 195px !important;
}
.pr--195 {
	padding-right: 195px !important;
}
.mt--195 {
	margin-top: 195px !important;
}
.mb--195 {
	margin-bottom: 195px !important;
}
.mr--195 {
	margin-right: 195px !important;
}
.ml--195 {
	margin-left: 195px !important;
}
.ptb--200 {
	padding: 200px 0 !important;
}
.plr--200 {
	padding: 0 200px !important;
}
.pt--200 {
	padding-top: 200px !important;
}
.pb--200 {
	padding-bottom: 200px !important;
}
.pl--200 {
	padding-left: 200px !important;
}
.pr--200 {
	padding-right: 200px !important;
}
.mt--200 {
	margin-top: 200px !important;
}
.mb--200 {
	margin-bottom: 200px !important;
}
.mr--200 {
	margin-right: 200px !important;
}
.ml--200 {
	margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.ptb_lp--5 {
		padding: 5px 0;
	}
	.plr_lp--5 {
		padding: 0 5px;
	}
	.pt_lp--5 {
		padding-top: 5px;
	}
	.pb_lp--5 {
		padding-bottom: 5px;
	}
	.pl_lp--5 {
		padding-left: 5px;
	}
	.pr_lp--5 {
		padding-right: 5px;
	}
	.mt_lp--5 {
		margin-top: 5px;
	}
	.mb_lp--5 {
		margin-bottom: 5px;
	}
	.ptb_lp--10 {
		padding: 10px 0;
	}
	.plr_lp--10 {
		padding: 0 10px;
	}
	.pt_lp--10 {
		padding-top: 10px;
	}
	.pb_lp--10 {
		padding-bottom: 10px;
	}
	.pl_lp--10 {
		padding-left: 10px;
	}
	.pr_lp--10 {
		padding-right: 10px;
	}
	.mt_lp--10 {
		margin-top: 10px;
	}
	.mb_lp--10 {
		margin-bottom: 10px;
	}
	.ptb_lp--15 {
		padding: 15px 0;
	}
	.plr_lp--15 {
		padding: 0 15px;
	}
	.pt_lp--15 {
		padding-top: 15px;
	}
	.pb_lp--15 {
		padding-bottom: 15px;
	}
	.pl_lp--15 {
		padding-left: 15px;
	}
	.pr_lp--15 {
		padding-right: 15px;
	}
	.mt_lp--15 {
		margin-top: 15px;
	}
	.mb_lp--15 {
		margin-bottom: 15px;
	}
	.ptb_lp--20 {
		padding: 20px 0;
	}
	.plr_lp--20 {
		padding: 0 20px;
	}
	.pt_lp--20 {
		padding-top: 20px;
	}
	.pb_lp--20 {
		padding-bottom: 20px;
	}
	.pl_lp--20 {
		padding-left: 20px;
	}
	.pr_lp--20 {
		padding-right: 20px;
	}
	.mt_lp--20 {
		margin-top: 20px;
	}
	.mb_lp--20 {
		margin-bottom: 20px;
	}
	.ptb_lp--25 {
		padding: 25px 0;
	}
	.plr_lp--25 {
		padding: 0 25px;
	}
	.pt_lp--25 {
		padding-top: 25px;
	}
	.pb_lp--25 {
		padding-bottom: 25px;
	}
	.pl_lp--25 {
		padding-left: 25px;
	}
	.pr_lp--25 {
		padding-right: 25px;
	}
	.mt_lp--25 {
		margin-top: 25px;
	}
	.mb_lp--25 {
		margin-bottom: 25px;
	}
	.ptb_lp--30 {
		padding: 30px 0;
	}
	.plr_lp--30 {
		padding: 0 30px;
	}
	.pt_lp--30 {
		padding-top: 30px;
	}
	.pb_lp--30 {
		padding-bottom: 30px;
	}
	.pl_lp--30 {
		padding-left: 30px;
	}
	.pr_lp--30 {
		padding-right: 30px;
	}
	.mt_lp--30 {
		margin-top: 30px;
	}
	.mb_lp--30 {
		margin-bottom: 30px;
	}
	.ptb_lp--35 {
		padding: 35px 0;
	}
	.plr_lp--35 {
		padding: 0 35px;
	}
	.pt_lp--35 {
		padding-top: 35px;
	}
	.pb_lp--35 {
		padding-bottom: 35px;
	}
	.pl_lp--35 {
		padding-left: 35px;
	}
	.pr_lp--35 {
		padding-right: 35px;
	}
	.mt_lp--35 {
		margin-top: 35px;
	}
	.mb_lp--35 {
		margin-bottom: 35px;
	}
	.ptb_lp--40 {
		padding: 40px 0;
	}
	.plr_lp--40 {
		padding: 0 40px;
	}
	.pt_lp--40 {
		padding-top: 40px;
	}
	.pb_lp--40 {
		padding-bottom: 40px;
	}
	.pl_lp--40 {
		padding-left: 40px;
	}
	.pr_lp--40 {
		padding-right: 40px;
	}
	.mt_lp--40 {
		margin-top: 40px;
	}
	.mb_lp--40 {
		margin-bottom: 40px;
	}
	.ptb_lp--45 {
		padding: 45px 0;
	}
	.plr_lp--45 {
		padding: 0 45px;
	}
	.pt_lp--45 {
		padding-top: 45px;
	}
	.pb_lp--45 {
		padding-bottom: 45px;
	}
	.pl_lp--45 {
		padding-left: 45px;
	}
	.pr_lp--45 {
		padding-right: 45px;
	}
	.mt_lp--45 {
		margin-top: 45px;
	}
	.mb_lp--45 {
		margin-bottom: 45px;
	}
	.ptb_lp--50 {
		padding: 50px 0;
	}
	.plr_lp--50 {
		padding: 0 50px;
	}
	.pt_lp--50 {
		padding-top: 50px;
	}
	.pb_lp--50 {
		padding-bottom: 50px;
	}
	.pl_lp--50 {
		padding-left: 50px;
	}
	.pr_lp--50 {
		padding-right: 50px;
	}
	.mt_lp--50 {
		margin-top: 50px;
	}
	.mb_lp--50 {
		margin-bottom: 50px;
	}
	.ptb_lp--55 {
		padding: 55px 0;
	}
	.plr_lp--55 {
		padding: 0 55px;
	}
	.pt_lp--55 {
		padding-top: 55px;
	}
	.pb_lp--55 {
		padding-bottom: 55px;
	}
	.pl_lp--55 {
		padding-left: 55px;
	}
	.pr_lp--55 {
		padding-right: 55px;
	}
	.mt_lp--55 {
		margin-top: 55px;
	}
	.mb_lp--55 {
		margin-bottom: 55px;
	}
	.ptb_lp--60 {
		padding: 60px 0;
	}
	.plr_lp--60 {
		padding: 0 60px;
	}
	.pt_lp--60 {
		padding-top: 60px;
	}
	.pb_lp--60 {
		padding-bottom: 60px;
	}
	.pl_lp--60 {
		padding-left: 60px;
	}
	.pr_lp--60 {
		padding-right: 60px;
	}
	.mt_lp--60 {
		margin-top: 60px;
	}
	.mb_lp--60 {
		margin-bottom: 60px;
	}
	.ptb_lp--65 {
		padding: 65px 0;
	}
	.plr_lp--65 {
		padding: 0 65px;
	}
	.pt_lp--65 {
		padding-top: 65px;
	}
	.pb_lp--65 {
		padding-bottom: 65px;
	}
	.pl_lp--65 {
		padding-left: 65px;
	}
	.pr_lp--65 {
		padding-right: 65px;
	}
	.mt_lp--65 {
		margin-top: 65px;
	}
	.mb_lp--65 {
		margin-bottom: 65px;
	}
	.ptb_lp--70 {
		padding: 70px 0;
	}
	.plr_lp--70 {
		padding: 0 70px;
	}
	.pt_lp--70 {
		padding-top: 70px;
	}
	.pb_lp--70 {
		padding-bottom: 70px;
	}
	.pl_lp--70 {
		padding-left: 70px;
	}
	.pr_lp--70 {
		padding-right: 70px;
	}
	.mt_lp--70 {
		margin-top: 70px;
	}
	.mb_lp--70 {
		margin-bottom: 70px;
	}
	.ptb_lp--75 {
		padding: 75px 0;
	}
	.plr_lp--75 {
		padding: 0 75px;
	}
	.pt_lp--75 {
		padding-top: 75px;
	}
	.pb_lp--75 {
		padding-bottom: 75px;
	}
	.pl_lp--75 {
		padding-left: 75px;
	}
	.pr_lp--75 {
		padding-right: 75px;
	}
	.mt_lp--75 {
		margin-top: 75px;
	}
	.mb_lp--75 {
		margin-bottom: 75px;
	}
	.ptb_lp--80 {
		padding: 80px 0;
	}
	.plr_lp--80 {
		padding: 0 80px;
	}
	.pt_lp--80 {
		padding-top: 80px;
	}
	.pb_lp--80 {
		padding-bottom: 80px;
	}
	.pl_lp--80 {
		padding-left: 80px;
	}
	.pr_lp--80 {
		padding-right: 80px;
	}
	.mt_lp--80 {
		margin-top: 80px;
	}
	.mb_lp--80 {
		margin-bottom: 80px;
	}
	.ptb_lp--85 {
		padding: 85px 0;
	}
	.plr_lp--85 {
		padding: 0 85px;
	}
	.pt_lp--85 {
		padding-top: 85px;
	}
	.pb_lp--85 {
		padding-bottom: 85px;
	}
	.pl_lp--85 {
		padding-left: 85px;
	}
	.pr_lp--85 {
		padding-right: 85px;
	}
	.mt_lp--85 {
		margin-top: 85px;
	}
	.mb_lp--85 {
		margin-bottom: 85px;
	}
	.ptb_lp--90 {
		padding: 90px 0;
	}
	.plr_lp--90 {
		padding: 0 90px;
	}
	.pt_lp--90 {
		padding-top: 90px;
	}
	.pb_lp--90 {
		padding-bottom: 90px;
	}
	.pl_lp--90 {
		padding-left: 90px;
	}
	.pr_lp--90 {
		padding-right: 90px;
	}
	.mt_lp--90 {
		margin-top: 90px;
	}
	.mb_lp--90 {
		margin-bottom: 90px;
	}
	.ptb_lp--95 {
		padding: 95px 0;
	}
	.plr_lp--95 {
		padding: 0 95px;
	}
	.pt_lp--95 {
		padding-top: 95px;
	}
	.pb_lp--95 {
		padding-bottom: 95px;
	}
	.pl_lp--95 {
		padding-left: 95px;
	}
	.pr_lp--95 {
		padding-right: 95px;
	}
	.mt_lp--95 {
		margin-top: 95px;
	}
	.mb_lp--95 {
		margin-bottom: 95px;
	}
	.ptb_lp--100 {
		padding: 100px 0;
	}
	.plr_lp--100 {
		padding: 0 100px;
	}
	.pt_lp--100 {
		padding-top: 100px;
	}
	.pb_lp--100 {
		padding-bottom: 100px;
	}
	.pl_lp--100 {
		padding-left: 100px;
	}
	.pr_lp--100 {
		padding-right: 100px;
	}
	.mt_lp--100 {
		margin-top: 100px;
	}
	.mb_lp--100 {
		margin-bottom: 100px;
	}
	.ptb_lp--105 {
		padding: 105px 0;
	}
	.plr_lp--105 {
		padding: 0 105px;
	}
	.pt_lp--105 {
		padding-top: 105px;
	}
	.pb_lp--105 {
		padding-bottom: 105px;
	}
	.pl_lp--105 {
		padding-left: 105px;
	}
	.pr_lp--105 {
		padding-right: 105px;
	}
	.mt_lp--105 {
		margin-top: 105px;
	}
	.mb_lp--105 {
		margin-bottom: 105px;
	}
	.ptb_lp--110 {
		padding: 110px 0;
	}
	.plr_lp--110 {
		padding: 0 110px;
	}
	.pt_lp--110 {
		padding-top: 110px;
	}
	.pb_lp--110 {
		padding-bottom: 110px;
	}
	.pl_lp--110 {
		padding-left: 110px;
	}
	.pr_lp--110 {
		padding-right: 110px;
	}
	.mt_lp--110 {
		margin-top: 110px;
	}
	.mb_lp--110 {
		margin-bottom: 110px;
	}
	.ptb_lp--115 {
		padding: 115px 0;
	}
	.plr_lp--115 {
		padding: 0 115px;
	}
	.pt_lp--115 {
		padding-top: 115px;
	}
	.pb_lp--115 {
		padding-bottom: 115px;
	}
	.pl_lp--115 {
		padding-left: 115px;
	}
	.pr_lp--115 {
		padding-right: 115px;
	}
	.mt_lp--115 {
		margin-top: 115px;
	}
	.mb_lp--115 {
		margin-bottom: 115px;
	}
	.ptb_lp--120 {
		padding: 120px 0;
	}
	.plr_lp--120 {
		padding: 0 120px;
	}
	.pt_lp--120 {
		padding-top: 120px;
	}
	.pb_lp--120 {
		padding-bottom: 120px;
	}
	.pl_lp--120 {
		padding-left: 120px;
	}
	.pr_lp--120 {
		padding-right: 120px;
	}
	.mt_lp--120 {
		margin-top: 120px;
	}
	.mb_lp--120 {
		margin-bottom: 120px;
	}
	.ptb_lp--125 {
		padding: 125px 0;
	}
	.plr_lp--125 {
		padding: 0 125px;
	}
	.pt_lp--125 {
		padding-top: 125px;
	}
	.pb_lp--125 {
		padding-bottom: 125px;
	}
	.pl_lp--125 {
		padding-left: 125px;
	}
	.pr_lp--125 {
		padding-right: 125px;
	}
	.mt_lp--125 {
		margin-top: 125px;
	}
	.mb_lp--125 {
		margin-bottom: 125px;
	}
	.ptb_lp--130 {
		padding: 130px 0;
	}
	.plr_lp--130 {
		padding: 0 130px;
	}
	.pt_lp--130 {
		padding-top: 130px;
	}
	.pb_lp--130 {
		padding-bottom: 130px;
	}
	.pl_lp--130 {
		padding-left: 130px;
	}
	.pr_lp--130 {
		padding-right: 130px;
	}
	.mt_lp--130 {
		margin-top: 130px;
	}
	.mb_lp--130 {
		margin-bottom: 130px;
	}
	.ptb_lp--135 {
		padding: 135px 0;
	}
	.plr_lp--135 {
		padding: 0 135px;
	}
	.pt_lp--135 {
		padding-top: 135px;
	}
	.pb_lp--135 {
		padding-bottom: 135px;
	}
	.pl_lp--135 {
		padding-left: 135px;
	}
	.pr_lp--135 {
		padding-right: 135px;
	}
	.mt_lp--135 {
		margin-top: 135px;
	}
	.mb_lp--135 {
		margin-bottom: 135px;
	}
	.ptb_lp--140 {
		padding: 140px 0;
	}
	.plr_lp--140 {
		padding: 0 140px;
	}
	.pt_lp--140 {
		padding-top: 140px;
	}
	.pb_lp--140 {
		padding-bottom: 140px;
	}
	.pl_lp--140 {
		padding-left: 140px;
	}
	.pr_lp--140 {
		padding-right: 140px;
	}
	.mt_lp--140 {
		margin-top: 140px;
	}
	.mb_lp--140 {
		margin-bottom: 140px;
	}
	.ptb_lp--145 {
		padding: 145px 0;
	}
	.plr_lp--145 {
		padding: 0 145px;
	}
	.pt_lp--145 {
		padding-top: 145px;
	}
	.pb_lp--145 {
		padding-bottom: 145px;
	}
	.pl_lp--145 {
		padding-left: 145px;
	}
	.pr_lp--145 {
		padding-right: 145px;
	}
	.mt_lp--145 {
		margin-top: 145px;
	}
	.mb_lp--145 {
		margin-bottom: 145px;
	}
	.ptb_lp--150 {
		padding: 150px 0;
	}
	.plr_lp--150 {
		padding: 0 150px;
	}
	.pt_lp--150 {
		padding-top: 150px;
	}
	.pb_lp--150 {
		padding-bottom: 150px;
	}
	.pl_lp--150 {
		padding-left: 150px;
	}
	.pr_lp--150 {
		padding-right: 150px;
	}
	.mt_lp--150 {
		margin-top: 150px;
	}
	.mb_lp--150 {
		margin-bottom: 150px;
	}
	.ptb_lp--155 {
		padding: 155px 0;
	}
	.plr_lp--155 {
		padding: 0 155px;
	}
	.pt_lp--155 {
		padding-top: 155px;
	}
	.pb_lp--155 {
		padding-bottom: 155px;
	}
	.pl_lp--155 {
		padding-left: 155px;
	}
	.pr_lp--155 {
		padding-right: 155px;
	}
	.mt_lp--155 {
		margin-top: 155px;
	}
	.mb_lp--155 {
		margin-bottom: 155px;
	}
	.ptb_lp--160 {
		padding: 160px 0;
	}
	.plr_lp--160 {
		padding: 0 160px;
	}
	.pt_lp--160 {
		padding-top: 160px;
	}
	.pb_lp--160 {
		padding-bottom: 160px;
	}
	.pl_lp--160 {
		padding-left: 160px;
	}
	.pr_lp--160 {
		padding-right: 160px;
	}
	.mt_lp--160 {
		margin-top: 160px;
	}
	.mb_lp--160 {
		margin-bottom: 160px;
	}
	.ptb_lp--165 {
		padding: 165px 0;
	}
	.plr_lp--165 {
		padding: 0 165px;
	}
	.pt_lp--165 {
		padding-top: 165px;
	}
	.pb_lp--165 {
		padding-bottom: 165px;
	}
	.pl_lp--165 {
		padding-left: 165px;
	}
	.pr_lp--165 {
		padding-right: 165px;
	}
	.mt_lp--165 {
		margin-top: 165px;
	}
	.mb_lp--165 {
		margin-bottom: 165px;
	}
	.ptb_lp--170 {
		padding: 170px 0;
	}
	.plr_lp--170 {
		padding: 0 170px;
	}
	.pt_lp--170 {
		padding-top: 170px;
	}
	.pb_lp--170 {
		padding-bottom: 170px;
	}
	.pl_lp--170 {
		padding-left: 170px;
	}
	.pr_lp--170 {
		padding-right: 170px;
	}
	.mt_lp--170 {
		margin-top: 170px;
	}
	.mb_lp--170 {
		margin-bottom: 170px;
	}
	.ptb_lp--175 {
		padding: 175px 0;
	}
	.plr_lp--175 {
		padding: 0 175px;
	}
	.pt_lp--175 {
		padding-top: 175px;
	}
	.pb_lp--175 {
		padding-bottom: 175px;
	}
	.pl_lp--175 {
		padding-left: 175px;
	}
	.pr_lp--175 {
		padding-right: 175px;
	}
	.mt_lp--175 {
		margin-top: 175px;
	}
	.mb_lp--175 {
		margin-bottom: 175px;
	}
	.ptb_lp--180 {
		padding: 180px 0;
	}
	.plr_lp--180 {
		padding: 0 180px;
	}
	.pt_lp--180 {
		padding-top: 180px;
	}
	.pb_lp--180 {
		padding-bottom: 180px;
	}
	.pl_lp--180 {
		padding-left: 180px;
	}
	.pr_lp--180 {
		padding-right: 180px;
	}
	.mt_lp--180 {
		margin-top: 180px;
	}
	.mb_lp--180 {
		margin-bottom: 180px;
	}
	.ptb_lp--185 {
		padding: 185px 0;
	}
	.plr_lp--185 {
		padding: 0 185px;
	}
	.pt_lp--185 {
		padding-top: 185px;
	}
	.pb_lp--185 {
		padding-bottom: 185px;
	}
	.pl_lp--185 {
		padding-left: 185px;
	}
	.pr_lp--185 {
		padding-right: 185px;
	}
	.mt_lp--185 {
		margin-top: 185px;
	}
	.mb_lp--185 {
		margin-bottom: 185px;
	}
	.ptb_lp--190 {
		padding: 190px 0;
	}
	.plr_lp--190 {
		padding: 0 190px;
	}
	.pt_lp--190 {
		padding-top: 190px;
	}
	.pb_lp--190 {
		padding-bottom: 190px;
	}
	.pl_lp--190 {
		padding-left: 190px;
	}
	.pr_lp--190 {
		padding-right: 190px;
	}
	.mt_lp--190 {
		margin-top: 190px;
	}
	.mb_lp--190 {
		margin-bottom: 190px;
	}
	.ptb_lp--195 {
		padding: 195px 0;
	}
	.plr_lp--195 {
		padding: 0 195px;
	}
	.pt_lp--195 {
		padding-top: 195px;
	}
	.pb_lp--195 {
		padding-bottom: 195px;
	}
	.pl_lp--195 {
		padding-left: 195px;
	}
	.pr_lp--195 {
		padding-right: 195px;
	}
	.mt_lp--195 {
		margin-top: 195px;
	}
	.mb_lp--195 {
		margin-bottom: 195px;
	}
	.ptb_lp--200 {
		padding: 200px 0;
	}
	.plr_lp--200 {
		padding: 0 200px;
	}
	.pt_lp--200 {
		padding-top: 200px;
	}
	.pb_lp--200 {
		padding-bottom: 200px;
	}
	.pl_lp--200 {
		padding-left: 200px;
	}
	.pr_lp--200 {
		padding-right: 200px;
	}
	.mt_lp--200 {
		margin-top: 200px;
	}
	.mb_lp--200 {
		margin-bottom: 200px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.ptb_lg--5 {
		padding: 5px 0 !important;
	}
	.plr_lg--5 {
		padding: 0 5px !important;
	}
	.pt_lg--5 {
		padding-top: 5px !important;
	}
	.pb_lg--5 {
		padding-bottom: 5px !important;
	}
	.pl_lg--5 {
		padding-left: 5px !important;
	}
	.pr_lg--5 {
		padding-right: 5px !important;
	}
	.mt_lg--5 {
		margin-top: 5px !important;
	}
	.mb_lg--5 {
		margin-bottom: 5px !important;
	}
	.ml_lg--5 {
		margin-left: 5px !important;
	}
	.ptb_lg--10 {
		padding: 10px 0 !important;
	}
	.plr_lg--10 {
		padding: 0 10px !important;
	}
	.pt_lg--10 {
		padding-top: 10px !important;
	}
	.pb_lg--10 {
		padding-bottom: 10px !important;
	}
	.pl_lg--10 {
		padding-left: 10px !important;
	}
	.pr_lg--10 {
		padding-right: 10px !important;
	}
	.mt_lg--10 {
		margin-top: 10px !important;
	}
	.mb_lg--10 {
		margin-bottom: 10px !important;
	}
	.ml_lg--10 {
		margin-left: 10px !important;
	}
	.ptb_lg--15 {
		padding: 15px 0 !important;
	}
	.plr_lg--15 {
		padding: 0 15px !important;
	}
	.pt_lg--15 {
		padding-top: 15px !important;
	}
	.pb_lg--15 {
		padding-bottom: 15px !important;
	}
	.pl_lg--15 {
		padding-left: 15px !important;
	}
	.pr_lg--15 {
		padding-right: 15px !important;
	}
	.mt_lg--15 {
		margin-top: 15px !important;
	}
	.mb_lg--15 {
		margin-bottom: 15px !important;
	}
	.ml_lg--15 {
		margin-left: 15px !important;
	}
	.ptb_lg--20 {
		padding: 20px 0 !important;
	}
	.plr_lg--20 {
		padding: 0 20px !important;
	}
	.pt_lg--20 {
		padding-top: 20px !important;
	}
	.pb_lg--20 {
		padding-bottom: 20px !important;
	}
	.pl_lg--20 {
		padding-left: 20px !important;
	}
	.pr_lg--20 {
		padding-right: 20px !important;
	}
	.mt_lg--20 {
		margin-top: 20px !important;
	}
	.mb_lg--20 {
		margin-bottom: 20px !important;
	}
	.ml_lg--20 {
		margin-left: 20px !important;
	}
	.ptb_lg--25 {
		padding: 25px 0 !important;
	}
	.plr_lg--25 {
		padding: 0 25px !important;
	}
	.pt_lg--25 {
		padding-top: 25px !important;
	}
	.pb_lg--25 {
		padding-bottom: 25px !important;
	}
	.pl_lg--25 {
		padding-left: 25px !important;
	}
	.pr_lg--25 {
		padding-right: 25px !important;
	}
	.mt_lg--25 {
		margin-top: 25px !important;
	}
	.mb_lg--25 {
		margin-bottom: 25px !important;
	}
	.ml_lg--25 {
		margin-left: 25px !important;
	}
	.ptb_lg--30 {
		padding: 30px 0 !important;
	}
	.plr_lg--30 {
		padding: 0 30px !important;
	}
	.pt_lg--30 {
		padding-top: 30px !important;
	}
	.pb_lg--30 {
		padding-bottom: 30px !important;
	}
	.pl_lg--30 {
		padding-left: 30px !important;
	}
	.pr_lg--30 {
		padding-right: 30px !important;
	}
	.mt_lg--30 {
		margin-top: 30px !important;
	}
	.mb_lg--30 {
		margin-bottom: 30px !important;
	}
	.ml_lg--30 {
		margin-left: 30px !important;
	}
	.ptb_lg--35 {
		padding: 35px 0 !important;
	}
	.plr_lg--35 {
		padding: 0 35px !important;
	}
	.pt_lg--35 {
		padding-top: 35px !important;
	}
	.pb_lg--35 {
		padding-bottom: 35px !important;
	}
	.pl_lg--35 {
		padding-left: 35px !important;
	}
	.pr_lg--35 {
		padding-right: 35px !important;
	}
	.mt_lg--35 {
		margin-top: 35px !important;
	}
	.mb_lg--35 {
		margin-bottom: 35px !important;
	}
	.ml_lg--35 {
		margin-left: 35px !important;
	}
	.ptb_lg--40 {
		padding: 40px 0 !important;
	}
	.plr_lg--40 {
		padding: 0 40px !important;
	}
	.pt_lg--40 {
		padding-top: 40px !important;
	}
	.pb_lg--40 {
		padding-bottom: 40px !important;
	}
	.pl_lg--40 {
		padding-left: 40px !important;
	}
	.pr_lg--40 {
		padding-right: 40px !important;
	}
	.mt_lg--40 {
		margin-top: 40px !important;
	}
	.mb_lg--40 {
		margin-bottom: 40px !important;
	}
	.ml_lg--40 {
		margin-left: 40px !important;
	}
	.ptb_lg--45 {
		padding: 45px 0 !important;
	}
	.plr_lg--45 {
		padding: 0 45px !important;
	}
	.pt_lg--45 {
		padding-top: 45px !important;
	}
	.pb_lg--45 {
		padding-bottom: 45px !important;
	}
	.pl_lg--45 {
		padding-left: 45px !important;
	}
	.pr_lg--45 {
		padding-right: 45px !important;
	}
	.mt_lg--45 {
		margin-top: 45px !important;
	}
	.mb_lg--45 {
		margin-bottom: 45px !important;
	}
	.ml_lg--45 {
		margin-left: 45px !important;
	}
	.ptb_lg--50 {
		padding: 50px 0 !important;
	}
	.plr_lg--50 {
		padding: 0 50px !important;
	}
	.pt_lg--50 {
		padding-top: 50px !important;
	}
	.pb_lg--50 {
		padding-bottom: 50px !important;
	}
	.pl_lg--50 {
		padding-left: 50px !important;
	}
	.pr_lg--50 {
		padding-right: 50px !important;
	}
	.mt_lg--50 {
		margin-top: 50px !important;
	}
	.mb_lg--50 {
		margin-bottom: 50px !important;
	}
	.ml_lg--50 {
		margin-left: 50px !important;
	}
	.ptb_lg--55 {
		padding: 55px 0 !important;
	}
	.plr_lg--55 {
		padding: 0 55px !important;
	}
	.pt_lg--55 {
		padding-top: 55px !important;
	}
	.pb_lg--55 {
		padding-bottom: 55px !important;
	}
	.pl_lg--55 {
		padding-left: 55px !important;
	}
	.pr_lg--55 {
		padding-right: 55px !important;
	}
	.mt_lg--55 {
		margin-top: 55px !important;
	}
	.mb_lg--55 {
		margin-bottom: 55px !important;
	}
	.ml_lg--55 {
		margin-left: 55px !important;
	}
	.ptb_lg--60 {
		padding: 60px 0 !important;
	}
	.plr_lg--60 {
		padding: 0 60px !important;
	}
	.pt_lg--60 {
		padding-top: 60px !important;
	}
	.pb_lg--60 {
		padding-bottom: 60px !important;
	}
	.pl_lg--60 {
		padding-left: 60px !important;
	}
	.pr_lg--60 {
		padding-right: 60px !important;
	}
	.mt_lg--60 {
		margin-top: 60px !important;
	}
	.mb_lg--60 {
		margin-bottom: 60px !important;
	}
	.ml_lg--60 {
		margin-left: 60px !important;
	}
	.ptb_lg--65 {
		padding: 65px 0 !important;
	}
	.plr_lg--65 {
		padding: 0 65px !important;
	}
	.pt_lg--65 {
		padding-top: 65px !important;
	}
	.pb_lg--65 {
		padding-bottom: 65px !important;
	}
	.pl_lg--65 {
		padding-left: 65px !important;
	}
	.pr_lg--65 {
		padding-right: 65px !important;
	}
	.mt_lg--65 {
		margin-top: 65px !important;
	}
	.mb_lg--65 {
		margin-bottom: 65px !important;
	}
	.ml_lg--65 {
		margin-left: 65px !important;
	}
	.ptb_lg--70 {
		padding: 70px 0 !important;
	}
	.plr_lg--70 {
		padding: 0 70px !important;
	}
	.pt_lg--70 {
		padding-top: 70px !important;
	}
	.pb_lg--70 {
		padding-bottom: 70px !important;
	}
	.pl_lg--70 {
		padding-left: 70px !important;
	}
	.pr_lg--70 {
		padding-right: 70px !important;
	}
	.mt_lg--70 {
		margin-top: 70px !important;
	}
	.mb_lg--70 {
		margin-bottom: 70px !important;
	}
	.ml_lg--70 {
		margin-left: 70px !important;
	}
	.ptb_lg--75 {
		padding: 75px 0 !important;
	}
	.plr_lg--75 {
		padding: 0 75px !important;
	}
	.pt_lg--75 {
		padding-top: 75px !important;
	}
	.pb_lg--75 {
		padding-bottom: 75px !important;
	}
	.pl_lg--75 {
		padding-left: 75px !important;
	}
	.pr_lg--75 {
		padding-right: 75px !important;
	}
	.mt_lg--75 {
		margin-top: 75px !important;
	}
	.mb_lg--75 {
		margin-bottom: 75px !important;
	}
	.ml_lg--75 {
		margin-left: 75px !important;
	}
	.ptb_lg--80 {
		padding: 80px 0 !important;
	}
	.plr_lg--80 {
		padding: 0 80px !important;
	}
	.pt_lg--80 {
		padding-top: 80px !important;
	}
	.pb_lg--80 {
		padding-bottom: 80px !important;
	}
	.pl_lg--80 {
		padding-left: 80px !important;
	}
	.pr_lg--80 {
		padding-right: 80px !important;
	}
	.mt_lg--80 {
		margin-top: 80px !important;
	}
	.mb_lg--80 {
		margin-bottom: 80px !important;
	}
	.ml_lg--80 {
		margin-left: 80px !important;
	}
	.ptb_lg--85 {
		padding: 85px 0 !important;
	}
	.plr_lg--85 {
		padding: 0 85px !important;
	}
	.pt_lg--85 {
		padding-top: 85px !important;
	}
	.pb_lg--85 {
		padding-bottom: 85px !important;
	}
	.pl_lg--85 {
		padding-left: 85px !important;
	}
	.pr_lg--85 {
		padding-right: 85px !important;
	}
	.mt_lg--85 {
		margin-top: 85px !important;
	}
	.mb_lg--85 {
		margin-bottom: 85px !important;
	}
	.ml_lg--85 {
		margin-left: 85px !important;
	}
	.ptb_lg--90 {
		padding: 90px 0 !important;
	}
	.plr_lg--90 {
		padding: 0 90px !important;
	}
	.pt_lg--90 {
		padding-top: 90px !important;
	}
	.pb_lg--90 {
		padding-bottom: 90px !important;
	}
	.pl_lg--90 {
		padding-left: 90px !important;
	}
	.pr_lg--90 {
		padding-right: 90px !important;
	}
	.mt_lg--90 {
		margin-top: 90px !important;
	}
	.mb_lg--90 {
		margin-bottom: 90px !important;
	}
	.ml_lg--90 {
		margin-left: 90px !important;
	}
	.ptb_lg--95 {
		padding: 95px 0 !important;
	}
	.plr_lg--95 {
		padding: 0 95px !important;
	}
	.pt_lg--95 {
		padding-top: 95px !important;
	}
	.pb_lg--95 {
		padding-bottom: 95px !important;
	}
	.pl_lg--95 {
		padding-left: 95px !important;
	}
	.pr_lg--95 {
		padding-right: 95px !important;
	}
	.mt_lg--95 {
		margin-top: 95px !important;
	}
	.mb_lg--95 {
		margin-bottom: 95px !important;
	}
	.ml_lg--95 {
		margin-left: 95px !important;
	}
	.ptb_lg--100 {
		padding: 100px 0 !important;
	}
	.plr_lg--100 {
		padding: 0 100px !important;
	}
	.pt_lg--100 {
		padding-top: 100px !important;
	}
	.pb_lg--100 {
		padding-bottom: 100px !important;
	}
	.pl_lg--100 {
		padding-left: 100px !important;
	}
	.pr_lg--100 {
		padding-right: 100px !important;
	}
	.mt_lg--100 {
		margin-top: 100px !important;
	}
	.mb_lg--100 {
		margin-bottom: 100px !important;
	}
	.ml_lg--100 {
		margin-left: 100px !important;
	}
	.ptb_lg--105 {
		padding: 105px 0 !important;
	}
	.plr_lg--105 {
		padding: 0 105px !important;
	}
	.pt_lg--105 {
		padding-top: 105px !important;
	}
	.pb_lg--105 {
		padding-bottom: 105px !important;
	}
	.pl_lg--105 {
		padding-left: 105px !important;
	}
	.pr_lg--105 {
		padding-right: 105px !important;
	}
	.mt_lg--105 {
		margin-top: 105px !important;
	}
	.mb_lg--105 {
		margin-bottom: 105px !important;
	}
	.ml_lg--105 {
		margin-left: 105px !important;
	}
	.ptb_lg--110 {
		padding: 110px 0 !important;
	}
	.plr_lg--110 {
		padding: 0 110px !important;
	}
	.pt_lg--110 {
		padding-top: 110px !important;
	}
	.pb_lg--110 {
		padding-bottom: 110px !important;
	}
	.pl_lg--110 {
		padding-left: 110px !important;
	}
	.pr_lg--110 {
		padding-right: 110px !important;
	}
	.mt_lg--110 {
		margin-top: 110px !important;
	}
	.mb_lg--110 {
		margin-bottom: 110px !important;
	}
	.ml_lg--110 {
		margin-left: 110px !important;
	}
	.ptb_lg--115 {
		padding: 115px 0 !important;
	}
	.plr_lg--115 {
		padding: 0 115px !important;
	}
	.pt_lg--115 {
		padding-top: 115px !important;
	}
	.pb_lg--115 {
		padding-bottom: 115px !important;
	}
	.pl_lg--115 {
		padding-left: 115px !important;
	}
	.pr_lg--115 {
		padding-right: 115px !important;
	}
	.mt_lg--115 {
		margin-top: 115px !important;
	}
	.mb_lg--115 {
		margin-bottom: 115px !important;
	}
	.ml_lg--115 {
		margin-left: 115px !important;
	}
	.ptb_lg--120 {
		padding: 120px 0 !important;
	}
	.plr_lg--120 {
		padding: 0 120px !important;
	}
	.pt_lg--120 {
		padding-top: 120px !important;
	}
	.pb_lg--120 {
		padding-bottom: 120px !important;
	}
	.pl_lg--120 {
		padding-left: 120px !important;
	}
	.pr_lg--120 {
		padding-right: 120px !important;
	}
	.mt_lg--120 {
		margin-top: 120px !important;
	}
	.mb_lg--120 {
		margin-bottom: 120px !important;
	}
	.ml_lg--120 {
		margin-left: 120px !important;
	}
	.ptb_lg--125 {
		padding: 125px 0 !important;
	}
	.plr_lg--125 {
		padding: 0 125px !important;
	}
	.pt_lg--125 {
		padding-top: 125px !important;
	}
	.pb_lg--125 {
		padding-bottom: 125px !important;
	}
	.pl_lg--125 {
		padding-left: 125px !important;
	}
	.pr_lg--125 {
		padding-right: 125px !important;
	}
	.mt_lg--125 {
		margin-top: 125px !important;
	}
	.mb_lg--125 {
		margin-bottom: 125px !important;
	}
	.ml_lg--125 {
		margin-left: 125px !important;
	}
	.ptb_lg--130 {
		padding: 130px 0 !important;
	}
	.plr_lg--130 {
		padding: 0 130px !important;
	}
	.pt_lg--130 {
		padding-top: 130px !important;
	}
	.pb_lg--130 {
		padding-bottom: 130px !important;
	}
	.pl_lg--130 {
		padding-left: 130px !important;
	}
	.pr_lg--130 {
		padding-right: 130px !important;
	}
	.mt_lg--130 {
		margin-top: 130px !important;
	}
	.mb_lg--130 {
		margin-bottom: 130px !important;
	}
	.ml_lg--130 {
		margin-left: 130px !important;
	}
	.ptb_lg--135 {
		padding: 135px 0 !important;
	}
	.plr_lg--135 {
		padding: 0 135px !important;
	}
	.pt_lg--135 {
		padding-top: 135px !important;
	}
	.pb_lg--135 {
		padding-bottom: 135px !important;
	}
	.pl_lg--135 {
		padding-left: 135px !important;
	}
	.pr_lg--135 {
		padding-right: 135px !important;
	}
	.mt_lg--135 {
		margin-top: 135px !important;
	}
	.mb_lg--135 {
		margin-bottom: 135px !important;
	}
	.ml_lg--135 {
		margin-left: 135px !important;
	}
	.ptb_lg--140 {
		padding: 140px 0 !important;
	}
	.plr_lg--140 {
		padding: 0 140px !important;
	}
	.pt_lg--140 {
		padding-top: 140px !important;
	}
	.pb_lg--140 {
		padding-bottom: 140px !important;
	}
	.pl_lg--140 {
		padding-left: 140px !important;
	}
	.pr_lg--140 {
		padding-right: 140px !important;
	}
	.mt_lg--140 {
		margin-top: 140px !important;
	}
	.mb_lg--140 {
		margin-bottom: 140px !important;
	}
	.ml_lg--140 {
		margin-left: 140px !important;
	}
	.ptb_lg--145 {
		padding: 145px 0 !important;
	}
	.plr_lg--145 {
		padding: 0 145px !important;
	}
	.pt_lg--145 {
		padding-top: 145px !important;
	}
	.pb_lg--145 {
		padding-bottom: 145px !important;
	}
	.pl_lg--145 {
		padding-left: 145px !important;
	}
	.pr_lg--145 {
		padding-right: 145px !important;
	}
	.mt_lg--145 {
		margin-top: 145px !important;
	}
	.mb_lg--145 {
		margin-bottom: 145px !important;
	}
	.ml_lg--145 {
		margin-left: 145px !important;
	}
	.ptb_lg--150 {
		padding: 150px 0 !important;
	}
	.plr_lg--150 {
		padding: 0 150px !important;
	}
	.pt_lg--150 {
		padding-top: 150px !important;
	}
	.pb_lg--150 {
		padding-bottom: 150px !important;
	}
	.pl_lg--150 {
		padding-left: 150px !important;
	}
	.pr_lg--150 {
		padding-right: 150px !important;
	}
	.mt_lg--150 {
		margin-top: 150px !important;
	}
	.mb_lg--150 {
		margin-bottom: 150px !important;
	}
	.ml_lg--150 {
		margin-left: 150px !important;
	}
	.ptb_lg--155 {
		padding: 155px 0 !important;
	}
	.plr_lg--155 {
		padding: 0 155px !important;
	}
	.pt_lg--155 {
		padding-top: 155px !important;
	}
	.pb_lg--155 {
		padding-bottom: 155px !important;
	}
	.pl_lg--155 {
		padding-left: 155px !important;
	}
	.pr_lg--155 {
		padding-right: 155px !important;
	}
	.mt_lg--155 {
		margin-top: 155px !important;
	}
	.mb_lg--155 {
		margin-bottom: 155px !important;
	}
	.ml_lg--155 {
		margin-left: 155px !important;
	}
	.ptb_lg--160 {
		padding: 160px 0 !important;
	}
	.plr_lg--160 {
		padding: 0 160px !important;
	}
	.pt_lg--160 {
		padding-top: 160px !important;
	}
	.pb_lg--160 {
		padding-bottom: 160px !important;
	}
	.pl_lg--160 {
		padding-left: 160px !important;
	}
	.pr_lg--160 {
		padding-right: 160px !important;
	}
	.mt_lg--160 {
		margin-top: 160px !important;
	}
	.mb_lg--160 {
		margin-bottom: 160px !important;
	}
	.ml_lg--160 {
		margin-left: 160px !important;
	}
	.ptb_lg--165 {
		padding: 165px 0 !important;
	}
	.plr_lg--165 {
		padding: 0 165px !important;
	}
	.pt_lg--165 {
		padding-top: 165px !important;
	}
	.pb_lg--165 {
		padding-bottom: 165px !important;
	}
	.pl_lg--165 {
		padding-left: 165px !important;
	}
	.pr_lg--165 {
		padding-right: 165px !important;
	}
	.mt_lg--165 {
		margin-top: 165px !important;
	}
	.mb_lg--165 {
		margin-bottom: 165px !important;
	}
	.ml_lg--165 {
		margin-left: 165px !important;
	}
	.ptb_lg--170 {
		padding: 170px 0 !important;
	}
	.plr_lg--170 {
		padding: 0 170px !important;
	}
	.pt_lg--170 {
		padding-top: 170px !important;
	}
	.pb_lg--170 {
		padding-bottom: 170px !important;
	}
	.pl_lg--170 {
		padding-left: 170px !important;
	}
	.pr_lg--170 {
		padding-right: 170px !important;
	}
	.mt_lg--170 {
		margin-top: 170px !important;
	}
	.mb_lg--170 {
		margin-bottom: 170px !important;
	}
	.ml_lg--170 {
		margin-left: 170px !important;
	}
	.ptb_lg--175 {
		padding: 175px 0 !important;
	}
	.plr_lg--175 {
		padding: 0 175px !important;
	}
	.pt_lg--175 {
		padding-top: 175px !important;
	}
	.pb_lg--175 {
		padding-bottom: 175px !important;
	}
	.pl_lg--175 {
		padding-left: 175px !important;
	}
	.pr_lg--175 {
		padding-right: 175px !important;
	}
	.mt_lg--175 {
		margin-top: 175px !important;
	}
	.mb_lg--175 {
		margin-bottom: 175px !important;
	}
	.ml_lg--175 {
		margin-left: 175px !important;
	}
	.ptb_lg--180 {
		padding: 180px 0 !important;
	}
	.plr_lg--180 {
		padding: 0 180px !important;
	}
	.pt_lg--180 {
		padding-top: 180px !important;
	}
	.pb_lg--180 {
		padding-bottom: 180px !important;
	}
	.pl_lg--180 {
		padding-left: 180px !important;
	}
	.pr_lg--180 {
		padding-right: 180px !important;
	}
	.mt_lg--180 {
		margin-top: 180px !important;
	}
	.mb_lg--180 {
		margin-bottom: 180px !important;
	}
	.ml_lg--180 {
		margin-left: 180px !important;
	}
	.ptb_lg--185 {
		padding: 185px 0 !important;
	}
	.plr_lg--185 {
		padding: 0 185px !important;
	}
	.pt_lg--185 {
		padding-top: 185px !important;
	}
	.pb_lg--185 {
		padding-bottom: 185px !important;
	}
	.pl_lg--185 {
		padding-left: 185px !important;
	}
	.pr_lg--185 {
		padding-right: 185px !important;
	}
	.mt_lg--185 {
		margin-top: 185px !important;
	}
	.mb_lg--185 {
		margin-bottom: 185px !important;
	}
	.ml_lg--185 {
		margin-left: 185px !important;
	}
	.ptb_lg--190 {
		padding: 190px 0 !important;
	}
	.plr_lg--190 {
		padding: 0 190px !important;
	}
	.pt_lg--190 {
		padding-top: 190px !important;
	}
	.pb_lg--190 {
		padding-bottom: 190px !important;
	}
	.pl_lg--190 {
		padding-left: 190px !important;
	}
	.pr_lg--190 {
		padding-right: 190px !important;
	}
	.mt_lg--190 {
		margin-top: 190px !important;
	}
	.mb_lg--190 {
		margin-bottom: 190px !important;
	}
	.ml_lg--190 {
		margin-left: 190px !important;
	}
	.ptb_lg--195 {
		padding: 195px 0 !important;
	}
	.plr_lg--195 {
		padding: 0 195px !important;
	}
	.pt_lg--195 {
		padding-top: 195px !important;
	}
	.pb_lg--195 {
		padding-bottom: 195px !important;
	}
	.pl_lg--195 {
		padding-left: 195px !important;
	}
	.pr_lg--195 {
		padding-right: 195px !important;
	}
	.mt_lg--195 {
		margin-top: 195px !important;
	}
	.mb_lg--195 {
		margin-bottom: 195px !important;
	}
	.ml_lg--195 {
		margin-left: 195px !important;
	}
	.ptb_lg--200 {
		padding: 200px 0 !important;
	}
	.plr_lg--200 {
		padding: 0 200px !important;
	}
	.pt_lg--200 {
		padding-top: 200px !important;
	}
	.pb_lg--200 {
		padding-bottom: 200px !important;
	}
	.pl_lg--200 {
		padding-left: 200px !important;
	}
	.pr_lg--200 {
		padding-right: 200px !important;
	}
	.mt_lg--200 {
		margin-top: 200px !important;
	}
	.mb_lg--200 {
		margin-bottom: 200px !important;
	}
	.ml_lg--200 {
		margin-left: 200px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ptb_md--0 {
		padding: 0 !important;
	}
	.whatsaap {
		left: 5%;
		bottom: 3% !important;
	}
	.pl_md--0 {
		padding-left: 0 !important;
	}
	.pr_md--0 {
		padding-right: 0 !important;
	}
	.pt_md--0 {
		padding-top: 0 !important;
	}
	.pb_md--0 {
		padding-bottom: 0 !important;
	}
	.mr_md--0 {
		margin-right: 0 !important;
	}
	.ml_md--0 {
		margin-left: 0 !important;
	}
	.mt_md--0 {
		margin-top: 0 !important;
	}
	.mb_md--0 {
		margin-bottom: 0 !important;
	}
	.ptb_md--250 {
		padding: 250px 0 !important;
	}
	.ptb_md--5 {
		padding: 5px 0 !important;
	}
	.plr_md--5 {
		padding: 0 5px !important;
	}
	.pt_md--5 {
		padding-top: 5px !important;
	}
	.pb_md--5 {
		padding-bottom: 5px !important;
	}
	.pl_md--5 {
		padding-left: 5px !important;
	}
	.pr_md--5 {
		padding-right: 5px !important;
	}
	.mt_md--5 {
		margin-top: 5px !important;
	}
	.mb_md--5 {
		margin-bottom: 5px !important;
	}
	.ptb_md--10 {
		padding: 10px 0 !important;
	}
	.plr_md--10 {
		padding: 0 10px !important;
	}
	.pt_md--10 {
		padding-top: 10px !important;
	}
	.pb_md--10 {
		padding-bottom: 10px !important;
	}
	.pl_md--10 {
		padding-left: 10px !important;
	}
	.pr_md--10 {
		padding-right: 10px !important;
	}
	.mt_md--10 {
		margin-top: 10px !important;
	}
	.mb_md--10 {
		margin-bottom: 10px !important;
	}
	.ptb_md--15 {
		padding: 15px 0 !important;
	}
	.plr_md--15 {
		padding: 0 15px !important;
	}
	.pt_md--15 {
		padding-top: 15px !important;
	}
	.pb_md--15 {
		padding-bottom: 15px !important;
	}
	.pl_md--15 {
		padding-left: 15px !important;
	}
	.pr_md--15 {
		padding-right: 15px !important;
	}
	.mt_md--15 {
		margin-top: 15px !important;
	}
	.mb_md--15 {
		margin-bottom: 15px !important;
	}
	.ptb_md--20 {
		padding: 20px 0 !important;
	}
	.plr_md--20 {
		padding: 0 20px !important;
	}
	.pt_md--20 {
		padding-top: 20px !important;
	}
	.pb_md--20 {
		padding-bottom: 20px !important;
	}
	.pl_md--20 {
		padding-left: 20px !important;
	}
	.pr_md--20 {
		padding-right: 20px !important;
	}
	.mt_md--20 {
		margin-top: 20px !important;
	}
	.mb_md--20 {
		margin-bottom: 20px !important;
	}
	.ptb_md--25 {
		padding: 25px 0 !important;
	}
	.plr_md--25 {
		padding: 0 25px !important;
	}
	.pt_md--25 {
		padding-top: 25px !important;
	}
	.pb_md--25 {
		padding-bottom: 25px !important;
	}
	.pl_md--25 {
		padding-left: 25px !important;
	}
	.pr_md--25 {
		padding-right: 25px !important;
	}
	.mt_md--25 {
		margin-top: 25px !important;
	}
	.mb_md--25 {
		margin-bottom: 25px !important;
	}
	.ptb_md--30 {
		padding: 30px 0 !important;
	}
	.plr_md--30 {
		padding: 0 30px !important;
	}
	.pt_md--30 {
		padding-top: 30px !important;
	}
	.pb_md--30 {
		padding-bottom: 30px !important;
	}
	.pl_md--30 {
		padding-left: 30px !important;
	}
	.pr_md--30 {
		padding-right: 30px !important;
	}
	.mt_md--30 {
		margin-top: 30px !important;
	}
	.mb_md--30 {
		margin-bottom: 30px !important;
	}
	.ptb_md--35 {
		padding: 35px 0 !important;
	}
	.plr_md--35 {
		padding: 0 35px !important;
	}
	.pt_md--35 {
		padding-top: 35px !important;
	}
	.pb_md--35 {
		padding-bottom: 35px !important;
	}
	.pl_md--35 {
		padding-left: 35px !important;
	}
	.pr_md--35 {
		padding-right: 35px !important;
	}
	.mt_md--35 {
		margin-top: 35px !important;
	}
	.mb_md--35 {
		margin-bottom: 35px !important;
	}
	.ptb_md--40 {
		padding: 40px 0 !important;
	}
	.plr_md--40 {
		padding: 0 40px !important;
	}
	.pt_md--40 {
		padding-top: 40px !important;
	}
	.pb_md--40 {
		padding-bottom: 40px !important;
	}
	.pl_md--40 {
		padding-left: 40px !important;
	}
	.pr_md--40 {
		padding-right: 40px !important;
	}
	.mt_md--40 {
		margin-top: 40px !important;
	}
	.mb_md--40 {
		margin-bottom: 40px !important;
	}
	.ptb_md--45 {
		padding: 45px 0 !important;
	}
	.plr_md--45 {
		padding: 0 45px !important;
	}
	.pt_md--45 {
		padding-top: 45px !important;
	}
	.pb_md--45 {
		padding-bottom: 45px !important;
	}
	.pl_md--45 {
		padding-left: 45px !important;
	}
	.pr_md--45 {
		padding-right: 45px !important;
	}
	.mt_md--45 {
		margin-top: 45px !important;
	}
	.mb_md--45 {
		margin-bottom: 45px !important;
	}
	.ptb_md--50 {
		padding: 50px 0 !important;
	}
	.plr_md--50 {
		padding: 0 50px !important;
	}
	.pt_md--50 {
		padding-top: 50px !important;
	}
	.pb_md--50 {
		padding-bottom: 50px !important;
	}
	.pl_md--50 {
		padding-left: 50px !important;
	}
	.pr_md--50 {
		padding-right: 50px !important;
	}
	.mt_md--50 {
		margin-top: 50px !important;
	}
	.mb_md--50 {
		margin-bottom: 50px !important;
	}
	.ptb_md--55 {
		padding: 55px 0 !important;
	}
	.plr_md--55 {
		padding: 0 55px !important;
	}
	.pt_md--55 {
		padding-top: 55px !important;
	}
	.pb_md--55 {
		padding-bottom: 55px !important;
	}
	.pl_md--55 {
		padding-left: 55px !important;
	}
	.pr_md--55 {
		padding-right: 55px !important;
	}
	.mt_md--55 {
		margin-top: 55px !important;
	}
	.mb_md--55 {
		margin-bottom: 55px !important;
	}
	.ptb_md--60 {
		padding: 60px 0 !important;
	}
	.plr_md--60 {
		padding: 0 60px !important;
	}
	.pt_md--60 {
		padding-top: 60px !important;
	}
	.pb_md--60 {
		padding-bottom: 60px !important;
	}
	.pl_md--60 {
		padding-left: 60px !important;
	}
	.pr_md--60 {
		padding-right: 60px !important;
	}
	.mt_md--60 {
		margin-top: 60px !important;
	}
	.mb_md--60 {
		margin-bottom: 60px !important;
	}
	.ptb_md--65 {
		padding: 65px 0 !important;
	}
	.plr_md--65 {
		padding: 0 65px !important;
	}
	.pt_md--65 {
		padding-top: 65px !important;
	}
	.pb_md--65 {
		padding-bottom: 65px !important;
	}
	.pl_md--65 {
		padding-left: 65px !important;
	}
	.pr_md--65 {
		padding-right: 65px !important;
	}
	.mt_md--65 {
		margin-top: 65px !important;
	}
	.mb_md--65 {
		margin-bottom: 65px !important;
	}
	.ptb_md--70 {
		padding: 70px 0 !important;
	}
	.plr_md--70 {
		padding: 0 70px !important;
	}
	.pt_md--70 {
		padding-top: 70px !important;
	}
	.pb_md--70 {
		padding-bottom: 70px !important;
	}
	.pl_md--70 {
		padding-left: 70px !important;
	}
	.pr_md--70 {
		padding-right: 70px !important;
	}
	.mt_md--70 {
		margin-top: 70px !important;
	}
	.mb_md--70 {
		margin-bottom: 70px !important;
	}
	.ptb_md--75 {
		padding: 75px 0 !important;
	}
	.plr_md--75 {
		padding: 0 75px !important;
	}
	.pt_md--75 {
		padding-top: 75px !important;
	}
	.pb_md--75 {
		padding-bottom: 75px !important;
	}
	.pl_md--75 {
		padding-left: 75px !important;
	}
	.pr_md--75 {
		padding-right: 75px !important;
	}
	.mt_md--75 {
		margin-top: 75px !important;
	}
	.mb_md--75 {
		margin-bottom: 75px !important;
	}
	.ptb_md--80 {
		padding: 80px 0 !important;
	}
	.plr_md--80 {
		padding: 0 80px !important;
	}
	.pt_md--80 {
		padding-top: 80px !important;
	}
	.pb_md--80 {
		padding-bottom: 80px !important;
	}
	.pl_md--80 {
		padding-left: 80px !important;
	}
	.pr_md--80 {
		padding-right: 80px !important;
	}
	.mt_md--80 {
		margin-top: 80px !important;
	}
	.mb_md--80 {
		margin-bottom: 80px !important;
	}
	.ptb_md--85 {
		padding: 85px 0 !important;
	}
	.plr_md--85 {
		padding: 0 85px !important;
	}
	.pt_md--85 {
		padding-top: 85px !important;
	}
	.pb_md--85 {
		padding-bottom: 85px !important;
	}
	.pl_md--85 {
		padding-left: 85px !important;
	}
	.pr_md--85 {
		padding-right: 85px !important;
	}
	.mt_md--85 {
		margin-top: 85px !important;
	}
	.mb_md--85 {
		margin-bottom: 85px !important;
	}
	.ptb_md--90 {
		padding: 90px 0 !important;
	}
	.plr_md--90 {
		padding: 0 90px !important;
	}
	.pt_md--90 {
		padding-top: 90px !important;
	}
	.pb_md--90 {
		padding-bottom: 90px !important;
	}
	.pl_md--90 {
		padding-left: 90px !important;
	}
	.pr_md--90 {
		padding-right: 90px !important;
	}
	.mt_md--90 {
		margin-top: 90px !important;
	}
	.mb_md--90 {
		margin-bottom: 90px !important;
	}
	.ptb_md--95 {
		padding: 95px 0 !important;
	}
	.plr_md--95 {
		padding: 0 95px !important;
	}
	.pt_md--95 {
		padding-top: 95px !important;
	}
	.pb_md--95 {
		padding-bottom: 95px !important;
	}
	.pl_md--95 {
		padding-left: 95px !important;
	}
	.pr_md--95 {
		padding-right: 95px !important;
	}
	.mt_md--95 {
		margin-top: 95px !important;
	}
	.mb_md--95 {
		margin-bottom: 95px !important;
	}
	.ptb_md--100 {
		padding: 100px 0 !important;
	}
	.plr_md--100 {
		padding: 0 100px !important;
	}
	.pt_md--100 {
		padding-top: 100px !important;
	}
	.pb_md--100 {
		padding-bottom: 100px !important;
	}
	.pl_md--100 {
		padding-left: 100px !important;
	}
	.pr_md--100 {
		padding-right: 100px !important;
	}
	.mt_md--100 {
		margin-top: 100px !important;
	}
	.mb_md--100 {
		margin-bottom: 100px !important;
	}
	.ptb_md--105 {
		padding: 105px 0 !important;
	}
	.plr_md--105 {
		padding: 0 105px !important;
	}
	.pt_md--105 {
		padding-top: 105px !important;
	}
	.pb_md--105 {
		padding-bottom: 105px !important;
	}
	.pl_md--105 {
		padding-left: 105px !important;
	}
	.pr_md--105 {
		padding-right: 105px !important;
	}
	.mt_md--105 {
		margin-top: 105px !important;
	}
	.mb_md--105 {
		margin-bottom: 105px !important;
	}
	.ptb_md--110 {
		padding: 110px 0 !important;
	}
	.plr_md--110 {
		padding: 0 110px !important;
	}
	.pt_md--110 {
		padding-top: 110px !important;
	}
	.pb_md--110 {
		padding-bottom: 110px !important;
	}
	.pl_md--110 {
		padding-left: 110px !important;
	}
	.pr_md--110 {
		padding-right: 110px !important;
	}
	.mt_md--110 {
		margin-top: 110px !important;
	}
	.mb_md--110 {
		margin-bottom: 110px !important;
	}
	.ptb_md--115 {
		padding: 115px 0 !important;
	}
	.plr_md--115 {
		padding: 0 115px !important;
	}
	.pt_md--115 {
		padding-top: 115px !important;
	}
	.pb_md--115 {
		padding-bottom: 115px !important;
	}
	.pl_md--115 {
		padding-left: 115px !important;
	}
	.pr_md--115 {
		padding-right: 115px !important;
	}
	.mt_md--115 {
		margin-top: 115px !important;
	}
	.mb_md--115 {
		margin-bottom: 115px !important;
	}
	.ptb_md--120 {
		padding: 120px 0 !important;
	}
	.plr_md--120 {
		padding: 0 120px !important;
	}
	.pt_md--120 {
		padding-top: 120px !important;
	}
	.pb_md--120 {
		padding-bottom: 120px !important;
	}
	.pl_md--120 {
		padding-left: 120px !important;
	}
	.pr_md--120 {
		padding-right: 120px !important;
	}
	.mt_md--120 {
		margin-top: 120px !important;
	}
	.mb_md--120 {
		margin-bottom: 120px !important;
	}
	.ptb_md--125 {
		padding: 125px 0 !important;
	}
	.plr_md--125 {
		padding: 0 125px !important;
	}
	.pt_md--125 {
		padding-top: 125px !important;
	}
	.pb_md--125 {
		padding-bottom: 125px !important;
	}
	.pl_md--125 {
		padding-left: 125px !important;
	}
	.pr_md--125 {
		padding-right: 125px !important;
	}
	.mt_md--125 {
		margin-top: 125px !important;
	}
	.mb_md--125 {
		margin-bottom: 125px !important;
	}
	.ptb_md--130 {
		padding: 130px 0 !important;
	}
	.plr_md--130 {
		padding: 0 130px !important;
	}
	.pt_md--130 {
		padding-top: 130px !important;
	}
	.pb_md--130 {
		padding-bottom: 130px !important;
	}
	.pl_md--130 {
		padding-left: 130px !important;
	}
	.pr_md--130 {
		padding-right: 130px !important;
	}
	.mt_md--130 {
		margin-top: 130px !important;
	}
	.mb_md--130 {
		margin-bottom: 130px !important;
	}
	.ptb_md--135 {
		padding: 135px 0 !important;
	}
	.plr_md--135 {
		padding: 0 135px !important;
	}
	.pt_md--135 {
		padding-top: 135px !important;
	}
	.pb_md--135 {
		padding-bottom: 135px !important;
	}
	.pl_md--135 {
		padding-left: 135px !important;
	}
	.pr_md--135 {
		padding-right: 135px !important;
	}
	.mt_md--135 {
		margin-top: 135px !important;
	}
	.mb_md--135 {
		margin-bottom: 135px !important;
	}
	.ptb_md--140 {
		padding: 140px 0 !important;
	}
	.plr_md--140 {
		padding: 0 140px !important;
	}
	.pt_md--140 {
		padding-top: 140px !important;
	}
	.pb_md--140 {
		padding-bottom: 140px !important;
	}
	.pl_md--140 {
		padding-left: 140px !important;
	}
	.pr_md--140 {
		padding-right: 140px !important;
	}
	.mt_md--140 {
		margin-top: 140px !important;
	}
	.mb_md--140 {
		margin-bottom: 140px !important;
	}
	.ptb_md--145 {
		padding: 145px 0 !important;
	}
	.plr_md--145 {
		padding: 0 145px !important;
	}
	.pt_md--145 {
		padding-top: 145px !important;
	}
	.pb_md--145 {
		padding-bottom: 145px !important;
	}
	.pl_md--145 {
		padding-left: 145px !important;
	}
	.pr_md--145 {
		padding-right: 145px !important;
	}
	.mt_md--145 {
		margin-top: 145px !important;
	}
	.mb_md--145 {
		margin-bottom: 145px !important;
	}
	.ptb_md--150 {
		padding: 150px 0 !important;
	}
	.plr_md--150 {
		padding: 0 150px !important;
	}
	.pt_md--150 {
		padding-top: 150px !important;
	}
	.pb_md--150 {
		padding-bottom: 150px !important;
	}
	.pl_md--150 {
		padding-left: 150px !important;
	}
	.pr_md--150 {
		padding-right: 150px !important;
	}
	.mt_md--150 {
		margin-top: 150px !important;
	}
	.mb_md--150 {
		margin-bottom: 150px !important;
	}
	.ptb_md--155 {
		padding: 155px 0 !important;
	}
	.plr_md--155 {
		padding: 0 155px !important;
	}
	.pt_md--155 {
		padding-top: 155px !important;
	}
	.pb_md--155 {
		padding-bottom: 155px !important;
	}
	.pl_md--155 {
		padding-left: 155px !important;
	}
	.pr_md--155 {
		padding-right: 155px !important;
	}
	.mt_md--155 {
		margin-top: 155px !important;
	}
	.mb_md--155 {
		margin-bottom: 155px !important;
	}
	.ptb_md--160 {
		padding: 160px 0 !important;
	}
	.plr_md--160 {
		padding: 0 160px !important;
	}
	.pt_md--160 {
		padding-top: 160px !important;
	}
	.pb_md--160 {
		padding-bottom: 160px !important;
	}
	.pl_md--160 {
		padding-left: 160px !important;
	}
	.pr_md--160 {
		padding-right: 160px !important;
	}
	.mt_md--160 {
		margin-top: 160px !important;
	}
	.mb_md--160 {
		margin-bottom: 160px !important;
	}
	.ptb_md--165 {
		padding: 165px 0 !important;
	}
	.plr_md--165 {
		padding: 0 165px !important;
	}
	.pt_md--165 {
		padding-top: 165px !important;
	}
	.pb_md--165 {
		padding-bottom: 165px !important;
	}
	.pl_md--165 {
		padding-left: 165px !important;
	}
	.pr_md--165 {
		padding-right: 165px !important;
	}
	.mt_md--165 {
		margin-top: 165px !important;
	}
	.mb_md--165 {
		margin-bottom: 165px !important;
	}
	.ptb_md--170 {
		padding: 170px 0 !important;
	}
	.plr_md--170 {
		padding: 0 170px !important;
	}
	.pt_md--170 {
		padding-top: 170px !important;
	}
	.pb_md--170 {
		padding-bottom: 170px !important;
	}
	.pl_md--170 {
		padding-left: 170px !important;
	}
	.pr_md--170 {
		padding-right: 170px !important;
	}
	.mt_md--170 {
		margin-top: 170px !important;
	}
	.mb_md--170 {
		margin-bottom: 170px !important;
	}
	.ptb_md--175 {
		padding: 175px 0 !important;
	}
	.plr_md--175 {
		padding: 0 175px !important;
	}
	.pt_md--175 {
		padding-top: 175px !important;
	}
	.pb_md--175 {
		padding-bottom: 175px !important;
	}
	.pl_md--175 {
		padding-left: 175px !important;
	}
	.pr_md--175 {
		padding-right: 175px !important;
	}
	.mt_md--175 {
		margin-top: 175px !important;
	}
	.mb_md--175 {
		margin-bottom: 175px !important;
	}
	.ptb_md--180 {
		padding: 180px 0 !important;
	}
	.plr_md--180 {
		padding: 0 180px !important;
	}
	.pt_md--180 {
		padding-top: 180px !important;
	}
	.pb_md--180 {
		padding-bottom: 180px !important;
	}
	.pl_md--180 {
		padding-left: 180px !important;
	}
	.pr_md--180 {
		padding-right: 180px !important;
	}
	.mt_md--180 {
		margin-top: 180px !important;
	}
	.mb_md--180 {
		margin-bottom: 180px !important;
	}
	.ptb_md--185 {
		padding: 185px 0 !important;
	}
	.plr_md--185 {
		padding: 0 185px !important;
	}
	.pt_md--185 {
		padding-top: 185px !important;
	}
	.pb_md--185 {
		padding-bottom: 185px !important;
	}
	.pl_md--185 {
		padding-left: 185px !important;
	}
	.pr_md--185 {
		padding-right: 185px !important;
	}
	.mt_md--185 {
		margin-top: 185px !important;
	}
	.mb_md--185 {
		margin-bottom: 185px !important;
	}
	.ptb_md--190 {
		padding: 190px 0 !important;
	}
	.plr_md--190 {
		padding: 0 190px !important;
	}
	.pt_md--190 {
		padding-top: 190px !important;
	}
	.pb_md--190 {
		padding-bottom: 190px !important;
	}
	.pl_md--190 {
		padding-left: 190px !important;
	}
	.pr_md--190 {
		padding-right: 190px !important;
	}
	.mt_md--190 {
		margin-top: 190px !important;
	}
	.mb_md--190 {
		margin-bottom: 190px !important;
	}
	.ptb_md--195 {
		padding: 195px 0 !important;
	}
	.plr_md--195 {
		padding: 0 195px !important;
	}
	.pt_md--195 {
		padding-top: 195px !important;
	}
	.pb_md--195 {
		padding-bottom: 195px !important;
	}
	.pl_md--195 {
		padding-left: 195px !important;
	}
	.pr_md--195 {
		padding-right: 195px !important;
	}
	.mt_md--195 {
		margin-top: 195px !important;
	}
	.mb_md--195 {
		margin-bottom: 195px !important;
	}
	.ptb_md--200 {
		padding: 200px 0 !important;
	}
	.plr_md--200 {
		padding: 0 200px !important;
	}
	.pt_md--200 {
		padding-top: 200px !important;
	}
	.pb_md--200 {
		padding-bottom: 200px !important;
	}
	.pl_md--200 {
		padding-left: 200px !important;
	}
	.pr_md--200 {
		padding-right: 200px !important;
	}
	.mt_md--200 {
		margin-top: 200px !important;
	}
	.mb_md--200 {
		margin-bottom: 200px !important;
	}
}

@media only screen and (max-width: 767px) {
	.ptb_sm--250 {
		padding: 250px 0 !important;
	}
	.ptb_sm--0 {
		padding: 0 !important;
	}
	.pl_sm--0 {
		padding-left: 0 !important;
	}
	.pr_sm--0 {
		padding-right: 0 !important;
	}
	.pt_sm--0 {
		padding-top: 0 !important;
	}
	.pb_sm--0 {
		padding-bottom: 0 !important;
	}
	.mr_sm--0 {
		margin-right: 0 !important;
	}
	.ml_sm--0 {
		margin-left: 0 !important;
	}
	.mt_sm--0 {
		margin-top: 0 !important;
	}
	.mb_sm--0 {
		margin-bottom: 0 !important;
	}
	.pt_sm--150 {
		padding-top: 150px !important;
	}
	.pb_sm--110 {
		padding-bottom: 110px !important;
	}
	.ptb_sm--5 {
		padding: 5px 0 !important;
	}
	.plr_sm--5 {
		padding: 0 5px !important;
	}
	.pt_sm--5 {
		padding-top: 5px !important;
	}
	.pb_sm--5 {
		padding-bottom: 5px !important;
	}
	.pl_sm--5 {
		padding-left: 5px !important;
	}
	.pr_sm--5 {
		padding-right: 5px !important;
	}
	.mt_sm--5 {
		margin-top: 5px !important;
	}
	.ml_sm--5 {
		margin-left: 5px !important;
	}
	.mr_sm--5 {
		margin-right: 5px !important;
	}
	.mb_sm--5 {
		margin-bottom: 5px !important;
	}
	.ptb_sm--10 {
		padding: 10px 0 !important;
	}
	.plr_sm--10 {
		padding: 0 10px !important;
	}
	.pt_sm--10 {
		padding-top: 10px !important;
	}
	.pb_sm--10 {
		padding-bottom: 10px !important;
	}
	.pl_sm--10 {
		padding-left: 10px !important;
	}
	.pr_sm--10 {
		padding-right: 10px !important;
	}
	.mt_sm--10 {
		margin-top: 10px !important;
	}
	.ml_sm--10 {
		margin-left: 10px !important;
	}
	.mr_sm--10 {
		margin-right: 10px !important;
	}
	.mb_sm--10 {
		margin-bottom: 10px !important;
	}
	.ptb_sm--15 {
		padding: 15px 0 !important;
	}
	.plr_sm--15 {
		padding: 0 15px !important;
	}
	.pt_sm--15 {
		padding-top: 15px !important;
	}
	.pb_sm--15 {
		padding-bottom: 15px !important;
	}
	.pl_sm--15 {
		padding-left: 15px !important;
	}
	.pr_sm--15 {
		padding-right: 15px !important;
	}
	.mt_sm--15 {
		margin-top: 15px !important;
	}
	.ml_sm--15 {
		margin-left: 15px !important;
	}
	.mr_sm--15 {
		margin-right: 15px !important;
	}
	.mb_sm--15 {
		margin-bottom: 15px !important;
	}
	.ptb_sm--20 {
		padding: 20px 0 !important;
	}
	.plr_sm--20 {
		padding: 0 20px !important;
	}
	.pt_sm--20 {
		padding-top: 20px !important;
	}
	.pb_sm--20 {
		padding-bottom: 20px !important;
	}
	.pl_sm--20 {
		padding-left: 20px !important;
	}
	.pr_sm--20 {
		padding-right: 20px !important;
	}
	.mt_sm--20 {
		margin-top: 20px !important;
	}
	.ml_sm--20 {
		margin-left: 20px !important;
	}
	.mr_sm--20 {
		margin-right: 20px !important;
	}
	.mb_sm--20 {
		margin-bottom: 20px !important;
	}
	.ptb_sm--25 {
		padding: 25px 0 !important;
	}
	.plr_sm--25 {
		padding: 0 25px !important;
	}
	.pt_sm--25 {
		padding-top: 25px !important;
	}
	.pb_sm--25 {
		padding-bottom: 25px !important;
	}
	.pl_sm--25 {
		padding-left: 25px !important;
	}
	.pr_sm--25 {
		padding-right: 25px !important;
	}
	.mt_sm--25 {
		margin-top: 25px !important;
	}
	.ml_sm--25 {
		margin-left: 25px !important;
	}
	.mr_sm--25 {
		margin-right: 25px !important;
	}
	.mb_sm--25 {
		margin-bottom: 25px !important;
	}
	.ptb_sm--30 {
		padding: 30px 0 !important;
	}
	.plr_sm--30 {
		padding: 0 30px !important;
	}
	.pt_sm--30 {
		padding-top: 30px !important;
	}
	.pb_sm--30 {
		padding-bottom: 30px !important;
	}
	.pl_sm--30 {
		padding-left: 30px !important;
	}
	.pr_sm--30 {
		padding-right: 30px !important;
	}
	.mt_sm--30 {
		margin-top: 30px !important;
	}
	.ml_sm--30 {
		margin-left: 30px !important;
	}
	.mr_sm--30 {
		margin-right: 30px !important;
	}
	.mb_sm--30 {
		margin-bottom: 30px !important;
	}
	.ptb_sm--35 {
		padding: 35px 0 !important;
	}
	.plr_sm--35 {
		padding: 0 35px !important;
	}
	.pt_sm--35 {
		padding-top: 35px !important;
	}
	.pb_sm--35 {
		padding-bottom: 35px !important;
	}
	.pl_sm--35 {
		padding-left: 35px !important;
	}
	.pr_sm--35 {
		padding-right: 35px !important;
	}
	.mt_sm--35 {
		margin-top: 35px !important;
	}
	.ml_sm--35 {
		margin-left: 35px !important;
	}
	.mr_sm--35 {
		margin-right: 35px !important;
	}
	.mb_sm--35 {
		margin-bottom: 35px !important;
	}
	.ptb_sm--40 {
		padding: 40px 0 !important;
	}
	.plr_sm--40 {
		padding: 0 40px !important;
	}
	.pt_sm--40 {
		padding-top: 40px !important;
	}
	.pb_sm--40 {
		padding-bottom: 40px !important;
	}
	.pl_sm--40 {
		padding-left: 40px !important;
	}
	.pr_sm--40 {
		padding-right: 40px !important;
	}
	.mt_sm--40 {
		margin-top: 40px !important;
	}
	.ml_sm--40 {
		margin-left: 40px !important;
	}
	.mr_sm--40 {
		margin-right: 40px !important;
	}
	.mb_sm--40 {
		margin-bottom: 40px !important;
	}
	.ptb_sm--45 {
		padding: 45px 0 !important;
	}
	.plr_sm--45 {
		padding: 0 45px !important;
	}
	.pt_sm--45 {
		padding-top: 45px !important;
	}
	.pb_sm--45 {
		padding-bottom: 45px !important;
	}
	.pl_sm--45 {
		padding-left: 45px !important;
	}
	.pr_sm--45 {
		padding-right: 45px !important;
	}
	.mt_sm--45 {
		margin-top: 45px !important;
	}
	.ml_sm--45 {
		margin-left: 45px !important;
	}
	.mr_sm--45 {
		margin-right: 45px !important;
	}
	.mb_sm--45 {
		margin-bottom: 45px !important;
	}
	.ptb_sm--50 {
		padding: 50px 0 !important;
	}
	.plr_sm--50 {
		padding: 0 50px !important;
	}
	.pt_sm--50 {
		padding-top: 50px !important;
	}
	.pb_sm--50 {
		padding-bottom: 50px !important;
	}
	.pl_sm--50 {
		padding-left: 50px !important;
	}
	.pr_sm--50 {
		padding-right: 50px !important;
	}
	.mt_sm--50 {
		margin-top: 50px !important;
	}
	.ml_sm--50 {
		margin-left: 50px !important;
	}
	.mr_sm--50 {
		margin-right: 50px !important;
	}
	.mb_sm--50 {
		margin-bottom: 50px !important;
	}
	.ptb_sm--55 {
		padding: 55px 0 !important;
	}
	.plr_sm--55 {
		padding: 0 55px !important;
	}
	.pt_sm--55 {
		padding-top: 55px !important;
	}
	.pb_sm--55 {
		padding-bottom: 55px !important;
	}
	.pl_sm--55 {
		padding-left: 55px !important;
	}
	.pr_sm--55 {
		padding-right: 55px !important;
	}
	.mt_sm--55 {
		margin-top: 55px !important;
	}
	.ml_sm--55 {
		margin-left: 55px !important;
	}
	.mr_sm--55 {
		margin-right: 55px !important;
	}
	.mb_sm--55 {
		margin-bottom: 55px !important;
	}
	.ptb_sm--60 {
		padding: 60px 0 !important;
	}
	.plr_sm--60 {
		padding: 0 60px !important;
	}
	.pt_sm--60 {
		padding-top: 60px !important;
	}
	.pb_sm--60 {
		padding-bottom: 60px !important;
	}
	.pl_sm--60 {
		padding-left: 60px !important;
	}
	.pr_sm--60 {
		padding-right: 60px !important;
	}
	.mt_sm--60 {
		margin-top: 60px !important;
	}
	.ml_sm--60 {
		margin-left: 60px !important;
	}
	.mr_sm--60 {
		margin-right: 60px !important;
	}
	.mb_sm--60 {
		margin-bottom: 60px !important;
	}
	.ptb_sm--65 {
		padding: 65px 0 !important;
	}
	.plr_sm--65 {
		padding: 0 65px !important;
	}
	.pt_sm--65 {
		padding-top: 65px !important;
	}
	.pb_sm--65 {
		padding-bottom: 65px !important;
	}
	.pl_sm--65 {
		padding-left: 65px !important;
	}
	.pr_sm--65 {
		padding-right: 65px !important;
	}
	.mt_sm--65 {
		margin-top: 65px !important;
	}
	.ml_sm--65 {
		margin-left: 65px !important;
	}
	.mr_sm--65 {
		margin-right: 65px !important;
	}
	.mb_sm--65 {
		margin-bottom: 65px !important;
	}
	.ptb_sm--70 {
		padding: 70px 0 !important;
	}
	.plr_sm--70 {
		padding: 0 70px !important;
	}
	.pt_sm--70 {
		padding-top: 70px !important;
	}
	.pb_sm--70 {
		padding-bottom: 70px !important;
	}
	.pl_sm--70 {
		padding-left: 70px !important;
	}
	.pr_sm--70 {
		padding-right: 70px !important;
	}
	.mt_sm--70 {
		margin-top: 70px !important;
	}
	.ml_sm--70 {
		margin-left: 70px !important;
	}
	.mr_sm--70 {
		margin-right: 70px !important;
	}
	.mb_sm--70 {
		margin-bottom: 70px !important;
	}
	.ptb_sm--75 {
		padding: 75px 0 !important;
	}
	.plr_sm--75 {
		padding: 0 75px !important;
	}
	.pt_sm--75 {
		padding-top: 75px !important;
	}
	.pb_sm--75 {
		padding-bottom: 75px !important;
	}
	.pl_sm--75 {
		padding-left: 75px !important;
	}
	.pr_sm--75 {
		padding-right: 75px !important;
	}
	.mt_sm--75 {
		margin-top: 75px !important;
	}
	.ml_sm--75 {
		margin-left: 75px !important;
	}
	.mr_sm--75 {
		margin-right: 75px !important;
	}
	.mb_sm--75 {
		margin-bottom: 75px !important;
	}
	.ptb_sm--80 {
		padding: 80px 0 !important;
	}
	.plr_sm--80 {
		padding: 0 80px !important;
	}
	.pt_sm--80 {
		padding-top: 80px !important;
	}
	.pb_sm--80 {
		padding-bottom: 80px !important;
	}
	.pl_sm--80 {
		padding-left: 80px !important;
	}
	.pr_sm--80 {
		padding-right: 80px !important;
	}
	.mt_sm--80 {
		margin-top: 80px !important;
	}
	.ml_sm--80 {
		margin-left: 80px !important;
	}
	.mr_sm--80 {
		margin-right: 80px !important;
	}
	.mb_sm--80 {
		margin-bottom: 80px !important;
	}
	.ptb_sm--85 {
		padding: 85px 0 !important;
	}
	.plr_sm--85 {
		padding: 0 85px !important;
	}
	.pt_sm--85 {
		padding-top: 85px !important;
	}
	.pb_sm--85 {
		padding-bottom: 85px !important;
	}
	.pl_sm--85 {
		padding-left: 85px !important;
	}
	.pr_sm--85 {
		padding-right: 85px !important;
	}
	.mt_sm--85 {
		margin-top: 85px !important;
	}
	.ml_sm--85 {
		margin-left: 85px !important;
	}
	.mr_sm--85 {
		margin-right: 85px !important;
	}
	.mb_sm--85 {
		margin-bottom: 85px !important;
	}
	.ptb_sm--90 {
		padding: 90px 0 !important;
	}
	.plr_sm--90 {
		padding: 0 90px !important;
	}
	.pt_sm--90 {
		padding-top: 90px !important;
	}
	.pb_sm--90 {
		padding-bottom: 90px !important;
	}
	.pl_sm--90 {
		padding-left: 90px !important;
	}
	.pr_sm--90 {
		padding-right: 90px !important;
	}
	.mt_sm--90 {
		margin-top: 90px !important;
	}
	.ml_sm--90 {
		margin-left: 90px !important;
	}
	.mr_sm--90 {
		margin-right: 90px !important;
	}
	.mb_sm--90 {
		margin-bottom: 90px !important;
	}
	.ptb_sm--95 {
		padding: 95px 0 !important;
	}
	.plr_sm--95 {
		padding: 0 95px !important;
	}
	.pt_sm--95 {
		padding-top: 95px !important;
	}
	.pb_sm--95 {
		padding-bottom: 95px !important;
	}
	.pl_sm--95 {
		padding-left: 95px !important;
	}
	.pr_sm--95 {
		padding-right: 95px !important;
	}
	.mt_sm--95 {
		margin-top: 95px !important;
	}
	.ml_sm--95 {
		margin-left: 95px !important;
	}
	.mr_sm--95 {
		margin-right: 95px !important;
	}
	.mb_sm--95 {
		margin-bottom: 95px !important;
	}
	.ptb_sm--100 {
		padding: 100px 0 !important;
	}
	.plr_sm--100 {
		padding: 0 100px !important;
	}
	.pt_sm--100 {
		padding-top: 100px !important;
	}
	.pb_sm--100 {
		padding-bottom: 100px !important;
	}
	.pl_sm--100 {
		padding-left: 100px !important;
	}
	.pr_sm--100 {
		padding-right: 100px !important;
	}
	.mt_sm--100 {
		margin-top: 100px !important;
	}
	.ml_sm--100 {
		margin-left: 100px !important;
	}
	.mr_sm--100 {
		margin-right: 100px !important;
	}
	.mb_sm--100 {
		margin-bottom: 100px !important;
	}
	.ptb_sm--105 {
		padding: 105px 0 !important;
	}
	.plr_sm--105 {
		padding: 0 105px !important;
	}
	.pt_sm--105 {
		padding-top: 105px !important;
	}
	.pb_sm--105 {
		padding-bottom: 105px !important;
	}
	.pl_sm--105 {
		padding-left: 105px !important;
	}
	.pr_sm--105 {
		padding-right: 105px !important;
	}
	.mt_sm--105 {
		margin-top: 105px !important;
	}
	.ml_sm--105 {
		margin-left: 105px !important;
	}
	.mr_sm--105 {
		margin-right: 105px !important;
	}
	.mb_sm--105 {
		margin-bottom: 105px !important;
	}
	.ptb_sm--110 {
		padding: 110px 0 !important;
	}
	.plr_sm--110 {
		padding: 0 110px !important;
	}
	.pt_sm--110 {
		padding-top: 110px !important;
	}
	.pb_sm--110 {
		padding-bottom: 110px !important;
	}
	.pl_sm--110 {
		padding-left: 110px !important;
	}
	.pr_sm--110 {
		padding-right: 110px !important;
	}
	.mt_sm--110 {
		margin-top: 110px !important;
	}
	.ml_sm--110 {
		margin-left: 110px !important;
	}
	.mr_sm--110 {
		margin-right: 110px !important;
	}
	.mb_sm--110 {
		margin-bottom: 110px !important;
	}
	.ptb_sm--115 {
		padding: 115px 0 !important;
	}
	.plr_sm--115 {
		padding: 0 115px !important;
	}
	.pt_sm--115 {
		padding-top: 115px !important;
	}
	.pb_sm--115 {
		padding-bottom: 115px !important;
	}
	.pl_sm--115 {
		padding-left: 115px !important;
	}
	.pr_sm--115 {
		padding-right: 115px !important;
	}
	.mt_sm--115 {
		margin-top: 115px !important;
	}
	.ml_sm--115 {
		margin-left: 115px !important;
	}
	.mr_sm--115 {
		margin-right: 115px !important;
	}
	.mb_sm--115 {
		margin-bottom: 115px !important;
	}
	.ptb_sm--120 {
		padding: 120px 0 !important;
	}
	.plr_sm--120 {
		padding: 0 120px !important;
	}
	.pt_sm--120 {
		padding-top: 120px !important;
	}
	.pb_sm--120 {
		padding-bottom: 120px !important;
	}
	.pl_sm--120 {
		padding-left: 120px !important;
	}
	.pr_sm--120 {
		padding-right: 120px !important;
	}
	.mt_sm--120 {
		margin-top: 120px !important;
	}
	.ml_sm--120 {
		margin-left: 120px !important;
	}
	.mr_sm--120 {
		margin-right: 120px !important;
	}
	.mb_sm--120 {
		margin-bottom: 120px !important;
	}
	.ptb_sm--125 {
		padding: 125px 0 !important;
	}
	.plr_sm--125 {
		padding: 0 125px !important;
	}
	.pt_sm--125 {
		padding-top: 125px !important;
	}
	.pb_sm--125 {
		padding-bottom: 125px !important;
	}
	.pl_sm--125 {
		padding-left: 125px !important;
	}
	.pr_sm--125 {
		padding-right: 125px !important;
	}
	.mt_sm--125 {
		margin-top: 125px !important;
	}
	.ml_sm--125 {
		margin-left: 125px !important;
	}
	.mr_sm--125 {
		margin-right: 125px !important;
	}
	.mb_sm--125 {
		margin-bottom: 125px !important;
	}
	.ptb_sm--130 {
		padding: 130px 0 !important;
	}
	.plr_sm--130 {
		padding: 0 130px !important;
	}
	.pt_sm--130 {
		padding-top: 130px !important;
	}
	.pb_sm--130 {
		padding-bottom: 130px !important;
	}
	.pl_sm--130 {
		padding-left: 130px !important;
	}
	.pr_sm--130 {
		padding-right: 130px !important;
	}
	.mt_sm--130 {
		margin-top: 130px !important;
	}
	.ml_sm--130 {
		margin-left: 130px !important;
	}
	.mr_sm--130 {
		margin-right: 130px !important;
	}
	.mb_sm--130 {
		margin-bottom: 130px !important;
	}
	.ptb_sm--135 {
		padding: 135px 0 !important;
	}
	.plr_sm--135 {
		padding: 0 135px !important;
	}
	.pt_sm--135 {
		padding-top: 135px !important;
	}
	.pb_sm--135 {
		padding-bottom: 135px !important;
	}
	.pl_sm--135 {
		padding-left: 135px !important;
	}
	.pr_sm--135 {
		padding-right: 135px !important;
	}
	.mt_sm--135 {
		margin-top: 135px !important;
	}
	.ml_sm--135 {
		margin-left: 135px !important;
	}
	.mr_sm--135 {
		margin-right: 135px !important;
	}
	.mb_sm--135 {
		margin-bottom: 135px !important;
	}
	.ptb_sm--140 {
		padding: 140px 0 !important;
	}
	.plr_sm--140 {
		padding: 0 140px !important;
	}
	.pt_sm--140 {
		padding-top: 140px !important;
	}
	.pb_sm--140 {
		padding-bottom: 140px !important;
	}
	.pl_sm--140 {
		padding-left: 140px !important;
	}
	.pr_sm--140 {
		padding-right: 140px !important;
	}
	.mt_sm--140 {
		margin-top: 140px !important;
	}
	.ml_sm--140 {
		margin-left: 140px !important;
	}
	.mr_sm--140 {
		margin-right: 140px !important;
	}
	.mb_sm--140 {
		margin-bottom: 140px !important;
	}
	.ptb_sm--145 {
		padding: 145px 0 !important;
	}
	.plr_sm--145 {
		padding: 0 145px !important;
	}
	.pt_sm--145 {
		padding-top: 145px !important;
	}
	.pb_sm--145 {
		padding-bottom: 145px !important;
	}
	.pl_sm--145 {
		padding-left: 145px !important;
	}
	.pr_sm--145 {
		padding-right: 145px !important;
	}
	.mt_sm--145 {
		margin-top: 145px !important;
	}
	.ml_sm--145 {
		margin-left: 145px !important;
	}
	.mr_sm--145 {
		margin-right: 145px !important;
	}
	.mb_sm--145 {
		margin-bottom: 145px !important;
	}
	.ptb_sm--150 {
		padding: 150px 0 !important;
	}
	.plr_sm--150 {
		padding: 0 150px !important;
	}
	.pt_sm--150 {
		padding-top: 150px !important;
	}
	.pb_sm--150 {
		padding-bottom: 150px !important;
	}
	.pl_sm--150 {
		padding-left: 150px !important;
	}
	.pr_sm--150 {
		padding-right: 150px !important;
	}
	.mt_sm--150 {
		margin-top: 150px !important;
	}
	.ml_sm--150 {
		margin-left: 150px !important;
	}
	.mr_sm--150 {
		margin-right: 150px !important;
	}
	.mb_sm--150 {
		margin-bottom: 150px !important;
	}
	.ptb_sm--155 {
		padding: 155px 0 !important;
	}
	.plr_sm--155 {
		padding: 0 155px !important;
	}
	.pt_sm--155 {
		padding-top: 155px !important;
	}
	.pb_sm--155 {
		padding-bottom: 155px !important;
	}
	.pl_sm--155 {
		padding-left: 155px !important;
	}
	.pr_sm--155 {
		padding-right: 155px !important;
	}
/*Devlped by shah Nawaz - 9911 751517*/
.mt_sm--155 {
	margin-top: 155px !important;
}
.ml_sm--155 {
	margin-left: 155px !important;
}
.mr_sm--155 {
	margin-right: 155px !important;
}
.mb_sm--155 {
	margin-bottom: 155px !important;
}
.ptb_sm--160 {
	padding: 160px 0 !important;
}
.plr_sm--160 {
	padding: 0 160px !important;
}
.pt_sm--160 {
	padding-top: 160px !important;
}
.pb_sm--160 {
	padding-bottom: 160px !important;
}
.pl_sm--160 {
	padding-left: 160px !important;
}
.pr_sm--160 {
	padding-right: 160px !important;
}
.mt_sm--160 {
	margin-top: 160px !important;
}
.ml_sm--160 {
	margin-left: 160px !important;
}
.mr_sm--160 {
	margin-right: 160px !important;
}
.mb_sm--160 {
	margin-bottom: 160px !important;
}
.ptb_sm--165 {
	padding: 165px 0 !important;
}
.plr_sm--165 {
	padding: 0 165px !important;
}
.pt_sm--165 {
	padding-top: 165px !important;
}
.pb_sm--165 {
	padding-bottom: 165px !important;
}
.pl_sm--165 {
	padding-left: 165px !important;
}
.pr_sm--165 {
	padding-right: 165px !important;
}
.mt_sm--165 {
	margin-top: 165px !important;
}
.ml_sm--165 {
	margin-left: 165px !important;
}
.mr_sm--165 {
	margin-right: 165px !important;
}
.mb_sm--165 {
	margin-bottom: 165px !important;
}
.ptb_sm--170 {
	padding: 170px 0 !important;
}
.plr_sm--170 {
	padding: 0 170px !important;
}
.pt_sm--170 {
	padding-top: 170px !important;
}
.pb_sm--170 {
	padding-bottom: 170px !important;
}
.pl_sm--170 {
	padding-left: 170px !important;
}
.pr_sm--170 {
	padding-right: 170px !important;
}
.mt_sm--170 {
	margin-top: 170px !important;
}
.ml_sm--170 {
	margin-left: 170px !important;
}
.mr_sm--170 {
	margin-right: 170px !important;
}
.mb_sm--170 {
	margin-bottom: 170px !important;
}
.ptb_sm--175 {
	padding: 175px 0 !important;
}
.plr_sm--175 {
	padding: 0 175px !important;
}
.pt_sm--175 {
	padding-top: 175px !important;
}
.pb_sm--175 {
	padding-bottom: 175px !important;
}
.pl_sm--175 {
	padding-left: 175px !important;
}
.pr_sm--175 {
	padding-right: 175px !important;
}
.mt_sm--175 {
	margin-top: 175px !important;
}
.ml_sm--175 {
	margin-left: 175px !important;
}
.mr_sm--175 {
	margin-right: 175px !important;
}
.mb_sm--175 {
	margin-bottom: 175px !important;
}
.ptb_sm--180 {
	padding: 180px 0 !important;
}
.plr_sm--180 {
	padding: 0 180px !important;
}
.pt_sm--180 {
	padding-top: 180px !important;
}
.pb_sm--180 {
	padding-bottom: 180px !important;
}
.pl_sm--180 {
	padding-left: 180px !important;
}
.pr_sm--180 {
	padding-right: 180px !important;
}
.mt_sm--180 {
	margin-top: 180px !important;
}
.ml_sm--180 {
	margin-left: 180px !important;
}
.mr_sm--180 {
	margin-right: 180px !important;
}
.mb_sm--180 {
	margin-bottom: 180px !important;
}
.ptb_sm--185 {
	padding: 185px 0 !important;
}
.plr_sm--185 {
	padding: 0 185px !important;
}
.pt_sm--185 {
	padding-top: 185px !important;
}
.pb_sm--185 {
	padding-bottom: 185px !important;
}
.pl_sm--185 {
	padding-left: 185px !important;
}
.pr_sm--185 {
	padding-right: 185px !important;
}
.mt_sm--185 {
	margin-top: 185px !important;
}
.ml_sm--185 {
	margin-left: 185px !important;
}
.mr_sm--185 {
	margin-right: 185px !important;
}
.mb_sm--185 {
	margin-bottom: 185px !important;
}
.ptb_sm--190 {
	padding: 190px 0 !important;
}
.plr_sm--190 {
	padding: 0 190px !important;
}
.pt_sm--190 {
	padding-top: 190px !important;
}
.pb_sm--190 {
	padding-bottom: 190px !important;
}
.pl_sm--190 {
	padding-left: 190px !important;
}
.pr_sm--190 {
	padding-right: 190px !important;
}
.mt_sm--190 {
	margin-top: 190px !important;
}
.ml_sm--190 {
	margin-left: 190px !important;
}
.mr_sm--190 {
	margin-right: 190px !important;
}
.mb_sm--190 {
	margin-bottom: 190px !important;
}
.ptb_sm--195 {
	padding: 195px 0 !important;
}
.plr_sm--195 {
	padding: 0 195px !important;
}
.pt_sm--195 {
	padding-top: 195px !important;
}
.pb_sm--195 {
	padding-bottom: 195px !important;
}
.pl_sm--195 {
	padding-left: 195px !important;
}
.pr_sm--195 {
	padding-right: 195px !important;
}
.mt_sm--195 {
	margin-top: 195px !important;
}
.ml_sm--195 {
	margin-left: 195px !important;
}
.mr_sm--195 {
	margin-right: 195px !important;
}
.mb_sm--195 {
	margin-bottom: 195px !important;
}
.ptb_sm--200 {
	padding: 200px 0 !important;
}
.plr_sm--200 {
	padding: 0 200px !important;
}
.pt_sm--200 {
	padding-top: 200px !important;
}
.pb_sm--200 {
	padding-bottom: 200px !important;
}
.pl_sm--200 {
	padding-left: 200px !important;
}
.pr_sm--200 {
	padding-right: 200px !important;
}
.mt_sm--200 {
	margin-top: 200px !important;
}
.ml_sm--200 {
	margin-left: 200px !important;
}
.mr_sm--200 {
	margin-right: 200px !important;
}
.mb_sm--200 {
	margin-bottom: 200px !important;
}
.pl_sm--0 {
	padding-left: 0;
}
.pr_sm--0 {
	padding-right: 0;
}
.pt_sm--0 {
	padding-top: 0;
}
.pb_sm--0 {
	padding-bottom: 0;
}
.mr_sm--0 {
	margin-right: 0;
}
.ml_sm--0 {
	margin-left: 0;
}
.mt_sm--0 {
	margin-top: 0;
}
.mb_sm--0 {
	margin-bottom: 0;
}
}

@media only screen and (max-width: 575px) {
	.ptb_mobile--5 {
		padding: 5px 0 !important;
	}
	.plr_mobile--5 {
		padding: 0 5px !important;
	}
	.pt_mobile--5 {
		padding-top: 5px !important;
	}
	.pb_mobile--5 {
		padding-bottom: 5px !important;
	}
	.pl_mobile--5 {
		padding-left: 5px !important;
	}
	.pr_mobile--5 {
		padding-right: 5px !important;
	}
	.mt_mobile--5 {
		margin-top: 5px !important;
	}
	.mb_mobile--5 {
		margin-bottom: 5px !important;
	}
	.ptb_mobile--10 {
		padding: 10px 0 !important;
	}
	.plr_mobile--10 {
		padding: 0 10px !important;
	}
	.pt_mobile--10 {
		padding-top: 10px !important;
	}
	.pb_mobile--10 {
		padding-bottom: 10px !important;
	}
	.pl_mobile--10 {
		padding-left: 10px !important;
	}
	.pr_mobile--10 {
		padding-right: 10px !important;
	}
	.mt_mobile--10 {
		margin-top: 10px !important;
	}
	.mb_mobile--10 {
		margin-bottom: 10px !important;
	}
	.ptb_mobile--15 {
		padding: 15px 0 !important;
	}
	.plr_mobile--15 {
		padding: 0 15px !important;
	}
	.pt_mobile--15 {
		padding-top: 15px !important;
	}
	.pb_mobile--15 {
		padding-bottom: 15px !important;
	}
	.pl_mobile--15 {
		padding-left: 15px !important;
	}
	.pr_mobile--15 {
		padding-right: 15px !important;
	}
	.mt_mobile--15 {
		margin-top: 15px !important;
	}
	.mb_mobile--15 {
		margin-bottom: 15px !important;
	}
	.ptb_mobile--20 {
		padding: 20px 0 !important;
	}
	.plr_mobile--20 {
		padding: 0 20px !important;
	}
	.pt_mobile--20 {
		padding-top: 20px !important;
	}
	.pb_mobile--20 {
		padding-bottom: 20px !important;
	}
	.pl_mobile--20 {
		padding-left: 20px !important;
	}
	.pr_mobile--20 {
		padding-right: 20px !important;
	}
	.mt_mobile--20 {
		margin-top: 20px !important;
	}
	.mb_mobile--20 {
		margin-bottom: 20px !important;
	}
	.ptb_mobile--25 {
		padding: 25px 0 !important;
	}
	.plr_mobile--25 {
		padding: 0 25px !important;
	}
	.pt_mobile--25 {
		padding-top: 25px !important;
	}
	.pb_mobile--25 {
		padding-bottom: 25px !important;
	}
	.pl_mobile--25 {
		padding-left: 25px !important;
	}
	.pr_mobile--25 {
		padding-right: 25px !important;
	}
	.mt_mobile--25 {
		margin-top: 25px !important;
	}
	.mb_mobile--25 {
		margin-bottom: 25px !important;
	}
	.ptb_mobile--30 {
		padding: 30px 0 !important;
	}
	.plr_mobile--30 {
		padding: 0 30px !important;
	}
	.pt_mobile--30 {
		padding-top: 30px !important;
	}
	.pb_mobile--30 {
		padding-bottom: 30px !important;
	}
	.pl_mobile--30 {
		padding-left: 30px !important;
	}
	.pr_mobile--30 {
		padding-right: 30px !important;
	}
	.mt_mobile--30 {
		margin-top: 30px !important;
	}
	.mb_mobile--30 {
		margin-bottom: 30px !important;
	}
	.ptb_mobile--35 {
		padding: 35px 0 !important;
	}
	.plr_mobile--35 {
		padding: 0 35px !important;
	}
	.pt_mobile--35 {
		padding-top: 35px !important;
	}
	.pb_mobile--35 {
		padding-bottom: 35px !important;
	}
	.pl_mobile--35 {
		padding-left: 35px !important;
	}
	.pr_mobile--35 {
		padding-right: 35px !important;
	}
	.mt_mobile--35 {
		margin-top: 35px !important;
	}
	.mb_mobile--35 {
		margin-bottom: 35px !important;
	}
	.ptb_mobile--40 {
		padding: 40px 0 !important;
	}
	.plr_mobile--40 {
		padding: 0 40px !important;
	}
	.pt_mobile--40 {
		padding-top: 40px !important;
	}
	.pb_mobile--40 {
		padding-bottom: 40px !important;
	}
	.pl_mobile--40 {
		padding-left: 40px !important;
	}
	.pr_mobile--40 {
		padding-right: 40px !important;
	}
	.mt_mobile--40 {
		margin-top: 40px !important;
	}
	.mb_mobile--40 {
		margin-bottom: 40px !important;
	}
	.ptb_mobile--45 {
		padding: 45px 0 !important;
	}
	.plr_mobile--45 {
		padding: 0 45px !important;
	}
	.pt_mobile--45 {
		padding-top: 45px !important;
	}
	.pb_mobile--45 {
		padding-bottom: 45px !important;
	}
	.pl_mobile--45 {
		padding-left: 45px !important;
	}
	.pr_mobile--45 {
		padding-right: 45px !important;
	}
	.mt_mobile--45 {
		margin-top: 45px !important;
	}
	.mb_mobile--45 {
		margin-bottom: 45px !important;
	}
	.ptb_mobile--50 {
		padding: 50px 0 !important;
	}
	.plr_mobile--50 {
		padding: 0 50px !important;
	}
	.pt_mobile--50 {
		padding-top: 50px !important;
	}
	.pb_mobile--50 {
		padding-bottom: 50px !important;
	}
	.pl_mobile--50 {
		padding-left: 50px !important;
	}
	.pr_mobile--50 {
		padding-right: 50px !important;
	}
	.mt_mobile--50 {
		margin-top: 50px !important;
	}
	.mb_mobile--50 {
		margin-bottom: 50px !important;
	}
	.ptb_mobile--55 {
		padding: 55px 0 !important;
	}
	.plr_mobile--55 {
		padding: 0 55px !important;
	}
	.pt_mobile--55 {
		padding-top: 55px !important;
	}
	.pb_mobile--55 {
		padding-bottom: 55px !important;
	}
	.pl_mobile--55 {
		padding-left: 55px !important;
	}
	.pr_mobile--55 {
		padding-right: 55px !important;
	}
	.mt_mobile--55 {
		margin-top: 55px !important;
	}
	.mb_mobile--55 {
		margin-bottom: 55px !important;
	}
	.ptb_mobile--60 {
		padding: 60px 0 !important;
	}
	.plr_mobile--60 {
		padding: 0 60px !important;
	}
	.pt_mobile--60 {
		padding-top: 60px !important;
	}
	.pb_mobile--60 {
		padding-bottom: 60px !important;
	}
	.pl_mobile--60 {
		padding-left: 60px !important;
	}
	.pr_mobile--60 {
		padding-right: 60px !important;
	}
	.mt_mobile--60 {
		margin-top: 60px !important;
	}
	.mb_mobile--60 {
		margin-bottom: 60px !important;
	}
	.ptb_mobile--65 {
		padding: 65px 0 !important;
	}
	.plr_mobile--65 {
		padding: 0 65px !important;
	}
	.pt_mobile--65 {
		padding-top: 65px !important;
	}
	.pb_mobile--65 {
		padding-bottom: 65px !important;
	}
	.pl_mobile--65 {
		padding-left: 65px !important;
	}
	.pr_mobile--65 {
		padding-right: 65px !important;
	}
	.mt_mobile--65 {
		margin-top: 65px !important;
	}
	.mb_mobile--65 {
		margin-bottom: 65px !important;
	}
	.ptb_mobile--70 {
		padding: 70px 0 !important;
	}
	.plr_mobile--70 {
		padding: 0 70px !important;
	}
	.pt_mobile--70 {
		padding-top: 70px !important;
	}
	.pb_mobile--70 {
		padding-bottom: 70px !important;
	}
	.pl_mobile--70 {
		padding-left: 70px !important;
	}
	.pr_mobile--70 {
		padding-right: 70px !important;
	}
	.mt_mobile--70 {
		margin-top: 70px !important;
	}
	.mb_mobile--70 {
		margin-bottom: 70px !important;
	}
	.ptb_mobile--75 {
		padding: 75px 0 !important;
	}
	.plr_mobile--75 {
		padding: 0 75px !important;
	}
	.pt_mobile--75 {
		padding-top: 75px !important;
	}
	.pb_mobile--75 {
		padding-bottom: 75px !important;
	}
	.pl_mobile--75 {
		padding-left: 75px !important;
	}
	.pr_mobile--75 {
		padding-right: 75px !important;
	}
	.mt_mobile--75 {
		margin-top: 75px !important;
	}
	.mb_mobile--75 {
		margin-bottom: 75px !important;
	}
	.ptb_mobile--80 {
		padding: 80px 0 !important;
	}
	.plr_mobile--80 {
		padding: 0 80px !important;
	}
	.pt_mobile--80 {
		padding-top: 80px !important;
	}
	.pb_mobile--80 {
		padding-bottom: 80px !important;
	}
	.pl_mobile--80 {
		padding-left: 80px !important;
	}
	.pr_mobile--80 {
		padding-right: 80px !important;
	}
	.mt_mobile--80 {
		margin-top: 80px !important;
	}
	.mb_mobile--80 {
		margin-bottom: 80px !important;
	}
	.ptb_mobile--85 {
		padding: 85px 0 !important;
	}
	.plr_mobile--85 {
		padding: 0 85px !important;
	}
	.pt_mobile--85 {
		padding-top: 85px !important;
	}
	.pb_mobile--85 {
		padding-bottom: 85px !important;
	}
	.pl_mobile--85 {
		padding-left: 85px !important;
	}
	.pr_mobile--85 {
		padding-right: 85px !important;
	}
	.mt_mobile--85 {
		margin-top: 85px !important;
	}
	.mb_mobile--85 {
		margin-bottom: 85px !important;
	}
	.ptb_mobile--90 {
		padding: 90px 0 !important;
	}
	.plr_mobile--90 {
		padding: 0 90px !important;
	}
	.pt_mobile--90 {
		padding-top: 90px !important;
	}
	.pb_mobile--90 {
		padding-bottom: 90px !important;
	}
	.pl_mobile--90 {
		padding-left: 90px !important;
	}
	.pr_mobile--90 {
		padding-right: 90px !important;
	}
	.mt_mobile--90 {
		margin-top: 90px !important;
	}
	.mb_mobile--90 {
		margin-bottom: 90px !important;
	}
	.ptb_mobile--95 {
		padding: 95px 0 !important;
	}
	.plr_mobile--95 {
		padding: 0 95px !important;
	}
	.pt_mobile--95 {
		padding-top: 95px !important;
	}
	.pb_mobile--95 {
		padding-bottom: 95px !important;
	}
	.pl_mobile--95 {
		padding-left: 95px !important;
	}
	.pr_mobile--95 {
		padding-right: 95px !important;
	}
	.mt_mobile--95 {
		margin-top: 95px !important;
	}
	.mb_mobile--95 {
		margin-bottom: 95px !important;
	}
	.ptb_mobile--100 {
		padding: 100px 0 !important;
	}
	.plr_mobile--100 {
		padding: 0 100px !important;
	}
	.pt_mobile--100 {
		padding-top: 100px !important;
	}
	.pb_mobile--100 {
		padding-bottom: 100px !important;
	}
	.pl_mobile--100 {
		padding-left: 100px !important;
	}
	.pr_mobile--100 {
		padding-right: 100px !important;
	}
	.mt_mobile--100 {
		margin-top: 100px !important;
	}
	.mb_mobile--100 {
		margin-bottom: 100px !important;
	}
}
.slick-gutter-5 {
	margin-left: -5px;
	margin-right: -5px;
}
.slick-gutter-5 .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}
.slick-gutter-10 {
	margin-left: -10px;
	margin-right: -10px;
}
.slick-gutter-10 .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}
.slick-gutter-15 {
	margin-left: -15px;
	margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}
.slick-gutter-20 {
	margin-left: -20px;
	margin-right: -20px;
}
.slick-gutter-20 .slick-slide {
	padding-left: 20px;
	padding-right: 20px;
}
.slick-gutter-25 {
	margin-left: -25px;
	margin-right: -25px;
}
.slick-gutter-25 .slick-slide {
	padding-left: 25px;
	padding-right: 25px;
}
.slick-gutter-30 {
	margin-left: -30px;
	margin-right: -30px;
}
.slick-gutter-30 .slick-slide {
	padding-left: 30px;
	padding-right: 30px;
}
.slick-gutter-35 {
	margin-left: -35px;
	margin-right: -35px;
}
.slick-gutter-35 .slick-slide {
	padding-left: 35px;
	padding-right: 35px;
}
.slick-gutter-40 {
	margin-left: -40px;
	margin-right: -40px;
}
.slick-gutter-40 .slick-slide {
	padding-left: 40px;
	padding-right: 40px;
}
.slick-gutter-45 {
	margin-left: -45px;
	margin-right: -45px;
}
.slick-gutter-45 .slick-slide {
	padding-left: 45px;
	padding-right: 45px;
}
.slick-gutter-50 {
	margin-left: -50px;
	margin-right: -50px;
}
.slick-gutter-50 .slick-slide {
	padding-left: 50px;
	padding-right: 50px;
}
.slick-gutter-55 {
	margin-left: -55px;
	margin-right: -55px;
}
.slick-gutter-55 .slick-slide {
	padding-left: 55px;
	padding-right: 55px;
}
.slick-gutter-60 {
	margin-left: -60px;
	margin-right: -60px;
}
.slick-gutter-60 .slick-slide {
	padding-left: 60px;
	padding-right: 60px;
}
.slick-gutter-65 {
	margin-left: -65px;
	margin-right: -65px;
}
.slick-gutter-65 .slick-slide {
	padding-left: 65px;
	padding-right: 65px;
}
.slick-gutter-70 {
	margin-left: -70px;
	margin-right: -70px;
}
.slick-gutter-70 .slick-slide {
	padding-left: 70px;
	padding-right: 70px;
}
.slick-gutter-75 {
	margin-left: -75px;
	margin-right: -75px;
}
.slick-gutter-75 .slick-slide {
	padding-left: 75px;
	padding-right: 75px;
}
.slick-gutter-80 {
	margin-left: -80px;
	margin-right: -80px;
}
.slick-gutter-80 .slick-slide {
	padding-left: 80px;
	padding-right: 80px;
}
.slick-gutter-85 {
	margin-left: -85px;
	margin-right: -85px;
}
.slick-gutter-85 .slick-slide {
	padding-left: 85px;
	padding-right: 85px;
}
.slick-gutter-90 {
	margin-left: -90px;
	margin-right: -90px;
}
.slick-gutter-90 .slick-slide {
	padding-left: 90px;
	padding-right: 90px;
}
.slick-gutter-95 {
	margin-left: -95px;
	margin-right: -95px;
}
.slick-gutter-95 .slick-slide {
	padding-left: 95px;
	padding-right: 95px;
}
.slick-gutter-100 {
	margin-left: -100px;
	margin-right: -100px;
}
.slick-gutter-100 .slick-slide {
	padding-left: 100px;
	padding-right: 100px;
}
.mt-dec-30 {
	margin-top: -30px !important;
}
.mt_dec--30 {
	margin-top: -30px !important;
}
.mt-dec-100 {
	margin-top: -100px !important;
}

@media only screen and (max-width: 479px) {
	.small-margin-pricing {
		margin-bottom: 25px !important;
	}
}

@media only screen and (max-width: 479px) {
	.contact-input {
		margin-bottom: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mb_dec--35 {
		margin-bottom: -50px;
	}
}

@media only screen and (max-width: 767px) {
	.mb_dec--35 {
		margin-bottom: -75px;
	}
}

@media only screen and (max-width: 575px) {
	.mb_dec--35 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 575px) {
	.mt-contact-sm {
		margin-top: 30px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-pb {
		padding-bottom: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-input {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.contact-input {
		padding-bottom: 30px;
	}
}
.hri-client-reviews-h2 {
	padding: 50px 50px 30px 50px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #E9ECF1;
}
.hri-client-reviews-h2 .review-header {
	display: flex;
	align-items: center;
}
.hri-client-reviews-h2 .review-header .thumbnail {
	position: relative;
}
.hri-client-reviews-h2 .review-header .discription {
	margin-left: 30px;
}
.hri-client-reviews-h2 .review-header .discription a:hover .title {
	color: var(--color-primary);
}
.hri-client-reviews-h2 .review-header .discription .title {
	margin-bottom: 0;
	transition: 0.3s;
}
.hri-client-reviews-h2 .review-body p.disc {
	font-size: 17px;
	line-height: 26px;
	color: #5D666F; 
	text-align: left;
}
.hri-client-reviews-h2 .review-body .body-end {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hri-client-reviews-h2 .review-body .body-end .star-icon i {
	color: var(--color-primary);
}
.hri-client-reviews-h2 .review-body .body-end .star-icon.icon-2 i {
	color: var(--color-primary);
}
.pb_xl--130 {
	padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
	.pb_xl--130 {
		padding-bottom: 110px;
	}
}

@media only screen and (max-width: 1199px) {
	.mt_experience {
		margin-top: -10px;
	}
}
.mt_dec--120 {
	margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.plr_md--0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.padding-contorler-am-slide {
	padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.padding-contorler-am-slide {
		padding-left: 100px;
	}
}

@media only screen and (max-width: 1199px) {
	.padding-contorler-am-slide {
		padding-left: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.padding-contorler-am-slide {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 767px) { 
	.cv-upload-mob .header-one-btn{
		width: 100% !important;
		padding: 13px !important;
		display: block;
	}
	.padding-contorler-am-slide {
		padding-left: 15px;
	}
}
.padding-contorler-am-slide-11 {
	padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.padding-contorler-am-slide-11 {
		padding-left: 100px;
	}
}

@media only screen and (max-width: 1199px) {
	.padding-contorler-am-slide-11 {
		padding-left: 0;
	}
}
.padding-contorler-am-slide-right {
	padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px;
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px;
		padding-top: 50px;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
a {
	color: var(--color-heading);
	text-decoration: none;
	outline: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: var(--color-primary);
}
a:focus {
	outline: none;
}
address {
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
mark {
	background: var(--color-primary);
	color: #ffffff;
}
code, kbd, pre, samp {
	font-size: var(--font-size-b3);
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	color: var(--color-primary);
}
kbd, ins {
	color: #ffffff;
}
pre {
	font-family: "Raleway", sans-serif;
	font-size: var(--font-size-b3);
	margin: 10px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	color: var(--color-body);
	background: var(--color-lighter);
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin-top: 0;
	margin-bottom: 10px;
}
dd {
	margin: 0 15px 15px;
}
dt {
	font-weight: bold;
	color: var(--color-heading);
}
menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol {
	margin: 0;
}
ol ul {
	margin-bottom: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid var(--color-border);
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input ,select{
	line-height: normal;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type=checkbox], input[type=radio] {
	padding: 0;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	appearance: textfield;
	padding-right: 2px;
	width: 270px;
}
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
caption, th, td {
	font-weight: normal;
}
th {
	font-weight: 500;
	text-transform: uppercase;
}
td, .wp-block-calendar tfoot td {
	border: 1px solid #ddd;
	padding: 7px 10px;
}
del {
	color: #333;
}
ins {
	background: rgba(255, 47, 47, 0.4);
	text-decoration: none;
}
hr {
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
table a, table a:link, table a:visited {
	text-decoration: underline;
}
dt {
	font-weight: bold;
	margin-bottom: 10px;
}
dd {
	margin: 0 15px 15px;
}
caption {
	caption-side: top;
}
kbd {
	background: var(--heading-color);
}
dfn, cite, em {
	font-style: italic;
}
/* BlockQuote  */
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: var(--font-size-b1);
	font-style: italic;
	font-weight: var(--p-light);
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite, blockquote small {
	font-size: var(--font-size-b3);
	font-weight: normal;
}
blockquote strong, blockquote b {
	font-weight: 700;
}
/* ========= Forms Styles ========= */
input, button, select, textarea {
	background: transparent;
	border: 1px solid var(--color-border);
	transition: all 0.4s ease-out 0s;
	color: var(--color-body);
	width: 100%;
}
input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active {
	outline: none;
	border-color: var(--color-primary);
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}
input {
	height: 40px;
	padding: 0 15px;
}
input[type=text], input[type=password], input[type=email], input[type=number], 
input[type=tel], input[type=file], input[type=date], textarea {
	font-size: var(--font-size-b2) !important;
	font-weight: 400;
	height: auto;
	line-height: 28px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 15px;
	outline: none;
	border: var(--border-width) solid var(--color-border);
	border-radius: var(--radius);/* -- Placeholder -- */
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=tel]::placeholder, textarea::placeholder {
	color: var(--body-color);
	/* Firefox */
	opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--body-color);
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--body-color);
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active, input[type=password].p-holder__active, .input-active input[type=password], input[type=password].input-active, input[type=email].p-holder__active, .input-active input[type=email], input[type=email].input-active, input[type=number].p-holder__active, .input-active input[type=number], input[type=number].input-active, input[type=tel].p-holder__active, .input-active input[type=tel], input[type=tel].input-active, textarea.p-holder__active, textarea.input-active {
	border-color: var(--color-primary);/* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder, input[type=password].p-holder__active::placeholder, .input-active input[type=password]::placeholder, input[type=password].input-active::placeholder, input[type=email].p-holder__active::placeholder, .input-active input[type=email]::placeholder, input[type=email].input-active::placeholder, input[type=number].p-holder__active::placeholder, .input-active input[type=number]::placeholder, input[type=number].input-active::placeholder, input[type=tel].p-holder__active::placeholder, .input-active input[type=tel]::placeholder, input[type=tel].input-active::placeholder, textarea.p-holder__active::placeholder, textarea.input-active::placeholder {
	color: var(--color-primary);
	/* Firefox */
	opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder, input[type=password].p-holder__active:-ms-input-placeholder, .input-active input[type=password]:-ms-input-placeholder, input[type=password].input-active:-ms-input-placeholder, input[type=email].p-holder__active:-ms-input-placeholder, .input-active input[type=email]:-ms-input-placeholder, input[type=email].input-active:-ms-input-placeholder, input[type=number].p-holder__active:-ms-input-placeholder, .input-active input[type=number]:-ms-input-placeholder, input[type=number].input-active:-ms-input-placeholder, input[type=tel].p-holder__active:-ms-input-placeholder, .input-active input[type=tel]:-ms-input-placeholder, input[type=tel].input-active:-ms-input-placeholder, textarea.p-holder__active:-ms-input-placeholder, textarea.input-active:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder, input[type=password].p-holder__active::-ms-input-placeholder, .input-active input[type=password]::-ms-input-placeholder, input[type=password].input-active::-ms-input-placeholder, input[type=email].p-holder__active::-ms-input-placeholder, .input-active input[type=email]::-ms-input-placeholder, input[type=email].input-active::-ms-input-placeholder, input[type=number].p-holder__active::-ms-input-placeholder, .input-active input[type=number]::-ms-input-placeholder, input[type=number].input-active::-ms-input-placeholder, input[type=tel].p-holder__active::-ms-input-placeholder, .input-active input[type=tel]::-ms-input-placeholder, input[type=tel].input-active::-ms-input-placeholder, textarea.p-holder__active::-ms-input-placeholder, textarea.input-active::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error, input[type=password].p-holder__error, .input-error input[type=password], input[type=password].input-error, input[type=email].p-holder__error, .input-error input[type=email], input[type=email].input-error, input[type=number].p-holder__error, .input-error input[type=number], input[type=number].input-error, input[type=tel].p-holder__error, .input-error input[type=tel], input[type=tel].input-error, textarea.p-holder__error, textarea.input-error {
	border-color: #f4282d;/* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder, input[type=password].p-holder__error::placeholder, .input-error input[type=password]::placeholder, input[type=password].input-error::placeholder, input[type=email].p-holder__error::placeholder, .input-error input[type=email]::placeholder, input[type=email].input-error::placeholder, input[type=number].p-holder__error::placeholder, .input-error input[type=number]::placeholder, input[type=number].input-error::placeholder, input[type=tel].p-holder__error::placeholder, .input-error input[type=tel]::placeholder, input[type=tel].input-error::placeholder, textarea.p-holder__error::placeholder, textarea.input-error::placeholder {
	color: #f4282d;
	/* Firefox */
	opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder, input[type=password].p-holder__error:-ms-input-placeholder, .input-error input[type=password]:-ms-input-placeholder, input[type=password].input-error:-ms-input-placeholder, input[type=email].p-holder__error:-ms-input-placeholder, .input-error input[type=email]:-ms-input-placeholder, input[type=email].input-error:-ms-input-placeholder, input[type=number].p-holder__error:-ms-input-placeholder, .input-error input[type=number]:-ms-input-placeholder, input[type=number].input-error:-ms-input-placeholder, input[type=tel].p-holder__error:-ms-input-placeholder, .input-error input[type=tel]:-ms-input-placeholder, input[type=tel].input-error:-ms-input-placeholder, textarea.p-holder__error:-ms-input-placeholder, textarea.input-error:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder, input[type=password].p-holder__error::-ms-input-placeholder, .input-error input[type=password]::-ms-input-placeholder, input[type=password].input-error::-ms-input-placeholder, input[type=email].p-holder__error::-ms-input-placeholder, .input-error input[type=email]::-ms-input-placeholder, input[type=email].input-error::-ms-input-placeholder, input[type=number].p-holder__error::-ms-input-placeholder, .input-error input[type=number]::-ms-input-placeholder, input[type=number].input-error::-ms-input-placeholder, input[type=tel].p-holder__error::-ms-input-placeholder, .input-error input[type=tel]::-ms-input-placeholder, input[type=tel].input-error::-ms-input-placeholder, textarea.p-holder__error::-ms-input-placeholder, textarea.input-error::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus, input[type=password].p-holder__error:focus, .input-error input[type=password]:focus, input[type=password].input-error:focus, input[type=email].p-holder__error:focus, .input-error input[type=email]:focus, input[type=email].input-error:focus, input[type=number].p-holder__error:focus, .input-error input[type=number]:focus, input[type=number].input-error:focus, input[type=tel].p-holder__error:focus, .input-error input[type=tel]:focus, input[type=tel].input-error:focus, textarea.p-holder__error:focus, textarea.input-error:focus {
	border-color: #f4282d;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, textarea:focus {
	border-color: var(--color-primary);
}
input[type=checkbox], input[type=radio] {
	opacity: 0;
	position: absolute;
}
input[type=checkbox] ~ label, input[type=radio] ~ label {
	position: relative;
	font-size: 12px;
	line-height: 17px;
	color: var(--color-body);
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
}
input[type=checkbox] ~ label::before, input[type=radio] ~ label::before {
	content: " ";
	position: absolute;
	top: 1 px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #5d5d7e;
	border-radius: 2px;
	transition: all 0.3s;
	border-radius: 2px;
}
input[type=checkbox] ~ label::after, input[type=radio] ~ label::after {
	content: " ";
	position: absolute;
	top: 16%;
	left: 2px;
	width: 10px;
	height: 6px;
	background-color: transparent;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-radius: 2px;
	transform: rotate(-45deg);
	opacity: 0;
	transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::after, input[type=radio]:checked ~ label::after {
	opacity: 1;
}
input:checked ~ .rn-check-box-label::before {
	background: var(--color-primary) !important;
}
input[type=radio] ~ label::before {
	border-radius: 50%;
}
input[type=radio] ~ label::after {
	width: 8px;
	height: 8px;
	left: 3px;
	background: #fff;
	border-radius: 50%;
}

.ft{float: left;}

.form-group {
	margin-bottom: 20px;
}
.form-group label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.form-group input {
	border: 0 none;
	border-radius: 4px;
	height: 50px;
	font-size: var(--font-size-b2);
	transition: var(--transition);
	padding: 0 20px;
	background-color: var(--color-lightest);
	border: 1px solid transparent;
	transition: var(--transition);
}
.form-group input:focus ,.form-group select:focus {
	border-color: var(--color-primary);
	box-shadow: none;
}
.form-group textarea {
	min-height: 160px;
	border: 0 none;
	border-radius: 4px;
	resize: none;
	padding: 15px;
	font-size: var(--font-size-b2);
	transition: var(--transition);
	background-color: var(--color-lightest);
	border: 1px solid transparent;
}
.form-group textarea:focus {
	border-color: var(--color-primary);
}
input[type=submit] {
	width: auto;
	padding: 0 30px;
	border-radius: 500px;
	display: inline-block;
	font-weight: 500;
	transition: 0.3s;
	height: 60px;
	background: var(--color-primary);
	color: var(--color-white);
	font-weight: var(--p-medium);
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b3);
	height: 50px;
	border: 2px solid var(--color-primary);
	transition: var(--transition);
}
input[type=submit]:hover {
	background: transparent;
	color: var(--color-primary);
	transform: translateY(-5px);
}
/*==============================
 *  Utilities
=================================*/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.fix {
	overflow: hidden;
}
.slick-initialized .slick-slide {
	margin-bottom: -10px;
}
.slick-gutter-15 {
	margin: -30px -15px;
}
.slick-gutter-15 .slick-slide {
	padding: 30px 15px;
}
iframe {
	width: 100%;
}
/*===============================
    Background Color 
=================================*/
.bg-color-primary {
	background: var(--color-primary);
}
.bg-color-secondary {
	background: var(--color-secondary);
}
.bg-color-tertiary {
	background: var(--color-tertiary);
}
.bg-color-gray {
	background: var(--color-gray);
}
.bg-color-white {
	background: #FFFFFF;
}
.bg-color-black {
	background: #1A1A1A;
}
.bg-color-extra03 {
	background: var(--color-extra03);
}
/*===========================
Background Image 
=============================*/
.bg_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.fullscreen {
	min-height: 980px;
	width: 100%;
}

.row--0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row--0 > [class*=col] {
	padding-left: 0px;
	padding-right: 0px;
}
.row--5 {
	margin-left: -5px;
	margin-right: -5px;
}
.row--5 > [class*=col] {
	padding-left: 5px;
	padding-right: 5px;
}
.row--10 {
	margin-left: -10px;
	margin-right: -10px;
}
.row--10 > [class*=col] {
	padding-left: 10px;
	padding-right: 10px;
}
.row--20 {
	margin-left: -20px;
	margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--20 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--20 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--20 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--20 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--20 > [class*=col], .row--20 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--20 > [class*=col], .row--20 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--20 > [class*=col], .row--20 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--20 > [class*=col], .row--20 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.row--25 {
	margin-left: -25px;
	margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--25 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
	padding-left: 25px;
	padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--25 > [class*=col], .row--25 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--25 > [class*=col], .row--25 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--25 > [class*=col], .row--25 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--25 > [class*=col], .row--25 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.row--30 {
	margin-left: -30px;
	margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--30 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--30 > [class*=col], .row--30 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--30 > [class*=col], .row--30 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--30 > [class*=col], .row--30 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--30 > [class*=col], .row--30 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.row--45 {
	margin-left: -45px;
	margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--45 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}
.row--45 > [class*=col], .row--45 > [class*=col-] {
	padding-left: 45px;
	padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--45 > [class*=col], .row--45 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--45 > [class*=col], .row--45 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--45 > [class*=col], .row--45 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--45 > [class*=col], .row--45 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.row--40 {
	margin-left: -40px;
	margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--40 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}
.row--40 > [class*=col], .row--40 > [class*=col-] {
	padding-left: 40px;
	padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--40 > [class*=col], .row--40 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--40 > [class*=col], .row--40 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--40 > [class*=col], .row--40 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--40 > [class*=col], .row--40 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.row--60 {
	margin-left: -60px;
	margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--60 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}
.row--60 > [class*=col], .row--60 > [class*=col-] {
	padding-left: 60px;
	padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--60 > [class*=col], .row--60 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--60 > [class*=col], .row--60 > [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--60 > [class*=col], .row--60 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--60 > [class*=col], .row--60 > [class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder, textarea:-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*=============================
	Overlay styles 
==============================*/
[data-overlay], [data-black-overlay], [data-white-overlay] {
	position: relative;
	z-index: 2;
}
[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > *, [data-white-overlay] > div, [data-white-overlay] > * {
	position: relative;
	z-index: 2;
}
[data-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
[data-overlay]:before {
	background: var(--color-primary);
}
[data-black-overlay]:before {
	background-color: #000000;
}
[data-white-overlay]:before {
	background-color: #ffffff;
}
[data-overlay="1"]:before, [data-black-overlay="1"]:before, [data-white-overlay="1"]:before {
	opacity: 0.1;
}
[data-overlay="2"]:before, [data-black-overlay="2"]:before, [data-white-overlay="2"]:before {
	opacity: 0.2;
}
[data-overlay="3"]:before, [data-black-overlay="3"]:before, [data-white-overlay="3"]:before {
	opacity: 0.3;
}
[data-overlay="4"]:before, [data-black-overlay="4"]:before, [data-white-overlay="4"]:before {
	opacity: 0.4;
}
[data-overlay="5"]:before, [data-black-overlay="5"]:before, [data-white-overlay="5"]:before {
	opacity: 0.5;
}
[data-overlay="6"]:before, [data-black-overlay="6"]:before, [data-white-overlay="6"]:before {
	opacity: 0.6;
}
[data-overlay="7"]:before, [data-black-overlay="7"]:before, [data-white-overlay="7"]:before {
	opacity: 0.7;
}
[data-overlay="8"]:before, [data-black-overlay="8"]:before, [data-white-overlay="8"]:before {
	opacity: 0.8;
}
[data-overlay="9"]:before, [data-black-overlay="9"]:before, [data-white-overlay="9"]:before {
	opacity: 0.9;
}
[data-overlay="10"]:before, [data-black-overlay="10"]:before, [data-white-overlay="10"]:before {
	opacity: 1;
}
/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
	width: 70px;
	height: 80px;
	right: 100px;
	bottom: 60px;
	text-align: center;
	z-index: 9811 !important;
	text-decoration: none;
	background: #fff;
	line-height: 80px;
	color: #757589;
	font-size: 15px;
	font-weight: 400;
	transition: var(--transition);
	display: inline-block;
	background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#scrollUp {
		right: 20px;
		bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	#scrollUp {
		right: 20px;
		bottom: 40px;
	}
}
#scrollUp::before {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 2, 72, 0.1);
	content: "";
	position: absolute;
	z-index: -1;
	transform-style: preserve-3d;
	transform: rotateY(-10deg);
	filter: blur(50px);
}
#scrollUp::after {
	background: #ffffff;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform-style: preserve-3d;
	transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
	#scrollUp {
		right: 20px;
		bottom: 30px;
		width: 50px;
		height: 60px;
		line-height: 60px;
	}
}
#scrollUp span.text {
	position: relative;
	display: inline-block;
	margin-top: 7px;
}

@media only screen and (max-width: 767px) {
	#scrollUp span.text {
		margin-top: 3px;
	}
}
#scrollUp span.text::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent var(--color-primary) transparent;
	position: absolute;
	content: "";
	left: 50%;
	top: 21%;
	transform: translateX(-50%);
}
#scrollUp:hover span.text {
	color: var(--color-primary);
}
body {
	scroll-behavior: auto;
	background: #FFFFFF;
}
/*------------------------
    Header Sticky 
--------------------------*/
.col-lg-20 {
	width: 20%;
	float: left;
}
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

@media (min-width: 1200px) {
	.col-lg-20 {
		width: 20%;
		float: left;
	}
}

@media only screen and (max-width: 1199px) {
	.col-lg-20 {
		width: 33%;
		float: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.col-lg-20 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 767px) {
	.col-lg-20 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 575px) {
	.col-lg-20 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 479px) {
	.col-lg-20 {
		width: 100%;
		float: left;
	}
}

::placeholder {
	color: #5D666F !important;
	opacity: 1 !important;
	/* Firefox */
	font-size: 17px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #5D666F !important;
	font-size: 17px;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #5D666F !important;
	font-size: 17px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bg-1 {
	background: #EC1E22;
}
.bg-secondary {
	background: #1D2027 !important;
}
.bg-white{background: #fff;}
.bg-gray{background: #f7f7f7;}
.bg-footer-one {
	background-repeat: no-repeat;
	background-size: cover;
	background: #0E1422;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.bg-footer-one::after {
	content: "";
	position: absolute;
	background-image: url(../img/footer/01.svg);
	height: 450px;
	width: 450px;
	right: -3%;
	background-repeat: no-repeat;
	bottom: -5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.bg-footer-one::after {
		right: -15%;
	}
}

@media only screen and (max-width: 1199px) {
	.bg-footer-one::after {
		right: -15%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bg-footer-one::after {
		left: 53%;
	}
}
.bg-footer-one::before {
	content: "";
	position: absolute;
	/* background-image: url(../img/footer/02.png); */
	height: 800px;
	width: 823px;
	left: -16%;
	background-position: center;
	bottom: -13%;
	background-size: cover;
	z-index: -1;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.bg-footer-one::before {
		left: -25%;
	}
}

@media only screen and (max-width: 1199px) {
	.bg-footer-one::before {
		left: -25%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bg-footer-one::before {
		left: -48%;
	}
}
.bg-footer-one .bg-shape-f1 {
	position: relative;
	z-index: 1;
}
.bg-footer-one .bg-shape-f1::after {
	position: absolute;
	/* background-image: url(../img/footer/03.png); */
	content: "";
	height: 500px;
	width: 523px;
	left: -25%;
	top: -20%;
	z-index: -1;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.bg-footer-one .bg-shape-f1::after {
		left: -30%;
		top: -32%;
	}
}

@media only screen and (max-width: 1199px) {
	.bg-footer-one .bg-shape-f1::after {
		left: -30%;
		top: -32%;
	}
}
.hri-title-area {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1199px) {
	.hri-title-area::after {
		font-size: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-title-area::after {
		font-size: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-title-area::after {
		font-size: 70px;
	}
}

@media only screen and (max-width: 479px) {
	.hri-title-area::after {
		font-size: 50px;
	}
}
.hri-title-area p.pre-title {
	color: var(--color-primary);
	margin-bottom: 0;
	font-family: var(--font-secondary);
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: -5px;
}

@media only screen and (max-width: 479px) {
	.hri-title-area p.pre-title {
		font-size: 14px;
	}
}
.hri-title-area .title {
    margin-bottom: 14px;
    font-size: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.hri-title-area.feature::after {
		left: 55%;
		font-size: 110px;
	}
}

@media only screen and (max-width: 575px) {
	.hri-title-area.contact-upload-cv::after {
		font-size: 100px;
	}
}
.about-founder-wrapper .author-inner {
	display: flex;
	align-items: center;
	position: relative;
} 
.hri-contact-fluid .form-wrapper form .name-email {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.hri-contact-fluid .form-wrapper form .name-email {
		flex-direction: column;
	}
}
.hri-contact-fluid .form-wrapper form .name-email input {
	width: 48.8%;
}
@media only screen and (max-width: 767px) {
	.hri-contact-fluid .form-wrapper form .name-email input {
		width: 100%;
	}
}
.hri-contact-fluid .form-wrapper input {
	background: #F6F6F6;
	height: 55px;
	border-radius: 15px;
	margin-bottom: 25px;
	border: 1px solid transparent;
}
.hri-contact-fluid .form-wrapper input:focus,.hri-contact-fluid .form-wrapper select:focus {
	border: 1px solid var(--color-primary);
}
.hri-contact-fluid .form-wrapper textarea {
	height: 150px;
	background: #F6F6F6;
	border-radius: 15px;
	padding: 15px 15px;
	border: 1px solid transparent;
}
.hri-contact-fluid .form-wrapper textarea:focus {
	border: 1px solid var(--color-primary);
}
.hri-contact-fluid .hri-btn {
	display: block;
	max-width: max-content;
	margin: auto;
	margin-top: 30px;
}

.onepage.two .hri-contact-fluid .form-wrapper {
	width: 100%;
}

.onepage.two .hri-contact-fluid {
	box-shadow: none;
}
.onepage.two .hri-title-area p.pre-title {
	font-size: 18px;
	color: #5D666F !important;
	font-weight: 500 !important;
}
.onepage.two .hri-title-area.contact-fluid::after {
	content: "09";
	left: 49%;
	transform: translateX(-50%);
	z-index: -1;
	height: 109px;
	top: -40%;
	min-width: max-content;
}

.contact-four::before {
	content: "";
	position: absolute; 
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 100px;
	left: -2%;
	bottom: 10%;
	animation: rotateIt 15s linear infinite;
}
@media only screen and (max-width: 1199px) {
	.about-founder-wrapper .author-inner::after {
		display: none;
	}
}
.about-founder-wrapper .author-inner .founder-details a .title {
	margin-bottom: 1px;
	transition: 0.3s;
}
.about-founder-wrapper .author-inner .founder-details a:hover .title {
	color: var(--color-title);
}
.about-founder-wrapper .author-inner .founder-details span {
	font-size: 14px;
	color: var(--color-primary);
	font-weight: 400;
}
.about-founder-wrapper .author-inner a.thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 16px;
}
.about-founder-wrapper .author-inner a.thumbnail img {
	transition: 0.3s;
}
.about-founder-wrapper .author-inner a.thumbnail:hover img {
	transform: scale(1.1);
}
.about-founder-wrapper .author-call-option {
	display: flex;
	align-items: center;
}
.about-founder-wrapper .author-call-option img {
	padding: 11px;
	background: var(--color-primary);
	border-radius: 14px;
	margin-right: 5px;
}
.about-founder-wrapper .author-call-option span {
	color: #5D666F;
	font-size: 14px;
}
.about-founder-wrapper .author-call-option .title {
	margin-bottom: 0;
	margin-top: 2px;
	transition: 0.3s;
	min-width: max-content;
}
.about-founder-wrapper .author-call-option .title:hover {
	color: var(--color-primary);
}
.pagination {
	margin: auto;
	max-width: max-content;
	margin-top: 25px;
}
.pagination button {
	max-width: max-content;
	padding: 15px;
	border:1px solid #F5B8B8; 
	margin-right: 10px;
	color: #1C2539;
	font-weight: 700;
	height: 50px;
	width: 50px;
	line-height: 18px; 
}
.pagination button.active {
	background: #EC1E22;
	color: #ffff;
}
.pagination button:hover {
	background: var(--color-primary);
	color: #fff;
}
.pagination button:last-child {
	margin-right: 0;
	font-size: 24px;
}
.pagination button:last-child i {
	margin-top: -3px;
}
.blog-grid-inner {
	border: 1px solid #E6E9F0;
	border-radius: 15px;
}
.blog-grid-inner .blog-header {
	position: relative;
}
.blog-grid-inner .blog-header .blog-info {
	position: absolute;
	display: flex;
	align-items: center;
	padding: 7px 30px;
	bottom: 0;
	background: #1C2539;
	width: 100%;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.blog-grid-inner .blog-header .blog-info {
		padding-left: 15px;
	}
}
.blog-grid-inner .blog-header .blog-info .user {
	margin-right: 25px;
}
.blog-grid-inner .blog-header .blog-info .user i {
	color: #fff;
}
.blog-grid-inner .blog-header .blog-info .user span {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin-left: 8px;
}
.blog-grid-inner .blog-header .date {
	position: absolute;
	padding: 10px 20px;
	border-radius: 15px;
	right: 20px;
	bottom: 20px;
	background: #fff;
}
.blog-grid-inner .blog-header .date .title {
	margin-bottom: 0;
	color: #EC1E22;
	margin-bottom: -5px;
}
.blog-grid-inner .blog-header .date span {
	color: #EC1E22;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.blog-grid-inner .thumbnail {
	overflow: hidden;
	border-radius: 15px 15px 0 0;
	width: 100%;
	display: block;
}
.blog-grid-inner .thumbnail:hover img {
	transform: scale(1.2);
}
.blog-grid-inner .thumbnail img {
	width: 100%;
	transition: 0.3s;
}
.blog-grid-inner .blog-body {
	padding: 30px;
}

@media only screen and (max-width: 767px) {
	.blog-grid-inner .blog-body {
		padding: 15px;
	}
}
.blog-grid-inner .blog-body a .title {
	margin-bottom: 0;
	transition: 0.3s;
	line-height: 32px;
}
.blog-grid-inner .blog-body a:hover .title {
	color: var(--color-primary);
}
.social-three-wrapper {
	display: flex;
	align-items: center;
	padding-left: 0;
	justify-content: center;
}
.social-three-wrapper li {
	list-style: none;
	margin: 0 21px;
}
.social-three-wrapper li:first-child {
	margin-left: 16px;
}
.social-three-wrapper li a {
	position: relative;
	z-index: 1;
	transition: 0.3s;
	color: #1C2539;
}
.social-three-wrapper li a::after {
	position: absolute;
	content: "";
	background: #E8E8E8;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: -1;
	transition: 0.3s;
}
.social-three-wrapper li a:hover {
	color: #fff;
}
.social-three-wrapper li a:hover::after {
	background: var(--color-primary-3);
}
.over_link {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	left: 0;
	top: 0;
}
.container-2 {
	max-width: 1680px;
	margin: auto;
}
.home-blue .title-area {
	position: relative;
	z-index: 1;
}
.home-blue .title-area::after {
	position: absolute;
	content: "00";
	left: 50%;
	transform: translateX(-50%);
	top: -39%;
	color: #ffffff;
	background-color: #000;
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-stroke: 0.5px transparent;
	font-size: 143px;
	height: 100%;
	max-width: max-content;
	max-height: max-content;
	font-weight: 900;
	z-index: -1;
	display: flex;
	align-items: center;
	opacity: 0.35;
	font-family: var(--font-secondary);
	z-index: -1;
}
.home-blue .title-area.blog::after {
	left: 50%;
	transform: translateX(-50%);
	top: -39%;
	content: "08";
}
.home-blue .title-area.about-company::after {
	left: 7%;
	transform: translateX(-50%);
	top: -42%;
	content: "02";
}

@media only screen and (max-width: 767px) {
	.home-blue .title-area.about-company::after {
		left: 18%;
		transform: translateX(-50%);
		top: -27%;
	}
}
.home-blue .title-area.service-h2::after {
	left: 7%;
	transform: translateX(-50%);
	top: -42%;
	content: "01";
}
.home-blue .title-area.business-case::after {
	left: 50%;
	transform: translateX(-50%);
	top: -25%;
	content: "05";
}
.home-blue .title-area.working-process::after {
	left: 51%;
	transform: translateX(-50%);
	top: -42%;
	content: "03";
}
.home-blue .title-area.service-h2::after {
	left: 3%;
	transform: translateX(-50%);
	top: -42%;
	content: "01";
}

@media only screen and (max-width: 767px) {
	.home-blue .title-area.service-h2::after {
		left: 18%;
	}
}
/*Devlped by shah Nawaz - 9911 751517*/
.home-blue .title-area.service-h2.service::after {
	left: 3%;
	transform: translateX(-50%);
	top: -42%;
	content: "04";
}

@media only screen and (max-width: 767px) {
	.home-blue .title-area.service-h2.service::after {
		left: 18%;
	}
}
.home-blue .title-area.testimonial-h2::after {
	left: 4%;
	transform: translateX(-50%);
	top: -38%;
	content: "06";
	color: #121212;
	background-color: #ffffff6b;
}
.home-blue .title-area.pricing-h2::after {
	left: 50%;
	transform: translateX(-50%);
	top: -40%;
	content: "07";
}
.home-blue .title-area span {
	font-size: 18px;
	color: #5D666F !important;
	font-weight: 500 !important;
}
.home-blue .title-area .title {
	font-size: 48px;
	color: #1C2539 !important;
	font-weight: 700;
	line-height: 58px;
}
.home-blue .single-feature-one i {
	background: var(--color-primary-2);
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}
.animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes jump-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes jump-3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slide-one {
	0% {
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
	}
	25% {
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
	}
}
@keyframes slide-one1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0px, 0, 0);
	}
	25% {
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slide-two {
	0% {
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
	}
	25% {
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
	}
}
@keyframes slide-two1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	25% {
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.mymove {
	animation: mymove 2s infinite;
	animation-direction: alternate;
}
@keyframes mymove {
	from {
		left: 0px;
	}
	to {
		left: 30px;
	}
}
@keyframes jump-1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes jump-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes rotateIt {
	to {
		transform: rotate(-360deg);
	}
}
@keyframes rotateIt2 {
	to {
		transform: rotate(360deg);
	}
}
@keyframes animate-floting {
	0% {
		transform: translateX(50%);
	}
	50% {
		transform: translateX(-40%);
	}
	100% {
		transform: translateX(40%);
	}
}
@keyframes animate-floting-2 {
	0% {
		transform: translateX(-50%);
	}
	50% {
		transform: translateX(40%);
	}
	100% {
		transform: translateX(-40%);
	}
}
.floting-line {
	animation: animate-floting 15s linear infinite;
}
.floting-line:hover {
	animation-play-state: paused;
}
.floting-line-2 {
	animation: animate-floting-2 15s linear infinite;
}
.floting-line-2:hover {
	animation-play-state: paused;
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes customOne {
	0% {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-50%) scale(1.3);
		transform: translateY(-50%) scale(1.3);
		opacity: 0;
	}
}
@keyframes liveAuction {
	0% {
		background: var(--color-white);
	}
	100% {
		background: var(--color-danger);
	}
}
.cd-intro {
	margin: 4em auto;
}

@media only screen and (min-width: 768px) {
	.cd-intro {
		margin: 5em auto;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-intro {
		margin: 6em auto;
	}
}
.cd-headline {
	font-size: 3rem;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
	.cd-headline {
		font-size: 4.4rem;
		font-weight: 300;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-headline {
		font-size: 48px;
	}
}

@media only screen and (max-width: 768px) {
	.cd-headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.cd-headline {
		font-size: 26px;
	}
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
	display: inline-block;
	padding: 0;
}
.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	margin-top: -20px;
}
.cd-headline.clip .cd-words-wrapper b {
	font-weight: 700;
}
.cd-headline.clip .cd-words-wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 100%;
	background-color: var(--color-primary-3);
	transform: translateY(-50%);
}
.cd-headline.clip b {
	opacity: 0;
}
.cd-headline.clip b.is-visible {
	opacity: 1;
}
/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-duration: var(--sal-duration, 0.2s);
	transition-delay: var(--sal-delay, 0s);
	transition-timing-function: var(--sal-easing, ease);
}
[data-sal][data-sal-duration="200"] {
	transition-duration: 0.2s;
}
[data-sal][data-sal-duration="250"] {
	transition-duration: 0.25s;
}
[data-sal][data-sal-duration="300"] {
	transition-duration: 0.3s;
}
[data-sal][data-sal-duration="350"] {
	transition-duration: 0.35s;
}
[data-sal][data-sal-duration="400"] {
	transition-duration: 0.4s;
}
[data-sal][data-sal-duration="450"] {
	transition-duration: 0.45s;
}
[data-sal][data-sal-duration="500"] {
	transition-duration: 0.5s;
}
[data-sal][data-sal-duration="550"] {
	transition-duration: 0.55s;
}
[data-sal][data-sal-duration="600"] {
	transition-duration: 0.6s;
}
[data-sal][data-sal-duration="650"] {
	transition-duration: 0.65s;
}
[data-sal][data-sal-duration="700"] {
	transition-duration: 0.7s;
}
[data-sal][data-sal-duration="750"] {
	transition-duration: 0.75s;
}
[data-sal][data-sal-duration="800"] {
	transition-duration: 0.8s;
}
[data-sal][data-sal-duration="850"] {
	transition-duration: 0.85s;
}
[data-sal][data-sal-duration="900"] {
	transition-duration: 0.9s;
}
[data-sal][data-sal-duration="950"] {
	transition-duration: 0.95s;
}
[data-sal][data-sal-duration="1000"] {
	transition-duration: 1s;
}
[data-sal][data-sal-duration="1050"] {
	transition-duration: 1.05s;
}
[data-sal][data-sal-duration="1100"] {
	transition-duration: 1.1s;
}
[data-sal][data-sal-duration="1150"] {
	transition-duration: 1.15s;
}
[data-sal][data-sal-duration="1200"] {
	transition-duration: 1.2s;
}
[data-sal][data-sal-duration="1250"] {
	transition-duration: 1.25s;
}
[data-sal][data-sal-duration="1300"] {
	transition-duration: 1.3s;
}
[data-sal][data-sal-duration="1350"] {
	transition-duration: 1.35s;
}
[data-sal][data-sal-duration="1400"] {
	transition-duration: 1.4s;
}
[data-sal][data-sal-duration="1450"] {
	transition-duration: 1.45s;
}
[data-sal][data-sal-duration="1500"] {
	transition-duration: 1.5s;
}
[data-sal][data-sal-duration="1550"] {
	transition-duration: 1.55s;
}
[data-sal][data-sal-duration="1600"] {
	transition-duration: 1.6s;
}
[data-sal][data-sal-duration="1650"] {
	transition-duration: 1.65s;
}
[data-sal][data-sal-duration="1700"] {
	transition-duration: 1.7s;
}
[data-sal][data-sal-duration="1750"] {
	transition-duration: 1.75s;
}
[data-sal][data-sal-duration="1800"] {
	transition-duration: 1.8s;
}
[data-sal][data-sal-duration="1850"] {
	transition-duration: 1.85s;
}
[data-sal][data-sal-duration="1900"] {
	transition-duration: 1.9s;
}
[data-sal][data-sal-duration="1950"] {
	transition-duration: 1.95s;
}
[data-sal][data-sal-duration="2000"] {
	transition-duration: 2s;
}
[data-sal][data-sal-delay="50"] {
	transition-delay: 0.05s;
}
[data-sal][data-sal-delay="100"] {
	transition-delay: 0.1s;
}
[data-sal][data-sal-delay="150"] {
	transition-delay: 0.15s;
}
[data-sal][data-sal-delay="200"] {
	transition-delay: 0.2s;
}
[data-sal][data-sal-delay="250"] {
	transition-delay: 0.25s;
}
[data-sal][data-sal-delay="300"] {
	transition-delay: 0.3s;
}
[data-sal][data-sal-delay="350"] {
	transition-delay: 0.35s;
}
[data-sal][data-sal-delay="400"] {
	transition-delay: 0.4s;
}
[data-sal][data-sal-delay="450"] {
	transition-delay: 0.45s;
}
[data-sal][data-sal-delay="500"] {
	transition-delay: 0.5s;
}
[data-sal][data-sal-delay="550"] {
	transition-delay: 0.55s;
}
[data-sal][data-sal-delay="600"] {
	transition-delay: 0.6s;
}
[data-sal][data-sal-delay="650"] {
	transition-delay: 0.65s;
}
[data-sal][data-sal-delay="700"] {
	transition-delay: 0.7s;
}
[data-sal][data-sal-delay="750"] {
	transition-delay: 0.75s;
}
[data-sal][data-sal-delay="800"] {
	transition-delay: 0.8s;
}
[data-sal][data-sal-delay="850"] {
	transition-delay: 0.85s;
}
[data-sal][data-sal-delay="900"] {
	transition-delay: 0.9s;
}
[data-sal][data-sal-delay="950"] {
	transition-delay: 0.95s;
}
[data-sal][data-sal-delay="1000"] {
	transition-delay: 1s;
}
[data-sal][data-sal-easing=linear] {
	transition-timing-function: linear;
}
[data-sal][data-sal-easing=ease] {
	transition-timing-function: ease;
}
[data-sal][data-sal-easing=ease-in] {
	transition-timing-function: ease-in;
}
[data-sal][data-sal-easing=ease-out] {
	transition-timing-function: ease-out;
}
[data-sal][data-sal-easing=ease-in-out] {
	transition-timing-function: ease-in-out;
}
[data-sal][data-sal-easing=ease-in-cubic] {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
[data-sal][data-sal-easing=ease-out-cubic] {
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-sal][data-sal-easing=ease-in-out-cubic] {
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-sal][data-sal-easing=ease-in-circ] {
	transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
[data-sal][data-sal-easing=ease-out-circ] {
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
[data-sal][data-sal-easing=ease-in-out-circ] {
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
[data-sal][data-sal-easing=ease-in-expo] {
	transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
[data-sal][data-sal-easing=ease-out-expo] {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
[data-sal][data-sal-easing=ease-in-out-expo] {
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
[data-sal][data-sal-easing=ease-in-quad] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-sal][data-sal-easing=ease-out-quad] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-sal][data-sal-easing=ease-in-out-quad] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sal][data-sal-easing=ease-in-quart] {
	transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
[data-sal][data-sal-easing=ease-out-quart] {
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-sal][data-sal-easing=ease-in-out-quart] {
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
[data-sal][data-sal-easing=ease-in-quint] {
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
[data-sal][data-sal-easing=ease-out-quint] {
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
[data-sal][data-sal-easing=ease-in-out-quint] {
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
[data-sal][data-sal-easing=ease-in-sine] {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-sal][data-sal-easing=ease-out-sine] {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-sal][data-sal-easing=ease-in-out-sine] {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-sal][data-sal-easing=ease-in-back] {
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-sal][data-sal-easing=ease-out-back] {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-sal][data-sal-easing=ease-in-out-back] {
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/**
  * Animations
  */
[data-sal|=fade] {
	opacity: 0;
	transition-property: opacity;
}
[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
	opacity: 1;
}
[data-sal|=slide] {
	opacity: 0;
	transition-property: opacity, transform;
}
[data-sal=slide-up] {
	transform: translateY(20%);
}
[data-sal=slide-down] {
	transform: translateY(-20%);
}
[data-sal=slide-left] {
	transform: translateX(20%);
}
[data-sal=slide-right] {
	transform: translateX(-20%);
}
[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
	opacity: 1;
	transform: none;
}
[data-sal|=zoom] {
	opacity: 0;
	transition-property: opacity, transform;
}
[data-sal=zoom-in] {
	transform: scale(0.5);
}
[data-sal=zoom-out] {
	transform: scale(1.1);
}
[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
	opacity: 1;
	transform: none;
}
[data-sal|=flip] {
	backface-visibility: hidden;
	transition-property: transform;
}
[data-sal=flip-left] {
	transform: perspective(2000px) rotateY(-91deg);
}
[data-sal=flip-right] {
	transform: perspective(2000px) rotateY(91deg);
}
[data-sal=flip-up] {
	transform: perspective(2000px) rotateX(-91deg);
}
[data-sal=flip-down] {
	transform: perspective(2000px) rotateX(91deg);
}
[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
	transform: none;
}
/* Header style hear  */
.header-top-one .left {
	display: flex;
	align-items: center;
}
.header-top-one .left .mail {
	position: relative;
	float: left;
}
.header-top-one .left .mail a{
	float: left;
	padding: 6px 0;
	display: block;
	color: #fff;
	margin-right: 4px;
	font-size: 15px;
	position: relative; 
	font-weight: 600;
}
.header-top-one .left .mail a i {
	margin-right: 6px;
}
.header-top-one .left .mail a:hover {
	color: var(--color-white);
}
.header-top-one .left .mail a:hover::after {
	width: 100%;
}
.header-top-one .left .working-time p {
	color: #fff;
	font-size: 14px;
}
.header-top-one .left .working-time p i {
	margin-right: 1px;
}
.header-top-one .right {
	display: flex;
	justify-content: flex-end;
}
.top-nav{
	display: flex;
}
.header-top-one .right .top-nav li a {
	padding: 6px 0;
	display: block;
	color: #fff;
}
.header-top-one .right .social-wrapper-one {
	margin-left: 30px;
	position: relative;
}
.header-top-one .right .social-wrapper-one a i {
	transition: 0.3s;
}
.header-top-one .right .social-wrapper-one a:hover i {
	transform: scale(1.2);
}
.header-top-one .right .social-wrapper-one i {
	color: #fff;
}
/*.header-top-one .right .social-wrapper-one::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 14px;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	background: #F36464;
}*/
.header-top-one.header-top-four {
	border-bottom: 1px solid #EDEDED;
}

@media (max-width: 1200px) {
	.header-top-one.header-top-four {
		display: none;
	}
}
.header-top-one.header-top-four.header-top-five .top-left a {
	color: var(--color-primary-2);
}
.header-top-one.header-top-four.header-top-five .right-h-three .header-top-right .email i {
	color: var(--color-primary-2);
}
.header-top-one.header-top-four.header-top-five .right-h-three .header-top-right .call i {
	color: var(--color-primary-2);
}
.header-top-one.header-top-four .top-left {
	padding: 10px 0;
	padding-left: 0;
	font-size: 17px;
	font-weight: 400;
	color: #5D666F;
	display: flex;
	align-items: center;
}
.header-top-one.header-top-four .top-left a {
	color: var(--color-primary-4);
	display: flex;
	align-items: center;
	margin-left: 5px;
}
.header-top-one.header-top-four .top-left a i {
	transition: 0.3s;
	margin-left: 5px;
}
.header-top-one.header-top-four .top-left a:hover i {
	margin-left: 10px;
}
.header-top-one.header-top-four .right-h-three {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-top-one.header-top-four .right-h-three .header-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 0;
}
.header-top-one.header-top-four .right-h-three .header-top-right .email {
	margin-right: 30px;
}
.header-top-one.header-top-four .right-h-three .header-top-right .email i {
	margin-right: 10px;
	color: var(--color-primary-4);
}
.header-top-one.header-top-four .right-h-three .header-top-right .email a {
	color: #1C2539;
	transition: 0.3s;
	font-weight: 500;
}
.header-top-one.header-top-four .right-h-three .header-top-right .email a:hover {
	color: var(--color-primary-4);
}
.header-top-one.header-top-four .right-h-three .header-top-right .call {
	margin-right: 0;
}
.header-top-one.header-top-four .right-h-three .header-top-right .call i {
	margin-right: 10px;
	color: var(--color-primary-4);
	transform: rotate(-30deg);
}
.header-top-one.header-top-four .right-h-three .header-top-right .call a {
	color: #1C2539;
	transition: 0.3s;
	font-weight: 500;
}
.header-top-one.header-top-four .right-h-three .header-top-right .call a:hover {
	color: var(--color-primary-4);
}
.header-main-one{position: relative;}

.header-main-one .thumbnail a {
	padding: 18px 0;
	display: block;
	max-width: max-content;
}

@media only screen and (max-width: 479px) {
	.header-main-one .thumbnail a {
		padding: 13px 0 18px 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header-two .main-header .nav-main ul li {
		margin-right: 25px !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header-two .main-header .nav-main ul li.has-droupdown {
		margin-right: 37px !important;
	}
}
.main-header .nav-main  {
	width: 100%;
}
.main-header .nav-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.main-header .nav-main ul li {
	margin: 0;
	margin-right: 2.3em;
}
.main-header .nav-main ul li a {
    padding: 35px 0;
    display: block;
    color: #000;
    font-size: 14px;
    /* font-weight: 100; */
    position: relative;
    transition: var(--transition);
    min-width: max-content;
}
.main-header .nav-main ul li a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 22px;
	height: 2px;
	width: 0%;
	border-radius: 1px;
	background: var(--color-primary);
	transition: var(--transition);
}
.main-header .nav-main ul li a:hover {
	color: var(--color-primary);
}
.main-header .nav-main ul li a:hover::after {
	width: 100%;
}
.main-header .button-area {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

@media screen and (max-width: 1399px) {
	.main-header .button-area {
		margin-left: 16px;
	}
}

@media screen and (max-width: 1199px) {
	.main-header .button-area {
		margin-left: 16px;
		margin: 33px 0;
	}
}

@media only screen and (max-width: 479px) {
	.main-header .button-area {
		margin: 10px 0;
	}
}
.main-header .button-area button.menu .menu-dark {
	display: block;
	transition: 0.3s;
	border-radius: 0;
}
.main-header .button-area button.menu .menu-light {
	display: none;
	transition: 0.3s;
}
.main-header .button-area button.menu:hover .menu-dark {
	display: none;
}
.main-header .button-area button.menu:hover .menu-light {
	display: block;
}
.main-header.main-header-four .nav-main ul li a:hover {
	color: var(--color-primary-4);
}
.main-header.main-header-four .nav-main ul li a::after {
	background: var(--color-primary-4);
}
.main-header.main-header-four .nav-main ul li .submenu {
	border-color: var(--color-primary-4);
	border-width: 4px 0 0 0;
}
.main-header.main-header-four .nav-main ul li .submenu::after {
	border-bottom-color: var(--color-primary-4);
}
.main-header.main-header-four.main-header-five .nav-main ul li a:hover {
	color: var(--color-primary-2);
}
.main-header.main-header-four.main-header-five .nav-main ul li a::after {
	background: var(--color-primary-2);
}
.main-header.main-header-four.main-header-five .nav-main ul li .submenu {
	border-color: var(--color-primary-2);
	border-width: 4px 0 0 0;
}
.main-header.main-header-four.main-header-five .nav-main ul li .submenu::after {
	border-bottom-color: var(--color-primary-2);
}
.main-header.main-header-four.main-header-five .button-area .btn-primary-4 {
	background: var(--color-primary-2);
	border-radius: 30px;
}
.main-header.main-header-four.main-header-five .button-area .btn-primary-4:hover {
	background: var(--color-gray);
}
.main-header.main-header-four.main-header-five .button-area .btn-primary-alta-four {
	border-radius: 30px;
}
.main-header.main-header-four.main-header-five .button-area .btn-primary-alta-four:hover {
	background: var(--color-primary-2) !important;
}
.six .main-header.main-header-four.main-header-five .nav-main ul li a:hover {
	color: var(--color-primary-6);
}
.six .main-header.main-header-four.main-header-five .nav-main ul li a::after {
	background: var(--color-primary-6);
}
.social-wrapper-one {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
}
.social-wrapper-one li {
	margin: 0;
}
.social-wrapper-one li a {
	color: #fff;
	margin-right: 20px;
	padding: 11px 0;
}
.social-wrapper-one li a i {
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
}
.social-wrapper-one li a:hover i {
	color: var(--color-primary);
}
.header-three.header--sticky.sticky {
	backdrop-filter: none;
	box-shadow: none;
}
.header--sticky {
	transition: 0.3s;
	top: 0;
	z-index: 1001;
	position: relative;
}
.header--sticky.sticky {
	position: fixed !important;
	top: 0;
	display: block;
	backdrop-filter: blur(9px);
	z-index: 1001;
	width: 100%;
	box-shadow: 0px 7px 18px #1810100d;
}
.header-three {
	position: absolute;
	width: 100%;
}
.header-three .main-header .nav-main ul li a {
	padding: 42px 0;
}
.header-three .main-header .nav-main ul li a::after {
	bottom: 46px;
}
.header-three .header-top-three {
	background: white;
	border-bottom: 1px solid #EDEDED;
}

@media only screen and (max-width: 1199px) {
	.header-three .header-top-three {
		display: none;
	}
}
.header-three .header-top-three .top-left {
	padding: 10px 0;
	padding-left: 50px;
	font-size: 17px;
	font-weight: 400;
	color: #5D666F;
	display: flex;
	align-items: center;
}
.header-three .header-top-three .top-left a {
	color: var(--color-primary-3);
	display: flex;
	align-items: center;
	margin-left: 5px;
}
.header-three .header-top-three .top-left a i {
	transition: 0.3s;
	margin-left: 5px;
}
.header-three .header-top-three .top-left a:hover i {
	margin-left: 10px;
}
.header-three .header-top-three .right-h-three {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-three .header-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 30px;
}
.header-three .header-top-right .email {
	margin-right: 30px;
}
.header-three .header-top-right .email i {
	margin-right: 10px;
	color: #F64A00;
}
.header-three .header-top-right .email a {
	color: #1C2539;
	transition: 0.3s;
	font-weight: 500;
}
.header-three .header-top-right .email a:hover {
	color: var(--color-primary-3);
}
.header-three .header-top-right .call {
	margin-right: 30px;
}
.header-three .header-top-right .call i {
	margin-right: 10px;
	color: #F64A00;
	transform: rotate(-30deg);
}
.header-three .header-top-right .call a {
	color: #1C2539;
	transition: 0.3s;
	font-weight: 500;
}
.header-three .header-top-right .call a:hover {
	color: var(--color-primary-3);
}
.header-three .main-header-three {
	background: #fff;
}
.header-three .main-header-three.main-header {
	justify-content: flex-start;
	position: relative;
}
.header-three .main-header-three.main-header::after {
	content: "";
	position: absolute;
	left: -14px;
	top: -48%;
	height: 148%;
	background: var(--color-primary-3);
	width: 15px;
	border-radius: 0 0 0 15px;
}
.header-three .main-header-three.main-header::before {
	content: "";
	position: absolute;
	right: -14px;
	top: -48%;
	height: 148%;
	background: var(--color-primary-3);
	width: 15px;
	border-radius: 0 0 15px 0;
}
.header-three .main-header-three.main-header .nav-main ul li a:hover {
	color: var(--color-primary-3);
}
.header-three .main-header-three.main-header .nav-main ul li a::after {
	background: var(--color-primary-3);
}
.header-three .main-header-three.main-header .mainmenu li.has-droupdown .submenu {
	border-top-color: var(--color-primary-3);
}
.header-three .main-header-three.main-header-four::after {
	display: none;
}
.header-three .main-header-three.main-header-four::before {
	display: none;
}
.header-three .main-header-three a.thumbnail-logo img {
	padding: 30px 48px;
}

@media only screen and (max-width: 479px) {
	.header-three .main-header-three a.thumbnail-logo img {
		padding: 30px 15px;
	}
}
.header-three .main-header-three .right {
	display: flex;
	align-items: center;
	margin-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-header .nav-main ul li { 
		margin-right: 2em !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header-three .main-header-three .right {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.header-three .main-header-three .right {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.header-three .main-header-three .right {
		margin-right: 5px;
	}
}

@media only screen and (max-width: 479px) {
	.header-three .main-header-three .right .hri-btn {
		padding: 11px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 479px) {
	.header-three .main-header-three .right #menu-btn {
		margin-left: 5px !important;
	}
}
.header-two .header-top {
	background: #fff;
	align-items: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-bottom: 1px solid #EAECF2;
}

@media only screen and (max-width: 1199px) {
	.header-two .header-top {
		display: none;
	}
}
.header-two .header-top::after {
	position: absolute;
	left: -5%;
	content: "";
	top: 0;
	width: 40%;
	height: 100%;
	background: var(--color-primary-2);
	z-index: -1;
	transform: skew(-20deg);
}
.header-two .header-top .content {
	max-width: 1560px;
	margin: 0 auto;
	display: flex;
	height: 45px;
	display: flex;
	align-items: center;
	width: 98%;
}
.header-two .header-top .content .left-header-top p {
	font-size: 17px;
	color: #fff;
}
.header-two .header-top .content .left-header-top p a {
	font-weight: 500;
}
.header-two .header-top .content .left-header-top p a i {
	transition: 0.3s;
}
.header-two .header-top .content .left-header-top p a:hover {
	color: #000;
}
.header-two .header-top .content .left-header-top p a:hover i {
	margin-left: 6px;
}
.header-two .header-top .content .right-header-top {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.header-two .header-top .content .right-header-top .working-time i {
	color: #1C2539;
}
.header-two .header-top .content .right-header-top .working-time span {
	color: #1C2539;
	font-size: 17px;
	font-weight: 400;
	margin-left: 7px;
}
.header-two .header-top .content .right-header-top .ht-social {
	display: flex;
	align-items: center;
	margin-left: 60px;
	position: relative;
}
.header-two .header-top .content .right-header-top .ht-social::after {
	position: absolute;
	left: -17%;
	content: "";
	height: 100%;
	width: 1px;
	background: #CFD2DC;
	transform: skew(-10deg);
}
.header-two .header-top .content .right-header-top .ht-social span {
	color: #1C2539;
	font-weight: 400;
}
.header-two .header-top .content .right-header-top .ht-social ul {
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0;
	margin-left: 20px;
}
.header-two .header-top .content .right-header-top .ht-social ul li {
	margin-right: 20px;
}
.header-two .header-top .content .right-header-top .ht-social ul li a i {
	color: #1C2539;
	transition: 0.3s;
}
.header-two .header-top .content .right-header-top .ht-social ul li a:hover i {
	color: var(--color-primary-2);
}
.header-two .header-top .content .right-header-top .ht-social ul li:last-child {
	margin-right: 0;
}
.header-two .main-header {
	justify-content: flex-start;
	display: block;
	background: #fff;
}
.header-two .main-header .content {
	max-width: 1560px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 98%;
}

@media only screen and (max-width: 1199px) {
	.header-two .main-header .content {
		max-width: 97%;
		margin: auto;
	}
}

@media only screen and (max-width: 479px) {
	.header-two .main-header .content {
		max-width: 99%;
	}
}
.header-two .main-header .content .header-left {
	display: flex;
	align-items: center;
}
.header-two .main-header .content .header-left a.thumbnail {
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
.hryear{display: none;}	
    .mob-hryear {
        position: absolute;
        top: 8px;
        left: 8px;
        height: 50px;
        z-index: 9;
    }
.header-two .main-header .content .header-left a.thumbnail{margin-right: 0;}
}
.header-two .main-header .content .header-left a.thumbnail img {
	width: 100%;
}

@media only screen and (max-width: 479px) {
	.header-two .main-header .content .header-left a.thumbnail img {
		width: 73%;
	}
}

@media only screen and (max-width: 1199px) {
	.header-two .main-header .content .header-left a {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-two .main-header .content .header-left a {
		padding: 20px 0 20px 15px;
		width: 80%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 479px) {
	.header-two .main-header .content .header-left a {
		width: 90%;
	}
}
.header-two .main-header .content .header-right {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.header-two .main-header .content .header-right .call-area {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.header-two .main-header .content .header-right .call-area {
		display: none;
	}
}
.header-two .main-header .content .header-right .call-area .icon {
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.header-two .main-header .content .header-right .call-area .icon::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: #F6F6F6;
	height: 55px;
	width: 55px;
	z-index: -1;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.call-area {
	display: flex;
}
.callnow span {
	color: #EC1E22;
	font-weight: 700;
	font-size: 19px;
}
.callnow h6 {
	margin-bottom: 0;
}
.header-two .main-header .content .header-right .call-area .icon:hover::after {
	background: #fff;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.header-two .main-header .content .header-right .call-area .number-area {
	margin-left: 30px;
}
.header-two .main-header .content .header-right .call-area .number-area span {
	color: #5D666F;
	font-size: 14px;
}
.header-two .main-header .content .header-right .call-area .number-area a .call {
	margin-bottom: 0;
	margin-top: 4px;
	min-width: max-content;
}
.header-two .main-header .content .header-right a.hri-btn {
	margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header-two .main-header .content .header-right a.hri-btn {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.header-two .main-header .content .header-right a.hri-btn {
		margin-left: 0;
		padding: 12px 15px;
		font-size: 14px;
	}
}
.header-two .main-header .content .header-right button {
	max-width: fit-content;
	background: #F7F7F7;
	padding: 19px;
}
.header-two .main-header .content .header-right button .menu-dark {
	display: block;
}
.header-two .main-header .content .header-right button .menu-light {
	display: none;
}
.header-two .main-header .content .header-right button:hover {
	background: var(--color-primary-2);
}
.header-two .main-header .content .header-right button:hover .menu-dark {
	display: none;
}
.header-two .main-header .content .header-right button:hover .menu-light {
	display: block;
}
.header-two .main-header nav {
	margin-left: 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header-two .main-header nav {
		margin-left: 10px;
	}
}
.header-two.eight .header-right {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.header-two.eight .header-right .call-area {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.header-two.eight .header-right .call-area {
		display: none;
	}
}
.header-two.eight .header-right .call-area .icon {
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.header-two.eight .header-right .call-area .icon::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: #F6F6F6;
	height: 55px;
	width: 55px;
	z-index: -1;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.header-two.eight .header-right .call-area .icon:hover::after {
	background: #fff;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.header-two.eight .header-right .call-area .number-area {
	margin-left: 30px;
}
.header-two.eight .header-right .call-area .number-area span {
	color: #fff !important;
	font-size: 14px;
}
.header-two.eight .header-right .call-area .number-area a .call {
	margin-bottom: 0;
	margin-top: 4px;
	min-width: max-content;
	color: #fff;
}
.header-two.eight .header-right a.hri-btn {
	margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header-two.eight .header-right a.hri-btn {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.header-two.eight .header-right a.hri-btn {
		margin-left: 0;
		padding: 12px 15px;
		font-size: 14px;
	}
}
.header-two.eight .header-right button {
	max-width: fit-content;
	background: #F7F7F7;
	padding: 19px;
}
.header-two.eight .header-right button .menu-dark {
	display: block;
}
.header-two.eight .header-right button .menu-light {
	display: none;
}
.header-two.eight .header-right button:hover {
	background: var(--color-primary-2);
}
.header-two.eight .header-right button:hover .menu-dark {
	display: none;
}
.header-two.eight .header-right button:hover .menu-light {
	display: block;
}
.home-blue .main-header .nav-main ul li a:hover {
	color: var(--color-primary-2);
}
.home-blue .main-header .nav-main ul li a::after {
	background: var(--color-primary-2);
}
.home-blue .mainmenu li.has-droupdown .submenu {
	border-top-color: var(--color-primary-2);
}
.home-blue .mainmenu li.has-droupdown .submenu::after {
	top: -20px;
	left: 16%;
	transform: translateX(-50%);
	position: absolute;
	content: "";
	border: 8px solid transparent;
	border-bottom-color: var(--color-primary-2);
}
.home-blue.medium-blue .main-header {
	background: #06277b;
}
.home-blue.medium-blue .main-header .nav-main ul li a {
	color: #fff;
}
.home-blue.medium-blue .main-header .nav-main ul li a:hover {
	color: var(--color-primary-2) !important;
}
.home-blue.medium-blue .main-header .nav-main ul li a::after {
	background: var(--color-primary-2);
}
.home-blue.medium-blue .mainmenu li.has-droupdown .submenu {
	border-top-color: var(--color-primary-2);
}
.home-blue.medium-blue .mainmenu li.has-droupdown .submenu::after {
	top: -20px;
	left: 16%;
	transform: translateX(-50%);
	position: absolute;
	content: "";
	border: 8px solid transparent;
	border-bottom-color: var(--color-primary-2);
}
.header-one.header--sticky.sticky .header-top {
	display: none;
}
.header-three.sticky .header-top-three {
	display: none;
}
.home-blue .header-two.header--sticky.sticky .header-top {
	display: none;
}
.search-input-area.show {
	visibility: visible;
	transform: inherit;
	opacity: 1;
}
.search-input-area {  
	width: 100%;
	padding: 25px 0; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-input:focus{
	border: 1px solid #000;
}
@media only screen and (max-width: 479px) {
	.search-input-area {
		padding: 20px 0;
	}
}
.search-input-area .search-input-inner {
	display: flex;
	align-items: center;
	position: relative;
}
.search-input-area .search-input-inner .input-div {
	width: 100%;
	display: flex;
	align-items: center;
	margin: auto;
}
.search-input-area .search-input-inner .input-div input {
	background: #FFEDED;
	border-radius: 10px;
	height: 55px;
}
.search-input-area .search-input-inner .input-div button {
	max-width: max-content;
	padding: 17.5px;
	background: var(--color-primary);
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: block;
	margin-left: -9px;
	border-radius: 0 5px 5px 0;
}
.search-input-area .search-close-icon {
	cursor: pointer;
	position: absolute;
	right: 18px;
	top: 12px;
}

@media (max-width: 500px) {
	.search-input-area .search-close-icon {
		display: none;
	}
}
.search-input-area .search-close-icon i {
	position: relative;
	z-index: 1;
	color: var(--color-primary);
	transition: 0.3s;
	font-size: 18px;
}
.search-input-area .search-close-icon i::after {
	position: absolute;
	height: 45px;
	width: 45px;
	content: "";
	border-radius: 5px;
	background: var(--color-primary-alta);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s;
}
.search-input-area .search-close-icon:hover i {
	color: var(--color-primary);
}
.search-input-area .search-close-icon:hover i::after {
	background: var(--color-primary-alta);
}


@media only screen and (max-width: 575px) {
	.menu-block-none {
		display: none;
	}
}
.header--sticky.header-one.six {
	position: absolute;
	width: 100%;
}
.header--sticky.header-one.six .header-top {
	background: transparent;
	border-bottom: 1px solid #E8E8E8;
	padding: 12px 0;
}
.header--sticky.header-one.six .header-top .right i {
	color: var(--color-primary-5);
	margin-right: 12px;
}
.header--sticky.header-one.six .header-top .right .call {
	margin-left: 30px;
}
.header--sticky.header-one.six .header-top .right a {
	color: #181A1C;
	font-weight: 500;
}
.header--sticky.header-one.six .header-main-one #menu-btn {
	border-radius: 50% !important;
	background: #fff !important;
}

@media only screen and (max-width: 1199px) {
	.header--sticky.header-one.six .header-main-one #menu-btn {
		background: #eee !important;
	}
}
.header--sticky.header-one.six .header-main-one #menu-btn:hover {
	background: var(--color-primary-5) !important;
}
.header--sticky.header-one.six .header-main-one .hri-btn.quote-btn {
	background: #181A1C;
	border-radius: 100px;
}
.header--sticky.header-one.six .header-main-one .hri-btn.quote-btn:hover {
	color: #181A1C;
	background: #f6f6f6 !important;
}

@media only screen and (max-width: 1199px) {
	.header--sticky.header-one.six .header-top {
		display: none;
	}
}
.header--sticky.header-one.six.sticky .header-main-one #menu-btn {
	background: #f6f6f6 !important;
}
.header--sticky.header-one.six.sticky .header-main-one #menu-btn:hover {
	background: var(--color-primary-5) !important;
}
.header-five.header-six.seven .main-header.main-header-four.main-header-five.main-header-six .button-area .btn-primary-4 {
	background: var(--color-primary-6);
}
.header-five.header-six.seven .main-header.main-header-four.main-header-five.main-header-six .button-area .btn-primary-4.six:hover {
	background: var(--color-gray);
}
.header-five.header-six.seven:hover {
	background: var(--color-gray);
	color: #000;
}
.header-top-one.header-top-four.header-top-five.seven .top-left a {
	color: var(--color-primary-6);
}
.header-top-one.header-top-four.header-top-five.seven .right-h-three .header-top-right .email i {
	color: var(--color-primary-5);
}
.header--sticky.header-one.six.sticky {
	background: #fff !important;
}
.header-top-one.header-top-four.header-top-five.seven .right-h-three .header-top-right .call i {
	color: var(--color-primary-6);
}
.header-top-one.header-top-four.header-top-five.seven .right-h-three .header-top-right .email i {
	color: var(--color-primary-6);
}
.header-four.header-five.seven .nav-main ul li:hover a.nav-link::before {
	color: var(--color-primary-6);
}
.header-four.header-five.seven .nav-main ul li:hover a.nav-link::after {
	background: var(--color-primary-6);
}
.header-four.header-five.seven .nav-main ul li:hover a.nav-link {
	color: var(--color-primary-6);
}
.main-header.main-header-four.main-header-six.seven .nav-main ul li .submenu {
	border-color: var(--color-primary-6);
}
.main-header.main-header-four.main-header-six.seven .nav-main ul li .submenu::after {
	border-bottom-color: var(--color-primary-6);
}
.main-header.main-header-four.main-header-five.main-header-six.seven .button-area .btn-primary-alta-four:hover {
	background: var(--color-primary-6) !important;
}
.header-top-one.header-top-four.seven .right-h-three .header-top-right .email a:hover {
	color: var(--color-primary-6) !important;
}
.header-top-one.header-top-four.seven .right-h-three .header-top-right .call a:hover {
	color: var(--color-primary-6);
}
.mainmenu li {
	position: relative;
}
.mainmenu li.has-droupdown > a {
	position: relative;
}
.mainmenu li.has-droupdown > a::before {
	content: "\f078" !important;
	position: absolute !important;
	top: 51%;
	font-family: "Font Awesome 5 Free" !important;
	right: -18px;
	transform: translateY(-50%);
	transition: 0.3s;
	font-weight:600;
}
.mainmenu li.has-droupdown > a:hover {
	color: var(--color-primary);
}
.mainmenu li.has-droupdown > a:hover::before {
	content: "\f077" !important;
}
.mainmenu li.has-droupdown .submenu {
	min-width: 270px;
	height: auto;
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	transition: 0.3s;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	border-left: 1px solid #ffffff14;
	border-bottom: 1px solid #ffffff14;
	border-right: 1px solid #ffffff14;
	border-top: 4px solid var(--color-primary);
	display: inline-block;
	box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
} 
.mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
	color: var(--color-primary); 
}
.mainmenu li.has-droupdown .submenu .sub-droupdown:hover .third-lvl {
	opacity: 1;
	top: -8%; 
}
.mainmenu li.has-droupdown .submenu .sub-droupdown a.sub-menu-link::before {
	content: "\f054";
	position: absolute;
	/* font-family: "Font Awesome 5 Free"; */
	font-family:"Font Awesome 5 Free";
	right: 0;
	font-weight:600;
}
.mainmenu li.has-droupdown .submenu.third-lvl {
	opacity: 0;
	min-width: 105px;
	left: 100%;
	top: -13%;
}
.mainmenu li.has-droupdown .submenu.third-lvl::after {
	display: none;
}
.mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu {
	left: 0;
	right: 0;
}
.mainmenu li.has-droupdown .submenu::after {
	top: -20px;
	left: 16%;
	transform: translateX(-50%);
	position: absolute;
	content: "";
	border: 8px solid transparent;
	border-bottom-color: var(--color-primary);
}
.mainmenu li.has-droupdown .submenu.menu-link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 800px;
}
.mainmenu li.has-droupdown .submenu.menu-link::after {
	display: none;
}
.mainmenu li.has-droupdown .submenu.menu-link .menu-item {
	width: 33.333%;
	margin-right: 20px;
}
.mainmenu li.has-droupdown .submenu.menu-link .menu-item:not(:first-child) {
	border-left: 1px solid #8C8C8C;
	border-bottom: 0;
}
.mainmenu li.has-droupdown .submenu.menu-link .menu-item:not(:last-child) {
	border-bottom: 0;
}
.mainmenu li.has-droupdown .submenu.menu-link .menu-item .tag {
	padding: 20px 15px 0 15px;
	cursor: auto;
	font-size: 21px;
	font-weight: 600;
	color: #ec1e22;
}
.mainmenu li.has-droupdown .submenu.menu-link .menu-item .tag::after {
	display: none;
}
.mainmenu li.has-droupdown .submenu.menu-link .menu-item ul {
	display: block;
	padding: 10px 0;
}
.mainmenu li.has-droupdown .submenu.menu-link .menu-item ul li {
	border: none;
}
.mainmenu li.has-droupdown .submenu.menu-link .menu-item ul li a {
	padding: 7px 0;
}
.mainmenu li.has-droupdown .submenu.menu-link2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 800px;
	left: -470px;
}
.mainmenu li.has-droupdown .submenu.menu-link2::after {
	display: none;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item {
	width: 33.333%;
	margin-right: 20px;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item:not(:first-child) {
	border-left: 1px solid #C4C4C426;
	border-bottom: 0;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item:not(:last-child) {
	border-bottom: 0;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item .tag {
	padding: 20px 15px 0 15px;
	cursor: auto;
	font-size: 20px;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item .tag:hover {
	color: #1C2539;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item .tag::after {
	display: none;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item ul {
	display: block;
	padding: 10px 0;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item ul li {
	border: none;
}
.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item ul li a {
	padding: 7px 0;
}
.mainmenu li.has-droupdown .submenu.menu-link1 {
	display: flex;
	align-items: normal;
	width: 450px;
}
.mainmenu li.has-droupdown .submenu.menu-link1.width-xtra {
	width: 550px;
}
.mainmenu li.has-droupdown .submenu.menu-link1::after {
	display: none;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item {
	width: 45%;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item:not(:last-child) {
	border-right: 1px solid #8C8C8C;
	border-bottom: 0;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item:not(:last-child) {
	border-bottom: 0;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item .tag {
	padding: 20px 15px 0 15px;
	cursor: auto;
	font-size: 20px;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item .tag:hover {
	color: #1C2539;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item .tag::after {
	display: none;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul {
	display: block;
	padding: 10px 0;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul li {
	border: none;
}
.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul li a {
	padding: 8px 0;
}
.mainmenu li.has-droupdown .submenu li {
	margin-right: 0;
	padding: 0 15px;
}
.mainmenu li.has-droupdown .submenu li:not(:last-child), .mainmenu li.has-droupdown .submenu.menu-link .menu-item ul li, .mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul li {
	border-bottom: 1px solid #5E5D5D26;
}
.mainmenu li.has-droupdown .submenu li a {
	padding: 9px 0;
}
.mainmenu li.has-droupdown .submenu li a::after {
	display: none;
}
.mainmenu li:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.nav-main ul li:hover a.nav-link {
	color: var(--color-primary);
}
.nav-main ul li:hover a.nav-link::before {
	color: var(--color-primary);
	content: "\f077" !important;
}
.nav-main ul li:hover a.nav-link::after {
	width: 100%;
}
.header-two .nav-main ul li:hover a.nav-link {
	color: var(--color-primary-2);
}
.header-two .nav-main ul li:hover a.nav-link::before {
	color: var(--color-primary-2);
	content: "\f077" !important;
}
.header-two .nav-main ul li:hover a.nav-link::after {
	width: 100%;
}
.header-three .nav-main ul li:hover a.nav-link {
	color: var(--color-primary-3);
}
.header-three .nav-main ul li:hover a.nav-link::before {
	color: var(--color-primary-3);
	content: "\f077" !important;
}
.header-three .nav-main ul li:hover a.nav-link::after {
	width: 100%;
}
.header-four .nav-main ul li:hover a.nav-link {
	color: var(--color-primary-4);
}
.header-four .nav-main ul li:hover a.nav-link::before {
	color: var(--color-primary-4);
	content: "\f077" !important;
}
.header-four .nav-main ul li:hover a.nav-link::after {
	width: 100%;
}
.header-four.header-five .nav-main ul li:hover a.nav-link {
	color: var(--color-primary-2);
}
.header-four.header-five .nav-main ul li:hover a.nav-link::before {
	color: var(--color-primary-2);
	content: "\f077" !important;
}
.header-four.header-five .nav-main ul li:hover a.nav-link::after {
	width: 100%;
}
.header-four.header-five .nav-main ul li:hover a.nav-item {
	color: var(--color-primary-2);
}
.header-four.header-five .nav-main ul li a::after {
	background: var(--color-primary-2);
}
.header-four.header-five .nav-main ul li .submenu {
	border-color: var(--color-primary-2);
}
.home-blue .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link, .home-blue2 .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
	color: var(--color-primary-2);
}
.home-yellow .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
	color: var(--color-primary-3);
}
.home-violet .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
	color: var(--color-primary-4);
}
.index-six .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
	color: var(--color-primary-6);
}
.index-seven .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
	color: var(--color-primary-5);
}
.home-blue.medium-blue .header-two.eight .nav-main ul li.menu-item .tag {
	color: #1C2539 !important;
}
.home-blue.medium-blue .header-two.eight .nav-main ul li.menu-item a {
	color: #1C2539;
}
.home-blue.medium-blue .header-two.eight .nav-main ul li.menu-item ul li:hover a {
	color: var(--color-primary-2);
}
.home-blue.medium-blue .header-two.eight .nav-main ul.submenu li a {
	color: #1C2539;
}
.hri-breadcrumb-area {
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.hri-black {
    width: 100%;
    float: left;
    background: rgb(000, 000, 000, .5) !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
/* .breadcrumb-bg {
	background-image: url(../img/breadcumb.webp);
} */
.hri-breadcrumb-area {
	padding-top: 153px;
	padding-bottom: 153px;
	background-size: cover !important;
}
.hri-breadcrumb-area .title {
	color: #fff;
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1.3;
}
.hri-breadcrumb-area .bread-tag {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 30px;
	background: #fff;
	border-radius: 31px;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	max-width: max-content;
	margin-left: auto;
}
.hri-breadcrumb-area .bread-tag a {
	margin-right: 5px;
	font-weight: 700;
}
.hri-breadcrumb-area .bread-tag span {
	color: var(--color-primary);
}
.hri-breadcrumb-area .bread-tag a.active {
	margin-left: 5px;
	color: #1C2539;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.hri-breadcrumb-area {
		padding: 80px 0;
	}
}
.hri-breadcrumb-area .title {
	color: #fff;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.hri-breadcrumb-area .title {
		font-size: 30px;
		margin-bottom: 30px;
	}
}
.hri-breadcrumb-area .bread-tag {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 30px;
	background: #fff;
	border-radius: 31px;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	max-width: max-content;
	margin-left: auto;
}
 
@media only screen and (max-width: 767px) {
	.mainmenu li.has-droupdown .submenu,  .hri-sidebar-menu-desktop .body-mobile .mainmenu > li {
		box-shadow: none !important;
		border-bottom: 1px solid #ddd;
		padding: 4px !important;
	}
	.mainmenu li.has-droupdown .submenu {
		background-color: var(--color-tab-background);
	}
	.mainmenu li.has-droupdown .submenu.third-lvl {
		/* background-color: #fbd4d4; */
		background-color:var(--color-tab-3dlvl) ;
	}
	.mainmenu li.has-droupdown .submenu li a {
		padding: 3px !important;
		font-size: 14px !important;
	}
	.mainmenu li.has-droupdown .submenu li {
		padding: 0 5px !important;
	}
	.hri-breadcrumb-area .bread-tag {
		margin: auto;
		margin-top: 30px;
	}
}
.hri-breadcrumb-area .bread-tag a {
	margin-right: 5px;
	font-weight: 700;
}
.hri-breadcrumb-area .bread-tag a.active {
	margin-left: 5px;
	color: #1C2539;
	margin-right: 0;
}
.hri-breadcrumb-area .bread-tag span {
	color: var(--color-primary);
}
.side-bar {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: -100%;
	width: 365px;
	padding: 20px;
	height: 100%;
	display: block;
	background-color: white;
	backdrop-filter: blur(7px);
	z-index: 1900;
	transition: all 600ms ease;
	box-shadow: -5px 0 20px -5px rgba(149, 22, 22, 0.12);
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

@media only screen and (max-width: 479px) {
	.side-bar {
		width: 320px;
		box-shadow: none;
	}
}
.side-bar.show {
	right: 0;
}
.side-bar button {
	max-width: max-content;
}
.side-bar button i {
	color: #fff;
	height: 50px;
	width: 50px;
	font-size: 23px;
	border-radius: 50%;
	background: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;/*margin-left: -8px;
  margin-top: -13px;*/
}
.hri-sidebar-menu-desktop .logo {
	margin-top: 50px;
}
.hri-sidebar-menu-desktop p.disc {
	margin-top: 30px;
	font-size: 17px;
	line-height: 26px;
}
.hri-sidebar-menu-desktop .get-in-touch .title {
	margin-bottom: 30px;
}
.hri-sidebar-menu-desktop .get-in-touch .wrapper .single i {
	color: var(--color-primary);
	margin-right: 10px;
	margin-bottom: 15px;
}
.hri-sidebar-menu-desktop .get-in-touch .wrapper .single i:last-child {
	margin-bottom: 0;
}
.hri-sidebar-menu-desktop .get-in-touch .wrapper .single a {
	transition: 0.3s;
}
.social-wrapper-two.menu {
	margin-top: 50px;
	margin-left: 12px;
	padding-left: 0;
}
.social-wrapper-two a {
	margin-right: 40px;
	z-index: 1;
	position: relative;
}
.social-wrapper-two a i {
	color: #fff;
	transition: 0.3s;
	font-size: 17px;
}
.social-wrapper-two a::after {
	position: absolute;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	content: "";
	z-index: -1;
	background: var(--color-primary);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.social-wrapper-two a:hover i {
	color: var(--color-primary);
}
.social-wrapper-two a:hover::after {
	background: #ffecec;
	box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
}
.logo-1 {
	display: block;
}
.logo-2 {
	display: none;
}
.logo-3 {
	display: none;
}
.logo-4 {
	display: none;
}
.home-blue .side-bar button i {
	background: var(--color-primary-2);
}
.home-blue .logo-1 {
	display: none;
}
.home-blue .logo-2 {
	display: block;
}
.home-blue .hri-sidebar-menu-desktop .get-in-touch .wrapper .single i {
	color: var(--color-primary-2);
}
.home-blue .social-wrapper-two a::after {
	background: var(--color-primary-2);
	color: #fff;
}
.home-blue .social-wrapper-two a:hover {
	color: var(--color-primary-2);
}
.home-blue .social-wrapper-two a:hover i {
	color: var(--color-primary-2);
}
.home-blue .social-wrapper-two a:hover::after {
	background: #8e8f9314;
	color: var(--color-primary-2);
}
.home-blue .hri-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
	color: var(--color-primary-2);
}
.home-yellow #menu-btn:hover {
	background: var(--color-primary-3) !important;
}
.home-yellow .side-bar button i {
	background: var(--color-primary-3);
}
.home-yellow .logo-1 {
	display: none;
}
.home-yellow .logo-2 {
	display: none;
}
.home-yellow .logo-3 {
	display: block;
}
.home-yellow .hri-sidebar-menu-desktop .get-in-touch .wrapper .single i {
	color: var(--color-primary-3);
}
.home-yellow .social-wrapper-two a::after {
	background: var(--color-primary-3);
	color: #fff;
}
.home-yellow .social-wrapper-two a:hover {
	color: var(--color-primary-3);
}
.home-yellow .social-wrapper-two a:hover i {
	color: var(--color-primary-3);
}
.home-yellow .social-wrapper-two a:hover::after {
	background: #8e8f9314;
	color: var(--color-primary-3);
}
.home-yellow .hri-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
	color: var(--color-primary-3);
}
.home-violet .side-bar button i {
	background: var(--color-primary-4);
}
.home-violet .logo-1 {
	display: none;
}
.home-violet .logo-2 {
	display: none;
}
.home-violet .logo-3 {
	display: none;
}
.home-violet .logo-4 {
	display: block;
}
.home-violet .hri-sidebar-menu-desktop .get-in-touch .wrapper .single i {
	color: var(--color-primary-4);
}
.home-violet .social-wrapper-two a::after {
	background: var(--color-primary-4);
	color: #fff;
}
.home-violet .social-wrapper-two a:hover {
	color: var(--color-primary-4);
}
.home-violet .social-wrapper-two a:hover i {
	color: var(--color-primary-4);
}
.home-violet .social-wrapper-two a:hover::after {
	background: #E4E7FF;
	color: var(--color-primary-4);
}
.home-violet .hri-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
	color: var(--color-primary-4);
}
.index-six .side-bar button i {
	background: var(--color-primary-6);
}
.index-six .logo-1 {
	display: none;
}
.index-six .logo-2 {
	display: none;
}
.index-six .logo-3 {
	display: block;
}
.index-six .logo-4 {
	display: none;
}
.index-six .hri-sidebar-menu-desktop .get-in-touch .wrapper .single i {
	color: var(--color-primary-6);
}
.index-six .social-wrapper-two a::after {
	background: var(--color-primary-6);
	color: var(--color-primary-6) !important;
}
.index-six .social-wrapper-two a:hover {
	color: var(--color-primary-6);
}
.index-six .social-wrapper-two a:hover i {
	color: var(--color-primary-6);
}
.index-six .social-wrapper-two a:hover::after {
	background: #E4E7FF !important;
	color: var(--color-primary-6);
}
.index-six .hri-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
	color: var(--color-primary-6);
}
.index-seven .side-bar button i {
	background: var(--color-primary-5);
}
.index-seven .logo-1 {
	display: block;
}
.index-seven .logo-2 {
	display: none;
}
.index-seven .logo-3 {
	display: none;
}
.index-seven .logo-4 {
	display: none;
}
.index-seven .hri-sidebar-menu-desktop .get-in-touch .wrapper .single i {
	color: var(--color-primary-5);
}
.index-seven .social-wrapper-two a::after {
	background: var(--color-primary-5);
	color: #fff;
}
.index-seven .social-wrapper-two a:hover {
	color: var(--color-primary-5);
}
.index-seven .social-wrapper-two a:hover i {
	color: var(--color-primary-5);
}
.index-seven .social-wrapper-two a:hover::after {
	background: #E4E7FF;
	color: var(--color-primary-5);
}
.index-seven .hri-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
	color: var(--color-primary-5);
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a {
	color: #000;
	display: block;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open {
	color: var(--color-primary);
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown > a::before {
	content: "\f078" !important;
	right: 10px;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown > a.open::before {
	content: "\f077" !important;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu::after {
	display: none;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu {
	padding-left: 0;
	margin-top: 10px;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu > li {
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.07);
	width: 100%;
}
/*Devlped by shah Nawaz - nextr.in*/
.hri-sidebar-menu-desktop .body-mobile .mainmenu ul {
	padding: 0;
	margin: 0;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu {
	display: none !important;
	position: inherit;
	border-top: none;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu .tag {
	padding: 0 15px;
	margin: 20px 0 5px 0;
	font-size: 18px;
	font-weight: 500;
	color: #1C2539;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu .mobile-menu-link {
	margin: 0;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu .mobile-menu-link:hover a {
	color: var(--color-primary) !important;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu li:hover a {
	color: var(--color-primary);
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active {
	display: block !important;
	visibility: visible;
	opacity: 1;
}
.hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active .mobile-menu-link a {
	color: #000;
}
.hri-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
	color: var(--color-primary) !important;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a {
	color: #000;
	display: block;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open {
	color: var(--color-primary-4);
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown > a::before {
	content: "\f078" !important;
	right: 10px;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown > a.open::before {
	content: "\f077" !important;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu::after {
	display: none;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu {
	padding-left: 0;
	margin-top: 50px;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu > li {
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.07);
	width: 100%;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu {
	display: none !important;
	position: inherit;
	border-top: none;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu li {
	margin: 0;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active {
	display: block !important;
	visibility: visible;
	opacity: 1;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active li a {
	color: #000;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .social-wrapper-two.menu {
	margin-top: 50px;
	margin-left: 12px;
	padding-left: 0;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .social-wrapper-two a {
	margin-right: 40px;
	z-index: 1;
	position: relative;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .social-wrapper-two a i {
	color: #fff;
	transition: 0.3s;
	font-size: 17px;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .social-wrapper-two a::after {
	position: absolute;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	content: "";
	z-index: -1;
	background: var(--color-primary-4);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .social-wrapper-two a:hover i {
	color: var(--color-primary-4);
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .social-wrapper-two a:hover::after {
	background: #ffecec;
	box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
}
.home-blue2 .side-bar button i {
	background: var(--color-primary-2);
}
.home-blue2 .logo-1 {
	display: none;
}
.home-blue2 .logo-2 {
	display: block;
}
.home-blue2 .hri-sidebar-menu-desktop .get-in-touch .wrapper .single i {
	color: var(--color-primary-2);
}
.home-blue2 .social-wrapper-two a::after {
	background: var(--color-primary-2);
	color: #fff;
}
.home-blue2 .social-wrapper-two a:hover {
	color: var(--color-primary-2);
}
.home-blue2 .social-wrapper-two a:hover i {
	color: var(--color-primary-2);
}
.home-blue2 .social-wrapper-two a:hover::after {
	background: #8e8f9314;
	color: var(--color-primary-2);
}
.home-blue2 .hri-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
	color: var(--color-primary-2);
}
.home-blue .hri-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link, .home-blue2 .hri-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
	color: var(--color-primary-2) !important;
}
.home-yellow .hri-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
	color: var(--color-primary-3) !important;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
	color: var(--color-primary-4) !important;
}
.index-six .hri-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
	color: var(--color-primary-6) !important;
}
.index-seven .hri-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
	color: var(--color-primary-5) !important;
}
.home-blue .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active .mobile-menu-link:hover a, .home-blue2 .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active .mobile-menu-link:hover a {
	color: var(--color-primary-2) !important;
}
.home-yellow .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active .mobile-menu-link:hover a {
	color: var(--color-primary-3) !important;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active .mobile-menu-link:hover a {
	color: var(--color-primary-4) !important;
}
.index-six .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active .mobile-menu-link:hover a {
	color: var(--color-primary-6) !important;
}
.index-seven .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.active .mobile-menu-link:hover a {
	color: var(--color-primary-5) !important;
}
.home-blue .hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open, .home-blue2 .hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open {
	color: var(--color-primary-2) !important;
}
.home-yellow .hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open {
	color: var(--color-primary-3) !important;
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open {
	color: var(--color-primary-4) !important;
}
.index-six .hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open {
	color: var(--color-primary-6) !important;
}
.index-seven .hri-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open {
	color: var(--color-primary-5) !important;
}
.home-blue .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu li:hover a, .home-blue2 .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu li:hover a {
	color: var(--color-primary-2);
}
.home-yellow .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu li:hover a {
	color: var(--color-primary-3);
}
.home-violet .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu li:hover a {
	color: var(--color-primary-4);
}
.index-six .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu li:hover a {
	color: var(--color-primary-6);
}
.index-seven .hri-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu li:hover a {
	color: var(--color-primary-5);
}
/* elements style start hear */
.hri-btn {
    padding: 17px 30px;
    width: max-content;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 90px;
    transition: var(--transition);
}
.hri-btn.btn-light-3 {
	background: #f64a0026;
	color: var(--color-primary-3);
	border-radius: 5px;
	padding: 10px 19px;
	display: block;
	max-width: max-content;
	transition: 0.3s;
}
.hri-btn.btn-light-3:hover {
	background: #fff;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.hri-btn:focus {
	outline: none;
	box-shadow: none;
}
.hri-btn.btn-primary {
	background: var(--color-primary);
}
.hri-btn.btn-primary.six {
	background: var(--color-primary-6);
	border-radius: 30px;
}
.hri-btn.btn-primary:hover {
	background: #F7F7F7;
	color: #1C2539;
}
.hri-btn.btn-primary-2 {
	background: var(--color-primary-2);
	color: #fff;
}
.hri-btn.btn-primary-2:hover {
	background: #F7F7F7;
	color: var(--color-primary-2);
}
.hri-btn.btn-primary-3 {
	background: var(--color-primary-3);
	color: #fff;
}
.hri-btn.btn-primary-3.transparent {
	background: transparent;
	border: 1px solid #FFFFFF;
}
.hri-btn.btn-primary-3:hover {
	background: var(--color-primary-alta);
	color: #1C2539;
}
.hri-btn.btn-primary-4 {
	background: var(--color-primary-4);
	color: #fff;
}
.hri-btn.btn-primary-4.transparent {
	background: transparent;
	border: 1px solid #FFFFFF;
}
.hri-btn.btn-primary-4:hover {
	background: var(--color-gray);
	color: #1C2539;
}
.hri-btn.btn-primary-5 {
	background: var(--color-primary-5);
	color: #fff;
}
.hri-btn.btn-primary-5.six {
	background: var(--color-primary-6);
	border-radius: 30px;
}
.hri-btn.btn-primary-5.transparent {
	background: transparent;
	border: 1px solid #FFFFFF;
}
.hri-btn.btn-primary-5:hover {
	background: var(--color-gray);
	color: #1C2539;
}
.hri-btn.btn-secondary-3 {
	background: #fff;
	color: var(--color-primary);
}
.hri-btn.btn-secondary-3:hover {
	background: var(--color-primary-3);
	color: #fff;
}
.hri-btn.btn-primary-alta {
	background: var(--color-primary-alta);
	padding: 17px;
}
.hri-btn.btn-primary-alta:hover {
	background: var(--color-primary);
}
.hri-btn.btn-primary-alta:hover i {
	color: #fff;
}
.hri-btn.btn-primary-alta i {
	color: #1C2539;
	position: relative;
	margin-bottom: -2px;
	transition: 0.3s;
	line-height: 22px;
}
.hri-btn.btn-primary-alta.btn-primary-alta-four {
	background: var(--color-gray) !important;
}
.hri-btn.btn-primary-alta.btn-primary-alta-four:hover {
	background: var(--color-primary-4) !important;
}
.hri-btn.btn-primary-alta.btn-primary-alta-four:hover i {
	color: #fff;
}
.hri-btn.btn-primary-alta.btn-primary-alta-four i {
	color: #1C2539;
	position: relative;
	margin-bottom: -2px;
	transition: 0.3s;
	line-height: 22px;
}
.hri-btn.btn-white {
	background: #fff;
	color: var(--color-primary);
	padding: 17px 35px;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
}
.hri-btn.btn-white:hover {
	background: var(--color-primary);
	color: #fff;
}
.hri-btn.rounded {
	border-radius: 50% !important;
	line-height: 7px;
	display: block;
	padding: 20px;
}
.hri-btn.rounded:hover {
	background: var(--color-primary-alta);
	color: #1C2539;
}
.hri-btn.rounded-2 {
	border-radius: 100px !important;
	line-height: 7px;
	display: block;
	padding: 20px;
	max-width: max-content;
}
.hri-btn.rounded-2:hover {
	background: var(--color-primary-alta);
	color: #1C2539;
}
button.menu.hri-btn.btn-primary-3-menu {
	max-width: max-content;
	background: #F7F7F7;
	padding: 19px;
	margin-bottom: -1px;
	position: relative;
}
button.menu.hri-btn.btn-primary-3-menu .menu-dark {
	display: block;
}
button.menu.hri-btn.btn-primary-3-menu .menu-light {
	display: none;
}
button.menu.hri-btn.btn-primary-3-menu:hover {
	background: var(--color-primary-3);
	padding: 19px;
}
button.menu.hri-btn.btn-primary-3-menu:hover .menu-dark {
	display: none;
}
button.menu.hri-btn.btn-primary-3-menu:hover .menu-light {
	display: block;
}
.hri-read-more {
	font-weight: 600;
	color: #1C2539;
	transition: var(--transition);
}
.hri-read-more i {
	padding: 13px;
	background: #fff;
	border-radius: 50%;
	margin-right: 12px;
	color: #1C2539;
	line-height: 12px;
	font-size: 14px;
	transition: var(--transition);
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.hri-read-more.btn-primary {
	background: transparent;
	color: #1C2539;
}
.hri-read-more:hover {
	color: var(--color-primary);
}
.hri-read-more:hover i {
	background: var(--color-primary);
	color: var(--color-white);
}
.hri-read-more:focus {
	box-shadow: none;
	outline: none;
}
.vedio-icone {
	position: relative;
}
.video-play-button {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-play-button {
		right: -70%;
		left: auto;
	}
}
.video-play-button span.outer-text {
	border: none;
	min-width: max-content;
	margin-left: 75px;
	position: relative;
	margin-top: -12px;
	color: var(--color-primary);
	font-weight: 500;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: -32%;
	top: -31%;
	display: block;
	width: 130px;
	height: 130px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #f89696;
	animation: waves 3s ease-in-out infinite;
}
.video-play-button::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 57px;
	height: 57px;
	background: #FBF0F0;
	border-radius: 50%;
	transition: all 200ms;
}
.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all ease 500ms;
	display: none;
}
.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}
.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
	display: block;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 14px solid var(--color-primary-2);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 47%;
}
.video-overlay iframe {
	width: 70%;
	height: 70%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
	.header-one-btn.hri-btn {
		padding: 10px 7px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 479px) {
	#search {
		height: 42px;
		width: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px !important;
		padding: 17px 13px !important;
	}
}
#menu-btn {
    background: var(--color-primary-2) !important;
    height: 55px;
    width: 55px;
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    #menu-btn {
        background:var(--color-primary-2) !important;
        height: 44px;
        width: 44px;
        padding: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 479px) {
#menu-btn{padding: 15px 11px 15px 13px;}
}
#menu-btn:hover {
	background: var(--color-primary);
}
.home-blue #menu-btn {
	background: #F6F6F6;
}

@media only screen and (max-width: 575px) {
	.home-blue #menu-btn {
		margin-left: 5px;
	}
}
.home-blue #menu-btn:hover {
	background: var(--color-primary-2);
}
.home-yellow #menu-btn:hover {
	background: var(--color-primary-2);
}
#search {
	width: 55px;
}

@media only screen and (max-width: 575px) {
	.quote-btn {
		display: none;
	}
}
.quote-btnmenu {
	margin-top: 30px;
}

@media only screen and (min-width: 575px) {
	.quote-btnmenu {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.quote-btnmenu {
		display: block;
		max-width: max-content;
	}
}
.social-wrapper-two.menu.mobile-menu {
	margin-top: 30px;
	margin-left: 7px;
	margin-bottom: 50px;
}
.social-wrapper-two.menu.mobile-menu a i {
	color: var(--color-primary);
}
.social-wrapper-two.menu.mobile-menu a::after {
	background: #fff;
	box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
}
.social-wrapper-two.menu.mobile-menu a:hover i {
	color: #fff;
}
.social-wrapper-two.menu.mobile-menu a:hover::after {
	background: var(--color-primary);
}
.home-blue .quote-btnmenu {
	margin-top: 30px;
	background: var(--color-primary-2);
}

@media only screen and (min-width: 575px) {
	.home-blue .quote-btnmenu {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.home-blue .quote-btnmenu {
		display: block;
		max-width: max-content;
	}
}
.home-blue .social-wrapper-two.menu.mobile-menu {
	margin-top: 35px;
	margin-left: 7px;
}
.home-blue .social-wrapper-two.menu.mobile-menu a i {
	color: var(--color-primary-2);
}
.home-blue .social-wrapper-two.menu.mobile-menu a::after {
	background: #fff;
	box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.07);
}
.home-blue .social-wrapper-two.menu.mobile-menu a:hover i {
	color: #fff;
}
.home-blue .social-wrapper-two.menu.mobile-menu a:hover::after {
	background: var(--color-primary-2);
}
.home-blue .quote-btnmenu {
	margin-top: 30px;
	background: var(--color-primary-2);
}

@media only screen and (min-width: 575px) {
	.home-blue .quote-btnmenu {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.home-blue .quote-btnmenu {
		display: block;
		max-width: max-content;
	}
}
.home-blue .social-wrapper-two.menu.mobile-menu {
	margin-top: 35px;
	margin-left: 18px;
	padding-left: 0;
}
.home-blue .social-wrapper-two.menu.mobile-menu a i {
	color: var(--color-primary-2);
}
.home-blue .social-wrapper-two.menu.mobile-menu a::after {
	background: #fff;
	box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.07);
}
.home-blue .social-wrapper-two.menu.mobile-menu a:hover i {
	color: #fff;
}
.home-blue .social-wrapper-two.menu.mobile-menu a:hover::after {
	background: var(--color-primary-2);
}
.home-yellow .quote-btnmenu {
	margin-top: 30px;
	background: var(--color-primary-3);
}

@media only screen and (min-width: 575px) {
	.home-yellow .quote-btnmenu {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.home-yellow .quote-btnmenu {
		display: block;
		max-width: max-content;
	}
}
.home-yellow .social-wrapper-two.menu.mobile-menu {
	margin-top: 35px;
	margin-left: 18px;
	padding-left: 0;
}
.home-yellow .social-wrapper-two.menu.mobile-menu a i {
	color: var(--color-primary-3);
}
.home-yellow .social-wrapper-two.menu.mobile-menu a::after {
	background: #fff;
	box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.07);
}
.home-yellow .social-wrapper-two.menu.mobile-menu a:hover i {
	color: #fff;
}
.home-yellow .social-wrapper-two.menu.mobile-menu a:hover::after {
	background: var(--color-primary-3);
}
.home-violet .quote-btnmenu {
	margin-top: 30px;
	background: var(--color-primary-4);
}

@media only screen and (min-width: 575px) {
	.home-violet .quote-btnmenu {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.home-violet .quote-btnmenu {
		display: block;
		max-width: max-content;
	}
}
.button-area1 .button-area-inner {
	max-width: 600px;
	margin: 0 auto;
}

@media (max-width: 576px) {
	.button-area1 .button-area-inner {
		display: grid !important;
	}
	.button-area1 .button-area-inner .hri-btn {
		margin-bottom: 15px;
	}
}
.button-area1 .hri-btn {
	display: block;
}
.button-area2 .hri-btn {
	border: 1px solid var(--color-primary);
	border-radius: 0;
}
.button-area2 .hri-btn.two {
	border-radius: 15px;
}
.button-area2 .hri-btn.three {
	border-radius: 30px;
}
.button-area3 .hri-btn.one i {
	margin-left: 5px;
}
.video-play-button.hr span {
	border-left: 14px solid var(--color-primary-6) !important;
}
.video-play-button.hr span.outer-text {
	color: var(--color-primary-6) !important;
}
.index-seven.hr .progress-wrap svg.progress-circle path {
	fill: #fff !important;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/*Devlped by shah Nawaz - nextr.in */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* width: 100% !important; */
}
.swiper-slide img {
	display: block;
	max-width: 115px;
	height: 85px; 
}
/*banner images slider images*/
.banner-one .swiper-wrapper .swiper-slide {
	background-image: url(../img/banner/a.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.slider-wth{width: 50%;}
.banner-one .swiper-wrapper .swiper-slide.two {
	background-image: url(../img/banner/b.webp);
}
.banner-one .swiper-wrapper .swiper-slide.three {
	background-image: url(../img/banner/c.webp);
}
.banner-one .swiper-wrapper .swiper-slide.four {
	background-image: url(../img/banner/d.webp);
}
.banner-one .swiper-wrapper .swiper-slide.five {
	background-image: url(../img/banner/e.webp);
}
.banner-one .swiper-wrapper .swiper-slide.six {
	background-image: url(../img/banner/f.webp);
}
.banner-one .swiper-wrapper .swiper-slide.seven {
	background-image: url(../img/banner/g.webp);
}
.banner-one .swiper-wrapper .swiper-slide.eight {
	background-image: url(../img/banner/1.webp);
}
.banner-one .swiper-wrapper .swiper-slide.nine {
	background-image: url(../img/banner/2.webp);
}
.banner-one .swiper-wrapper .swiper-slide.ten {
	background-image: url(../img/banner/3.webp);
}
.banner-one .swiper-wrapper .swiper-slide.eleven {
	background-image: url(../img/banner/4.webp);
}
.swiper.mySwiperh2_Service.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
	padding-bottom: 62px;
}
.mySwiperh2_Business_Cases .swiper-slide {
	border-radius: 20px;
}
.mySwiperh2_clients .swiper-slide {
	border-radius: 20px;
}
.mySwiperh3_business-case .swiper-slide {
	border-radius: 20px;
}
.mySwiperh1_team .swiper-slide {
	border-radius: 20px;
	padding-top: 20px;
	background: transparent;
}
.mySwiperh1_blog .swiper-slide {
	background: transparent;
	text-align: left;
}
.mySwiperh2_banner .swiper-slide {
	background: transparent;
}
.mySwiperh3_team {
	padding-bottom: 109px;
}

@media only screen and (max-width: 575px) {
	.mySwiperh3_team {
		padding-bottom: 30px;
	}
}
.mySwiperh2_Business_Cases .swiper-slide {
	background: transparent;
}
.hri-banner-one {
	position: relative;
}
.hri-banner-one .animation-img .shape-img {
	position: absolute;
}
.hri-banner-one .animation-img .shape-img.one {
	right: 3%;
	top: 34%;
	z-index: 1;
	animation: rotateIt2 25s linear infinite;
}
.hri-banner-one .animation-img .shape-img.two {
	right: -24px;
	top: 77%;
	z-index: 1;
	animation: jump-2 3s infinite;
}
.hri-banner-one .animation-img .shape-img.three {
	right: 13%;
	top: 21%;
	z-index: 1;
	animation: jump-1 3s infinite;
}
.banner-one-inner {
	width: 50%;
	margin-left: auto;
	padding: 240px 0 190px 0;
	position: relative;
}

@media only screen and (max-width: 1199px) {
	.banner-one-inner {
		width: 70%;
	}
}

@media only screen and (max-width: 1199px) {
	.banner-one-inner {
		margin-left: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.banner-one-inner {
		width: 90%;
	}

}
.banner-one-inner .pre-title {
	color: #1C2539;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 10px;
	font-family: var(--font-secondary);
	letter-spacing: 1px;
}
.banner-one-inner .pre-title span {
	color: #DF0A0A;
	font-weight: 800;
}
.banner-one-inner .title {
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 20px;
	font-size: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-one-inner .title {
		line-height: 70px;
		margin-bottom: 23px;
	}
	.center-xs{
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	.banner-one-inner .title {
		font-size: 46px;
		line-height: 63px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-one-inner .title {
		font-size: 32px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 479px) {
	.banner-one-inner .title {
		font-size: 23px;
		line-height: 45px;
	}
}
.banner-one-inner .title span {
    font-style: italic;
    color: #121212;
    font-weight: 600;
    font-size: 32px;
    width: 80%;
    display: inline-block;
    margin-left: 6%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-one-inner .title span {
		font-size: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-one-inner .title span {
		font-size: 46px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-one-inner .title span {
		font-size: 32px;
	}
}
.banner-one-inner p {
	color: #1C2539;
}
.banner-one-inner .hri-btn {
	display: block;
	margin-top: 43px;
	max-width: max-content;
}
.index-seven a.hri-btn {
	border-radius: 100px !important;
	background: var(--color-primary-5) !important;
}
.index-seven.hr a.hri-btn {
	border-radius: 100px !important;
	background: var(--color-primary-5) !important;
}
.index-seven.hr a.hri-btn:hover {
	background: var(--color-primary-alta) !important;
}
.index-seven.hr a.hri-btn:hover i {
	color: var(--color-primary-5);
}
.index-seven .progress-area-h7 .single-progress-inner .progress.red .progress-bar {
	border-color: var(--color-primary-6) !important;
}
.index-seven .mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul li a:hover {
	color: var(--color-primary-5);
}
.index-seven .mainmenu li.has-droupdown .submenu li a:hover {
	color: var(--color-primary-5);
}
.index-six .progress-area-h7 .single-progress-inner .progress.red .progress-bar {
	border-color: var(--color-primary-6) !important;
}
.index-six .mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul li a:hover {
	color: var(--color-primary-6);
}
.index-six .mainmenu li.has-droupdown .submenu li a:hover {
	color: var(--color-primary-6);
}
.banner-inner-six a.hri-btn {
	border-radius: 100px !important;
	line-height: 7px;
	display: block;
	padding: 18px 32px;
	max-width: max-content;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
}
.banner-one .swiper-slide-active .pre-title {
	animation: fadeInUp 1.5s;
	animation-delay: 0s;
}
.banner-one .swiper-slide-active .title {
	animation: fadeInUp 1.5s;
	animation-delay: 0s;
}
.banner-one .swiper-slide-active p.disc {
	animation: fadeInUp 2s;
	animation-delay: 0s;
}
.banner-one .swiper-slide-active a.hri-btn {
	animation: fadeInUp 2.5s;
	animation-delay: 0s;
}
.hri-banner-area-two .swiper-slide-active .wrapper .sub {
	animation: fadeInUp 1.5s;
	animation-delay: 0s;
	display: block;
}
.hri-banner-area-two .swiper-slide-active .wrapper .title {
	animation: fadeInUp 1.5s;
	animation-delay: 0s;
}
.hri-banner-area-two .swiper-slide-active .wrapper a.hri-btn {
	animation: fadeInUp 2.5s;
	animation-delay: 0s;
}
.hri-banner-area-two.eight {
	position: relative;
} 
.hri-banner-area-two.eight .bg_banner-three::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}
.hri-banner-area-two.eight .bg_banner-three .banner-three-inner {
	padding-top: 0;
	margin-top: -100px;
}
.hri-banner-area-two.eight .bg_banner-three .banner-three-inner::after {
	top: -10%;
}
.hri-banner-area-two.eight .swiper-navigation {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

@media (max-width: 768px) {
	.hri-banner-area-two.eight .swiper-navigation {
		display: none;
	}
}
.hri-banner-area-two.eight .swiper-navigation .swiper-button-prev {
	background: rgba(0, 0, 0, 0.1);
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	display: block;
	transition: all 0.4s;
}
.hri-banner-area-two.eight .swiper-navigation .swiper-button-prev:hover {
	background: #fff;
}
.hri-banner-area-two.eight .swiper-navigation .swiper-button-prev:hover::after {
	color: var(--color-primary-2);
}
.hri-banner-area-two.eight .swiper-navigation .swiper-button-prev::after {
	line-height: 70px;
	font-size: 24px;
	color: #fff;
}
.hri-banner-area-two.eight .swiper-navigation .swiper-button-next {
	background: rgba(0, 0, 0, 0.1);
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	display: block;
	transition: all 0.4s;
}
.hri-banner-area-two.eight .swiper-navigation .swiper-button-next:hover {
	background: #fff;
}
.hri-banner-area-two.eight .swiper-navigation .swiper-button-next:hover::after {
	color: var(--color-primary-2);
}
.hri-banner-area-two.eight .swiper-navigation .swiper-button-next::after {
	line-height: 70px;
	font-size: 24px;
	color: #fff;
}
.banner-three .swiper-slide-active .banner-three-innerr .subtitle-banner {
	animation: fadeInUp 1.5s;
	animation-delay: 0s;
	display: block;
}
.banner-three .swiper-slide-active .banner-three-innerr .title {
	animation: fadeInUp 1.5s;
	animation-delay: 0s;
}
.banner-three .swiper-slide-active .banner-three-innerr .disc {
	animation: fadeInUp 1.5s;
	animation-delay: 0s;
}
.banner-three .swiper-slide-active .banner-three-innerr a.hri-btn {
	animation: fadeInUp 2.5s;
	animation-delay: 0s;
} 
.banner-three.banner-four::before {
	background: none;
}
.banner-three.banner-four .shape {
	position: absolute;
	right: 0;
}
.banner-three.banner-four .shape img {
	opacity: 0.7;
}

@media (max-width: 1200px) {
	.banner-three.banner-four .shape {
		height: 100%;
	}
	.banner-three.banner-four .shape img {
		height: 100%;
	}
}

@media (max-width: 991px) {
	.banner-three.banner-four .shape {
		display: none;
	}
} 
@media (max-width: 1200px) {
	.banner-three.banner-four .shape::after {
		display: none;
	}
}
.banner-three.banner-four .shape1 {
	position: absolute;
	top: -21%;
	left: -12%;
	z-index: 1;
	animation: fadeInLeftBig 2s;
}

@media (max-width: 1200px) {
	.banner-three.banner-four .shape1 {
		left: -12%;
		top: -7%;
		width: 35%;
	}
}
.banner-three.banner-four .shape2 {
	position: absolute;
	top: 28%;
	left: -5%;
	animation: fadeInLeftBig 3s;
}

@media (max-width: 1200px) {
	.banner-three.banner-four .shape2 {
		left: -7%;
		top: 22%;
	}
}

@media (max-width: 991px) {
	.banner-three.banner-four .shape2 {
		left: -10%;
		top: 10%;
		width: 35%;
	}
}
.banner-three.banner-four .shape3 {
	position: absolute;
	top: 70px;
	left: -20%;
	animation: fadeInLeftBig 3.5s;
}

@media (max-width: 1200px) {
	.banner-three.banner-four .shape3 {
		top: 0%;
		left: -35%;
	}
}

@media (max-width: 991px) {
	.banner-three.banner-four .shape3 {
		display: none;
	}
}
.banner-three.banner-four .shape4 {
	position: absolute;
	top: 0;
	left: -22%;
	animation: fadeInLeftBig 4s;
}

@media (max-width: 1200px) {
	.banner-three.banner-four .shape4 {
		display: none;
	}
}
.banner-three.banner-four .bg_banner-four {
	background: none;
}
.banner-three.banner-four .bg_banner-four::after {
	display: none;
}
 
.banner-three.banner-four .bg_banner-four .banner-four-inner.banner-five-inner {
	padding: 100px 0 170px 0;
}

@media (max-width: 576px) {
	.banner-three.banner-four .bg_banner-four .banner-four-inner.banner-five-inner {
		padding: 50px 0;
	}
}
.banner-three.banner-four .bg_banner-four .banner-four-inner .subtitle-banner {
	font-size: 17px;
	line-height: 21px;
	color: #1C2539;
	font-weight: 400;
}
.banner-three.banner-four .bg_banner-four .banner-four-inner .title {
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	text-transform: none;
	color: #1C2539;
	margin-bottom: 40px;
	margin-top: 25px;
	background-color: #000;
}

@media (max-width: 576px) {
	.banner-three.banner-four .bg_banner-four .banner-four-inner .title {
		font-size: 44px;
		line-height: 55px;
	}
}

@media (max-width: 576px) {
	.banner-three.banner-four .bg_banner-four .banner-four-inner .title {
		font-size: 34px;
		line-height: 42px;
	}
}
.banner-three.banner-four .bg_banner-four .banner-four-inner .disc {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #5D666F;
	margin-bottom: 56px;
}

@media (max-width: 991px) {
	.banner-three.banner-four .bg_banner-four .banner-four-inner .disc br {
		display: none;
	}
}
.banner-three.banner-four .bg_banner-four .banner-four-inner::after {
	display: none;
}
.banner-three.banner-four .bg_banner-four .banner-four-inner .button-group .btn-primary-4:hover {
	background: var(--color-gray);
	color: var(--color-primary-4);
	border-color: var(--color-gray);
}

@media (max-width: 576px) {
	.banner-three.banner-four .bg_banner-four .banner-four-inner .button-group .btn-primary-4 {
		padding: 17px 30px;
	}
}
.banner-three.banner-four .bg_banner-four .hero-section {
	position: absolute;
	top: 0;
	right: 0;
}
.banner-three.banner-four .bg_banner-four .hero-section .shape {
	position: absolute;
	top: 0;
	right: 0;
} 
@media (max-width: 1200px) {
	.banner-three.banner-four.banner-five::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background: #fff;
		opacity: 0.6;
		z-index: 1;
	}
}
.banner-three.banner-four.banner-five .banner-five-inner .banner-title {
	position: relative;
	padding-left: 30px;
}

@media (max-width: 450px) {
	.banner-three.banner-four.banner-five .banner-five-inner .banner-title {
		padding-left: 15px;
	}
}
.banner-three.banner-four.banner-five .banner-five-inner .banner-title::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 6px;
	background: var(--color-primary-2);
	left: 0;
}

@media (max-width: 450px) {
	.banner-three.banner-four.banner-five .banner-five-inner .banner-title::before {
		width: 4px;
	}
}
.banner-three.banner-four.banner-five .banner-five-inner .subtitle-banner {
	color: var(--color-primary-2) !important;
	letter-spacing: 1px;
}

@media (max-width: 420px) {
	.banner-three.banner-four.banner-five .banner-five-inner .subtitle-banner {
		letter-spacing: normal;
		font-size: 13px;
	}
}
.banner-three.banner-four.banner-five .banner-five-inner .title .changebox {
	margin: 0 5px -8px 0;
	color: var(--color-primary-2);
	overflow: hidden;
	transition: 0.8s;
	white-space: nowrap;
	display: inline-block;
	align-items: center;
	text-align: center;
	position: relative;
	line-height: 62px;
	bottom: -4px;
}

@media (max-width: 576px) {
	.banner-three.banner-four.banner-five .banner-five-inner .title .changebox {
		bottom: -7px;
	}
}

@media (max-width: 450px) {
	.banner-three.banner-four.banner-five .banner-five-inner .title .changebox {
		bottom: -12px;
	}
}

@media (max-width: 768px) {
	.banner-three.banner-four.banner-five .banner-five-inner .title {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 576px) {
	.banner-three.banner-four.banner-five .banner-five-inner .title {
		margin-top: 5px;
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 450px) {
	.banner-three.banner-four.banner-five .banner-five-inner .title {
		margin-top: 20px;
		font-size: 30px;
		line-height: 10px;
	}
}
.banner-three.banner-four.banner-five .banner-five-inner .disc {
	margin-bottom: 55px;
}

@media (max-width: 576px) {
	.banner-three.banner-four.banner-five .banner-five-inner .disc {
		margin-bottom: 30px;
	}
}
.banner-three.banner-four.banner-five .banner-five-inner .button-group .btn-primary-4 {
	background: var(--color-primary-2);
	padding: 17px 37px;
}
.banner-three.banner-four.banner-five .banner-five-inner .button-group .btn-primary-4:hover {
	color: var(--color-primary-2);
	background: var(--color-gray);
} 
.bg_banner-three .hri-btn {
	margin-right: 25px;
}
.bg_banner-three .hri-btn.btn-primary-2 {
	border: 1px solid transparent;
}
.bg_banner-three .hri-btn.btn-primary-2.transparent {
	border: 1px solid #fff;
	background: transparent;
}
.bg_banner-three .hri-btn.btn-primary-2.transparent:hover {
	background: var(--color-primary-2);
	border: 1px solid transparent;
}
.bg_banner-three .hri-btn.btn-primary-2:hover {
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #fff;
}
.banner-three-inner {
	padding: 300px 0 100px 0;
	max-width: 100%;
	position: relative;
	z-index: 2;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.banner-three-inner {
		padding: 170px 0 100px 0;
	}
}

@media only screen and (max-width: 479px) {
	.banner-three-inner {
		padding: 126px 0 0 0;
	}
}

@media only screen and (max-width: 479px) {
	.banner-three-inner .button-group {
		display: flex;
		flex-direction: column;
		max-width: max-content;
	}
	.banner-three-inner .button-group .hri-btn {
		margin-bottom: 30px;
	}
}
.banner-three-inner::after {
	position: absolute;
	content: "Solution Model";
	left: 15%;
	line-height: 198px;
	width: 100%;
	top: 36%;
	font-size: 100px;
	font-weight: 800;
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	font-size: 150px;
	height: 128px;
	max-height: max-content;
	min-width: max-content;
	font-weight: 700;
	z-index: 0;
	display: flex;
	align-items: center;
	opacity: 0.25;
	font-family: var(--font-secondary);
	z-index: -1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: white;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.banner-three-inner::after {
		font-size: 100px;
	}
}

@media only screen and (max-width: 1199px) {
	.banner-three-inner::after {
		font-size: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-three-inner::after {
		font-size: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-three-inner::after {
		font-size: 60px;
		left: 0;
		top: 18%;
	}
}

@media only screen and (max-width: 575px) {
	.banner-three-inner::after {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.banner-three-inner::after {
		top: 12%;
	}
}
.banner-three-inner .subtitle-banner {
	color: #fff;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
	.banner-three-inner .subtitle-banner {
		letter-spacing: 0;
		font-size: 17px;
	}
}
.banner-three-inner .title {
	color: #fff;
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 5px;
	margin-bottom: 17px;
}

@media only screen and (max-width: 1199px) {
	.banner-three-inner .title {
		font-size: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-three-inner .title {
		font-size: 55px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-three-inner .title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.banner-three-inner .title {
		font-size: 30px;
	}
}
.banner-three-inner .disc {
	color: #fff;
	width: 68%;
	margin-bottom: 46px;
}

@media only screen and (max-width: 767px) {
	.banner-three-inner .disc {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.banner-three-inner .disc {
		width: 90%;
	}
}

@media only screen and (max-width: 479px) {
	.banner-three-inner .disc {
		width: 99%;
		margin-bottom: 25px;
	}
}
.banner-three-inner .button-group .hri-btn {
	margin-right: 25px;
}
.banner-three-inner .button-group .hri-btn.btn-primary-3 {
	border: 1px solid transparent;
}
.banner-three-inner .button-group .hri-btn.btn-primary-3.transparent {
	border: 1px solid #fff;
}
.banner-three-inner .button-group .hri-btn.btn-primary-3.transparent:hover {
	background: var(--color-primary-3);
	border: 1px solid transparent;
}
.banner-three-inner .button-group .hri-btn.btn-primary-3:hover {
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #fff;
}
.banner-three-inner.banner-four-inner .hri-btn.btn-primary-3 {
	border-radius: 30px;
	font-size: 17px;
	font-weight: 700;
	line-height: 21px;
	padding: 17px 50px;
} 
@media only screen and (max-width: 767px) {
	.banner-two {
		height: 500px;
	}
}
/*Devlped by www.nextr.in*/  
@media only screen and (max-width: 767px) {
	.banner-two-content {
		width: 100%;
	}
}
.banner-two-content .wrapper span.sub {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
}
.banner-two-content .wrapper .title {
	font-weight: 300;
	font-size: 86px;
	line-height: 96px;
	color: #fff;
	margin-top: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.banner-two-content .wrapper .title {
		font-size: 59px;
		line-height: 73px;
	}
}

@media only screen and (max-width: 1199px) {
	.banner-two-content .wrapper .title {
		font-size: 44px;
		line-height: 59px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-two-content .wrapper .title {
		font-size: 30px;
		line-height: 40px;
	}
}
.banner-two-content .wrapper .title span {
	font-weight: 700;
}
.banner-two-content .wrapper a.hri-btn {
	background: #fff;
	border-radius: 15px;
	color: var(--color-primary-2);
	font-weight: 700;
	font-size: 17px;
	display: block;
	max-width: max-content;
	margin: 45px auto 0 auto;
}
.banner-two-content .wrapper a.hri-btn:hover {
	background: var(--color-primary-2);
	color: #ffff;
}
.hri-banner-one .swiper-wrapper .swiper-slide {
	position: relative;
	height: 95vh;
/*	height: auto;*/
}
.hri-banner-one .swiper-wrapper .swiper-slide::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.336);
	display: none;
}

@media only screen and (max-width: 1199px) {
	.hri-banner-one .swiper-wrapper .swiper-slide::after {
		display: block;
	}
}
.hri-banner-one .swiper-wrapper .swiper-slide .banner-one-inner {
	position: relative;
	z-index: 1;
}
.hri-banner-one .swiper-wrapper .swiper-slide .banner-one-inner .shape-img.one {
	position: absolute;
	right: 40px;
	bottom: 200px;
	width: 100px;
	height: auto;
	z-index: -1;
	animation: rotateIt2 25s linear infinite;
}
.bg-about-sm-shape::before {
	content: "";
	position: absolute;
	height: 150px;
	width: 150px;
	background-image: url(../img/icon/about.png);
	background-repeat: no-repeat;
	top: 60%;
	right: -2%;
	animation: rotateIt 10s linear infinite;
	z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.hri-banner-one .swiper-wrapper .swiper-slide .banner-one-inner .shape-img.one {
		width: 300px;
		height: auto;
	}
}

@media only screen and (max-width: 1199px) {
	.hri-banner-one .swiper-wrapper .swiper-slide .banner-one-inner .shape-img.one {
		width: 300px;
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-banner-one .swiper-wrapper .swiper-slide .banner-one-inner .shape-img.one {
		width: 200px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.hri-banner-one .swiper-wrapper .swiper-slide .banner-one-inner .shape-img.one {
		width: 250px;
		height: 250px;
		right: -15%;
	}
	.hri-banner-one .swiper-wrapper .swiper-slide { 
		height: 60vh;
	}
}

@media only screen and (max-width: 575px) {
	.hri-banner-one .swiper-wrapper .swiper-slide .banner-one-inner .shape-img.one {
		height: 150px;
		width: 150px;
		right: 15%;
	}
}  
p.disc.banner-para {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

@media only screen and (max-width: 575px) {
	p.disc.banner-para {
		font-size: 17px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12.breadcrumb-1 {
		text-align: center;
	}
	.col-12 {
		padding: 15px;
	}
}
.hri-btn.color-h-black:hover {
	background: #1c2539 !important;
	color: #fff !important;
}
.header-two .main-header .content .header-right a.hri-btn:hover {
	color: #000;
}  
.banner-inner-six {
	top: 30%;
	position: absolute;
}

@media only screen and (max-width: 575px) {
	.banner-inner-six {
		top: 21%;
	}
}
.banner-inner-six .title {
	font-weight: 700;
	font-size: 110px;
	line-height: 90px;
	color: #181A1C;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-inner-six .title {
		font-size: 90px;
		font-size: 73px;
		line-height: 72px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-inner-six .title {
		font-size: 90px;
		font-size: 73px;
		line-height: 72px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-inner-six .title {
		font-size: 62px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 479px) {
	.banner-inner-six .title {
		font-size: 36px;
		line-height: 40px;
	}
}
.banner-inner-six .title .primary {
	color: #B00F0F;
}
.banner-inner-six .title .pre {
	font-weight: 700;
	font-size: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-inner-six .title .pre {
		font-weight: 700;
		font-size: 51px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-inner-six .title .pre {
		font-weight: 700;
		font-size: 51px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-inner-six .title .pre {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.banner-inner-six .title .pre {
		font-size: 30px;
	}
}
.banner-inner-six .disc {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #74787C;
	margin-left: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-inner-six .disc {
		margin-left: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-inner-six .disc {
		margin-left: 60px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-inner-six .disc {
		margin-left: 0;
	}
}
.title-area-style-six .pre-title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-area-style-six .pre-title span.pre {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	color: #B00F0F;
	margin-left: 10px;
	margin-right: 10px;
}
.title-area-style-six.text-start {
	position: relative;
	z-index: 4;
}
.title-area-style-six.text-start .pre-title {
	justify-content: flex-start;
}
.title-area-style-six.text-start .pre-title .two {
	display: none;
}
.title-area-style-six .title {
	margin-top: 13px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	color: #181A1C;
}

@media only screen and (max-width: 1199px) {
	.title-area-style-six .title {
		font-size: 36px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.title-area-style-six .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.title-area-style-six .title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.title-area-style-six .title {
		font-size: 24px;
		line-height: 32px;
	}
}  
.banner-bg-h7 .shape-banner-6 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.hri-banner-wrapper-seven {
	text-align-last: left;
	padding: 241px 0;
}

@media (max-width: 1200px) {
	.hri-banner-wrapper-seven {
		padding: 241px 0 100px 0;
	}
}

@media only screen and (max-width: 575px) {
	.hri-banner-wrapper-seven {
		padding: 140px 0;
	}
}
.hri-banner-wrapper-seven p.pre-title {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #FFFFFF !important;
	font-family: var(--font-secondary);
}
.hri-banner-wrapper-seven p.pre-title span {
	color: #FA360A;
	font-weight: 700;
}
.hri-banner-wrapper-seven h1.banner-title {
	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.hri-banner-wrapper-seven h1.banner-title {
		font-size: 60px;
		line-height: 70px;
	}
}

@media only screen and (max-width: 1199px) {
	.hri-banner-wrapper-seven h1.banner-title {
		font-size: 60px;
		line-height: 76px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-banner-wrapper-seven h1.banner-title {
		font-size: 46px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-banner-wrapper-seven h1.banner-title {
		font-size: 46px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 575px) {
	.hri-banner-wrapper-seven h1.banner-title {
		font-size: 36px;
		line-height: 46px;
	}
}
.hri-banner-wrapper-seven h1.banner-title span {
	font-weight: 300;
	font-size: 70px;
	line-height: 80px;
	color: var(--color-primary-6);
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.hri-banner-wrapper-seven h1.banner-title span {
		font-size: 60px;
		line-height: 70px;
	}
}

@media only screen and (max-width: 1199px) {
	.hri-banner-wrapper-seven h1.banner-title span {
		font-size: 60px;
		line-height: 76px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-banner-wrapper-seven h1.banner-title span {
		font-size: 46px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-banner-wrapper-seven h1.banner-title span {
		font-size: 46px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 575px) {
	.hri-banner-wrapper-seven h1.banner-title span {
		font-size: 36px;
		line-height: 46px;
	}
}
.hri-banner-wrapper-seven p.disc {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	width: 90%;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.hri-banner-wrapper-seven p.disc {
		font-size: 17px;
		font-weight: 500;
		width: 80%;
	}
}

@media only screen and (max-width: 575px) {
	.hri-banner-wrapper-seven p.disc {
		width: 100%;
	}
}
.hri-banner-wrapper-seven .button-area {
	display: block;
}
.hri-banner-wrapper-seven .button-area a.hri-btn.btn-primary {
	border: 2px solid transparent;
	border-radius: 30px;
}
.hri-banner-wrapper-seven .button-area a.hri-btn.btn-primary.six {
	background: var(--color-primary-6);
}
.hri-banner-wrapper-seven .button-area a.hri-btn.btn-primary:hover {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.hri-banner-wrapper-seven .button-area a.hri-btn.btn-primary.deactive {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.hri-banner-wrapper-seven .button-area a.hri-btn.btn-primary.deactive:hover {
	background: var(--color-primary-6);
	border: 2px solid transparent;
}
.hri-banner-wrapper-seven .button-area {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
	.hri-banner-wrapper-seven .button-area a.hri-btn {
		margin-bottom: 20px;
	}
}
.hri-banner-area.banner-human-bg {
	position: relative;
}
.hri-banner-area.banner-human-bg .shape {
	position: absolute;
	top: 65%;
	left: -2.3%;
	animation: jump-2 5s linear infinite;
}

@media only screen and (max-width: 575px) {
	.hri-banner-area.banner-human-bg .shape {
		position: absolute;
		top: 68%;
		left: -32.3%;
		animation: jump-2 5s linear infinite;
	}
} 
.onepage .header-four.header-five .nav-main ul li:hover a.nav-link::before {
	display: none;
}
.index-seven .nav-main ul li:hover a.nav-link::before {
	bottom: none;
}
.cta-two-wrapper .hri-btn.btn-primary {
	background: #fa360a !important;
}
.about-inner p.disc {
	margin-bottom: 30px;
}
.bg-about-sm-shape {
	position: relative;
}
.bg-about-sm-shape::after {
	content: "";
	position: absolute;
	height: 150px;
	width: 150px;
	background-image: url(../img/icon/01.png);
	background-repeat: no-repeat;
	top: 32%;
}
.text-justify {
	text-align: justify;
}

@media only screen and (max-width: 767px) {
	.bg-about-sm-shape::after {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.bg-about-sm-shape::after {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bg-about-sm-shape::before {
		display: none;
	}
}
.about-success-wrapper .single {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	align-items: flex-start;
}
.about-success-wrapper .single i {
	padding: 4px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 5px;
}
.about-success-wrapper .single p.details {
	font-size: 17px;
	color: #1C2539;
	font-weight: 500;
}
.about-one-thumbnail {
	display: flex;
	justify-content: end;
	position: relative;
}
.about-one-thumbnail .small-img {
	position: absolute;
	left: 0%;
	top: 3%;
	animation: jump-1 4s linear infinite;
	border: 5px solid #fff;
}
.about-one-thumbnail .experience {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 8px;
	background: var(--color-primary);
	border-radius: 15px;
	bottom: 7%;
	left: 0%;
	width: 248px;
	animation: mymove 2s infinite;
	animation-direction: alternate;
}
.about-one-thumbnail .experience .single {
	width: 50%;
}
.about-one-thumbnail .experience .left .title {
	color: #fff;
	margin-bottom: 0;
	font-family: var(--font-secondary);
}
.about-one-thumbnail .experience .left p {
	font-size: 22px;
	color: #fff;
	font-family: var(--font-secondary);
	font-weight: 700;
	margin-top: -8px;
}
.about-one-thumbnail .experience .right p {
	color: #fff;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
}
.about-image-v-inner .image-area {
	display: flex;
	position: relative;
}
.about-image-v-inner .image-area .img-1 {
	border-top: 10px solid var(--color-primary);
	padding-top: 10px;
}

@media only screen and (max-width: 767px) {
	.about-image-v-inner .image-area .img-1 {
		width: 65%;
	}
}
.about-image-v-inner .image-area .img-over {
	position: absolute;
	right: 0;
	top: 0;
	animation: jump-2 5s linear infinite;
}

@media only screen and (max-width: 767px) {
	.about-image-v-inner .image-area .img-over {
		width: 50%;
	}
}
.about-image-v-inner .image-area .goal-button-wrapper {
	position: absolute;
	bottom: -2%;
	right: 29%;
}
.about-image-v-inner .image-area .goal-button-wrapper .vedio-icone {
	background: #fff;
	padding: 65px;
	border-radius: 50%;
}

@media only screen and (max-width: 479px) {
	.about-image-v-inner .image-area .goal-button-wrapper .vedio-icone {
		padding: 53px;
	}
}
.about-image-v-inner .image-area .goal-button-wrapper .vedio-icone .video-play-button::after {
	background: var(--color-primary);
}
.about-image-v-inner .image-area .goal-button-wrapper .vedio-icone .video-play-button span {
	border-left: 14px solid #ffffff;
}

@media only screen and (max-width: 575px) {
	.about-image-v-inner .image-area .goal-button-wrapper {
		right: 24%;
	}
}
.about-progress-inner {
	padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-progress-inner {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.about-progress-inner {
		padding-left: 0;
	}
}
.about-progress-inner .title-area span {
	color: var(--color-primary);
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.about-progress-inner .title-area .title {
	margin-top: 5px;
}
.about-progress-inner .inner .hri-progress-one-wrapper {
	padding: 40px;
	background: #F7F7F7;
}

@media only screen and (max-width: 767px) {
	.about-progress-inner .inner .hri-progress-one-wrapper {
		padding: 25px;
	}
}

@media only screen and (max-width: 479px) {
	.about-progress-inner .inner .hri-progress-one-wrapper {
		padding: 15px;
	}
}
.about-progress-inner .inner .hri-progress-one-wrapper .meter {
	background: #fff;
	height: 15px;
	display: flex;
	align-items: center;
	padding-left: 7px;
	overflow: hidden;
}
.about-progress-inner .inner .hri-progress-one-wrapper .meter span {
	height: 3px;
}
.about-progress-inner .inner .hri-progress-one-wrapper .single-progress {
	border-bottom: none;
}
.about-progress-inner .inner .hri-progress-one-wrapper .single-progress .progress-top p {
	color: #1C2539;
}
.about-progress-inner .inner .hri-progress-one-wrapper .single-progress .progress-top span {
	color: var(--color-primary);
	font-weight: 500;
	font-size: 17px;
}
.about-progress-inner .inner .hri-progress-one-wrapper .single-progress:last-child {
	margin-bottom: 0;
}
.about-progress-inner .inner a.hri-btn {
	display: block;
	max-width: max-content;
	margin-top: 40px;
}
.about-progress-inner.inner1 {
	max-width: 700px;
	margin: 0 auto;
} 
.about-right-three .title-area-about-three span.sub {
	color: var(--color-primary-3);
	letter-spacing: 0.3em;
	font-weight: 700;
	text-transform: uppercase;
}
.about-right-three .title-area-about-three .title {
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
	margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
	.about-right-three .title-area-about-three .title {
		font-size: 44px;
	}
}

@media only screen and (max-width: 767px) {
	.about-right-three .title-area-about-three .title {
		font-size: 36px;
		line-height: 55px;
	}
}

@media only screen and (max-width: 479px) {
	.about-right-three .title-area-about-three .title {
		font-size: 24px;
		line-height: 44px;
	}
}
.about-right-three .title-area-about-three .title span {
	font-size: 48px;
}

@media only screen and (max-width: 767px) {
	.about-right-three .title-area-about-three .title span {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.about-right-three .title-area-about-three .title span {
		font-size: 24px;
	}
}
.about-right-three .title-area-about-three .title span span {
	color: var(--color-primary-3);
}
.about-three-thumbnail-left {
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-three-thumbnail-left img {
		width: 100%;
	}
}
.about-three-thumbnail-left::after {
	position: absolute;
	content: "";
	top: 60px;
	left: 20px;
	width: 200px;
	height: 10px;
	width: 120px;
	background: var(--color-primary-3);
}
.about-three-thumbnail-left .about-sm-thumb {
	position: absolute;
	top: 13%;
	left: -28%;
	animation: jump-1 5s linear infinite;
}

@media only screen and (max-width: 1199px) {
	.about-three-thumbnail-left .about-sm-thumb {
		left: -11%;
		width: 65%;
		top: 14%;
	}
}
.about-three-thumbnail-left .vedio-icone {
	position: absolute;
	right: -5%;
	bottom: -6%;
	max-width: max-content;
	padding: 0 !important;
	height: auto;
	object-fit: contain;
	cursor: auto;
}

@media only screen and (max-width: 479px) {
	.about-three-thumbnail-left .vedio-icone {
		right: -8%;
		bottom: -17%;
	}
}
.about-three-thumbnail-left .vedio-icone span {
	position: relative;
	height: auto;
	width: auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.about-three-thumbnail-left .vedio-icone span::after {
	display: none;
}
.about-three-thumbnail-left .vedio-icone span::before {
	display: none;
}
.about-three-thumbnail-left .vedio-icone span img {
	width: 120px;
	height: 143px;
}
.about-three-thumbnail-left .vedio-icone span span {
	position: relative;
	border-left: 25px solid #ffffff;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	transform: translate(-50%, -39%);
	left: -58px;
}
.inner-about-three p.disc {
	padding-left: 20px;
	border-left: 5px solid var(--color-primary-3);
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
}
.solution-wrapper-right {
	margin-left: -60px;
}

@media only screen and (max-width: 767px) {
	.solution-wrapper-right {
		margin-left: -20px;
	}
}

@media only screen and (max-width: 575px) {
	.solution-wrapper-right {
		margin-left: 0;
	}
}
.single-business-solution {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.single-business-solution:last-child {
	margin-bottom: 0;
}
.single-business-solution i {
	height: 18px;
	width: 18px;
	background: var(--color-primary-3);
	font-size: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
}
.single-business-solution p {
	color: #1C2539;
	font-weight: 500;
	font-size: 17px;
	margin-left: 10px;
}
.hri-user-three-wrapper {
	margin-top: 65px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.hri-user-three-wrapper {
		align-items: inherit;
		flex-direction: column;
	}
}
.hri-user-three-wrapper .user-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	flex-basis: 27%;
}
.hri-user-three-wrapper .user-wrapper a {
	position: absolute;
	left: 0;
	z-index: 2;
	transition: 0.3s;
}
.hri-user-three-wrapper .user-wrapper a:nth-child(2) {
	margin-left: 50px;
	z-index: 4;
}
.hri-user-three-wrapper .user-wrapper a:nth-child(3) {
	margin-left: 100px;
	z-index: 3;
}
.hri-user-three-wrapper .user-wrapper a:hover {
	z-index: 10;
	transform: scale(1.05) translateY(-5px);
}

@media only screen and (max-width: 767px) {
	.hri-user-three-wrapper .reviews {
		margin-top: 50px;
	}
}
.hri-user-three-wrapper .reviews .title {
	margin-bottom: 0px;
}
.hri-user-three-wrapper .reviews span {
	color: var(--color-primary-3);
}

@media only screen and (max-width: 767px) {
	.hri-user-three-wrapper .hri-btn {
		max-width: max-content;
		margin-left: 0 !important;
		margin-top: 20px;
	}
}
.cta-three-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.cta-three-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}
.cta-three-wrapper .title {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
	.cta-three-wrapper .title {
		font-size: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-three-wrapper .title {
		font-size: 17px;
	}
}
.cta-three-wrapper .title a {
	color: var(--color-primary);
}
.cta-three-wrapper a {
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.cta-three-wrapper a {
		margin-left: 0;
		margin-top: 20px;
	}
}
.contoler-company {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.contoler-company {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.contoler-company .tab-content {
		margin-top: 30px;
	}
}
.about-company-wrapper p.disc {
	color: #5D666F;
	font-size: 18px;
	margin-bottom: 60px;
	line-height: 28px;
}

@media only screen and (max-width: 767px) {
	.about-company-wrapper p.disc {
		font-size: 17px;
		margin-bottom: 25px;
	}
	.about-company-wrapper p.disc br {
		display: none;
	}
}
.hri-tab-style-one .button-area {
	padding: 30px;
	border: 1px solid #EDEFF3;
	border-radius: 20px;
	background: #fff;
	text-align: left;
	min-width: max-content;
}

@media only screen and (max-width: 767px) {
	.hri-tab-style-one .button-area {
		padding: 10px;
	}
}
.hri-tab-style-one .button-area button {
	background: transparent !important;
	color: #5D666F;
	padding-bottom: 20px;
	border-bottom: 1px solid #EDEFF3;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.hri-tab-style-one .button-area button {
		font-size: 14px;
	}
} 
.hri-tab-content-one img{
	max-width: 30%;
	padding: 0 15px 15px 0;
	float: left;
	border-radius: 15px;
}
@media only screen and (max-width: 767px) {
	.home-blue .title-area.service-h2 .title {
		font-size: 23px;
		color: #1C2539 !important;
		font-weight: 700;
		line-height: 58px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.home-blue .title-area .title {
		font-size: 23px;
		line-height: 30px;
	}
}
.about-company-thumbnail {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.about-company-thumbnail::after {
		height: 447.43px;
		min-width: 660px;
	}
}

@media only screen and (max-width: 1199px) {
	.about-company-thumbnail::after {
		height: 380.43px;
		min-width: 712px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-company-thumbnail::after {
		height: 96%;
	}
}

@media only screen and (max-width: 767px) {
	.about-company-thumbnail::after {
		height: 391.43px;
		min-width: 712px;
	}
}

@media only screen and (max-width: 479px) {
	.about-company-thumbnail::after {
		height: 100%;
		min-width: 708px;
	}
}
.about-company-thumbnail img {
	margin-left: 40px;
}

@media only screen and (max-width: 767px) {
	.about-company-thumbnail img {
		width: 76%;
	}
}
.hri-about-our-company-h2 {
	position: relative;
} 
@media only screen and (max-width: 575px) {
	.hri-about-our-company-h2::after {
		display: none;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.hri-about-our-company-h2.eight .title-area .title br {
		display: none;
	}
}

@media (max-width: 450px) {
	.hri-about-our-company-h2.eight .title-area .title br {
		display: none;
	}
}
.hri-about-our-company-h2.eight .title-area::after {
	content: "04";
}
.about-content-inner-style-six p.disc {
	margin-top: 40px;
}
.about-content-inner-style-six .item-check-inner {
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 4px 58px rgba(0, 0, 0, 0.08);
	border-left: 7px solid #B00F0F;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.about-content-inner-style-six .item-check-inner {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.about-content-inner-style-six .item-check-inner .single-col .single-check {
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	color: #181A1C;
}
.about-content-inner-style-six .item-check-inner .single-col .single-check i {
	font-weight: 900;
	font-size: 18px;
	line-height: 32px;
	color: #B00F0F;
}
.about-content-inner-style-six .contact-inner-about {
	margin-top: 50px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.about-content-inner-style-six .contact-inner-about {
		margin-top: 50px;
		display: flex;
		align-items: center;
		flex-direction: column;
		align-items: flex-start;
	}
}
.about-content-inner-style-six .contact-inner-about .single-left {
	display: flex;
	align-items: center;
	margin-right: 50px;
	border-right: 1px solid #EBEBEB;
	padding-right: 50px;
}

@media only screen and (max-width: 767px) {
	.about-content-inner-style-six .contact-inner-about .single-left {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.about-content-inner-style-six .contact-inner-about .single-left {
		border: none;
	}
}
.about-content-inner-style-six .contact-inner-about .single-left img {
	margin-right: 16px;
}
.about-content-inner-style-six .contact-inner-about .single-left .title {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}
.about-content-inner-style-six .contact-inner-about .single-left span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #B00F0F;
}
.about-content-inner-style-six .contact-inner-about .single-right {
	display: flex;
	align-items: center;
}
.about-content-inner-style-six .contact-inner-about .single-right .details-area span {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 7px;
	color: #5D666F;
}
.about-content-inner-style-six .contact-inner-about .single-right img {
	margin-right: 16px;
}
.about-content-inner-style-six .contact-inner-about .single-right span {
	display: block;
}
.about-content-inner-style-six .contact-inner-about .single-right a.number {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #181A1C;
	transition: 0.3s;
}
.about-content-inner-style-six .contact-inner-about .single-right a.number:hover {
	color: var(--color-primary-5);
}
.thumbnail-about-six {
	margin-top: -180px;
	margin-left: -160px;
	margin-bottom: -157px;
}

@media only screen and (max-width: 767px) {
	.thumbnail-about-six {
		margin-top: -157px;
		margin-left: -160px;
		margin-bottom: -118px;
	}
}

@media only screen and (max-width: 575px) {
	.thumbnail-about-six {
		margin-top: -84px;
		margin-left: -45px;
		margin-bottom: -70px;
	}
}
.thumbnail-about-six img {
	position: relative;
	min-width: 140%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.thumbnail-about-six img {
		position: relative;
		min-width: 111%;
		z-index: 0;
		margin-top: 73px;
	}
}

@media only screen and (max-width: 767px) {
	.thumbnail-about-six img {
		position: relative;
		min-width: 120%;
		z-index: 0;
		margin-top: 73px;
	}
}

@media only screen and (max-width: 575px) {
	.thumbnail-about-six img {
		min-width: 103%;
	}
}
.hri-vedio-area-home-6 {
	position: relative;
}
.hri-vedio-area-home-6 .bg-shape-vedio-section {
	position: absolute;
	left: 0;
	bottom: -120px;
	width: 100%;
}
.thumbnail-image-gallery {
	position: relative;
	z-index: 100;
}
.thumbnail-image-gallery::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(156, 0, 0, 0) 50.33%, rgba(156, 0, 0, 0.89) 100%);
	border-radius: 15px;
	z-index: 1;
}
.thumbnail-image-gallery a.vedio-icone {
	position: initial;
}
.thumbnail-image-gallery a.vedio-icone .video-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.thumbnail-image-gallery .video-play-button::after {
	height: 115px;
	width: 115px;
	background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.thumbnail-image-gallery .video-play-button::after {
		height: 80px;
		width: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.thumbnail-image-gallery .video-play-button::after {
		height: 80px;
		width: 80px;
	}
}

@media only screen and (max-width: 575px) {
	.thumbnail-image-gallery .video-play-button::after {
		height: 60px;
		width: 60px;
	}
}
.thumbnail-image-gallery .video-play-button span {
	left: -52%;
	border-left: 19px solid #DF0A0A;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

@media only screen and (max-width: 575px) {
	.thumbnail-image-gallery .video-play-button span {
		border-left: 15px solid #DF0A0A;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}
}
.thumbnail-image-gallery .vedio-title-area {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 2;
}
.thumbnail-image-gallery .vedio-title-area .title {
	font-weight: 700;
	font-size: 120px;
	line-height: 159px;
	text-shadow: 0px 13px 33px rgba(0, 0, 0, 0.2);
	color: #fff;
	min-width: max-content;
	margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
	.thumbnail-image-gallery .vedio-title-area .title {
		font-size: 80px;
		line-height: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.thumbnail-image-gallery .vedio-title-area .title {
		font-size: 60px;
		line-height: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.thumbnail-image-gallery .vedio-title-area .title {
		font-size: 36px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 575px) {
	.thumbnail-image-gallery .vedio-title-area .title {
		font-size: 26px;
		line-height: 0px;
	}
}
.about-single-home-7 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 46px;
	position: relative;
	z-index: 1;
}
.about-single-home-7:last-child::after {
	display: none;
}
.about-single-home-7::after {
	position: absolute;
	content: "";
	left: 30px;
	top: 65%;
	bottom: 0;
	height: 120px;
	width: 1px;
	background: #D9D9D9;
	z-index: -1;
}

@media only screen and (max-width: 575px) {
	.about-single-home-7::after {
		display: none;
	}
}
.about-single-home-7 .discription p.disc {
	max-width: 90%;
}
.about-single-home-7 .icon {
	margin-right: 25px;
}
.about-single-home-7 .icon img {
	box-shadow: 0px 9px 23px rgba(24, 16, 16, 0.1);
	border-radius: 50%;
}
.about-single-home-7 .discription .title {
	margin-bottom: 7px;
}
@keyframes floating {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}
.about-home-seven .thumbnail {
	position: relative;
}
.about-home-seven .thumbnail img.small {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 80px;
	animation: floating 5s linear infinite;
}
.about-home-seven .thumbnail .experience-area {
	padding: 40px;
	background: #fff;
	width: 70%;
	bottom: 0;
	left: 60px;
	position: absolute;
	box-shadow: 0px 16px 29px rgba(0, 0, 0, 0.12);
}
.about-home-seven .thumbnail .experience-area .title {
	font-weight: 800;
	font-size: 48px;
	line-height: 30px;
	color: var(--color-primary-5);
	margin-bottom: 10px;
}
.about-home-seven .thumbnail .experience-area span {
	color: #F64A00;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}
.about-home-seven .thumbnail .experience-area.six .title {
	color: var(--color-primary-6);
}
.home-seven-about h3.title {
	font-size: 40px;
	line-height: 52px;
}

@media only screen and (max-width: 575px) {
	.home-seven-about h3.title {
		font-size: 26px;
		line-height: 35px;
	}
}
.inner-about-home-7 p.disc {
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #5D666F;
	padding-right: 50px;
} 
.plr--120-service {
	padding: 0 120px;
}

@media only screen and (max-width: 1199px) {
	.plr--120-service {
		padding: 0;
	}
}
.service-one-inner {
	display: flex;
	padding: 25px;
	position: relative;
	height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.service-one-inner {
		padding: 23px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-one-inner {
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.service-one-inner {
		padding: 6px 18px 8px 15px;
	}
}

@media only screen and (max-width: 1199px) {
	.service-one-inner::after {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.service-one-inner::before {
		display: none;
	}
}
.service-one-inner.one::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background: #ddd;
	right: -15px;
}
.service-one-inner.one::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	/* background: #ddd; */
	bottom: 0px;
	left: 14px;
}
.service-one-inner.two::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	/* background: #ddd; */
	bottom: 0px;
	left: 0px;
}
.service-one-inner.three::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background: #ddd;
	right: -15px;
}
.service-one-inner .thumbnail {
	margin-right: 37px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.service-one-inner .thumbnail {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.service-one-inner .thumbnail {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.service-one-inner .thumbnail {
		margin-right: 20px;
	}
}
.service-one-inner .thumbnail .siz {
	font-size: 40px;
	color: var(--color-primary);
}
.service-one-inner .service-details .title {
	margin-bottom: 7px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.service-one-inner .service-details .title {
		font-size: 21px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.service-one-inner .service-details .title {
		font-size: 20px;
	}
}
.service-one-inner .service-details p {
	margin-bottom: 10px;
	text-align: justify;
}
.color-primary {
	color: var(--color-primary);
}
.color-primary.sub {
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 479px) {
	.color-primary.sub {
		font-size: 14px;
	}
}
.service-detials-step-2 p.disc {
	font-size: 17px;
	line-height: 26px;
}
.service-detials-step-2.inner {
	max-width: 900px;
	margin: 0 auto;
}
.service-detials-step-1 .thumbnail {
	margin-bottom: 45px;
}
.service-detials-step-1 .title {
	margin-bottom: 16px;
}
.service-detials-step-1 p.disc {
	margin-bottom: 23px;
	font-size: 17px;
	line-height: 26px;
}
.service-detials-step-1 .service-details-card {
	padding: 30px;
	box-shadow: 0px 8px 30px #6a6a6a1a;
	display: flex;
	align-items: flex-start;
	border-left: 5px solid var(--color-primary);
}
.service-detials-step-1 .service-details-card .thumbnail img {
	height: 29px;
	width: 74px;
}
.service-detials-step-1 .service-details-card .details {
	margin-left: 20px;
}
.service-detials-step-1 .service-details-card .details .title {
	margin-bottom: 5px;
	font-size: 20px;
}
.service-detials-step-1 .service-details-card .details p {
	margin-bottom: 0;
}
.service-detials-step-2 .single-service-step {
	background: #fff;
	padding: 40px 20px;
	border: 1px solid #EEEEEE;
	box-shadow: 0px 6px 39px #0000000a;
}
.service-detials-step-2 .single-service-step p.step {
	position: relative;
	color: #fff;
	z-index: 1;
	margin-bottom: 52px;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	margin-top: 29px;
}
.service-detials-step-2 .single-service-step p.step::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: #DF0A0A;
	height: 60px;
	width: 60px;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 50%;
}
.service-detials-step-2 .single-service-step p.step::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: #e81c2e1a;
	height: 90px;
	width: 90px;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 50%;
}
.service-detials-step-2 .single-service-step .title {
	margin-bottom: 8px;
}
.service-detials-step-2 .single-service-step p.disc {
	font-size: 17px;
	line-height: 26px;
}
.service-detials-step-3 .title {
	margin-bottom: 8px;
}
.service-detials-step-3 p.disc {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 20px;
}
.service-detials-step-3 .single-banifits {
	margin-bottom: 10px;
}
.service-detials-step-3 .single-banifits i {
	margin-right: 15px;
	color: var(--color-primary);
} 
.service-two-inner {
	box-shadow: 0px 13px 40px #1810100a;
	position: relative;
	border-radius: 15px;
}
.service-two-inner .thumbnail {
	overflow: hidden;
	display: block;
	border-radius: 15px 15px 0 0;
	position: relative;
}
.service-two-inner .thumbnail::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "01";
	font-size: 18px;
	background: #fff;
	border-radius: 0 0 0 15px;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
	font-weight: 700;
}
.service-two-inner .thumbnail.two::after {
	content: "02";
}
.service-two-inner .thumbnail.three::after {
	content: "03";
}
.service-two-inner .thumbnail.four::after {
	content: "04";
}
.service-two-inner .thumbnail.five::after {
	content: "05";
}
.service-two-inner .thumbnail.six::after {
	content: "06";
}
.service-two-inner .thumbnail.seven::after {
	content: "07";
}
.service-two-inner .thumbnail.eight::after {
	content: "08";
}
.service-two-inner .thumbnail.nine::after {
	content: "09";
}
.service-two-inner .thumbnail img {
	width: 100%;
	border-radius: 15px 15px 0 0;
	transition: 0.3s;
}
.service-two-inner .body-content {
	z-index: 5;
	padding: 40px;
	background: #fff;
	border-radius: 0 0 15px 15px;
	position: absolute;
	bottom: -50%;
}

@media only screen and (max-width: 767px) {
	.service-two-inner .body-content {
		bottom: -37%;
	}
}

@media only screen and (max-width: 479px) {
	.service-two-inner .body-content {
		padding: 20px;
	}
}
.service-two-inner .body-content .hidden-area {
	max-height: 80px;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}
.service-two-inner .body-content .title {
	margin-bottom: 8px;
	font-size: 22px;
}
.service-two-inner .body-content p {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	color: #5D666F;
	margin-bottom: 15px;
}
.service-two-inner .body-content .hri-read-more-two {
	color: var(--color-primary);
	font-weight: 700;
	font-size: 17px;
	align-items: center;
	display: flex;
}
.service-two-inner .body-content .hri-read-more-two i {
	margin-left: 5px;
	transition: 0.3s;
}
.service-two-inner .body-content .hri-read-more-two:hover i {
	margin-left: 8px;
}
.service-two-inner:hover .thumbnail img {
	transform: scale(1.15);
}
.service-two-inner:hover .body-content .hidden-area {
	max-height: 150px;
	bottom: 0;
}

@media only screen and (max-width: 479px) {
	.col-xl-4.col-md-6.col-sm-12.col-12.pb--140.pb_md--100, .col-xl-4.col-md-6.col-sm-12.col-12.pb--140.pb_md--60 {
		padding-bottom: 80px !important;
	}
}

@media only screen and (max-width: 479px) {
	.col-xl-4.col-md-6.col-sm-12.col-12.pb--140.pb_md--60.pb_sm--60 {
		padding-bottom: 30px !important;
	}
}
.padding-controler {
	margin-bottom: -75px;
}

.service-one-inner-four {
	position: relative;
}
.service-one-inner-four a.hri-btn {
	display: block;
	max-width: max-content;
	position: absolute;
	bottom: -57px;
	left: 40px;
	border-radius: 0 0 15px 15px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.service-one-inner-four a.hri-btn {
		bottom: -10%;
	}
}

@media only screen and (max-width: 479px) {
	.service-one-inner-four a.hri-btn {
		bottom: -15%;
	}
}

@media screen and (max-width: 380px) {
	.service-one-inner-four a.hri-btn {
		bottom: -21%;
	}
}
.service-one-inner-four a.hri-btn i {
	margin-left: 5px;
}
.service-one-inner-four a.hri-btn:hover {
	border: 1px solid var(--color-primary);
	background: #fff;
}
.service-one-inner-four .big-thumbnail-area {
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.service-one-inner-four .big-thumbnail-area .thumbnail {
	overflow: hidden;
	display: block;
	border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area .thumbnail:hover img {
	transform: scale(1.2);
}
.service-one-inner-four .big-thumbnail-area .thumbnail img {
	width: 100%;
	transition: 0.5s;
	border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area .content {
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	z-index: 1;
	height: 145px;
	overflow: hidden;
	transition: 0.5s;
	text-align: left;
}
.service-one-inner-four .big-thumbnail-area .content img {
	max-width: 85px;
	height: auto;
	margin-bottom: 30px;
}
.service-one-inner-four .big-thumbnail-area .content .title {
	color: #fff;
	margin-bottom: 10px;
}
.service-one-inner-four .big-thumbnail-area .content p.disc {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
}
.service-one-inner-four .big-thumbnail-area .over_link {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area img {
	width: 100%;
}
.service-one-inner-four .big-thumbnail-area::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	display: block;
	z-index: 0;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, rgba(6, 9, 12, 0.85) 87.86%);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	cursor: pointer;
	border-radius: 15px;
	transition: 0.5s;
}
.service-one-inner-four .big-thumbnail-area:hover::after {
	height: 100%;
	background: linear-gradient(to bottom, rgba(15, 15, 15, 0.01), black 100%);
}
.service-one-inner-four .big-thumbnail-area:hover .content {
	height: 206px;
}
.service-one-inner-four:hover .thumbnail img {
	transform: scale(1.2);
}
.title-service-three p {
	color: var(--color-primary-3);
	margin-bottom: 0;
}
.title-service-three .title {
	margin-top: 10px;
	text-transform: uppercase;
}
.bg-service-h2 {
	background-image: url(../img/service-bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
	.bg-service-h2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.hri-single-service-h2 {
	min-height: 22.2em;
	position: relative;
	padding: 25px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 1px 3px 13px 5px rgba(113, 113, 113, 0.1);
	-webkit-box-shadow: 1px 3px 13px 5px rgba(113, 113, 113, 0.1);
	-moz-box-shadow: 1px 3px 13px 5px rgba(113, 113, 113, 0.1);
	transition: 0.3s;
}
.hri-single-service-h2.inner .body a:hover .title {
	color: var(--color-primary);
}
.hri-single-service-h2.inner:hover .body a.btn-red-more {
	color: var(--color-primary);
}
.hri-single-service-h2 .thumbnail {
	overflow: hidden;
	display: block;
	border-radius: 20px;
}
.hri-single-service-h2 .thumbnail img {
	width: 100%;
	transition: 0.4s;
}
.hri-single-service-h2 .body {
	margin-top: 22px;
}
.hri-single-service-h2 .body a:hover .title {
	color: var(--color-primary-2);
}
.hri-single-service-h2 .body .title {
	margin-bottom: 10px;
	transition: 0.3s;
	font-size: 22px;
}
.hri-single-service-h2 .body p.disc {
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 12px;
}
.hri-single-service-h2 .body a.btn-red-more {
	color: #1C2539;
	font-weight: 700;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 22px;
}
.hri-single-service-h2 .body a.btn-red-more i {
	margin-left: 0;
	opacity: 0;
	transition: 0.3s;
}
.hri-single-service-h2:hover {
	box-shadow: 0px 12px 24px rgba(10, 10, 223, 0.16);
}
.hri-single-service-h2:hover .thumbnail img {
	transform: scale(1.2);
}
.hri-single-service-h2:hover .body a.btn-red-more {
	color: var(--color-primary);
}
.hri-single-service-h2:hover .body a.btn-red-more i {
	margin-left: 7px;
	opacity: 1;
}
.navigation-center-bottom {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navigation-center-bottom.service .swiper-button-next {
		right: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.navigation-center-bottom.service .swiper-button-next {
		right: 40%;
	}
}

@media only screen and (max-width: 575px) {
	.navigation-center-bottom.service .swiper-button-next {
		right: 36%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navigation-center-bottom.service .swiper-button-prev {
		left: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.navigation-center-bottom.service .swiper-button-prev {
		left: 40%;
	}
}

@media only screen and (max-width: 575px) {
	.navigation-center-bottom.service .swiper-button-prev {
		left: 36%;
	}
}
.navigation-center-bottom .swiper-pagination {
	max-width: fit-content;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	bottom: -23px;
	font-weight: 700;
	font-size: 17px;
	color: #1C2539;
}
.navigation-center-bottom .swiper-pagination .swiper-pagination-current {
	color: var(--color-primary-3);
}
.navigation-center-bottom .swiper-button-next {
	right: 45%;
}
.navigation-center-bottom .swiper-button-next::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	color: #1C2539;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
	border-radius: 8px;
	transition: 0.3s;
	font-weight: 700;
}
.navigation-center-bottom .swiper-button-next:hover::after {
	background: var(--color-primary-3);
	color: #fff;
}
.navigation-center-bottom .swiper-button-prev {
	left: 45%;
}
.navigation-center-bottom .swiper-button-prev::after {
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	color: #1C2539;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 10px 20px #1810100f;
	border-radius: 8px;
	transition: 0.3s;
	font-weight: 700;
}
.navigation-center-bottom .swiper-button-prev:hover::after {
	background: var(--color-primary-3);
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.thumbnail.sm-thumb-service img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.thumbnail.sm-thumb-service img {
		width: 100%;
	}
}
.about-service-width-controler {
	max-width: 87.5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-service-width-controler {
		max-width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.about-service-width-controler {
		max-width: 100%;
		margin-right: -7px;
	}
}
.hri-service-area4 .container .title-service-three .pre-title {
	color: var(--color-primary-4);
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Red Hat Display", sans-serif;
}
.hri-service-area4 .container .title-service-three .title {
	text-transform: none;
}

@media (max-width: 767px) {
	.hri-service-area4 .container .title-service-three .title {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.hri-service-area4 .container .service-one-inner-four {
		margin-bottom: 60px;
	}
}
.hri-service-area4 .container .service-one-inner-four .big-thumbnail-area {
	background: #f7f7f7;
	border-radius: 15px;
	padding: 40px;
}
.hri-service-area4 .container .service-one-inner-four .big-thumbnail-area::after {
	display: none;
}

@media (max-width: 991px) {
	.hri-service-area4 .container .service-one-inner-four .big-thumbnail-area {
		padding: 30px;
	}
}
.hri-service-area4 .container .service-one-inner-four .big-thumbnail-area .content {
	position: unset;
	height: auto;
	margin-top: 25px;
}
.hri-service-area4 .container .service-one-inner-four .big-thumbnail-area .content .title {
	color: #1C2539;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	font-family: "Red Hat Display", sans-serif;
}
.hri-service-area4 .container .service-one-inner-four .big-thumbnail-area .content .disc {
	color: #5D666F;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}
.hri-service-area4 .container .service-one-inner-four .btn-primary-3 {
	background: var(--color-primary-4);
	bottom: -55px;
	border: none;
}
.hri-service-area4 .container .service-one-inner-four .btn-primary-3:hover {
	background: #E4E7FF;
	color: var(--color-primary-4);
}
.hri-service-area5 {
	margin-top: -150px;
}

@media (max-width: 1200px) {
	.hri-service-area5 {
		margin-top: 50px;
	}
}
.hri-service-area5 .container .service-one-inner-four {
	background: #FFFFFF;
	box-shadow: 0px 4px 58px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 45px;
	transition: all 0.4s;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.hri-service-area5 .container .service-one-inner-four {
		padding: 35px;
	}
}

@media (max-width: 400px) {
	.hri-service-area5 .container .service-one-inner-four {
		padding: 40px 30px;
	}
}
.hri-service-area5 .container .service-one-inner-four .content {
	margin: 35px 0;
}
.hri-service-area5 .container .service-one-inner-four .btn-primary-3 {
	position: unset;
	background: var(--color-primary-2);
	border-radius: 100px;
	padding: 17px 45px;
	border: none;
}
.hri-service-area5 .container .service-one-inner-four .btn-primary-3:hover {
	color: var(--color-primary-2);
	background: var(--color-gray);
}
.hri-service-area5 .container .service-one-inner-four:hover {
	transform: translateY(-15px);
}
.title-area-with-btn-home-6.portfolio-area {
	align-items: flex-end;
	z-index: 10;
	position: relative;
}

@media only screen and (max-width: 575px) {
	.title-area-with-btn-home-6.portfolio-area {
		align-items: flex-start;
		z-index: 10;
		position: relative;
	}
}
.title-area-with-btn-home-6 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 575px) {
	.title-area-with-btn-home-6 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
	}
}
.title-area-with-btn-home-6 a.hri-btn {
	margin-top: 50px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 575px) {
	.title-area-with-btn-home-6 a.hri-btn {
		margin-top: 20px;
	}
}
.title-area-with-btn-home-6 a.hri-btn i {
	font-size: 17px;
	margin-left: 7px;
}
.hri-service-area.home-seven {
	position: relative;
}
.hri-service-area.home-seven .shape-business-service {
	position: absolute;
	left: -13%;
	top: -110%;
	z-index: -1;
}
.service-single-style-six {
	background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, #F7F7F7 100%);
	border-radius: 20px;
	padding: 100px 40px 40px 40px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.service-single-style-six {
		margin-bottom: 60px;
	}
}
.service-single-style-six .icon {
	position: absolute;
	top: -70px;
	left: 10px;
	transition: 0.6s;
	z-index: 2;
}
.service-single-style-six .icon img {
	position: relative;
	z-index: 5;
	transition: 1s;
}
.service-single-style-six .icon::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 56%;
	height: 40px;
	width: 40px;
	background: #000;
	filter: blur(27px);
	transform: translate(-50%, -50%);
	z-index: 0;
}
.service-single-style-six:hover .icon img {
	transform: rotate(-360deg);
}
.team-bg-image-style-six img {
	width: 100%;
}

@media only screen and (max-width: 575px) {
	.team-bg-image-style-six img {
		height: 450px;
	}
}
@keyframes rotate-45 {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(45deg) scale(0.8);
	}
	100% {
		transform: rotate(0deg) scale(1.1);
	}
}
.hri-single-service-style-process:hover .icon {
	animation: rotate-45 1s linear;
}
.hri-single-service-style-process .icon {
	position: relative;
	transition: 0.6s;
}
.hri-single-service-style-process .icon::after {
	position: absolute;
	height: 35px;
	width: 35px;
	background: #000;
	filter: blur(30px);
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.hri-single-service-style-process a.hri-btn {
	margin: auto;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px #E8E8E8;
}
.hri-single-service-style-process a.hri-btn i {
	color: white;
	font-size: 18px;
	font-weight: 500;
}
.hri-single-service-style-process a.hri-btn:hover {
	background: #fff;
	transform: translateY(-5px) scale(1.02);
}
.single-service-home-six {
	background: #FFFFFF;
	box-shadow: 0px 4px 58px rgba(0, 0, 0, 0.08);
	padding: 40px;
	border-radius: 10px;
	height: 100%;
}
.single-service-home-six .icon {
	margin-bottom: 40px;
}
.single-service-home-six .inner .title {
	margin-bottom: 20px;
}
.single-service-home-six .inner p.disc {
	margin-bottom: 30px;
}
.single-service-home-six a.hri-btn {
	display: block;
	max-width: max-content;
	background: var(--color-primary-6);
	border-radius: 30px;
}
.single-service-home-six a.hri-btn:hover {
	background: var(--color-gray);
	color: #000;
}
.hri-service-area.eight {
	background: #f7f7f7;
}
.hri-service-area.eight .hri-title-area .pre-title {
	color: #5d666f;
}
.hri-service-area.eight .hri-title-area::after {
	content: "03";
}
.hri-service-area.eight .background-service {
	background: none;
	padding: 0 70px;
}

@media (max-width: 575px) {
	.hri-service-area.eight .background-service {
		padding: 20px;
	}
}
.hri-service-area.eight .background-service .service-one-inner .service-details .hri-read-more:hover {
	color: var(--color-primary-2);
}
.hri-service-area.eight .background-service .service-one-inner .service-details .hri-read-more:hover i {
	background: var(--color-primary-2);
}
.cta-one-bg {
	/* background-image: url(../img/cta.webp); */
	background-repeat: no-repeat;
	background-color: #5E5D5D;
	background-blend-mode: multiply;
	overflow: hidden;
	background-position: center;
	object-fit: contain;
	background-size: cover;
	border-radius: 20px;
}
.cta-left p {
	color: #fff;
}
.cta-one-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 152px 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-one-inner {
		padding: 50px 60px;
	}
}

@media only screen and (max-width: 767px) {
	.cta-one-inner {
		padding: 50px 60px;
		flex-direction: column;
	}
}
.cta-one-inner .cta-left {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.cta-one-inner .cta-left {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.cta-one-inner .cta-right {
		text-align: center;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.cta-one-inner .cta-right .hri-btn {
		padding: 13px 20px;
		font-size: 14px;
	}
}
.cta-one-inner .title {
	color: #fff;
	margin-bottom: 0;
	font-size: 40px;
}

@media only screen and (max-width: 1199px) {
	.cta-one-inner .title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 479px) {
	.cta-one-inner .title {
		font-size: 17px;
		line-height: 26px;
		font-weight: 500;
	}
} 
.cta-two-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 90px 0;
}

@media only screen and (max-width: 767px) {
	.cta-two-wrapper {
		flex-direction: column;
		padding: 45px 0;
	}
}
.cta-two-wrapper .title-area {
	width: 70%;
}

@media only screen and (max-width: 767px) {
	.cta-two-wrapper .title-area {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
}
.cta-two-wrapper .title-area .title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 53px;
}

@media only screen and (max-width: 1199px) {
	.cta-two-wrapper .title-area .title {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.cta-two-wrapper .title-area .title {
		font-size: 24px;
		line-height: 36px;
	}
}
.cta-bg-h2 {
	background-image: url(../img/counter.bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cta-h2-wrapper {
	display: flex;
	flex-direction: column;
	align-content: center;
}
.cta-h2-wrapper .icon {
	margin-top: 43px;
}
.cta-h2-wrapper .icon a {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: var(--color-primary-2);
}

@media only screen and (max-width: 479px) {
	.cta-h2-wrapper .icon a {
		top: 34px;
	}
}
.cta-h2-wrapper .icon a::after {
	position: absolute;
	width: 120px;
	height: 120px;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}

@media only screen and (max-width: 479px) {
	.cta-h2-wrapper .icon a::after {
		width: 80px;
		height: 80px;
	}
}
.cta-h2-wrapper .body {
	margin-top: 85px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cta-h2-wrapper .body p.info {
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
	.cta-h2-wrapper .body p.info {
		margin-bottom: 0;
	}
}
.cta-h2-wrapper .body p.info span {
	font-weight: 800;
}
.cta-h2-wrapper .body a.number {
	font-size: 72px;
	font-weight: 700;
	color: #fff;
	margin-top: 20px;
}

@media only screen and (max-width: 575px) {
	.cta-h2-wrapper .body a.number {
		font-size: 41px;
	}
}
.cta-h2-wrapper .body a.hri-btn {
	display: block;
	max-width: max-content;
	margin: 50px auto 0 auto;
}
.hri-callto-acation-area4 {
	margin-top: 35px;
	background-color: #000000cc;
}
.hri-callto-acation-area4 .container .cta-two-wrapper .title {
	text-transform: none;
}

@media (max-width: 1200px) {
	.hri-callto-acation-area4 .container .cta-two-wrapper .title br {
		display: none;
	}
}
.hri-callto-acation-area4 .container .cta-two-wrapper .btn-secondary-3 {
	color: var(--color-primary-4);
	background-color: #E4E7FF;
}
.hri-callto-acation-area4 .container .cta-two-wrapper .btn-secondary-3:hover {
	background: var(--color-primary-4);
	color: #fff;
} 

.case-study-area .item {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	margin-bottom: 30px;
	margin-right: 20px;
}
.case-study-area .item:hover .read-more {
	color: #fff;
}
.case-study-area .item:hover .read-more::before {
	background-color: var(--color-primary);
	height: 100%;
	bottom: 0;
}
.case-study-area .item .item-image {
	padding: 25px;
	overflow: hidden;
}
.case-study-area .item .item-image img {
	width: 100%;
}
.case-study-area .item .item-content {
	padding: 0 25px 25px 25px;
}
.case-study-area .item .item-content h6 {
	color: #999;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 400;
}
.case-study-area .item .item-content .text-heding3 {
	color: #1c2539;
	font-family: "Red Hat Display", Sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.case-study-area .item .item-content p {
	font-size: 17px;
	font-weight: 400;
}
.case-study-area .item .read-more {
	background: #fff;
	border-top: 1px solid #f1f1f1;
	padding: 16px 20px;
	display: block;
	transition: all 0.3s ease 0s;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	z-index: 2;
	color: #999;
}
.case-study-area .item .read-more::before {
	content: "";
	position: absolute;
	background-color: #040404;
	width: 100%;
	height: 0;
	transition: all 0.3s ease 0s;
	left: 0;
	top: 0;
	z-index: -1;
}
.case-study-area .item .read-more span {
	float: right;
}
.business-goal-one {
	position: relative;
}
.business-goal-one img.small {
	position: absolute;
	top: 9%;
	transform: translateY(-50%);
	right: 2%;
	animation: jump-2 5s linear infinite;
	z-index: 7;
}

@media only screen and (max-width: 575px) {
	.business-goal-one img.small {
		width: 50%;
		top: 37%;
	}
}
.hri-business-goal {
	margin-top: 50px;
}
.hri-business-goal .single-goal {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.hri-business-goal .single-goal:last-child {
	margin-bottom: 0;
}
.hri-business-goal .single-goal img {
	margin-right: 30px;
}
.hri-business-goal .single-goal .goal-wrapper .title {
	margin-bottom: 5px;
}
.hri-business-goal .single-goal .goal-wrapper p {
	color: #5D666F;
}
.goal-button-wrapper {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 575px) {
	.goal-button-wrapper {
		align-items: flex-start;
		flex-direction: column;
	}
}
.goal-button-wrapper .vedio-icone {
	margin-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.goal-button-wrapper .vedio-icone {
		margin-left: 136px;
	}
}

@media only screen and (max-width: 575px) {
	.goal-button-wrapper .vedio-icone {
		margin-left: 29px;
		margin-top: 50px;
	}
} 
.hri-business-solution-left {
	display: flex;
	justify-content: flex-end;
	position: relative; 
}
.hri-business-solution-left .success-rate {
	position: absolute;
	background: #F64A00;
	padding: 47px;
	left: -1%;
	bottom: -13%;
	width: 254px;
	height: 167px;
	animation: jump-1 5s linear infinite;
}

@media only screen and (max-width: 767px) {
	.hri-business-solution-left .success-rate {
		width: inherit;
		height: inherit;
		padding: 22px;
		bottom: -10%;
	}
}
.hri-business-solution-left .success-rate .title {
	margin-bottom: 0;
	color: #fff;
}
.hri-business-solution-left .success-rate span {
	font-size: 17px;
	letter-spacing: 0.16em;
	color: #fff;
	font-weight: 500;
}
 

@media only screen and (max-width: 767px) {
	.hri-business-solution-right {
		padding-left: 0;
	}
}
.hri-business-solution-right .title-area .sub {
	color: var(--color-primary-3);
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.hri-business-solution-right .title-area .title {
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.hri-business-solution-right .title-area .title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 1199px) {
	.hri-business-solution-right .title-area .title {
		font-size: 36px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-business-solution-right .title-area .title {
		font-size: 34px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 575px) {
	.hri-business-solution-right .title-area .title {
		font-size: 24px;
		line-height: 40px;
	}
}
.hri-business-solution-right .title-area .title span {
	font-size: 48px;
}

@media only screen and (max-width: 1199px) {
	.hri-business-solution-right .title-area .title span {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-business-solution-right .title-area .title span {
		font-size: 34px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-business-solution-right .title-area .title span {
		font-size: 24px;
	}
}
.hri-business-solution-right .title-area .title span span {
	color: var(--color-primary-3);
}
.hri-business-solution-right .content-area p.disc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.single-business-solution-2 {
	margin-left: 38px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.07);
	padding: 32px;
	position: relative;
	border-left: 8px solid transparent;
	transition: 0.3s;
	margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
	.single-business-solution-2 {
		padding: 15px 10px;
	}
}
.single-business-solution-2:hover {
	transform: translateY(-5px);
}
.single-business-solution-2.active {
	border-left: 8px solid var(--color-primary-3);
}
.single-business-solution-2:last-child {
	margin-bottom: 0;
}
.single-business-solution-2 .icon {
	position: absolute;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
}
.single-business-solution-2 .content {
	padding-left: 30px;
}

@media only screen and (max-width: 479px) {
	.single-business-solution-2 .content {
		padding-left: 45px;
	}
}
.single-business-solution-2 .title {
	font-size: 22px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 479px) {
	.single-business-solution-2 .title {
		font-size: 17px;
	}
}
.single-business-solution-2 p.disc {
	font-size: 17px;
	line-height: 26px;
	color: #5D666F;
}
.single-business-solution-2:hover {
	border-color: var(--color-primary-3);
} 
.container-cusiness-case-h2 {
	max-width: 1680px;
	margin: 0 auto;
}  

.hri-business-goal2 .container .business-goal-right .goal-button-wrapper .vedio-icone .video-play-button::after {
	background: #E4E7FF;
}
.hri-business-goal2 .container .business-goal-right .goal-button-wrapper .vedio-icone .video-play-button .outer-text {
	color: var(--color-primary-4);
}
.hri-business-solution5 {
	padding: 120px 0;
}

@media (max-width: 991px) {
	.hri-business-solution5 {
		padding: 80px 0;
	}
}

@media (max-width: 991px) {
	.hri-business-solution5 .container .first-child {
		order: 2;
	}
}
.hri-business-solution5 .container .hri-business-solution-right {
	padding: 0 40px 0 0;
}

@media (max-width: 576px) {
	.hri-business-solution5 .container .hri-business-solution-right {
		padding: 0;
	}
}
.hri-business-solution5 .container .hri-business-solution-right .title-area .sub {
	color: var(--color-primary-2);
	font-weight: 400;
	letter-spacing: 1px;
}
.hri-business-solution5 .container .hri-business-solution-right .title-area .title {
	text-transform: none;
	margin-top: 10px;
	font-size: 48px;
	line-height: 58px;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.hri-business-solution5 .container .hri-business-solution-right .title-area .title {
		font-size: 42px;
		line-height: 52px;
	}
}

@media (max-width: 576px) {
	.hri-business-solution5 .container .hri-business-solution-right .title-area .title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 400px) {
	.hri-business-solution5 .container .hri-business-solution-right .title-area .title {
		font-size: 32px;
		line-height: 42px;
	}
}
.hri-business-solution5 .container .hri-business-solution-right .content-area {
	margin-right: 100px;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.hri-business-solution5 .container .hri-business-solution-right .content-area {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.hri-business-solution5 .container .hri-business-solution-right .content-area {
		margin-right: 0;
	}
}
.hri-business-solution5 .container .hri-business-solution-right .content-area .single-business-solution-2 {
	margin: 0 40px 0 0;
	border-left: 8px solid var(--color-primary-2);
}

@media (max-width: 1200px) and (min-width: 991px) {
	.hri-business-solution5 .container .hri-business-solution-right .content-area .single-business-solution-2 .content {
		padding-left: 10px;
	}
}

@media (max-width: 450px) {
	.hri-business-solution5 .container .hri-business-solution-right .content-area .single-business-solution-2 .content {
		padding-left: 20px;
	}
}
.hri-business-solution5 .container .hri-business-solution-left {
	justify-content: unset;
	margin-bottom: unset;
}
.hri-business-solution5 .container .hri-business-solution-left .thumbnail {
	position: relative;
}
.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape1 {
	position: absolute;
	top: 0;
	right: 30%;
	width: 55px;
	animation: rotateIt 7s linear infinite;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape1 {
		width: 40px;
		top: 0;
		right: 30%;
	}
}

@media (max-width: 500px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape1 {
		width: 40px;
	}
}

@media (max-width: 400px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape1 {
		width: 30px;
	}
}
.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape2 {
	position: absolute;
	top: 28%;
	right: 0;
	width: 80px;
	animation: rotateIt 7s linear infinite;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape2 {
		width: 60px;
		right: 0;
		top: 30%;
	}
}

@media (max-width: 500px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape2 {
		width: 50px;
		right: 10px;
	}
}

@media (max-width: 400px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape2 {
		width: 40px;
	}
}
.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape3 {
	position: absolute;
	top: 0;
	right: 15px;
	width: 100px;
	animation: jump-3 5s linear infinite;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape3 {
		width: 80px;
		right: 0;
		top: -10px;
	}
}

@media (max-width: 768px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape3 {
		width: 80px;
	}
}

@media (max-width: 500px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape3 {
		width: 65px;
		right: 15px;
		top: -10px;
	}
}

@media (max-width: 400px) {
	.hri-business-solution5 .container .hri-business-solution-left .thumbnail .shape3 {
		width: 50px;
	}
}
.hri-business-goal5 {
	padding-top: 120px;
}
.hri-business-goal5 .container {
	max-width: 1400px;
}

@media (max-width: 1200px) {
	.hri-business-goal5 .container .first-child {
		order: 2;
	}
}
.hri-business-goal5 .container .title-area {
	margin-bottom: 80px;
}
.hri-business-goal5 .container .title-area .sub {
	color: var(--color-primary-2);
	letter-spacing: 1px;
}
.hri-business-goal5 .container .title-area .title {
	margin-top: 10px;
}
.hri-business-goal5 .container .content-box {
	padding: 0;
	margin: 0;
}
.hri-business-goal5 .container .content-box.first {
	margin-right: 30px;
}

@media (max-width: 1200px) {
	.hri-business-goal5 .container .content-box.first {
		margin-left: 30px;
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.hri-business-goal5 .container .content-box.first {
		margin: 0;
	}
}
.hri-business-goal5 .container .content-box.last {
	margin-left: 30px;
}

@media (max-width: 1200px) {
	.hri-business-goal5 .container .content-box.last {
		margin-right: 30px;
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.hri-business-goal5 .container .content-box.last {
		margin: 0;
	}
}
.hri-business-goal5 .container .content-box .content {
	margin-bottom: 35px;
	background: #FFFFFF;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 25px 35px;
	transition: all 0.3s;
}

@media (max-width: 470px) {
	.hri-business-goal5 .container .content-box .content {
		padding: 20px 25px;
	}
}
.hri-business-goal5 .container .content-box .content:hover {
	background: #1C2539;
}
.hri-business-goal5 .container .content-box .content:hover .main-title {
	color: #fff;
}
.hri-business-goal5 .container .content-box .content:hover .desc {
	color: #71787E;
}
.hri-business-goal5 .container .content-box .content.left {
	transform: translateX(-60px);
	animation: slide-one 10s linear infinite;
}

@media (max-width: 1600px) {
	.hri-business-goal5 .container .content-box .content.left {
		animation: none;
		transform: translateX(0);
	}
}
.hri-business-goal5 .container .content-box .content.one {
	transform: translateX(0);
	animation: slide-one1 10s linear infinite;
}

@media (max-width: 1600px) {
	.hri-business-goal5 .container .content-box .content.one {
		animation: none;
	}
}
.hri-business-goal5 .container .content-box .content.two {
	transform: translateX(0);
	animation: slide-two1 10s linear infinite !important;
}

@media (max-width: 1600px) {
	.hri-business-goal5 .container .content-box .content.two {
		animation: none !important;
	}
}
.hri-business-goal5 .container .content-box .content.right {
	transform: translateX(60px);
	animation: slide-two 10s linear infinite;
}

@media (max-width: 1600px) {
	.hri-business-goal5 .container .content-box .content.right {
		animation: none;
		transform: translateX(0);
	}
}
.hri-business-goal5 .container .content-box .content .main-title {
	margin-bottom: 10px;
	transition: all 0.3s;
}
.hri-business-goal5 .container .content-box .content .desc {
	font-size: 17px;
	line-height: 28px;
	transition: all 0.3s;
}

@media (max-width: 1200px) {
	.hri-business-goal5 .container .business-goal-one {
		margin-bottom: 30px;
	}
}
.hri-business-goal5 .container .business-goal-one .shape {
	position: absolute;
	top: 0;
	right: 20%;
	animation: jump-1 8s linear infinite;
}

@media (max-width: 450px) {
	.hri-business-goal5 .container .business-goal-one .shape {
		top: -10%;
		right: 0;
	}
}
.business-case5 span {
	color: var(--color-primary-2);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.business-case5 .title {
	margin-top: 10px;
}
.index-seven .hri-btn.btn-primary {
	background: var(--color-primary-6);
	border-radius: 30px;
}
.index-seven.hr .hri-btn.btn-primary {
	background: var(--color-primary-5);
	border-radius: 30px;
}
.button-area-business-groth {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.button-area-business-groth a.hri-btn.btn-primary:hover {
	color: var(--color-primary-6);
	background: var(--color-gray);
}

@media only screen and (max-width: 479px) {
	.button-area-business-groth {
		flex-direction: column;
		align-items: flex-start;
	}
}
.button-area-business-groth .vedio-icone {
	margin-left: 50px;
}

@media only screen and (max-width: 575px) {
	.button-area-business-groth .vedio-icone {
		margin-left: 30px;
		padding-top: 104px;
	}
}
.button-area-business-groth .vedio-icone .video-play-button span {
	border-left: 14px solid var(--color-primary-5);
}
.button-area-business-groth .vedio-icone .outer-text {
	color: var(--color-primary-5);
}
.inner-goal-progress-7 p.disc {
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #74787C;
	margin-top: 25px;
}
.inner-goal-progress-7 .left-business-goal {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, #D9D9D9 100%);
	border: 1px solid #DCDCDC;
	border-radius: 20px;
	padding: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inner-goal-progress-7 .left-business-goal .left .title {
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	color: #181A1C;
}
.inner-goal-progress-7 .left-business-goal .left p {
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.02em;
	color: #181A1C;
}
.mt-decress {
	margin-top: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mt-decress {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.mt-decress {
		margin-top: 0;
	}
}
.business-progress-area {
	position: relative;
}
.business-progress-area .box {
	position: absolute;
	right: -135px;
	bottom: 0;
	animation: rotateIt 15s linear infinite;
}

@media only screen and (max-width: 1199px) {
	.business-progress-area .box {
		display: none;
	}
}
.business-progress-area .thumbnail-progress-7 {
	position: absolute;
	left: -10%;
	top: -31%;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.business-progress-area .thumbnail-progress-7 {
		width: 71%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.business-progress-area .thumbnail-progress-7 {
		top: -16%;
	}
}

@media only screen and (max-width: 1199px) {
	.business-progress-area .thumbnail-progress-7 {
		position: absolute;
		left: -17%;
		top: -11%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.business-progress-area .thumbnail-progress-7 {
		position: relative;
		left: -10%;
		top: -3%;
	}
}

@media only screen and (max-width: 767px) {
	.business-progress-area .thumbnail-progress-7 {
		position: relative;
		left: -10%;
		top: -3%;
	}
}

@media only screen and (max-width: 575px) {
	.business-progress-area .thumbnail-progress-7 {
		position: relative;
		left: -14%;
		top: -14%;
	}
}
.business-progress-area .thumbnail-progress-7 img {
	width: 92%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.business-progress-area .thumbnail-progress-7 img {
		width: 66%;
	}
}

@media only screen and (max-width: 1199px) {
	.business-progress-area .thumbnail-progress-7 img {
		width: 60%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.business-progress-area .thumbnail-progress-7 img {
		width: 120%;
	}
}

@media only screen and (max-width: 767px) {
	.business-progress-area .thumbnail-progress-7 img {
		width: 120%;
	}
}

@media only screen and (max-width: 575px) {
	.business-progress-area .thumbnail-progress-7 img {
		width: 120%;
	}
}
.business-progress-area a.hri-btn {
	border-radius: 100px;
	text-transform: uppercase;
} 
.tab-buttons-portfolio ul {
	padding: 0;
	border: none;
}
.tab-buttons-portfolio ul li {
	border: none;
	margin-left: 50px;
}

@media only screen and (max-width: 767px) {
	.tab-buttons-portfolio ul li {
		margin-left: 25px;
	}
}

@media only screen and (max-width: 575px) {
	.tab-buttons-portfolio ul li {
		margin-left: 0;
		margin-right: 25px;
	}
}
.tab-buttons-portfolio ul li button {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none !important;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	color: #181A1C;
}
.tab-buttons-portfolio ul li button:hover {
	border: none;
	background: transparent;
	padding: 0;
	color: var(--color-primary-5) !important;
}
.tab-buttons-portfolio ul li button:focus {
	padding: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}
.tab-buttons-portfolio ul li button.active {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	color: var(--color-primary-5) !important;
}
.hri-business-case-s-2.style-home-7S .inner a:hover .title {
	color: var(--color-primary-5);
}
.swiper.clients-review-7 .swiper-wrapper .swiper-slide {
	background: transparent;
}
.counter-bg {
	background-image: url(../img/counter-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2em;
	padding: 100px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.counter-bg {
		height: 304px;
	}
}

@media only screen and (max-width: 1199px) {
	.counter-bg {
		height: auto;
	}
}
.counter-bg.bg-2 {
	height: auto;
}
.counter-row{
	align-items: center !important;
	
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-evenly;

}
.single-counter {
	display: flex;
	align-items: center;
}
.single-counter .fas {
	background-color: var(--color-counter-up-area);
	font-size: 30px;
	color: #fff;
	padding: 16px;
	border-radius: 50%;
	width: 75px;
	height:75px;
	justify-content: center;
	display: flex;
	line-height: 45px;
	margin-right: 20px;
}

@media only screen and (max-width: 575px) {
	.single-counter.two {
		justify-content: flex-start !important;
		padding-left: 0 !important;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-counter.three {
		justify-content: flex-start !important;
		padding-left: 0 !important;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.single-counter.three {
		padding-left: 0 !important;
		margin-top: 30px !important;
	}
}

@media only screen and (max-width: 575px) {
	.single-counter.three {
		justify-content: flex-start !important;
	}
}

@media only screen and (max-width: 1199px) {
	.single-counter.four {
		justify-content: flex-start !important;
		padding-left: 0 !important;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-counter.four {
		justify-content: flex-start !important;
		padding-left: 61px !important;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.single-counter.four {
		justify-content: flex-start !important;
		padding-left: 32px !important;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.single-counter.four {
		justify-content: flex-start !important;
		padding-left: 0 !important;
	}
}
.single-counter img {
	margin-right: 25px;
}
.single-counter .counter-details .title {
	color: #fff;
	margin-bottom: -2px;
	font-weight: 700;
}
.single-counter .counter-details .title span {
	position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.single-counter .counter-details .title span {
		font-size: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.single-counter .counter-details .title span {
		font-size: 26px;
	}
}
.single-counter .counter-details .title span::after {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	content: "+";
}
.single-counter .counter-details .title.happy span::after {
	content: "k+";
	right: -60px;
}

@media only screen and (max-width: 767px) {
	.single-counter .counter-details .title.happy span::after {
		right: -40px;
	}
}
.single-counter .counter-details p {
	color: #fff;
	font-size: 14px;
	font-weight: 500; 
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.single-counter .counter-details p {
		font-size: 17px;
	}
}
.counter-wrapper-two .single-counter {
	position: relative;
}
.counter-wrapper-two .single-counter img {
	margin-right: 0;
	position: absolute;
}
.counter-wrapper-two .single-counter .counter-details {
	padding: 20px;
	box-shadow: 0px 2px 20px #18101012;
	width: 100%;
	padding: 40px 40px 40px 70px;
	margin-left: 60px;
}

@media only screen and (max-width: 1199px) {
	.counter-wrapper-two .single-counter .counter-details {
		padding: 20px 15px 20px 50px;
	}
}

@media only screen and (max-width: 479px) {
	.counter-wrapper-two .single-counter .counter-details {
		padding: 30px 26px 30px 54px;
	}
}
.counter-wrapper-two .single-counter .counter-details .title {
	color: #1C2539;
}
.counter-wrapper-two .single-counter .counter-details .disc {
	color: #1C2539;
}
.counter-5 {
	background: #E9EFFF;
}
.counter-5 .single-counter .counter-details .title {
	color: #000;
}
.counter-5 .single-counter .counter-details p {
	color: #000; 
}
.w-g-100 {
	width: 100%;
}
.thumbnail-gallery img {
	object-fit: contain;
	margin-top: -5px;
}

.swiper-wrapper.gallery {
	padding-left: 9px;
}
.swiper-wrapper.gallery .swiper-slide {
	background: transparent;
	justify-content: space-between;
}

@media only screen and (max-width: 575px) {
	.swiper-wrapper.gallery .swiper-slide {
		justify-content: center;
	}
}
.swiper.mygallery {
	overflow: visible;
}
.swiper.mygallery .swiper-button-next {
	top: -16%;
	right: 32px;
}

@media only screen and (max-width: 1199px) {
	.swiper.mygallery .swiper-button-next {
		top: -22%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.swiper.mygallery .swiper-button-next {
		top: -12%;
	}
}

@media only screen and (max-width: 767px) {
	.swiper.mygallery .swiper-button-next {
		top: -12%;
	}
}

@media only screen and (max-width: 575px) {
	.swiper.mygallery .swiper-button-next {
		top: -5%;
	}
}
.swiper.mygallery .swiper-button-next::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	color: #1C2539;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
	border-radius: 8px;
	transition: 0.3s;
	font-weight: 700;
}
.swiper.mygallery .swiper-button-next:hover::after {
	background: var(--color-primary);
	color: #fff;
}
.swiper.mygallery .swiper-button-next.six:hover::after {
	background: var(--color-primary-6);
}
.swiper.mygallery .swiper-button-prev {
	top: -16%;
	right: 165px;
	left: auto;
}

@media only screen and (max-width: 1199px) {
	.swiper.mygallery .swiper-button-prev {
		top: -22%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.swiper.mygallery .swiper-button-prev {
		top: -12%;
	}
}

@media only screen and (max-width: 767px) {
	.swiper.mygallery .swiper-button-prev {
		top: -12%;
		right: 115px;
	}
}

@media only screen and (max-width: 575px) {
	.swiper.mygallery .swiper-button-prev {
		top: -5%;
	}
}
.swiper.mygallery .swiper-button-prev::after {
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	color: #1C2539;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 10px 20px #1810100f;
	border-radius: 8px;
	transition: 0.3s;
	font-weight: 700;
}
.swiper.mygallery .swiper-button-prev:hover::after {
	background: var(--color-primary);
	color: #fff;
}
.swiper.mygallery .swiper-button-prev.six:hover::after {
	background: var(--color-primary-6);
}
.swiper.mygallery .swiper-pagination {
	top: -18%;
	left: auto;
	max-width: max-content;
	right: 100px;
	height: max-content;
	font-weight: 700;
	color: #1C2539;
}

@media only screen and (max-width: 1199px) {
	.swiper.mygallery .swiper-pagination {
		top: -25%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.swiper.mygallery .swiper-pagination {
		top: -13%;
	}
}

@media only screen and (max-width: 767px) {
	.swiper.mygallery .swiper-pagination {
		top: -13.5%;
		right: 71px;
	}
}

@media only screen and (max-width: 575px) {
	.swiper.mygallery .swiper-pagination {
		top: -6.5%;
	}
}
.swiper.mygallery .swiper-pagination .swiper-pagination-current {
	color: var(--color-primary);
	font-weight: 700;
}
.swiper.mygallery .swiper-pagination .swiper-pagination-total {
	color: #1C2539;
	font-weight: 700;
}
.swiper.mygallery .swiper-pagination.six .swiper-pagination-current {
	color: var(--color-primary-6);
}
.hri-title-area.six p.pre-title {
	color: var(--color-primary-6);
}
.tab-button-area-one .nav {
	justify-content: center;
	border-bottom: none;
	margin-left: -20px;
	margin-top: 0;
}
.tab-button-area-one .nav li {
	margin-left: 20px;
	margin-top: 0;
}
.tab-button-area-one .nav li button {
	background: #FFFFFF;
	color: #1C2539;
	padding: 12px 28px;
	border: 1px solid #EDEFF3;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	border-radius: 15px;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
}

@media only screen and (max-width: 479px) {
	.tab-button-area-one .nav li button {
		padding: 10px 20px;
		font-size: 14px;
	}
}
.tab-button-area-one .nav li button.active {
	background: var(--color-primary);
	color: #fff;
}
.hri-product-one {
	padding: 35px 35px 33px 35px;
	border: 1px solid #EDEFF3;
	border-radius: 15px;
}

@media only screen and (max-width: 479px) {
	.hri-product-one {
		padding: 15px;
	}
}
.hri-product-one .thumbnail-area {
	position: relative;
	overflow: hidden;
	border-radius: 19px;
}
.hri-product-one .thumbnail-area::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 133%;
	background: linear-gradient(180deg, rgba(223, 10, 10, 0.55) 0%, rgba(90, 0, 0, 0.352) 100%);
	left: 0;
	top: 0;
	transform: rotate(-45deg) translateY(126%);
	transition: 0.5s;
	z-index: 0;
}
.hri-product-one .thumbnail-area::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 133%;
	background: linear-gradient(180deg, #5a00005a 0%, #df0a0a8c 100%);
	left: 0;
	top: 0;
	transform: rotate(-54deg) translateY(-144%);
	transition: 0.5s;
	z-index: 0;
}
.hri-product-one .thumbnail-area img {
	width: 100%;
}
.hri-product-one .thumbnail-area a.hri-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	z-index: 5;
}
.hri-product-one .thumbnail-area:hover::after {
	transform: rotate(-53deg) translateY(34%);
}
.hri-product-one .thumbnail-area:hover::before {
	transform: rotate(-54deg) translateY(-117%);
}
.hri-product-one .product-contact-wrapper {
	padding: 30px 0 0 0;
}
.hri-product-one .product-contact-wrapper span {
	margin-bottom: 15px;
}
.hri-product-one .product-contact-wrapper .title {
	margin-bottom: 8px;
	transition: 0.3s;
}
.hri-product-one:hover .thumbnail-area a.hri-btn {
	transform: translate(-50%, -50%) scale(1);
}
.hri-product-one:hover .product-contact-wrapper a .title {
	color: var(--color-primary);
}
.big-bg-porduct-details {
	position: relative;
}
.big-bg-porduct-details img {
	width: 100%;
	border-radius: 16px;
}
.big-bg-porduct-details .project-info {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 386px;
	box-shadow: 0px 10px 21px rgba(27, 18, 18, 0.05);
	border-radius: 15px 0 15px 0;
}

@media only screen and (max-width: 1199px) {
	.big-bg-porduct-details .project-info {
		bottom: -66px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.big-bg-porduct-details .project-info {
		position: relative;
		width: 100%;
		border-radius: 15px;
		margin-bottom: 30px;
		margin-top: -33px;
	}
}

@media only screen and (max-width: 767px) {
	.big-bg-porduct-details .project-info {
		position: relative;
		width: 100%;
		border-radius: 15px;
		margin-bottom: 30px;
		margin-top: -33px;
	}
}
.big-bg-porduct-details .project-info .info-head {
	padding: 24px 40px;
	background: var(--color-primary);
	border-radius: 15px 0 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.big-bg-porduct-details .project-info .info-head {
		border-radius: 15px 15px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.big-bg-porduct-details .project-info .info-head {
		border-radius: 15px 15px 0 0;
	}
}

@media only screen and (max-width: 479px) {
	.big-bg-porduct-details .project-info .info-head {
		padding: 12px 14px;
	}
}
.big-bg-porduct-details .project-info .info-head .title {
	color: #fff;
	margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
	.big-bg-porduct-details .project-info .info-head .title {
		font-size: 18px;
	}
}
.big-bg-porduct-details .project-info .info-body {
	padding: 15px 40px;
}

@media only screen and (max-width: 479px) {
	.big-bg-porduct-details .project-info .info-body {
		padding: 15px 10px;
	}
}
.big-bg-porduct-details .project-info .info-body .single-info {
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #E9E9E9;
}

@media only screen and (max-width: 479px) {
	.big-bg-porduct-details .project-info .info-body .single-info {
		padding: 15px 0;
	}
}
.big-bg-porduct-details .project-info .info-body .single-info:last-child {
	border-bottom: none;
}
.big-bg-porduct-details .project-info .info-body .single-info .info-ico i {
	height: 50px;
	width: 50px;
	background: var(--color-primary-alta);
	color: var(--color-primary);
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.big-bg-porduct-details .project-info .info-body .single-info .info-details {
	margin-left: 20px;
}
.big-bg-porduct-details .project-info .info-body .single-info .info-details span {
	margin-bottom: 5px;
}
.big-bg-porduct-details .project-info .info-body .single-info .info-details .name {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 3px;
}

@media only screen and (max-width: 479px) {
	.product-details-main-inner {
		padding: 0 10px;
	}
}
.product-details-main-inner span {
	color: var(--color-primary);
	font-weight: 500;
}
.product-details-main-inner .title {
	margin-bottom: 20px;
}
.product-details-main-inner p.disc {
	font-size: 17px;
	margin-bottom: 25px;
}
.product-details-main-inner p.italic {
	font-size: 20px;
	font-style: italic;
	color: #1C2539;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 30px;
}
.single-project-details-challenge {
	margin-bottom: 20px;
	display: flex;
}
.single-project-details-challenge .details {
	color: #1C2539;
	line-height: 26px;
	font-weight: 400;
	font-size: 17px;
}
.single-project-details-challenge:last-child {
	margin-bottom: 0;
}
.single-project-details-challenge .icon {
	margin-right: 15px;
}
.single-project-details-challenge .icon i {
	width: max-content;
	border-radius: 50%;
	color: var(--color-primary);
	font-size: 19px;
	margin-top: 4px;
}

@media only screen and (max-width: 767px) {
	.title-area-business-case-3 {
		flex-direction: column;
		align-items: flex-start;
	}
}
.title-area-business-case-3 a {
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.title-area-business-case-3 a {
		margin-left: 0;
	}
}
.title-area-business-case-3 .title-area .title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 64px;
	color: #1C2539;
}
.title-area-business-case-3 .title-area span {
	color: var(--color-primary-3);
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-weight: 700;
}
.hri-cse-study-3-wrapper {
	width: 100%;
}
.hri-cse-study-3-wrapper .thumbnail {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.hri-cse-study-3-wrapper .thumbnail img {
	width: 100%;
}
.hri-cse-study-3-wrapper .thumbnail img {
	border-radius: 10px;
	filter: grayscale(0);
}
.hri-cse-study-3-wrapper .thumbnail .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	height: 55px;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary-3);
	background: #fff;
	z-index: 5;
	border-radius: 50%;
	transition: 0.3s;
}
.hri-cse-study-3-wrapper .thumbnail .content {
	position: absolute;
	z-index: 10;
	bottom: 40px;
	background: #fff;
	border-radius: 5px;
	padding: 30px 40px;
	left: 50%;
	transform: translateX(-50%) translateY(134%);
	width: 85%;
	overflow: hidden;
	transition: 0.8s;
}
.hri-cse-study-3-wrapper .thumbnail .content .title {
	margin-bottom: 5px;
	transition: 0.3s;
}
.hri-cse-study-3-wrapper .thumbnail .content .title:hover {
	color: var(--color-primary-3);
}
.hri-cse-study-3-wrapper .thumbnail .content span {
	font-size: 17px;
	font-weight: 400;
	color: #5D666F;
} 
.title-area-project-w-in .sub {
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.3em;
	color: var(--color-primary-3);
	text-transform: uppercase;
}
.title-area-project-w-in .title {
	font-size: 60px;
	color: #fff;
	line-height: 65px;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.title-area-project-w-in .title {
		font-size: 26px;
		line-height: 40px;
	}
	.title-area-project-w-in .title br {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.bg-input-project {
		margin-left: -114px;
	}
}

@media only screen and (max-width: 1199px) {
	.bg-input-project {
		margin-left: 0;
		margin-right: -120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bg-input-project {
		margin-left: 0;
		margin-right: -2px;
	}
}

@media only screen and (max-width: 767px) {
	.bg-input-project {
		margin-right: -2px;
		margin-left: 0px;
	}
}
.bg-input-project .product-form {
	padding: 120px;
	margin-top: -230px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.bg-input-project .product-form {
		padding: 120px 60px;
	}
}

@media only screen and (max-width: 1199px) {
	.bg-input-project .product-form {
		padding: 50px;
		margin-top: 21px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bg-input-project .product-form {
		margin-top: 40px;
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.bg-input-project .product-form {
		padding: 25px;
		margin-top: 0;
	}
}

@media only screen and (max-width: 575px) {
	.bg-input-project .product-form {
		padding: 20px;
	}
}
.bg-input-project .product-form input {
	background: #ffff;
	border-radius: 15px;
	height: 55px;
	border: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bg-input-project .product-form input {
		border-radius: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.bg-input-project .product-form input {
		border-radius: 5px;
	}
}
.bg-input-project .product-form input:focus {
	border: 1px solid var(--color-primary-3);
}
.bg-input-project .product-form textarea {
	background: #ffff;
	border-radius: 15px;
	height: 160px;
	padding: 15px;
	border: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bg-input-project .product-form textarea {
		border-radius: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.bg-input-project .product-form textarea {
		border-radius: 5px;
	}
}
.bg-input-project .product-form textarea:focus {
	border: 1px solid var(--color-primary-3);
}
.bg-input-project .product-form a.hri-btn {
	display: block;
	max-width: max-content;
}
.margin-controlerproject {
	margin-top: 110px;
}

@media only screen and (max-width: 1199px) {
	.margin-controlerproject {
		margin-top: 0;
	}
}
.portfolio-area.style-3 .portfolio-wrapper2 {
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	margin-bottom: 40px;
	margin-right: 15px;
	background-color: #fbd3d3;
	border-radius: 15px;
	text-align: center;
}
.portfolio-area.style-3 .portfolio-wrapper2:hover .img-fluid::before {
	height: 100%;
	bottom: 0;
}
.portfolio-area.style-3 .portfolio-wrapper2:hover .img-fluid .portfolio-content {
	transform: translate(-50%, -50%) scale(1);
}
.portfolio-area.style-3 .portfolio-wrapper2::before {
	pointer-events: none;
}
.portfolio-area.style-3 .portfolio-wrapper2:hover .portfolio-content a {
	transform: scale(1.5);
} 
.portfolio-area.style-3 .portfolio-wrapper2::before {
	background: #0000007A;
}
.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid {
	position: relative;
	transition: all 0.3s;
}
.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid::before {
	content: "";
	position: absolute;
	background-color: var(--color-primary);
	opacity: 0.8;
	width: 100%;
	height: 0;
	top: 0;
	border-radius: 20px;
	transition: all 0.4s;
}
.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid img {
	width: 100%;
}
.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid .portfolio-content {
	position: absolute;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 30px;
	border: 2px solid #fff;
	display: inline-block;
	z-index: 2;
	left: 50%;
	top: 50%;
	transition: all 0.4s;
	transform: translate(-50%, -50%) scale(0);
}
.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid .portfolio-content a {
	font-size: 14px;
	left: 39%;
	bottom: 55%;
	padding: 2px 15px;
	transition: all 0.4s ease-out 0s;
}
.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text {
	padding: 18px 0;
}
.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text .text .p-category {
	margin-bottom: 10px;
}
.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text .text .p-category a {
	color: #040404;
	font-size: 14px;
}
.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text .text .p-title {
	color: #040404;
	font-size: 22px;
	font-weight: 700;
	transition: all 0.4s;
}

@media (max-width: 767px) {
	.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text .text .p-title {
		font-size: 20px;
	}
}
.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text .text .p-title:hover {
	color: #ff4969 !important;
}
.portfolio-area.style-4 .item {
	position: relative;
	margin: 0 10px 30px 0;
	transition: all 0.4s;
}

@media (max-width: 768px) {
	.portfolio-area.style-4 .item {
		margin: 0 0 30px 0;
	}
}
.portfolio-area.style-4 .item:hover::before {
	height: 100%;
}
.portfolio-area.style-4 .item:hover .portfolio-wrapper .single-portfolio {
	transform: scale(1);
}
.portfolio-area.style-4 .item:hover .portfolio-wrapper .pf-btn {
	transform: scale(1);
}
.portfolio-area.style-4 .item::before {
	content: "";
	position: absolute;
	background: var(--color-primary);
	opacity: 0.9;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
	clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
	border-radius: 20px;
}
.portfolio-area.style-4 .item .img-fluid img {
	width: 100%;
}
.portfolio-area.style-4 .item .portfolio-wrapper {
	position: relative;
}
.portfolio-area.style-4 .item .portfolio-wrapper .single-portfolio {
	position: absolute;
	bottom: 10%;
	left: 8%;
	transform: scale(0);
	transition: all 0.4s;
	z-index: 1;
}
.portfolio-area.style-4 .item .portfolio-wrapper .single-portfolio span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.portfolio-area.style-4 .item .portfolio-wrapper .single-portfolio .portfolio-title {
	font-size: 22px;
	font-weight: 700;
}
.portfolio-area.style-4 .item .portfolio-wrapper .pf-btn {
	background-color: #fff;
	color: #000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 12%;
	right: 7%;
	transform: scale(0);
	transition: all 0.4s;
	z-index: 1;
}
.portfolio-area.style-5 .item {
	position: relative;
	margin-bottom: 20px;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.portfolio-area.style-5 .item {
		margin-right: 0;
	}
}
.portfolio-area.style-5 .item:hover::before {
	background: #1c2539;
	opacity: 0.902;
	clip-path: polygon(0 54.6%, 0% 100%, 45.5% 100%);
}
.portfolio-area.style-5 .item:hover::after {
	visibility: visible;
	height: 100%;
}
.portfolio-area.style-5 .item:hover .portfolio-wrapper .single-portfolio {
	top: 8%;
	bottom: unset;
}
.portfolio-area.style-5 .item:hover .portfolio-wrapper .pf-btn {
	transform: scale(1);
}
.portfolio-area.style-5 .item::before {
	content: "";
	position: absolute;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	transition: all 0.4s ease 0s;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 20px;
}
.portfolio-area.style-5 .item::after {
	content: "";
	position: absolute;
	background-color: #df0a0a;
	opacity: 0.902;
	clip-path: polygon(100% 0, 100% 100%, 45.5% 100%, 0% 55%, 0 0);
	width: 100%;
	height: 0;
	transition: all 0.4s ease 0s;
	left: 0;
	top: 0;
	border-radius: 20px;
	z-index: 1;
}
.portfolio-area.style-5 .item .portfolio-wrapper .img-fluid img {
	width: 100%;
}
.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio {
	position: absolute;
	bottom: 10%;
	left: 15%;
	transform: scale(1);
	transition: all 0.4s;
	z-index: 9;
}
.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio .portfolio-title {
	font-size: 22px;
	font-weight: 700;
}
.portfolio-area.style-5 .item .portfolio-wrapper .pf-btn {
	background-color: #fff;
	color: #000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 16%;
	left: 15%;
	transform: scale(0);
	transition: all 0.4s;
	z-index: 9;
}
.hri-project-area.eight .title-area-project-w-in {
	padding: 150px 0;
}

@media (max-width: 991px) {
	.hri-project-area.eight .title-area-project-w-in {
		padding: 150px 0 0 0;
	}
}
.hri-project-area.eight .title-area-project-w-in .sub {
	color: var(--color-primary-2);
}
.hri-project-area.eight .title-area-project-w-in .title span {
	color: var(--color-primary-2);
}
.hri-project-area.eight .bg-input-project .product-form {
	margin-top: 14px;
	padding: 110px 100px 50px;
}

@media only screen and (max-width: 767px) {
	.hri-project-area.eight .bg-input-project .product-form {
		padding: 25px;
		margin-top: 0;
	}
}

@media only screen and (max-width: 575px) {
	.hri-project-area.eight .bg-input-project .product-form {
		padding: 20px;
	}
}
.hri-project-area.eight .bg-input-project .product-form form .hri-btn {
	background: var(--color-primary-2);
}
.hri-project-area.eight .bg-input-project .product-form form input:focus {
	border: 1px solid var(--color-primary-2);
}
.hri-project-area.eight .bg-input-project .product-form form textarea:focus {
	border: 1px solid var(--color-primary-2);
}
.title-area-client {
	position: relative;
}
.title-area-client h2.client-title {
	max-width: max-content;
	margin: auto;
	font-size: 40px;
}
.title-client {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    margin: 15px 0 10px 0;
    color: #333;
}
.title-area-client.six::after {
	background: var(--color-primary-6);
}
.title-area-client.six::before {
	background: var(--color-primary-6);
}
.title-area-client::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	width: 31%;
	background: var(--color-primary);
	display: flex;
	align-items: center;
	margin-top: -29px;
}

@media only screen and (max-width: 1199px) {
	.title-area-client::after {
		width: 38%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.title-area-client::after {
		width: 35%;
	}
}

@media only screen and (max-width: 767px) {
	.title-area-client::after {
		width: 30%;
	}
}

@media only screen and (max-width: 575px) {
	.title-area-client::after {
		display: none;
	}
}
.title-area-client::before {
	content: "";
	position: absolute;
	left: 69%;
	width: 100%;
	height: 2px;
	width: 30%;
	background: var(--color-primary);
	display: flex;
	align-items: center;
	margin-top: 31px;
}

@media only screen and (max-width: 1199px) {
	.title-area-client::before {
		left: 62%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.title-area-client::before {
		left: 65%;
		width: 35%;
	}
}

@media only screen and (max-width: 767px) {
	.title-area-client::before {
		left: 69%;
		width: 30%;
	}
}

@media only screen and (max-width: 575px) {
	.title-area-client::before {
		display: none;
	}
}
.client-wrapper-one {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.client-wrapper-one {
		justify-content: center;
	}
}

@media only screen and (max-width: 1199px) {
	.client-wrapper-one {
		justify-content: center;
	}
}
@media only screen and (max-width: 767px) {
	.client-wrapper-one {
		position: relative;
		z-index: 50;
	}
}
.client-wrapper-one a img {
    box-shadow: 0px 0px 10px rgba(33, 5, 5, 0.16);
    border-radius: 15px;
    transition: var(--transition);
    margin: 1em;
    border:10px #fff solid;
    background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.client-wrapper-one a img {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1199px) {
	.client-wrapper-one a img {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}
.client-bg .client-two-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
	.client-bg .client-two-wrapper {
		justify-content: center;
		flex-wrap: wrap;
	}
}
.client-bg .client-two-wrapper img {
	cursor: pointer;
	transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.client-bg .client-two-wrapper img {
		max-width: 15%;
	}
}
@media only screen and (max-width: 1199px) {
	.client-bg .client-two-wrapper img {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.client-bg .client-two-wrapper img {
		width: 50%;
	}
}
.client-bg .client-two-wrapper img:hover {
	transform: scale(1.15);
}
.hri-trusted-client2 .container .title-area-client::before {
	background: var(--color-primary-4);
}
.hri-trusted-client2 .container .title-area-client::after {
	background: var(--color-primary-4);
}
.bg-team {
	background-image: url(../img/client-bg.webp);
	height: 550px;
	background-size: cover;
}
.bg-team-color {
	background: #F6F6F6;
}
.bg-white-feature {
	background: #fff;
	box-shadow: 0px 22px 23px rgba(0, 0, 0, 0.07);
}
.team-single-one-start {
	background: #fff;
	border-radius: 8px;
	transition: 0.3s;
}
.team-single-one-start:hover {
	transform: translateY(-20px);
}
.team-single-one-start .team-image-area a {
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 8px 8px 0 0;
}
.team-single-one-start .team-image-area a:hover img {
	transform: scale(1.1);
}
.team-single-one-start .team-image-area a img {
	width: 100%;
	transition: 0.3s;
}
.team-single-one-start .team-image-area a .team-social {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.team-single-one-start .team-image-area a .team-social .main i {
	padding: 16px;
	background: #fff;
	border-radius: 50%;
	font-size: 17px;
	line-height: 12px;
	font-weight: 500;
	color: var(--color-primary);
	transition: 0.3s;
}
.team-single-one-start .team-image-area a .team-social:hover .main i {
	background: var(--color-primary);
	color: #fff;
}
.team-single-one-start .team-image-area a .team-social .team-social-one {
	display: flex;
	flex-direction: column;
	position: absolute;
	transform: translateY(50px);
	transition: 1s;
	opacity: 0;
}
.team-single-one-start .team-image-area a .team-social .team-social-one i {
	background: #fff;
	border-radius: 60%;
	font-size: 17px;
	line-height: 23px;
	font-weight: 500;
	color: var(--color-primary);
	transition: 0.3s;
	margin-bottom: 10px;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.team-single-one-start .team-image-area a .team-social .team-social-one i:hover {
	background: var(--color-primary);
	color: #fff;
}
.team-single-one-start .team-image-area a .team-social:hover .main {
	opacity: 0;
}
.team-single-one-start .team-image-area a .team-social:hover .team-social-one {
	transform: translateY(-96%);
	z-index: 2;
	opacity: 1;
}
.team-single-one-start .single-details {
	padding: 28px 30px 27px 30px;
}
.team-single-one-start .single-details a .title {
	margin-bottom: 0px;
	transition: 0.3s;
}
.team-single-one-start .single-details a:hover .title {
	color: var(--color-primary);
}
.team-single-one-start .single-details p {
	color: var(--color-primary);
	font-size: 17px;
}
.team-inner-two {
	position: relative;
	width: 100%;
}
.team-inner-two.inner {
	margin-bottom: 100px;
}
.team-inner-two a.thumbnail {
	overflow: hidden;
	display: block;
	border-radius: 15px;
}
.team-inner-two a.thumbnail img {
	width: 100%; 
}
.team-inner-two .acquaintance-area {
	position: absolute;
	left: 0;
	bottom: -20%;
	background: #fff;
	border-radius: 0 15px 15px 15px;
	box-shadow: 0px 4px 27px #00000012;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-inner-two .acquaintance-area {
		bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.team-inner-two .acquaintance-area {
		bottom: 0;
	}
}
.team-inner-two .acquaintance-area .header {
	padding: 30px 82px 22px 82px;
	border-bottom: 1px solid #F0F0F0;
}

@media only screen and (max-width: 1199px) {
	.team-inner-two .acquaintance-area .header {
		padding: 20px 62px;
	}
}
.team-inner-two .acquaintance-area .header .title {
	margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
	.team-inner-two .acquaintance-area .header .title {
		font-size: 20px;
	}
}
.team-inner-two .acquaintance-area .header span {
	color: var(--color-primary);
	font-weight: 400;
	font-size: 17px;
}
.team-inner-two .acquaintance-area .acquaintance-social {
	padding: 27px 84px 36px 84px;
	margin-right: -30px;
}

@media only screen and (max-width: 1199px) {
	.team-inner-two .acquaintance-area .acquaintance-social {
		padding: 20px 62px;
		margin-right: -30px;
	}
}
.team-inner-two .acquaintance-area .acquaintance-social a {
	position: relative;
	z-index: 1;
	transition: 0.3s;
	margin-right: 30px;
}
.team-inner-two .acquaintance-area .acquaintance-social a i {
	font-size: 14px;
	color: #1C2539;
	transition: 0.3s;
}
.team-inner-two .acquaintance-area .acquaintance-social a::after {
	position: absolute;
	content: "";
	background: #F6F6F6;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s;
}
.team-inner-two .acquaintance-area .acquaintance-social a:hover i {
	color: #fff;
}
.team-inner-two .acquaintance-area .acquaintance-social a:hover::after {
	background: var(--color-primary);
}
.home-yellow .team-inner-two .acquaintance-area .header span {
	color: var(--color-primary-3);
}
.home-yellow .team-inner-two .acquaintance-area .acquaintance-social a:hover::after {
	background: var(--color-primary-3);
}
.home-yellow .progress-wrap svg.progress-circle path {
	stroke: var(--color-primary-3);
}
.home-yellow .progress-wrap::after, .home-yellow .progress-wrap:hover::after {
	border: 2px solid var(--color-primary-3);
}
.details-thumb img {
	width: 100%;
}
.hri-team-area4 {
	background: #fff;
	height: auto;
}

@media (max-width: 767px) {
	.hri-team-area4 {
		padding: 100px 0;
	}
}
.hri-team-area4 .container .hri-title-area .pre-title {
	color: var(--color-primary-4);
}
.hri-team-area4 .container .hri-title-area .title {
	color: #0B101C;
	margin-bottom: 0;
}
.hri-team-area4 .container .hri-title-area::after {
	display: none;
}
.hri-team-area4 .container .mySwiperh1_team {
	padding-bottom: 20px;
}
.hri-team-area4 .container .mySwiperh1_team .team-single-one-start {
	box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.09);
}
.hri-team-area4 .container .mySwiperh1_team .team-single-one-start .team-image-area .team-social:hover .main i {
	background: var(--color-primary-4);
	color: #fff;
}
.hri-team-area4 .container .mySwiperh1_team .team-single-one-start .team-image-area .team-social .main i {
	color: var(--color-primary-4);
}
.hri-team-area4 .container .mySwiperh1_team .team-single-one-start .team-image-area .team-social .team-social-one i {
	color: var(--color-primary-4);
}
.hri-team-area4 .container .mySwiperh1_team .team-single-one-start .team-image-area .team-social .team-social-one i:hover {
	background: var(--color-primary-4);
	color: #fff;
}
.hri-team-area4 .container .mySwiperh1_team .team-single-one-start .single-details a:hover .title {
	color: var(--color-primary-4);
}
.hri-team-area4 .container .mySwiperh1_team .team-single-one-start .single-details p {
	color: var(--color-primary-4);
}
.hri-team-area.style-3 {
	background: #f6f6f6;
	padding-top: 70px;
}
.hri-team-area.style-3 .team-inner-two {
	background: #fff;
	margin-bottom: 15px;
}
.hri-team-area.style-3 .team-inner-two:hover .thumbnail .social {
	right: 0;
}
.hri-team-area.style-3 .team-inner-two .thumbnail {
	border-radius: 0;
	position: relative;
	overflow: hidden;
}
.hri-team-area.style-3 .team-inner-two .thumbnail img {
	width: 100%;
}
.hri-team-area.style-3 .team-inner-two .thumbnail .social {
	position: absolute;
	right: -50px;
	bottom: 0;
	display: inline-grid;
	background: var(--color-primary);
	padding: 12px 0;
	width: 50px;
	text-align: center;
	color: #fff;
	transition: all 0.4s;
}
.hri-team-area.style-3 .team-inner-two .thumbnail .social a {
	margin: 5px 0;
	transition: all 0.4s;
}
.hri-team-area.style-3 .team-inner-two .thumbnail .social a:hover {
	color: #0B101C;
}
.hri-team-area.style-3 .team-inner-two .inner-content {
	padding: 30px;
	text-align: center;
}
.hri-team-area.style-3 .team-inner-two .inner-content .header .title {
	margin-bottom: 5px;
}
.hri-team-area.style-3 .team-inner-two .inner-content .header span {
	color: var(--color-primary);
}
.hri-team-area.style-4 .team-inner-two {
	position: relative;
	width: 100%;
	transition: all 0.6s;
}
.hri-team-area.style-4 .team-inner-two.inner {
	margin-bottom: 100px;
}
.hri-team-area.style-4 .team-inner-two:hover .acquaintance-area .team-desc {
	max-height: 400px;
	transform: scaleY(1);
	transition: all 0.4s, max-height 1.5s;
	padding: 15px 0;
}
.hri-team-area.style-4 .team-inner-two a.thumbnail {
	overflow: hidden;
	display: block;
	border-radius: 15px;
}
.hri-team-area.style-4 .team-inner-two a.thumbnail img {
	width: 100%;
	transition: 0.3s;
}
.hri-team-area.style-4 .team-inner-two a.thumbnail:hover img {
	transform: scale(1.15);
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area {
	position: absolute;
	right: 50%;
	left: unset;
	width: 85%;
	padding: 20px;
	transform: translateX(50%);
	bottom: -20%;
	background: #fff;
	border-radius: 15px;
	transition: all 0.6s;
	box-shadow: 0px 4px 27px #00000012;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area {
		bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area {
		bottom: 0;
	}
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .header {
	padding: 0 0 5px 0;
	border: 0;
}

@media only screen and (max-width: 1199px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area .header {
		padding: 20px 62px;
	}
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .header .title {
	font-size: 22px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area .header .title {
		font-size: 20px;
	}
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .header span {
	color: var(--color-primary);
	font-weight: 400;
	font-size: 17px;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .team-desc {
	font-size: 14px;
	margin-bottom: 0;
	color: #777;
	position: relative;
	padding: 5px 0;
	z-index: 1;
	max-height: 0;
	opacity: 1;
	line-height: 24px;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: all 0.8s, max-height 0.8s;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .team-desc::before {
	content: "";
	position: absolute;
	background: var(--color-primary);
	width: 50px;
	height: 2px;
	right: 50%;
	top: 3px;
	transform: translateX(50%);
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social {
	padding: 5px 84px 5px 84px;
	margin-right: -30px;
}

@media only screen and (max-width: 1199px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social {
		padding: 20px 62px;
		margin-right: -30px;
	}
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a {
	position: relative;
	z-index: 1;
	transition: 0.3s;
	margin-right: 30px;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a i {
	font-size: 14px;
	color: var(--color-primary);
	transition: 0.3s;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a::after {
	position: absolute;
	content: "";
	background: #F6F6F6;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a:hover i {
	color: #fff;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a:hover::after {
	background: var(--color-primary);
}
.hri-team-area.style-5 .team-inner-two {
	margin-bottom: 30px;
}
.hri-team-area.style-5 .team-inner-two .thumbnail {
	border-radius: 50%;
}
.hri-team-area.style-5 .team-inner-two .team-content {
	text-align: center;
	margin-top: 30px;
}
.hri-team-area.style-5 .team-inner-two .team-content .header .title {
	margin-bottom: 5px;
}
.hri-team-area.style-5 .team-inner-two .team-content .header span {
	color: var(--color-primary);
}
.hri-team-area.style-5 .team-inner-two .team-content .acquaintance-social {
	margin-top: 10px;
}
.hri-team-area.style-5 .team-inner-two .team-content .acquaintance-social a {
	margin-right: 5px;
	background: #fff;
	color: #4a4a4a;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	transition: all 0.3s;
}
.hri-team-area.style-5 .team-inner-two .team-content .acquaintance-social a:hover {
	background: var(--color-primary);
	color: #fff;
}
.color-white {
	color: #ffff !important;
}
.hri-team-area-style-six {
	position: relative;
	z-index: 1;
	height: 1159px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.hri-team-area-style-six {
		height: auto;
	}
}

@media only screen and (max-width: 1199px) {
	.hri-team-area-style-six {
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-team-area-style-six {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.hri-team-area-style-six {
		height: auto;
	}
}
.hri-team-area-style-six .team-bg-image-style-six {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
.single-team-style-six .inner .thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.single-team-style-six .inner .thumbnail a img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
	border-radius: 10px;
}
.single-team-style-six .inner .thumbnail .content-inner {
	width: 333px;
	height: 333px;
	background: #B00F0F;
	border-radius: 50%;
	position: absolute;
	bottom: -47%;
	right: -16%;
}

@media only screen and (max-width: 767px) {
	.single-team-style-six .inner .thumbnail .content-inner {
		bottom: -61%;
		right: -32%;
		width: 100%;
		bottom: 0;
		right: 0;
		height: auto;
		border-radius: 0;
	}
}
.single-team-style-six .inner .thumbnail .content-inner .text {
	margin-left: 70px;
	margin-top: 70px;
}

@media only screen and (max-width: 767px) {
	.single-team-style-six .inner .thumbnail .content-inner .text {
		padding: 12px;
		margin: 0;
	}
}
.single-team-style-six .inner .thumbnail .content-inner .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 0;
}
.single-team-style-six .inner .thumbnail .content-inner .designation {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #FFDBCB;
}
.single-team-style-six .inner .thumbnail .social-team {
	position: absolute;
	top: -60px;
	left: 0;
	transition: 0.3s;
}
.single-team-style-six .inner .thumbnail .social-team ul {
	list-style: none;
	display: flex;
	align-items: center;
}
.single-team-style-six .inner .thumbnail .social-team ul li {
	margin: 0 8px;
}
.single-team-style-six .inner .thumbnail .social-team ul li a i {
	width: 40px;
	height: 40px;
	color: #181A1C;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.single-team-style-six .inner .thumbnail .social-team ul li a:hover i {
	color: var(--color-primary-5);
}
.single-team-style-six .inner:hover .thumbnail .social-team {
	top: 10px;
}
.index-six p.pre-title {
	color: var(--color-primary-6);
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	font-family: var(--font-secondary);
	letter-spacing: 0.1em;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.hri-team-bg-home-7 .home-six-team h2.title {
	color: #fff;
}
.hri-single-team-h7 {
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 1;
	border-radius: 15px;
	box-shadow: 0px 12px 24px rgba(18, 22, 34, 0.1);
	transition: var(--transition);
}
.hri-single-team-h7:hover {
	transform: scale(1.04) translateY(-5px);
}

@media only screen and (max-width: 767px) {
	.hri-single-team-h7::after {
		left: 0%;
		top: 50%;
	}
}

@media only screen and (max-width: 575px) {
	.hri-single-team-h7::after {
		left: auto;
		top: auto;
		right: -10%;
		bottom: -30%;
	}
}
.hri-single-team-h7 .thumbnail {
	padding: 15px;
}
.hri-single-team-h7 .thumbnail img {
	border-radius: 15px;
	border: 2px solid #ddd;
	width: 100%;
}
.hri-single-team-h7 .content {
	padding: 0 15px 15px 15px;
	text-align: center;
}
.hri-single-team-h7 .content .title {
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 2px;
	color:var(--color-primary);
}
.hri-single-team-h7 .content span {
	font-weight: 400;
	font-size: 17px;
	color: #3A3939;
}
.hri-single-team-h7 .social-area {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	z-index: 1;
	transition: 0.3s;
}
.hri-single-team-h7 .social-area ul {
	padding: 0;
	margin: 0;
	display: flex;
}
.hri-single-team-h7 .social-area ul li {
	margin-right: 10px;
}
.hri-single-team-h7 .social-area ul li:last-child {
	margin-right: 0;
}
.hri-single-team-h7 .social-area ul li a {
	width: 40px;
	height: 40px;
	display: block;
	background: #FFFFFF;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hri-single-team-h7 .social-area ul li a i {
	color: #1C2539;
}
.hri-single-team-h7 .social-area ul li a:hover i {
	color: var(--color-primary-5);
}
.hri-single-team-h7:hover .social-area {
	top: 20px;
}
.hri-single-team-h7.six .social-area ul li a:hover i {
	color: var(--color-primary-6);
}
.hri-feature-area {
	position: relative;
	margin-top: -17%;
}

@media only screen and (max-width: 1199px) {
	.hri-feature-area {
		margin-top: 0;
	}
}
.feature-left-area {
	display: flex;
	justify-content: flex-end;
	padding-right: 83px;
	animation: jump-2 5s linear infinite;
}

@media only screen and (max-width: 1199px) {
	.feature-left-area img {
		width: 80%;
		margin-top: 50px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 1199px) {
	.feature-left-area {
		justify-content: center;
		margin-top: -50px;
	}
}
.bg-white-feature {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-bottom: 5px solid var(--color-primary);
	padding: 0 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.bg-white-feature {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media only screen and (max-width: 1199px) {
	.bg-white-feature {
		padding: 0 80px !important;
	}
}

@media only screen and (max-width: 767px) {
	.bg-white-feature {
		padding: 0 30px !important;
	}
	.width-5div{
		width: 100% !important;
	}
}

@media screen and (max-width: 1366px) {
	.padding-controler {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.feature-title {
		font-size: 30px;
	}
}
.feature-one-wrapper {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
	.feature-one-wrapper {
		padding-bottom: 50px;
	}
}
.feature-one-wrapper .button-group {
	margin-top: 40px;
}
.single-feature-one {
	display: flex;
	align-items: center;
	padding: 15px 29px;
	background: #fff;
	border: 1px solid #EEEEEE;
	border-radius: 15px;
	max-width: max-content;
	margin-right: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.single-feature-one {
		padding: 8px 12px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.single-feature-one {
		margin-right: 15px;
		margin-bottom: 15px;
	}
}
.single-feature-one:hover {
	box-shadow: 0px 9px 18px #1810100d;
}
.single-feature-one i {
	padding: 5px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	margin-right: 15px;
	font-size: 14px;
	line-height: 12px;
}
.single-feature-one p {
	color: #1C2539;
	font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.single-feature-one p {
		font-size: 14px;
	}
}
.single-feature-one.eight {
	padding: 15px 22px;
	margin-right: 15px;
}
.single-feature-one.eight svg {
	width: 35px;
	height: 35px;
	fill: var(--color-primary-2);
	margin-right: 8px;
}
.single-feature-one.eight p {
	font-size: 20px;
}
.hri-test-one-image-inner {
	position: relative;
	z-index: 1;
}

.testimonial-bottom-one {
	max-width: max-content;
	display: flex;
	align-items: center;
}
.testimonial-bottom-one .thumbnail {
	margin-right: 20px;
}
.testimonial-bottom-one .thumbnail img {
	max-width: 80px;
	height: 80px;
}

@media only screen and (max-width: 479px) {
	.testimonial-bottom-one .thumbnail img {
		max-width: 42px;
		height: 42px;
	}
}
.testimonial-bottom-one .details {
	text-align: left;
}
.testimonial-bottom-one .details a .title {
	margin-bottom: 0px;
	transition: 0.3s;
}
.testimonial-bottom-one .details a:hover .title {
	color: var(--color-primary);
}
.testimonial-bottom-one .details span {
	margin-left: 0;
	color: #5D666F;
}
.mySwipertestimonial .swiper-button-next {
	right: 30%;
}

@media only screen and (max-width: 479px) {
	.mySwipertestimonial .swiper-button-next {
		right: 4%;
	}
}
.mySwipertestimonial .swiper-button-next::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	color: #1C2539;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 9px 18px #1810100d;
	border-radius: 8px;
	transition: 0.3s;
	line-height: 16px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	font-weight: 700;
}
.mySwipertestimonial .swiper-button-next:hover::after {
	background: var(--color-primary);
	color: #fff;
}
.mySwipertestimonial .swiper-button-prev {
	left: 57%;
}

@media only screen and (max-width: 479px) {
	.mySwipertestimonial .swiper-button-prev {
		left: 68%;
	}
}
.mySwipertestimonial .swiper-button-prev::after {
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	color: #1C2539;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 9px 18px #1810100d;
	border-radius: 8px;
	transition: 0.3s;
	line-height: 16px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	font-weight: 700;
}
.mySwipertestimonial .swiper-button-prev:hover::after {
	background: var(--color-primary);
	color: #fff;
}
.mySwipertestimonial .swiper-button-next, .mySwipertestimonial .swiper-button-prev {
	top: 85%;
}

@media only screen and (max-width: 479px) {
	.mySwipertestimonial .swiper-button-next, .mySwipertestimonial .swiper-button-prev {
		top: 91%;
	}
}
.hri-client-feedback {
	position: relative;
}


@media only screen and (max-width: 1199px) {
	.hri-client-feedback::after {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.hri-client-feedback::after {
		display: none;
	}
}
.hri-client-feedback.inner::after {
	display: none;
}

@media only screen and (max-width: 575px) {
	.title-area.left-right.testimonial-h2 {
		flex-direction: column;
		align-items: flex-start;
	}
}
.bg-customer-feedback {
	background: #F6F6F6;
}
.testimopnial-wrapper-two {
	padding: 50px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.02);
}

@media only screen and (max-width: 575px) {
	.testimopnial-wrapper-two {
		padding: 20px;
	}
}

.title-area.left-right {
	display: flex;
	align-items: center;
}
.title-area.left-right .title-left {
	margin-left: 0;
}
.title-area.left-right .title-left span {
	color: #fff !important;
}
.title-area.left-right .title-left .title {
	color: #fff !important;
	margin-top: -12px;
}
.title-area.left-right .title-left .title.inner {
	color: #1C2539 !important;
}
.title-area.left-right .title-left.inner span {
	color: var(--color-primary) !important;
}
.title-area.left-right .button-area {
	margin-left: auto;
}

@media only screen and (max-width: 575px) {
	.title-area.left-right .button-area {
		margin-left: 0;
		margin-top: 25px;
	}
}
.title-area.left-right .button-area.inner .btn-primary-2 {
	background: var(--color-primary);
}
.title-area.left-right .button-area.inner .btn-primary-2:hover {
	color: var(--color-primary);
	background: var(--color-primary-alta);
}
.title-area.inner {
	text-align: center;
	justify-content: center;
	position: relative;
}
.title-area.inner .title-left span {
	color: var(--color-primary) !important;
}
.title-area.inner .title-left .title {
	color: #1C2539 !important;
}
.title-area.inner::after {
	position: absolute;
	content: "01";
	left: 50%;
	top: -42%;
	transform: translateX(-50%);
	color: #ffffff;
	background-color: #000;
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-stroke: 0.5px transparent;
	font-size: 143px;
	height: 100%;
	max-width: max-content;
	max-height: max-content;
	font-weight: 900;
	z-index: -1;
	display: flex;
	align-items: center;
	opacity: 0.35;
	font-family: var(--font-secondary);
	z-index: -1;
}
.hri-client-reviews-h2 {
	padding: 30px;
	background: #fff;
	border-radius: 20px; 
	height: 17em;
	position: relative;
}
.hri-client-reviews-h2 .review-header {
	display: flex;
	align-items: center;
}
.hri-client-reviews-h2 .review-header .thumbnail {
	position: relative;
}
.hri-client-reviews-h2 .review-header .discription {
	margin-left: 20px;
	text-align: left;
}
.discription h6 {
	font-size: 19px;
}
.discription p {
	font-size: 14px;
	color: var(--color-primary);
	margin-bottom: 0;
	line-height: 18px;
}
.discription span {
	font-size: 17px; 
	margin-bottom: 0;
}
.hri-client-reviews-h2 .review-header .discription .title {
	margin-bottom: 0;
	transition: 0.3s;
}
.hri-client-reviews-h2.six .review-header .discription a:hover .title {
	color: var(--color-primary-6);
}
.hri-client-reviews-h2 .review-body p.disc {
	font-size: 17px; 
	color: #5D666F;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 0px;
}
.hri-client-reviews-h2 .review-body .body-end {
	display: flex;
	align-items: center; 
	margin-top: 10px;
	border-top: 2px solid #E9ECF1;
	padding-top: 15px;
	position: absolute;
	bottom: 15px;
	width: 86%;
}
.hri-client-reviews-h2 .review-body .body-end .yt i{
	color: var(--color-primary);
}
.hri-client-reviews-h2 .review-body .body-end .star-icon i {
	color: var(--color-primary);
}
.hri-client-reviews-h2 .review-body .body-end .star-icon.icon-2 i {
	color: var(--color-primary);
}
.home-blue .pricing-tab-button-area ul.nav li button.active {
	background: var(--color-primary-2);
}
.pricing-wrapper-one.home-two {
	background-image: none;
	border: 1px solid #E9ECF1;
	border-radius: 20px;
	background: #fff;
	padding: 60px;
	transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
	.pricing-wrapper-one.home-two {
		padding: 30px;
	}
}
.pricing-wrapper-one.home-two.active {
	border: 2px solid var(--color-primary-2);
	box-shadow: 0px 17px 39px rgba(6, 33, 101, 0.13);
}
.pricing-wrapper-one.home-two .pricing-body .single-pricing.available .icon i {
	color: #fff;
	background: var(--color-primary-2);
	border-color: var(--color-primary-2);
}
.pricing-wrapper-one.home-two .pricing-header-start {
	border-bottom: 2px solid #E9ECF1;
}
.pricing-wrapper-one.home-two .title {
	margin-bottom: 5px;
}
.pricing-wrapper-one.home-two .pric-area {
	display: flex;
	align-items: flex-start;
}
.pricing-wrapper-one.home-two .pric-area .title {
	color: var(--color-primary-2);
	font-weight: 700;
	font-size: 48px;
	line-height: 64px;
	min-width: max-content;
}
.pricing-wrapper-one.home-two .pric-area span {
	margin-top: 10px;
	margin-left: 7px;
	color: #1C2539;
	font-weight: 400;
	font-size: 17px;
}
.pricing-wrapper-one.home-two .discription p.disc {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	color: #5D666F;
}
.pricing-wrapper-one.home-two .pricing-body a.hri-btn {
	display: block;
	max-width: inherit;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	border-radius: 15px;
	border: 1px solid #E9ECF1;
	color: #1C2539;
}
.pricing-wrapper-one.home-two .pricing-body a.hri-btn.active {
	background: var(--color-primary-2);
	color: #fff;
}
.pricing-wrapper-one.home-two .pricing-body a.hri-btn.active:hover {
	display: block;
	max-width: inherit;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	border-radius: 15px;
	border: 1px solid #E9ECF1;
	color: #1C2539;
}
.pricing-wrapper-one.home-two .pricing-body a:hover.hri-btn {
	background: var(--color-primary-2);
	color: #fff;
}
.single-testimonials-h2 {
	background: #fff;
	padding: 50px;
	border-radius: 15px;
	text-align: left;
}

@media (max-width: 500px) {
	.single-testimonials-h2 {
		padding: 15px;
	}
}
.single-testimonials-h2 .body {
	padding-bottom: 20px;
	border-bottom: 1px solid #ECECF2;
}
.single-testimonials-h2 .body .title {
	color: var(--color-heading-1);
}
.single-testimonials-h2 .footer {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.single-testimonials-h2 .footer .left {
	display: flex;
	align-items: center;
}
.single-testimonials-h2 .footer .left .thumbnail {
	overflow: hidden;
	display: block;
	border-radius: 15px;
}
.single-testimonials-h2 .footer .left .thumbnail img {
	width: 46px;
	transition: 0.3s;
	height: 46px;
}
.single-testimonials-h2 .footer .left .thumbnail:hover img {
	transform: scale(1.2);
}
.single-testimonials-h2 .footer .left .desig {
	margin-left: 15px;
}

@media (max-width: 400px) {
	.single-testimonials-h2 .footer .left .desig {
		margin-left: 7px;
	}
}
.single-testimonials-h2 .footer .left .desig a .title {
	margin-bottom: 2px;
	font-size: 20px;
	transition: 0.3s;
}

@media (max-width: 500px) {
	.single-testimonials-h2 .footer .left .desig a .title {
		font-size: 17px;
	}
}
.single-testimonials-h2 .footer .left .desig a:hover .title {
	color: var(--color-primary-2);
}
.single-testimonials-h2 .footer .left .desig p {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.single-testimonials-h2 .footer .left .desig p span {
	color: var(--color-primary-2);
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.single-testimonials-h2 .footer .right .stars-area ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.single-testimonials-h2 .footer .right .stars-area ul li {
	margin: 0;
}
.single-testimonials-h2 .footer .right .stars-area ul li a i {
	font-weight: 900;
	font-size: 17px;
	line-height: 16px;
	color: var(--color-primary-2);
	margin-left: 5px;
}

@media (max-width: 400px) {
	.single-testimonials-h2 .footer .right .stars-area ul li a i {
		margin: 0;
	}
}
.swiper-pagination2 {
	margin: 0 auto;
	transform: none !important;
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	z-index: 10;
	bottom: 100px !important;
}
.swiper-pagination2 .swiper-pagination-bullet {
	margin-right: 7px !important;
	margin-left: 7px !important;
	opacity: 1;
	background: #fff;
	width: 6px;
	height: 6px;
	position: relative;
}
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
	left: -4px;
	bottom: -4px;
}
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
	background: transparent;
	position: relative;
}
.single-progress-bar-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.progress-area-h7 .single-progress-inner {
	display: flex;
	z-index: 1;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progress-area-h7 .single-progress-inner {
		margin-bottom: 30px;
	}
	.progress-area-h7 .single-progress-inner:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) { 
	.hri-single-service-h2 .body a.btn-red-more{		
		position: static;
	}
	.progress-area-h7 .single-progress-inner {
		margin-bottom: 30px;
	}
	.progress-area-h7 .single-progress-inner:last-child {
		margin-bottom: 0;
	}
}
.progress-area-h7 .single-progress-inner::before {
	position: absolute;
	right: -110px;
	height: 100%;
	width: 1px;
	background: #D9D9D9;
	content: "";
	transform: translateY(-123px);
}

@media only screen and (max-width: 1199px) {
	.progress-area-h7 .single-progress-inner::before {
		display: none;
	}
}
.progress-area-h7 .single-progress-inner.before-none::before {
	display: none;
}
.progress-area-h7 .single-progress-inner .progress .progress-bar {
	border-width: 5px;
}
.progress-area-h7 .single-progress-inner .progress.red .progress-bar {
	border-color: var(--color-primary-5);
}
.progress-area-h7 .single-progress-inner .progress.red {
	position: relative;
} 
.progress-area-h7 .single-progress-inner .progress::after {
	border: 8px solid #fff;
}
.progress-area-h7 .single-progress-inner .content-inner {
	transform: translateY(-56%);
	margin-left: 20px;
}

@media only screen and (max-width: 479px) {
	.progress-area-h7 .single-progress-inner .content-inner {
		margin-left: 10px;
	}
}
.progress-area-h7 .single-progress-inner .content-inner .title {
	margin-bottom: 0;
}
.hri-customer-feedback-area-six .hri-client-reviews-h2 .review-body .body-end .star-icon i {
	color: var(--color-primary);
}
.bg-feedback-seven {
	background-image: url(../img/testimonial/bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper.clients-review-testimonials-7.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
	padding: 60px 0;
}
.testimonials-7-style {
	background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, #F7F7F7 100%);
	border-radius: 20px;
	padding: 80px 40px 40px 40px;
	position: relative;
	text-align: left;
	border: 1px solid #EFEFEF;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.testimonials-7-style {
		padding: 80px 20px 20px 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.testimonials-7-style {
		padding: 80px 20px 20px 20px;
	}
}
.testimonials-7-style a.thumb {
	position: absolute;
	top: -15%;
}
.testimonials-7-style a.thumb img {
	background: #FFFFFF;
	box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 200px;
	padding: 12px;
}
.testimonials-7-style .body .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #181A1C;
	margin-bottom: 5px;
}
.testimonials-7-style .body p.disc {
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 25px;
}
.testimonials-7-style .footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
}
.testimonials-7-style .footer .name-area a .title {
	margin-bottom: 5px;
}
.testimonials-7-style .footer .stars-area {
	background: linear-gradient(130.08deg, #FFFFFF 0%, #ECF0F3 100%);
	/* white color */
	border: 1px solid #FFFFFF;
	box-shadow: 0px 4px 40px #DDE3E9;
	border-radius: 40px;
	padding: 7px 12px;
}
.testimonials-7-style .footer .stars-area i {
	color: #FFAE00;
	margin: 0 1px;
}
.single-testimonials-styele-clients-7 .logo img {
	margin-bottom: 20px;
}
.single-testimonials-styele-clients-7 .inner p.disc {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 25px;
}
.single-testimonials-styele-clients-7 .inner .stars-area i {
	color: #F2B519;
}
.clients-review-7 .swiper-slide img {
	width: inherit;
	margin: auto;
	margin-bottom: 20px;
}
.hri-client-rating .swiper-button-next {
	width: 55px;
	height: 55px;
	background: transparent;
	box-shadow: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -20px;
}
.hri-client-rating .swiper-button-next::after {
	background-image: none;
	content: "\f061";
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 200;
	color: #181A1C;
	font-size: 18px;
}
.hri-client-rating .swiper-button-next:hover {
	background: #ffff;
	box-shadow: 0px 10px 20px #E8E8E8;
}
.hri-client-rating .swiper-button-prev {
	width: 55px;
	height: 55px;
	background: transparent;
	box-shadow: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -20px;
}
.hri-client-rating .swiper-button-prev::after {
	background-image: none;
	content: "\f060";
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 200;
	color: #181A1C;
	font-size: 18px;
}
.hri-client-rating .swiper-button-prev:hover {
	background: #ffff;
	box-shadow: 0px 10px 20px #E8E8E8;
}
.pricing-tab-button-area {
	text-align: center;
}
.pricing-tab-button-area .pricing-sub {
	color: #5D666F;
}
.pricing-tab-button-area .pricing-sub strong {
	color: var(--color-primary);
	font-weight: 700;
	font-size: 18px;
}
.pricing-tab-button-area ul.nav {
	justify-content: center;
	align-items: center;
	border: 1px solid #EFEEF2;
	max-width: max-content;
	margin: auto;
	border-radius: 100px;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	margin-top: 25px;
}
.pricing-tab-button-area ul.nav li {
	margin: 0;
}
.pricing-tab-button-area ul.nav li button {
	border: none;
	background: transparent;
	color: var(--color-white);
	border-radius: 100px;
	padding: 12px 25px;
	color: #1C2539;
	font-weight: 500;
}
.pricing-tab-button-area ul.nav li button.active {
	background: var(--color-primary);
	color: var(--color-white);
	border-radius: 100px;
}
.pricing-tab-button-area ul.nav li button:hover {
	border: none;
}

@media only screen and (max-width: 1199px) {
	.service-detials-step-1 .thumbnail img {
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) {
	.pl-lg-controler {
		padding-left: 0 !important;
	}
}

@media only screen and (max-width: 575px) {
	.pl-lg-controler {
		padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
	}
} 
.hri-blog-area {
	position: relative;
	z-index: 5;
}
.hri-blog-area .title-area span {
	color: var(--color-primary);
	font-weight: 700;
	text-transform: uppercase;
}
.hri-blog-area .title-area .title {
	color: #fff;
}
.single-blog-one-wrapper {
	margin: 65px 15px 15px 15px;
}
.single-blog-one-wrapper .thumbnail {
	margin-bottom: 15px;
	position: relative;
}
.single-blog-one-wrapper .thumbnail img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.single-blog-one-wrapper .blog-content {
	text-align: center;
}
.single-blog-one-wrapper .blog-content p {
	font-size: 17px;
	margin-bottom: 15px;
	color: #FFFFFF;
	line-height: 23px;
}
.single-blog-one-wrapper .blog-content .title {
	color: #fff;
	margin-bottom: 8px;
	transition: var(--transition);
}
.single-blog-one-wrapper .blog-content a {
	color: #fff;
}
.single-blog-one-wrapper .blog-content a i {
	background: #2B2F39;
	color: #fff;
}
.single-blog-one-wrapper .blog-content a:hover i {
	background: var(--color-primary);
}
.hri-single-wized {
	background: #F6F6F6;
	border-radius: 15px;
	padding: 40px;
	margin-bottom: 40px;
}
.hri-single-wized:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
	.hri-single-wized {
		padding: 20px;
	}
}
.hri-single-wized.service {
	border-radius: 0;
}
.hri-single-wized.service .single-categories li a {
	border-radius: 0;
}
.hri-single-wized.download {
	background: #1C2539;
}
.hri-single-wized.download .title {
	color: #fff;
}
.hri-single-wized.download .single-download-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #2E3951;
}
.hri-single-wized.download .single-download-area:first-child {
	padding-top: 0;
}
.hri-single-wized.download .single-download-area:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.hri-single-wized.download .single-download-area .mid {
	margin-right: auto;
	margin-left: 15px;
}
.hri-single-wized.download .single-download-area .mid .title {
	margin-bottom: 0;
	font-size: 18px;
	font-family: var(--font-primary);
}
.hri-single-wized.download .single-download-area .mid span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.hri-single-wized.download .single-download-area a.hri-btn {
	padding: 11px 15px;
	border-radius: 0;
}
.hri-single-wized.contact {
	background: #1C2539;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px;
}

@media only screen and (max-width: 479px) {
	.hri-single-wized.contact {
		padding: 25px 20px;
	}
}

@media only screen and (max-width: 479px) {
	.hri-single-wized.contact:last-child {
		margin-bottom: 0;
	}
}
.hri-single-wized.contact .wized-body {
	text-align: center;
}
.hri-single-wized.contact .wized-body .title {
	color: #fff;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 32px;
}
.hri-single-wized.contact .wized-body a.hri-btn {
	display: block;
	max-width: max-content;
	margin: auto;
}
.hri-single-wized .wized-header .title {
	margin-bottom: 10px;
}
.hri-single-wized .wized-body {
	margin-top: 30px;
}
.hri-single-wized .wized-body .hri-search-wrapper {
	position: relative;
}
.hri-single-wized .wized-body .hri-search-wrapper input {
	background: #fff;
	height: 55px;
	border-radius: 5px;
	padding-right: 70px;
	padding-left: 25px;
	border: 1px solid transparent;
}
.hri-single-wized .wized-body .hri-search-wrapper input:focus {
	border: 1px solid var(--color-primary);
}
.hri-single-wized .wized-body .hri-search-wrapper button {
	position: absolute;
	max-width: max-content;
	height: 55px;
	width: 55px;
	border-radius: 5px;
	background: var(--color-primary);
	display: inline-block;
	padding: 0 19px;
	right: 0;
}
.hri-single-wized .wized-body .hri-search-wrapper button i {
	color: #fff;
	font-size: 17px;
	line-height: 16px;
}
.hri-single-wized .single-categories {
	margin-bottom: 15px;
	padding: 0;
}
.hri-single-wized .single-categories:last-child {
	margin-bottom: 0;
}
.hri-single-wized .single-categories li {
	list-style: none;
}
.hri-single-wized .single-categories li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 25px;
	background: #fff;
	color: #5D666F;
	font-weight: 500;
	transition: 0.3s;
	border-radius: 5px;
}
.hri-single-wized .single-categories li a i {
	color: var(--color-primary);
	transition: 0.3s;
}
.hri-single-wized .single-categories li a:hover {
	background: var(--color-primary);
	transform: translateY(-5px) scale(1.03);
	color: var(--color-white);
}
.hri-single-wized .single-categories li a:hover i {
	color: #fff;
}
.hri-single-wized .recent-post-single {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.hri-single-wized .recent-post-single:last-child {
	margin-bottom: 0;
}
.hri-single-wized .recent-post-single .thumbnail {
	margin-right: 20px;
	overflow: hidden;
	max-width: max-content;
	width: 100%;
	border-radius: 5px;
}
.hri-single-wized .recent-post-single .thumbnail img {
	min-width: 85px;
	height: auto;
	transition: 0.3s;
}
.hri-single-wized .recent-post-single .thumbnail:hover img {
	transform: scale(1.2);
}
.hri-single-wized .recent-post-single .user {
	display: flex;
	align-items: center;
}
.hri-single-wized .recent-post-single .user span {
	margin-left: 9px;
}
.hri-single-wized .recent-post-single .post-title .title {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 600;
	color: #1C2539;
	line-height: 26px;
	margin-top: 5px;
	transition: 0.3s;
}

@media only screen and (max-width: 479px) {
	.hri-single-wized .recent-post-single .post-title .title {
		font-size: 14px;
		line-height: 26px;
		margin-top: 0;
	}
}
.hri-single-wized .recent-post-single .post-title:hover .title {
	color: var(--color-primary);
}
.hri-single-wized .gallery-inner {
	display: flex;
	flex-direction: column;
}
.hri-single-wized .gallery-inner .single-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hri-single-wized .gallery-inner .single-row a {
	overflow: hidden;
	border-radius: 6px;
}

@media only screen and (max-width: 479px) {
	.hri-single-wized .gallery-inner .single-row a {
		display: block;
		width: 100%;
	}
}
.hri-single-wized .gallery-inner .single-row a img {
	max-width: 97px;
	height: auto;
	transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.hri-single-wized .gallery-inner .single-row a img {
		max-width: 80px;
	}
}

@media only screen and (max-width: 1199px) {
	.hri-single-wized .gallery-inner .single-row a img {
		min-width: 269px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-single-wized .gallery-inner .single-row a img {
		min-width: 193px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-single-wized .gallery-inner .single-row a img {
		min-width: 135px;
	}
}

@media only screen and (max-width: 575px) {
	.hri-single-wized .gallery-inner .single-row a img {
		min-width: 140px;
	}
}

@media only screen and (max-width: 479px) {
	.hri-single-wized .gallery-inner .single-row a img {
		min-width: 80px;
	}
}
.hri-single-wized .gallery-inner .single-row a:hover img {
	transform: scale(1.2);
}
.hri-single-wized .gallery-inner .single-row.row-1 {
	margin-bottom: 20px;
}
.hri-single-wized .tags-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.hri-single-wized .tags-wrapper a {
	padding: 5px 16px;
	background: #fff;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #1C2539;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
}
.hri-single-wized .tags-wrapper a:hover {
	background: var(--color-primary);
	color: #fff;
	transform: translateY(-3px) scale(1.09);
}
.blog-single-post-listing {
	margin-right: 30px;
	border: 1px solid #E6E9F0;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
	.blog-single-post-listing {
		margin-right: 0;
	}
}
.blog-single-post-listing.details {
	border-radius: 15px;
}
.blog-single-post-listing.details .thumbnail {
	border-radius: 15px 15px 0 0;
}
.blog-single-post-listing.details .thumbnail.details {
	border-radius: 15px;
	width: 100%;
	max-width: max-content;
}

@media only screen and (max-width: 1199px) {
	.blog-single-post-listing.details .thumbnail.details {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-single-post-listing.details .thumbnail.details {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .thumbnail.details {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing.details .thumbnail.details {
		margin-bottom: 0;
	}
}
.blog-single-post-listing.details .hri-quote-area {
	padding: 50px;
	background: #F6F6F6;
	border-radius: 15px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-single-post-listing.details .hri-quote-area {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .hri-quote-area {
		padding: 10px;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing.details .hri-quote-area {
		margin-top: 15px;
	}
}
.blog-single-post-listing.details .hri-quote-area .title {
	margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing.details .hri-quote-area .title {
		font-size: 17px;
		margin-bottom: 15px;
	}
}
.blog-single-post-listing.details .hri-quote-area .name {
	font-size: 18px;
	color: var(--color-primary);
	font-weight: 700;
}
.blog-single-post-listing.details .hri-quote-area span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #5D666F;
}
.blog-single-post-listing.details .check-area-details .single-check {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.blog-single-post-listing.details .check-area-details .single-check i {
	margin-right: 15px;
	color: var(--color-primary);
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing.details .check-area-details .single-check i {
		margin-top: -26px;
	}
}
.blog-single-post-listing.details .check-area-details .single-check span {
	color: #5D666F;
}
.blog-single-post-listing.details .details-tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing.details .details-tag {
		justify-content: flex-start;
	}
}
.blog-single-post-listing.details .details-tag h6 {
	margin-bottom: 0;
	font-size: 18px;
	margin-right: 15px;
}
.blog-single-post-listing.details .details-tag button {
	padding: 8px 12px;
	background: #F6F6F6;
	max-width: max-content;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	color: #1C2539;
	transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.blog-single-post-listing.details .details-tag button:last-child {
		margin-top: 10px;
		margin-left: -2px;
	}
}
.blog-single-post-listing.details .details-tag button:hover {
	background: var(--color-primary);
	color: #fff;
	transform: translateY(-2px) scale(1.02);
}
.blog-single-post-listing.details .details-share {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-single-post-listing.details .details-share {
		justify-content: flex-start;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .details-share {
		justify-content: flex-start;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing.details .details-share {
		justify-content: flex-start;
		margin-top: 20px;
	}
}
.blog-single-post-listing.details .details-share button {
	max-width: max-content;
	position: relative;
	z-index: 1;
	margin-left: 23px;
	color: #1C2539;
	transition: 0.3s;
	font-size: 14px;
}
.blog-single-post-listing.details .details-share button::after {
	position: absolute;
	content: "";
	background: #F6F6F6;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s;
}
.blog-single-post-listing.details .details-share button:hover {
	color: #fff;
	transform: scale(1.2);
}
.blog-single-post-listing.details .details-share button:hover::after {
	background: var(--color-primary);
}
.blog-single-post-listing.details .details-share h6 {
	font-size: 18px;
	margin-bottom: 0;
	margin-right: 15px;
}
.blog-single-post-listing.details .author-area {
	margin-top: 44px;
	display: flex;
	align-items: center;
	padding: 40px 0;
	border-top: 1px solid #E6E9F0;
	border-bottom: 1px solid #E6E9F0;
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .author-area {
		align-items: flex-start;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing.details .author-area {
		flex-wrap: wrap;
	}
}
.blog-single-post-listing.details .author-area .thumbnail {
	margin-right: 30px;
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .author-area .thumbnail {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing.details .author-area .author-details {
		margin-left: 15px;
	}
}
.blog-single-post-listing.details .author-area .author-details h5 {
	margin-bottom: 10px;
}
.blog-single-post-listing.details .author-area .author-details p {
	line-height: 26px;
}
.blog-single-post-listing.inner {
	border: none;
	max-width: 950px;
	margin: 0 auto;
}
.blog-single-post-listing.inner2 .blog-listing-content .hri-quote-area {
	position: relative;
	background: #000;
	padding-top: 120px;
}
.blog-single-post-listing.inner2 .blog-listing-content .hri-quote-area::before {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translate(-50%, 0);
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #fff;
	color: var(--color-primary);
	font-weight: 900;
	font-size: 20px;
}
.blog-single-post-listing.inner2 .blog-listing-content .hri-quote-area .title {
	color: #f7f7f7;
}
.blog-single-post-listing .replay-area-details {
	margin-top: 40px;
}
.blog-single-post-listing .replay-area-details form input {
	height: 55px;
	border-radius: 15px;
	background: #F6F6F6;
	border: 1px solid transparent;
}
.blog-single-post-listing .replay-area-details form input:focus {
	border: 1px solid var(--color-primary);
}
.blog-single-post-listing .replay-area-details form textarea {
	border-radius: 15px;
	background: #F6F6F6;
	height: 140px;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid transparent;
}
.blog-single-post-listing .replay-area-details form textarea:focus {
	border: 1px solid var(--color-primary);
}
.blog-single-post-listing .thumbnail {
	overflow: hidden;
}
.blog-single-post-listing .thumbnail img {
	transition: 0.3s;
	width: 100%;
}
.blog-single-post-listing .thumbnail:hover img {
	transform: scale(1.2);
}
.blog-single-post-listing .blog-listing-content {
	padding: 50px;
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing .blog-listing-content {
		padding: 25px 10px;
	}
}
.blog-single-post-listing .blog-listing-content .user-info {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.blog-single-post-listing .blog-listing-content .user-info .single {
	margin-right: 30px;
	min-width: max-content;
}

@media only screen and (max-width: 767px) {
	.blog-single-post-listing .blog-listing-content .user-info .single {
		margin-right: 5px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing .blog-listing-content .user-info .single {
		margin-right: 5px;
	}
}
.blog-single-post-listing .blog-listing-content .user-info .single i {
	margin-right: 10px;
	color: var(--color-primary);
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing .blog-listing-content .user-info .single i {
		margin-right: 2px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-single-post-listing .blog-listing-content .user-info .single span {
		font-size: 13px;
	}
}
.blog-single-post-listing .blog-listing-content .blog-title {
	transition: 0.3s;
}
.blog-single-post-listing .blog-listing-content .blog-title .title {
	transition: 0.3s;
	margin-bottom: 16px;
}
.blog-single-post-listing .blog-listing-content .blog-title:hover .title {
	color: var(--color-primary);
}
.blog-single-post-listing .blog-listing-content p.disc {
	font-size: 17px;
	line-height: 26px;
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing .blog-listing-content p.disc {
		margin-bottom: 15px;
	}
}
.blog-single-post-listing .blog-listing-content a.hri-btn {
	margin-top: 35px;
	display: block;
	max-width: max-content;
}

@media only screen and (max-width: 479px) {
	.blog-single-post-listing .blog-listing-content a.hri-btn {
		margin-top: 20px;
	}
}
.disc.para-1 {
	margin-bottom: 20px;
}
.hri-latest-blog-three .blog-three span {
	color: var(--color-primary-3);
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 17px;
}
.hri-latest-blog-three .blog-three .title {
	text-transform: uppercase;
	margin-top: 7px;
}
.blog-three-wrapepr a.main-thumbnail {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	overflow: hidden;
	display: block;
	max-width: max-content;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}
.blog-three-wrapepr a.main-thumbnail .badge-blog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 24px;
	background: var(--color-primary-3);
	color: #fff;
	font-size: 17px;
}
.blog-three-wrapepr a.main-thumbnail img {
	max-width: max-content;
	margin: 0 auto;
	border-radius: 10px;
	transition: 0.3s;
}
.blog-three-wrapepr a.main-thumbnail:hover img {
	transform: scale(1.2);
}
.blog-three-wrapepr .blog-body {
	position: relative;
	margin-top: -30px;
	z-index: 1;
}
.blog-three-wrapepr .blog-body .blog-header {
	background: #F6F6F6;
	border-radius: 10px 10px 0 0;
	padding: 50px 33px 20px 33px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 575px) {
	.blog-three-wrapepr .blog-body .blog-header {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
.blog-three-wrapepr .blog-body .blog-header .left {
	display: flex;
	align-items: center;
}
.blog-three-wrapepr .blog-body .blog-header .left i {
	color: var(--color-primary-3);
	font-size: 17px;
}
.blog-three-wrapepr .blog-body .blog-header .left span {
	color: #5D666F;
	margin-left: 7px;
	position: relative;
	margin-bottom: -2px;
	font-size: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.blog-three-wrapepr .blog-body .blog-header .left span {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1199px) {
	.blog-three-wrapepr .blog-body .blog-header .left span {
		font-size: 13px;
	}
}
.blog-three-wrapepr .blog-body .blog-header .right {
	margin-left: 25px;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.blog-three-wrapepr .blog-body .blog-header .right {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 1199px) {
	.blog-three-wrapepr .blog-body .blog-header .right {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-three-wrapepr .blog-body .blog-header .right {
		margin-left: 0;
	}
}
.blog-three-wrapepr .blog-body .blog-header .right i {
	color: var(--color-primary-3);
	font-size: 17px;
}
.blog-three-wrapepr .blog-body .blog-header .right span {
	color: #5D666F;
	margin-left: 7px;
	position: relative;
	font-size: 17px;
	margin-bottom: -2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.blog-three-wrapepr .blog-body .blog-header .right span {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1199px) {
	.blog-three-wrapepr .blog-body .blog-header .right span {
		font-size: 13px;
	}
}
.blog-three-wrapepr .blog-body .body {
	padding: 30px 32px 32px 32px;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	border-radius: 0px 0px 10px 10px;
}

@media only screen and (max-width: 1199px) {
	.blog-three-wrapepr .blog-body .body {
		padding: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-three-wrapepr .blog-body .body {
		padding: 20px;
	}
}
.blog-three-wrapepr .blog-body .body a {
	transition: 0.3s;
}
.blog-three-wrapepr .blog-body .body a:hover .title {
	color: var(--color-primary-3);
}
.blog-three-wrapepr .blog-body .body a:hover {
	background: var(--color-primary-3);
	color: #fff;
}
.blog-three-wrapepr .blog-body .body .title {
	font-size: 24px;
	line-height: 34px;
	color: #1C2539;
}

@media only screen and (max-width: 1199px) {
	.blog-three-wrapepr .blog-body .body .title {
		font-size: 18px;
		line-height: 27px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-three-wrapepr .blog-body .body .title {
		font-size: 17px;
		line-height: 26px;
	}
}
.hri-blog-h-2-wrapper {
	padding: 40px;
	border-radius: 30px;
	border: 1px solid #EDEFF3;
}

@media only screen and (max-width: 575px) {
	.hri-blog-h-2-wrapper {
		padding: 15px;
	}
}
.hri-blog-h-2-wrapper .thumbnail {
	overflow: hidden;
	display: block;
	max-width: max-content;
	margin-bottom: 30px;
	border-radius: 30px;
}
.hri-blog-h-2-wrapper .thumbnail img {
	width: 100%;
	transition: 0.5s;
}
.hri-blog-h-2-wrapper .thumbnail:hover img {
	transform: scale(1.1);
}
.hri-blog-h-2-wrapper .body span {
	color: #DF0A0A;
	font-size: 17px;
	font-weight: 500;
}
.hri-blog-h-2-wrapper .body a .title {
	margin-top: 15px;
	transition: 0.3s;
	color: #1C2539;
	font-weight: 700;
	line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-blog-h-2-wrapper .body a .title br {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.hri-blog-h-2-wrapper .body a .title {
		font-size: 18px;
		line-height: 29px;
	}
}
.hri-blog-h-2-wrapper .body a:hover .title {
	color: var(--color-primary-2);
}
.hri-blog-h-2-wrapper .body .hri-read-more {
	color: #1C2539;
}
.hri-blog-h-2-wrapper .body .hri-read-more:hover {
	color: var(--color-primary-2);
}
.hri-blog-h-2-wrapper .body .hri-read-more:hover i {
	background: var(--color-primary-2);
	color: #fff;
}
.hri-blog-h-2-wrapper .body .hri-read-more i {
	background: #F5F5F5;
	color: #000;
}
.hri-blog-list-area .pagination {
	margin-top: 10px;
}
.hri-blog-list-area.inner {
	background: var(--color-gray);
}

@media only screen and (max-width: 479px) {
	.thumbnail.details.team {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.thumbnail.details.team {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.thumbnail.details.team {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.pr_sm-controler--0 {
		padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
	}
}
.hri-blog-area4 .container .title-service-three .pre-title {
	color: var(--color-primary-4);
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.hri-blog-area4 .container .title-service-three .title {
	text-transform: none;
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area {
	background: #fff;
	border-radius: 15px;
	padding: 40px;
	box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.09);
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area::after {
	display: none;
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area .content {
	position: unset;
	height: auto;
	margin-top: 25px;
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area .content .title {
	color: #1C2539;
	padding-bottom: 15px;
	border-bottom: 1px solid #E8E8E8;
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area .author-box {
	display: flex;
	align-items: center;
	justify-content: left;
	padding-left: 25px;
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area .author-box .date {
	margin: 0;
	position: relative;
	font-size: 17px;
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area .author-box .date::before {
	content: "\f017";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: -30px;
	color: var(--color-primary-4);
	font-weight: 700;
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area .author-box .author {
	margin-left: 40px;
	position: relative;
	font-size: 17px;
}
.hri-blog-area4 .container .service-one-inner-four .big-thumbnail-area .author-box .author::before {
	content: "\f007";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: -25px;
	color: var(--color-primary-4);
	font-weight: 700;
}
.hri-blog-area4.blog-area5 .container .title-service-three .pre-title {
	color: var(--color-primary-2);
	font-size: 17px;
	font-weight: 400;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.hri-blog-area4.blog-area5 .container .title-service-three .title {
	text-transform: none;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area {
	background: #f7f7f7;
	border-radius: 15px;
	padding: 0;
	box-shadow: none;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area::after {
	display: none;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .content-box {
	padding: 40px;
	transition: all 0.5s;
	border-radius: 15px;
}

@media (max-width: 500px) {
	.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .content-box {
		padding: 30px 15px;
	}
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .thumbnail {
	border-radius: 15px 15px 0 0;
	position: relative;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .thumbnail img {
	border-radius: 0;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .thumbnail .date {
	position: absolute;
	background: var(--color-primary-2);
	color: #fff;
	bottom: 0;
	right: 0;
	padding: 7px 25px;
	border-radius: 15px 0 0 0;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .content {
	position: unset;
	height: auto;
	margin: 5px 0;
	transition: all 0.5s;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .content .title {
	color: #1C2539;
	padding-bottom: 0;
	border: none;
	margin-bottom: 15px;
	transition: all 0.5s;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .content .desc {
	margin: 0 0 20px 0;
	transition: all 0.5s;
	font-size: 17px;
	line-height: 26px;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .author-box {
	display: flex;
	align-items: center;
	justify-content: left;
	padding-left: 0;
	transition: all 0.5s;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .author-box .author {
	margin-left: 0;
	font-size: 14px;
}

@media (max-width: 400px) {
	.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .author-box .author {
		font-size: 13px;
	}
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .author-box .author span {
	color: var(--color-primary-2);
	transition: all 0.5s;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .author-box .author::before {
	display: none;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .button-area a {
	display: flex;
	align-items: center;
	font-weight: 500;
	width: 150px;
	color: var(--color-primary-2);
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .button-area a i {
	background: var(--color-primary-2);
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 0.3s;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area .button-area a i:hover {
	background: #fff;
	color: var(--color-primary-2);
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area.area-5 {
	margin-bottom: 30px;
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area.area-5 .content-box {
	padding: 30px;
}

@media (max-width: 500px) {
	.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area.area-5 .content-box {
		padding: 30px 15px;
	}
}
.hri-blog-area4.blog-area5 .container .service-one-inner-four .big-thumbnail-area.area-5 .content-box .content .desc {
	margin-bottom: 0;
	font-size: 17px;
}
.hri-inner-blog .blog-details .blog-full {
	max-width: 900px;
	margin: 0 auto;
}
.hri-inner-blog .blog-details .blog-full blockquote {
	margin: 35px 0px;
	padding: 60px;
	padding-top: 85px;
	color: #666;
	position: relative;
	background: var(--color-gray);
	font-weight: normal;
	font-style: italic;
	text-align: left;
	clear: both;
	font-size: 20px;
	font-weight: 400;
	border-radius: 8px;
	position: relative;
}
.hri-inner-blog .blog-details .blog-full blockquote::before {
	content: "\f10d";
	font-size: 35px;
	color: var(--color-primary);
	position: absolute;
	padding-bottom: 0;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	text-align: center;
	top: 45px;
	background: 0 0;
}
.hri-inner-blog .blog-details .blog-full blockquote cite {
	font-size: 15px;
	display: block;
	margin-top: 10px;
}
.hri-inner-blog .blog-details .blog-full blockquote cite::before {
	content: "";
	font-size: 28px;
	color: #ff5421;
	padding-bottom: 0px;
	display: inline-block;
	background: var(--color-primary);
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}
.hri-blog-area.style-seven .title-area .title {
	color: #0B101C;
}
.hri-blog-area.style-seven .single-blog-one-wrapper .blog-content p {
	color: #0B101C;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}
.hri-blog-area.style-seven .single-blog-one-wrapper .blog-content p span {
	color: #FA360A;
}
.hri-blog-area.style-seven .single-blog-one-wrapper .blog-content a .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #0B101C;
}
.hri-blog-area.style-seven .single-blog-one-wrapper .blog-content a.hri-read-more {
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	color: #0B101C;
}
.hri-blog-area.style-seven .single-blog-one-wrapper .blog-content a.hri-read-more i {
	background: #ECECEC;
	color: #000;
}
.hri-blog-area.style-seven .single-blog-one-wrapper .blog-content a.hri-read-more:hover i {
	background: var(--color-primary-5);
	color: #ffff;
}
.hri-blog-area.style-seven .single-blog-one-wrapper .blog-content a.hri-read-more.six:hover i {
	background: var(--color-primary-6);
}
.hri-blog-area.style-seven .single-blog-one-wrapper .thumbnail .blog-badge {
	background: var(--color-primary-6);
}
.hri-blog-area-style-seven {
	background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, #F7F7F7 100%);
	border-radius: 20px;
	padding: 30px;
}

@media only screen and (max-width: 1199px) {
	.hri-blog-area-style-seven {
		padding: 10px;
	}
}
.hri-blog-area-style-seven .thumbnail {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.hri-blog-area-style-seven .thumbnail a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
.hri-blog-area-style-seven .thumbnail a img {
	width: 100%;
	transition: 0.3s;
}
.hri-blog-area-style-seven .thumbnail a:hover img {
	transform: scale(1.054);
}
.hri-blog-area-style-seven .thumbnail .badge {
	position: absolute;
	bottom: 1px;
	right: -8px;
}
.hri-blog-area-style-seven .thumbnail .badge span {
	background: #B00F0F;
	border-radius: 20px 0px;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	padding: 7px 13px;
}
.hri-blog-area-style-seven .content-inner .top-blog {
	margin-bottom: 10px;
}
.hri-blog-area-style-seven .content-inner .top-blog span {
	text-transform: uppercase;
}
.hri-blog-area-style-seven .content-inner .top-blog span.main {
	color: var(--color-primary-5);
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}
.hri-blog-area-style-seven .content-inner a.title {
	transition: 0.3s;
}
.hri-blog-area-style-seven .content-inner a.title:hover .title {
	color: var(--color-primary-5);
}
.hri-blog-area-style-seven .content-inner .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #181A1C;
	transition: 0.3s;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
	.hri-blog-area-style-seven .content-inner .title {
		font-size: 19px;
		line-height: 27px;
	}
}
.hri-blog-area-style-seven .content-inner a.hri-read-more i {
	background: #B00F0F;
	color: #fff;
}
.hri-blog-area.eight .mySwiperh2_blog {
	overflow: hidden;
}
.hri-blog-area.eight .mySwiperh2_blog .swiper-slide .hri-blog-h-2-wrapper .body .title {
	font-size: 24px;
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(125deg);
		transform: rotate(125deg);
	}
}
@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}  
.contact-image-one.upload-cv {
	margin-right: -123px;
}
.contact-image-one.upload-cv img{
	border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-image-one.upload-cv img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.contact-image-one.upload-cv img {
		width: 100%;
	}
}
.hri-contact-area.contact-one.upload-cv::after {
	display: none;
}

.thumbnail-faq-four {
	padding-left: 30px;
}
.home-yellow .faq-two-inner .title-area-faq .sub, .home-yellow .faq-two-inner .title-area-faq span.sm-title span, .home-yellow .faq-two-inner .faq-accordion-area .accordion .accordion-item .accordion-header button span, .home-yellow .faq-two-inner .faq-accordion-area .accordion .accordion-item .accordion-header button::after {
	color: var(--color-primary-3);
}
.hri-contact-area.contact-one {
	position: relative;
	z-index: 1;
	background: #fff;
}
.contact-form-area-one {
	padding-left:60px; 
	padding-right:60px; 
	padding-top: 5px;
	padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.contact-form-area-one {
		padding: 25px;
	}
}
.contact-form-area-one form {
	margin-top: 5px;
}
.contact-form-area-one form input {
    height: 55px;
    background: #F7F7F7;
    margin-bottom: 5px;
    border-radius: 15px;
    padding: 0 25px;
    border: 1px #999 solid;
}

.contact-form-area-one form .input-container {
    
    margin-bottom: 20px;
    
}
.contact-form-area-one form input:focus {
	border: 1px solid var(--color-primary);
}
.contact-form-area-one form textarea {
	border-radius: 15px;
	background: #F7F7F7;
	height: 150px;
	padding: 15px 25px;
	border: 1px #999 solid;
}
.contact-form-area-one form textarea:focus {
	border: 1px solid var(--color-primary);
}
.contact-form-area-one form .name-email {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.contact-form-area-one form .name-email {
		flex-direction: column;
	}
}
.contact-form-area-one form .name-email input {
	width: 48.8%;
}

@media only screen and (max-width: 767px) {
	.contact-form-area-one form .name-email input {
		width: 100%;
		display: block;
	}
}
.contact-form-area-one .hri-btn {
	display: block;
	max-width: max-content;
	margin-top: 10px;
}
.contact-form-area-one .pre-title {
	letter-spacing: 0.1em;
}
.contact-form-area-one .error {
	color: var(--color-primary);
}
.contact-form-area-one .success {
	color: green;
	margin-bottom: 15px;
}
.contact-map-area-fluid {
	position: relative;
}
.contact-map-area-fluid .contact-map {
	width: 100%;
	height: 580px;
}
.contact-map-area-fluid .location {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	max-width: 100px;
	height: auto;
}
.hri-contact-fluid {
	box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
}
.hri-contact-fluid .form-wrapper {
	width: 80%;
	margin: auto;
}

@media only screen and (max-width: 575px) {
	.hri-contact-fluid .form-wrapper {
		width: 90%;
	}
}
.hri-contact-fluid .form-wrapper .error {
	color: var(--color-primary);
	margin-bottom: 15px;
}
.hri-contact-fluid .form-wrapper .success {
	color: green;
	margin-bottom: 15px;
}
.hri-contact-fluid .form-wrapper form .name-email {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.hri-contact-fluid .form-wrapper form .name-email {
		flex-direction: column;
	}
}
.hri-contact-fluid .form-wrapper form .name-email input {
	width: 48.8%;
}

@media only screen and (max-width: 767px) {
	.hri-contact-fluid .form-wrapper form .name-email input {
		width: 100%;
	}
}
.hri-contact-fluid .form-wrapper  input  {
    background: #fff;
    height: 55px;
    border-radius: 15px;
    margin-bottom: 5px;
	border: 1px solid #999;

}
 .hri-contact-fluid .form-wrapper  select{
   
    height: 55px;
    border-radius: 15px;
    margin-bottom: 5px;
	border: 1px solid #999;

}
.hri-contact-fluid .form-wrapper .input-valid {
    border: 1px solid #999;
}
.hri-contact-fluid .form-wrapper .input-valid:focus {
	border: 1px solid var(--color-primary);
}
.hri-contact-fluid .form-wrapper .is-invalid:focus {
	border: 1px solid #dc3545;
}
.hri-contact-fluid .form-wrapper .is-invalid{
	border: 1px solid #dc3545 !important;
}
.hri-contact-fluid .form-wrapper  .input-container{
	 margin-bottom: 20px;
}
.hri-contact-fluid .form-wrapper .form-control{
	box-shadow:none !important;
}

.hri-contact-fluid .form-wrapper textarea {
	height: 150px;
	background: #fff;
	border-radius: 15px;
	padding: 15px 15px;
	border: 1px solid #999;
}
.hri-contact-fluid .form-wrapper textarea:focus {
	border: 1px solid var(--color-primary);
}
.hri-contact-fluid .hri-btn {
	display: block;
	max-width: max-content;
	margin: auto;
	margin-top: 10px;
}
.onepage.two .hri-contact-fluid .form-wrapper {
	width: 100%;
}
.onepage.two .hri-contact-fluid {
	box-shadow: none;
}
.onepage.two .hri-title-area p.pre-title {
	font-size: 18px;
	color: #5D666F !important;
	font-weight: 500 !important;
}
.onepage.two .hri-title-area.contact-fluid::after {
	content: "09";
	left: 49%;
	transform: translateX(-50%);
	z-index: -1;
	height: 109px;
	top: -40%;
	min-width: max-content;
}

.hri-contact-form-area.six .hri-contact-fluid {
	background: #FFFFFF47;
	margin-top: 120px;
	padding: 30px 25px;
	border-radius: 15px;
}

@media (max-width: 1200px) {
	.hri-contact-form-area.six .hri-contact-fluid {
		margin-top: 0;
		margin-bottom: 120px;
	}
}
.hri-contact-form-area.six .hri-contact-fluid .hri-title-area::after {
	display: none;
}
.hri-contact-form-area.six .hri-contact-fluid .hri-title-area .title {
	font-size: 26px;
	color: var(--color-primary-6);
}
.hri-contact-form-area.six .hri-contact-fluid .form-wrapper {
	width: 95%;
}
.hri-contact-form-area.six .hri-contact-fluid .form-wrapper form input {
	margin-bottom: 15px;
	height: 50px;
}
.hri-contact-form-area.six .hri-contact-fluid .form-wrapper form input:focus {
	border: 1px solid var(--color-primary-6);
}
.hri-contact-form-area.six .hri-contact-fluid .form-wrapper form textarea:focus {
	border: 1px solid var(--color-primary-6);
}
.hri-contact-form-area.six .hri-contact-fluid .form-wrapper form select {
	height: 50px;
	background: #f6f6f6;
	border-radius: 15px;
	margin-bottom: 15px;
	padding: 0 15px;
}
.hri-contact-form-area.six .hri-contact-fluid .form-wrapper form select:focus {
	border: 1px solid var(--color-primary-6);
}
.hri-contact-form-area.six .hri-contact-fluid .form-wrapper form .btn-primary {
	background: var(--color-primary-6);
	max-width: 100%;
	width: 100%;
	padding: 14px 30px;
	margin-top: 20px;
}
.bg-light-white {
	background: #F7F7F7;
}
.hri-map-area {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.contact-image-one img {
		width: 100%;
	}
}
.mapdetails-inner-one {
    margin-left: 22%;
    display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.mapdetails-inner-one {
		margin-left: 140px;
	}
}

@media only screen and (max-width: 1199px) {
	.mapdetails-inner-one {
		margin-left: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mapdetails-inner-one {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.mapdetails-inner-one {
		margin-left: 100px;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 575px) {
	.mapdetails-inner-one {
		margin-left: 0;
	}
}
.mapdetails-inner-one .single-wized {
	margin-right: 40px;
	width: 50%;
}

@media only screen and (max-width: 575px) {
	.mapdetails-inner-one .single-wized {
		margin-right: 0px;
	}
	.single-wized{
		padding: 15px 15px 0 15px;
	}
	.mapdetails-inner-one .single-wized:last-child { 
		margin-bottom: 2em;
	}
}
.mapdetails-inner-one .single-wized:last-child {
	margin-right: 0; 
}
.mapdetails-inner-one .single-wized .title {
	position: relative;
	margin-bottom: 40px;
	min-width: max-content;
}
.mapdetails-inner-one .single-wized .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: var(--color-primary);
}
.mapdetails-inner-one .single-wized:first-child {
	border-right: 1px solid #E4E4E4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mapdetails-inner-one .single-wized:first-child {
		border: none;
	}
}

@media only screen and (max-width: 767px) {
	.mapdetails-inner-one .single-wized:first-child {
		border: none;
	}
}

@media only screen and (max-width: 575px) {
	.mapdetails-inner-one .single-wized:first-child {
		border-right: none;
	}
}
.mapdetails-inner-one.inner {
	max-width: 700px;
	margin: 0 auto;
}
.mapdetails-inner-one {
	display: flex;
}

@media only screen and (max-width: 575px) {
	.mapdetails-inner-one {
		flex-direction: column;
	}
}

@media only screen and (max-width: 575px) {
	.mapdetails-inner-one .left-area {
		margin-bottom: 30px;
	}
}
.mapdetails-inner-one .left-area .details p {
	margin-bottom: 3px;
	color: #5D666F;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
}
.mapdetails-inner-one .left-area .details a.number {
	font-size: 17px;
	font-weight: 700;
	color: #1C2539;
	margin-bottom: 30px;
}
.mapdetails-inner-one .left-area .details p.time-header {
	margin-top: 30px;
	margin-bottom: 5px;
	color: #5D666F;
}
.mapdetails-inner-one .left-area .details p.time {
	color: #1C2539;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
}
.mapdetails-inner-one .right-area .details p {
	margin-bottom: 3px;
	color: #000;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
}
.mapdetails-inner-one .right-area .details a {
	color: #1C2539;
	font-size: 17px;
	font-weight: 700;
}
.mapdetails-inner-one .right-area .details p.headoffice {
	margin-top: 24px;
}
.mapdetails-inner-one .right-area .details p.office {
	color: #1C2539;
	font-weight: 700;
}
.team-details-support-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.team-details-support-wrapper i {
	height: 60px;
	width: 60px;
	border-radius: 15px;
	border: 1px solid #EDEDED;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: var(--color-primary);
}
.team-details-support-wrapper .support-innner {
	margin-left: 20px;
}
.team-details-support-wrapper .support-innner span {
	margin-bottom: 5px;
	color: #5D666F;
	font-size: 17px;
	font-weight: 400;
}
.team-details-support-wrapper .support-innner a .title {
	margin-bottom: 0;
	transition: 0.3s;
}

@media only screen and (max-width: 479px) {
	.team-details-support-wrapper .support-innner a .title {
		font-size: 14px;
	}
}
.team-details-support-wrapper .support-innner a:hover .title {
	color: var(--color-primary);
}
p.disc {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
.details-right-inner .title-area {
	margin-bottom: 16px;
}
.details-right-inner .title-area span {
	color: #5D666F;
	font-weight: 500;
	font-size: 17px;
}
.details-right-inner .title-area .title {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 40px;
}
.details-right-inner p.disc {
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 33px;
	color: #5D666F;
}
.details-right-inner .hri-btn {
	margin-top: 30px;
	display: block;
	max-width: max-content;
}
.single-about-skill-inner .title {
	position: relative;
	margin-bottom: 40px;
}
.single-about-skill-inner .title::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #F1F1F1;
}
.hri-progress-one-wrapper .meter {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	display: block;
	height: 8px;
	margin-bottom: 10px;
	position: relative;
}
.hri-progress-one-wrapper .meter > span {
	display: block;
	height: 100%;
	background-color: #DF0A0A;
	position: relative;
	overflow: hidden;
	transition: width 2s ease-out;
}
.hri-progress-one-wrapper .orange > span {
	background-color: #DF0A0A;
}
.hri-progress-one-wrapper .red > span {
	background-color: #DF0A0A;
}
.hri-progress-one-wrapper .cadetblue > span {
	background-color: #DF0A0A;
}
.hri-progress-one-wrapper .single-progress {
	margin-bottom: 20px;
	border-bottom: 1px solid #F1F1F1;
}
.hri-progress-one-wrapper .progress-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.hri-progress-one-wrapper .progress-top p {
	margin-bottom: 0;
	color: #DF0A0A;
	font-weight: 500;
	font-size: 17px;
}
.hri-progress-one-wrapper .progress-top .persectage {
	color: #DF0A0A;
	font-weight: 500;
	font-size: 17px;
}
.education-skill-wrapper {
	display: flex;
	box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03);
	flex-wrap: wrap;
}
.education-skill-wrapper .number-area {
	position: absolute;
	height: 60px;
	width: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	left: -4%;
	top: -10%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.education-skill-wrapper .number-area p {
	font-size: 22px;
	color: #fff;
	margin-left: auto;
	margin-top: auto;
	margin-right: 12px;
	margin-bottom: 8px;
}
.education-skill-wrapper .number-area p span {
	font-size: 12px;
	color: #fff;
	margin-left: -3px;
}
.education-skill-wrapper .single-skill {
	padding: 30px 60px;
	border: 1px solid #F1F1F1;
	width: 50%;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.education-skill-wrapper .single-skill {
		padding: 30px 11px 30px 50px;
	}
}

@media only screen and (max-width: 1199px) {
	.education-skill-wrapper .single-skill {
		padding: 30px 10px 30px 40px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.education-skill-wrapper .single-skill {
		padding: 30px 10px 30px 50px;
	}
}
.education-skill-wrapper .single-skill .experience {
	margin-bottom: 3px;
}
.education-skill-wrapper .single-skill .date span {
	color: var(--color-primary);
}
.education-skill-wrapper .single-skill:hover {
	transform: scale(1.05);
}

.single-contact-one-inner .content {
	display: flex;
	align-items: center;
	padding: 20px;
	background-color: var(--color-primary-alta); 
	min-height: 126px;
	border-radius: 20px;
}
.single-contact-one-inner .content p{
	color: #000;
}
@media only screen and (max-width: 767px) {
	.single-contact-one-inner .content {
		padding: 15px;
	}
	.hri-breadcrumb-area .bread-tag {
		margin: auto; 
	}
}
.single-contact-one-inner .content .icone {
	margin-right: 20px;
}
.single-contact-one-inner .content .info span {
	margin-bottom: 0;
	color: var(--color-primary);
	font-weight: 500;
}
.single-contact-one-inner .content .info a h5 {
	margin-bottom: 0;
	transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-contact-one-inner .content .info a h5 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.single-contact-one-inner .content .info a h5 {
		font-size: 18px;
		margin-top: 5px;
	}
}
.single-contact-one-inner .content .info a:hover h5 {
	color: var(--color-primary);
}

.hri-service-areah2-im-3 .image-area {
	position: relative;
	margin-bottom: 120px;
	margin-top: 30px;
}

@media only screen and (max-width: 479px) {
	.hri-service-areah2-im-3 .image-area {
		margin-bottom: 80px;
	}
}
.hri-service-areah2-im-3 .image-area .ratio-area {
	position: absolute;
	top: 60px;
	left: 60px;
}

@media only screen and (max-width: 479px) {
	.hri-service-areah2-im-3 .image-area .ratio-area {
		top: 30px;
		left: 30px;
	}
}
/*Devlped by  www. nextr.in*/
.hri-service-areah2-im-3 .image-area .ratio-area .ratio {
	color: #fff;
	margin-bottom: 0px;
	font-size: 40px;
	font-weight: 700;
}
.hri-service-areah2-im-3 .image-area .ratio-area span {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

@media only screen and (max-width: 479px) {
	.hri-service-areah2-im-3 .image-area .ratio-area span {
		font-size: 17px;
	}
}
.hri-service-areah2-im-3 .image-area img {
	border-radius: 20px;
}
.hri-service-areah2-im-3 .image-area img.two {
	position: absolute;
	z-index: 5;
	top: -10%;
	left: 40%;
	animation: jump-1 5s linear infinite;
}
.hri-service-areah2-im-3 .image-area img.three {
	position: absolute;
	left: 18%;
	top: 38%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.hri-service-areah2-im-3 .image-area img.three {
		width: 85%;
	}
}
.hri-service-areah2-im-3.eight .title-area.service-h2.service::after {
	content: "01";
}
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after  {
	position: absolute;
	 
	/* content: "\E84B"; */
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--color-primary);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	border: 2px solid var(--color-primary);
	box-shadow: none;
	border-radius: 50% !important;
	border-radius: 5px;
	font-family: "Font Awesome 5 Free" !important;
 
}
 .pr-up {
	position: absolute;
	 
	 
	text-align: center;
	line-height: 46px;
 
	color: var(--color-primary);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	border: 2px solid var(--color-primary);
	box-shadow: none;
	border-radius: 50% !important;
	border-radius: 5px;
	font-family: "Font Awesome 5 Free" !important;
 
}
.progress-wrap:hover::after {
	opacity: 1;
	/* content: "\e84b"; */
	border: 2px solid var(--color-primary);
}
.progress-wrap::before {
	position: absolute;
	font-family: "unicons";
	/* content: "\e84b"; */
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: var(--color-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 0;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg {
	color: #df0a0a;
	border-radius: 50%;
	background: #fff;
}
.progress-wrap svg.progress-circle path {
	stroke: var(--color-primary);
	stroke-width: 34px;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.home-blue .progress-wrap svg.progress-circle path {
	stroke: var(--color-primary-2);
}
.home-blue .progress-wrap::after {
	border-color: var(--color-primary-2);
	box-shadow: 0px 3px 20px 6px #0742e952;
	color: var(--color-primary-2);
}
.home-blue2 .progress-wrap svg.progress-circle path {
	stroke: var(--color-primary-2);
}
.home-blue2 .progress-wrap::after {
	border-color: var(--color-primary-2);
	box-shadow: 0px 3px 20px 6px #0742e952;
	color: var(--color-primary-2);
}
.home-violet .progress-wrap svg.progress-circle path {
	stroke: var(--color-primary-4);
}
.home-violet .progress-wrap::after {
	border-color: var(--color-primary-4);
	box-shadow: 0px 3px 20px 6px #0742e952;
	color: var(--color-primary-4);
}
.index-six .progress-wrap svg.progress-circle path {
	stroke: var(--color-primary-6);
}
.index-six .progress-wrap::after {
	border-color: var(--color-primary-6);
	box-shadow: 0px 3px 20px 6px #f64a0057;
	color: var(--color-primary-6);
}
/* Loader Styles start here */
.loader-wrapper {
	--line-width: 5px;
	--curtain-color: #ffffff;
	--outer-line-color: #dca8a8;
	--middle-line-color: #ff0000;
	--inner-line-color: #cf1414;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.loader {
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: var(--line-width) solid transparent;
	border-top-color: var(--outer-line-color);
	border-radius: 100%;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 1001;
}
.loader:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: var(--line-width) solid transparent;
	border-top-color: var(--inner-line-color);
	border-radius: 100%;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
.loader:after {
	content: "";
	position: absolute;
	top: 14px;
	left: 14px;
	right: 14px;
	bottom: 14px;
	border: var(--line-width) solid transparent;
	border-top-color: var(--middle-line-color);
	border-radius: 100%;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	background: var(--curtain-color);
	width: 51%;
	height: 100%;
	z-index: 1000;
}
.loader-wrapper .loader-section.section-left {
	left: 0;
}
.loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}
.no-crs {
	cursor: auto;
}
.background-cta {
	/* background-image: url(../img/footer/newsletter.webp); */
	background-repeat: no-repeat;
	background-color: #827B7B;
	background-blend-mode: multiply;
	overflow: hidden;
	border-radius: 100px;
	background-position: center;
	object-fit: contain;
	background-size: cover;
}
.background-cta.six {
	background-color: var(--color-primary-6);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.background-cta {
		border-radius: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.background-cta {
		border-radius: 10px;
	}
}
/*Devlped by nextr.in*/
.hri-cta-wrapper .background-cta .cta-left-wrapepr {
	margin-left: 80px;
	padding: 45px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-cta-wrapper .background-cta .cta-left-wrapepr {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-cta-wrapper .background-cta .cta-left-wrapepr {
		padding-bottom: 10px;
		padding-top: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.hri-cta-wrapper .background-cta .cta-left-wrapepr {
		margin: 0;
		text-align: center;
	}
}
.hri-cta-wrapper .background-cta .cta-left-wrapepr p {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 17px;
	font-family: var(--font-secondary);
}

@media only screen and (max-width: 479px) {
	.hri-cta-wrapper .background-cta .cta-left-wrapepr p {
		font-size: 14px;
	}
}
.hri-cta-wrapper .background-cta .cta-left-wrapepr .title {
	color: #fff;
	margin-bottom: 0;
	margin-top: -5px;
}

@media only screen and (max-width: 479px) {
	.hri-cta-wrapper .background-cta .cta-left-wrapepr .title {
		font-size: 18px;
	}
}
.hri-cta-wrapper .background-cta .cta-input-arae {
	padding: 60px 0;
	position: relative;
}

@media screen and (max-width: 996px) {
	.hri-cta-wrapper .background-cta .cta-input-arae {
		padding-top: 0;
		margin-left: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.hri-cta-wrapper .background-cta .cta-input-arae {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.hri-cta-wrapper .background-cta .cta-input-arae {
		margin-left: 20px;
		padding-bottom: 30px;
	}
}
.hri-cta-wrapper .background-cta .cta-input-arae input {
	background: #FFFFFF;
	border-radius: 100px;
	height: 55px;
	width: 547px;
	color: #000;
	padding: 0 186px 0 25px;
}

@media screen and (max-width: 1400px) {
	.hri-cta-wrapper .background-cta .cta-input-arae input {
		width: 64%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-cta-wrapper .background-cta .cta-input-arae input {
		width: 64%;
	}
}

@media only screen and (max-width: 767px) {
	.hri-cta-wrapper .background-cta .cta-input-arae input {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.hri-cta-wrapper .background-cta .cta-input-arae input {
		height: 45px;
	}
}

@media only screen and (max-width: 479px) {
	.hri-cta-wrapper .background-cta .cta-input-arae input {
		border-radius: 5px;
		padding: 0 186px 0 10px;
	}
}
.hri-cta-wrapper .background-cta .cta-input-arae button {
	position: absolute;
	border-radius: 100px;
	max-width: max-content;
	right: 90px;
}

@media only screen and (max-width: 575px) {
	.hri-cta-wrapper .background-cta .cta-input-arae button {
		padding: 12px;
		right: 20px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 479px) {
	.hri-cta-wrapper .background-cta .cta-input-arae button {
		border-radius: 5px;
		font-size: 12px;
	}
}
.footer-one-single-wized.mid-bg {
	background: linear-gradient(180deg, #0E1422 -4.66%, #212631 100%);
	border-radius: 35px;
	padding: 40px;
	margin-top: -40px;
	margin: -40px 30px 0 30px;
}

@media only screen and (max-width: 767px) {
	.footer-one-single-wized.mid-bg {
		margin-left: 0;
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.footer-one-single-wized.mid-bg {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 479px) {
	.footer-one-single-wized.mid-bg {
		margin-right: 0;
		padding: 10px;
	}
}
.footer-one-single-wized.mid-bg .opening-time-inner .single-opening {
	display: flex;
	justify-content: space-between;
}
.footer-one-single-wized.mid-bg .opening-time-inner .single-opening p {
	margin-bottom: 15px;
	color: #fff;
	font-family: var(--font-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-one-single-wized.mid-bg .opening-time-inner .single-opening p {
		font-size: 14px;
	}
}
.footer-one-single-wized.mid-bg .opening-time-inner .hri-btn.contact-us {
	display: block;
	max-width: max-content;
}

@media only screen and (max-width: 479px) {
	.footer-one-single-wized.mid-bg .opening-time-inner .hri-btn.contact-us {
		padding: 12px 22px;
	}
}
.footer-one-single-wized.six .quick-link-inner .links li a:hover {
	color: var(--color-primary-6);
}
.footer-one-single-wized.six .quick-link-inner .links li a::after {
	background: var(--color-primary-6);
}
.footer-one-single-wized.six .post-wrapper .single-footer-post .post-right a:hover .title {
	color: var(--color-primary-6);
}
.footer-one-single-wized.six .post-wrapper .single-footer-post .post-right .red-more {
	color: var(--color-primary-6);
}
.footer-one-single-wized.seven .quick-link-inner .links li a:hover {
	color: var(--color-primary-5);
}
.footer-one-single-wized.seven .quick-link-inner .links li a::after {
	background: var(--color-primary-5);
}
.footer-one-single-wized.seven .post-wrapper .single-footer-post .post-right a:hover .title {
	color: var(--color-primary-5);
}
.footer-one-single-wized.seven .post-wrapper .single-footer-post .post-right .red-more {
	color: var(--color-primary-5);
}
.footer-one-single-wized .wized-title {
	margin-bottom: 10px;
}
.footer-one-single-wized .wized-title .title {
	color: #fff;
	margin-bottom: 2px;
}
.footer-one-single-wized .quick-link-inner {
	display: flex;
}

@media only screen and (max-width: 479px) {
	.footer-one-single-wized .quick-link-inner {
		flex-direction: column;
	}
}
.footer-one-single-wized .quick-link-inner .links {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.footer-one-single-wized .quick-link-inner .links.margin-left-70 {
	margin-left: 70px;
}

@media only screen and (max-width: 479px) {
	.footer-one-single-wized .quick-link-inner .links.margin-left-70 {
		margin-left: 0;
	}
}
.footer-one-single-wized .quick-link-inner .links li {
	margin-top: 0;
}
.footer-one-single-wized .quick-link-inner .links li a {
	color: #8B8F99;
	transition: var(--transition);
	position: relative;
	max-width: max-content;
}
.footer-one-single-wized .quick-link-inner .links li a::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 1px;
	background: var(--color-primary);
	left: 29px;
	bottom: 0;
	transition: 0.3s;
}
.footer-one-single-wized .quick-link-inner .links li a i {
	margin-right: 12px;
	transition: 0.3s;
}
.footer-one-single-wized .quick-link-inner .links li a:hover {
	color: var(--color-primary);
}
.footer-one-single-wized .quick-link-inner .links li a:hover::after {
	position: absolute;
	width: 76%;
}
.footer-one-single-wized .quick-link-inner .links li a:hover i {
	color: #fff;
}
.footer-one-single-wized .post-wrapper .single-footer-post {
	display: flex;
	align-items: flex-start;
}
.footer-one-single-wized .post-wrapper .single-footer-post .left-thumbnail {
	margin-right: 20px;
	display: block;
	overflow: hidden;
	border-radius: 15px;
}
.footer-one-single-wized .post-wrapper .single-footer-post .left-thumbnail img {
	width: 130px;
	height: auto;
	transition: var(--transition);
}
.footer-one-single-wized .post-wrapper .single-footer-post .left-thumbnail:hover img {
	transform: scale(1.2);
}
.footer-one-single-wized .post-wrapper .single-footer-post .post-right p {
	margin-bottom: 0;
	color: #8B8F99;
	font-size: 14px;
	margin-top: -6px;
}
.footer-one-single-wized .post-wrapper .single-footer-post .post-right a .title {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0;
	transition: var(--transition);
}
.footer-one-single-wized .post-wrapper .single-footer-post .post-right a:hover .title {
	color: var(--color-primary);
}
.footer-one-single-wized .post-wrapper .single-footer-post .post-right a {
	max-width: max-content;
	padding-left: 0;
	color: #DF0A0A;
	display: flex;
	align-items: center;
	margin-top: -1px;
}
.footer-one-single-wized .post-wrapper .single-footer-post .post-right a i {
	margin-left: 6px;
	margin-bottom: -4px;
	position: relative;
	transition: var(--transition);
}
.footer-one-single-wized .post-wrapper .single-footer-post .post-right a.red-more {
	display: block;
	max-width: max-content;
}
.footer-one-single-wized .post-wrapper .single-footer-post .post-right a.red-more:hover i {
	margin-left: 15px;
}
.footer-one .hri-copyright-area {
	border-top: 1px solid #21293D;
	padding: 30px 0;
}
.footer-one .hri-copyright-area p {
	font-size: 17px;
	color: #fff;
}
.hri-copyright-area a {
	color: var(--color-primary);
}
.hri-copyright-area a:hover {
	color: #fff;
}
.support-team {
	display: flex;
	align-items: center;
	padding-top: 40px;
	border-top: 1px solid #EEEEEE;
	margin-top: 10px;
}
.support-team.eight {
	border: none;
}
.support-team .thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
.support-team .thumbnail img {
	border-radius: 20px;
	transition: 0.3s;
}
.support-team .thumbnail:hover img {
	transform: scale(1.1);
}
.support-team .details {
	margin-left: 15px;
}
.support-team .details a .title {
	transition: 0.3s;
}
.support-team .details a:hover .title {
	color: var(--color-primary-2);
}
.support-team .details .title {
	margin-bottom: 0;
	margin-top: 5px;
} 
.footer-three .copyright-area {
	border-top: 1px solid #E2E2E2;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #1C2539;
}
.footer-three .copyright-area P {
	color: #1C2539;
	flex-wrap: 400;
	font-size: 17px;
}
.footer-three-single-wized.mid-right .body p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 33px;
}
.footer-three-single-wized.mid-right .body .update-wrapper .email-footer-area {
	display: flex;
	position: relative;
}
.footer-three-single-wized.mid-right .body .update-wrapper .email-footer-area input {
	height: 55px;
	border: 1px solid #E3E3E3;
	border-radius: 8px;
	padding-right: 60px;
}
.footer-three-single-wized.mid-right .body .update-wrapper .email-footer-area input:focus {
	border: 1px solid var(--color-primary-3);
}
.footer-three-single-wized.mid-right .body .update-wrapper .email-footer-area button {
	height: 55px;
	width: 55px;
	border-radius: 8px;
	background: var(--color-primary-3);
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.footer-three-single-wized.mid-right .body .update-wrapper .note-area p {
	color: #5D666F;
	margin-top: 25px;
	font-weight: 400;
}
.footer-three-single-wized.mid-right .body .update-wrapper .note-area p span {
	color: var(--color-primary-3);
}
.footer-three-single-wized.left a.logo_footer {
	padding-bottom: 25px;
	display: block;
}
.footer-three-single-wized.left p.disc {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	text-align: justify;
}
.footer-three-single-wized.right .footer-gallery-inner {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.footer-three-single-wized.right .footer-gallery-inner a {
	overflow: hidden;
	max-width: max-content;
	height: 90px;
	width: 90px;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footer-three-single-wized.right .footer-gallery-inner a img {
	max-width: 90px;
	transition: 0.3s;
}
.footer-three-single-wized.right .footer-gallery-inner a:hover img {
	transform: scale(1.2);
}
.footer-three-single-wized .title {
	font-size: 22px;
}
.footer-three-single-wized .body .info-wrapper .single {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.footer-three-single-wized .body .info-wrapper .single:last-child {
	margin-bottom: 0;
}
.footer-three-single-wized .body .info-wrapper .single:last-child .icon {
	position: relative;
	margin-top: -20px;
}
.footer-three-single-wized .body .info-wrapper .single .icon {
	margin-right: 25px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.footer-three-single-wized .body .info-wrapper .single .icon li {
	list-style: none;
	position: relative;
	z-index: 1;
	color: var(--color-primary-3);
}
.footer-three-single-wized .body .info-wrapper .single .icon li i {
	font-size: 14px;
}
.footer-three-single-wized .body .info-wrapper .single .icon li::after {
	position: absolute;
	content: "";
	height: 35px;
	width: 35px;
	background: #FFFFFF;
	box-shadow: 0px 9px 18px #1810100d;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 50%;
}
.footer-three-single-wized .body .info-wrapper .single .info span {
	display: block;
	color:var(--color-primary) ;
	font-size: 17px;
	font-weight: 400;
}
.footer-three-single-wized .body .info-wrapper .single .info a {
	color: #1C2539;
	font-size: 17px;
	transition: 0.3s;
	line-height: 22px;
}
.footer-three-single-wized .body .info-wrapper .single .info a:hover {
	color: var(--color-primary-3);
}
.footer-two-single-wized.two {
	padding-left: 27px;
}

@media only screen and (max-width: 767px) {
	.footer-two-single-wized.two {
		padding-left: 0;
	}
}
.footer-two-single-wized.right {
	margin-top: 77px;
}

@media only screen and (max-width: 767px) {
	.footer-two-single-wized.right {
		margin-top: 0;
	}
}
.footer-two-single-wized.left .title {
	font-size: 36px;
	color: #1C2539;
	line-height: 46px;
}
.footer-two-single-wized.left .title span {
	font-weight: 300;
}
.footer-two-single-wized.left p.disc {
	font-size: 17px;
	color: #5D666F;
	line-height: 26px;
}
.footer-two-single-wized.left a.hri-btn:hover {
	background: #ffff;
	box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.07);
}
.footer-two-single-wized .wized-title-area .wized-title {
	margin-bottom: 4px;
}
.footer-two-single-wized .wized-2-body ul {
	list-style: none;
	padding-left: 0;
}
.footer-two-single-wized .wized-2-body ul li a {
	color: #5D666F;
	font-size: 17px;
	font-weight: 400;
	display: flex;
	align-items: center;
	transition: 0.3s;
}
.footer-two-single-wized .wized-2-body ul li a i {
	font-size: 14px;
	margin-right: 10px;
}
.footer-two-single-wized .wized-2-body ul li a:hover {
	color: var(--color-primary-2);
}
/*Devlped by shahnawaz - 99 11751 517*/
.footer-two-single-wized .contact-info-1 {
	display: flex;
	align-items: center;
	margin-top: 18px;
	margin-bottom: 18px;
}
.footer-two-single-wized .contact-info-1 .icon i {
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: var(--color-primary-2);
}
.footer-two-single-wized .contact-info-1 .icon i::after {
	position: absolute;
	content: "";
	z-index: -1;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	height: 35px;
	width: 35px;
}
.footer-two-single-wized .contact-info-1 .disc {
	display: flex;
	flex-direction: column;
	margin-left: 30px;
}
.footer-two-single-wized .contact-info-1 .disc span {
	color: #5D666F;
	font-size: 17px;
	font-weight: 400;
}
.footer-two-single-wized .contact-info-1 .disc a {
	color: #1C2539;
	font-weight: 500;
	font-size: 17px;
	transition: 0.3s;
}
.footer-two-single-wized .contact-info-1 .disc a:hover {
	color: var(--color-primary-2);
}
.contact-info-1 {
	display: flex;
	align-items: center;
	margin-top: 18px;
	margin-bottom: 18px;
}
.contact-info-1 .icon i {
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: var(--color-primary-2);
}
.contact-info-1 .icon i::after {
	position: absolute;
	content: "";
	z-index: -1;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	height: 35px;
	width: 35px;
}
.contact-info-1 .disc {
	display: flex;
	flex-direction: column;
	margin-left: 30px;
}
.contact-info-1 .disc span {
	color: #5D666F;
	font-size: 17px;
	font-weight: 400;
}
.contact-info-1 .disc a {
	color: #1C2539;
	font-weight: 500;
	font-size: 17px;
	transition: 0.3s;
}
.contact-info-1 .disc a:hover {
	color: var(--color-primary-2);
}
.hri-copy-right .copyright-h-2-wrapper {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.hri-copy-right .copyright-h-2-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}
.hri-copy-right .copyright-h-2-wrapper p.disc {
	margin-bottom: 0;
	color: #1C2539;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.hri-copy-right .copyright-h-2-wrapper p.disc {
		text-align: center;
		font-size: 12px;
	}
}
.hri-copy-right .copyright-h-2-wrapper .right {
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.hri-copy-right .copyright-h-2-wrapper .right {
		margin-left: inherit;
	}
}
.hri-copy-right .copyright-h-2-wrapper .right ul {
	list-style: none;
	display: flex;
	align-items: center;
	padding-left: 0;
	margin: 0;
}
.hri-copy-right .copyright-h-2-wrapper .right ul li {
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
.hri-copy-right .copyright-h-2-wrapper .right ul li:first-child {
	margin-left: 0%;
}
.hri-copy-right .copyright-h-2-wrapper .right ul li a {
	color: #1C2539;
	font-weight: 500;
	font-size: 17px;
	transition: 0.3s;
}

@media only screen and (max-width: 767px) {
	.hri-copy-right .copyright-h-2-wrapper .right ul li a {
		font-size: 12px;
	}
}
.hri-copy-right .copyright-h-2-wrapper .right ul li a:hover {
	color: var(--color-primary-2);
}
.hri-copy-right .copyright-h-2-wrapper p {
	margin-left: 0;
}
.margin-left-65 {
	margin-left: 65px;
}

@media only screen and (max-width: 1199px) {
	.margin-left-65 {
		margin-left: 0;
	}
}

@media only screen and (max-width: 479px) {
	.footer-one-single-wized {
		padding: 0 10px;
	}
}
.footer-four {
	background: #10151F;
}
.footer-four .footer-three-single-wized .title {
	color: #fff;
}
.footer-four .footer-three-single-wized .disc {
	color: #848C95;
}
.footer-four .footer-three-single-wized .social-three-wrapper li a {
	color: #fff;
}
.footer-four .footer-three-single-wized .social-three-wrapper li a::after {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	opacity: 0.05;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.footer-four .footer-three-single-wized .social-three-wrapper li a:hover::after {
	background: var(--color-primary-4);
	opacity: 1;
}
.footer-four .footer-three-single-wized .body .info-wrapper .single .icon li::after {
	width: 35px;
	height: 35px;
	opacity: 0.05;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.footer-three-single-wized .body .info-wrapper .single .info a {
	color: #fff;
}
.footer-four .footer-three-single-wized .body .update-wrapper .email-footer-area input {
	border: 1px solid #262D39;
}
.footer-four .footer-three-single-wized .body .update-wrapper .email-footer-area input:focus {
	border-color: var(--color-primary-4);
}
.footer-four .footer-three-single-wized .body .update-wrapper .email-footer-area button {
	background: var(--color-primary-4);
}
.footer-four .footer-three-single-wized .body .update-wrapper .note-area p span {
	color: var(--color-primary-4);
}
.footer-four .copyright-area {
	border: none;
}
.footer-four .copyright-area .disc {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	color: #848C95;
}
/*Devlped by shahnawaz - 99 117 515 17*/
.footer-five .hri-cta-wrapper .background-cta {
	background-color: var(--color-primary-2);
}
.footer-five .hri-cta-wrapper .background-cta .cta-input-arae .btn-primary {
	background: var(--color-primary-2);
}
.footer-five .hri-cta-wrapper .background-cta .cta-input-arae .btn-primary:hover {
	background: var(--color-gray);
	color: var(--color-primary-2);
}
.footer-five .footer-one-single-wized .quick-link-inner .links li a:hover {
	color: var(--color-primary-2);
}
.footer-five .footer-one-single-wized .quick-link-inner .links li a::after {
	background: var(--color-primary-2);
}
.footer-five .footer-one-single-wized.mid-bg .opening-time-inner .btn-primary {
	background: var(--color-primary-2);
}
.footer-five .footer-one-single-wized.mid-bg .opening-time-inner .btn-primary:hover {
	background: var(--color-gray);
	color: var(--color-primary-2);
}
.footer-five .footer-one-single-wized .single-footer-post .post-right a .title:hover {
	color: var(--color-primary-2);
}
.footer-five .footer-one-single-wized .single-footer-post .post-right .red-more {
	color: var(--color-primary-2);
}
/*new style*/


.marquee-sldier marquee {
    line-height: 30px;
    color: #000;
    font-weight: normal;
}
.marquee-sldier marquee span{color: var(--color-primary-5) !important; font-weight: 600;}
.marquee-sldier marquee span img{margin-right: 7px; animation: movebounce 5s linear infinite;}

.container-fluid2 {
	width: 100%;
	padding-right: var(--bs-gutter-x, 4.19rem);
	padding-left: var(--bs-gutter-x, 4.19rem);
	margin-right: auto;
	margin-left: auto;
}
.header-one-btn {
	padding: 18px 13px;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
}
.clear-fix {
	clear: both !important;
}
.hidden {
	visibility: hidden;
}
.swiper-button-next, .swiper-button-prev {
	border-radius: 50%;
	padding: 38px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: #ffffff91;
	transition: var(--transition);
}
.center {
	display: flex;
	justify-content: center;
}
.small-title {
	color: var(--color-primary);
	margin-bottom: 0;
	font-family: var(--font-secondary);
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: -5px;
}
.white {
	color: #fff;
}
.cta2-bg {
	background-image: url(../img/cta2-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.more-branches {
	margin-top: 2em;
}
.more-branches a {
	display: inline-block;
}
.g-recaptcha > * {
	margin-top: 2em;
}
.whatsaap {
	position: fixed;
	right: 6%;
	bottom: 4%;
	z-index: 990;
}
.whatsaap img {
	border-radius: 0;
}
.v-counter{
	border-radius: 20px;
	background-color: #ddd;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding-top: 8px; 
	overflow: hidden;
}
.v-counter a{
	cursor: auto;
}
.v-counter a:hover {
	color: #5d666f !important;
}
.v-counter a:focus {
	color: #5d666f !important;
}
.v-counter a:active {
	color: #5d666f !important;
}
.bg-red{
	/* background-color: #fff1f1; */
	background-color:var(--color-primary-alta);
}
.candidate-video{
	padding: 15px 15px 10px 15px;
	background: #fff;
	border-radius: 20px;
	border: 0;
	box-shadow: 0px 9px 30px rgba(33, 5, 5, 0.06);
}
.candidate-video iframe{ 
	border-radius: 15px;
}
.candidate-video h5{
	margin-bottom: 0;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}
.candidate-video h6{
	margin-bottom: 0;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}
.bg-gradient{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d7cbe9), to(#faeded));
	background-image: linear-gradient(to bottom, #afd1f8,var(--color-primary-light)  ); 
}
.social-bg-gradient{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d7cbe9), to(#faeded));
	background-image: linear-gradient(to bottom, #afd1f8,var(--color-primary-light)  ); 
}
.width-5div{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
}
.social-height{
	height: 600px;
	overflow: hidden;
}
.btn-style{
	display: block;
	position: absolute;
	top: 12px;
	right: 16px;
	z-index: 999;
	width: 40px;
	height: 40px;
	background-color: #E20707;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer; 
	float: right;

}
.btn-style .fa-times{
	color: #fff;
	font-size: 25px;
}
.border-radius{
	border-radius: 30px;
	overflow: hidden;
}
.yottie-widget-feed-section-slide{
	display: block !important;
}
.pt-10{
	padding-top: 10px !important;
}
.g-recaptcha.no-margin > *{
	margin-top: 0 !important;
}
.width-100{
	max-width: 100% !important;
	text-align: center;
}
.section-pad{
	padding: 60px 0;
}
.section-pad2{
	padding:70px 0;
}
.title-area h2{
	font-size: 35px;
}
.team {
	padding: 120px 0;
}
.hri-team-area.style-4 .team-inner-two {
	position: relative;
	width: 100%;
	transition: all 0.6s;
}
.hri-team-area.style-4 .team-inner-two.inner {
	margin-bottom: 100px;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.hri-team-area.style-4 .team-inner-two:hover .acquaintance-area .team-desc {
	max-height: 400px;
	transform: scaleY(1);
	transition: all 0.4s, max-height 1.5s;
	padding: 15px 0;
	font-weight: 600;
	color: #000;
	font-size: 17px;
}
.hri-team-area.style-4 .team-inner-two a.thumbnail {
	overflow: hidden;
	display: block;
	border-radius: 15px;
}
.hri-team-area.style-4 .team-inner-two a.thumbnail img {
	width: 100%; 
}

.hri-team-area.style-4 .team-inner-two .acquaintance-area {
	position: absolute;
	right: 50%;
	left: unset;
	width: 85%;
	padding: 10px;
	transform: translateX(50%);
	bottom: -20%;
	background: #fff;
	border-radius: 15px;
	transition: all 0.6s;
	box-shadow: 0px 4px 27px #00000012;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area {
		bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area {
		bottom: 0;
	}
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .header {
	padding: 0 0 5px 0;
	border: 0;
}
@media only screen and (max-width: 1199px) {
.hri-team-area.style-4 .team-inner-two .acquaintance-area .header {
        padding: 10px 62px 0 62px;
}
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .header .title {
	font-size: 22px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area .header .title {
		font-size: 20px;
	}
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .header span {
	color: var(--color-primary);
	font-weight: 400;
	font-size: 17px;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .team-desc {
	font-size: 14px;
	margin-bottom: 0;
	color: #777;
	position: relative;
	padding: 5px 0;
	z-index: 1;
	max-height: 0;
	opacity: 1;
	line-height: 24px;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: all 0.8s, max-height 0.8s;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .team-desc::before {
	content: "";
	position: absolute;
	background: var(--color-primary);
	width: 50px;
	height: 2px;
	right: 50%;
	top: 3px;
	transform: translateX(50%);
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social {
	padding: 5px 84px 5px 84px;
	margin-right: -30px;
}
@media only screen and (max-width: 1199px) {
	.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social {
		padding: 20px 62px;
		margin-right: -30px;
	}
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a {
	position: relative;
	z-index: 1;
	transition: 0.3s;
	margin-right: 30px;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a i {
	font-size: 14px;
	color: var(--color-primary);
	transition: 0.3s;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a::after {
	position: absolute;
	content: "";
	background: #F6F6F6;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a:hover i {
	color: #fff;
}
.hri-team-area.style-4 .team-inner-two .acquaintance-area .acquaintance-social a:hover::after {
	background: var(--color-primary);
}
.big-pic{
	text-align: center;
	margin:3em;
}
.big-pic img{
	width: 1014px;
}
.bg-global-presence {
	background-color: var(--color-primary-alta) ;
}

.global-presence{
	padding: 15px 15px 5px 15px;
	border-radius: 20px;
	box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
	background-color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.global-presence img{
	border-radius: 15px;
}
.global-presence h4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
	padding-top: 7px;
	/* color: #ff1014; */
	color:#008cff!important;
}
.global-presence p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
}
.title-gp{
	text-align: center;
	padding: 25px;
}

.hot-jobs h3 {
	margin-bottom: 0px;
	font-size: 25px;
}
.hot-jobs p {
	margin-bottom: 1px;
	font-size: 17px;
}
.hot-jobs .btn-pad {
	margin-top: 1.4em;
}
.btn-pad a{
	display: ruby-base;
}
.delegates a{
	font-size: 17px;
}
.delegates .portfolio-text{
	padding: 6px 0 !important;
}
.gallery-pic img {
	border-radius: 10px;
	max-height: 30vh;
	width: 100%;
	min-height: 30vh;
}
.gallery-pic {
	padding: 12px;
	border-radius: 15px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 3px rgb(209, 209, 209);
	box-shadow: 0px 5px 20px 3px rgb(209, 209, 209);
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 10px 5px 10px 5px;
}
.gallery-pic:hover {
	transform: scale3d(1.1, 1.1, 1.1);
}
ul.decimal li{
	list-style-type: decimal;
}
.hri-contact-fluid {
	box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
	padding-bottom: 100px;
}
.hri-contact-fluid .form-wrapper {
	width: 80%;
	margin: auto;
}
.bdr-b{
	border-bottom: 1px solid #f7c2c2;
}
.a-style a{
	color: var(--color-primary);
	text-decoration: underline;
	font-style: italic;
}
.a-style a:hover{
	color: #000;
}
.btn1{
	width: 100%;
	background: #df0a0a; 
}
.btn1 a{
	padding: 15px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
}
.btn1 a:hover{
	background-color: #7c0a0a;
}
.btn2{
	width: 100%;
	background: #0d81e4; 
}
.btn2 a{
	padding: 15px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
}
.btn2 a:hover{
	background-color: #0f528c;
} 
.banner-three.banner-four {
  background: url(../img/are-client.webp); 
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; 
} 
.banner-three.banner-four .banner-section-gap {
  padding: 350px 0 0px 0;
}
.banner-three.banner-four .text-bg-stl {
  padding: 70px 40px 70px 70px;
  background-color: rgba(27,27,27,.78);
}
.banner-three.banner-four .text-bg-stl h2{
	color: #fff;
	font-size: 63px;
	font-weight: 700; 
}
.banner-candidate{
	background: url(../img/are-candidate.webp); 
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; 
}
.banner-candidate .banner-section-gap {
  padding: 350px 0 0px 0;
}
.banner-candidate .text-bg-stl {
  padding: 70px 40px 70px 70px;
  background-color: rgba(27,27,27,.78);
}
.banner-candidate .text-bg-stl h2{
	color: #fff;
	font-size: 63px;
	font-weight: 700; 
}
/*custome globe tab on hover */
.globe {
    margin-bottom: 2em;
    margin-top: 1.5em;
    padding: 0;
}
.tab {
  float: left; 
  width: 100%; 
  color: #4e3486; 
  font-size: 20px;
  padding-top: 2.5em;
}  
.tablinks{
  position: relative;	
}
.tab span.line{
  position: absolute;
  left: 29%;
  top: 34px;
  margin-left: 10px;
  background: #2d2c2f;
  width: 80px;
  height: 2px;
  transition: all 300ms ease-out;
}
.tab button.active span.line{
  position: absolute;
  left: 37%;
  top: 40px;
  bottom: 0;
  width: 160px;
  height: 3px;
  background: #df0a0a;
  transition: all 300ms ease-out;
}
.tab button {
    display: block;
    color: black;
    padding: 0;
    width: 10%;
    float: left;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
}
.tab button.active {
    color:var(--color-primary-4);
    font-weight: 700;
} 
.tabcontent {
    float: left;
    padding: 40px 12px 0px 12px;
    width: 100%;
    border-left: none;
    height: 300px;
    display: none;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: rgb(0 0 0 / 54%) 0px 3px 8px;
}
.tabcontent img {
    max-width: 65%;
    border: 1px #fff solid;
    background-color: #ffffff29;
}
.tabcontent.active{
	display: block;
}
.tabcontent .cente{
	display: flex;
}
.tabcontent .p-center{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.tabcontent p {
    padding: 15px;
    font-size: 23px;
    color: #222;
    line-height: 37px;
    font-weight: 600;
    text-shadow: 1px 1px 2px #fff;
}
/*theme tab*/
.hri-tab-style-one .button-area button { 
  color: #353535;
  padding: 15px 10px;
  border-bottom: 1px solid #EDEFF3;
  margin-bottom: 8px;
  font-size: 17px; 
  font-weight: 600;
  text-align: left; 
  border-radius: 10px;
}
.hri-tab-style-one .button-area {
  padding: 30px;
  border: 1px solid var(--color-tab-border);
  border-radius: 15px;
  background: var(--color-tab-background);
  text-align: left;
  min-width: max-content;
}
.hri-tab-style-one .button-area button:last-child {
  border-bottom: none;
  margin-bottom: 0;  
}
.hri-tab-style-one .button-area button.active {
  color: #fff;
  background-color: var(--color-tab-button-area) !important;
  font-weight: 600; 
}
.hri-tab-style-one .button-area button:hover{
	color: #fff;
  	background-color:var(--color-tab-button-area) !important;
}
.hri-tab-style-one .tab-content {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
    height: 526px;
    overflow: auto;
}
.hri-tab-style-one .tab-content .hri-tab-content-one p.disc {
  font-size: 17px;
  font-weight: 500;
  color: #1C2539;
  line-height: 26px; 
  margin-bottom: 24px;
} 
.hri-tab-style-one .tab-content .hri-tab-content-one .check-area i {
  color: var(--color-primary-2);
  font-size: 18px;
}
.hri-tab-style-one .tab-content .hri-tab-content-one .check-area{
	display: flex;
} 
.hri-tab-style-one .tab-content .hri-tab-content-one .check-area p {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 17px;
  color: #5D666F;
  font-weight: 400; 
}
.clr-red{
	color: #DF0A0A;
}
.clr-primary{
	color: var(--color-primary);
}
.jd tr td{
	color:#000;
	padding-left:30px;
}
.jd tr th{
	background:#df0a0a;
	color:#FFF;
	padding:5px 5px 5px 30px;
	border: 1px solid #df0a0a;
	font-weight: 600;
}
.ser-center{
	justify-content: center;
}
.center-element{
	justify-content: center;
	display: flex;
	text-align: center;
}
.modal-body .center-element img{
	max-width: 60%;
}
.t-centr{
	text-align: center;
}
p.opp-title{
	color: var(--color-primary);
	font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

.dot ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    list-style: disc;
}


.carousel-control-next-icon, .carousel-control-prev-icon{width: 30px !important; height: 51px !important;}
.carousel-control-prev-icon{background-image: url(../img/left-arrow.webp) !important;}
.carousel-control-next-icon{background-image: url(../img/right-arrow.webp) !important;}
.hri-title-area img{text-align: center; height: 220px; margin-bottom: 20px;}

.years18-desktop {
    position: fixed;
    bottom: 110px;
    right: 20px;
    height: 150px;
    z-index: 6;
}

.hri20years{width: 100%; float: left; text-align: center; padding: 30px 0; -webkit-transition-property: all;  -webkit-transition-duration: 0.3s;  -webkit-transition-timing-function: ease;}
.hri20years img{width: auto; height: 200px;}
.hri20years:hover img{transform: scale(2);}

.marquee-sldier {
    width: 100%;
    float: left;
    background-color: #eee;
    height: 44px;
    font-size: 17px;
    color: #ec1e22;
    font-weight: 600;
    padding-top: 10px;
}

.service p {
    font-size: 18px;
    line-height: 15px;
    margin: 20px 0 0 0;
}


.career-area {
    width: 100%;
    float: left;
    margin: 60px 0 70px 0;
}

.career-breadcrumb {
    width: 100%;
    float: left;
    padding: 40px 0;
    font-size: 32px;
    text-align: center;
    background-color: #0168C7;
    color: #fff;
}

.client-logos {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 360px;
    border: 2px #BCBDC0 solid;
    border-bottom: 10px #BCBDC0 solid;
    padding: 50px 20px 0;
    overflow: hidden;
    height: 180px;
}
.client-logos img {
    width: 100%;
    height: auto;
    padding: 0;
}
.log-box h2 {
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 10px;
    color: #333;
    height: 45px;
    text-align: center;
    width: 100%;
    float: left;
}
.logos-heading {
    width: 100%;
    float: left;
    font-size: 24px;
    color:  var(--color-primary);
    font-weight: 600;
    padding: 10px;
    border-left: 5px var(--color-primary) solid;
}

.recentbanner img{width: 100%; height: auto; }
#dots-con{display: none;}


/* Recent Update */
.recent-area{width: 100%; float: left; }
#slider2{
  width:100%;
  margin:80px auto 0 auto;
  position:relative;
  overflow:hidden;
  box-shadow:2px 5px 10px rgba(0,0,0,0.4);
}
.recent-updates {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 27px;
    color: #e81f26;
    margin: 40px 0 25px 0;
    font-weight: 600;
}
.slide2{
  width:100%;
  display:none;
  animation-name:fade;
  animation-duration:1s;
  
}
.slide2 img{width:100%; border-radius: 0;}
@keyframes fade{
  from{opacity:0.5;}
  to{opacity:1;}
}
.controls2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    padding: 12px 0 0 13px;
    border-radius: 90px;
    border: 1px #222 solid;
    width: 50px;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
}
.controls2 .fa{color: #222 !important;}

.controls2:hover{
  background:white;
  transition:0.3s;
}
.controls2:active{color:grey;}
#left-arrow{left:10px;}
#right-arrow{right:10px;}
#dots-con{text-align:center; margin-top: 15px;}
.dot2{
  display:inline-block;
  background:grey;
  padding:8px;
  border-radius:50%;
  margin:10px 5px;
}

@media (max-width:576px){
#slider2{width:100%;}  
.controls2{font-size:1em;}  
#dots-con{display:none;}
} 
/* End */


.user-group {
    margin-top: 30px;
    flex-flow: row wrap;
}
.avatar-group {
    display: flex;
    align-items: center;
}
.avatar-group .avatar {
    width: 65px;
    height: 65px;
    border: 5px solid #fff;
}
.rounded-circle {
    border-radius: 50%!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.avatar-group .text {
    margin-left: 20px;
}
.text, p {
    position: relative;
    font-size: var(--font-18);
    line-height: 28px;
    color: var(--color-three);
}
.avatar-group .text h4 {
    line-height: 24px;
    color: #e33438;
    font-size: 24px;
    margin: 0 0 4px 0;
}
.avatar-group .text p {
    font-weight: 600;
    line-height: 24px;
    color: #1274cd;
    margin-bottom: 0px;
}
.content {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.user-group .rating-point {
    padding: 0px 30px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(223,10,10,0.05) 50%, rgba(255,255,255,0.4) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(223,10,10,0.05) 50%, rgba(255,255,255,0.4) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(223,10,10,0.05) 50%, rgba(255,255,255,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.user-group .rating-point .vote {
    font-size: 60px;
    font-weight: 800;
    line-height: 72px;
    color: var(--white-color);
    margin-bottom: 0px;
    background-image: url(../img/bg-2.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.user-group .rating-point .divider {
    font-size: 42px;
    font-weight: 800;
    color: #333;
}
.user-group .rating-point .total {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #1c2539;
}

.main-header{display: flex; justify-content: flex-end; align-items: center;}

.hri-service-area{padding: 80px 0;}

.profile-right{text-align: right;}

.public-area{width: 100%; float: left; text-align: center; margin-bottom: 20px; font-size: 32px; color: #E20707; font-weight: 600;}
.public-txt {
    width: 100%;
    float: left;
    padding: 20px 30px;
}
.public-txt p {
    width: 100%;
    float: left;
    text-align: justify;
    font-size: 17px;
    color: #333;
    line-height: 22px;
    margin: 0 0 12px 0;
}
.hriline {
    width: 100%;
    float: left;
    background-color: #E20707;
    height: 2px;
    margin-bottom: 15px;
}
.hri-url{width: 100%; float: left; text-align: center; color: #E20707; font-weight: 600;}

.content-area p {
    margin: 0 0 20px 0;
    color: #000;
    text-align: justify;
    font-size: 18px;
}
.content-area ul {
    margin: 0;
    padding: 0 0 0 40px;
    color: #444;
}
.content-area ul li {
    list-style: disc;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
}
.content-area ol li{color: #444;}

.content-area h6 {
    /* color: #e13036; */
	color:#3086e1;
	
}


.header-top {
    width: 100%;
    float: left;
    padding: 3px 10px;
    background-color: var(--color-primary-4);
}


.approved-govt {
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 2px 20px 0 0;
    border-left: 4px #fff solid;
    padding-left: 8px;
}

.approved-govt a{color: #fff;}



.mailbox {
    float: right;
    margin: 2px 0 0 0;
}
.mailbox a {
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
    font-weight: 600;
}

.upload-resume {
    float: right;
    margin: 3px 12px 0 0;
    display: flex;
    gap: 15px;
    align-items: center;
}
.upload-resume p{margin-bottom: 0;}
.upload-resume a {
    font-size: 14px;
    background-color: #fff;
    padding: 3px 10px 2px 10px;
    color: #333;
    font-weight: 600;
}
.upload-resume a .fa{margin-right: 5px;}
.upload-resume a:hover{
	background-color: #fff;
    color: #333;
}


.top-social {
    width: 144px;
    float: right;
    margin: 4px 20px 0 0;
}
.top-social ul{padding: 0; margin: 0;}
.top-social ul li {
    list-style: none;
    float: left;
    margin: 0 7px;
}


.google-translate {
    width: 133px;
    float: right;
    margin-top: -3px;
}


.thanks-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 100px 0 140px 0;
    background-color: #fff;
}
.thanks-area img{
	height: 170px;
}
.thanks-area h2 {
    font-size: 37px;
    color: #e33438;
    margin-bottom: 15px;
}
.thanks-area p {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #666;
}

.disc li{list-style: disc;}



/* Jobs update */
.service-area {
    width: 100%;
    float: left;
    background: url(../img/why-dot.png);
    margin-top: 0;
    padding: 10px 0 35px 0;
    background-repeat: no-repeat;
}
.service-box {
    width: 100%;
    float: left;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    padding: 0 0 30px 0;
    margin-bottom: 40px;
}
.service-box img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.service-a {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,54,100,0.14) 86%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(0,54,100,0.14) 86%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,54,100,0.14) 86%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    color: #333;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    border-radius: 20px;
    padding: 10px 22px;
    margin: 0 10px;
}
.service-box a:hover {
    background-color: var(--color-primary);
    color: #fff;
}


.mdlcustom .service-box{box-shadow: none; padding: 0; margin-bottom: 0;}
.mdlcustom .modal-body{position: relative; flex: 1 1 auto; padding: 0.2rem;}
.mdlcustom .service-box{border-radius: 0;}
.mdlcustom .service-box img{margin-bottom: 0;}
.mdlcustom .service-box a{padding: 11px 22px; margin: 0 10px 10px 10px; display: inline-block;}
.service-box a{cursor: pointer;}
.mdlcustom .service-box .service-box img{margin-bottom: 12px;}
.mdlcustom .service-box img{border-radius: 0;}

.hot-jobs .service-box img {
    cursor: pointer;
    filter: none;
    -webkit-filter: grayscale(0%);
    height: 300px;
}

.hot-heading {
    width: 100%;
    float: left;
    font-size: 32px;
    text-align: left;
    color: var(--color-primary);
    margin: 60px 0 30px 0;
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    font-weight: 600;
}



/* Sitemap */
.sitemap-area{width: 100%; float: left; padding: 80px 0;}
  .sitemap{width: 100%; float: left;}
  .sitemap h2 {
    font-size: 22px;
    border-bottom: 1px #999 solid;
    padding-bottom: 7px;
    color: #333;
  }
  .sitemap ul{margin: 0; padding: 0;}
  .sitemap ul li {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px #fff solid;
    margin: 0 0 5px 0;
    }
  .sitemap ul li a {
    width: 100%;
    float: left;
    padding: 7px 20px;
    color: #fff;
    background-color: #0077bd;
  }
  .sitemap ul li a:hover{
    background-color: #e23338;
  }

  .sitemap ul span {
    padding-left: 22px;
    width: 100%;
    float: left;
    margin: 5px 0 15px 0;
    }
  .sitemap ul span p{margin: 0; color: #444;}
  .sitemap ul span p .fa{color: #e23338; margin-right: 5px;}

  .seprate-area {
    width: 100%;
    float: left;
    height: 2px !important;
    margin: 50px 0;
  }


.accre-heading{width: 100%; float: left; text-align: center; margin-top: 30px;}
.accre-heading h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 25px;
}


.gallery-block{margin: 5px 0;}


.gallery-area .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #e13833 !important;
    border-color: #e13833 !important;
    padding: 12px 20px;
}

.gallery-area ul li{margin-bottom: -2px !important;}

@media only screen and (max-width: 767px){
.sitemap{margin-bottom: 35px;}
}
/* Sitemap */


.hr-heading {
    font-size: 22px;
    margin-top: 14px;
}


.infrastructure-area{width: 100%; float: left; padding: 80px 0;}
.gallery-block{width: 100%; float: left; margin-bottom: 20px; position: relative; overflow: hidden; border-radius: 15px;}
.gallery-block img{width: 100%; height: auto; border-radius: 15px; transition: transform .5s;}
.gallery-block img:hover{transform: scale(1.1);}
.gallery-block h2 {
    margin: 0;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    background-color: rgb(000, 000, 000, .6);
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 9px 20px 19px 20px;
    max-width: 100%;
    font-size: 17px;
    line-height: 24px;
    height: 80px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.gallery-tabination {
    width: 100%;
    float: left;
    margin-top: 70px;
}
.tabination-block{width: 100%; float: left; text-align: center; margin-bottom: 20px;}
.tabination-block a {
    font-size: 17px;
    padding: 10px 20px;
    color: #333;
    border: 1px #333 solid;
    margin: 0 5px;
    font-weight: 500;
}
.tabination-block a:hover{
    border: 1px var(--color-primary) solid;
    color: var(--color-primary);
}

.tab-radius a{border-radius: 90px;}
.nav-tabs .nav-link {
	padding: 13px 20px;
}

.gallery-area .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
.gal-country-active{background-color:  var(--color-primary) !important; border: 1px  var(--color-primary) solid !important; color: #fff !important;}
.gallery-area{margin-bottom: 60px;}
.gallery-area .nav-link{color: #333333;}



/* Home popup fomr */
.conshdr{background-color: #F51B21;}
.consult-heading {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 27px;
}
.clobtn{
	width: 30px;
    font-size: 24px;
    height: 30px;
    border-radius: 90px;
}
.consult-ipt {
    width: 100%;
    float: left;
    padding: 10px 15px 10px 0 !important;
    font-size: 15px !important;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px #d5d5d5 solid !important;
}
.form-sub {
    padding: 12px 30px;
    background-color: #e33438;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 14px 0 0 0;
    float: right;
}
.form-sub:hover{
    background-color: #0077bd;
}
.mb-pad {
    padding: 0 2rem 3rem 2rem;
}

.profile-area{width: 100%; float: left; background-color: #ebeef3; padding: 80px 0;}
.form-block{
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
    text-align: center;
}
.form-block h2 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #f52126;
    padding: 15px 0;
}
.company-block {
    width: 100%;
    float: left;
    padding: 0 20px 35px 20px;
}
.company-block input {
    width: 100%;
    padding: 15px 25px 15px 25px;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 16px;
    border: none;
    box-shadow: inset 2px 2px 2px #cbced1, inset -3px -3px 3px #fff;
    outline: none;
    border-radius: 90px;
    margin-top: 20px;
}
.pro-sub{
    color: #fff;
    background: #003664 !important;
    border: none !important;
    border: 0;
    padding: 15px 60px;
    font-size: 17px;
    box-shadow: none !important;
    cursor: pointer;
    font-weight: 600;
    border-radius: 90px;
}
.pro-sub:hover {
    background: #b90717 !important;
    color: #fff !important;
}

.infra-area{width: 100%; float: left;}
.infra-block{width: 100%; float: left;}
.infra-block img{width: 100%; height: auto;}

.career-block {
    display: flex;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    border:1px solid transparent;
}
.career-block:hover{border:1px #ccc solid;}
.career-pic{float: left; margin-right: 20px;}
.career-left{display: flex;}
.career-pic img{width: 100px; height: auto;}
.career-desc h2 {
    font-size: 22px;
    color: #333;
    margin: 0;
}
.career-desc span {
    font-size: 12px;
    color: #f52126;
    padding: 6px 12px;
    border-radius: 90px;
    background-color: #fff;
    border: 1px #f52126 solid;
    margin: 0 0 0 10px;
}
.career-desc ul {
    margin: 0;
    padding: 0;
}
.career-desc ul li {
    list-style: none;
    color: #888;
    float: left;
    margin-right: 20px;
    font-size: 14px;
}
.career-desc ul li .fa{margin-right: 3px;}
.career-right ul{
	margin: 0;
	padding: 0;
}
.career-right ul li {
    background-color: #fff;
    color: #333;
    float: left;
    padding: 5px 15px;
    border-radius: 90px;
    font-size: 13px;
    margin: 0 0 0 8px;
    border: 1px #ddd solid;
}

.career-heading {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #0076bc;
    padding: 40px 0;
}
.career-heading h1 {
    color: #fff;
    margin: 0;
    font-size: 50px;
}
.career-heading p{color: #fff; margin: 0; font-size: 20px;}

.google-review {
    position: fixed;
    bottom: 20px;
    left: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 99999;
}



.news-updates-block{width: 100%; float: left; border-radius: 10px; overflow: hidden; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.news-section {
    width: 100%;
    float: left;
    height: 230px;
    overflow: hidden;
}
.news-section img{width: 100%; height: auto; 
-webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-updates-block:hover .news-section img{
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}
.news-inner-part{width: 100%; float: left; padding: 20px;}
.news-inner-part h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.news-inner-part p {
    font-size: 16px;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 25px;
}
.news-inner-part a {
    background-color: #df0a0a;
    padding: 10px 22px;
    font-size: 16px;
    background-color: #fff;
    border: 1px #df0a0a solid;
    color: #df0a0a;
    border-radius: 90px;
    display: inline-block;
}

.news-updates-block:hover .news-inner-part a {
    background-color: #df0a0a;
    border: 1px #df0a0a solid;
    color: #fff;
}

.announcement-block{width: 100%; height: auto;}
.story-video .col-lg-3{max-width: 20%;}
.story-video .col-lg-3 h6{font-size: 16px;}


.latestnews-block{width:100%; float:left; background: #1D2027; padding: 60px 0 0 0;}
.certificate-block{width:100%; float:left; background: #1D2027; padding: 20px 0 60px 0; margin-bottom: 80px;}

.display-none{display:none !important;}

.carousel-arrow .carousel-control-prev{left: -82px !important;}
.carousel-arrow .carousel-control-next{right: -82px !important;}



.innovation-block{display: flex; border: 1px #999 solid; border-radius: 10px; margin: 0 12px; overflow: hidden;}
.innovation-block > div{width: 50%;}
.innovation-pic img {
    width: 100%;
    overflow: hidden;
}
.innovation-heading{padding: 15px;}
.innovation-heading h2{font-size: 20px; color: #ff181e; line-height: 22px; margin: 0 0 10px 0;}
.innovation-heading p{font-size: 15px; color: #555; line-height: 22px;}


.student-visa-area{width: 100%; float: left; position: relative; margin-bottom: 10px;}
.student-visa-area img{width: 100%; height: auto; border-radius: 20px;}
.student-visa-area h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
    z-index: 99999999;
    padding: 20px;
}
.overlay h3 {
    font-size: 27px;
    color: #fff;
    margin: 0;
}
.overlay p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.student-visa-area:hover .overlay {
  opacity: 1;
  border-radius: 20px;
}

.opening-area {
    width: 100%;
    float: left;
    padding: 70px 0 60px 0;
}
.opening-box{width:100%; float: left; text-align: center;}
.opening-box img {
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
    border-radius: 20px;
    border: 5px #fff solid;
}
.modal-body .service-box img{height: auto !important}

.innovation-heading p a{color: #DF0A0A;}



/* Social Media Hover Effect */
.social-icon {
    position: fixed;
    bottom: 250px;
    right: -100px;
    z-index: 99999;
    transition: .5s ease;
}
.social-icon img {
    margin-bottom: 10px;
    position: relative;
    right: 0;
    transition: all 0.9s ease 0s;
    display: block;
}
.social-icon img:hover{
    right: 84px;
    transition: all 0.9s ease 0s;
}

/* /Language */
/* لغة القائمة المنسدلة */
 
.language-selector {
	position: relative;
	display: inline-block;

  }
  
  .lang-btn {
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 4px;
	background-color: #2c3e50;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 5px;
  }
  
  .lang-btn:hover,
  .lang-btn:focus {
	background-color: #34495e;
	outline: none;
  }
  
  .language-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 5px;
	background-color: white;
	min-width: 120px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
	border-radius: 4px;
	z-index: 1000;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.3s ease, opacity 0.3s ease;

  }
  
  .language-selector:hover .language-dropdown,
  .language-selector:focus-within .language-dropdown,
  .lang-btn:focus + .language-dropdown {
	max-height: 200px; /* ارتفاع كافٍ لعرض الخيارات */
	opacity: 1;
  }
  
  .lang-option {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	transition: all 0.2s ease;
	text-align: right;
  }
  
  .lang-option:hover,
  .lang-option:focus {
	 

	background-color: #f5f5f5;
	color: #43b6e1 !important; /* هذا هو التغيير الرئيسي */
	outline: none;
  }
  
  .lang-option[data-lang="ar"] {
	font-family: 'Arial', sans-serif;
	direction: rtl;
  }
  
  .lang-option[data-lang="en"] {
	border-top: 1px solid #eee;
  }

  .lang-btn-mob{
	margin-bottom: 10px;
	width:100%;
	color: #fff !important;
  }
/* end Language  */

.fa-check:before{
font-weight: 600;
}

/*  swiper*/
.swip-3-1 {
    width: 100%;
    padding: 20px 0;
}

.swip-3-1 .swiper-slide {
   /* توزيع متساوٍ */
    margin-right: 5px !important;
	margin-left: 5px !important;
    height: auto;
    box-sizing: border-box;
}

.candidate-video {
    position: relative;
    width: 100% !important;  
}

.candidate-video iframe {
    width: 100% !important;  
    height: 250px;
    display: block;
    margin: 0 auto;
}
.swip-3-1 .carousel-control-next .carousel-control-next-icon ,
.swip-3-1 .carousel-control-prev .carousel-control-prev-icon {
	-webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}
.swip-3-1 .carousel-control-next    {
	right: -60px  ;
}
.swip-3-1 .carousel-control-prev   {
	left:-60px;
}
/* 5-1 */
.swip-5-1 {
    width: 100%;
    padding: 20px 0;
}

 
.swip-5-1 .carousel-control-next .carousel-control-next-icon ,
.swip-5-1 .carousel-control-prev .carousel-control-prev-icon {
	-webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}
.swip-5-1 .carousel-control-next    {
	right: -60px  ;
}
.swip-5-1 .carousel-control-prev   {
	left:-60px;
}
button .spinner-border{
	
	margin-right: 5px;
}
.contact-container{
margin-top:60px;
}
/* CV  */

.cv-form-area{
margin-top: 15px;
}
 
.cv-form-area .form-group{
	margin-bottom: 5px;
}
.cv-form-area .form-wrapper input {
	height: auto !important;
	padding: 0 5px !important;
	border-radius: 5px !important;
}
 .cv-form-area .form-wrapper select{
	height: 33px !important;
	padding: 0 5px !important;
	border-radius: 5px !important;
}
.cv-form-area .form-group label{
	margin-bottom: 0px !important;
}
.required-span{
	color: var(--color-danger);
}
.cv-form-area .hri-contact-fluid{
background-color: var(--color-primary-alta);
 
 padding: 5px 0 40px 0; 
}
.cv-form-area .hri-btn {
	padding: 10px 15px;
	border-radius: 5px;
	width: -webkit-fill-available !important;
	max-width: -webkit-fill-available !important;
}
.cv-form-area .save {
	padding: 10px 25px !important;
 
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
   margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../bootstrap/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.icon-arrow-left {
	background-position: -240px -96px;
  }
  
  .icon-arrow-right {
	background-position: -264px -96px;
  }
  .res-title{
	padding-top: 10px;
	padding-bottom: 20px;
 color: var(--color-heading-1);
 text-decoration: underline;
  }
  /* .swcontrol{
	top:-200px;
  }
  .left-arr{
	position: relative;
    top: -200px;
    left: -100px;
  }
  .right-arr{
	position: relative;
    top: -200px;
  right: -100px;
  } */
  /* .carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
} */
 /* تنسيق أساسي لـ Swiper */
.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
     padding: 20px 10px;  
	   /* overflow: visible !important; يضمن عرض الأجزاء المخفية */
    
}
 

.swiper-slide {
    /* width: auto !important; يتكيف مع محتوى الشريحة */
    transition: transform 0.3s ease; /* تأثير سلس للانتقال */
}
/*  */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    /* border: 2px solid silver;   */
    border-radius: 50%;
    color: silver !important; /* لون السهم أبيض */
    z-index: 10;
    display: flex;
	justify-content: space-around;
    align-items: center;
    justify-content: center;
    background: none !important; /* إزالة الخلفية الشفافة */
    transition: border-color 0.3s ease; /* تأثير انتقالي لـ Hover */
}
 
/* تغيير لون الحد عند Hover */
/* .swiper-button-next:hover,
.swiper-button-prev:hover {
    border-color: black !important;
} */

/* تنسيق أيقونات الأسهم */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px; /* حجم السهم */
    color: silver; /* لون السهم أبيض */
    font-weight: bold;
	 
}

/* تحديد موضع الأسهم */
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 10px;
}

/*  */
@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

 
.pagination {
	display: flex;
	 
	list-style: none;
	padding: 0;
}
.page-item {
	margin: 0 5px;
}
.page-link {
	padding: 8px 16px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #333;
}
.page-item.active .page-link {
	background-color: #007bff;
	color: white;
	border-color: #007bff;
}



.services-area{width: 100%; float:left; padding: 6rem 0;
	 /* background-color: #f3f4f8; */
	}
.services-block {
    width: 100%;
    float: left;
    box-shadow: -1px 2px 2px #cbced1, 3px -3px 8px #fff;
    padding: 30px;
    border-radius: 20px;
}
.services-block p {
    font-size: 17px;
    color: #555;
    text-align: justify;
}

.services-block-pic{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.services-block-pic img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.services-block h1 {
    font-size: 30px;
    margin: 0 0 15px 0;
    color: var(--color-primary);
    line-height: 35px;
}

.benefits-area{width: 100%; float:left; padding-bottom: 6rem; }
.benefits-block {
    width: 100%;
    float: left;
    border-radius: 20px;
    margin-bottom: 30px;
}
.benefits-block h2{
    font-size: 27px;
    color:var(--color-primary);
}
.benefits-block-pic{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.benefits-block-pic img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.benefits-block ul li img{margin-right: 5px;}
.benefits-block p{font-size: 17px; color: #555; text-align: justify; margin: 0;}
.benefits-block h5 {
    font-size: 20px;
    color: #444;
    margin: 40px 0 10px 0;
}
.benefits-block ul{padding: 0; margin: 0}
.benefits-block ul li {
    font-size: 17px;
    color: #444;
    font-weight: normal;
    text-indent: -32px;
    padding-left: 15px;
    margin: 2px 0;
}

.hri-contact-form-area {
    /* background-color: #f3f4f8; */
    padding: 7rem 0;
}



.overseas-banner {
  width: 100%;
  float: left;

  padding: 100px 20px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 7rem;
}

.overseas-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Transparent black overlay */
  z-index: 0;
}

.overseas-banner h2,
.overseas-banner p,
.overseas-banner a {
  position: relative;
  z-index: 1;
  color: #fff;
}

.overseas-banner h2{
  font-size: 32px;
}
.overseas-banner p{
  font-size: 18px;
}

.overseas-banner a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    background: #ffffff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
    font-size: 19px;
}

.overseas-banner a:hover {
  background: var(--color-primary);
  color: #fff;
}

.main-banner{width: 100%; float: left;}
.main-banner img{width: 100%; height: auto;}


.service-extra{margin-top: 4rem; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; padding: 30px;}
.service-extra ul li img{margin-right: 5px;}
.service-extra p{font-size: 17px; color: #555; text-align: justify;}
.service-extra h5{font-size: 20px; color: #444;}
.service-extra ul{padding: 0; margin: 0}
.service-extra ul li {
    font-size: 17px;
    color: #444;
    display: inline-block;
    width: 48%;
    padding: 10px;
    margin: 3px 0;
    border-left:2px #fff solid;
    transition: transform 0.3s ease-in-out;
}
.service-extra ul li img{
	height: 12px;
	transition: transform 0.3s ease-in-out;
}
.service-extra ul li:hover{
	background-color: #eee;
	border-left:2px #ff1522 solid;
}
.service-extra ul li:hover img {
    transform: scale(1.15);
}

.benefits-block p:first-child{margin-top: 0 !important;}
.benefits-block h5:first-child{margin-top: 0 !important;}
.benefits-block h6:first-child{margin-top: 0 !important;}
.benefits-block ul li {
    font-size: 17px;
    color: #333;
    display: inline-block;
    width: 48%;
    padding: 10px 5rem 10px 40px;
    margin: 3px 0;
    border-left: 2px #fff solid;
    transition: transform 0.3s ease-in-out;
    text-indent: -23px;
    text-align: justify;
}
.benefits-block ul li:hover{
	background-color: #ddd;
	border-left:2px #ff1522 solid;
}
.benefits-block ul li img{height: 12px;}
.benefits-block ul li:hover img {
    transform: scale(1.15);
}

.skill-pic{width: 100%; float:left; margin-bottom: 15px;}
.skill-pic img{width: 100%; height: 280px; object-fit: cover;}

.benhgt{min-height: 380px; max-height: fit-content; margin-bottom: 10px;}
.benhgt2{min-height: 318px; max-height: fit-content; margin-bottom: 10px;}

.services-block ul li img{height: 12px; margin-right: 5px;}

.outsourcing-service {
    width: 100%;
    float: left;
    background-color: #f3f4f8;
    padding: 4rem 0;
    text-align: center;
}
.outsourcing-service img {
    box-shadow: -1px 2px 2px #cbced1, 3px -3px 8px #fff;
    border-radius: 15px;
    padding: 30px;
    height: 200px;
}
/* //home */
.card-height{
min-height:calc(100% + 1.2em) !important;
}
.iframe-style{
	padding:10px 5px;
	border-radius: 15px;
	height: 190px !important;
}
.send-form-btn{
	text-align: -webkit-center;
	margin:auto;
}
 
 