html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
  font-size: 16px;
}

p {
	font-family: 'Montserrat';
	font-size: 14px;
}

/*----- Helper Classes -----*/

html * {
	text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
  top: 40%;
  position: relative;
  z-index: 9999;
}

.container-m {
	max-width: 1024px;
	margin: 0 auto !important;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.container-s {
	max-width: 920px;
	margin: 0 auto !important;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#service {
	margin-top: -150px;
}

/*------ Navbar Styling ------*/

.navbar {
  font-family: "Montserrat";
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: transparent !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.navbar .navbar-brand {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: #D00020 !important;
	vertical-align: middle;
}

.navbar .navbar-brand img {
	vertical-align: middle;
	margin-right: 0.3em;
	max-height: 50px;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar span.navbar-toggler-icon::before {
	outline: none;
}

.navbar .navbar-toggler:focus {
	outline: none;
}

.navbar-nav {
	text-align: center;
	margin-top: 15px;
	background: #FFF;
	-webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
	transition: 0.5s all ease;
}

.navbar-nav .nav-item {
	margin-right: 0;
	margin-top: 1.5rem;
	font-size: 0.85rem;
	font-weight: 400;
  text-transform: capitalize;
  color: #563D7C;
}

.navbar-nav .nav-item .nav-link {
  color: #364655;
	font-weight: 500;
}

.nav-white .nav-item .nav-link {
	font-size: 0.92rem;
	text-transform: capitalize;
  color: #FFFFFF;
}

.nav-white .nav-item .nav-link:hover {
  color: #00eaff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.nav-white .navbar-brand {
	color: #FFFFFF;
}

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

	.navbar {
		/*background: rgba(255, 255, 255, 0.99) !important;*/
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar .navbar-nav {
		padding-bottom: 25px;
	}

	.nav-white .nav-item .nav-link {
		color: #4957B8;
	}

	.navbar .btn-cta {
		padding: 0 30px;
	}

}

@media only screen and (min-width: 240px) {

.navbar.past-main {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.99) !important;
	-webkit-box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
	-moz-box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
	box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
}

.navbar.effect-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar.past-main .navbar-brand {
	color: #D00020 !important;
}

.nav-white.past-main .nav-item .nav-link {
  color: #364655;
	font-weight:500;
}

.navbar.past-main .nav-item .nav-link {
	font-weight: 500;
}

.nav-white.past-main .navbar-brand {
	color: #364655;
}

.navbar.past-main span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-white.effect-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*----------------------------------------------------------
--------------- Hero Home Styling Starts -------------------
----------------------------------------------------------*/

.home {
  padding: 100px 0 50px 0;
}

.home .intro-block {
	padding: 50px 0 50px 0;
	max-width: 800px;
	margin: 0 auto;
}

.centered {
	float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .hero-img img {
  max-width: 720px !important;
  width: 100%;
  margin: 20px 0;
}

.home h1 {
	font-size: 28px;
	font-weight: 600;
	color: #FFFFFF;
	color: #364655;
	line-height: 1.2;
	letter-spacing: 0;
}

.home p {
	font-size: 16px;
	font-weight: 500;
	color: rgb(129, 129, 152);
	max-width: 630px;
	margin: 0 auto;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 15px;
}

.btn-action {
	font-family: 'Montserrat';
	display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
	margin: 25px 0;
  text-transform: uppercase;
	text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
	background-color: #387ed1;
	background: #D00020;
  color: #FFFFFF;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-sizing: border-box;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.btn-action:hover {
	color: #FFFFFF;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 100,.2);
	border: 1px solid transparent !important;
	outline: none !important;
	text-decoration: none;
}

.btn-action:focus, .btn-action:active {
	background: #D00020;
	color: #FFFFFF;
	border: 1px solid transparent !important;
	outline: none !important;
}


.home .client-list {
	margin-top: 25px;
}

.home .client-list ul {
	list-style-type: none;
}

.home .client-list ul li {
  display: inline;
	margin: 0 20px;
}


.home .client-list ul li img {
  width: 100px;
}


.btn-cta {
	font-family: 'Montserrat';
	display: inline-block;
  height: 30px;
  padding: 0 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
	text-transform: capitalize;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	background-color: #387ed1;
	background: #D00020;
	color: #FFFFFF !important;
	border: 1px solid transparent !important;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.btn-cta:hover {
	color: #FFFFFF;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0,.1);
	border: 1px solid transparent !important;
	outline: none;
	text-decoration: none;
}

.btn-cta:focus, .btn-cta:active {
	background: #D00020;
	color: #FFFFFF;
	border: 1px solid transparent !important;
	outline: none !important;
}

/*------------------------------------------------
------------- Hero Version 2 Styling -------------
-------------------------------------------------*/



.hero-2 {
	text-align: center;
}

.hero-2 .hero-content {
		padding: 50px 0;
}

.hero-2 .hero-img {
	border-radius: 24px;
}


.hero-2 .hero-img img {
	border-radius: 10px;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,.1);
}

.hero-2 .form-alt {
	position: relative;
	margin-top: 25px;
}

.hero-2 .chimp-form .input {
	position: relative;
	background-color: #F9F9F9;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s;
}

.hero-2 .form-alt input {
  color: #222222;
  font-family: 'Montserrat';
  padding: 0;
  font-size: 13px;
	font-weight: 500;
	height: 45px;
  border: 0;
  border-radius: 4px;
	background-color: #F3F3F3;
  outline: none;
  padding: 0 100px 0 20px;
	box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}

.hero-2 .form-alt input:focus {
	outline: none !important;
	border-color: transparent;
}

.hero-2 .form-alt .submit-button {
  height: 45px;
  border: 0;
  border-radius: 0 4px 4px 0;
  margin-left: -25px;
  padding: 0 25px 0 25px;
	background: #D00020;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0;
  color: #FFFFFF;
	cursor: pointer;
  outline: none;
	box-shadow: 0 5px 30px rgba(255, 255, 255, 0.05);
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}


.hero-2 #email-error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50%;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	color: #FF3333;
}

.hero-2 #response {
	position: absolute;
	left: 0;
	bottom: -45%;
	vertical-align: middle;
	font-family: 'Montserrat';
	font-size: 13px !important;
	font-weight: 500;
	color: #15ccbe;
}

.hero-2 #chimp-email-error {
	position: absolute;
	left: 0;
	bottom: -45%;
	vertical-align: middle;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	color: red;
}

.hero-2 .success-message {
	color:#33cc33;
	margin-top: 5px;
}

.hero-2 .form-note p {
	font-size: 12px;
}


/*----------- Flex Features ------------*/

.flex-split {
	padding: 100px 0;
}

.flex-intro {
	margin-bottom: 50px;
	text-align: center;
}

.flex-intro h2 {
	font-size: 28px;
	font-weight: 600;
	color: #3a3a47;
	line-height: 1.3;
	margin-bottom: 10px;
}

.flex-intro p {
	font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
	letter-spacing: 0.01em;
  color: #818198;
	max-width: 630px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}


.flex-inner {
	margin: 50px 0;
}

.flex-inner .f-image {
	padding: 0 35px;
}

.flex-inner .f-text {
	padding: 0 35px;
}

 .flex-inner .f-text {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	text-align: center;
}

.flex-inner .f-text h2 {
	font-size: 24px;
	font-weight: 600;
	color: #3a3a47;
	line-height: 1.3;
	margin-top: 20px;
}

.flex-inner .f-text  p {
	font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
	letter-spacing: 0.01em;
  color: #818198;
	margin-top: 15px;
	margin-bottom: 15px;
}


.flex-inner .f-text .left-content a {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	color: #8798ab;
	position: relative;
  display: inline-block;
  text-decoration: none;
}

.flex-inner .f-text .left-content a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20%;
	height: 1px;
	width: 50px;
	background: #8798ab;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.flex-inner .f-text .left-content a:hover::after {
	width: 75px;
}

