@font-face {
    font-family: "flaticon";
	src: url("webfonts/flaticon.ttf") format("truetype"),
	url("webfonts/flaticon.woff") format("woff"),
	url("webfonts/flaticon.woff2") format("woff2"),
	url("webfonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("webfonts/flaticon.svg#flaticon") format("svg");
	font-display: swap;
}
i[class^="flaticon-"]:before, 
i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-plus:before {
    content: "\f101";
}
.flaticon-calendar:before {
    content: "\f102";
}
.flaticon-chevron:before {
    content: "\f103";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
	font-weight: 400;
}

html,
body,
button,
input,
select,
textarea {
	 font-family: 'Montserrat', sans-serif;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
address, p, hr {
  margin: 0;
  margin-bottom: 15px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
ol, ul,
li > ul,
li > ol {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	color: #000407;
}
h1, .h1 {font-size: 26px;}
h2, .h2 {font-size: 24px;}
h3, .h3 {font-size: 22px;}
h4, .h4 {font-size: 20px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 16px;}
h1, .h1, h2, .h2, h3, .h3 {font-weight: 700;}
h4, .h4, h5, .h5 {font-weight: 600;}
h6, .h6 {font-weight: 500;}

h2 span,
h3 span,
.heading-tittle h2 span {
	color: #79031D;
}

a {
	color: #888;
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
}
a:visited {
	color: #888;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: #f76566;
}
a.btn:visited {
	color: #fff;
}

.uppercase {
	text-transform:uppercase;
}
.justify {
	text-align:justify;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  font-style: underline;
}
.alignright {
    float: right;
    margin: 5px 0 5px 10px;
	display:block;
	line-height:1.4;
}
.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
	display:block;
	line-height:1.4;
}
.wrapper,
.relative {
  position: relative;
}
.align-row-spacearound {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
}
.align-row-spacebetween {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.align-center-center {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.align-center-bottom {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}
.transition-3s {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.d-inline {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.container {
    max-width: 1200px;
}
.page-section,
.pricing-section {
	padding:50px 0 50px 0;
}

/*********************************************************************************
	TOPBAR
**********************************************************************************/
.topbar {
	padding: 0px;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	width: 100%;
	position: fixed;
	z-index: 20; 
}
.topbar.fixed-header {
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	background: #ffffff; 
}
.topbar.fixed-header .navbar .navbar-brand img {
	height: 50px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1); 
}
.topbar a.btn:visited {
	color: #fff;
}

/******************************************************************************
  	HEADER
*******************************************************************************/
.h5-nav-bar {
	padding: 0px 0px;
	width: 100%;
	left: 0px; 
}
.h5-nav-bar .navbar-nav .nav-item {
  padding: 0 18px 0;
}  
.h5-nav-bar .navbar-nav .nav-link {
	color: #fff;
	font-size: 18px;
	padding: 10px 0 0;
	font-weight: 400;
	line-height: 40px;
	border-bottom:1px solid transparent;
}
.fa-bars::before {
  color: #fff;
}
.fixed-header .h5-nav-bar .navbar-nav .nav-link,
.fixed-header .fa-bars::before {
	color: #111;
}
.h5-nav-bar .navbar-nav .nav-link:hover,
.fixed-header .h5-nav-bar .navbar-nav .nav-link:hover {
	color: #007bff;
	border-bottom:1px solid #007bff;
}

@media (max-width: 1023px) {
	.h5-nav-bar {
	padding: 10px 0px; 
	}
	.h5-nav-bar .navbar-brand {
	position: relative; 
	}
	.h5-nav-bar .navbar-collapse {
	background: #263238;
	padding: 15px 15px 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	z-index: 10; 
	}
	.h5-nav-bar .rounded-button {
	position: relative; 
	}
	.h5-nav-bar .navbar-nav .nav-link {
	color: #ffffff;
	line-height: 30px; 
	} 
}
/* Dropdown */
.navbar-nav .dropdown-toggle::after {
	display: none; 
}
.navbar-nav .dropdown-menu.b-none {
	border: 0px;
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); 
}
.navbar-nav {
	font-weight: 400; 
}
.pre-scroll {
	position: relative; 
}
.mega-dropdown {
	position: static; 
}
.mega-dropdown .dropdown-menu {
	width: 100%;
	padding: 30px;
	margin-top: 0px;
	overflow: hidden; 
}
.mega-dropdown ul.list-style-none li a {
	color: #8d97ad;
	padding: 8px 0px;
	display: block;
	text-decoration: none;
}
.mega-dropdown .list-style-none {
	font-size: 14px; 
}
.mega-dropdown .inside-bg {
	margin: -30px 0 -30px -30px; 
}
.mega-dropdown .inside-bg-right {
	margin: -30px -30px -30px 0; 
}
.mega-dropdown .bg-img {
	background-size: cover;
	height: 100%;
	padding: 30px; 
}
.mega-dropdown h6 {
	margin: 15px 0;
	font-size: 15px; 
}
/* Overlay headers and thrid dropdown */
.header-overlay {
	position: absolute;
	width: 100%; 
}
.dropdown-item.active, 
.dropdown-item:active {
	background-color: #26BDEF; 
}
.dropdown-submenu {
	position: relative; 
}
.dropdown-submenu .dropdown-item > .ml-auto {
	position: absolute;
	right: 15px;
	top: 10px; 
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: 0;
	border-radius: 0.25rem;
	display: none; 
}
.dropdown-submenu > .dropdown-menu.menu-right {
	left: auto;
	right: 100%; 
}
.dropdown-submenu.pull-left {
	float: none; 
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -75%; 
}
.dropdown-menu .divider {
	background-color: rgba(120, 130, 140, 0.13);
	height: 1px;
	margin: 9px 0;
	overflow: hidden; 
}
.topbar a.navbar-brand {
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-size:cover;
	width: 200px;
	height: 61px;
	margin:5px 15px 10px 0;
}

/*-- Small Desktop & above all (1024px) --*/
@media (min-width: 1024px) {
	.hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
	display: block;
	margin-top: 0px; }
	.navbar-nav > .dropdown .dropdown-menu {
	min-width: 210px;
	margin-top: 0px; }
	.dropdown-submenu:hover > .dropdown-menu {
	display: block; } 
}

@media (max-width: 1023px) {
	.d-flex {
	display: block !important; 
	}
	.d-flex.no-block {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	}
	.absolute {
	position: relative; 
	}
	.topbar {
	background: #ffffff;
	/*position: relative; */
	}
	.topbar.animated {
	-webkit-animation-duration: 0s;
	animation-duration: 0s; 
	}
	.topbar.animated.slideInDown {
	-webkit-animation-name: none;
	animation-name: none; 
	} 
}
@media (max-width:991px) {
	.topbar {
	background: rgba(0,0,0,0);
	}
}

/*-- Phone and below ipad(767px) --*/
@media (max-width: 767px) {
	.b-l, .b-r {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
	.dropdown-submenu > .dropdown-menu.show {
	display: block; 
	} 
}
@media (max-width:991px) {
	.topbar a.navbar-brand {
	width: 160px;
	height: 50px;
	}
}

/******************************************************************************
	BREADCRUMB
*******************************************************************************/
nav.ariane {
	position: relative;
	padding: 0;
	transform: none;
	width: 100%;
	display: inline-block;
	height: max-content;
	background: transparent;
}
.breadcrumb {
    display: block;
	margin-bottom: 0;
	background-color:rgba(0, 0, 0, 0);
}
.breadcrumb .breadcrumb-item {
	display:inline-block;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item a:visited,
.breadcrumb .breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
	font-size:14px;
	font-weight:400;
	color: #fff;
}

/*********************************************************************************
	HEADING
**********************************************************************************/
.heading-inner {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 24px;
	text-rendering: optimizeLegibility;
}
.heading-style3 .heading-inner {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.heading-style3 .heading-inner:after {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	bottom: -3px;
	left: 0;
	background-color: #007bff;
	border-radius: 50%;
}
.heading-style3.heading-center {
	text-align: center;
}
.heading-style3.heading-center .heading-inner:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.heading-style3.heading-right {
	text-align: right;
}
.heading-style3.heading-right .heading-inner:after {
	left: auto;
	right: 0;
}

/*********************************************************************************
	SECTION HEADER
**********************************************************************************/
.section-header {
	width:100%;
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
}
.section-header .content-home {
	padding:200px 0 300px;
}
.section-header .img-header-right {
	position:absolute;
	right:7%;
	top:50px;
	width:40%;
	height:auto;
	z-index:10;
}

.section-header h1 {
	color:#fff;
	font-size:50px;
}

@media (max-width:576px) {
	.section-header {
	padding:45px 0 20px;
	}
	.section-header .content-home {
	padding:30px 0 30px;	
	}
	.section-header h1 {
	font-size:18px;
	}
	.section-header .img-header-right {
	right:5%;
	}
	.section-header .img-header-right {
	top: 60px;
	width: 50%;
	}
}

/******************************************************************************
	SHAPE DIVIDER
*******************************************************************************/
.custom-shape-divider-bottom-1655197787 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-bottom-1655197787 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}
.custom-shape-divider-bottom-1655197787 .shape-fill {
    fill: #FFFFFF;
}

@media (max-width:576px) {
	.custom-shape-divider-bottom-1655197787 svg {
    height: 50px;
	}
}


#box .card {
	border-radius:0;
	border:none;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
#box .card-body {
  padding: 1.75rem;
}
#box .card p {
	margin-bottom:0;
}

.fa-li > i {
	color:#007bff;
}

.item-box img {
	display: block;
	max-width:50px;
	height:auto;
	margin: 0 15px 0 0;
	position: absolute;
	text-align: center;
}

.description {
	display: inline-block;
	margin-left:70px;
}
.description h3 {
	font-size:18px;
	color:#007bff;
}

/******************************************************************************
	PRICE SWITCHER
*******************************************************************************/
.toggle,
.toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  color: #ddd;
  transition: 0.2s;
  font-weight: bold;
}

.toggler--is-active {
  color: #007bff;
}

.b {
  display: block;
}

.toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #007bff;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pricing-section {
  width: 100%;
  text-align: center;
}
.pricing-columns #pricing-chart,
.pricing-columns-both #pricing-chart {
  margin-top: 60px;
  position: relative;
}
.pricing-columns #pricing-chart #smaller-plans,
.pricing-columns-both #pricing-chart #smaller-plans {
  display: block;
}
.hide {
  display: none;
}
/**********************************
	pricing-section
***********************************/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.pricing {
  position: relative;
}
.pricing-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: 3px;
  background-color: #FFF;
}
.pricing-title {
  padding: 1rem 0;
  background-color: #F9F9F9;
  border-bottom: 1px solid rgba(0,0,0,0.075);
  letter-spacing: 1px;
}
.pricing-title {
  letter-spacing: 1px;
}
.pricing-title.title-sm h3 {
  font-size: 1.25rem;
}
.pricing-title h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
}
.pricing-title.title-sm span {
  font-size: 0.875rem;
}
.pricing-title span {
  display: block;
  color: #777;
  font-size: 1rem;
  margin: 3px 0;
}

