h1, h2, h3, h4, h5 {
    font-family: 'Open Sans',sans-serif;
}
h2 {
    font-size: 36px;
}

/******************************/
/******************************/

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-radius: 3px!important;
    padding: 15px 30px;
    text-transform: uppercase;
    border: none;
    letter-spacing: .3px;
    outline: none
}

.btn:focus,
.btn:hover {
    outline: none
}

.btn:active {
    outline: none
}

.btn-danger {
    color: #fff;
    background-image: linear-gradient(to bottom, #e52151, #df2b41)
}

.btn-default {
    color: #fff;
    background: #fff
}

.btn-primary {
    color: #fff;
    background-image: linear-gradient(to bottom, #2a53df, #2142e5);
    box-shadow: 0 2px 15px rgba(33, 66, 229, .4)
}

.btn-primary:focus,
.btn-primary:hover {
    box-shadow: 0 2px 15px rgba(33, 66, 229, .6)
}

.btn-primary:active {
    background: #2142e5
}

.btn-info {
    color: #232323;
    background-image: linear-gradient(to bottom, #eaeaea, #e8e8e8);
    box-shadow: 0 2px 15px rgba(155, 155, 155, .2)
}

.btn-info:focus,
.btn-info:hover {
    box-shadow: 0 2px 15px rgba(100, 100, 100, .2);
    color: #232323
}

.btn-info:active {
    background: #e8e8e8
}

/******************************/

.site-navbar {
    z-index: 1030;
    top: 0;
    left: 0;
    right: 0;
    max-height: 80px;
    transition: max-height 200ms ease-out, background 200ms ease-out;
    font-family: 'Open Sans', sans-serif;
    transform: translateZ(0);
    position: fixed;
    background: #2da8af;
}

.site-navbar .navbar-menu {
    padding-top: 15px;
    min-height: 80px;
    background: rgba(255, 255, 255, 0.09);
}

.navbar-menu .row {
    color: #fff
}

.navbar-menu a.logo {
    display: block;
    background: url('') no-repeat top left;
    width: 212px;
    height: 60px;
    -ms-background-size: cover;
    background-size: cover;
    background-position: 0 -41px;
    background-position: 0 19px;
    margin-top: -19px
}

.nav-delimiter {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top
}

.nav-products {
    display: inline-block;
    font-family: "Open Sans";
    font-size: 28px;
    padding-top: 4px;
    vertical-align: top;
    /* border-left: 1px solid #fff; */
    /* margin-left: 20px; */
    /* padding-left: 20px; */
    padding-bottom: 5px;
}

.nav-products .open li {
    display: flex
}

.nav-products>div {
    display: inline-block;
    font-weight: bold;
    padding-left: 0;
}

.nav-products>div>img {
    position: relative;
    bottom: 5px;
    cursor: pointer
}

.nav-products>div:first-child>div:first-child,
.nav-products>div:first-child i {
    display: inline-block;
    cursor: pointer
}

.nav-products>div:first-child i {
    width: 28px;
    height: 28px;
    vertical-align: baseline;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: transform 250ms ease-in;
    -o-transition: transform 250ms ease-in;
    -webkit-transition: transform 250ms ease-in;
    transition: transform 250ms ease-in
}

.nav-products>div:first-child i:hover {
    border-radius: 14px;
    background-color: rgba(0, 0, 0, .1)
}

.nav-products>div:first-child i.rotate {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: transform 250ms ease-in;
    -o-transition: transform 250ms ease-in;
    -webkit-transition: transform 250ms ease-in;
    transition: transform 250ms ease-in
}

.special-text {
    font-size: initial;
}
.special-toggler {
    float: left;
    padding-top: 1px;
    padding-right: 1px;
}
.text-muted ul {
    padding-left: 0px;
    padding-top: 10px;
}

.text-muted:hover {
    color: #000;
}
/******************************/
.cover {
    background-image: url('../images/f3.png');
    background-image: url('../images/f2.jpg');
    background-image: url('../images/f1.jpg');
    background-image: url('../images/smart1.jpg');
    background-repeat: no-repeat;
    background-position: 62% 165%;
    background-position: center 70%;
    background-size: 86%;
    background-color: #2ca8ad;
}

.cover.fullscreen {
    width: 100%;
    min-height: 720px;
}

.cover .pitch {
    border-right: 3px solid #e02945;
    padding: 15px 34px 17px 0;
    margin: 102px 0px 40px 0;
    background-image: linear-gradient(to right, transparent 0%, #fff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.cover .pitch h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #9f1839;
    margin: 0;
    padding: 0;
    display: table;
    letter-spacing: -.5px
}

.cover .pitch h1 span {
    display: table-cell
}

.cover .btn-danger {
    margin-right: 73px;
    box-shadow: 0 3px 10px rgba(114, 114, 114, .5)
}

.phone-number {
    color: #002738;
    font-size: 25px;
}
.navbar-nav > li > a {
    padding: 11px;
    margin: 4px;
}

@media (max-width: 1199px){
  .navbar-nav > li > a {
      padding: 11px;
      margin: 4px 0;
  }
  .phone-number {
      font-size: 18px;
  }
}

.email-top {
    font-size: 18px;
    padding: 11px;
    color: #002738;
    margin: 2px;
}

/******************************/
.nav>li>a.phone-number.btn.btn-link:hover,
.nav>li>a.phone-number.btn.btn-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.13);
}
/******************************/

section {
    padding: 0px 0 110px;
}

section.feedback {
    padding-top: 0
}

.section-heading {
    margin-top: 40px;
    margin-bottom: 40px
}

.section-heading .decoration {
    display: table;
    width: 100%;
    margin: 10px 0 20px 0
}

.section-heading .decoration-line,
.section-heading .decoration-icon {
    display: table-cell
}

.section-heading .decoration-line>div {
    height: 2px;
    background: #df2b41;
    width: 100%
}

.section-heading .decoration-icon {
    width: 110px;
    color: #df2b41
}

.section-heading.section-heading-white,
.section-heading.section-heading-white .decoration-icon {
    color: #fff
}

.section-heading.section-heading-white .decoration-line>div {
    background: #fff
}

.section-heading .section-heading-text {
    font-weight: bolder;
    font-size: 24px
}

section.about {
    padding-top: 0;
    padding-bottom: 45px
}

/******************************/
.about-tl {
    position: relative
}

.about-tl::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #d3d1d2;
    left: 50%;
    margin-left: -.5px
}

.cd-timeline-block {
    position: relative;
    margin: 40px 0;
    min-height: 100px;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110px;
    height: 110px;
    margin-left: -55px;
}

.cd-timeline-content {
    position: relative;
    padding: 0 20px;
    width: 380px
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline-content h6 {
    font-size: 16px;
    margin: 0 0 5px 0
}

.cd-timeline-content p {
    font-size: 15px;
    margin: 0
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 16px;
    background: #d3d1d2;
    top: 55px;
    right: -16px;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right
}

.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    left: auto;
    right: 100%
}

@media only screen and (min-width:1170px) {
    .cd-timeline-content {
        width: 480px;
        margin: 0 0 0 0px;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        margin: 0 0px 0 0;
    }
}

h6,
p,
small,
blockquote {
    font-family: 'PT Sans', sans-serif
}

h6 {
    font-weight: bolder;
    text-transform: uppercase
}
/******************************/

.advantages {
    background: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    box-shadow: 0 0 20px rgba(35, 25, 24, .8) inset;
    color: #fff;
    padding-top: 0;
    padding-bottom: 47px
}

.advantages p {
    padding: 80px 0;
    font-size: 26px
}

.advantages-wrap {
    margin-bottom: 50px
}

.advantages-wrap .hline {
    border-bottom: 1px solid #fff
}

.advantages-wrap .vline {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.advantage {
    font-size: 26px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    height: 200px
}

.advantage-preview {
    font-size: 26px;
    opacity: 1;
    color: #fff;
    position: absolute;
    height: 200px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -moz-transition: opacity ease-in .5s;
    -o-transition: opacity ease-in .5s;
    -webkit-transition: opacity ease-in .5s;
    transition: opacity ease-in .5s
}

.advantage-text {
    opacity: 0;
    font-size: 19px;
    color: #fff;
    position: absolute;
    height: 200px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -moz-transition: opacity ease-in .5s;
    -o-transition: opacity ease-in .5s;
    -webkit-transition: opacity ease-in .5s;
    transition: opacity ease-in .5s
}

.advantage:hover .advantage-preview,
.advantage:focus .advantage-preview {
    opacity: 0;
    -moz-transition: opacity ease-in .2s;
    -o-transition: opacity ease-in .2s;
    -webkit-transition: opacity ease-in .2s;
    transition: opacity ease-in .2s;
    text-decoration: none
}

.advantage:hover .advantage-text,
.advantage:focus .advantage-text {
    opacity: 1;
    -moz-transition: opacity ease-in .2s;
    -o-transition: opacity ease-in .2s;
    -webkit-transition: opacity ease-in .2s;
    transition: opacity ease-in .2s;
    text-decoration: none;
    color: #000;
}

/******************************/
.calc-cover {
    background-image: url('../images/c2.jpg');
    /* background-image: url('../images/c1.png'); */
    background-repeat: no-repeat;
    background-position: 82% 25%;
    background-size: 50%;
}

.calc-cover.fullscreen {
    width: 100%;
    min-height: 100%
}

.calc-wrap {
    background: #fff;
    background-image: linear-gradient(to bottom left, #fff 50%, #d0dde5 180%);
    box-shadow: 0 0 60px 0 rgba(13, 58, 87, .3);
    width: 510px;
    margin: 200px auto;
    padding: 30px 30px 60px;
    border-radius: 5px;
}

.calc-wrap h2 {
    font-size: 31px
}

.calc-wrap .form-group {
    /* margin: 30px 0 15px; */
}

.calc-wrap p {
    margin-bottom: 20px
}
/******************************/

.ask-question-form-wrap {
    display: flex;
    font-family: "PT Sans", sans-serif!important;
    justify-content: center;
    padding-bottom: 40px
}

.ask-question-form-wrap.odn {
    background: -moz-linear-gradient(270deg, #fff 0%, #fcfafb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fcfafb));
    background: -webkit-linear-gradient(270deg, #fff 0%, #fcfafb 100%);
    background: -o-linear-gradient(270deg, #fff 0%, #fcfafb 100%);
    background: -ms-linear-gradient(270deg, #fff 0%, #fcfafb 100%);
    background: linear-gradient(180deg, #fff 0%, #fcfafb 100%)
}

.ask-question-form-wrap .title {
    display: flex;
    justify-content: center
}

.ask-question-form-wrap.website .decoration {
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.ask-question-form-wrap.website .decoration-icon {
    background-color: #fcfafb;
    width: 100px
}

.ask-question-form-wrap.website .section-heading-text {
    font-size: 20px
}

.ask-question-form-wrap.oss .section-heading-text {
    font-size: 18px
}

.ask-question-form-wrap.website .section-heading:before {
    z-index: -100;
    top: 37%
}

.ask-question-form-wrap .section-heading {
    margin-bottom: 10px
}

.ask-question-form-wrap .section-heading .decoration {
    width: 555px
}

.ask-question-form-wrap .section-heading h2 span {
    color: #df2b41
}

.ask-question-form-wrap.oss .section-heading h2,
.ask-question-form-wrap.reform .section-heading h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px
}

.ask-question-form-wrap.white {
    background-color: #fff
}

.ask-question-form-wrap>div {
    display: flex;
    justify-content: center
}

.ask-question-form-wrap .form-wrap {
    width: 660px
}

.ask-question-form-wrap .form-wrap h3 {
    font-family: inherit;
    font-size: 28px;
    margin-bottom: 4px;
    text-align: center
}

.ask-question-form-wrap .form-wrap h3 span {
    color: #e2254a
}

.ask-question-form-wrap .form-wrap p {
    line-height: 20px;
    margin-bottom: -8px;
    text-align: center;
    padding: 0 5px;
    font-size: 17px
}

.ask-question-form-wrap .form-wrap .form-group {
    margin-bottom: -5px;
}

.ask-question-form-wrap .form-wrap form {
    padding: 0 30px
}

.ask-question-form-wrap .form-wrap form i:not(.fa-comment) {
    color: #b0aeaf;
    left: 16px;
    position: relative;
    top: 34px
}

.ask-question-form-wrap .form-wrap .fa-pencil {
    top: 30px!important
}

.ask-question-form-wrap .form-wrap .fa-phone {
    top: 35px!important
}

.ask-question-form-wrap .form-wrap .fa-comment {
    bottom: 2px;
    left: -4px;
    position: relative
}

.ask-question-form-wrap .form-wrap textarea {
    height: 67px!important;
    resize: none
}

.ask-question-form-wrap .form-wrap .form-control {
    border: 3px solid #d0dde5;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    height: 47px;
    padding-left: 35px
}

.ask-question-form-wrap .form-wrap .form-control:focus {
    border-color: #5986a3
}

.ask-question-form-wrap .form-wrap button {
    margin-top: 20px;
    border-radius: 3px!important
}

.calc-form .checkbox {
    text-align: left;
}
.calc-form .form-group {
    text-align: left;
}
.calc-answer-block {
    color: #df2b41;
    font-size: 50px;
}

/******************************/
.footer-cover{
    background-color: #00bec6;
    background-repeat: no-repeat;
    background-position: 85% 54%;
    padding: 20px 0;
    background-size: 56%;
    color: #000;
}
.footer-email{
    padding-bottom: 60px;
}
/******************************/
.main-landing {
    background-image: url('../images/icons.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 110px;
    height: 110px;
    background-size: 800px;
    background-position: -30px -10px;
}

.figure-1 {
    background-position: -658px -10px;
}

.figure-2 {
    background-position: -657px -281px;
}

.figure-3 {
    background-position: -33px -145px;
}

.figure-4 {
    background-position: -280px -8px;
}

.figure-5 {
    background-position: -158px -145px;
}

.nav-products>.special-text {
    color: #002738;
    font-size: 15px;
}
/******************************/

h2.section-title.left.bold {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    line-height: 32px;
    color: rgb(28, 120, 162);
}
.special-toggler {
    color: #b70404;
    text-shadow: 1px 1px #000000;
    padding-right: 20px;
}
.calendar-block img {
    max-width: 100%;
}
/******************************/
.demo-link {
    margin-top: 20px;
}
/******************************/
/******************************/