.flex-inner .f-text .left-content a:hover {
	text-decoration: none;
}

.flex-inner.flex-inverted .f-image {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}

/*---------------------------------------------
----------- Features Section Styles------------
---------------------------------------------*/

.features {
	padding: 100px 0;
	background: #eff1f6;
}

.features-intro {
	margin-bottom: 50px;
}

.features-intro h2 {
	font-size: 28px;
	font-weight: 600;
	color: #3a3a47;
	line-height: 1.3;
	margin-bottom: 10px;
}

.features-intro p {
	font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
	letter-spacing: 0.01em;
  color: #818198;
	max-width: 630px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}


.feature-list {
	margin: 30px 10px;
}

.card-icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin: 0 auto;
	background: rgba(30, 166, 154, 0.08);
	background: #dbe1f2;
	display: table;
	text-align: center;
}

.card-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.card-img img {
	vertical-align: middle;
}

.card-text {
	margin-top: 25px;
}

.card-text h3 {
	font-size: 21px;
	font-weight: 500;
	color: #364655;
	margin-bottom: 15px;
}

.card-text p {
	font-size: 15px;
	font-weight: 500;
	color: rgb(129, 129, 152);
	line-height: 1.6;
	max-width: 320px;
	margin: 0 auto;
}

/*--------------------------------------
--------- Stat Section Styling ---------
--------------------------------------*/

.yd-stats {
	padding: 100px 0;
	background: #D00020;
}

.yd-stats .intro {

}

.yd-stats .intro h2 {
	font-size: 28px;
	font-weight: 700;
	color: #3a3a47;
	color: #FFFFFF;
	line-height: 1.3;
	margin-bottom: 10px;
}

.yd-stats .intro p {
	font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
	letter-spacing: 0.01em;
  color: #818198;
	color: #FFFFFF;

	max-width: 630px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.yd-stats .counter-up {
	margin-top: 50px;
}

.counter-icon {
  padding: 15px;
}

.counter-icon img {
  width: 60px;
	height: 60px;
}

.counter-text {
  margin: 10px 0;
}

.counter-up h3 {
	font-size: 42px;
	font-weight: 700;
	color: #D00020;
	color: #FFFFFF;
}

.counter-text h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em;
  color: #364655;
	color: #FFFFFF;

}

.yd-link {
	text-align: center;
	margin: 25px 0;
}