.pricing-price {
  position: relative;
  padding: 1.5rem 0;
  color: #333;
  font-size: 4rem;
  line-height: 1;
}
.pricing-price .price-unit {
  display: inline-block;
  vertical-align: top;
  margin: 7px 3px 0 0;
  font-size: 28px;
  font-weight: normal;
}
.pricing-price .price-tenure {
  vertical-align: baseline;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999;
  margin: 0 0 0 3px;
}

.pricing-features {
  border-top: 1px solid rgba(0,0,0,0.075);
  border-bottom: 1px solid rgba(0,0,0,0.075);
  background-color: #F9F9F9;
  padding: 2rem 0;
}
.pricing-features ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.pricing-action {
  padding: 1.25rem 0;
    padding-right: 0px;
    padding-left: 0px;
}

.pricing-box {
	box-shadow: 0px 20px 140px #d6dee49e;
}


.pricing-highlight {
  margin: -20px -1px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  z-index: 10;
}
.pricing-highlight .pricing-title {
  background-color: #fff;
}
.pricing-highlight .pricing-title {
  padding: 20px 0;
}
.pricing-highlight .pricing-price {
  font-size: 72px;
}
.pricing-highlight .pricing-features {
  background-color: #fff;
}




/******************************************************************************
	PAGE CONTACT
*******************************************************************************/
.pb-minus-70 {
  padding-bottom: 70px;
}
.default-button {
  border-radius: 5px;
  display: inline-block;
  background-color: #0ac083;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 18px 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
}
.default-button:after {
  display: none;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.247);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  opacity: 0;
}
.default-button:focus:not(:active)::after {
  display: block;
}
.popup-btn {
  border-radius: 5px;
  display: inline-block;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
}
.popup-btn:after {
  display: none;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.247);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  opacity: 0;
}
.popup-btn:focus:not(:active)::after {
  display: block;
}
.popup-btn.danger {
  background-color: #f27474;
}
.popup-btn.success {
  background-color: #0ac083;
}
.popup-btn.agree {
  background-color: #07f;
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
			transform: scale(10);
  }
}
.contact-form-wrap {
	padding: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
	box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}
