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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.hidden {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
body {
  margin: 0;
}
a {
  color: #656565;
  font-weight: 300;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
img:not(.vegas-background),
object,
video,
embed {
  max-width: 100%;
}
img {
  height: auto;
  vertical-align: middle;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.text-blue{
  color: #2d5178 !important ;
}
.vegas-background {
  height: auto !important;
}
.bold {
  font-weight: 700;
}
.semibold {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.thin {
  font-weight: 100;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.clearBoth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  vertical-align: super;
}
th,
thead td {
  font-weight: bold;
}
em,
dfn,
cite {
  font-style: italic;
}
del {
  color: #cccccc;
  text-decoration: line-through;
}
dfn,
ins {
  border-bottom: 1px solid #e8e8e8;
}
abbr,
acronym {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #e8e8e8;
  cursor: help;
}
a {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
ol,
ul {
  list-style: none;
}
body {
  position: inherit;
}
body,
html,
#wrapper {
  height: 100%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
code,
pre,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  line-height: 20px;
}
.align_center {
  text-align: center;
}
.blue {
  color: #2d5178;
}
.white {
  color: #fff !important;
}
.grey {
  color: #bbb;
}
.blockquote {
  border-left: 2px solid #2d5178;
  padding-left: 15px;
  margin-bottom: 30px;
}
.img_rounded {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.img_circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.row {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#header .row {
  overflow: inherit;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}
.row .onecol {
  width: 4.85%;
}
.row .twocol {
  width: 13.45%;
}
.row .threecol {
  width: 22.05%;
}
.row .fourcol {
  width: 30.75%;
}
.row .fivecol {
  width: 39.45%;
}
.row .sixcol {
  width: 48%;
}
.row .sevencol {
  width: 56.75%;
}
.row .eightcol {
  width: 65.4%;
}
.row .ninecol {
  width: 74.05%;
}
.row .tencol {
  width: 82.7%;
}
.row .elevencol {
  width: 91.35%;
}
.row .twelvecol {
  width: 100%;
  float: left;
}
.last {
  margin-right: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  line-height: 110%;
  color: #252525;
  font-weight: 400;
}
h1 {
  font-size: 32px;
  line-height: 46px;
}
h2 {
  font-size: 28px;
  line-height: 42px;
}
h3 {
  font-size: 24px;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
body {
  background-color: #f1f0f0;
  font-family: "Roboto", sans-serif;
}
#container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
p,
a,
ul,
ol,
dl,
table,
fieldset,
blockquote {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #555;
}
p.small_margins,
h1.small_margins,
h2.small_margins,
h3.small_margins,
h4.small_margins,
h5.small_margins,
h6.small_margins {
  margin-bottom: 10px;
}
.big_top_margin {
  margin-top: 45px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 30px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 30px !important;
}
.pt-40 {
  padding-top: 30px !important;
}
.big_bottom_margin {
  margin-bottom: 45px;
}
.section_wrapper {
  width: 100%;
  background-color: #fff;
}
.section_wrapper.grey_bg {
  background: #f4f4f4;
}
.section_wrapper.dark_bg {
  background-color: #242f32;
}
.section_wrapper.green_bg {
  background: #2d5178;
}
.section_box {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 90px 0 70px 0;
}
.section_box.no_margin_left {
  padding: 90px 70px 70px 0;
}
.section_box.no_margin_right {
  padding: 90px 0 70px 70px;
}
.section_box.no_margins_bottom {
  padding: 90px 0 0 0;
}
.section_box.no_margins {
  padding: 0;
}
h2.title {
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
  clear: both;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #262f32;
  position: relative;
}
h2.title:after {
  width: 100px;
  height: 3px;
  background: #F15A29 ;
  content: "";
  margin: 5px auto;
  display: block;
}
h3.minititle {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
}
h3.minititle:after {
  width: 100px;
  height: 3px;
  background: #F15A29 ;
  content: "";
  margin: 5px 0;
  display: block;
}
h2.title.white {
  color: #f5f5f5;
}
h3.subtitle {
  margin: 0 0 50px 0;
  display: block;
  clear: both;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  color: #555;
}
h3.subtitle.grey {
  color: #fff;
}
h2.page_subtitle {
  font-weight: 100;
  font-size: 32px;
  color: #f5f5f5;
}
a.button_blue {
  background-color: #2d5178;
  border: 1px solid #2d5178;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  padding: 11px 20px 10px 20px;
  margin: 10px 10px 20px 0;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
a.button_blue:hover {
  background-color: transparent;
  border: 1px solid #2d5178;
  color: #2d5178;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
a.button_green {
  background-color: #03d7ab;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 23px 11px 23px;
  margin: 10px 10px 20px 0;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
a.button_yellow {
  background-color: #F15A29 ;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 23px 11px 23px;
  margin: 10px 10px 20px 0;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
a.button_green:hover {
  background-color: #03d7ab;
  border: 1px solid #03d7ab;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
a.button_transparent {
  background-color: transparent;
  border: 1px solid #242f32;
  color: #252525;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 23px 11px 23px;
  margin: 10px 10px 20px 0;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
a.button_transparent:hover {
  background-color: #252525;
  border: 1px solid #252525;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button_blue i,
.button_transparent i {
  font-size: 14px;
  vertical-align: text-top !important;
}
a.button_blue.button_small,
a.button_transparent.button_small {
  font-weight: 400;
  font-size: 13px;
  padding: 6px 15px;
  margin: 0 10px 20px 0;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
}
#header_wrapper {
  position: fixed;
  width: 100%;
  height: 100px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 5px solid rgb(247 198 43);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header_wrapper.shrink {
  width: 100%;
  height: 85px !important;
  padding: 0;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header_wrapper #header {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 5%;
}
a#logo {
  position: relative;
  float: left;
  z-index: 900;
  display: block;
  margin: 0;
}
#nav {
  margin: 0;
  float: right;
  position: absolute;
  margin-left: 250px;
}

#nav li {
  display: inline-block;
  position: relative;
  margin: 40px 12px 0 12px;
}
#nav li.last {
  margin-right: 0;
}
#nav li a {
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #2d5178;
  letter-spacing: 1px;
}
#header_wrapper.shrink #nav li a {
  color: #2d5178;
}
#nav .current a,
#nav li a:hover {
  color: #69388d;
  font-weight: 600;
}
#header_wrapper.shrink #nav .current a,
#nav li a:hover {
  color: #69388d;
}
#footer {
  width: 100%;
  position: relative;
  background-color: #000;
  z-index: 100;
  padding: 50px 0 50px 0;
}
#footer_box {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
.copyright {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.copyright p a {
  color: #cecece !important;
  font-size: 15px;
  text-decoration: none;
}
.copyright p {
  color: #cecece !important;
  font-size: 15px;
}
.copyright a {
  color: #cecece !important;
  text-decoration: underline;
  font-size: 15px;
}
img.footer_logo {
  margin-bottom: 20px;
}
ul.footer_social {
  width: 100%;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
ul.footer_social li {
  display: inline-block;
  margin: 0;
  line-height: 100% !important;
}
ul.footer_social li a i {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  font-size: 26px !important;
  line-height: 26px !important;
  color: #8d8d8d;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
ul.footer_social li a i:hover {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #2d5178;
}
#home {
  width: 100%;
  position: relative;
  z-index: 100; /*background: url(../img/bg-1.jpg);*/
}
.home_box {
  width: 100%;
  max-: 1140px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
h2.home_title {
  margin: 10px 0 25px 0;
  color: #fff;
  font-size: 40px;
  line-height: 62px;
  font-weight: 500;
}
h3.home_subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 20px;
}
.register_form_wrapper {
  padding: 12px 12px;
  background: rgba(66, 185, 157, 0.8); /*border:2px solid rgb(247 198 43);*/
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
}
.modal .register_form_wrapper {
  padding: 20px 30px;
  background: #fff;
  border: 2px solid rgb(247 198 43);
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
}
.register_form {
  padding: 15px;
  overflow: hidden;
}
select.register-input{
  width: 93.4%;
  height: 36px;
  padding: 0 2%;
  margin-right: 2%;
  margin-bottom: 15px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  float: left; /*-webkit-border-radius:3px 3px;-moz-border-radius:3px 3px;border-radius:3px 3px;*/
}
input.register-input {
  width: 93.4%;
  height: 36px;
  padding: 0 2%;
  margin-right: 2%;
  margin-bottom: 15px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  float: left; /*-webkit-border-radius:3px 3px;-moz-border-radius:3px 3px;border-radius:3px 3px;*/
}
.register-submit {
  letter-spacing: 1px;
  display: block;
  margin: auto;
  color: #303030;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.register-submit:hover,
.visited:hover {
  color: #fff;
  background-color: #2d5178;
  border: 1px solid #2d5178;
  transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
}
input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
  color: #fff;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
  color: #656565;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
  color: #656565;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
  color: #656565;
}
#register-form input.register-input:focus,
#register-form textarea.register-commnent:focus {
  color: #fff;
  background-color: transparent;
  outline: none;
}
p.register_success_box {
  color: #eee;
  font-size: 16px;
  font-style: italic;
}
.product_item {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left !important;
}
.product_info {
  float: left;
  overflow: hidden;
  padding: 2px 2px 1px 2px;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
}
h3.product_title {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 400;
  color: #252525;
  text-align: center;
}
h3.product_title:hover {
  color: #2d5178;
}
a.product_icons {
  font-style: italic;
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #aaa;
  display: block;
  text-align: center;
}
a.product_icons i {
  font-size: 18px;
  color: #2d5178;
  padding-right: 2px;
  vertical-align: text-top;
}
a.product_icons.last {
  border-right: none;
}
a.product_icons:hover {
  color: #2d5178;
}
.product_item p {
  float: left;
  margin-top: 10px;
}
.view {
  width: 100%;
  padding: 0;
  border: none;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-bottom: 1px solid #2d5178;
}
.view .mask,
.view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.view span.zoom {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../images/zoom_icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view-first .mask {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
}
.view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.view-first:hover .mask {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-first:hover a.zoom {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fun_fact_wrapper {
  position: relative;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 1;
  background: url(../image/bg-2.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.fun_fact_wrapper:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fun_facts {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 120px 0 110px 0;
  text-align: center;
}
.fun_facts_box {
  float: left;
  width: 33.33%;
  padding-top: 15px;
}
.fun_facts_title {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
}
.fun_facts_title span {
  font-size: 44px;
  line-height: 44px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.fun_facts_title i {
  font-size: 52px;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  color: #2d5178;
}
.team_description {
  padding: 15px 0 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
}
.team_description h4 {
  color: #2d5178;
  margin: 5px 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.team_description p,
.team_description a {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #454545;
}
.team_description a:hover {
  color: #2d5178;
}
.newsletter_wrapper {
  width: 100%;
  z-index: 100;
  background: url(../images/bg3.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}
.newsletter_box {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 30px 0 100px 0;
  text-align: center;
}
.newsletter_form_wrap p.success_box {
  font-size: 18px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
}
#newsletter-form {
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
}
#email_newsletter {
  width: 70%;
  max-width: 370px;
  height: 54px;
  padding: 0 10px;
  border: 2px solid #2d5178;
  background-color: transparent;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 14px;
  margin: 0 -4px 0 0;
}
#submit-button-newsletter {
  width: 30%;
  max-width: 140px;
  height: 58px;
  line-height: 60px;
  background-color: #2d5178;
  border: none;
  color: #fff;
  margin: 0 0 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}
#submit-button-newsletter:hover {
  color: #454545;
  background-color: #fff;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}
input#email_newsletter::-webkit-input-placeholder {
  color: #fff;
}
input#email_newsletter:-moz-placeholder {
  color: #fff;
}
input#email_newsletter::-moz-placeholder {
  color: #fff;
}
input#email_newsletter:-ms-input-placeholder {
  color: #fff;
}
.info_transparent {
  margin: 0 auto !important;
  overflow: hidden;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 110px;
  max-width: 1170px;
  text-align: center;
}
.info_transparent h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}
span.nospam {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}
.services_box {
  text-align: center;
  padding: 15px 0 0 0;
}
.services_box h2 {
  clear: both;
  font-size: 18px;
  line-height: 100%;
  vertical-align: middle;
  margin: 20px 0 20px 0;
  font-weight: 400;
  color: #252525;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.services_box p {
  clear: both;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.icon_wrapper {
  margin-bottom: 10px;
  width: 100%;
}
.icon_wrapper .services_icon {
  width: 100px;
  text-align: center;
  color: #2d5178;
  font-size: 60px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.home_services {
  margin-top: 15px;
  margin-bottom: 10px;
}
.home_services h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
span.circle_icons i {
  margin: 5px 25px 30px 0;
  font-size: 46px;
  float: left;
  color: #2d5178;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#contact-form {
  position: relative;
  display: block;
  margin: 0;
}
input.contact-input {
  height: 40px;
  padding: 0 2%;
  margin-bottom: 15px;
  color: #252525;
  border: none;
  border: 1px solid #2d5178;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  float: left;
}
textarea {
  height: 100px;
  margin: 0 0 20px 0;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #252525;
  border: none;
  border: 1px solid #2d5178;
  background-color: #fff;
  resize: none;
  font-size: 14px;
  float: left;
}
.contact-submit {
  float: right;
  margin: 0 15px;
  color: #fff;
  border: 1px solid #2d5178;
  background-color: #2d5178;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 35px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.contact-submit-2 {
  float: right;
  margin: 0 15px;
  color: #fff;
  border: 1px solid #f1592a;
  background-color: #f1592a;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 14px 35px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.contact-submit:hover {
  color: #fff;
  background-color: #242f32;
  border: 1px solid #242f32;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
  color: #656565;
  background-color: #f7f8fa;
  outline: none;
}
p.contact_success_box {
  color: #454545;
  font-size: 20px;
  font-style: italic;
}
.wt_gMap {
  margin-bottom: 30px;
}
p.contact_info {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  display: table;
}
p.contact_info i {
  font-size: 20px;
  padding-right: 15px;
  vertical-align: middle;
  display: table-cell;
  color: #2d5178;
}
ul.store_icons {
  display: block;
}
ul.store_icons li {
  display: inline-block;
  margin: 0;
  line-height: 100% !important;
}
ul.store_icons li a i {
  display: inline-block;
  margin: 8px 8px;
  padding: 0;
  font-size: 36px !important;
  line-height: 36px !important;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
ul.store_icons li a i:hover {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #2d5178;
}
.testimonials_item {
  position: relative;
  z-index: 100;
  margin-bottom: 50px;
  padding-bottom: 0;
  width: 100%;
}
.testimonials_box {
  background-color: #f5f5f5;
  border-bottom: 2px solid #2d5178;
  padding: 20px 25px;
  position: relative;
  z-index: 100;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.testimonials_box .testimonials_arrow {
  background: none repeat scroll 0 0 #f5f5f5;
  border-right: 2px solid #2d5178;
  border-bottom: 2px solid #2d5178;
  display: block;
  width: 12px;
  height: 12px;
  left: 40px;
  bottom: -8px;
  position: absolute;
  z-index: 50;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: none\9;
}
.testimonials_box p {
  margin: 0;
  color: #656565;
  font-weight: 300;
  line-height: 20px;
  font-style: italic;
}
img.autor_pic {
  float: left;
  margin: 15px 15px 0 15px;
  width: 66px;
  height: 66px;
  background-color: #fff;
  -webkit-border-radius: 39px 39px;
  -moz-border-radius: 39px 39px;
  border-radius: 39px 39px;
}
p.autor {
  display: block;
  font-weight: 300;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #2d5178;
}
p.autor span {
  text-transform: uppercase;
  color: #454545;
  font-weight: 400;
  font-size: 15px;
}
.section_box.partners_margins {
  margin-top: 0px;
  padding: 55px 0 55px 0;
  border-top: 1px solid #e7e8ec;
}
.section_box.partners_margins.no_border {
  border-top: none;
}
ul.partners {
  margin: 0;
  width: 100%;
  max-width: 1140px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
ul.partners li {
  display: inline-block;
  margin: 10px 15px;
}
ul.partners li.first {
  margin-left: 0;
}
ul.partners li.last {
  margin-right: 0;
}
.services_item h2 {
  clear: both;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: middle;
  margin: 10px 0 10px 0;
  font-weight: 600;
  color: #2d5178;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.services_item h5 {
  margin-bottom: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  #home,
  .newsletter_wrapper,
  .fun_fact_wrapper {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #about{
    padding: 3rem 0;
  }
  .row .onecol,
  .row .twocol,
  .row .threecol,
  .row .fourcol,
  .row .fivecol,
  .row .sixcol,
  .row .sevencol,
  .row .eightcol,
  .row .ninecol,
  .row .tencol,
  .row .elevencol,
  .row .twelvecol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    clear: both;
  }
  #header_wrapper {
    margin: 0 auto;
    position: relative;
    height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #header_wrapper #header {
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  #header_wrapper.shrink {
    margin: 0 auto;
    height: 65px !important;
  }
  #logo img {
    height: 60px;
    margin: 5px 0;
  }
  .section_box,
  .section_box.no_margin_left,
  .section_box.no_margin_right,
  .section_box.no_margins_bottom {
    padding: 50px 0 30px 0;
    padding: 0px 0 30px 0;
  }
  .section_box.no_margins_bottom {
    padding: 80px 0 0 0;
  }
  .section_box.no_margins {
    padding-top: 80px;
    padding-bottom: 0;
  }
  /*#home{background: url(../img/bg-1@2x.jpg);background: url(../img/bg-1@2x.webp);background-size: 100%;background-repeat: no-repeat;}*/
  .home_box {
    width: 100%;
    margin: 0 auto;
    height: 400px;
    padding: 0;
  }
  /*.store_icons{position: absolute;bottom: 5px;width: 100%;left: 25%;}*/
  .register_form_wrapper {
    margin-top: 40px;
  }
  h2.home_title {
    font-size: 28px;
    line-height: 34px;
  }
  h3.home_subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .portfolio_left,
  .portfolio_right,
  .portfolio_half {
    width: 100%;
  }
  .portfolio_title h2 {
    padding: 40px 0;
  }
  .services_item {
    width: 90%;
    padding: 0 5%;
  }
  .services_box {
    padding: 1px 0 1px 0;
  }
  .quote_box {
    width: 90%;
    margin: 0 5%;
    padding: 40px 0 0 0;
    text-align: center;
  }
  .quote_info {
    border-right: none;
  }
  img.quote_picture {
    display: inline-block;
    float: none;
    margin: 0;
  }
  p.quote_name {
    float: none;
    font-size: 14px;
    line-height: 20px;
  }
  p.quote_name span {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
  }
  p.quote_text {
    padding: 5px 0 0 0;
    font-size: 15px;
    line-height: 22px;
  }
  span.quote_text,
  span.quote_autor {
    font-size: 18px !important;
    line-height: 32px !important;
  }
  span.quote_autor {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .fun_facts_box {
    width: 100%;
  }
  #email_newsletter {
    width: 70%;
    max-width: 270px;
  }
  .blockquote span{
    display: inline !important;
  }
}
@media handheld, only screen and (max-width: 320px) {
  #email_newsletter {
    width: 65%;
    max-width: 130px;
  }
  #submit-button-newsletter {
    width: 35%;
    max-width: 120px;
  }
}
#wt_responsive_nav_wrap {
  width: 100%;
  right: -100%;
  position: absolute;
  z-index: 9999;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  padding: 45px 0;
  margin-left: -2px;
  overflow: hidden;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
#wt-responsive-nav {
  margin-left: 0;
  width: 100%;
}
.show_responsive_nav {
  overflow: hidden;
}
.csstransforms3d #wt_responsive_nav_wrap {
  -webkit-transform: scale3d(0.5);
  -moz-transform: scale3d(0.5);
  -ms-transform: scale3d(0.5);
  -o-transform: scale3d(0.5);
  transform: scale3d(0.5);
}
.show_responsive_nav #wt_responsive_nav_wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.csstransforms3d .show_responsive_nav #wt_responsive_nav_wrap {
  -webkit-transform: scale3d(1);
  -moz-transform: scale3d(1);
  -ms-transform: scale3d(1);
  -o-transform: scale3d(1);
  transform: scale3d(1);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#wt-responsive-nav > li:first-child > a:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}
#wt-responsive-nav li {
  margin: 0;
  padding: 0;
  position: relative;
  float: none;
  clear: both;
}
#wt-responsive-nav li > a:before {
  content: "(";
  position: absolute;
  top: 13px;
  margin-left: -25px;
  font-family: "icons-font";
  font-size: 14px;
  color: #27AAE1;
}
#wt-responsive-nav li > a i {
  position: absolute;
  top: 15px;
  display: inline-block;
  right: 24px;
  font-size: 14px;
  color: #222;
}
#wt-responsive-nav .sub-menu {
}
#wt-responsive-nav,
#wt-responsive-nav li > a {
  border-color: #e1e1e1;
  color: #555;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#wt-responsive-nav .current_page_item > a,
