@charset "UTF-8";
/*Mixin--- @include transform(rotate(30deg)) */
/*Mixin--- @include transition(all .4s linear) */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("../lib/icomoon/style.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin-ext");
html { position: relative; min-height: 100%; }

body { height: 100%; background: #ffffff; font-family: 'Poppins', sans-serif; }

p { color: #474747; font-size: 0.875em; font-weight: 400; }

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

a.link { color: #9b9b9b; font-size: 0.9375em; font-weight: 600; text-decoration: underline; letter-spacing: 0.21px; -webkit-transition: all 0.2s; transition: all 0.2s; }
a.link:hover { color: #474747; }
a.link:hover i.ico-right { border-color: #474747; }
a.link i.ico-right { border-radius: 50%; border: 1px solid #868686; padding: 0 4px; margin-left: 6px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400; color: #474747; }

.mt--2 { margin-top: -20px; }

.text-lg { font-size: 1em; }

.text-md { font-size: 0.75em; }

.fw-7 { font-weight: 700 !important; }

.fw-4 { font-weight: 400 !important; }

@media (max-width: 480px) { .hidden-xs { display: none; } }
.text-white { color: #ffffff !important; }

.text-red { color: #fd4044 !important; }

.text-green { color: #3fc55a !important; }

.text-yellow { color: #ff9900 !important; }

.text-purple { color: #6f73e7 !important; }

.text-gray { color: #7c7c7c !important; }

.text-black { color: #474747 !important; }

.bg-yellow { background: #ff9900; }

.bg-green { background: #3fc55a; }

.bg-red { background: #fd4044; }

.bg-purple { background: #6f73e7; }

.bg-gray { background: #7c7c7c; }

.bg-black { background: #474747; }

.z-top { position: relative; z-index: 999; }

.no-bs { box-shadow: none !important; }

button { outline: none; }
button:focus { outline: none; }

.btn { font-size: 14px; font-weight: 600; letter-spacing: 0.21px; padding: 5px 15px; border: none; -webkit-transition: all 0.2s; transition: all 0.2s; /*custom-btn*/ }
.btn:focus { color: #ffffff !important; box-shadow: none !important; border: none !important; }
.btn:active { color: #ffffff; }
.btn:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.btn.btn-lg { padding: 10px 25px; }
.btn.btn-xl { padding: 15px 35px; }
.btn.btn-r-25 { -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
.btn.btn-default { background-color: #ffffff; }
.btn.btn-default:active, .btn.btn-default:focus { color: #ffffff !important; background-color: #ff9900; }
.btn.btn-default:hover { background-color: #ff9900; color: #ffffff !important; }
.btn.btn-warning { background-color: #ff9900; color: #ffffff; box-shadow: 0 7px 12px #ffd28e; }
.btn.btn-warning:focus { background: #474747; box-shadow: 0 2px 12px #474747; }
.btn.btn-warning:hover { background: #474747; box-shadow: 0 2px 12px #474747; }
.btn.btn-outline-warning:focus { color: #ff9900 !important; border: 1px solid #ff9900 !important; }
.btn.btn-outline-warning:focus:hover { color: #ffffff; }
.btn.btn-outline-warning:hover { color: #ffffff !important; }
.btn.btn-secondary { background-color: #d5d5d5; color: #ffffff; }
.btn.btn-icons { color: #474747; margin-top: 15px; }
.btn.btn-icons i { display: inline-block; float: left; width: 54px; height: 54px; font-size: 24px; border-radius: 50%; box-shadow: 0 0 23px rgba(172, 172, 172, 0.25); background-color: #ffffff; margin-top: -15px; margin-right: 20px; padding-top: 15px; padding-left: 5px; color: #ff9900; -webkit-transition: all 0.2s; transition: all 0.2s; }
.btn.btn-icons:focus { box-shadow: none; }
.btn.btn-icons:hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); color: #ff9900 !important; }
.btn.btn-icons:hover i { background: #474747; color: #ffffff; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.btn.btn-l-icons { color: #ffffff; font-weight: 400; box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16); }
.btn.btn-l-icons i { margin-right: 10px; float: left; font-size: 1.375em; }
.btn.btn-l-icons:after { display: none; }

[class*="btn-outline-"] { border: 1px solid !important; }

/*
.button { position: relative; background-color: #4CAF50; border: none; padding: 20px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; text-decoration: none; overflow: hidden; cursor: pointer;
}

.button:after { content: ""; background: $black; display: block; position: absolute; padding-top: 300%; padding-left: 150%; margin-left: -35px!important; margin-top: -100%; opacity: 0; transition: all 0.8s
}

.button:active:after { padding: 0; margin: 0; opacity: 1; transition: 0s
}
*/
/*


	&.btn-warning{
	  	border: none;
	  	vertical-align: middle;
	  	position: relative;
	  	z-index: 1;
	  	-webkit-backface-visibility: hidden;
	  	-moz-osx-font-smoothing: grayscale;

		background-color: $yellow;
		color: $white;
		box-shadow: 0 7px 12px #ffd28e;
	  	overflow: hidden;
	  	-webkit-transition: color 0.3s;
	  	transition: color 0.3s;
		&:before,
		&:after {
		  content: '';
		  position: absolute;
		  height: 100%;
		  width: 100%;
		  bottom: 100%;
		  left: 0;
		  z-index: -1;
		  -webkit-transition: -webkit-transform 0.3s;
		  transition: transform 0.3s;
		  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		}
		&:before {
		  background: #f2f2f2;
		}
		&:after {
		  background: $yellow;
		}
		&:hover {
			&:before,
			&:after {
			  -webkit-transform: translate3d(0, 100%, 0);
			  transform: translate3d(0, 100%, 0);
			}
			&:after {
			  -webkit-transition-delay: 0.175s;
			  transition-delay: 0.175s;
			}
		}
	}
 */
.form-mg { /* Base for label styling */ /* checkbox aspect */ /* checked mark aspect */ /* checked mark aspect changes */ /* disabled checkbox */ /* accessibility */ /* hover style just for information */ }
.form-mg .form-group { margin-top: 25px; margin-bottom: 25px; }
.form-mg .form-group label { color: #474747; font-weight: 600; margin-left: 15px; }
.form-mg .form-group.link p { color: #9b9b9b; font-size: 0.9375em; font-weight: 400; }
.form-mg .form-control { border-radius: 34px; border: 1px solid #c1c1c1; background-color: #ffffff; font-size: 0.8125em; }
.form-mg .form-control:focus { box-shadow: 0 0 0 .15rem #ff9900; border-color: #ff9900; }
.form-mg textarea { resize: none; padding: 25px 15px; }
.form-mg [type="checkbox"]:not(:checked), .form-mg [type="checkbox"]:checked { position: absolute; left: 5px; top: 8px; }
.form-mg [type="checkbox"]:not(:checked) + label, .form-mg [type="checkbox"]:checked + label { position: relative; padding-left: 2.5em; cursor: pointer; }
.form-mg [type="checkbox"]:not(:checked) + label:before, .form-mg [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 5px; width: 1.5em; height: 1.5em; border: 1px solid #c1c1c1; background: #fff; border-radius: 4px; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
.form-mg [type="checkbox"]:not(:checked) + label:after, .form-mg [type="checkbox"]:checked + label:after { content: '✔'; position: absolute; top: 7px; left: 8px; font-size: 1.5em; line-height: 0.8; color: #ff9900; transition: all .2s; font-family: Helvetica, Arial, sans-serif; }
.form-mg [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
.form-mg [type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1); }
.form-mg [type="checkbox"]:disabled:not(:checked) + label:before, .form-mg [type="checkbox"]:disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.form-mg [type="checkbox"]:disabled:checked + label:after { color: #999; }
.form-mg [type="checkbox"]:disabled + label { color: #aaa; }
.form-mg [type="checkbox"]:checked:focus + label:before, .form-mg [type="checkbox"]:not(:checked):focus + label:before { border: 2px dotted #9b9b9b; }
.form-mg label.check-label { color: #9b9b9b; font-weight: 400; font-size: 1em; margin-left: 0; }
.form-mg label.check-label:hover:before { border: 2px solid #9b9b9b !important; }
.form-mg .custom-check { position: relative; font-size: 0.875em; }

header { padding: 15px 0; border-bottom: 1px solid #ededed; position: relative; z-index: 11; }
header .navbar { padding-left: 0; padding-right: 0; }
header .navbar .navbar-nav { margin-right: 25px; }
header .navbar .navbar-nav li { margin: 0 10px; }
header .navbar .navbar-nav li a.nav-link { color: #474747 !important; font-size: 0.875em; font-weight: 400; letter-spacing: 0.2px; }
header .navbar .member-dropdown { padding: 0; background: transparent; border: none; }
header .navbar .member-dropdown a { width: 151px; height: 82px; text-align: center; text-decoration: none; padding: 15px 0; font-size: 14px; letter-spacing: -0.89px; font-weight: 600; display: inline-block; }
header .navbar .member-dropdown a i { display: block; font-size: 1.625em; margin-bottom: 10px; }
header .navbar .member-dropdown a.login { border-radius: 16px 0 0 16px; background-color: #ff9900; color: #ffffff; }
header .navbar .member-dropdown a.sign-up { border-radius: 0 16px 16px 0; background-color: #ffc706; color: #474747; }

header.home { position: absolute; top: 0; z-index: 11; width: 100%; border: none; }
header.home .navbar .navbar-nav li { margin: 0 10px; }
header.home .navbar .navbar-nav li a.nav-link { color: #ffffff !important; }
header.home .navbar .btn.btn-l-icons { color: #474747; }

header.how-works { border: none; }

button.navbar-toggler { margin-right: 20px; padding: 5px 7px; }
button.navbar-toggler .navbar-toggler-icon { width: 18px; height: 18px; }

.breadcrumb { background: none; padding-left: 0; padding-right: 0; }
.breadcrumb li.breadcrumb-item { font-size: 0.8125em; }
.breadcrumb li.breadcrumb-item a { color: #7c7c7c; text-decoration: none; }
.breadcrumb li.breadcrumb-item a i { font-size: 1.5em; margin-right: 10px; }
.breadcrumb li.breadcrumb-item a:hover { color: #474747; }
.breadcrumb li.breadcrumb-item.active { padding-left: 15px; }
.breadcrumb .breadcrumb-item + .breadcrumb-item:before { content: "\f105"; font-family: FontAwesome; padding-right: 1rem; font-size: 1.25em; }

@media (max-width: 991px) { header.home .navbar .navbar-nav li a.nav-link { color: #474747 !important; }
  header.home .navbar .navbar-nav li, header .navbar .navbar-nav li { margin: 0; }
  .login-box { position: absolute; right: 0; top: 15px; width: 304px; }
  .login-box .btn-l-icons { float: right; } }
@media (max-width: 767px) { .navbar-brand { position: relative; z-index: 99; }
  .navbar-brand img { width: 170px; } }
@media (max-width: 480px) { .navbar-brand img { width: 140px; }
  .login-box { width: 204px; }
  .login-box .btn-l-icons { padding: 5px 15px; top: 15px; }
  header .navbar .member-dropdown a { width: 100px; margin-top: 10px; } }
@media (max-width: 360px) { .login-box { top: 60px; }
  header { padding: 5px 0 25px; } }
.dropdown-mg + .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; max-height: 0; display: block; overflow: hidden; opacity: 0; }

.dropdown-mg + .dropdown-menu.show { max-height: 200px; opacity: 1; }

.table-mg.table-bordered { border: 1px solid #eadfcd; border-collapse: collapse; border-spacing: 0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; border-collapse: inherit; }
.table-mg.table thead th { font-size: 0.875em; font-weight: 600; border-bottom: 1px solid #eadfcd; }
.table-mg.table thead th.detail { text-align: center; }
.table-mg.table thead th.img-box { text-align: center; }
.table-mg.table tbody td { border-bottom: 1px solid #eadfcd; }
.table-mg.table tbody td.detail { text-align: center; }
.table-mg.table tbody td.img-box { text-align: center; }
.table-mg.table tbody tr:last-child td { border-bottom: none; }
.table-mg.table th, .table-mg.table td { vertical-align: middle; border: none; }

ul.pagination li.page-item a.page-link { color: #7c7c7c; border: 1px solid #e4e4e4; -webkit-transition: all 0.2s; transition: all 0.2s; }
ul.pagination li.page-item.active a.page-link, ul.pagination li.page-item:hover a.page-link { border: 1px solid #ff9900; background-color: #ff9900; color: #ffffff; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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 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 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 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; }

.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.delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; }

.animated.delay-2s { -webkit-animation-delay: 2s; animation-delay: 2s; }

.animated.delay-3s { -webkit-animation-delay: 3s; animation-delay: 3s; }

.animated.delay-4s { -webkit-animation-delay: 4s; animation-delay: 4s; }

.animated.delay-5s { -webkit-animation-delay: 5s; animation-delay: 5s; }

.animated.fast { -webkit-animation-duration: 800ms; animation-duration: 800ms; }

.animated.faster { -webkit-animation-duration: 500ms; animation-duration: 500ms; }

.animated.slow { -webkit-animation-duration: 2s; animation-duration: 2s; }

.animated.slower { -webkit-animation-duration: 3s; animation-duration: 3s; }

@media (prefers-reduced-motion) { .animated { -webkit-animation: unset !important; animation: unset !important; -webkit-transition: none !important; transition: none !important; } }
body { overflow-x: hidden; }

.slider { position: relative; width: 100%; height: 800px; }
.slider:before { content: ""; width: 1428px; height: 850px; position: absolute; top: -100px; right: 60px; background: url("../img/banner-bg.png") 0 0 no-repeat; }
.slider .l-slide { margin-top: 350px; padding: 25px 0; position: relative; }
.slider .l-slide .text-box { padding: 0 15px; }
.slider .l-slide .text-box span.t-1 { color: #b9b9b9; font-size: 0.875em; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; display: block; }
.slider .l-slide .text-box h2 { color: #474747; font-size: 2.75em; font-weight: 400; letter-spacing: -0.1px; margin-bottom: 25px; line-height: 45px; }
.slider .l-slide .text-box p { color: #7c7c7c; font-size: 0.875em; font-weight: 400; }
.slider .l-slide .text-box a.btn { margin: 25px 3px; }
.slider .l-slide .owl-nav { display: none; }
.slider .l-slide .owl-dots { margin: 15px; position: absolute; bottom: -200px; }
.slider .l-slide .owl-dots button { width: 14px; background: #d8d8d8; height: 8px; margin: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: width 0.2s linear; transition: width 0.2s linear; }
.slider .l-slide .owl-dots button.active { background: #454545; width: 40px; }

@media (max-width: 1367px) { .slider:before { right: -150px; } }
@media (max-width: 1199px) { .slider:before { right: -250px; } }
@media (max-width: 991px) { .slider:before { right: -330px; width: 1128px; height: 750px; background-size: 100% 100%; } }
@media (max-width: 767px) { .slider { padding-bottom: 100px; height: auto; }
  .slider:before { right: -430px; width: 1038px; height: 692px; }
  .slider .l-slide { margin-top: 200px; }
  .slider .l-slide .owl-dots { bottom: -150px; } }
@media (max-width: 480px) { .slider:before { display: none; }
  .slider .l-slide .btn.btn-warning { margin-bottom: 25px; } }
.count-area { position: relative; width: 100%; height: auto; padding: 250px 0 250px; }
.count-area:before { content: ""; width: 992px; height: 956px; position: absolute; top: 0; left: -30px; background: url("../img/count-bg.png") 0 0 no-repeat; }
.count-area .count-box { width: 100%; height: 170px; -webkit-border-radius: 50% / 30% 30% 70% 70%; border-radius: 50% / 30% 30% 70% 70%; background: #ffffff; padding: 40px 0; margin: 10px; box-shadow: 0 -8px 60px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.2s; transition: all 0.2s; }
.count-area .count-box span { display: block; text-align: center; }
.count-area .count-box span.t-1 { color: #ff9900; font-size: 1.875em; font-weight: 600; }
.count-area .count-box span.t-2 { color: #7c7c7c; font-size: 0.875em; font-weight: 500; letter-spacing: -0.69px; }
.count-area .count-box span strong { font-size: 0.625em; color: #474747; }
.count-area .count-box:hover { box-shadow: 0 -28px 68px rgba(71, 71, 71, 0.41); background-color: #474747; }
.count-area .count-box:hover span { color: #ffffff; }
.count-area .count-box:hover span strong { color: #ffffff; }
.count-area .count-select:nth-child(1) .count-box { margin-top: 20px; margin-left: -20px; }
.count-area .count-select:nth-child(2) .count-box { margin-top: 0; margin-left: -5px; }
.count-area .count-select:nth-child(3) .count-box { margin-top: 60px; }
.count-area .count-select:nth-child(4) .count-box { margin-top: 0; margin-left: 40px; }
.count-area .count-select:nth-child(5) .count-box { margin-top: -30px; margin-left: 60px; }

@media (max-width: 1367px) { .count-area:before { top: 0; left: -300px; } }
@media (max-width: 1199px) { .count-area:before { top: 0; left: -400px; } }
@media (max-width: 991px) { .count-area { padding: 150px 0 50px; }
  .count-area:before { top: 0; left: -300px; } }
@media (max-width: 767px) { .count-area:before { top: 0; left: -300px; }
  .count-area .count-box { width: 200px; height: 170px; margin: 10px auto !important; } }
.text-box { padding: 50px 0; }
.text-box h3 { margin-bottom: 25px; }
.text-box p { color: #474747; font-size: 1.125em; margin-bottom: 25px; }
.text-box span.t-3 { display: block; color: #a4a4a4; font-size: 0.875em; }

.boss-area { position: relative; width: 100%; height: auto; padding: 50px 0 150px; }
.boss-area:before { content: ""; width: 1067px; height: 858px; position: absolute; top: -150px; right: -100px; background: url("../img/boss-bg.png") 0 0 no-repeat; z-index: 3; }

@media (max-width: 1367px) { .boss-area:before { right: -300px; } }
@media (max-width: 1199px) { .boss-area:before { right: -400px; } }
@media (max-width: 991px) { .boss-area:before { right: -500px; } }
@media (max-width: 767px) { .boss-area { padding-top: 0; padding-bottom: 50px; }
  .boss-area:before { top: 0; width: 867px; height: 558px; background-size: 100% 100%; } }
@media (max-width: 480px) { .boss-area:before { right: -600px; } }
.brand-area { position: relative; z-index: 2; width: 100%; height: auto; padding-top: 200px; }
.brand-area:before { content: ""; background: url("../img/object-1.png") 0 0 no-repeat; width: 225px; height: 219px; position: absolute; top: -100px; left: -35px; }
.brand-area:after { content: ""; background: url("../img/brand-bg.png") 0 0 no-repeat; width: 674px; height: 683px; position: absolute; top: 0px; right: 90px; z-index: 1; }
.brand-area .brand { text-align: center; padding-top: 25px; padding-bottom: 25px; }
.brand-area .brand.black { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

@media (max-width: 1367px) { .brand-area:after { right: -150px; } }
@media (max-width: 991px) { .brand-area:before { left: -65px; }
  .brand-area:after { right: -250px; } }
@media (max-width: 767px) { .brand-area:before { left: -125px; top: 95px; }
  .brand-area:after { right: -350px; } }
@media (max-width: 480px) { .brand-area:before { display: none; }
  .brand-area:after { right: -450px; } }
.other-services { padding: 100px 0; }
.other-services .service-box { width: 100%; min-height: 358px; background: url("../img/service-bg.png") center 0 no-repeat; padding-left: 60px; padding-top: 50px; }
.other-services .service-box .text { padding-left: 60px; padding-top: 25px; }
.other-services .service-box .img-box { min-height: 150px; }

@media (max-width: 1199px) { .other-services .service-box { background-size: 100% 100%; padding: 0; min-height: 280px; }
  .other-services .service-box .text p.h3 { font-size: 20px; }
  .other-services .service-box .img-box { min-height: 130px; }
  .other-services .service-box .img-box img { width: 120px; } }
@media (max-width: 991px) { .other-services .service-box .text { padding-left: 30px; padding-top: 15px; } }
@media (max-width: 767px) { .other-services .service-box { margin-bottom: 30px; }
  .other-services .service-box .text { padding-left: 30px; padding-top: 15px; text-align: center; }
  .other-services .service-box .img-box { text-align: center; }
  .other-services .service-box .img-box img { width: auto; } }
@media (max-width: 480px) { .other-services .service-box .img-box { text-align: left; } }
.testimonials-area { position: relative; width: 100%; height: auto; padding: 150px 0; }
.testimonials-area .text { padding: 150px 50px 50px 0; position: relative; width: 100%; }
.testimonials-area .text * { position: relative; z-index: 99; }
.testimonials-area .text:before { content: ""; background: url("../img/testimonials-bg.png") 0 0 no-repeat; width: 746px; height: 729px; position: absolute; top: -140px; left: -200px; z-index: 1; }
.testimonials-area .customer-avatar { position: absolute; top: 210px; right: -120px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16); }
.testimonials-area .customer-avatar img { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 110px; height: 110px; border: 3px solid #ffffff; }
.testimonials-area .img-box { min-height: 420px; }
.testimonials-area .img-box ul { position: relative; }
.testimonials-area .img-box ul li.owl-dot { position: absolute; -webkit-transition: all 0.2s; transition: all 0.2s; }
.testimonials-area .img-box ul li.owl-dot:nth-child(1) { top: 60px; left: 179px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(1) img { width: 35px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(2) { top: 245px; left: 57px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(2) img { width: 50px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(3) { top: 50px; left: 445px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(3) img { width: 30px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(4) { top: 213px; left: 457px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(4) img { width: 35px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(5) { top: 49px; left: 19px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(5) img { width: 45px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(6) { top: 194px; left: 161px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(6) img { width: 30px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(7) { top: 355px; left: 447px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(7) img { width: 35px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(8) { top: 297px; left: 227px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(8) img { width: 45px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(9) { top: 139px; left: 314px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(9) img { width: 55px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(10) { top: 369px; left: 25px; }
.testimonials-area .img-box ul li.owl-dot:nth-child(10) img { width: 35px; }
.testimonials-area .img-box ul li.owl-dot img { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 3px solid #ffffff; cursor: pointer; box-shadow: 0 2px 17px rgba(0, 0, 0, 0.16); -webkit-transition: all 0.2s; transition: all 0.2s; }
.testimonials-area .img-box ul li.owl-dot img:hover { -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); border: 3px solid #ff9900; }
.testimonials-area .img-box ul li.owl-dot.active img { border: 3px solid #ff9900; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); }

@media (max-width: 1199px) { .testimonials-area .text:before { left: -300px; } }
@media (max-width: 991px) { .testimonials-area .text { padding: 150px 0 50px; }
  .testimonials-area .text:before { left: -400px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(1) { top: 60px; left: 159px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(2) { top: 245px; left: 37px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(3) { top: 50px; left: 285px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(4) { top: 213px; left: 307px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(5) { top: 49px; left: 19px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(6) { top: 194px; left: 131px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(7) { top: 355px; left: 257px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(8) { top: 297px; left: 227px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(9) { top: 139px; left: 204px; }
  .testimonials-area .img-box ul li.owl-dot:nth-child(10) { top: 369px; left: 25px; } }
@media (max-width: 767px) { .testimonials-area { padding: 190px 0 50px; }
  .testimonials-area .row-column-reverse { flex-direction: column-reverse !important; }
  .testimonials-area .text { padding: 50px 0 50px; }
  .testimonials-area .text:before { left: -140px; top: -370px; }
  .testimonials-area .text .customer-avatar { right: 0; top: 250px; }
  .testimonials-area .img-box { min-height: 50px; }
  .testimonials-area .img-box ul li.owl-dot { position: relative; margin: 5px; left: 0 !important; top: 0 !important; }
  .testimonials-area .img-box ul li.owl-dot img { width: 35px !important; } }
@media (max-width: 480px) { .testimonials-area { padding: 150px 0 50px; }
  .testimonials-area .text { padding: 50px 0 50px; }
  .testimonials-area .text:before { left: -200px; }
  .testimonials-area .text .customer-avatar { right: 0; top: 300px; } }
footer { padding: 50px 0 0; }
footer h6 { font-size: 0.875em; font-weight: 500; }
footer a { -webkit-transition: all 0.2s; transition: all 0.2s; }
footer a.social-link { color: #ff9900; margin-right: 15px; font-size: 1.125em; }
footer a.social-link:hover { color: #474747; }

.footer-info p { color: #a7a39c; line-height: 22.65px; letter-spacing: 0.21px; }

.nav-footer-list li a { color: #474747; font-weight: 300; text-decoration: none; font-size: 0.875em; display: block; padding: 6px 0; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; }
.nav-footer-list li a:hover { color: #ff9900; padding-left: 20px; }
.nav-footer-list li a:hover:before { content: "\f178"; font-family: FontAwesome; color: #ff9900; font-size: 1em; position: absolute; top: 6px; left: 0; }

.bottom-info { border-top: 1px solid #f6f1e9; border-bottom: 1px solid #f6f1e9; padding-top: 25px; padding-bottom: 25px; margin: 50px auto 0; }
.bottom-info a { margin: 10px 0; display: block; }
.bottom-info a:hover { text-decoration: none; }
.bottom-info a:hover span.t-1 { color: #474747; }
.bottom-info span.icon { float: left; width: 32px; height: 32px; background-position: center center; background-repeat: no-repeat; margin: 8px 15px 0 0; }
.bottom-info span.icon.icon-1 { background-image: url("../img/icons/ico-headphone.svg"); }
.bottom-info span.icon.icon-2 { background-image: url("../img/icons/ico-support.svg"); }
.bottom-info span.icon.icon-3 { background-image: url("../img/icons/ico-pencil.svg"); }
.bottom-info span.t-1 { display: block; color: #7c7c7c; font-size: 0.875em; font-weight: 500; }
.bottom-info span.t-2 { display: block; color: #7c7c7c; font-size: 0.875em; font-weight: 400; }

.footer-bottom p { font-weight: 300; }
.footer-bottom .nav-footer li a.nav-link { font-size: 0.875em; padding: 0 15px; color: #474747; font-weight: 300; }
.footer-bottom .nav-footer li a.nav-link:hover { color: #000000; }

@media (max-width: 767px) { footer h6.mb-4, footer h6.my-4 { margin-top: 25px !important; margin-bottom: 15px !important; } }
section.membership { background: url("../img/membership-bg.png") 0 0 no-repeat; padding-bottom: 150px; background-size: 100% 100%; }

.member-box { min-height: 409px; border-radius: 0 0 12px 12px; border: 1px solid #e9e9e9; background-color: #ffffff; border-top: 3px solid #ff9900; padding: 40px; -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.02); -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.02); box-shadow: 0 5px 4px rgba(0, 0, 0, 0.02); }

@media (max-width: 480px) { .member-box { padding: 20px; } }
section.prices { background-image: linear-gradient(145deg, #fff7eb 0%, #ffffff 100%); padding-bottom: 200px; background-size: cover; position: relative; }
section.prices:before { content: ""; background: url("../img/prices-bg.png") 0 0 no-repeat; width: 656px; height: 685px; position: absolute; top: -2px; right: 50px; }
section.prices.corporate:before { background: url("../img/prices-2-bg.png") 0 0 no-repeat; }
section.prices .price-box .btn { margin-bottom: 15px; }
section.prices .price-box p.t-1 { font-size: 1.125em; line-height: 29.12px; }
section.prices .price-box p.t-2 { color: #a4a4a4; line-height: 22.65px; }
section.prices .price-box .price { margin-top: 100px; }
section.prices .price-box .price p.t-3 { font-size: 1.375em; }
section.prices .price-box .price p.t-3 span { background: #ccc; font-size: 0.625em; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background-color: #eeeeee; padding: 5px 15px; margin-left: 10px; display: inline-block; }
section.prices .price-box .price p.t-4 { font-size: 2.75em; line-height: 23px; }
section.prices .price-box .price p.t-4 span { display: block; color: #9b9b9b; font-size: 14px; opacity: .7; }

@media (min-width: 1367px) { section.prices:before { right: 200px; } }
@media (max-width: 991px) { section.prices:before { right: -150px; } }
@media (max-width: 767px) { section.prices:before { display: none; }
  section.prices .price-box .price p.t-3 span { margin-left: 50px; } }
.black-area { width: 100%; height: auto; position: relative; margin-top: -100px; margin-bottom: 40px; padding: 150px 0 50px; }
.black-area:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../img/black-bg-all.png") center 0 no-repeat; background-size: 102% 100%; }
.black-area h1 { color: #ffffff; margin-bottom: 65px; }
.black-area .check-box { margin-bottom: 50px; }
.black-area .check-box i { color: #ffffff; margin-bottom: 25px; font-size: 48px; display: inline-block; }
.black-area .check-box h6 { color: #ffffff; font-weight: 300; font-size: 1.125em; line-height: 28px; letter-spacing: 0.28px; }
.black-area .check-box p { color: #ffffff; opacity: .7; letter-spacing: 0.21px; }

@media (max-width: 767px) { .black-area:before { background-size: 110% 100%; } }
section.how-works { padding-bottom: 300px; position: relative; }
section.how-works:before { content: ""; position: absolute; top: -160px; left: 0; width: 100%; height: 924px; background: url("../img/how-bg.png") center 0 no-repeat; background-size: 106% 100%; z-index: 0; }
section.how-works .how-box .img-box { margin: 15px 0; height: 238px; }
section.how-works .how-box p { font-size: 1.375em; margin-top: 50px; }
section.how-works:after { content: ""; position: absolute; bottom: 100px; left: 0; width: 100%; height: 125px; background: url("../img/how-object-3.png") center bottom no-repeat; z-index: 0; }
section.how-works .object-1 { width: 367px; height: 335px; position: absolute; bottom: 100px; left: 0; background: url("../img/how-object-1.png") center bottom no-repeat; }
section.how-works .object-2 { width: 312px; height: 313px; position: absolute; bottom: 100px; right: -18px; background: url("../img/how-object-2.png") center bottom no-repeat; }

@media (max-width: 1367px) { section.how-works:after { width: 100%; height: 85px; background-size: auto 100%; }
  section.how-works .object-1 { left: -50px; }
  section.how-works .object-2 { right: -18px; } }
@media (max-width: 767px) { section.how-works { padding-bottom: 0; }
  section.how-works:after { display: none; }
  section.how-works .object-1 { display: none; }
  section.how-works .object-2 { display: none; } }
section.company { position: relative; padding-bottom: 150px; }
section.company:before { content: ""; position: absolute; top: 0; right: 0; width: 1060px; height: 536px; background: url("../img/company-bg.png") 0 0 no-repeat; z-index: 0; }
section.company .search-box { min-height: 78px; border-radius: 39px; background-color: #fff7ea; padding: 5px; }
section.company .search-box .ico-box p { font-size: 1em; font-weight: 600; margin-top: 5px; margin-bottom: 0; }
section.company .search-box .ico-box p i { float: left; color: #ff9900; margin-right: 15px; margin-left: 15px; margin-top: 5px; font-size: 2.25em; }

.modal-mg .modal-lg { max-width: 957px; }
.modal-mg .modal-content { border-radius: 12px; }
.modal-mg .modal-content button.close { position: absolute; top: 15px; right: 10px; color: #9b9b9b; opacity: 1; font-size: 42px; z-index: 99; }
.modal-mg .modal-content .modal-body { padding: 0; border: none; border-radius: 0; }
.modal-mg .modal-content .modal-body iframe { margin-bottom: -10px; }
.modal-mg .detail-left { background: #ff9900; padding: 35px; border-top-left-radius: 12px; }
.modal-mg .detail-left .brand-bg { margin-top: 25px; border-radius: 6px; background-color: #ffffff; padding: 25px 15px; text-align: center; }
.modal-mg .detail-left p { color: #ffffff; line-height: 24px; letter-spacing: 0.12px; }
.modal-mg .detail-left p.t-1 { font-weight: 600; }
.modal-mg .detail-left p.t-2 { opacity: .7; }
.modal-mg .detail-right { border-top-right-radius: 12px; background: #ffffff; }
.modal-mg .detail-right .form-readonly { padding: 55px 35px 35px; }
.modal-mg .detail-right .form-readonly label { margin-bottom: 0; color: #474747; font-size: 0.875em; font-weight: 600; line-height: 17px; letter-spacing: 0.12px; }
.modal-mg .detail-right .form-readonly p { font-size: 1.0625em; font-weight: 400; }
.modal-mg .detail-right .form-readonly p a { font-size: 1.0625em; text-decoration: none; }
.modal-mg .maps-box .maps { border-radius: 0 0 12px 12px; }

.videopopupjs { background-color: #000; background-color: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999; text-align: start !important; }

.videopopupjs--hide { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: videoPopupJsHide; animation-name: videoPopupJsHide; }

.videopopupjs__close { width: 30px; height: 30px; cursor: pointer; display: block; margin-bottom: 10px; color: rgba(255, 255, 255, 0.59); }

.videopopupjs__close:after { width: 30px; height: 30px; display: block; text-align: center; content: 'X'; font-family: 'Verdana'; border-radius: 50%; background: #333; line-height: 2.2; font-size: 13px; }

.videopopupjs__close:hover { opacity: 0.5; }

.videopopupjs--animation { opacity: 0; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: videoPopupJs; animation-name: videoPopupJs; }

.videopopupjs__content { margin: 0 auto; height: 100%; height: 500px; width: 100%; margin-top: 5%; }

.videopopupjs__content iframe { width: 100%; height: 100%; }

.videopopupjs__block--notfound { position: absolute; top: 0; bottom: 0; margin: auto 0; width: 100%; height: 500px; background-color: #ffffff; text-align: center; vertical-align: middle; line-height: 500px; font-family: 'Arial'; font-size: 20px; }

@media (max-width: 768px) { .videopopupjs__content { max-width: 90% !important; } }
@-webkit-keyframes videoPopupJs { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes videoPopupJs { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes videoPopupJsHide { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes videoPopupJsHide { 0% { opacity: 1; }
  100% { opacity: 0; } }
section.static { position: relative; padding-bottom: 100px; }
section.static .about-img { position: relative; }
section.static .about-img:after { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background-image: url(../img/about-overlay.png); background-size: cover; background-position: center center; background-repeat: no-repeat; z-index: 0; }
section.static .faq_video { display: block; min-height: 300px; line-height: 300px; text-align: center; background-image: url(../img/faq.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; z-index: 0; color: #ffffff; cursor: pointer; border-radius: 3px; margin-top: 30px; }
section.static .faq_video img { height: 45px; -webkit-transition: 0.3s; transition: 0.3s; }
section.static .faq_video span { font-size: 25px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; position: relative; top: 4px; display: none; }
section.static .faq_video:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background-image: url(../img/about-overlay.png); background-size: cover; background-position: center center; background-repeat: no-repeat; z-index: 0; }
section.static .faq_video:after { position: absolute; content: ""; height: 100%; width: 100%; background-color: #474747; top: 0; left: 0; z-index: -1; border-radius: 3px; opacity: .7; }
section.static .faq_video:hover img { -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); }

.faq { background: #ffffff; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-bottom: 30px; }
.faq .card { border: none; background: none; border-bottom: 1px solid #FFF7F5; }
.faq .card .card-header { padding: 0px; border: none; background: none; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.faq .card .card-header:hover { background: #ff9900; padding-left: 10px; }
.faq .card .card-header:hover .faq-title { color: #ffffff; }
.faq .card .card-header:hover .faq-title .badge { background: #ffffff; color: #ff9900; }
.faq .card .card-header .faq-title { width: 100%; text-align: left; padding: 0px; padding-left: 30px; padding-right: 30px; font-weight: 400; font-size: 15px; letter-spacing: 1px; color: #3B566E; text-decoration: none !important; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; cursor: pointer; padding-top: 20px; padding-bottom: 20px; }
.faq .card .card-header .faq-title .badge { display: inline-block; width: 20px; height: 20px; line-height: 14px; float: left; border-radius: 100px; border-top-right-radius: 0; text-align: center; background: #ff9900; color: #ffffff; font-size: 12px; margin-right: 20px; }
.faq .card .card-body { padding: 25px; padding-left: 35px; font-weight: 400; font-size: 16px; color: #6F8BA4; border-top: 1px solid #F3F8FF; }
.faq .card .card-body p { margin-bottom: 10px; line-height: 22px; }

@media (max-width: 991px) { .faq { margin-bottom: 30px; }
  .faq .card .card-header .faq-title { line-height: 26px; margin-top: 10px; } }
aside.default-aside { -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
aside.default-aside .sidebar ul { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: hidden; background: #ffffff; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); overflow: hidden; margin-bottom: 30px; }
aside.default-aside .sidebar ul li.active a { background: #ff9900; color: #ffffff; }
aside.default-aside .sidebar ul li.active a:after { color: #ffffff; }
aside.default-aside .sidebar ul li.active a::hover { padding-left: 60px; }
aside.default-aside .sidebar ul li:last-child a { border: none; }
aside.default-aside .sidebar ul li a { display: block; border-bottom: 1px solid #ECF7FF; height: 59px; line-height: 59px; padding-left: 59px; position: relative; font-weight: 400; font-size: 14px; color: #3B566E; letter-spacing: 0.88px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; position: relative; text-decoration: none; }
aside.default-aside .sidebar ul li a:hover { padding-left: 70px; }
aside.default-aside .sidebar ul li a:after { font-family: FontAwesome; content: "\f105"; position: absolute; left: 30px; color: #3B566E; }
aside.default-aside .sidebar ul li a span { float: right; margin-right: 30px; display: inline-block; background: #FC7E56; height: 20px; line-height: 20px; padding-left: 10px; padding-right: 10px; font-size: 10px; color: #ffffff; margin-top: 18px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }

.contact { float: left; width: 100%; position: relative; }
.contact .map { position: relative; width: 100%; height: 500px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); z-index: 1; }
.contact .map .map-canvas { width: 100%; height: 100%; }
.contact .contact-info { position: relative; z-index: 2; width: 90%; margin-left: 5%; margin-top: -90px; background: #ff9900; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); border-radius: 25px; padding: 30px; padding-bottom: 10px; }
.contact .contact-info .item { overflow: hidden; color: #ffffff; }
.contact .contact-info .item i { float: left; font-size: 28px; width: 30px; margin-right: 15px; margin-top: 5px; }
.contact .contact-info .item span { float: left; width: calc(100% - 45px); width: -webkit-calc(100% - 45px); font-size: 14px; }
.contact .contact-info .item span a { color: #ffffff; text-decoration: none; -webkit-transition: all 0.2s; transition: all 0.2s; }
.contact .contact-info .item span a:hover { color: #474747; }
.contact .contact-info .social { overflow: hidden; margin-top: 30px; text-align: center; margin-bottom: 10px; }
.contact .contact-info .social li { display: inline; font-size: 1.625em; margin-right: 7px; margin-left: 7px; }
.contact .contact-info .social li a { color: #ffffff; -webkit-transition: all 0.2s; transition: all 0.2s; }
.contact .contact-info .social li a:hover { color: #474747; }

.contact-bottom { border-top: 1px solid #f5f5f5; margin-top: 60px; padding-top: 60px; }
.contact-bottom .contact-text { font-weight: 400; font-size: 14px; color: #6F8BA4; letter-spacing: 0.6px; line-height: 26px; }
.contact-bottom .contact-text p { margin-bottom: 28px; }
.contact-bottom .contact-form input, .contact-bottom .contact-form textarea { border: 1px solid #eee; width: 100%; height: 50px; outline: none; padding-left: 20px; padding-right: 20px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-appearance: none; -moz-appearance: none; appearance: none; margin-bottom: 30px; }
.contact-bottom .contact-form input:focus, .contact-bottom .contact-form textarea:focus { border: 1px solid #FC7E56; padding-left: 30px; }
.contact-bottom .contact-form textarea { height: 150px; resize: none; padding: 20px; }
.contact-bottom .contact-form .btn-primary-line { margin-bottom: 0px !important; }

@media (max-width: 991px) { .contact { overflow: initial !important; margin-bottom: 10px !important; }
  .contact .contact-info { position: relative !important; width: 100% !important; margin-top: 10px !important; margin-left: 0px !important; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); }
  .contact .contact-info .item { margin-bottom: 25px; }
  .contact-bottom { margin-top: 30px; padding-top: 30px; } }

/*# sourceMappingURL=style.css.map */
