@charset "UTF-8";
html {
    overflow-x: hidden;
}
html, html a, body {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: Hind, sans-serif;
}
p {
    font-size: 15px;
    font-weight: 400;
    font-family: Hind, sans-serif;
    color: #a6a7aa;
    line-height: 1.4;
    margin-bottom: 15px;
}
em, li, li a {
    font-size: 16px;
    font-weight: 500;
    font-family: Hind, sans-serif;
    color: #515769;
}
a {
    font-family: Hind, sans-serif;
    color: #81848f;
    outline: 0;
}
a:focus, a:hover, a:active {
    outline: 0;
    color: #999caa;
    text-decoration: none;
}
.link {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    font-family: Hind, sans-serif;
    text-transform: uppercase;
}
.link:after {
    position: absolute;
    top: 8px;
    right: -15px;
    width: 9px;
    height: 2px;
    background: #17bed2;
    content: " ";
}
span {
    font-size: 14px;
    font-weight: 400;
    font-family: Hind, sans-serif;
    color: #bfc1c7;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: Hind, sans-serif;
    color: #515769;
    line-height: 1.4;
    margin: 0 0 15px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #515769;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
    color: #999caa;
    text-decoration: none;
}
h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
    text-decoration: none;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 22px;
}
::selection {
    color: #fff;
    background: #17bed2;
    text-shadow: none;
}
::-webkit-selection {
    color: #fff;
    background: #17bed2;
    text-shadow: none;
}
::-moz-selection {
    color: #fff;
    background: #17bed2;
    text-shadow: none;
}
:active, :focus {
    outline: none;
}
abbr{
    text-decoration:none;
}
.ing {
    cursor:pointer;
}
.section-seperator {
    border-bottom: 1px solid #edf0f2;
}
.content-wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 3;
    text-decoration: none;
}
.search{
    float: right;
    display: inline;
    margin-top: 25px;
    margin-bottom: 10px;
}

.search #searchBox{
    width: 120px;
}

.search #searchBox:hover{
    width: 240px;
}