#wt-responsive-nav li > a:hover,
#wt-responsive-nav li > a.active {
  color: #ffffff;
  background-color: #222;
}
#wt-responsive-nav .current_page_item > a:before,
#wt-responsive-nav li > a:hover:before,
#wt-responsive-nav li > a.active:before,
#wt-responsive-nav .current_page_item > a i,
#wt-responsive-nav li > a:hover i,
#wt-responsive-nav li > a.active i {
  color: #ffffff;
}
#responsive_nav_open:hover,
#responsive_nav_hide:hover {
  background-color: #222;
}
#responsive_nav_open:hover i:before,
#responsive_nav_hide:hover i:before {
  color: #ffffff;
}
.current_page_item > a:before,
.current-menu-item > a:before {
  font-weight: normal;
}
#wt-responsive-nav ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  left: 0;
  position: relative;
}
#wt-responsive-nav a {
  padding: 13px 28px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  display: block;
  margin: 0;
  text-decoration: none;
  position: relative;
}
#wt-responsive-nav a {
  padding-left: 35px;
}
#wt-responsive-nav ul a {
  padding-left: 55px;
}
#wt-responsive-nav ul ul a {
  padding-left: 75px;
}
#wt-responsive-nav ul ul ul a {
  padding-left: 95px;
}
#responsive_nav_open,
#responsive_nav_hide {
  position: absolute;
  right: 20px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  width: 34px;
  height: 34px;
  margin: 0px;
  z-index: 9999;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  display: none;
  background-color: #ffffff;
}
#responsive_nav_open i:before,
#responsive_nav_hide i:before {
  color: #333333;
  font-size: 18px;
  margin: 0;
  display: block;
  line-height: 36px;
}
#responsive_nav_hide i:before {
  font-size: 30px;
}
.small_device_active #responsive_nav_open {
  display: block;
}
.small_device_active #nav {
  display: none;
}
#responsive_nav_hide {
  display: block;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  top: 3px;
  right: 20px;
  margin: 0;
}
.show_responsive_nav #responsive_nav_hide {
  opacity: 1;
  visibility: visible;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#about img {
  box-shadow: -3px 3px 5px 1px #999;
}
#configuration {
  width: 100%;
  /*background-color:#F15A29 ;*/
  overflow: hidden;
}
#configuration .services_item {
  /*width: 33.33%;*/
  float: left;
  text-align: center;
  /*background-color: rgb(0 0 0 / 56%);*/
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  /* border-radius: 50px 0; */
  margin-bottom: 30px;
}
#configuration .services_item.grey_item {
  background-color: #f9f9f9;
}
#configuration .services_item.blue_item {
  background-color: #2d5178;
}
#configuration .contact-submit {
  padding: 5px 15px;
}
#configuration .services_item.yellow_item {
  background-color: #f15a29b3 ;
}
#configuration .services_item.green_item {
  background-color: #27AAE1b3;
}
#configuration .services_item.blue_item h2 {
  color: #f5f5f5;
}
/*#configuration .services_item a.price_button{
background: #fff;
border: 1px solid #27AAE1;
color: #2d5178;
border-radius: 0
}*/
#configuration .services_item h2 {
  color: #303030;
}
#configuration .services_item.blue_item p {
  color: #303030;
}
#configuration .services_item .icon_wrapper .services_icon {
  color: #303030;
}
#configuration .services_item.blue_item .icon_wrapper .services_icon {
  color: #303030;
}
/* #configuration .services_item:hover {
  background-color: #F15A29 ;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
} */
#configuration .services_box {
  padding: 20px 5px 10px 5px;
}
#configuration .services_item:hover h2 {
  color: #303030;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#configuration .services_item:hover p {
  color: #303030;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#configuration .services_item p {
  clear: both;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#configuration .services_item:hover .icon_wrapper .services_icon {
  color: #f5f5f5;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

