body {
    font-family: "MuseoSans", "Helvetica", "Arial", sans-serif;
    color: #232323;
    font-size: 14px;
    line-height: 1.6;
    background: #f5f6f8 url(../img/body.jpg) no-repeat center top;
}
.btn,
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.3;
    font-family: "MuseoSans", "Helvetica", "Arial", sans-serif;
}
section .container > h4 {
    text-align: center;
    font-size: 48px;
    font-weight: 100;
}
.tc {
    text-align: center;
}
.btn-round {
    border-radius: 30px;
}
.navbar-default {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    width: 100%;
    z-index: 99;
}
.logotext {
    font-family: "MuseoSans", "Helvetica", "Arial", sans-serif;
    position: relative;
    font-size: 26px;
    font-weight: 900;
}
.logotext > * {
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 1.8s ease-out;
    -moz-transition: -moz-transform 1.8s ease-out;
    transition: -webkit-transform 1.8s ease-out;
    -o-transition: transform 1.8s ease-out;
    transition: transform 1.8s ease-out;
    transition: transform 1.8s ease-out, -webkit-transform 1.8s ease-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logotext b {
    font-size: 2.3em;
    font-weight: 900;
    z-index: 2;
    color: #5796b5;
}
.logotext i {
    font-style: normal;
    font-size: 1em;
    z-index: 1;
    color: #b9b9b9;
    top: -30px;
    right: 22px;
    letter-spacing: 0.1em;
    color: #5ec6c7;
    -webkit-transition: -webkit-transform 1.8s ease-out;
    -moz-transition: -moz-transform 1.8s ease-out;
    transition: -webkit-transform 1.8s ease-out;
    -o-transition: transform 1.8s ease-out;
    transition: transform 1.8s ease-out;
    transition: transform 1.8s ease-out, -webkit-transform 1.8s ease-out;
}
.navbar-default .navbar-brand {
    opacity: 1;
    padding: 20px 10px;
}
.navbar-default .navbar-brand:focus b,
.navbar-default:hover .navbar-brand b {
    -ms-transform: translate(12px, 0);
    -webkit-transform: translate(12px, 0);
    transform: translate(12px, 0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.navbar-default .navbar-brand:focus i,
.navbar-default:hover .navbar-brand i {
    -ms-transform: translate(-54px, 0);
    -webkit-transform: translate(-54px, 0);
    transform: translate(-54px, 0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#navbar {
    margin-top: 10px;
}
#navbar .btn-top,
#navbar li a {
    display: block;
    position: relative;
    padding: 10px;
    color: #232323;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 2px;
}
#navbar li.active a,
#navbar li:hover a {
    opacity: 1;
}
#navbar .btn-top,
#navbar .navbar-left li:hover a {
    background: #232323;
    color: #fff;
    text-decoration: none;
}
#navbar .btn-top {
    padding: 10px 20px;
    opacity: 1;
    margin-right: 10px;
}
#navbar .btn-top:hover {
    background: #4a49a9;
}
#navbar li.icn a {
    padding: 0;
    opacity: 1;
}
#navbar li.icn a:hover {
    -ms-transform: translate(0px, -4px);
    -webkit-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
}
.navbar-right .dropdown-menu {
    padding: 15px;
    border: none;
    right: 0;
    left: auto;
}
#navbar li.icn .dropdown-menu a {
    font-size: 18px;
    font-weight: 300;
    color: #585858;
    line-height: 2;
    padding: 0 10px;
}
.headroom {
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
section.start {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-top: 30vh;
    min-height: 700px;
    min-height: 100vh;
}
section.start h1 {
    font-size: 72px;
    color: #000;
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}
section.start p {
    text-transform: uppercase;
    line-height: 1.8;
    font-family: "MuseoSans", "Helvetica", "Arial", sans-serif;
}
section.start p.st {
    text-transform: none;
    color: #a8a7a7;
}
section.start .logo {
    background: #4a4ba9;
    background: -moz-linear-gradient(left, #539f99 0%, #4a49a9 37%, #4a49a9 37%, #4a49a9 100%);
    background: -webkit-linear-gradient(left, #539f99 0%, #4a49a9 37%, #4a49a9 37%, #4a49a9 100%);
    background: -webkit-gradient(linear, left top, right top, from(#539f99), color-stop(37%, #4a49a9), color-stop(37%, #4a49a9), to(#4a49a9));
    background: -o-linear-gradient(left, #539f99 0%, #4a49a9 37%, #4a49a9 37%, #4a49a9 100%);
    background: linear-gradient(to right, #539f99 0%, #4a49a9 37%, #4a49a9 37%, #4a49a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539f99', endColorstr='#4a49a9',GradientType=1 );
    margin-left: 65px;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.46);
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.46);
    height: 350px;
    overflow: hidden;
}
section.start .logo img {
    display: inline-block;
    position: relative;
    top: 90px;
    left: 50px;
    height: 160px;
    width: auto;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    cursor: pointer;
}
section.start .logo.over {
}
section.start .logo.over img {
    height: 48px;
    top: 15px;
    left: 22px;
}
section.start .logo .form {
    display: block;
    position: relative;
    top: 350px;
    margin: 0 8px;
    opacity: 0.6;
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
section.start .logo.over .form {
    opacity: 1;
    top: 10px;
}
section.start .logo .form .animate {
    -ms-transform: translate(0px, 380px) scale(0.8, 0.8);
    -webkit-transform: translate(0px, 380px) scale(0.8, 0.8);
    transform: translate(0px, 380px) scale(0.8, 0.8);
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0.1;
}
section.start .logo.over .form .animate {
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
section.start .logo.over .form .animate.sec {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
section.start .logo.over .form .animate.thr {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
section.start .logo.over .form .animate.lst {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
section.start .logo .form-horizontal .form-group {
    margin-left: 20px;
    margin-right: 20px;
}
form .lname {
    display: none;
}
section.start .form h6 {
    font-size: 26px;
    font-weight: 100;
    color: #e3e3ee;
    padding-left: 25px;
    margin-bottom: 20px;
    font-weight: 100;
    font-family: "MuseoSans", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
}
section.start .form label {
    padding: 10px 0 0 0;
    text-align: left;
    font-size: 17px;
    color: #fefefe;
    font-weight: 100;
    font-family: "MuseoSans", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
}
section.start .form input[type="text"] {
    width: 100%;
    background: #f5f6f8;
    font-size: 16px;
    border: none;
    line-height: 46px;
    padding: 0 15px;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.14);
    margin-bottom: 10px;
}
.btn-round.lght {
    padding: 12px 25px 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #7f7fc1;
    -webkit-box-shadow: 0 0 0px 1px #fff;
    box-shadow: 0 0 0px 1px #fff;
    letter-spacing: 0.05em;
}
section {
    padding: 50px 0;
}
.btn-round.lght {
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.2);
}
.btn-round.lght:focus,
.btn-round.lght:hover {
    background: #4bbdba;
    outline: none;
}
.btn-round.lght:focus,
.btn-round.lght:hover {
    background: #4bbdba;
    outline: none;
}
.tc .logo-tgl {
    display: inline-block;
    margin: 20px 0 0 50px;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.tc .logo-tgl:hover {
    color: #2099a2;
}
section.start .uniform .respond {
    display: none;
    color: #fff;
    padding: 30px;
    margin-top: 50px;
    font-size: 22px;
    text-align: center;
    font-weight: 100;
    font-family: "MuseoSans", "Helvetica", "Arial", sans-serif;
}
section.answ .itm {
    text-align: center;
    padding-top: 20px;
}
section.answ .itm .image {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 81px;
    height: 98px;
}
section.answ .itm .image > * {
    position: absolute;
    left: 0;
    top: 0;
}
section.answ .itm .image .anm {
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-iteration-count: 2;
    -moz-animation-timing-function: ease-out;
    animation-iteration-count: 2;
    animation-timing-function: ease-out;
}
section.answ .itm1 .image .img2 {
    top: 44px;
    left: 3px;
}
section.answ .itm1:hover .image .img2 {
    -webkit-animation-name: moncl;
    -webkit-animation-duration: 0.6s;
    -moz-animation-name: moncl;
    -moz-animation-duration: 0.6s;
    animation-name: moncl;
    animation-duration: 0.6s;
}
section.answ .itm2 .image .img1 {
    top: 35px;
    left: 26px;
    height: 21px;
    width: 34px;
    border-radius: 0 0 90px 90px;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
    background: #1db8b4;
}
section.answ .itm2:hover .image .img1 {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-name: rott;
    -webkit-animation-duration: 0.6s;
    -moz-animation-name: rott;
    -moz-animation-duration: 0.6s;
    animation-name: rott;
    animation-duration: 0.6s;
    -webkit-transform-origin: 17px 4px;
    -ms-transform-origin: 17px 4px;
    transform-origin: 17px 4px;
}
section.answ .itm3 .image .img1 {
    bottom: 0;
    top: auto;
}
section.answ .itm3 .image .img2 {
    top: 68px;
    left: 59px;
    width: 3px;
    height: 13px;
    border-radius: 2px;
    background: #1db8b4;
}
section.answ .itm3:hover .image .img2 {
    -webkit-animation-name: r360;
    -webkit-animation-duration: 0.6s;
    -moz-animation-name: r360;
    -moz-animation-duration: 0.6s;
    animation-name: r360;
    animation-duration: 0.6s;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}
section.answ .itm h4 {
    margin: 15px 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #232323;
    min-height: 44px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
section.answ p {
    text-align: left;
    opacity: 0.68;
    font-size: 15px;
}
.rel {
    position: relative;
}
section.clients {
    overflow: hidden;
    padding: 10vh 0 20px;
}
section.clients .right {
    position: absolute;
    width: 40%;
    top: 20px;
    right: 0;
    z-index: 9;
}
#cli_carousel li {
    cursor: pointer;
}
#cli_carousel li a {
    color: #232323;
}
#cli_carousel li span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    margin-top: 5px;
    cursor: pointer;
}
#cli_carousel li span:hover {
    text-decoration: underline;
}
#cli_carousel .slides > li img {
    display: inline-block;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    background: #fff;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#cli_carousel .slides > li.flex-active-slide img,
#cli_carousel .slides > li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
section.clients h3 {
    font-size: 68px;
    font-weight: 100;
}
section.clients h3 + p {
    font-size: 16px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.w1600 .container-fluid {
    max-width: 1600px;
}
.w1400 .container-fluid {
    max-width: 1370px;
}
.cta1 {
    background: #fff;
    padding: 35px 20px;
}
.cta1 h4 {
    font-weight: 100;
    font-size: 72px;
    margin: 35px 0;
}
.cta1 p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.btn-bluez,
.cta1 a.btn-bluez {
    padding: 15px 34px 12px;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 1px;
    background: #4a51aa;
    background: -moz-linear-gradient(left, #4d78af 0%, #4a51aa 44%);
    background: -webkit-linear-gradient(left, #4d78af 0%, #4a51aa 44%);
    background: -webkit-gradient(linear, left top, right top, from(#4d78af), color-stop(44%, #4a51aa));
    background: -o-linear-gradient(left, #4d78af 0%, #4a51aa 44%);
    background: linear-gradient(to right, #4d78af 0%, #4a51aa 44%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d78af', endColorstr='#4a51aa',GradientType=1 );
    border: 1px solid #2e61a4;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.17);
    margin-bottom: 20px;
}
.btn-bluez:hover,
.cta1 a.btn-bluez:hover {
    color: #fff;
    background: #4a51aa;
    background: -moz-linear-gradient(left, #4d78af 0%, #4d78af 100%);
    background: -webkit-linear-gradient(left, #4d78af 0%, #4d78af 100%);
    background: -webkit-gradient(linear, left top, right top, from(#4d78af), to(#4d78af));
    background: -o-linear-gradient(left, #4d78af 0%, #4d78af 100%);
    background: linear-gradient(to right, #4d78af 0%, #4d78af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d78af', endColorstr='#4d78af',GradientType=1 );
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
}
.cta1 a {
    font-size: 24px;
    font-weight: 100;
    color: #1db8b4;
}
.cta1 a:hover {
    text-decoration: none;
}
a.bbtm {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #1db8b4;
}
a.bbtm:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    background: transparent;
    left: 50%;
    bottom: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.bbtm:hover:after {
    background: #1db8b4;
    width: 100%;
    left: 0;
}
#details h4 {
    margin: 30px 0 80px;
}
#details h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
#details p {
    opacity: 0.68;
    font-size: 15px;
}
.btn-transp {
    color: #0b9491;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #1db8b4;
    border-radius: 0;
    padding: 15px 38px 12px;
    line-height: 1.6;
}
.btn-transp:focus,
.btn-transp:hover {
    background: #1db8b4;
    color: #fff;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    outline: none;
}
.mt50 {
    margin-top: 50px;
}
.bgw {
    background: #fff;
}
#prop_details {
    background: #fff;
    padding: 50px;
}
#prop_details .table th {
    width: 40%;
    font-size: 20px;
    color: #0a9895;
    font-weight: 300;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 20px 8px 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}
.table > tbody > tr > td {
    opacity: 0.7;
}
#details .table > tbody > tr > td p.tip {
    font-size: 13px;
}
.table > tbody > tr:hover > td,
.table > tbody > tr:hover > th {
    border-color: #62ccca;
    opacity: 1;
}
#prop_details .table tr:hover > th {
    color: #333;
}
section.dark .container-fluid {
    background: #1b1e38;
    color: #fff;
    padding: 10.2%;
    background: #1b1e38 url(../img/fromcli.jpg) no-repeat 0 0;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}
section.dark h4 {
    font-weight: 100;
    font-size: 72px;
    margin-bottom: 30px;
}
section.dark p {
    font-weight: 300;
    color: #d6d7db;
    font-size: 15px;
    margin-bottom: 25px;
}
section.dark .lft {
    padding: 0;
}
section.dark .rght .or {
    float: left;
    width: 115px;
    height: 115px;
    background: #192642;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 115px;
    margin-top: -33px;
    margin-right: 30px;
}
section.dark .rght p {
    margin-top: 50%;
}
section.dark .container-fluid > .row {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.dark .ci_right {
    position: absolute;
    border: 1px solid #f5f6f8;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 100;
    padding-top: 140px;
    -ms-transform: translate(1400px, 0px) scale(0.4, 0.4);
    -webkit-transform: translate(1400px, 0px) scale(0.4, 0.4);
    transform: translate(1400px, 0px) scale(0.4, 0.4);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
section.dark .ci_right ul {
    font-size: 42px;
    margin-top: 80px;
}
.tel a {
    color: #fff;
    text-decoration: none;
}
section.dark.open .ci_right {
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    border-color: transparent;
}
section.dark.open .container-fluid > .row {
    -ms-transform: translate(-1400px, 0px) scale(0.5, 0.5);
    -webkit-transform: translate(-1400px, 0px) scale(0.5, 0.5);
    transform: translate(-1400px, 0px) scale(0.5, 0.5);
}
section.dark.open li .btn-round.lght {
    background: #4bbdba;
    outline: none;
}
section.dark form {
    padding: 0 100px 0 50px;
}
section.dark form label {
    font-weight: 100;
}
section.dark form h6 {
    font-weight: 100;
    font-size: 42px;
    padding-left: 69px;
    margin-bottom: 30px;
}
section.dark form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.17);
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
}
.dark input::-webkit-input-placeholder {
    color: #eee;
}
.dark input::-moz-placeholder {
    color: #eee;
}
.dark input:-moz-placeholder {
    color: #eee;
}
.dark input:-ms-input-placeholder {
    color: #eee;
}
section.dark form .form-group {
    margin-bottom: 27px;
}
.prices .itm {
    padding: 30px 32px;
    -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
}
.prices .itm .btn-round,
.prices .itm h4 {
    margin: 20px 0 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.prices .itm strong {
    font-weight: 900;
    font-size: 50px;
    display: block;
    margin-bottom: 30px;
}
.prices .itm strong b {
    font-size: 24px;
}
.prices .itm p {
    opacity: 0.68;
    font-size: 13px;
    font-size: 1.03em;
    margin-bottom: 10px;
}
.prices .itm .btn-round {
    margin: 20px 0 0;
    background: transparent;
    padding: 12px 25px 10px;
}
.prices .itm:hover {
    background: #ffffff;
    -webkit-box-shadow: 0 20px 29px -12px rgba(29, 40, 62, 0.4);
    box-shadow: 0 20px 29px -12px rgba(29, 40, 62, 0.4);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.prices .itm:hover .btn-round {
    background: #f5f6f8;
}
.prices .itm:hover .btn-round:hover {
    background: #1db8b4;
    color: #fff;
    -webkit-box-shadow: 0 15px 29px -8px rgba(29, 40, 62, 0.3);
    box-shadow: 0 15px 29px -8px rgba(29, 40, 62, 0.3);
}
.site-footer {
    margin-top: 50px;
    padding: 150px 15px;
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-footer p {
    margin-bottom: 20px;
}
.site-footer .logo {
    width: 80%;
    max-width: 500px;
}
.site-footer a {
    color: #fff;
}
.site-footer h5 {
    margin-bottom: 30px;
    font-weight: 100;
    font-size: 50px;
}
.disable-mouse {
    pointer-events: none;
}
body.disable-mouse .site-header.affix {
    z-index: 0 !important;
}
body.disable-scroll {
    overflow: hidden;
    height: 100%;
}
.cta-modal {
    display: none;
}
.cta-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 40px 40px;
    background: rgba(43, 43, 43, 0.37);
    z-index: 1031;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    overflow: auto;
}
.modal-close-btn.abs {
    position: absolute;
    right: 8px;
    top: 9px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding-top: 22px;
    padding-left: 8px;
    background: #fff;
    border-radius: 50%;
}
.modal-close-btn.abs span {
    display: block;
    position: relative;
    width: 30px;
    height: 2px;
    background: transparent;
    font-size: 0px;
    pointer-events: none;
}
.modal-close-btn.abs span:after,
.modal-close-btn.abs span:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    content: "";
}
.modal-close-btn.abs span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.modal-close-btn.abs span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.modal-close-btn.abs:hover span:after,
.modal-close-btn.abs:hover span:before {
    background: #ff0033;
}
.cta-modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cta-modal .col-md-6 {
    position: relative;
    background: #fdfbfc;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
    padding: 25px 40px;
    z-index: 2;
}
.cta-modal h4 {
    color: #08b0bf;
    font-weight: 100;
    font-size: 56px;
    margin: 20px 0 10px;
}
.cta-modal p {
    font-weight: 300;
    font-size: 15px;
    color: #939393;
    margin: 20px 0 40px;
}
.modal-close-btn.fixed {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    z-index: 1;
}
.cta-modal .form-horizontal .control-label {
    padding: 10px 0 0 0;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    font-family: "MuseoSans", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    width: 95px;
    color: #4b4b4b;
}
.cta-modal .form-horizontal input[type="text"],
.cta-modal .form-horizontal textarea {
    width: 100%;
    background: #ebedf0;
    font-size: 16px;
    border: none;
    line-height: 46px;
    padding: 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}
.cta-modal .form-horizontal textarea {
    height: 120px;
    padding: 10px 15px;
    line-height: 1.4;
}
.cta-modal .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.cta-modal .form-horizontal .text-right {
    padding-right: 88px;
}
.cta-modal .btn-round.lght {
    margin-right: 0;
    background: #08b0bf;
    margin-bottom: 20px;
}
.cta-modal .btn-round.lght:hover {
    background: #0698a5;
}
.cta-modal .btn-round.lght.nomargin {
    margin: 0;
}
.cta-modal .form-horizontal .form-group.modal-footer {
    margin: 20px -40px -25px;
    text-align: center;
    border: none;
    background: #eaf2f3;
    padding: 25px;
}
.cta-modal a.bbtm {
    font-size: 14px;
    color: #7d7d7d;
}
.cta-modal a.bbtm:hover {
    color: #08b0bf;
}
.cta-modal a.bbtm:hover:after {
    background: #08b0bf;
}
@media (max-width: 1200px) {
    section.start h1 {
        font-size: 65px;
    }
    .tc .logo-tgl,
    section.start .logo {
        margin-left: 0;
    }
    section.clients .right {
        position: static;
        width: auto;
        padding: 0 40px;
    }
    #headnav .container {
        width: 100%;
    }
    section.start .form label {
        padding-left: 0;
        padding-right: 0;
    }
    section.clients h3,
    section.clients h3 + p {
        text-align: center;
        padding: 0 20px;
        margin: 10px auto;
    }
    section.dark form h6 {
        padding-left: 30px;
    }
    section.dark form {
        padding: 0 20px 0 20px;
    }
    .navbar-right {
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    section.start .logo {
        margin-top: 40px;
    }
    .navbar-left {
        display: none;
    }
    #navbar li.icn {
        display: inline-block;
    }
    .navbar-right {
        margin-right: 10px;
        float: right;
    }
    .navbar-header {
        float: left;
    }
    section.dark .rght p {
        margin-top: 20px;
    }
    section.dark .rght .or {
        display: block;
        float: none;
        margin: 20px 0;
        background: transparent;
        width: auto;
        text-align: left;
        font-size: 44px;
    }
    section.dark .ci_right ul {
        font-size: 30px;
        margin-top: 90px;
    }
}
@media (max-width: 860px) {
    .flexslider .slides img {
        height: 500px;
        width: auto;
        margin-left: -200px;
    }
}
@media (max-width: 767px) {
    section.start .form h6 {
        margin: 30px 0 0px;
        padding-left: 20px;
    }
    section.start .logo.over {
        height: auto;
        padding-bottom: 20px;
    }
    section.start .logo {
        text-align: center;
    }
    section.dark .ci_right {
        padding-top: 20px;
    }
    section.dark form h6 {
        padding-left: 0;
        text-align: center;
    }
    section.dark .ci_right ul {
        margin-top: 50px;
        text-align: center;
    }
    .cta-modal .form-horizontal .text-right {
        text-align: center;
        padding-right: 0;
    }
    .cta-modal .form-horizontal .control-label {
        width: 100%;
    }
    .cta-modal .form-horizontal .control-label + div {
        padding-left: 0 !important;
    }
    .cta-modal p {
        margin-bottom: 20px;
    }
}
@media (max-width: 690px) {
    .flexslider .slides img {
        height: 380px;
        margin-left: -120px;
    }
    section.clients h3 {
        line-height: 1;
        font-size: 44px;
    }
    #prop_details .table,
    #prop_details .table td,
    #prop_details .table th,
    #prop_details .table tr {
        display: block;
        width: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #prop_details .table th {
        border-bottom: none;
        text-align: center;
    }
    .flex-direction-nav a {
        background: rgba(76, 117, 174, 0.95);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .flex-direction-nav a:after,
    .flex-direction-nav a:before {
        background: #fff;
    }
}
@media (max-width: 600px) {
    section.start .logo img {
        left: 0;
    }
    .cta-modal h4 {
        font-size: 40px;
    }
}
@media (max-width: 470px) {
    .cta-modal {
        padding: 0;
        background: #fdfbfc;
    }
    section.start h1 {
        font-size: 50px;
    }
    .flexslider .slides img {
        height: 340px;
        margin-left: -150px;
    }
    section.start .logo img {
        height: 120px;
    }
    section.start .logo {
        height: 270px;
    }
    section.dark h4 {
        font-size: 55px;
    }
    section.dark .lft .btn-round.lght,
    section.dark .lft a.sml {
        margin: 20px auto;
        width: 235px;
        display: block;
        text-align: center;
    }
    section.dark .rght {
        text-align: center;
    }
    section.dark .rght .or {
        height: auto;
        line-height: 1.4;
        text-align: center;
    }
    .cta1 h4,
    section.dark h4 {
        font-size: 44px;
    }
    section.dark .rght .or {
        font-size: 36px;
    }
    .navbar-header {
        display: none;
    }
    section.dark .lft {
        padding: 0 10px;
    }
    #navbar {
        margin-top: 0;
        background: transparent;
    }
    .navbar-default {
        padding: 0;
        background: transparent;
    }
    #headnav .container {
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
        position: relative;
    }
    .navbar-right {
        float: none;
        display: block;
        margin: 0 -15px;
        padding: 0;
        width: auto;
    }
    .navbar-right > li:first-child {
        display: block;
        float: left;
        width: 70%;
        padding: 0;
    }
    #navbar .btn-top {
        display: block;
        width: 100%;
        border-radius: 0;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 100;
        background: rgba(0, 193, 168, 0.9);
    }
    #navbar .btn-top:active:focus,
    #navbar .btn-top:focus,
    #navbar .btn-top:hover {
        background: rgba(0, 193, 168, 1);
        outline: none;
    }
    #navbar .navbar-right li.icn {
        display: block;
        float: left;
        width: 14.5%;
        padding: 0;
        height: 44px;
        line-height: 40px;
        text-align: center;
        background: #fff;
    }
    #navbar .navbar-right li.icn + li {
        border-left: 1px solid #f1f1f1;
        width: 15.5%;
    }
    #navbar li.icn.dropdown {
        position: static;
    }
    .navbar-right .dropdown-menu {
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 0;
        background: rgb(255, 255, 255);
        -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
        border-top: 1px solid #f3f3f3;
    }
    #details h4 {
        margin: 0 0 25px;
    }
}
@media (max-width: 360px) {
    .flexslider .slides img {
        height: 290px;
        margin-left: -133px;
    }
    section.start .logo img {
        height: 100px;
    }
    section.start .logo {
        height: 240px;
    }
}
@media (max-width: 320px) {
    .cta-modal p {
        margin-bottom: 0;
    }
    .cta-modal .form-horizontal .form-group {
        margin-bottom: 5px;
    }
    section.clients h3,
    section.start h1 {
        font-size: 40px;
    }
    .btn-bluez,
    .cta1 a.btn-bluez {
        font-size: 16px;
    }
}
@-webkit-keyframes moncl {
    0% {
        -webkit-transform: translate(0, 0px);
    }
    80% {
        -webkit-transform: translate(0, -3px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}
@-moz-keyframes moncl {
    0% {
        -moz-transform: translate(0, 0px);
    }
    80% {
        -moz-transform: translate(0, -3px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}
@keyframes moncl {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    80% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    to {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@-webkit-keyframes rott {
    0% {
        -webkit-transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(-20deg);
    }
    80% {
        -webkit-transform: rotate(20deg);
    }
    to {
        -webkit-transform: rotate(10deg);
    }
}
@-moz-keyframes rott {
    0% {
        -moz-transform: rotate(0deg);
    }
    40% {
        -moz-transform: rotate(-20deg);
    }
    80% {
        -moz-transform: rotate(20deg);
    }
    to {
        -moz-transform: rotate(10deg);
    }
}
@keyframes rott {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    80% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    to {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
@-webkit-keyframes r360 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes r360 {
    0% {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes r360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