.yd-link a {
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 500;
	color: #D00020;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}


.yd-ft {
	padding: 75px 0;
	background: #E8F3EC;
	background: #D00020;
}

.yd-ft .yd-ft-inner {
	display: block;
	background: #E8F3EC;
	background: #D00020;
	max-width: 1024px;
	margin: 0 auto;
}

.yd-ft .yd-ft-inner .yd-ft-left {
	padding: 40px;
}

.yd-ft .yd-ft-inner .yd-ft-left h2 {
	font-size: 32px;
	font-weight: 400;
	color: #FFFFFF;
	/*color: #364655;*/
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.yd-ft .yd-ft-inner .yd-ft-left p {
	font-size: 16px;
	font-weight: 500;
	color: #818198;
	color: #FFF;
	line-height: 1.6;
	margin-bottom: 0;
}

.yd-ft .yd-ft-inner .yd-ft-left .btn-action {
	background: #FFF;
	color: #D00020;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.yd-ft .yd-ft-inner .yd-ft-right {
	text-align: center;
}


.yd-ft .yd-ft-inner .yd-ft-right img {
	max-width: 90%;
	margin: 0 auto;
}

/*---------------------------------------------------
-------------- Ar Feature Item Styling --------------
---------------------------------------------------*/

	.ar-ft-single {
		padding: 100px 0;
		margin-top: -175px;
	}

	.ar-feature {
		text-align: center;
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
}

	.ar-feature .ar-list {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 40%;
		flex: 1 0 40%;
		text-align: left;
	}

	.ar-feature .ar-image {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
		margin-left: 0;
	}

	.ar-list ul {
		list-style-type: none;
		overflow: hidden;
		margin-top: 0;
	}

	.ar-list ul li {
		margin-bottom: 30px;
		overflow: hidden;
	}

	.ar-feature .ar-icon {
		float: left;
		width: 15%;
	}

	.ar-feature .ar-icon img {
		margin-top: 0;
		vertical-align: middle;
	}

	.ar-feature .ar-text {
		float: right;
		width: 85%;
	}

	.ar-feature .ar-text h3 {
		font-size: 18px;
		color: #364655;
	  font-weight: 500;
	  line-height: 1.2;
	  margin-bottom: 10px;
	}

	.ar-feature .ar-text p {
		font-size: 15px;
	  font-weight: 500;
	  line-height: 1.6;
	  color: #97a6b5;
	}




	/* ----- Pricing Tables Styling Starts ----- */

	.pricing-section {
		width: 100%;
		height: 100%;
		padding-top: 100px;
		padding-bottom: 100px;
		background: #FFFFFF;
	}

	.pricing-intro {
		padding-bottom: 30px;
	}

	.pricing-intro h1 {
		font-size: 32px;
		color: #364655;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 20px;
	}


	.pricing-intro p {
		font-size: 16px;
		color: #97a6b5;
		font-weight: 500;
		line-height: 1.6;
		letter-spacing: 0;
		margin-top: 10px;
		margin-bottom: 50px;
	}

	.pricing-details {
		padding: 50px 0 0 0;
	}

	.pricing-section .table-left, .pricing-section .table-right {
		padding: 20px 20px 50px 20px;
		margin: 0 auto;
		margin-bottom: 30px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 60px 0px rgba(0,0,0,.1);
		border: transparent;
		border-radius: 10px;
		max-width: 400px;
	}

	.table-left .icon, .table-right .icon {
		padding: 50px 50px 40px 50px;
	}

	.table-left .icon img, .table-right .icon img {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}

	.table-left .pricing-details span, .table-right .pricing-details span {
		display: block;
		font-family: 'Montserrat';
		font-size: 32px;
		font-weight: 600;
		color: #364655;
		opacity: 0.7;
		margin: 20px 0;
	}


	.table-left .pricing-details h2, .table-right .pricing-details h2 {
		font-size: 21px;
		font-weight: 600;
		color: #D00020;
		margin-bottom: 30px;
	}

	.table-left .pricing-details p, .table-right .pricing-details p {
		font-size: 16px;
		font-weight: 500;
		color: #364655;
		line-height: 1.4;
	}

	.table-left .pricing-details ul, .table-right .pricing-details ul {
		margin-top: 30px;
		margin-bottom: 50px;
		padding: 0;
	}

	.table-left .pricing-details li, .table-right .pricing-details li {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 500;
		color: #97a6b5;
		line-height: 1.4;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.pricing-section .table-left:hover, .pricing-section .table-right:hover {
		box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.pricing-section .table-left, .pricing-section .table-right {
		margin-top: 20px;
	}

	.pricing-section .table-center {
		margin-top: 0;
	}

/*------------------------------------------------
---------- Ar Review Section Styling -------------
------------------------------------------------*/

	.ar-reviews {
		padding: 5%;
		background: url(../images/bg.jpg) no-repeat center center;
		background: #f6f6fd;
	}

	.ar-reviews .ar-box {
		background: #D00020;
		display: block;
		padding: 50px;
	}


	.ar-box .ar-right {
		margin-top: 50px;
	}

	.ar-box .ar-left h2 {
		font-size: 24px;
		font-weight: 600;
		color: #FFF;
		line-height: 1.6;
	}

	.ar-box .ar-right p {
		font-size: 14px;
		font-weight: 400;
		color: #FFF;
		line-height: 1.7rem;
		text-align: left;
		margin-bottom: 1.5rem;
	}

	.ar-box .ar-left .btn-action {
		background: #FFF;
    color: #D00020;
    letter-spacing: 1px;
    text-transform: capitalize;
	}

/*----------------------------------------------
------------ Review Section Styling ------------
----------------------------------------------*/


.yd-reviews {
	padding: 100px 0 100px 0;
	background: #FFFFFF;
	background: rgba(30, 166, 154, 0.08);
	background: #ffffff;
	background-size: cover;
}

.yd-reviews .intro {
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 75px;
}

.yd-reviews .intro h1 {
	font-size: 28px;
	font-weight: 700;
  color: #364655;
  line-height: 1.2;
  margin-bottom: 20px;
}

.yd-reviews .intro p {
	font-size: 16px;
  font-weight: 500;
  color: rgb(129, 129, 152);
  line-height: 1.6;
  margin: 0px auto;
}

.yd-reviews .intro p:nth-child(4) {
	font-size: 13px;
}

.yd-reviews .intro a {
	color: #0000FF;
	text-decoration: none;
}


.yd-reviews .card-single {
  	display: block;
}

.yd-reviews .card-single .review-text {
	-webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
	background: #D00020;
	padding: 60px;
	text-align: left;
}

.yd-reviews .card-single .review-attribution {
	-webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
	padding: 60px;
	background: #FFFFFF;
}


.yd-reviews .card-single h1 {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 0;
}

.yd-reviews .card-single .review-attribution i {
	font-size: 13px;
	color: #ffd700;
}

.yd-reviews .card-single .review-attribution h2 {
	font-size: 15px;
	font-weight: 600;
	color: #556577;
	line-height: 1.4;
	margin-top: 5px;
}

.yd-reviews .card-single .review-attribution h6 {
	font-size: 12px;
	font-weight: 500;
	color: #97a6b5;
	line-height: 1.4;
}

.yd-reviews .card-single .review-attribution a {
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 500;
	color: #D00020;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.yd-reviews .card-single .review-attribution a:before {
	content: "";
	position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #D00020;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.yd-reviews .card-single .review-attribution a:hover:before {
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.yd-reviews .card-single .review-attribution .review-img {
	text-align: center;
	margin-bottom: 20px;
}

.yd-reviews .card-single .review-attribution img {
	height: 80px;
	width: 80px;
	margin: 0 auto;
}


/*-------------------------------------------------------
-------------- Subscription Form Styling ----------------
-------------------------------------------------------*/


.cta-sm {
	padding: 100px 0 100px 0;
	background: #f6f6f6;
}

.cta-sm .cta-content {
	max-width: 768px;
	margin: 0 auto;
}

.cta-sm h1 {
	font-size: 28px;
	font-weight: 600;
	color: #364655;
	line-height: 1.6;
}

.cta-sm h4 {
	font-size: 13px;
	font-weight: 400;
	color: #aeaeae;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.form {
	position: relative;
	max-width: 420px;
	margin: 0 auto;
	margin-top: 30px;
}

.chimp-form .mail {
	position: relative;
	background-color: #FFFFFF;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s;
}

.form input, textarea {
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #D00020;
	font-family: 'Montserrat';
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	height: 50px;
	border: 1px solid #D00020;
	border-radius: 4px;
	background-color: #FFFFFF;
	outline: none;
	padding: 0 100px 0 20px;
	box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}

.form input:focus {
	outline: none !important;
	background: #FFFFFF;
	border: 1px solid #D00020;
}

.form .submit-button {
  height: 50px;
	width: 100%;
  border: 0;
  border-radius: 4px;
  margin: 0 auto;
	margin: 15px 0;
  padding: 0 25px 0 25px;
	background: #D00020;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0;
  color: #FFFFFF;
	cursor: pointer;
  outline: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 100,.2);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
}

.form .submit-button:hover {
	box-shadow: 0 5px 25px 0 rgba(0, 0, 100,.2);
}

.form .submit-button:focus, .form .submit-button:active {
	background: #D00020;
}

#email-error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50%;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	color: #FF3333;
}

#response {
	position: absolute;
	left: 0;
	bottom: -45%;
	vertical-align: middle;
	font-family: 'Montserrat';
	font-size: 13px !important;
	font-weight: 500;
	color: #15ccbe;
}

#chimp-email-error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45%;
	vertical-align: middle;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	color: red;
}

.success-message {
	color:#33cc33;
	margin-top: 5px;
}

.form-note p {
	font-size: 12px;
	font-weight: 500;
	color: #97a6b5
}


/*--------------------------------------------------------------
-------------------- Footer Small Styling Starts ---------------
--------------------------------------------------------------*/

.footer-sm {
	padding: 30px 0;
	background: rgba(30, 166, 154, 0.1);
	background: #f6f6f6;
	text-align: center;
}

.footer-sm .col-md-4:nth-child(even) {
	text-align: center;
}

.footer-sm .footer-logo {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	color: #D00020;
	letter-spacing: 0;
	/* display: block; */
	margin-bottom: 15px;
	text-decoration: none;
}

.footer-sm .footer-logo img {
	max-height: 45px;
	margin-top: -20px;
	margin-right: 19px;
}

.footer-sm h6 {
	font-size: 13px;
	font-weight: 500;
	color: #97a6b5;
	letter-spacing: 0;
	display: inline-block;
}

.footer-sm ul {
	list-style-type: none;
	text-align: center;
	margin-top: 10px;
}

.footer-sm ul li {
	font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
	letter-spacing: 0;
  display: inline-block;
	margin-left: 6px;
  margin-right: 6px;
}

.footer-sm ul li a {
	font-size: 13px;
	font-weight: 500;
  position: relative;
  display: inline-block;
  color: #97a6b5;
  text-decoration: none;
}

.footer-sm ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #D00020;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.footer-sm ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.no-touch .footer-sm ul li a:hover {
  text-decoration: none;
  color: #000;
}



