:root {
--text-color: #2a4f61;
--dark-color: #1a3c4c;
--brand-primary: #2a4f61;
--brand-info: #18aba9;
--brand-info-light: #89f4e0;
--brand-success: #5ABD7E;
--brand-warning: #D0C048;
--brand-danger: #fd5477;
--font-regular: 'montserratregular';
--font-semibold: 'montserratbold';
--font-bold: 'montserratbold';
}
/*icon fonts*/

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
}
/*NORMALIZE*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
fieldset {
    border: 0;
}
input,
textarea,
button {
    -webkit-appearance: none;
    /*-moz-appearance: none;



	-ms-appearance: none;*/

    appearance: none;
    -webkit-border-radius: 0;
}
a {
    cursor: pointer;
    text-decoration: none;
    -ms-word-break: break-all;
    word-break: normal;
    word-wrap: break-word;
    color: inherit;
    /*todo*/
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: normal;
}
img {
    border: 0;
    max-width: 100%;
}
ul,
ol {
    list-style: none;
}
button {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none !important;
}
address {
    font-style: normal;
}
/*ELEMENTS*/

a {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
/*HELPERS*/
.is-hidden {
	display: none;
}

/*text color*/
.text-light {
    color: #fff;
}
.text-dark {
    color: #2a4f61;
}
.text-primary {
    color: #2a4f61;
}
.text-info {
    color: #18aba9;
}
.text-success {
    color: #5ABD7E;
}
.text-warning {
    color: #D0C048;
}
.text-danger {
    color: #fd5477;
}
/*background color*/

.bg-dark {
    background-color: #2a4f61;
}
.bg-primary {
    background-color: #2a4f61;
}
.bg-info {
    background-color: #18aba9;
}
.bg-info-light {
    background-color: var(--brand-info-light);
}
.bg-success {
    background-color: #5ABD7E;
}
.bg-warning {
    background-color: #D0C048;
}
.bg-danger {
    background-color: #fd5477;
}
/*border color*/

.border-default {
    border-color: var(--gray);
}
.border-primary {
    border-color: #2a4f61;
}
.border-info {
    border-color: #18aba9;
}
.border-success {
    border-color: #5ABD7E;
}
.border-warning {
    border-color: #D0C048;
}
.border-danger {
    border-color: #fd5477;
}
.clearfix::after {
    display: table;
    clear: both;
    content: "";
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vert-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.bg-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mb-sm {
	margin-bottom: 1.5rem;
}

.mb-md {
	margin-bottom: 2rem;
}

.mb-lg {
	margin-bottom: 3rem;
}

.mb-xl {
	margin-bottom: 4rem;
}

.mb-xxl {
	margin-bottom: 7rem;
}

.video-section.section {
	padding-top: 9.5rem;
	padding-bottom: 10rem;
	background: var(--brand-info-light);
}

.video-section.section .title {
	margin-bottom: 2rem;
}

@media (min-width: 544px) {
	.video-section .txt {
		max-width: 400px;
	}
}

@media (max-width: 543px) {
	.video-section .video-wrapper {
		margin-top: 4rem;
	}
}

.video-section .btn {
	margin: 2rem 0;
}

.video-wrapper {
    position: relative;
}

.video-media {
    width: 100%;
    vertical-align: middle;
}

.video-media.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-overlay.is-hidden {
    display: none;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 9rem;
	color: #fff;
	z-index: 1;
	opacity: 0.85;
}

.video-overlay:hover .play-button {
	opacity: 1;
}

/*COMPONENTS*/
/*title*/

.title {
    font: normal 3rem 'montserratsemibold';
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 3rem;
    background: url(../images/separator.png) no-repeat center bottom;
}
.section .title {
    margin-bottom: 6rem;
}
.title2 {
    font: normal 18px 'montserratbold';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.title2 a:hover {
    color: #1a3c4c;
}
.title2 span {
    color: #18aba9;
}

.title3 {
    font: bold 3.6rem 'montserratsemibold';
    text-transform: uppercase;
}

.title4 {
    font: bold 2.4rem 'montserratsemibold';
    text-transform: uppercase;
}

.subtitle {
    font: normal 14px 'montserratsemibold';
    color: #18aba9;
}
.single-title {
    font-family: 'montserratbold';
    font-size: 2.4rem;
    text-transform: uppercase;
}
.single-title span {
    font-family: 'montserratlight';
    text-transform: none;
}
.caption {
    font: normal 3rem 'montserratbold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}
.date {
    font: normal 13px 'montserratregular';
    color: #18aba9;
}
.more-link {
    font: normal 13px 'montserratsemibold';
    text-transform: uppercase;
    color: #18aba9;
}
.more-link:hover {
    text-decoration: underline;
}

.more-toggle {
    font-family: 'montserratbold';
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 1px;
}

.more-toggle:hover {
    opacity: 0.8;
}

.more-toggle .less-txt {
    display: none;
}

.more-toggle.active .more-txt {
    display: none;
}

.more-toggle.active .less-txt {
    display: inline;
}

.circle-obj {
    display: inline-block;
    width: 11rem;
    height: 11rem;
    line-height: 11rem;
    text-align: center;
    border: solid 1px #18aba9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.circle-obj img {
    vertical-align: middle;
}
.sep-line {
    height: 0;
    border: 0;
    border-bottom: solid 2px #dff3ee;
}
.sep-line-lg{
	height: 0;
    border: 0;
    border-bottom: solid 25px #18aba9;
	margin:20px 0 0;
}
.sep-top {
    border-top: solid 2px #dff3ee;
}
.sep-btm {
    border-bottom: solid 2px #dff3ee;
}
/*section*/

.section {
    padding: 9rem 0 6.5rem;
    text-align: center;
}
/*inner button*/

.btn-wrap {
    text-align: center;
    margin-top: 4rem;
}
/*button*/

.btn {
    display: inline-block;
    min-width: 140px;
    height: 37px;
    line-height: 34px;
    padding: 0 15px;
    border: solid 2px #2a4f61;
    color: #2a4f61;
    font-family: 'montserratsemibold';
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.btn.-primary {
    background-color: #2a4f61;
    border-color: #2a4f61;
    color: #fff;
}
.btn.-primary:hover {
    background-color: #18aba9;
    border-color: #18aba9;
}
.btn.-info {
    background-color: #18aba9;
    border-color: #18aba9;
    color: #fff;
}
.btn.-info:hover {
    background-color: #24bab8;
    border-color: #24bab8;
}

/*btn outline*/

.btn.-outline {
    background: none;
}
.btn.-outline.-primary {
    color: #2a4f61;
}
.btn.-outline.-primary:hover {
    background: #2a4f61;
    border-color: #2a4f61;
    color: #fff;
}
.btn.-outline.-info {
    color: #18aba9;
}
.btn.-outline.-info:hover {
    background: #18aba9;
    border-color: #18aba9;
    color: #fff;
}

.btn.-outline.-light {
    border-color: #ffffff;
    color: #ffffff;
}
.btn.-outline.-light:hover {
    background: #ffffff;
    color: #2a4f61;
}

.btn-link {
	font-size: 18px;
	color: var(--brand-info);
	text-transform: uppercase;
}

.btn-link:hover {
	text-decoration: underline;
}
/*blockquote*/

.blockquote {
    position: relative;
    font-size: 18px;
    line-height: 130%;
}
.blockquote:before {
    cotent: "\e901";
    font-size: 2.4rem;
    color: #18aba9;
    margin-bottom: 20px;
}
.blockquote-footer {
    margin-top: 2.5rem;
}
.blockquote-footer strong {
    font-family: 'montserratbold';
    color: #18aba9;
}

/*Feedback page*/
.feedback-list li {
	margin-bottom: 5rem;
}

.feedback-list .feedback-item {
	padding: 3rem;
}

.feedback-title {
	font-size: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.feedback-item .blockquote {
	font-size: 15px;
	margin-top: 4rem;
	padding-left: 4.5rem;
}

.feedback-item .blockquote:before {
	display: inline-block;
	content: "\e905";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #18aba9;
	font-size: 2rem;
    position: absolute;
	left: 0;
    bottom: 100%;
	margin-bottom: 0;
}

.feedback-item .rate-box {
	margin-top: 3.5rem;
}

.rate-box {
	font-size: 2.4rem;
	color: #fbd748;
}

@media (max-width: 767px) {
	.feedback-item .media-figure {
		margin-bottom: 3rem;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.feedback-list li:nth-child(even) .media-figure{
		float: right;
	}

	.feedback-list li:nth-child(odd) .feedback-body{
		padding-left: 5rem;
	}

	.feedback-list li:nth-child(even) .feedback-body{
		padding-right: 5rem;
	}

	.feedback-body {
		padding: 0 3rem;
	}
}
/*text*/

.txt {
    line-height: 130%;
}
.txt.-md {
	font-size: 18px;
}

.editor-content {
    line-height: 130%;
}

.editor-content a {
	color: #18aba9;
}

.editor-content p {
    margin-bottom: 15px;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6,
.editor-content b,
.editor-content strong {
    font-family: 'montserratbold';
}
.editor-content ol {
    list-style: decimal;
}
.editor-content ul {
    list-style: disc;
    margin-left: 16px;
    margin-bottom: 15px;
}
.editor-content ul li {
    margin-bottom: 6px;
}
/*table*/

.table {
    display: table;
    border-right: solid 2px #2a4f61;
    border-bottom: solid 2px #2a4f61;
    width: 100%;
    table-layout: fixed;
}
.thead {
    display: table-header-group;
}
.tfoot {
    display: table-footer-group;
}
.tbody {
    display: table-row-group;
}
.tr {
    display: table-row;
}
.th,
.td {
    display: table-cell;
    border-left: solid 2px #2a4f61;
    border-top: solid 2px #2a4f61;
}
/*magnific popup*/

.mfp-hide {
    display: none;
}
.popup-block {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 620px;
    margin: 20px auto;
}
.popup-block .mfp-close {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 50px;
    color: #fff;
    width: auto;
    height: auto;
    line-height: inherit;
    text-align: center;
    opacity: 1;
}
.popup-block .mfp-close:before {
    font-family: 'icomoon' !important;
    content: "\e907";
    color: #2a4f61;
    margin-right: -10px;
}

.service-item .mfp-close {
	position: absolute;
	margin: 2rem 2rem 0 0;
	font-size: 16px;
}

.service-item .mfp-close:before {
	margin-right: 0;
}
/*BASE*/

.container {
    max-width: 1160px;
    padding-left: 10px;
    padding-right: 10px;
}
html {
    font-size: 10px;
}
body {
    font: normal 15px 'montserratlight';
    color: #2a4f61;
	/*padding-top: 140px;*/
}

/*body {
	padding-top: 0 !important;
}
*/

/*@media screen and (min-width:768px) and (max-width: 991px) {
	body {
		padding-top: 230px;
	}
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 124px;
	}
}*/
/*social*/

.soc-box li {
    display: inline-block;
    margin-left: 20px;
}
.soc-box li:first-child {
    margin-left: 0;
}
.soc-box a:hover {
    color: #18aba9;
}
/*custom select*/

.custom-select.customSelect {
    background: #fff url(../images/arrow_down.png) no-repeat right 12px center;
}
/*form*/

.fieldset {
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.form-title {
    font: normal 14px 'montserratsemibold';
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 20px;
}
.form-label {
    display: block;
    font: normal 14px 'montserratsemibold';
    margin-bottom: 10px;
}
.custom-select.customSelect,
.form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    padding: 0 18px;
    border: solid 2px #2a4f61;
    font-family: 'montserratlight';
    font-size: 14px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.form-control.-sm {
    max-width: 100px;
}
.form-control.-md {
    max-width: 150px;
}

.average-monthly .form-control,
.form-control.-lg {
    max-width: 300px;
}
.form-control.-xl {
    max-width: 450px;
}

.form-control.-info {
	border-color: var(--brand-info);
}
.form-group span {
    display: inline-block;
    vertical-align: middle;
    font: normal 14px 'montserratsemibold';
    margin-right: 8px;
}
.form-group span sup {
    font-size: 10px;
}
.form-control.-sm +span {
    margin-left: 8px;
}
textarea.form-control {
    height: auto;
    min-height: 100px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}
::-webkit-input-placeholder {
    color: #115876;
}
::-moz-placeholder {
    color: #115876;
}
:-ms-input-placeholder {
    color: #115876;
}
:-moz-placeholder {
    color: #115876;
}
.form-control:focus {
    -webkit-box-shadow: 0 0 3px rgba(17, 88, 118, 0.38);
    -moz-box-shadow: 0 0 3px rgba(17, 88, 118, 0.38);
    box-shadow: 0 0 3px rgba(17, 88, 118, 0.38);
}
.has-error .form-control {
    -webkit-box-shadow: 0 0 3px #fd5477;
    -moz-box-shadow: 0 0 3px #fd5477;
    box-shadow: 0 0 3px #fd5477;
    border-color: #fd5477;
}
.error-msg {
    color: #fd5477;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.error-box {
    padding: 15px 20px;
    margin-bottom: 15px;
    background: rgba(253, 84, 119, 0.1);
    color: #fd5477;
    font-weight: bold;
}
.has-error.td input {
    background: rgba(253, 84, 119, 0.1);
}
.form-notice {
    font-size: 12px;
    color: #18aba9;
    margin-bottom: 2.5rem;
}
/*radiobutton/checkbox*/
.calc-preform {
	display: none;
}

.calc-preform .ctrl-field {
    display: inline-block;
    margin-bottom: 25px;
}
.ctrl-group >* {
    margin-right: 4rem;
}
.ctrl-group >*:last-child {
    margin-right: 0;
}
.ctrl-label {
    display: inline-block;
    vertical-align: middle;
    font: normal 12px 'montserratsemibold';
}
.ctrl-inp {
    display: none;
}
.ctrl-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 20px;
    width: 20px;
    border: solid 2px #2a4f61;
    margin-right: 5px;
}
.ctrl-field.-rbtn .ctrl-btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ctrl-inp:checked + .ctrl-btn:before {
    content: '';
    position: absolute;
    display: inline-block;
}
/*radiobutton*/

.ctrl-field.-rbtn .ctrl-inp:checked + .ctrl-btn:before {
    width: 8px;
    height: 8px;
    background: #18aba9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*checkbox*/

.ctrl-field.-chbox .ctrl-inp:checked + .ctrl-btn:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ea10';
    font-size: 18px;
    color: #18aba9;
    top: -2px;
    right: -3px;
}

/*Suggest form*/
.suggest-form-section {
	padding: 2.5rem 3rem;
	margin-bottom: 3rem;
	background: #effcf9;
}

.calculate-success {
    color: #2fc38d;
    background: #deffe5;
    margin-bottom: 3rem;
}

.suggest-form-section .title2 {
	font-size: 15px;
	margin-bottom: 0;
}

.suggest-form .input-wrapper {
	position: relative;
}

.suggest-form .input-wrapper .form-control {
	padding-right: 42px;
}

.suggest-form .input-wrapper .unit {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.9em;
	opacity: 0.8;
	margin-right: 0;
}

.suggest-form .btn {
	margin-top: 6px;
}

@media (min-width: 992px) {
	.suggest-form {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.suggest-form .form-group {
		flex-basis: 0;
		flex-grow: 1;
		padding-right: 2.5rem;
	}
}

@media (max-width: 991px) {
    .calc-type {
        margin-bottom: 1rem;
    }
    
	.suggest-form {
		display: flex;
		flex-direction: column;
		max-width: 300px;
		margin: 0 auto;
	}
}
/**

/*Scroll Top*/
.scroll-top {
  position: fixed;
  z-index: 1000;
  bottom: 2rem;
  right: 2rem;
  display: inline-block;
  transition: opacity .2s ease, transform .2s ease;
  text-decoration: none;
  background: rgba(0,0,0, 0.5);
  color: #fff;
  padding: .8rem .75rem;
  opacity: 0;
  transform: translate(0, 100px);
}

.scroll-top.active{
	opacity: 1;
    transform: translate(0, 0);
}

.scroll-top:hover {
	background: rgba(0,0,0, 0.8);
}

/* Custom accordion */
.accordion-body {
	display: none;
}

/*WELCOME PAGE
**/

.wcm-page {
    position: relative;
    text-align: center;
    /*overflow:hidden;*/
}
/*wcm header*/
body.wcm-page {
	padding-top: 0;
}
.wcm-page .header {
    background: #fff;
	position: static;
}
.wcm-page .site-branding {
    float: none;
}
/*wcm main*/

.wcm-page .main {
    position: relative;
    min-height: 420px;
}
.wcm-cont {
	font-size: 4.6rem;
    width: 100%;
    left: 0;
    padding: 12rem 10px 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.wcm-caption {
    font-size: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.wcm-title {
    font-size: 1em;
    font-family: montserratsemibold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.wcm-text {
    font-size: 0.43em;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}
.wcm-icon {
    font-size: 33px;
    margin-bottom: 2.5rem;
}
.wcm-page .btn {
    min-width: 27.5rem;
    height: 5rem;
    line-height: 4.8rem;
    margin: 0 3.5rem 20px;
}
/*wcm footer*/

.wcm-page .footer {
    padding: 2.5rem 0;
}
/*HEADER*/
/*menu hamburger*/

.menu-btn {
    display: none;
    outline: none;
    cursor: pointer;
    background: none;
    border: 0;
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 10;
}
.burger-icon {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
}
.burger-icon,
.burger-icon:before,
.burger-icon:after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.burger-icon:before,
.burger-icon:after {
    position: absolute;
    content: "";
}
.burger-icon:before {
    top: -6px;
}
.burger-icon:after {
    top: 6px;
}
/*end burger menu*/

.header {
    position: sticky;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.4s ease;
	background: #fff;
}
.head-top {
    background: #1a3c4c;
    color: #fff;
    padding: 12px 0;
}

/*sticky header*/
.sticky-header .header {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sticky-header .site-branding {
	top: auto;
}

.sticky-header .site-branding img {
	transform: scale(0.6);
	bottom: auto;
}

.sticky-header .site-branding:after{
	display: none;
}

.langs {
    position: relative;
    z-index: 1005;
    color: #18aba9;
    font: normal 11px 'montserratsemibold';
    text-transform: uppercase;
    float: left;
}
.langs-current {
    position: relative;
    padding-right: 16px;
    cursor: pointer;
}
.langs-current:after,
.langs-body:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.langs-current:after {
    right: 0;
    top: 50%;
    margin-top: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #18aba9;
}
.langs-body:before {
    right: 8px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
}
.langs-body {
    display: none;
    z-index: 1000;
    position: absolute;
    left: -6px;
    top: 100%;
    margin-top: 10px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.langs-body >* {
    display: block;
    margin-top: 10px;
}
.langs-body >*:first-child {
    margin-top: 0;
}
.langs-body >*:hover {
    opacity: 0.8;
}
.head-info {
    float: left;
    margin-left: 5rem;
}
.head-info li {
    float: left;
    margin-left: 3rem;
    font-family: 'montserratregular';
    font-size: 11px;
}
.head-info li:first-child {
    margin-left: 0;
}
.head-info i {
    font-size: 10px;
    margin-right: 5px;
}
.sr-form {
    position: relative;
    float: left;
}
.sr-inp {
    height: 16px;
    font-size: 11px;
    display: inline-block;
    font-family: "montserratlight";
    color: #fff;
    padding: 3px 20px 3px 0;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    -moz-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}
.sr-inp::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.sr-inp::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.sr-inp:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.sr-inp:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.sr-inp:focus:hover {
    border-bottom: 1px solid #fff;
}
.sr-inp:focus {
    width: 195px;
    z-index: 1;
    border-bottom: 1px solid #fff;
    cursor: text;
}
.sr-btn {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 3px;
    z-index: 2;
}
.header .soc-box {
    margin-left: 7rem;
    font-size: 14px;
    float: left;
}
/*head main*/

.site-branding {
    position: relative;
    float: left;
    text-align: center;
	line-height: 0;
}
.site-branding img {
    z-index: 1000;
    position: relative;
    bottom: -5rem;
	transition: all 0.4s ease;
}
.site-branding:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 900;
    left: 50%;
    margin-left: -21.5rem;
    margin-top: -2px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 21.5rem solid transparent;
    border-right: 21.5rem solid transparent;
    border-top: 13.5rem solid #fff;
    cursor: pointer;
}
.head-nav {
    float: right;
    margin-top: 27px;
    margin-bottom: 27px;
}
.main-menu {
    display: inline-block;
    vertical-align: middle;
    font-family: 'montserratsemibold';
    font-size: 12px;
    text-transform: uppercase;
    color: #2a4f61;
}
.main-menu >li {
    float: left;
    position: relative;
    margin-left: 2rem;
    padding: 10px 0;
}
.main-menu >li:first-child {
    margin-left: 0;
}
.main-menu >li.active .sub-menu {
    display: block;
}
@media screen and (min-width:768px){
	.no-touchevents .main-menu >li:hover .sub-menu {
		display: block;
	}
}
.main-menu >li:hover >a {
    color: #18aba9;
}
.main-menu >li:hover .sub-toggler {
    border-top-color: #18aba9;
}

.sub-toggler {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2a4f61;
    cursor: pointer;
}
.sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    padding: 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.sub-menu li {
    margin-bottom: 10px;
    white-space: nowrap;
}
.sub-menu a:hover {
    color: #18aba9;
}
.calc-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    min-width: inherit;
}

.calc-btn.-md {
	font-size: 1.6rem;
	height: 4.8rem;
	line-height: 4.8rem;
	padding: 0 20px;
}
/*FOOTER*/
.footer {
	color: #fff;
	padding-bottom: 25px
}

.footer .container {
    max-width: 1000px;
}

body:not(.home) .footer {
	background: #1a3c4c url(../images/footer_bg.jpg) no-repeat center top;
    background-size: 100%;
    padding-top: 25rem;
	margin-top: -5rem;
}

@media (min-width: 1500px){
	body:not(.home) .footer .container{
		margin-top: 50px;
	}
}

body.home .footer {
	background-color: #1a3c4c;
	padding-top: 5rem;
}

.foot-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
}

.foot-box {
    margin-bottom: 4rem;
}

@media (min-width: 544px) and (max-width: 991px) {
    .foot-box {
        width: 50%;
    }
}

@media (max-width: 543px) {
    .foot-main {
        justify-content: center;
    }
    
    .copyright {
        text-align: center;
    }
}

.foot-title {
    font-family: 'montserratbold';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.foot-contact .foot-title {
    font-size: 2rem;
}

.foot-main ul li {
    font-family: 'montserratbold';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.8rem;
}
.foot-main a:hover {
    color: #18aba9;
}
.foot-address {
    font-size: 1.7rem;
    line-height: 160%;
}
.footer .soc-box {
    font-size: 2.4rem;
    margin-top: 1.5rem;
    clear: both;
}

.soc-box .icon-youtube {
    margin-top: 3px;
}

.copyright {
    font-size: 12px;
    font-family: 'montserratthin';
    color: rgba(255, 255, 255, 0.5);
    clear: both;
    margin-top: -4rem;
}
/*MAIN*/
/*featured-section*/

.featured-section {
    min-height: 370px;
    text-align: center;
}

@media (max-width: 543px) {
	.featured-section {
		min-height: 220px;
	}
}
.featured-section .container {
    position: relative;
    min-height: inherit;
}
.featured-cont {
    width: 100%;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.featured-section .title {
    margin-bottom: 25px;
}
.featured-txt {
    font-family: montserratregular;
    font-size: 1.8rem;
    line-height: 130%;
}
.main-body {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
/*slider dots*/

.slick-dots >* {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
}
.slick-dots >*:first-child {
    margin-left: 0;
}
.slick-dots >*:hover,
.slick-dots .slick-active {
    background-color: #ffffff;

}

@media (min-width: 1024px) {
    .testimonials-section .slick-dots,
	.featured-slider .slick-dots {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		display: flex;
		flex-direction: column;
	}

	.testimonials-section .slick-dots >*,
	.featured-slider .slick-dots >* {
		margin-left: 0;
		margin-top: 5px;
	}
	
	.testimonials-section .slick-dots >*:first-child,
	.featured-slider  .slick-dots >*:first-child {
		margin-top: 0;
	}
}

@media (max-width: 1023px) {
	.featured-slider .slick-dots {
		position: relative;
		top: -4rem;
		float: right;
	}
}

/*end slider dots*/
/*HOME*/
/*featured slider*/

/*.featured-slider .slider-item {
    height: 510px;
    padding: 13rem 0 5rem;
}*/

.slider-item .container {
    position: relative;
    height: 100%;
}

.featured-slider .slider-item img {
    width: 100%;
	height: auto;
}

.featured-slider .slider-obj {
    margin-top: -6rem;
}
.featured-slider .slider-cont{
	position:relative;
	min-height:320px;
}
.featured-slider .btn{
	position:absolute;
	left:10px;
	bottom:0;
}

.video-title,
.slider-title {
	font: normal 3.6rem 'montserratsemibold';
    text-transform: uppercase;
	margin-bottom: 2rem;
}

.video-title {
	font-weight: bold;
}

.slider-title {
	margin-top: 2.5rem;
}

.slider-title strong {
    display: block;
    font-family: 'montserratsemibold';
}
.slider-txt {
    font-size: 2.2rem;
    margin-bottom: 4rem;
    line-height: 130%;
}
/*about section*/
.about-section {
	background: #fff url(../images/bg_pattern1.png) no-repeat center 102%;
    background-size: 100%;
}

.home .about-section {
	padding-bottom: 16.5rem;
}

.services-list,
.about-list{
	margin-left:-10px;
	margin-right:-10px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.services-list > li,
.about-list > li {
	width:30%;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:3rem;
}

.about-list {
	margin-bottom: -3rem;
}

.about-list > li {
    position:relative;
	padding-left: 75px;
	text-align: left;
	margin-bottom: 6rem;
}
.about-list .txt,
.services-list .txt{
	word-break:break-word;
}
.about-section .media-figure {
    position: absolute;
    left: 5px;
    top: -25px;
    margin-bottom: 15px;
}
/*about-page*/
.about-page .about-section {
	background: none;
}


@media (max-width: 767px) {
	.services-seciton,
	.about-section {
	    background: none;
	}
	
	.home .about-section {
    	padding-bottom: 6.5rem;
    }
}

@media (min-width: 1024px) {
	.about-section2 .section-content {
		padding-left: 50px;
	}

	.about-page .section-content .txt {
		max-width: 500px;
	}
}

/*testimonials section*/

.testimonials-section {
    background: #2a4f61;
    color: #fff;
    text-align: center;
}
.testimonials-title {
    position: relative;
    padding-bottom: 5rem;
    font-family: 'montserratsemibold';
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.testimonials-title:after {
    content: "\e905";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #18aba9;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.testimonials-section .blockquote {
    max-width: 740px;
    /*min-height: 16rem;*/

    padding-bottom: 5rem;
    margin: 0 auto;
}
.testimonials-section .slick-dots >* {
    background-color: #6a8491;
}
.testimonials-section .slick-dots >*:hover,
.testimonials-section .slick-dots .slick-active {
    background-color: #fff;
}
/*partners section*/

.partners-section {
    padding: 5rem 0 3rem;
    text-align: center;
}
.partners-section .slick-slide {
    padding: 0 3rem;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.partners-section img {
    display: inline-block;
    vertical-align: middle;
    outline: none;
}
/*services section*/

.services-section {
    background: var(--brand-info-light) url(../images/bg_pattern2.png) no-repeat center 102%;
    background-size: 100%;
	padding-bottom: 16.5rem;
}
.services-section .media-figure {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin-bottom: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.services-section .media-figure img {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .aboust-section,
    .services-section {
       background-image: none; 
    }
}

/*contact home section*/

.contact-section .contact-form {
    max-width: 620px;
    margin: 0 auto;
}
.section .btn {
    margin-top: 2rem;
	margin-bottom: 4rem;
}
/*contact inner page*/

.contact-info .title2 {
    margin-bottom: 4rem;
}
.contact-info-list li {
    position: relative;
    padding: 0 0 0 3rem;
    margin-bottom: 2rem;
    font-family: montserratregular;
    font-size: 1.8rem;
    line-height: 130%;
}
.contact-info-list i {
    color: #18aba9;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}
/*projects list*/

.projects-list {
    text-align: center;
}
.box-item {
    padding: 10px 10px 35px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.box-obj {
    display: block;
    margin-bottom: 3rem;
    line-height: 0;
}
.box-body {
    padding: 45px 0 4rem;
}
.box-body .title2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.projects-list .box-item {
    /*background: url(../images/bottom_bg.jpg) no-repeat center bottom;*/
    background-size: 100% auto;
}
.projects-list .box-body {
    background: url(../images/gss_icon.png) no-repeat center top;
}
/*single project*/

.back-link >a {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-family: 'montserratbold';
	font-weight: bold;
	text-transform: uppercase;
	color: var(--brand-info);
}

.back-link >a .icon {
	margin-right: 5px;
}

.single-project .back-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*project controls*/
/*.control-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 10.4rem;
	height: 10.4rem;
	background: #f3fdfb;
	color: var(--brand-info);
	border-radius: 50%;
	font-size: 5rem;
}*/

.project-control.disabled {
	opacity: 0.4;
	pointer-events: none;
}

.project-control:hover {
	opacity: 0.8;
}

.single-project {
	position: relative;
	margin-top: 4rem;
}

.project-header.sticky {
	//border-top: solid 1px #dff3ee;
	box-shadow: 0 4px 2px -3px rgba(0,0,0,0.1);
}

.project-header {
	z-index: 5;
	position: sticky;
	top: 130px;
	background: #fff;
	margin-top: 5rem;
}

.project-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 8px;
	padding-bottom: 10px;
}

.project-header .container::after {
	display: none;
}

.project-nav {
	display: inline-flex;
	align-items: center;
	margin: 0 -1rem;
}

.project-control {
	margin: 0 1rem;
}

.control-btn {
	font-size: 3rem;
	color: var(--brand-info);
}

.control-txt {
	display: none;
}

.single-header {
    margin-bottom: 3rem;
}
.single-header .date {
    margin-top: 7px;
}
.single-header .txt {
    margin-top: 2rem;
}
.single-main figure {
    float: left;
    margin: 3px 4.5rem 20px 0;
    line-height: 0;
}

@media (min-width: 768px) {
    .single-main figure {
        max-width: 460px;
    }
}

.single-thumbs {
    margin-top: 4rem;
}

.calc-suggest {
	padding-bottom: 6rem;
	display: flex;
	align-items: center;
}

.calc-suggest .txt {
    font-family: 'montserratbold';
	font-weight: bold;
}

.calc-suggest .calc-btn {
	white-space: nowrap;
	margin-left: 6.3rem;
}

.related-slider {
	margin: -5px;
}

.related-slider .slick-track {
	display: flex;
}

.related-slider .slider-item {
	height: inherit !important;
	padding: 5px;
}

.related-slider .box-item {
	height: 100%;
	padding: 20px;
}

.related-slider .slick-arrow {
	font-size: 0;
	color: var(--brand-info);
	position: absolute;
}

.related-slider .slick-arrow:before {
	display: inline-block;
	font-family: icomoon !important;
	font-size: 5rem;
}

.related-slider .slick-prev:before {
	content: "\e90b";
}

.related-slider .slick-next:before {
	content: "\e90a";
}


.related-slider .slick-arrow.slick-disabled:hover,
.related-slider .slick-arrow.slick-disabled {
	color: #dff3ee;
}

.related-slider .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 1280px) {
	.related-slider .slick-prev {
		left: -5rem;
	}

	.related-slider .slick-next {
		right: -5rem;
	}
}

    @media (max-width: 1279px) {
    .related-slider .slick-arrow {
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        border-radius: 50%;
        background: rgba(24, 171, 169, 0.4);
        z-index: 5;
    }
    
	.related-slider .slick-prev {
		left: -3px;
	}

	.related-slider .slick-next {
		right: -3px;
	}

	.related-slider .slick-arrow:before {
		font-size: 4rem;
	}
}



@media (max-width: 767px){
	.calc-suggest {
		flex-wrap: wrap;
	}

	.calc-suggest .calc-btn {
		margin-left: 0;
	}
}
/*news*/

.articles-list li {
    margin-bottom: 6rem;
}
/*media list*/

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-obj,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-obj {
    padding-right: 3.5rem;
}
.media-wrap{
	display:inline-block;
	min-width:65px;
}

.media-body {
    width: 10000px;
}
.media-list li {
    margin-bottom: 5rem;
}
.media-obj a {
    display: block;
    line-height: 0;
}
.media-header {
    margin-bottom: 20px;
}
.media-header .title2 {
    margin-bottom: 10px;
}

/*services page*/
.service-item.box-item {
	padding: 4rem;
}

.service-item .media-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 10rem;
	margin-bottom: 2rem;
}

.finance-page .media-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.finance-page .media-wrap img {
    max-height: 70px;
}

.service-item .title2 {
	font-size: 20px;
}

.service-item .btn-link {
	font-size: 13px;
	font-weight: bold;
}

/*calculate*/
.caption-calc-quick {
	font-weight: bold;
}

.caption-calc-main {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5rem;
}

.calculate-form {
    padding: 0 20px;
}
.calculate-header {
    font-family: 'montserratregular';
    font-size: 14px;
    margin-bottom: 8px;
}
.calculate-row {
    position: relative;
    margin-bottom: 10px;
}
select > .placeholder {
    display: none;
}
.add-btn {
    font-family: 'montserratsemibold';
    font-size: 14px;
    color: #18aba9;
    margin-bottom: 20px;
}
.add-btn i {
    margin-left: 5px;
}
.add-btn:hover {
    color: #2a4f61;
}
.btn-remove {
    font-size: 20px;
    color: rgba(0, 0, 0, .2);
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -10px;
}
.btn-remove:hover {
    color: #68bdc5;
}
/*underconstruction page*/

.undercontstruction-section {
    background-image: url(../images/underconstruction_bg.jpg);
    padding: 16rem 0 15rem;
}
.undercontstruction-section .media-figure {
    margin-bottom: 6rem;
}
.undercontstruction-section h1 {
    font-size: 4.6rem;
    font-family: montserratsemibold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.undercontstruction-section h1 span {
    font-family: 'montserratlight';
}
.undercontstruction-section p {
    font-size: 2.4rem;
}
/** Calculate page **/
/*calc form*/

.quick-calc-section {
    padding-bottom: 4rem;
    margin: 0 5rem 4.5rem;
}

.calc-type {
    white-space: nowrap;
}

.quick-calc-form .txt {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}
.quick-calc-main {
    padding: 6rem 0 20px;
    margin-bottom: 3rem;
}
.calc-type .ctrl-field:first-child {
    margin-right: 5px;
}

.quick-calc-main .form-group {
	margin-top: 20px;
}

.quick-calc-call .ctrl-label {
    font-size: 14px;
}

.quick-calc-form .btn-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1rem;
}

.quick-calc-form .btn-wrap .btn {
    height: 40px;
    line-height: 38px;
    min-width: 200px;
}

.quick-calc-form .down-icon {
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0 0;
    color: var(--brand-info);
}

.month-list {
    margin-bottom: 4rem;
}
.calc-form .btn {
    margin-bottom: 10px;
}
.calc-form .down-icon {
    font-size: 18px;
    color: #18aba9;
    margin-bottom: 15px;
}


.result-box {
    display: inline-flex;
    font-size: 18px;
	font-weight: bold;
    border: solid 2px var(--brand-info);
	margin-bottom: 4rem;
}

.result-box-value {
    font-weight: bold;
    min-width: 120px;
    padding: 15px 20px;
    border-right: solid 2px var(--brand-info);
}

.result-box-currency {
    padding: 15px 20px;
}

.months-table {
    margin-bottom: 25px;
}
.months-table .th {
    background: #effcf9;
    color: #2a4f61;
    font-weight: bold;
    text-align: center;
    padding: 7px 5px;
    font-size: 11px;
}
.table input {
    border: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    color: #2a4f61;
}

@media (min-width:992px) {
	.quick-calc-main {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
		margin-left: -2rem;
		margin-right: -2rem;
	}

	.quick-calc-main .form-group {
	    flex: 1 1 0;
		margin: 0 2rem;
	}
	
	.quick-calc-main .form-control {
	    max-width: inherit;
	}
	
	.calc-main-field {
        display: flex;
        align-items: center;
    }

	.quick-calc-main .btn-wrap {
		margin-top: 0;
	}
}
/*calc preform*/

.calc-preform .caption {
    font: normal 18px 'montserratbold';
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.btn-circle {
	display: inline-block;
	width: 4.9rem;
	min-width: 4.9rem;
	height: 4.9rem;
	line-height: 4.9rem;
	text-align: center;
	background: #f3fdfb;
	color: var(--brand-info);
	font-size: 2.6rem;
	border-radius: 50%;
}

.btn-circle.-lg {
	width: 10.4rem;
	height: 10.4rem;
	line-height: 10.4rem;
	font-size: 5.5rem;
}

.btn-circle:before {
	content: "\e908";
	display: inline-block;
	font-family: "icomoon";
}

.accordion-item.collapse .btn-circle:before,
.btn-circle.active:before {
	content: "\e909";
}
/*calc tables*/

.table-wrap {
    overflow-x: auto;
    margin-bottom: 25px;
}
.calc-table {
    border: 0;
    min-width: 450px;
}
.calc-table .th,
.calc-table .td {
    font: normal 11px 'montserratbold';
	text-align:center;
	vertical-align:middle;
}
.calc-table .th {
    background: #18aba9;
    color: #fff;
    padding: 15px 10px;
    border-left-color: #fff;
    border-top-color: #18aba9;
}
.calc-table .th:first-child {
    border-left-color: #18aba9;
    width: 150px;
}
.calc-table .th:last-child {
    border-right: solid 2px #18aba9;
}
.calc-table .tr .td:last-child {
    border-right: solid 2px #2a4f61;
}
.calc-table .tr:last-child .td {
    border-bottom: solid 2px #2a4f61;
}
.calc-table .tr .td:first-child {
    background: #effcf9;
    padding: 4px 10px;
}
.calc-table input{
	text-align:center;
}
/*Solutions*/
.solutions-header {
	margin: 0 0 4rem;
}
.solutions-header .title3 {
	margin-right: 4.5rem;
}

.filters-list {
	font: bold 16px 'montserratsemibold';
	text-transform: uppercase;
}

.filters-list li.active a,
.filters-list li a:hover{
	color: var(--brand-info);
}

@media (min-width: 768px) {
	.solutions-header,
	.filters-list {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
	}

	.filters-list li + li{
		margin-left: 15px;
	}

	.filters-list li + li:before {
		content:"";
		display: inline-block;
		width: 2px;
		height:12px;
		background: var(--text-color);
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.solutions-header .title3 {
		margin-bottom: 2rem;
	}
	.filters-list li {
		margin-bottom: 1rem;
	}
}


.solutions-list {
    padding-top: 2rem;
	text-align: center;
}
.related-slider .box-body,
.solutions-list .box-body {
    padding: 10px 0 5px;
}
.single-solution {
    margin-bottom: 5rem;
}
.single-solution figure {
    margin-right: 0;
    padding-right: 5rem;
}
.single-solution .editor-content h3 {
    font-size: 2.4rem;
    margin-bottom: 8px;
}
.single-solution .editor-content h3 img {
    vertical-align: middle;
    margin-right: 8px;
}
.social-buttons>div {
    display: inline-block;
    margin: 3px;
}
.social-buttons>div .fb-share-button {
    margin-left: 10px;
}

/*Partners*/
.partners-list >li{
	margin-bottom:7rem;
}
.partners-list .title2{
	margin-bottom:10px;
}

/*FAQ*/
.faq-info {
	display: flex;
	align-items: center;
}
.faq-info p {
    font: bold 15px 'montserratbold';
    text-transform: uppercase;
	margin-right: 3rem;
}

@media (min-width:1280px) {
	.faq-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.faq-info {
		justify-content: flex-end;
	}
}

@media (max-width:1279px) {
	.faq-header .title3 {
		margin-bottom: 3rem;
	}

	.faq-info p {
		margin-bottom: 1.5rem;
	}
}

.faq-list .accordion-item {
	padding: 2.5rem 0 1.5rem;
}

.faq-list .accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq-list .accordion-header h4 {
	font: bold 1.9rem 'montserratsemibold';
	padding-right: 6rem;
}

.faq-list .accordion-body {
	padding-top: 1.5rem;
	padding-right: 11rem;
	text-align: left;
}