.btn-theme {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    background-image: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
    outline: none;
}
.btn-theme:hover {
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
    text-decoration: none;
}
.btn-theme:active, .btn-theme.active {
    background-image: none;
    outline: 0;
}
.btn-theme.disabled, .btn-theme[disabled], fieldset[disabled] .btn-theme {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
}
.btn-white-brd {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 20px;
}
.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
    color: #17bed2;
    border: 3px solid #17bed2;
}
.btn-default-bg {
    color: #fff;
    border: 3px solid #fff;
    background: none;
    border-radius: 20px;
}
.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
    color: #17bed2;
    border: 3px solid #17bed2;
}
.btn-base {
    color: #17bed2;
    border: 3px solid #17bed2;
    background: transparent;
    border-radius: 20px;
}
.btn-base-bg {
    color: #fff;
    border: 3px solid #17bed2;
    background: #17bed2;
    border-radius: 20px;
}
.btn-base:hover, .btn-base-bg:hover, .btn-base:focus, .btn-base-bg:focus, .btn-base-bg.focus {
    color: #004b55;
    border: 3px solid #004b55;
    background: #fff;
}
.btn-theme-sm {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
}
.pricing {
    padding: 40px 45px;
    background: #fff;
    margin-top: 25px;
}
@media (max-width: 768px) {
    .pricing {
        margin-top: 0;
    }
}
.pricing.pricing-active {
    padding-top: 110px;
    padding-bottom: 110px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .pricing.pricing-active {
        margin-top: 0;
    }
}
.pricing .pricing-icon {
    display: block;
    font-size: 30px;
    color: #999caa;
    margin-bottom: 30px;
}
.pricing .pricing-list-item {
    position: relative;
    font-size: 13px;
    color: #81848f;
    padding-left: 20px;
    margin-bottom: 10px;
}
.pricing .pricing-list-item:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 2px;
    background: #17bed2;
    content: " ";
    margin-right: 10px;
}
.shopify-promo{
    padding-top: 100px;
}
.faq-box h2 {
    color: #17bed2;
}
.faq-page .panel-heading {
    padding: 0;
}
.faq-page .panel-heading h4 {
    font-size: 17px;
}
.faq-page .panel-heading a {
    color: #17bed2;
    display: block;
    padding: 10px 15px 9px;
}
.faq-page .panel-heading a:hover {
    color: #333;
    text-decoration: none;
}
.faq-tabbable {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: solid 2px #17bed2;
}
.faq-tabbable li {
    position: relative;
    margin-bottom: 1px;
}
.faq-tabbable li a {
    font-size: 14px;
    color: #2fcbe0;
    display: block;
    background: #F4F4F4;
    padding: 12px 10px 11px 8px;
}
.faq-tabbable li:hover a, .faq-tabbable li.active a{
    background: #2fcbe0;
    text-decoration: none;
    color: #fff;
}
.faq-tabbable li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #2fcbe0;
    position: absolute;
    top: 16px;
    right: -5px;
}
.error-box{
    padding-top: 150px;
    padding-bottom: 150px;
}
.error-box .error-number{
    font-size: 200px;
    line-height: 200px;
    color: #E02222;
    text-align: right;
}
.error-box .thankyou{
    font-size: 100px;
    line-height: 100px;
    color: #17bed2;
    text-align: right;
}
.error-box .error-details{
    text-align: left;
    padding-left: 10px;
}
.error-box .error-details h5 a{
    color: #17bed2;
    font-size: 3em;
}
.error-box .error-details h5 .error-social a i{
    color: #17bed2;
    font-size: 20px;
    padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1160px) {
    .error-box .error-number{
        font-size: 150px;
    }
}
@media (max-width: 992px) {
    .error-box .error-number{
        text-align: left;
    }
    .error-box .thankyou{
        text-align: left;
		font-size: 75px;
		line-height: 75px;
    }
}
.service {
    background: #fff;
    padding: 50px;
}
.service .service-element, .service .service-info {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.service .service-icon {
    display: block;
    font-size: 30px;
    color: #999caa;
    margin-bottom: 30px;
}
.service:hover .service-element {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.service:hover .service-info {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.recent-work {
    position: relative;
}
.recent-work a:hover {
    text-decoration: none;
}
.recent-work h2, .ecommerce .recent-work h2 {
    margin: 3px 0 5px;
}
.recent-work h2 a {
    color: #3e4d5c;
}
.recent-work h2 a:hover {
    color: #17bed2;
}
.recent-work-item {
    padding-left: 10px;
}
.recent-work .owl-buttons {
    left: -74px;
    right: auto;
    top: 0;
}
.recent-work .recent-work-item a.recent-work-description {
    padding: 10px;
    display: block;
    background: #fff;
}
.recent-work .recent-work-item:hover a.recent-work-description {
    background: #17bed2;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.recent-work .recent-work-item strong {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.recent-work .recent-work-item b {
    color: #656565;
    font-weight: 300;
}
.recent-work .recent-work-item:hover b, .recent-work .recent-work-item:hover strong {
    color: #fff;
}
.recent-work .recent-work-item em {
    display: block;
    overflow: hidden;
    position: relative;
}
.recent-work .recent-work-item .fa {
    color: #fff;
    padding: 16px 30px 16px 18px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    margin-top: -23.5px;
    border-radius: 47px;
    background: rgba(0,0,0,0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.recent-work .recent-work-item .fa:hover {
    color: #17bed2;
}
.recent-work .recent-work-item .fa-link {
    left: -100px;
}
.recent-work .recent-work-item .fa-search {
    right: -100px;
}
.recent-work .recent-work-item:hover .fa-link {
    left: 30%;
}
.recent-work .recent-work-item:hover .fa-search {
    right: 30%;
}
#testimonials {
    margin-top: 80px;
}
.testimonials blockquote {
    padding: 15px;
    border: none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    background: #F8F8F8;
    position: relative;
}
.testimonials blockquote:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 70px;
    width: 0;
    height: 0;
    border-left: 0 inset rgba(0, 0, 0, 0);
    border-right: 22px inset rgba(0, 0, 0, 0);
    border-top: 22px solid #F8F8F8;
}
.testimonials blockquote:after {
    width: 13px;
    height: 13px;
    z-index: 23;
    content: " ";
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #17bed2 url(../img/blockquote-corner.png) no-repeat;
}
.testimonials .carousel-info img {
    width: 75px;
    height: 75px;
    padding: 3px;
    border-radius: 150px !important;
    border: solid 1px #f5f5f5;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #17bed2;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.testimonials .left-btn, .testimonials .right-btn {
    right: 0;
    width: 26px;
    height: 26px;
    bottom: 30px;
    border-radius: 26px !important;
    position: absolute;
    display: inline-block;
}
.testimonials .left-btn {
    right: 30px;
    background: url(../img/fa-angles.png) no-repeat 8px 8px;
}
.testimonials .right-btn {
    background: url(../img/fa-angles.png) no-repeat -33px 8px;
}
.testimonials .left-btn:hover {
    background: #17bed2 url(../pages/img/fa-angles.png) no-repeat 8px -31px;
}
.testimonials .right-btn:hover {
    background: #17bed2 url(../pages/img/fa-angles.png) no-repeat -33px -31px;
}
#blog {
    padding: 100px 0;
}
.thumb {
    display: block;
    width: 100%;
    margin: 0;
}
.by-author {
    font-style: italic;
    line-height: 1.3;
    color: #aab6aa;
}
.featured-article {
    width: 100%;
    position: relative;
    margin-bottom: 1em;
}
.featured-article .block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
    padding: .5em;
    width: 100%;
    color: #fff;
}
.featured-article .block-title h3 a {
    margin: 0;
    color: #fff;
}
.main-list {
    padding-left: .5em;
}
.main-list .media {
    padding-bottom: 1.1em;
    border-bottom: 1px solid #e8e8e8;
}
.main-list .media .media-object {
    width: 150px;
}
.main-list .media .media-heading a {
    color: #004b55;
}
.footer {
    background: url(../img/1920x1080/03.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer .footer-seperator {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-list {
    margin-bottom: 0;
}
.footer span {
    color: #17bed2;
}
.footer .footer-list-item {
    color: #fff;
    margin-bottom: 25px;
}
.footer .footer-list-link {
    color: #fff;
}
.footer .footer-list-link:hover {
    color: #cbd3e1;
}
.footer .footer-input {
    background: rgba(0, 30, 34, 0.4);
    font-weight: 400;
}
.footer .footer-logo, .landing-footer .footer-logo {
    width: 85px;
    height: auto;
    background: ;
}
.footer input {
    color: #fff;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
.anchor{
    display: block;
    height: 200px;
    margin-top: -200px;
    visibility: hidden;
}
@media (max-width: 768px) {
    .anchor{
        display: block;
        height: 140px;
        margin-top: -140px;
        visibility: hidden;
    }
}
.anchor-main {
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
.header .navbar {
    margin-bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .menu-container {
    background: rgba(0, 30, 34, 0.9) 
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: rgba(0, 30, 34, 0.9);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-menu li a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-menu li a:hover {
    background-color: rgba(0, 30, 34, 0.1);
    color: #17bed2;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    overflow: auto;
}
.header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 35px 0;
}
.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 31px;
    height: 3px;
    display: inline-block;
    background: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
    position: absolute;
    left: 0;
    background: #fff;
    content: " ";
}
.header .navbar-toggle .toggle-icon:before {
    width: 20px;
    height: 3px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle .toggle-icon:after {
    width: 26px;
    height: 3px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle:hover .toggle-icon {
    background: #17bed2;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
    width: 31px;
    height: 3px;
    background: #17bed2;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0);
}
.header .logo {
    width: 100px;
    height: 100px;
    float: left;
    max-height: 95px;
    line-height: 65px;
}
.header .logo-wrap {
    display: inline-block;
    padding: 15px 0;
}
.header .logo-wrap:focus, .header .logo-wrap:hover {
    text-decoration: none;
}
.header .logo-img {
    display: inline-block;
    width: 85px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.header .logo-img-main {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    background: ;
}
.header .logo-img-active {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    background: ;
}
.header .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header .nav-item {
    position: relative;
    display: block;
}
.header .nav-item:last-child .nav-item-child {
    padding-right: 0;
}
.header .nav-item .nav-item-hover.active:after {
    opacity: 1;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-item:hover .nav-item-hover:after {
    opacity: 1;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-item-child {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 600;
    font-family: Hind, sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 55px;
    padding: 20px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .nav-item-hover {
    position: relative;
}
.header .nav-item-hover:after {
    position: absolute;
    top: 45px;
    left: 0;
    width: 9px;
    height: 2px;
    background: #fff;
    opacity: 0;
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
@media (max-width: 768px) {
    .header {
        background: #rgba(0, 30, 34, 0.85);
    }
    .header .navbar-toggle {
        display: block;
    }
    .header .navbar-collapse.collapse {
        display: none !important;
    }
    .header .navbar-collapse.collapse.in {
        display: block !important;
    }
    .header .nav-collapse {
        color: rgba(0, 30, 34, 0.85);
        padding-left: 0;
        padding-right: 0;
    }
    .header .navbar-nav {
        color: rgba(0, 30, 34, 0.85);
        margin: 0;
        float: none;
    }
    .header .navbar-nav .nav-item {
        float: none;
    }
    .header .menu-container:before, .header .menu-container:after {
        content: " ";
        display: table;
    }
    .header .menu-container:after {
        clear: both;
    }
    .header .logo .logo-img-main {
        display: none;
    }
    .header .logo .logo-img-active {
        display: inline-block;
    }
    .header .nav-item-child {
        color: #fff;
        line-height: 1.4;
        padding: 12px 12px 12px 15px;
    }
    .header .nav-item-hover:after {
        position: absolute;
        top: 19px;
    }
    .page-on-scroll .header .menu-container {
        background: rgba(0, 30, 34, 0.9) 
    }
}
@media (max-width: 767px) {
    .header .menu-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .header .navbar > .container {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .header .navbar > .container > .nav-collapse {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .header .navbar-nav-right {
        float: right;
    }
}
@media (min-width: 768px) {
    .page-on-scroll .header .navbar {
        background: rgba(0, 30, 34, 0.85);
        border-bottom-color: #f0f0f0;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }
    .page-on-scroll .header .logo-img-main {
        display: none;
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }
    .page-on-scroll .header .logo-img-active {
        display: inline-block;
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }
    .page-on-scroll .header .nav-item-child {
        color: #fff;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }
}
.contact-list > li {
    font-size: 13px;
    color: #81848f;
    margin-bottom: 10px;
}
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 70px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 3;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(0, 30, 34, 0.85);
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top:hover {
    color: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top:focus, .back-to-top:hover {
    text-decoration: none;
}
.back-to-top.back-to-top-is-visible {
    visibility: visible;
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top.back-to-top-is-visible:hover {
    opacity: 1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top.back-to-top-fade-out {
    opacity: .4;
}
.back-to-top.back-to-top-fade-out:hover {
    opacity: 1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.form-control {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a7aa;
    background: #fafafa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
}
.form-control::-moz-placeholder {
    color: #fff;
}
.form-control:-ms-input-placeholder {
    color: #fff;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
.feedback-input::-moz-placeholder {
    color: #8e8e8e;
}
.feedback-input:-ms-input-placeholder {
    color: #8e8e8e;
}
.feedback-input::-webkit-input-placeholder {
    color: #8e8e8e;
}
.form-control:focus {
    color: #515769;
    box-shadow: none;
}
.form-control:focus::-moz-placeholder {
    color: #515769;
}
.form-control:focus:-ms-input-placeholder {
    color: #515769;
}
.form-control:focus::-webkit-input-placeholder {
    color: #515769;
}
form button{
    margin-bottom : 20px;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-indicators {
    left: auto;
    width: auto;
    padding-left: 0;
    margin-left: 0;
}
.carousel-centered {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.carousel-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    text-transform: none;
    padding: 5px;
}
.carousel-description {
    line-height: 1.1;
    color: #fff;
    padding: 5px 
}
@media (max-width: 768px) {
    .carousel-title {
        font-size: 22px;
    }
    .carousel-description {
        font-size: 16px;
    }
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    background-color: #fff !important;
    box-shadow: none !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
    background-color: #fff !important;
    box-shadow: none !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
    display: none;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
    display: none;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
    overflow: inherit !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-family: Simple-Line-Icons;
    color: #515769;
    content: "\e082";
}
.gm-style-iw {
    top: 22px !important;
    left: 22px !important;
}
.masonry-grid {
    position: relative;
    margin: 0 -2px;
}
.masonry-grid:before, .masonry-grid:after {
    content: " ";
    display: table;
}
.masonry-grid:after {
    clear: both;
}
.masonry-grid .masonry-grid-item {
    display: block;
    float: left;
    vertical-align: top;
    padding: 0 2px;
    margin-bottom: 4px;
}
.masonry-grid .masonry-grid-item.col-12 {
    width: 100%;
}
.masonry-grid .masonry-grid-item.col-11 {
    width: 91.66666667%;
}
.masonry-grid .masonry-grid-item.col-10 {
    width: 83.33333333%;
}
.masonry-grid .masonry-grid-item.col-9 {
    width: 75%;
}
.masonry-grid .masonry-grid-item.col-8 {
    width: 66.66666667%;
}
.masonry-grid .masonry-grid-item.col-7 {
    width: 58.33333333%;
}
.masonry-grid .masonry-grid-item.col-6 {
    width: 50%;
}
.masonry-grid .masonry-grid-item.col-5 {
    width: 41.66666667%;
}
.masonry-grid .masonry-grid-item.col-4 {
    width: 33.33333333%;
}
.masonry-grid .masonry-grid-item.col-3 {
    width: 25%;
}
.masonry-grid .masonry-grid-item.col-2 {
    width: 16.66666667%;
}
.masonry-grid .masonry-grid-item.col-1 {
    width: 8.33333333%;
}
@media (max-width: 768px) {
    .masonry-grid .masonry-grid-item {
        width: 50%;
    }
    .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .masonry-grid .masonry-grid-item {
        width: 100%;
    }
    .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
        width: 100%;
    }
}
.swiper-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-clients-img {
    display: block;
    width: 190px;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    cursor: pointer;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.swiper-clients-img:hover {
    opacity: .8;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.color-base {
    color: #17bed2;
}
.color-white {
    color: #fff;
}
.color-heading {
    color: #515769;
}
.color-subtitle {
    color: #a6a7aa;
}
.color-link {
    color: #81848f;
}
.color-link-hover {
    color: #999caa;
}
.color-sky-light {
    color: #fafafa;
}
.color-brand {
    color: #004b55;
}
.bg-color-base {
    background: #17bed2;
}
.bg-color-white {
    background: #fff;
}
.bg-color-heading {
    background: #515769;
}
.bg-color-subtitle {
    background: #a6a7aa;
}
.bg-color-link {
    background: #81848f;
}
.bg-color-link-hover {
    background: #999caa;
}
.bg-color-sky-light {
    background: #fafafa;
}
.bg-color-brand {
    background: #004b55;
}
.row-space-1 {
    margin-right: -1px;
    margin-left: -1px;
}
.row-space-1 > [class*="col-"] {
    padding-left: 1px;
    padding-right: 1px;
}
.content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}
.content-md {
    padding-top: 80px;
    padding-bottom: 80px;
}
.content-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax-window {
    background: url("../img/1920x1080/01.jpg") ;
    background-size: cover;
}
.parallax-content {
    max-width: 800px;
    padding-top: 150px;
    padding-bottom: 50px;
    text-align:center;
}
.parallax-content p {
    display: block;
    font-weight: 450;
    font-size: 1.2em;
    color: #fff;
    padding: 5px;
    margin-bottom: 80px;
}
.parallax-content p i {
    color: #17bed2;
}
.parallax-content p a i {
    color: #17bed2;
}
@media (min-width: 768px)and (max-width: 991px) {
    .parallax-content {
        padding-top: 220px;
        padding-bottom: 50px;
        text-align:center;
    }
    .parallax-content p {
        margin-bottom: 20px;
    }
}
.full-width {
    width: 100%;
    height: auto;
}
.container-full-width {
    width: 100%;
}
.container-full-width:before, .container-full-width:after {
    content: " ";
    display: table;
}
.container-full-width:after {
    clear: both;
}
.overflow-h {
    overflow: hidden;
}
.fweight-300 {
    font-weight: 300 !important;
}
.fweight-400 {
    font-weight: 400 !important;
}
.fweight-500 {
    font-weight: 500 !important;
}
.fweight-600 {
    font-weight: 600 !important;
}
.fweight-700 {
    font-weight: 700 !important;
}
.margin-l-0 {
    margin-left: 0 !important;
}
.margin-l-5 {
    margin-left: 5px !important;
}
.margin-l-10 {
    margin-left: 10px !important;
}
.margin-l-20 {
    margin-left: 20px !important;
}
.margin-r-0 {
    margin-right: 0 !important;
}
.margin-r-5 {
    margin-right: 5px !important;
}
.margin-r-10 {
    margin-right: 10px !important;
}
.margin-r-20 {
    margin-right: 20px !important;
}
.margin-b-0 {
    margin-bottom: 0 !important;
}
.margin-b-2 {
    margin-bottom: 2px !important;
}
.margin-b-5 {
    margin-bottom: 5px !important;
}
.margin-b-10 {
    margin-bottom: 10px !important;
}
.margin-b-20 {
    margin-bottom: 20px !important;
}
.margin-b-30 {
    margin-bottom: 30px !important;
}
.margin-b-40 {
    margin-bottom: 40px !important;
}
.margin-b-50 {
    margin-bottom: 50px !important;
}
.margin-b-60 {
    margin-bottom: 60px !important;
}
.margin-b-70 {
    margin-bottom: 70px !important;
}
.margin-b-80 {
    margin-bottom: 80px !important;
}
.margin-b-90 {
    margin-bottom: 90px !important;
}
.margin-b-100 {
    margin-bottom: 100px !important;
}
@media (max-width: 992px) {
    .md-margin-b-0 {
        margin-bottom: 0 !important;
    }
    .md-margin-b-2 {
        margin-bottom: 2px !important;
    }
    .md-margin-b-5 {
        margin-bottom: 5px !important;
    }
    .md-margin-b-10 {
        margin-bottom: 10px !important;
    }
    .md-margin-b-20 {
        margin-bottom: 20px !important;
    }
    .md-margin-b-30 {
        margin-bottom: 30px !important;
    }
    .md-margin-b-40 {
        margin-bottom: 40px !important;
    }
    .md-margin-b-50 {
        margin-bottom: 50px !important;
    }
    .md-margin-b-60 {
        margin-bottom: 60px !important;
    }
    .md-margin-b-70 {
        margin-bottom: 70px !important;
    }
    .md-margin-b-80 {
        margin-bottom: 80px !important;
    }
    .md-margin-b-90 {
        margin-bottom: 90px !important;
    }
    .md-margin-b-100 {
        margin-bottom: 100px !important;
    }
}
@media (max-width: 768px) {
    .sm-margin-b-0 {
        margin-bottom: 0 !important;
    }
    .sm-margin-b-2 {
        margin-bottom: 2px !important;
    }
    .sm-margin-b-5 {
        margin-bottom: 5px !important;
    }
    .sm-margin-b-10 {
        margin-bottom: 10px !important;
    }
    .sm-margin-b-20 {
        margin-bottom: 20px !important;
    }
    .sm-margin-b-30 {
        margin-bottom: 30px !important;
    }
    .sm-margin-b-40 {
        margin-bottom: 40px !important;
    }
    .sm-margin-b-50 {
        margin-bottom: 50px !important;
    }
    .sm-margin-b-60 {
        margin-bottom: 60px !important;
    }
    .sm-margin-b-70 {
        margin-bottom: 70px !important;
    }
    .sm-margin-b-80 {
        margin-bottom: 80px !important;
    }
    .sm-margin-b-90 {
        margin-bottom: 90px !important;
    }
    .sm-margin-b-100 {
        margin-bottom: 100px !important;
    }
}
@media (max-width: 480px) {
    .xs-margin-b-0 {
        margin-bottom: 0 !important;
    }
    .xs-margin-b-2 {
        margin-bottom: 2px !important;
    }
    .xs-margin-b-5 {
        margin-bottom: 5px !important;
    }
    .xs-margin-b-10 {
        margin-bottom: 10px !important;
    }
    .xs-margin-b-20 {
        margin-bottom: 20px !important;
    }
    .xs-margin-b-30 {
        margin-bottom: 30px !important;
    }
    .xs-margin-b-40 {
        margin-bottom: 40px !important;
    }
    .xs-margin-b-50 {
        margin-bottom: 50px !important;
    }
    .xs-margin-b-60 {
        margin-bottom: 60px !important;
    }
    .xs-margin-b-70 {
        margin-bottom: 70px !important;
    }
    .xs-margin-b-80 {
        margin-bottom: 80px !important;
    }
    .xs-margin-b-90 {
        margin-bottom: 90px !important;
    }
    .xs-margin-b-100 {
        margin-bottom: 100px !important;
    }
}
.height-100 {
    height: 100px !important;
}
.height-200 {
    height: 200px !important;
}
.height-300 {
    height: 300px !important;
}
.height-400 {
    height: 400px !important;
}
#map-block iframe {
    display: block;
}
.text-align-c {
    text-align: center;
}
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-height: 575px){
.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