/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/


.bk-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	border-radius: 3px;
	z-index: 90;
	display: none;
	width: 45px;
	height: 45px;
	background: #D00020;
	color: #f2f2f0;
	border-radius: 50%;
	display: table;
	box-shadow:0 5px 15px rgba(0, 0, 0, .1);
}

.bk-top-txt {
	display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.back-to-top {
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
  color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}


.back-to-top:focus {
  color: #FFFFFF;
}




/*------------------------------------------
-------------- Media Queries ---------------
------------------------------------------*/

@media only screen and (min-width: 767px) {

	.navbar-nav {
			margin-top: 0;
		}

	.navbar-nav .nav-item {
		margin-top: 0;
		margin-right: 15px;
	  font-size: 0.85rem;
	  font-weight: 400;
	}

	.container-s {
		padding-left: 20px;
		padding-right: 20px;
	}

	.flex-intro h2 {
		font-size: 32px;
	}

	.flex-inner {
		position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		margin: 75px 0;
	}

	.flex-inner .f-image {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 500px;
	    flex: 0 0 500px;
	}

	.flex-inner .f-text h2 {
		font-size: 24px;
	}

	.flex-inner .f-text  p {
		font-size: 16px;
		font-weight: 500;
	}

	.counter-up h3 {
		font-size: 72px;
	}

	.ar-feature {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ar-feature .ar-image {
		margin-left: 25px;
	}

	.ar-reviews .ar-box {
		padding: 100px;
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	}

	.ar-reviews .ar-box .ar-left {
		-webkit-box-flex: 1;
	  -ms-flex: 1 0 50%;
	  flex: 1 0 50%;
	}

	.ar-reviews .ar-box .ar-right {
		-webkit-box-flex: 1;
	  -ms-flex: 1 0 50%;
	  flex: 1 0 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: center;
		margin-top: 0;
	}

	.ar-box .ar-left h2 {
		font-size: 28px;
	}

	.ar-box .ar-right p {
		font-size: 15px;
	}

	.yd-reviews .review-cards {
		margin-bottom: 0;
	}

	.yd-ft .yd-ft-inner {
	padding: 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

	.yd-ft .yd-ft-inner .yd-ft-left {
		-webkit-box-flex: 1;
	  -ms-flex: 1 0 50%;
	  flex: 1 0 50%;
	}

	.yd-ft .yd-ft-inner .yd-ft-right {
		-webkit-box-flex: 1;
	  -ms-flex: 1 0 50%;
	  flex: 1 0 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: center;
	}

	.yd-reviews .card-single {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 background: #FFF;
	}

	.form input, textarea {
		padding: 0 50px 0 50px;
	}

	.footer-sm {
		text-align: left;
	}

	.footer-sm .footer-logo {
	 margin-left: 75px;
	 font-size: 16px;
	 /* display: block; */
	}

	.footer-sm ul {
	 list-style-type: none;
	 text-align: right;
	 margin-top: 0;
	}
}

@media only screen and (min-width: 480px) {

	.container-s {
		padding-left: 40px;
		padding-right: 40px;
	}

	.flex-inner .f-text {
		-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	 	text-align: left;
 }

}

@media only screen and (min-width: 1024px) {
	.hero-2 .form-alt input {
		padding: 0 100px 0 50px;
	}
}

@media screen and (max-width: 420px) {
	.hero-2 .form-alt input {
	    text-align: center;
	    padding: 20px 20px;
	}

	.hero-2 .form-alt .submit-button {
	  margin-left: 0;
	}

}
    
    
    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999 !important;
}
[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite 0.95s linear;
    -moz-animation: circle infinite 0.95s linear;
    -o-animation: circle infinite 0.95s linear;
    animation: circle infinite 0.95s linear;
    border: 2px solid #1c5dab;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
#loader_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fafafa;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 99999999999 !important;
    display: none;
}
[data-loader="circle-side-2"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite 0.95s linear;
    -moz-animation: circle infinite 0.95s linear;
    -o-animation: circle infinite 0.95s linear;
    animation: circle infinite 0.95s linear;
    border: 2px solid #1c5dab;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-family: "PT Serif", Arial, Helvetica, sans-serif;
    color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}
p {
    margin-bottom: 30px;
}
strong {
    font-weight: 600;
}
hr {
    margin: 30px 0 30px 0;
    border-color: #ededed;
    opacity: 1;
}
.main_title {
    text-align: center;
}
.main_title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.main_title p {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #777;
}
.question_title {
    text-align: center;
    margin-bottom: 25px;
}
.question_title h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 45px;
    color: #333;
}
.question_title p {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #777;
    margin-bottom: 0;
}
a.animated_link {
    position: relative;
    text-decoration: none;
}
a.animated_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #D00020;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
a.animated_link.active {
    position: relative;
    text-decoration: none;
    color: #D00020;
}
a.animated_link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #D00020;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
a {
    color: #D00020;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
a:hover,
a:focus {
    color: #A10019;
    text-decoration: none;
    outline: none;
}
a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #409fff;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 7px 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
a.btn_1:hover,
.btn_1:hover {
    background: #0073e5;
    color: #fff;
}
header {
    position: relative;
    padding: 15px 0;
    background-color: rgb(26 36 63);
    border-bottom: 1px solid #d9e1e6;
}
#logo_home h1 {
    margin: 0;
    padding: 0;
}
#logo_home h1 a {
    width: 29px;
    height: 35px;
    display: block;
    background-image: url(https://atrahdis.id/wp-content/uploads/2022/12/icon-white.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 28px 35px;
    text-indent: -9999px;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    #logo_home h1 a {
        background-image: url(https://atrahdis.id/wp-content/uploads/2022/12/icon-white.png);
        background-size: 55px 35px;
    }
}
#social {
    float: right;
    margin: 0 5px 0 0;
}
#social ul {
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
}
#social ul li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
#social ul li a {
    color: #fff;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 26px;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#social ul li a:hover {
    color: #fff !important;
}
main {
    /* background:#f8f8f8 url(../img/pattern.svg) repeat; */
}
main.plain {
    background: #f8f8f8;
}
footer {
    border-top: 1px solid #d9e1e6;
    padding: 30px 0;
}
footer p {
    margin: 0;
    padding: 0;
    float: right;
}
@media (max-width: 991px) {
    footer p {
        float: none;
        margin-top: 15px;
    }
}
footer ul {
    float: left;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    footer ul {
        float: none;
    }
}
footer ul li {
    display: inline-block;
    margin-right: 15px;
}
@media (max-width: 991px) {
    footer ul li {
        margin-bottom: 10px;
    }
}
footer ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 9px;
    color: #999;
}
footer ul li:last-child {
    margin-right: 0;
}
footer ul li:last-child:after {
    content: "";
}
footer ul li a {
    color: #555;
}
footer ul li a:hover {
    color: #0073e5;
}
.item label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    padding: 45px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    border: 1px solid #d9e1e6;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #777;
    cursor: pointer;
}
@media (max-width: 991px) {
    .item label {
        padding: 30px;
    }
}
.item label strong {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
}
.item label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.item label img {
    display: block;
    margin: 0 auto 15px;
    widht: 20px;
}
@media (max-width: 767px) {
    .item label img {
        width: 80px;
        height: auto;
    }
}
.item label span {
    border: 4px solid #d9e1e6;
    display: block;
    margin: 0 auto 15px;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item label figure {
    position: relative;
    width: 114px;
    height: 114px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    overflow: hidden;
}
.item label figure img {
    width: 130px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item input[type="checkbox"]:not(old),
.item input[type="radio"]:not(old) {
    visibility: hidden;
}
.item input[type="checkbox"]:not(old):checked + label,
.item input[type="radio"]:not(old):checked + label,
.item input[type="checkbox"]:not(old):checked + span + label,
.item input[type="radio"]:not(old):checked + span + label {
    display: block;
    border: 1px solid #1a243f;
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
}
.item input[type="checkbox"]:not(old):checked + label:before,
.item input[type="radio"]:not(old):checked + label:before,
.item input[type="checkbox"]:not(old):checked + span + label:before,
.item input[type="radio"]:not(old):checked + span + label:before {
    font-family: "fontello";
    content: "\e81b";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #1a243f;
}
.item input[type="checkbox"]:not(old):checked + label span,
.item input[type="radio"]:not(old):checked + label span,
.item input[type="checkbox"]:not(old):checked + span + label span,
.item input[type="radio"]:not(old):checked + span + label span {
    border: 4px solid #acd373;
}
.item input[type="checkbox"]:not(old):checked + label figure img,
.item input[type="radio"]:not(old):checked + label figure img,
.item input[type="checkbox"]:not(old):checked + span + label figure img,
.item input[type="radio"]:not(old):checked + span + label figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.checkbox_questions {
    position: relative;
}
.checkbox_questions span.error {
    left: -5px;
    top: -35px;
}
.checkbox_questions .icheckbox_square-grey {
    margin-right: 10px;
}
.box_general {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    padding: 45px;
    /* border: 1px solid #d9e1e6; */
}
@media (max-width: 991px) {
    .box_general {
        padding: 30px;
    }
}
input#website {
    display: none;
}
#wizard_container {
    position: relative;
    min-height: 450px;
}
button.backward,
button.forward,
button.submit {
    border: none;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    outline: none;
    min-width: 110px;
    text-align: center;
    background: #1a243f;
    position: relative;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px 10px 30px;
}
button.backward {
    color: #333;
    background: #e8e8e8;
    padding: 10px 20px 10px 30px;
}
button.forward,
button.submit {
    padding: 10px 30px 10px 20px;
}
button[disabled] {
    display: none;
}
button.backward:before {
    content: "\34";
    font-family: "ElegantIcons";
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 18px;
}
button.forward:before {
    content: "\35";
    font-family: "ElegantIcons";
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
}
button.submit:before {
    content: "\4e";
    font-family: "ElegantIcons";
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
}
.backward:hover,
.forward:hover {
    background: #D00020;
    color: #fff;
}
#middle-wizard {
    padding: 30px 0 15px 0;
}
#bottom-wizard {
    padding: 30px 0 45px 0;
    text-align: center;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    background: #6c3;
}
.ui-widget-header a {
    color: #222222;
}
.ui-progressbar {
    height: 3px;
    width: 100%;
    position: relative;
    top: -1px;
    z-index: 2;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    margin-top: -120px;
    margin-left: -195px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 45px;
    border: 1px solid #d9e1e6;
    box-sizing: content-box;
}
#success h4 {
    margin: 0;
}
#success h4 span {
    display: block;
    font-size: 24px;
}
@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
.inlinesvg .svg svg {
    display: inline;
}
.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.hero_in {
    text-align: center;
    height: 275px;
    border-bottom: 1px solid #d9e1e6;
    position: relative;
}
.hero_in.shortcodes {
    background: #edfeff url(../img/shortcodes_bg.svg) no-repeat center bottom;
}
.hero_in.about {
    background: #edfeff url(../img/about_bg.svg) no-repeat center bottom;
}
.hero_in div {
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.hero_in h1 {
    background-color: #D00020;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
}
.box_feat {
    background-color: #fff;
    padding: 40px 35px 5px 35px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    margin-bottom: 25px;
    color: #777;
}
.box_feat h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    color: #f5ab35;
    font-weight: bold;
}
.about_info {
    padding-left: 75px;
    position: relative;
}
@media (max-width: 767px) {
    .about_info {
        padding-left: 0;
    }
}
.about_info h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
}
.about_info h4 span {
    display: block;
    font-weight: 400;
}
.about_info i {
    font-size: 60px;
    color: #D00020;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .about_info i {
        display: none;
    }
}
.widget {
    border-bottom: 1px solid #e8ebed;
    margin-bottom: 25px;
}
.widget h4 {
    font-size: 21px;
    font-size: 1.3125rem;
}
.widget.last {
    border-bottom: none;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.widget.last#follow ul li a {
    color: #333;
}
.widget.last#follow ul li a i {
    color: #D00020;
    margin-right: 5px;
    font-size: 18px;
}
.widget.last#follow ul li a:hover {
    color: #409fff;
    text-decoration: none;
}
.widget#gallery ul li {
    display: inline-block;
    width: 65px;
    height: 65px;
    overflow: hidden;
    margin-right: 3px;
}
.widget#gallery ul li figure img {
    width: 65px;
    height: auto;
}
blockquote.testimonial {
    background: #fff;
    border-radius: 5px;
    border: 0;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 20px;
    position: relative;
}
blockquote.testimonial p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}
.testimonial-arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
}
.testimonial-author {
    margin: 8px 0 0 8px;
}
.testimonial-author .img-thumbnail {
    float: left;
    margin-right: 10px;
}
.testimonial-author .img-thumbnail img {
    max-width: 60px;
}
.testimonial-author strong {
    color: #111;
    display: block;
    padding-top: 7px;
}
.testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
}
.testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
#map_contact {
    width: 100%;
    height: 450px;
    border-bottom: 1px solid #d9e1e6;
}
@media (max-width: 991px) {
    #map_contact {
        height: 350px;
    }
}
.box_contact {
    position: relative;
    padding-left: 60px;
    box-sizing: content-box;
    margin-bottom: 25px;
}
.box_contact i {
    font-size: 42px;
    font-size: 2.625rem;
    color: #3f9fff;
    position: absolute;
    left: 0;
    top: 0;
}
.box_contact h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 400;
}
.styled-select {
    width: 100%;
    overflow: hidden;
    height: 44px;
    background: #fff url(../img/arrow_down.svg) no-repeat right center;
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.styled-select select {
    background: transparent;
    width: 107%;
    padding: 5px 5px 5px 15px;
    border: 0;
    height: 41px;
    color: #999;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    font-size: 1rem;
}
.styled-select select:focus {
    color: #555;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.styled-select select::-ms-expand {
    display: none;
}
.styled-select select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.styled-select select::-webkit-input-placeholder {
    color: #999;
}
input.form-control,
select.form-control,
textarea.form-control {
    background: none;
    background-color: #fff;
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999;
    height: 44px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 10px 6px 15px;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #409fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #555;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #195196;
    background-color: rgba(28, 93, 171, 0.03);
}
span.error {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    left: 15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
}
span.error:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}
.form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-group span.error {
    left: -5px;
    top: -35px;
}
.form-group .icheckbox_square-grey {
    margin-right: 10px;
}
.form-group.short {
    margin-bottom: 10px;
}
.qty-buttons {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
}
input.qty {
    width: 100%;
}
input.qtyminus,
input.qtyplus {
    position: absolute;
    width: 35px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-indent: -9999px;
    top: 2px;
}
input.qtyplus {
    background: url(../img/plus.svg) no-repeat center center;
    right: 35px;
}
input.qtyminus {
    background: url(../img/minus.svg) no-repeat center center;
    right: 5px;
}
.rounded_slider {
    text-align: center;
}
.rounded_slider p {
    margin-bottom: 0;
    color: #777;
}
.rs-tooltip-text {
    font-family: "Roboto Condensed", Arial, sans-serif !important;
    font-weight: bold;
    font-size: 28px !important;
    font-size: 28px !important/16pxrem;
    color: #333;
}
.rs-tooltip-text:before {
    content: "$";
}
.rs-handle-dot {
    border: 1px solid #ccc !important;
    padding: 6px;
}
.rs-handle-dot:after {
    border: 1px solid #fff !important;
}
.rs-seperator {
    border: 1px solid #aaaaaa;
}
.rs-border {
    border: 1px solid #fff !important;
}
.rs-path-color {
    background-color: #f4f9ed !important;
}
.rs-range-color {
    background-color: #8ec549 !important;
}
.rs-bg-color {
    background-color: #ffffff;
}
.rs-handle {
    background-color: #fff !important;
}
.rs-handle-dot {
    background-color: #ffffff;
}
.rs-handle-dot:after {
    background-color: #333 !important;
}
.fileupload {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
}
input[type="file"] {
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    height: auto;
    width: 100%;
    color: #999;
}
input[type="file"]:focus {
    box-shadow: none;
    outline: none;
}
input[type="file"]::-webkit-file-upload-button,
input[type="file"].invalid::-webkit-file-upload-button,
input[type="file"].valid::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 8px 38px;
    font-weight: 600;
    background: #1c5dab url(../img/upload_icon.svg) 8px center no-repeat;
    outline: none;
}
input[type="file"]::-webkit-file-upload-button:focus,
input[type="file"].invalid::-webkit-file-upload-button:focus,
input[type="file"].valid::-webkit-file-upload-button:focus {
    box-shadow: none;
    outline: none;
}
.add_bottom_15 {
    margin-bottom: 15px;
}
.add_bottom_30 {
    margin-bottom: 30px;
}
.add_bottom_45 {
    margin-bottom: 45px;
}
.add_bottom_60 {
    margin-bottom: 60px;
}
.add_bottom_75 {
    margin-bottom: 75px;
}
.add_top_10 {
    margin-top: 10px;
}
.add_top_15 {
    margin-top: 15px;
}
.add_top_20 {
    margin-top: 20px;
}
.add_top_30 {
    margin-top: 30px;
}
.add_top_60 {
    margin-top: 60px;
}
.more_padding_left {
    padding-left: 40px;
}
@media (max-width: 767px) {
    .more_padding_left {
        padding-left: 0;
    }
}
.nomargin_top {
    margin-top: 0;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}