.contact-form-wrap .contact-form-group {
	position: relative;
	margin-bottom: 30px;
	min-height: 57px;
}
.contact-form-wrap .contact-form-group > i {
	left: 14px;
	top: 14px;
	width: 32px;
	height: 32px;
	position: absolute;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	display: inline-block;
	pointer-events: none;
	color: #fff;
	background: #007bff;
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.contact-form-wrap .contact-form-group .form-control {
	height: 60px;
	color: #000;
	outline: none;
	padding: 0 60px;
	font-size: 15px;
	border: none;
	border-radius: 5px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
	box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
}
@media screen and (max-width: 576px) {
	.contact-form-wrap .contact-form-group .form-control {
    font-size: 14px;
	}
}
.contact-form-wrap .contact-form-group .form-control:focus {
	outline: none;
	border: none;
	color: #000;
	-webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
			box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}
.contact-form-wrap .contact-form-group #txtInput {
	padding-left: 90px;
}
.contact-form-wrap .contact-form-group #txtCaptchaSpan {
	position: absolute;
	top: 50%;
	height: 60px;
	padding-left: 14px;
	padding-right: 14px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	background: #007bff;
	color: #fff;
	border-radius: 5px 0 0 5px;
}
.contact-form-wrap .contact-form-group textarea.form-control {
	height: auto;
	padding-top: 20px;
}
.contact-form-wrap .empty-form span, .contact-form-wrap .email-invalid span, 
.contact-form-wrap .phone-invalid span, 
.contact-form-wrap .terms-alert span, 
.contact-form-wrap .subject-alert span, 
.contact-form-wrap .security-alert span {
	display: block;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #721c24;
	background: rgba(242, 116, 116, 0.2);
}
#error_message {
	margin-top: 30px;
	display: block;
	padding: 20px;
	border-radius: 5px;
	word-break: break-word;
	background: rgba(242, 116, 116, 0.2);
	color: #721c24;
}
.custom-modal .modal-header {
	text-align: center;
	padding: 20px;
}
.custom-modal .modal-header h5, .custom-modal .modal-header button {
	color: #fff;
}
.custom-modal .modal-header.danger {
	background: #f27474;
	color: #fff;
}
.custom-modal .modal-header.success {
	background: #0ac083;
	color: #fff;
}
.custom-modal .modal-header.terms {
	background: #07f;
	color: #fff;
}
.custom-modal .modal-body {
	padding: 20px;
}
.custom-modal .modal-body .form-popup-inner {
	text-align: center;
}
.custom-modal .modal-body .form-popup-inner .form-icon {
	margin-bottom: 30px;
}
.custom-modal .modal-body .form-popup-inner .form-icon svg {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
	fill: #f27474;
	stroke: #f27474;
	background: rgba(242, 116, 116, 0.1);
}
.custom-modal .modal-body .form-popup-inner .form-icon.success svg {
	fill: #0ac083;
	stroke: #0ac083;
	background: rgba(10, 192, 131, 0.1);
}
.custom-modal .modal-footer {
	padding: 20px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
       ustify-content: center;
}
.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}
.path.circle {
	-webkit-animation: dash 0.9s ease-in-out;
			animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
          animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
          animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dashCheck {
	0% {
    stroke-dashoffset: -100;
	}
	100% {
    stroke-dashoffset: 900;
	}
}
.custom-control {
	padding: 0;
}
.custom-control .custom-control-input {
	position: relative;
}
.custom-control span {
	vertical-align: middle;
	margin-left: 14px;
	color: #000;
}
.custom-control span a {
	color: #0ac083;
}
@media screen and (max-width: 576px) {
	.custom-control span {
	font-size: 14px;
	}
}
.custom-control .custom-control-label {
	margin-left: 0;
	width: 32px;
	height: 32px;
	outline: none;
	text-align: center;
	line-height: 32px;
}
.custom-control .custom-control-label::before {
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	position: absolute;
	border: none !important;
	pointer-events: initial;
	border-radius: 50% !important;
	display: inline-block;
	color: #0ac083;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: rgba(10, 192, 131, 0.2);
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-label:active::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	border: none;
	content: "\f00c";
	color: #0ac083;
	background: rgba(10, 192, 131, 0.2);
}
.custom-control-label::after {
	display: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border: none;
}
.form-validate-icons {
	top: 0;
	right: 14px;
	height: 60px;
	position: absolute;
	line-height: 60px;
}
.form-validate-icons span {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.form-validate-icons span:before {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.form-validate-icons span.error {
	opacity: 1;
	visibility: visible;
}
.form-validate-icons span.error:before {
	content: "\f00d";
	color: #f27474;
	background: rgba(242, 116, 116, 0.2);
}
.form-validate-icons span.success {
	opacity: 1;
	visibility: visible;
}
.form-validate-icons span.success:before {
	content: "\f00c";
	color: #0ac083;
	background: rgba(10, 192, 131, 0.2);
}
.custom-select-wrapper {
	position: relative;
}
.custom-select-wrapper select, .custom-select-wrapper .select-hide {
	display: none;
}
.custom-select-wrapper .select-selected {
	border-radius: 5px;
	outline: none;
	padding: 18px 60px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background-color: #fff;
	color: #677294 !important;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
		  box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
}
.custom-select-wrapper .select-selected:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
	box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}
.custom-select-wrapper .select-selected:after {
	right: 14px;
	top: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	content: "\f078";
	position: absolute;
	pointer-events: none;
	display: inline-block;
	color: #888888;
	background: rgba(187, 187, 187, 0.3);
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.custom-select-wrapper .select-selected.select-arrow-active:after {
	content: "\f077";
}
.custom-select-wrapper .select-items {
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	margin-top: 10px;
	position: absolute;
	background-color: #fff;
	-webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
	box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}
.custom-select-wrapper .select-items .same-as-selected {
	background-color: #0ac083;
	border-bottom-color: #0ac083;
	color: #fff !important;
}
.custom-select-wrapper .select-items .same-as-selected:after {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
.custom-select-wrapper .select-items div {
	color: #000;
	outline: none;
	width: 100%;
	display: block;
	padding: 18px 60px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 576px) {
	.custom-select-wrapper .select-items div {
    font-size: 14px;
	}
}
.custom-select-wrapper .select-items div:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
	box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}
.custom-select-wrapper .select-items div:last-child {
	border-bottom: 0;
}
.custom-select-wrapper .select-items div:after {
	content: "\f036";
	left: 14px;
	top: 14px;
	width: 32px;
	height: 32px;
	z-index: 14;
	position: absolute;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	display: inline-block;
	color: #0ac083;
	background: rgba(10, 192, 131, 0.2);
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.custom-select-wrapper .select-items div:hover {
	background-color: #0ac083;
	border-bottom-color: #0ac083;
	color: #fff;
}
.custom-select-wrapper .select-items div:hover:after {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

/******************************************************************************
	FOOTER
*******************************************************************************/
#footer .copyright {
	position:relative;
}
#footer .copyright {
	background: #000000;
	border-top: 1px solid #000000;
	line-height: 24px;
	padding: 31px 0 30px;
}
#footer .copyright, 
#footer .copyright a {
	color:#CCCCCC;
}
#footer .copyright a:hover {
	color:#f1f1f1; 
}

/******************************************************************************
	TO TOP
*******************************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 60px;
	right: 20px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../img/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: #879095;
	opacity: 0.9;
}
#back-to-top.show {
    opacity: 1;
}



/******************************************************************************
	RESPONSIVE
*******************************************************************************/
@media (min-width: 992px) and (max-width: 1200px) {
	.vh {
	height: 94vh;
	}
	.logo {
	margin-top: 7px;
	}
}

@media (min-width: 1400px) {

}
@media (max-width: 1399px) {

}

@media (max-width: 991px) {
	.header-logo > img {
	max-width: 25%;
	margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.order-first,
	.text.order-first {
    -ms-flex-order: 13;
    order: 13;
	}
	.visible-xs-block {
	display:block;
	}
	.logo {
    margin-top: -8px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.visible-xs-block{
	display:block;
	}
}

@media (max-width: 576px) {
	.container {
    max-width: 400px;
	}
	.order-last {
    -ms-flex-order: -1;
    order: -1;
	}
	.header-logo > img {
	max-width:55%;
	margin-top: 15px;
	}
}