#configuration .services_item .price_button_wrapper {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
#configuration .services_item ul.price_features li {
  background: transparent;
  border: none;
  color: #303030;
  /* border-bottom: 1px solid #e7e8ec; */
}
#configuration .services_item:hover ul.price_features li {
  padding: 5px 0;
  /* border-bottom: 1px solid #e7e8ec; */
  font-size: 16px;
  color: #303030;
  background: transparent;
}
.visible-xs {
  display: none;
}
label.error {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #f00;
}
.register label.error {
  color: #fff;
}
.features_left,
.features_right {
  width: 33%;
  float: left;
}
.features_center {
  width: 30%;
  padding: 0 2%;
  float: left;
  margin-top: 10px;
}
.features_center img {
  box-shadow: 0px 0px 5px 1px #555;
  border-radius: 20px;
}
span.features_title_big {
  margin: 0;
  padding-bottom: 10px;
  display: block;
  clear: both;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 400;
  color: #222;
}
span.features_title_small {
  margin: 0;
  padding-bottom: 70px;
  display: block;
  clear: both;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 300;
  color: #222;
  font-style: italic;
}
.features_left .features_item {
  display: flex;
  flex-direction: row-reverse;
}
.features_right .features_item {
  display: flex;
  flex-direction: row;
}
.features_item {
  margin-bottom: 10px;
}
.features_item h4 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.text_align_right {
  text-align: right;
}
.text_align_left {
  text-align: left;
}
.dropcaps_left,
.dropcaps_right {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 22px;
  padding: 15px 15px;
  text-align: center;
  color: #2d5178;
  font-size: 30px;
  border: 2px solid #2d5178;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 29px 29px;
  -moz-border-radius: 29px 29px;
  border-radius: 29px 29px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.dropcaps_left i,
.dropcaps_right i {
  vertical-align: baseline !important;
}
.dropcaps_left {
  float: left;
  margin: 0px 25px 0px 0;
}
.dropcaps_right {
  float: right;
  margin: 0px 0 0px 25px;
}
.features_item:hover .dropcaps_left,
.features_item:hover .dropcaps_right {
  color: #fff;
  border: 1px solid #2d5178;
  background-color: #2d5178;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.price_item {
  margin-bottom: 50px;
  text-align: center;
}
.price_item.last {
  margin-right: 0;
}
.price_head {
  padding: 30px 0 40px 0;
  background-color: #27AAE1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.price_head.green_head {
  background-color: #2d5178;
}
.price_head h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.price_head h4 {
  margin: 0;
  padding-top: 10px;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
}
.price_head h4 span {
  font-size: 18px;
}
ul.price_features {
  margin: 0;
}
ul.price_features li {
  padding: 5px 0;
  background-color: #fcfcfc;
  /* border-bottom: 1px solid #e7e8ec; */
  border-left: 1px solid #e7e8ec;
  border-right: 1px solid #e7e8ec;
  font-size: 16px;
  color: #555;
}
.price_button_wrapper {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e7e8ec;
  border-left: 1px solid #e7e8ec;
  border-right: 1px solid #e7e8ec;
  padding: 35px 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/*a.price_button{font-size:12px;padding:12px 20px;background-color:#27AAE1;border:1px solid #27AAE1;color:#fff;text-transform:uppercase;-webkit-border-radius: 5px 5px;-moz-border-radius: 5px 5px;border-radius: 5px 5px;transition: all .50s ease-in-out;-moz-transition: all .50s ease-in-out;-webkit-transition: all .50s ease-in-out}*/
a.price_button.price_green {
  background-color: #2d5178;
  border: 1px solid #2d5178;
}
/*a.price_button:hover{background-color:#fff;color:#242f32;transition: all .50s ease-in-out;-moz-transition: all .50s ease-in-out;-webkit-transition: all .50s ease-in-out}*/
a.price_button.price_green:hover {
  background-color: #fff;
  color: #2d5178;
  border: 1px solid #2d5178;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.section_full {
  width: 100%;
  position: relative;
  clear: both;
  overflow: hidden;
}
.half_col {
  width: 50%;
  float: left;
  background: #f4f4f4;
}
.half_col_inside {
  padding: 60px 60px 0 60px;
}
.section_box.no_margins_bottom {
  padding: 0 0 0 0;
}
.section_box.no_margins {
  padding: 0;
}
.team_box {
  margin-top: 20px;
}
.team_img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
h4.team_name {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin: 25px 0 10px 0;
  color: #d1a1ca;
}
.grey {
  color: #bbb;
}
.section_wrapper.black_bg {
  background: #242f32;
}
.modal {
  position: fixed;
  background: rgb(0 0 0 / 70%);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.modal .modal-dialog {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.modal .modal-dialog .modal-body {
  position: relative;
}
.modal .modal-dialog .modal-close {
  position: absolute;
  right: 0;
  background: #27AAE1;
  top: 0;
  z-index: 9999;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: none;
}
.modal .modal-dialog .modal-close:hover {
  background: #fff;
  color: #2d5178;
}
.modal .modal-dialog input.register-input {
  background: transparent;
  color: #000;
  border-color: #27AAE1;
}
.modal .modal-dialog select.register-input {
  background: transparent;
  color: #000;
  border-color: #27AAE1;
}
.tm-purchase-floating-box {
  position: fixed;
  display: none;
  bottom: 15%;
  right: 25px;
  padding: 0;
  margin: 0 0;
  z-index: 999;
  border-radius: 50%;
}
.tm-floating-box-icon {
  color: #fff;
  font-size: 30px;
  display: block;
  position: relative;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.tm-floating-box-icon img {
  width: 40px;
  margin-top: 10px;
}
.tm-floating-box-icon:hover {
  color: #fff;
}
.tm-floating-box-icon:hover img {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
.tm-floating-box-icon > span {
  display: block;
  position: absolute;
  right: 29px;
  top: 0;
  width: max-content;
  padding: 0 20px;
  background-color: #5e8ecd;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  color: #fff;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
  border-radius: 50px 0 0 50px;
  font-weight: 600;
}
.tm-floating-box-icon:hover > span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.phonering-alo-phone {
  position: relative;
  width: 95px;
  height: 95px;
}
.phonering-alo-phone.phonering-alo-static {
  opacity: 0.6;
}
.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
  opacity: 1;
}
.phonering-alo-ph-circle {
  width: 120px;
  height: 120px;
  top: -30px;
  left: 5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100% !important;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: 0.1;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color: #2d5178;
  opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #2d5178;
  border-color: #baf5a7;
  opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #2d5178;
  border-color: #bfebfc;
  opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #2d5178;
  opacity: 0.5;
}
.phonering-alo-ph-circle-fill {
  width: 120px;
  height: 120px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #2d5178 9;
  opacity: 0.75 !important;
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: 0.75 !important;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: 0.75 !important;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phonering-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 0px;
  left: 30px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1)
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==)
    no-repeat center center;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #27AAE1;
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #27AAE1;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #27AAE1;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #27AAE1;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-1 {
  flex: 1;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.modal h4 {
  color: #2d5178;
}
.modal .register label {
  color: #2d5178;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
.modal .register-submit {
  border: 1px solid #2d5178;
}
.register label {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
.contact label {
  color: #2d5178;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
a.callnow {
  display: none;
}
a.interested {
  position: fixed;
  bottom: 5px;
  right: 10px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #2d5178;
  font-weight: 400;
  font-size: 16px;
  padding: 6px 15px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 0;
}
a.interested:hover {
  background-color: #F15A29 ;
  color: #000;
}
a.download_now {
  position: fixed;
  bottom: 5px;
  left: 10px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #2d5178;
  font-weight: 400;
  font-size: 16px;
  padding: 6px 35px 6px 15px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 0;
  
}
a.download_now:hover{
  background-color: #F15A29;
  color: #000;
}

a.download_now .icon-download{
  position: absolute;
  margin-left: 5px;
  animation: bounce-animation .5s infinite alternate;
  animation-timing-function: ease-in;
}

a.scrollTop {
  position: fixed;
  bottom: 80px;
  right: 10px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #2d5178;
  font-weight: 400;
  font-size: 30px;
  padding: 2px 5px;
  color: #fff;
  text-align: center;
  line-height: 10px;
  margin: 0;
}
a.scrollTop:hover {
  background-color: #F15A29 ;
  color: #000;
}
.hidden-xs {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-top: 10px;*/
}
.my-list li {
  margin-bottom: 10px;
  display: table;
}
.my-list li:before {
  padding-right: 10px;
  color: #F15A29 ;
  display: table-cell;
}
@media handheld, only screen and (min-width: 768px) {
  .mr-md-1 {
    margin-right: 1rem;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  #about .blockquote {
    flex-basis: 40%;
  }
  a.interested {
    left: 0;
    bottom: 0;
    width: 50%;
    padding: 15px 0px;
    border-right: 1px solid #fff;
    border-top: none;
    border-radius: 0;
  }
  a.callnow {
    text-decoration: none;
    display: block;
    z-index: 999;
    background-color: #F15A29 ;
    background-color: #2d5178;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 15px 0px;
    border-radius: 0;
    border-left: 1px solid #fff;
    border-top: none;
    margin: 0;
    text-align: center;
  }
  h3.minititle {
    text-align: center;
  }
  h3.minititle:after {
    margin: 5px auto;
  }
  ul.partners {
    justify-content: center;
  }
  /*.tm-purchase-floating-box{display: block}*/
  #configuration .services_item {
    width: 100%;
    padding: 0;
  }
  .flex-xs-column {
    flex-direction: column;
  }
  .features_left,
  .features_right {
    width: 100%;
  }
  .features_center {
    width: 90%;
    padding: 0 5%;
    text-align: center;
    margin: 15px 0;
  }
  .half_col {
    width: 100%;
    float: left;
  }
  .half_col_inside {
    padding: 40px 0px 0;
  }
  input.contact-submit {
    margin: 0 5px;
  }
  ul.partners li {
    margin: 10px 5px;
  }
  input.contact-input {
    width: 93.4%;
  }
  .jconfirm.jconfirm-modern .jconfirm-box {
    width: 75% !important;
  }
}
/* prettyPhoto styling for small screens */
@media (min-width: 768px) and (max-width: 1024px) {
  h2.home_title {
    line-height: 1.5;
    font-size: 20px;
  }
  .home_box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .getCallback {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: max-content;
  }
  .pp_pic_holder.pp_default {
    width: 100% !important;
    margin-top: -100px !important;
    left: 0 !important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none !important;
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
  .pp_details {
    box-sizing: border-box;
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 10px !important;
    top: 10px !important;
  }
}

/*changes done 19-10-2021 */

.bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.bg-image {
  background: url(../img/backgroundImage.png) center / cover;
  position: relative;
}

.min-vh-40 {
  min-height: 40vh;
}

#configuration {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .parallax {
    background-attachment: fixed !important;
  }
}
#brochure {
  background-color: #0c0c0c;
}

.section-padding {
  padding: 40px 0;
}

.section-header {
  margin-bottom: 30px;
}

.section-header .section-title {
  font-size: 26px;
  color: #8c7e5c;
  position: relative;
  padding-bottom: 20px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #c9ad7e;
  border-radius: 20px;
  background: #76103d;
}

.formwhite {
  display: flex;
  flex-direction: column;
  padding: 60px 30px 20px;
  background: #fff;
  border-radius: 15px;
}

.formwhite .form-group {
  margin-bottom: 10px;
}

.form-label {
  color: #fff;
  font-size: 10px;
  margin: 0;
  display: block;
  text-align: left;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 40px;
}

#Walkthrough h4 {
  color: #fff;
  margin: 0;
}

.btn.btn-lg.rounded-circle,
.btn-group-lg > .btn.rounded-circle {
  width: 4.5rem;
  height: 4.5rem;
}

.btn.rounded-circle {
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.btn-light {
  color: #fff;
  font-size: 30px;
  box-shadow: none;
}
.rounded-circle {
  border-radius: 50% !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
}

.col {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
}

.visbilityNone {
  visibility: hidden;
}

.section_box_small {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 9px 0 70px 0;
}

/* .divider{width:100%;position:relative;height:5vw;pointer-events:none;-webkit-mask-image:url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");-webkit-mask-size:100% 101%;mask-size:100% 101%;background:#0c0c0c;}
.divider.divider-bottom{top:1px}
section > .divider-bottom{margin-top:calc(3.75rem - 5vw)} */

.btn-quote {
  background: #F15A29 ;
  color: #000;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

.removeCrossline {
  padding-bottom: 20px;
  border-right: 1px solid #cda557;
}

@media (max-width: 768px) {
  .removeCrossline {
    padding-bottom: 20px;
    border-right: 0px;
  }

  .spanSingleline {
    font-size: 20px !important;
  }

  .paddingLess {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}

.hoverHighlight:hover {
  color: gold !important;
}

.divScrollbuttons {
  transform: translateY(300px);
}

.paddingLess {
  padding-left: 5%;
  padding-right: 5%;
}

/*changes done 13-07-2022 */

.divDownloadbrochure {
  position: absolute;
  background: #000;
  z-index: 99;
  bottom: 7%;
  right: 27%;
  right: 170px;
  border-radius: 6px;
  background-color: #094798;
  height: 40px;
  padding-left: 20px;
  padding-top: 8px;
  cursor: pointer;
  width: 230px;
}

@media only screen and (max-width: 768px) {
  .divDownloadbrochure {
    top: -70px !important;
    left: auto !important;
    right: 0px !important;
    margin-left: 100px;
    position: relative !important;
    width: 190px;
  }

  .divAnimate span {
    font-size: 0.8rem !important;
  }
}

/* @keyframes rocking {
   0%  {transform: rotate(10deg);}
  25%  {transform: rotate(0deg);}
  50%  {transform: rotate(-10deg);}
  100% {transform: rotate(0deg);}
}*/

@keyframes rocking {
  0%,
  100%,
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
}

.divAnimate {
  /* animation-name: rocking;
	animation-iteration-count: infinite;
	animation-delay: 2s;
	animation-duration: 5s;
    animation-timing-function: cubic-bezier(0,0,.58,1); */
  /* animation-timing-function:ease-in-out; */
  /* transition: .2s;*/
  animation: rocking 2s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition: 0.2s;
}

.divAnimate span {
  color: #fff;
  /*padding: 8px 15px;*/
  margin-bottom: 0px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

/* .arrow2 {
    animation: slide2 1s ease-in-out infinite;
    margin-right: 8px;
    color: #000;
    padding-top: 8px;
    font-size: 20px !important;
}*/

/*end*/
@media (-webkit-device-pixel-ratio: 1.25) {
  .divDownloadbrochure {
    bottom: 7%;
    right: 20%;
  }
}

@media (-webkit-device-pixel-ratio: 1.5) {
  .divDownloadbrochure {
    bottom: 7%;
    right: 14%;
  }
}

.blockquote span{
  display: block;
}

.pointer-bar{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  /* background: linear-gradient(45deg, #2e5177, #c12859); */
}

.pointer-bar::after{
  content: "";
  width: 100%;
  position: absolute;
  height: 4px;
  background: linear-gradient(45deg, #c12859, #67378e);
  left: 0;
  top: 44%;
}

.pointer-bar div{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2e5177;
  z-index: 99;
}


@keyframes bounce-animation {
  from {
    transform: translateY(-8px);
  }

  to {
    transform: translateY(3px);
  }
}

@media handheld, only screen and (max-width: 767px) {
  a.download_now{
    position: absolute;
    left: 26%;
    bottom: -42px;
  }
}