@media (max-width: 575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px;
    }
}
.margin_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 991px) {
    .margin_120 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}
@media (max-width: 575px) {
    .margin_120 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.margin_120_95 {
    padding-top: 120px;
    padding-bottom: 95px;
}
@media (max-width: 991px) {
    .margin_120_95 {
        padding-top: 60px;
        padding-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .margin_120_95 {
        padding-top: 30px;
        padding-bottom: 5px;
    }
}
.margin_120_0 {
    padding-top: 120px;
}
@media (max-width: 991px) {
    .margin_120_0 {
        padding-top: 60px;
    }
}
@media (max-width: 575px) {
    .margin_120_0 {
        padding-top: 30px;
    }
}
.margin_30_95 {
    padding-top: 30px;
    padding-bottom: 95px;
}
@media (max-width: 991px) {
    .margin_30_95 {
        padding-top: 15px;
        padding-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .margin_30_95 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 991px) {
    .hidden_tablet {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden_mobile {
        display: none !important;
    }
}
.delay-fast {
    animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}
.delay-normal {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay-medium {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay-low {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
/* iCheck plugin Square skin, grey
----------------------------------- */
.icheckbox_square-grey,
.iradio_square-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../../img/icon.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-grey {
    background-position: 0 0;
}
    .icheckbox_square-grey.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-grey.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-grey.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-grey.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-grey {
    background-position: -120px 0;
}
    .iradio_square-grey.hover {
        background-position: -144px 0;
    }
    .iradio_square-grey.checked {
        background-position: -168px 0;
    }
    .iradio_square-grey.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-grey.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-grey,
    .iradio_square-grey {
        background-image: url(grey@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.selectMultiple {
  width: 420px;
  position: relative;
}
.selectMultiple select {
  display: none;
}
.selectMultiple > div {
	display: block;
  color: #D00020;
  font-family: 'Montserrat';
  font-size: 13px;
	font-weight: 500;
	height: 50px;
  border: 1px solid #D00020;
  border-radius: 4px;
	background-color: #FFFFFF;
  outline: none;
	box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}
.selectMultiple > div .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute;
}
.selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #99A3BA;
  top: 43%;
  transition: all 0.3s ease;
}
.selectMultiple > div .arrow:before {
  right: 12px;
  transform: rotate(-130deg);
}
.selectMultiple > div .arrow:after {
  left: 9px;
  transform: rotate(130deg);
}
.selectMultiple > div span {
  color: #777777;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 10px;
	padding: 0 50px;
  line-height: 28px;
  transition: all 0.3s ease;
}
.selectMultiple > div span.hide {
  opacity: 0;
  visibility: hidden;
  transform: translate(-4px, 0);
}
.selectMultiple > div a {
  position: relative;
  padding: 0 24px 6px 8px;
  line-height: 28px;
  color: #1E2330;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}
.selectMultiple > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.selectMultiple > div a:before {
  /* content: ""; */
  left: 0;
  top: 0;
  bottom: 6px;
  width: 100%;
  position: absolute;
  display: block;
  background: rgb(239 245 255 / 70%);
  z-index: -1;
  border-radius: 4px;
}
.selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  display: block;
}
.selectMultiple > div a i:before, .selectMultiple > div a i:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 85%;
  background: #D0011f;
  border-radius: 1px;
}
.selectMultiple > div a i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.selectMultiple > div a i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.selectMultiple > div a.notShown {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.selectMultiple > div a.notShown:before {
  width: 28px;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.selectMultiple > div a.notShown i {
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}
.selectMultiple > div a.notShown em {
  opacity: 0;
  transform: translate(-6px, 0);
  transition: all 0.4s ease 0.3s;
}
.selectMultiple > div a.notShown.shown {
  opacity: 1;
  padding: 10px 30px;
}
.selectMultiple > div a.notShown.shown:before {
  width: 100%;
}
.selectMultiple > div a.notShown.shown i {
  opacity: 1;
}
.selectMultiple > div a.notShown.shown em {
  opacity: 1;
  transform: translate(0, 0);
  color: #d0011f;
  text-align:left;
}
.selectMultiple > div a.remove:before {
  width: 28px;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.selectMultiple > div a.remove i {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.selectMultiple > div a.remove em {
  opacity: 0;
  transform: translate(-12px, 0);
  transition: all 0.4s ease 0s;
}
.selectMultiple > div a.remove.disappear {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
.selectMultiple > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  transform: translate(0, 20px) scale(0.8);
  transform-origin: 0 0;
  filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}
.selectMultiple > ul li {
  color: #656565;
  background: #fff;
  padding: 12px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
}
.selectMultiple > ul li:hover {
  background: #D0011f;
  color: #fff;
}
.selectMultiple > ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
}
.selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px;
}
.selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px;
}
.selectMultiple > ul li.remove {
  transform: scale(0);
  opacity: 0;
}
.selectMultiple > ul li.remove:after {
  -webkit-animation: ripple 0.4s ease-out;
          animation: ripple 0.4s ease-out;
}
.selectMultiple > ul li.notShown {
  display: none;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.4s ease;
}
.selectMultiple > ul li.notShown.show {
  transform: scale(1);
  opacity: 1;
}
.selectMultiple.open > div {
  box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}
.selectMultiple.open > div .arrow:before {
  transform: rotate(-50deg);
}
.selectMultiple.open > div .arrow:after {
  transform: rotate(50deg);
}
.selectMultiple.open > ul {
  transform: translate(0, 12px) scale(1);
  opacity: 1;
  visibility: visible;
  filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}
.section-testi
{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
	/* margin:48px -16px;
	 */padding:0 55px
}
	@media (min-width:569px)
{
.section-testi
{
	font-family: 'Montserrat';
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:4px;
	-moz-column-gap:4px;
	column-gap:4px
}
.section-testi-box
{
	margin-bottom:1px;
	background:#D00020;
	padding:24px 30px 12px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	break-inside:avoid;
	border-radius: 5px;
}
.section-testi-box-quote
{
	font-size:14px
}

}
	@media (min-width:1024px)
{
.section-testi
{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
	-webkit-column-gap:10px;
	-moz-column-gap:10px;
	column-gap:10px;
	margin-left:0;
	margin-right:0
}

}

}
.section-testi-box
{
	margin-bottom: 10px;
	background: #f6f6f6;
	padding:24px 30px 12px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	break-inside:avoid;
	border-radius: 5px;
}
.section-testi-box-quote
{
	letter-spacing:0;
	text-transform:none;
	font-weight:500;
	line-height:1.1;
	position:relative;
	margin-bottom:4px;
	z-index:2;
	color: #818198;
	line-height:33px;
	font-size:16px
}
	@media (max-width:555px)
{
.section-testi
{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
	margin-top:0;
	padding:0 15px
}
.section-testi-box-quote
{
	font-size:14px;
	line-height:26px
}

}
.section-testi-box-quote:before
{
	content:'"';
	position:absolute;
	top:0;
	right:100%
}
.section-testi-box-quote:after
{
	content:'"'
}
.section-testi-box-quote-highlight
{
	position:relative;
	font-weight:600;
	white-space:nowrap;
	color: #364655;
	text-shadow: 0 1px 1px rgb(255 255 255 / 20%)
}
.section-testi-box-quote-highlight:before
{
	content:"";
	position:absolute;
	height:100%;
	width:calc(100% + 4px);
	background-color: #D00020;
	z-index:-1;
	-webkit-transform:rotate(var(--r)) translateX(-2px);
	transform:rotate(var(--r)) translateX(-2px)
}
.section-testi-box-author
{
	display:flex;
	align-items:center;
	padding-bottom:10px;
	padding-top: 15px
}
.section-testi-box-author-photo
{
	margin-right:16px;
	width:40px
}
.section-testi-box-author-name
{
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:.03em;
	margin-bottom:0;
	font-size:16px;
	color: #364655
}

}