/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #ffffff;
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'robotolight', sans-serif;
    font-weight: 300;
}

/*==========================================
PRE LOADER
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:active {
    text-decoration: none;
    outline: none;
    background-color: #00cfff;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn.extra-width {
    padding: 13px 40px;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}

.form-control:focus {
    border-color: #f56363;
}

h1,
h2,
h3 {
    font-family: 'Lane', sans-serif;
    font-weight: 300;
    margin: 0;
}

h4,
h5 {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}

h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}

h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}

p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}

p:last-child {
    margin-bottom: 0px;
}

/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    font-family: 'roboto', sans-serif;
}

.text {
    color: #333333;
}

.colorstext {
    color: #f56363;
}

.coloricon i {
    color: #f56363;
}

.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.colorsbg .separator2 {
    border: 2px solid;
}

.colorsbg .separator_wrap::after,
.colorsbg .separator_wrap::before {
    background-color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}

/*
Section
*/
.sections {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.price-1 {

    padding-bottom: 0px;

}

.sections.footer {
    padding-bottom: 80px;
}

section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}

section:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.fw-special-title-half {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100;
    /*    margin-bottom: 10px;*/
}

.heading {
    margin-bottom: 1rem;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 50px;
    height: 100%;
}

.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}

.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.no-padding {
    padding: 0 !important;
}

.fluid-blocks-col {
    padding: 0px 40px 0 80px;
    vertical-align: middle;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}

/*
Separator
*/
.separator {
    height: 1px;
    width: 150px;
    margin: auto;
    background: #f56363;
}

.separator-left {
    height: 1px;
    width: 150px;
    background: #f56363;
}

.separator_wrap {
    text-align: center;
}

.separator_wrap-left {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px;
}

.separator_wrap::after,
.separator_wrap::before {
    background-color: #f56363;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 90px;
    height: 1px;
    margin-top: 2px;
}

.separator_wrap-left::after {
    background-color: #f56363;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 80px;
    height: 1px;
    margin-top: 2px;
}

.separator2 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #f56363;
    transform: rotate(45deg);
    margin-right: 4px;
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #f56363;
    border-color: #f56363;
}

.btn:not(.radio-inline) {
    margin-right: 15px;
    border-radius: 25px;
}

#demo .btn{
    margin-right: 0px;
}

/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 30px;
    font-size: 1.8rem;
    border-radius: 30px;
}

.btn-md,
btn-group-md > .btn {
    padding: 8px 20px;
    font-size: 1.2rem;
    border-radius: 30px;
}

.btn-primary.btnxs:hover {
    background: #f56363;
}

.btn-default.btnxs:hover {
    background: transparent;
}

.btn-primary {
    color: #ffffff;
}

.btn-primary:active,
.btn-primary:hover {
    background: #ffffff;
}

.btnxs {
    /*display: inline-block;*/
    position: relative;
    opacity: .999;
    background-color: transparent;
    overflow: hidden;
}

.btnxs:before,
.btnxs:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btnxs:before {
    left: 50%;
}

.btnxs:after {
    right: 50%;
}

.btnxs:hover:before,
.btnxs:hover:after {
    width: 50%;
    opacity: 1;
}

.btn-default {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
}

.btn-default:before,
.btn-default:after {
    background-color: #ffffff;
}

btn-default:focus {
    background-color: #ffffff;
    border-color: transparent;
}

.btn-default:hover {
    border-color: #ffffff;
    color: #f56363;
    background-color: #ffffff;
}

.btn-primary {
    background-color: #f56363;
    color: #ffffff;
    border: 2px solid #f56363;
}

.btn-primary.radio-inline{
    border: 1px solid #e55050;
}

.btn-primary.radio-inline.active{
    background-color: #c14343;
}

.btn-primary:before,
.btn-primary:after {
    background-color: #ffffff;
}

btn-primary:focus {
    background-color: #f56363;
    border-color: transparent;
}

.btn-primary:hover {
    border-color: #f56363;
    color: #f56363;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.padding-top-20 {
    padding-top: 1.33rem;
}

.padding-bottom-20 {
    padding-bottom: 1.33rem;
}

.padding-top-40 {
    padding-top: 2.66rem;
}

.padding-bottom-40 {
    padding-bottom: 2.66rem;
}

.padding-top-60 {
    padding-top: 5rem;
}

.padding-bottom-60 {
    padding-bottom: 5rem;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}

.padding-fourty {
    padding: 20px 0;
}

.padding-sixty {
    padding: 30px 0;
}

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

h1 span {
    color: #f56363;
    font-weight: 400;
}

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    width: 100%
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007BB6;
}

.social-network a.icoVk:hover {
    background-color: #3F729B;
}

.social-network a.icoYelp:hover {
    background-color: #CB2027;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i,
.social-network a.icoVk:hover i, .social-network a.icoYelp:hover i {
    color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #D3D3D3;
}

/* ======================
MENU
======================*/

.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #f9f9f9 !important;
}

.phones {
    color: #5a5a5a;
}

.phones:hover {
    color: red;
}

.empty-nav-point {
    width: 85px;
}

.nav-tabs > li.active > a {
    background-color: #f9f9f9 !important;
}

.navbar-brand1 {
    font-family: 'roboto', sans-serif;
    padding-left: 15px;
}

.navbar-brand1 a {
    color: #5a5a5a;
}

.nav_points {
    color: #0b0b0b !important;;
    font-size: medium !important;
    font-weight: bold !important;;
}

.hide-tabs {
    font-size: 30px;
}

.nav_points a:hover {
    background-color: #f9f9f9 !important;
    transition: background .25s ease;
}

.navbar-brand {
    height: 70px;
    padding: 10px 15px;
    margin-left: 0px !important;
}

.navbar-brand img {
    max-height: 55px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav .btn {
    height: 41px;
    font-size: inherit;
    line-height: 10px;
    margin-top: 5px;
    padding: 13px 20px;
}

.nav .btn-primary {
    color: #ffffff !important;
}

.nav .btn-primary:hover {
    color: #f56363 !important;
}

.navbar-default .btn-default {
    border: 1px solid #8A8A8A;
}

.navbar-default .btn-default:hover {
    border: 1px solid #f56363;
}

/*fixed nav light*/
.navbar {
    background: #ffffff;
    margin-bottom: 0;
    box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
    height: 75px;
}

.navbar.fixed-nav .navbar-nav > li > a {
    font-weight: 400;
}

.fixed-nav.navbar .navbar-nav > .active > a,
.fixed-nav.navbar .navbar-nav > .active > a:hover,
.fixed-nav.navbar .navbar-nav > .active > a:focus,
.fixed-nav.navbar .navbar-nav > li > a:hover,
.fixed-nav.navbar .navbar-nav > li > a:focus {
    color: #f56363;
}

.navbar-nav {
    padding-top: 10px;
}

.fixed-nav .navbar-toggle {
    margin-bottom: 12px;
    margin-top: 13px;
}

.navbar .navbar-brand {
    margin-right: 3em;
}

.social-menu i {
    font-size: 18px;
    color: #6F6F6F;
}

.navbar-default .navbar-collapse {
    background-color: #fff;
    display: block !important;
}

#active-collapse-nav-point {
    background-color: #00a1cb !important;
}

/* ======================
Home section
======================*/
.home-wrap {
    width: 100%;
    overflow: hidden;
}

.home-default {
    background: url(../images/home-msg.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-half {
    background: url(../images/home-half.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-default-btn {
    background: url(../images/home-button.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
Style 1
*/
.home-intro-left {
    margin: auto;
    padding-top: 150px;
}

.home-intro-left .intro-wrap h1, .intro-wrap2 h1 {
    color: #ffffff;
    font-size: 3.75rem;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: none;
}

.home-intro-left .intro-wrap h4, .intro-wrap2 h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-top: 30px;
    font-weight: 100;
}

.home-intro-left .home-button {
    padding-bottom: 50px;
    margin-top: 80px;
}

.home-intro-left .home-video-button {
    padding-bottom: 50px;
    margin-top: 40px;
}

.home-button img {
    margin-right: 20px;
}

.home-intro-right {
    margin-top: 150px;
}

/*
Style 2
*/
.home-intro {
    text-align: center;
    padding-top: 80px;
    height: 750px;
}

.intro-wrap {
    padding-top: 30px;
}

.home-intro2 {
    text-align: center;
    padding-top: 15px;
}

.intro-wrap2 {
    padding-top: 0px;
}

.home-intro home-intro2 .intro-wrap2 h1, .intro-wrap h1,
.home-intro-carousel h1,
.home-intro-app-block h1 {
    color: #ffffff;
    font-size: 3.75rem;
    line-height: 4.5rem;
    margin-bottom: 0.5rem;
    text-transform: none;
    font-weight: 600;
}

.home-intro .home-intro2 .intro-wrap h4, .intro-wrap2 h4 {
    color: #ffffff;

    margin-top: 30px;
}

.home-intro .home-intro2 .home-button {
    padding-bottom: 50px;
    margin-top: 50px;
}

.home-video-btn {
    margin: 4em 0;
}

.home-video-btn i {
    font-size: 7em;
    color: #ffffff;
    opacity: 0.9;
}

.home-intro .subscribe-wrap {
    padding-bottom: 7rem;
}

.subscribe-wrap {
    width: 80%;
    margin: 0px auto;
}

.subscribe-wrap .subscribe-input {
    float: left;
    border-radius: 0px;
    width: 33%;
    height: 65px;
    background-color: rgba(191, 190, 190, 0.6);
    font-size: 1.5rem;
    border-right: none;
    color: #ffffff;
}

.subscribe-wrap .subscribe-name {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.subscribe-wrap .subscribe-input::-webkit-input-placeholder {
    color: #EDEDED;
}

.subscribe-wrap .subscribe-input::-moz-placeholder {
    color: #EDEDED;
}

.subscribe-wrap .subscribe-input:-ms-input-placeholder {
    color: #EDEDED;
}

.subscribe-wrap .btn-group {
    margin: auto;
    width: 100%;
}

.subscribe-wrap button {
    width: 30%;
    height: 65px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1.5rem;
}

.subscribe-wrap .message {
    font-size: 16px;
    margin-top: 10px;
    color: #CACACA;
    font-style: italic;
}

.home-fluid-wrapper {
    /*background: url(../images/feature.jpg) no-repeat center center;*/
    background-size: cover;
    height: 800px;
    color: #ffffff;
}

.vertical-center-wrapper {
    height: 100%;
}

.vertical-center-table {
    display: table;
    height: 100%;
    width: 100%;
}

.home-video-btn-left {
    text-align: center;
    margin-left: -40px;
    margin-top: 15rem;
}

.home-video-btn-left .home-video {
    color: #fff;
    font-size: 100px;
}

.home-intro-2nd-half-try {
    padding-top: 5rem;
}

.try-registration-form img {
    margin-bottom: 2rem;
}

.home-intro-2nd-half-try h5 {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.try-registration-form {
    /*background: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 30px;
    min-height: 390px;
}

.try-registration-form h3 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 2rem;
    text-transform: uppercase;
}

.try-registration-form p {
    font-size: 14px;
    color: #EDEDED;
    font-weight: 300;
}

.try-registration-form input {
    width: 100%;
    margin-bottom: 20px;
    height: 55px;
    background: #000000;
    border-radius: 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgba(26, 198, 255, 0.4);
    border-left: 3px solid #f56363;
}

.try-registration-form textarea {
    width: 100%;
    margin-bottom: 25px;
    height: 100px;
    background: #000000;
    border-radius: 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgba(26, 198, 255, 0.4);
    border-left: 3px solid #f56363;
}

.try-registration-form input:focus {
    border: 1px solid #f56363;
    border-left: 3px solid #f56363;
}

.try-registration-form button {
    margin-top: 2rem;
    height: 50px;
    border-radius: 5px;
}

.privacy {
    text-align: center;
    margin-top: 20px;
}

.privacy a {
    color: #EDEDED;
    font-size: 14px;
}

.home-fluid-left {
    padding-top: 8rem;
}

.home-fluid-left img {
    margin-bottom: 3rem;
}

.home-fluid-left h1 {
    margin-bottom: 3rem;
    font-size: 3.5rem;
}

.error_message {
    margin-bottom: 10px;
    color: red;
    font-weight: 400;
    font-size: 16px;
}

/* ======================
service
======================*/
.service i {
    font-size: 5rem;
}

.service h4 {
    font-weight: 400;
    margin-top: 30px;
}

.services {
    margin-top: 3rem;
}

.service-action {
    margin-top: 4rem;
}

.service-action h4 {
    font-weight: 400;
}

.service-action .btn {
    margin-top: 1.5rem;
}

h1.Counter-title {
    margin: 70px 0 50px;
}

.features h4 {
    font-weight: 400;
    margin-top: 30px;
}

.features img {
    margin-top: 15px;
}

/* ======================
Describe
======================*/
.describe-list {
    padding-bottom: 2.66rem;
}

.describe-list-icon {
    float: left;
    width: 4.5rem;
}

.describe-list-icon i {
    font-size: 2.5rem;
}

.describe-list-content {
    overflow: hidden;
}

.describe-list-content h5 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000000;
}

.describe-list-content p {
    font-size: 1rem;
}

.half-float-right h2,
.half-float-right .separator_wrap-left,
.half-float-right p {
    text-align: right;
}

/* videos */
.home-intro-2nd-half-video {
    margin-top: 250px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper > .frameCover {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: none;
}

.calltoaction-bg {
    background: url(../images/calltoaction.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}

.download-btn .btnxs {
    padding: 15px 30px;
    border-radius: 40px;
}

.team {
    text-align: center;
}

.team img {
    border: 1px solid #EDEDED;
    padding: 6px;
}

.team h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
}

.team h5 {
    font-style: italic;
    font-size: 1rem;
}

.team-separator {
    height: 1px;
    width: 77px;
    margin: 10px auto 15px;
    background: #f56363;
}

.team-member li i {
    font-size: 20px;
    color: #000000;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

}

.table-header {
    border-bottom-color: #f56363;
}

.additional-service {
    width: 70%;
    width: 70%;
}

.team-member li i:hover {
    opacity: 1;
}

.describes {
    height: 450px;
}

.describes_hidden {
    height: 100%;
}

.describes_text {
    height: 100%;
    display: table;
}

.describes_text_middle {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#mainNav {
    display: inline-block;
}

#mainNav ul {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px
}

#mainNav li {
    display: inline-block;
}

#mainNav a {
    color: #565656;
    font-family: 'robotolight', sans-serif;
    font-size: 1.8em;
    display: block;
    margin: 0;
    padding: 0.5em 1em;
    text-decoration: none;
}

#mainNav a:hover {
    background-color: #f9f9f9;
    transition: background .25s ease;
}

@media only screen and (max-width: 590px) {
    #mainNav a {
        font-size: 1.4em !important;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-table {
        font-size: 83%;
    }

    .price {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 992px) {
    #header {
        margin: 0px !important;
        width: 100%;
    }

    .pricing-table {
    }

    .pricing-heading {
        margin: 0px !important;
    }

    .pricing-table ul {
    }
}

@media only screen and (max-width: 991px) {
    .pricing-table {
        font-size: 140%;
    }

}

@media only screen and (max-width: 675px) {
    #mainNav a {
        font-size: 1.3em !important;
    }
}

@media only screen and (max-width: 510px) {
    #mainNav a {
        font-size: 1.0em !important;
    }
}

@media only screen and (max-width: 767px) {
    .lang_nav{
        margin: 5px auto !important;
    }
    .pricing-table h2 {
        font-size: 3.9rem !important;
    }

    .price {
        font-size: 3.1rem !important;
    }

    .price span {
        font-size: 2rem !important;
    }

    .navbar-right {

        flex-direction: column-reverse;
    }

    #phones {
        padding-bottom: 10px;
        padding-top: 15px;
        display: flex;
        font-size: 85% !important;
    }

    #velcom {
        padding-right: 20px;
    }

    #navbar-collapse {
        flex-direction: column;
        z-index: 0;
        position: absolute;
        overflow: hidden;
        width: 100%;
    }

    #prices ul {
        font-size: 150%;
    }

    .eq_rev {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .home-intro {
        padding: 0;
    }

    .home-video-btn {
        margin: 0;
    }

    #home {
        height: 420px !important;
    }

    .table-text {
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .home-intro {
        padding: 0;
    }

    .home-video-btn {
        margin: 0;
    }

    #home {
        height: 420px !important;
    }

    .funfacts-counter{
        font-size: 10px !important;
    }

    .statistic-text{
        font-size: 15px !important;
    }
    #features-col-1{
        display: flex;
        flex-direction: column-reverse;
    }

    #features-col-3{
        display: flex;
        flex-direction: column-reverse;
    }
    .pricing-heading h2{
        font-weight:100;
        font-size:1.2rem;
    }
    .price-table{
        font-size:10px;
    }



}

@media only screen and (max-width: 550px) {
    #prices {
        font-size: 55%;
    }
}

@media only screen and (max-width: 1200px) {
    .social-circle li i {
        line-height: 34px !important;
        font-size: 85%;
    }

    .social-circle li a {
        width: 34px !important;
        height: 34px !important;
    }

    #phones {
        font-size: 83% !important;
    }

    .social_lang{
        flex-direction: column;
    }
}

@media (max-width: 1300px) {
    .background-zoom{
        background-size: 200% !important;
        background-position: top !important;
    }
    #home2{
        background-size: 200% !important;
        background-position: top !important;
    }
}



@media (max-width: 480px) {
    .intro-wrap {
        padding-top: 30px !important;
    }

    #home {
        height: 380px !important;
    }

    #home2 {
        margin-top: 75px !important;
        padding-top: 0px !important;
        height: 100px !important;
    }

    #mainNav ul {
        font-size: 73%;
    }

    .background-zoom{
        background-size: 400% !important;
        background-position: top !important;
    }
}

.coast_bold {
    font-weight: bold;
}

.nav_eq {
}

.nav_bar_eq {
    align-content: center;
}

/*
Testimonial Caoursel
*/
.testimonial {
    background: url(../images/testimonial.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}

.testimonialslide .carousel-inner {
    margin-top: -50px;
}

.testimonialslide .carousel-item {
    position: initial !important;
    text-align: center;
}

.testimonialslide .carousel-item p {
    font-size: 1.4rem;
    font-style: italic;
    line-height: 2.2rem;
    margin-bottom: 2rem;
}

/*.testimonialquote h1::before {
    content: "\f10d";
    font-family: fontAwesome;
    padding-right: 20px;

}
.testimonialquote  h1::after {
    content: "\f10e";
    font-family: fontAwesome;
    padding-left: 20px;

}*/
.testimonialslide .testimonialitem {
    margin-top: 4rem;
}

.testimonialslide .testimonialitem h3 {
    font-size: 1.4rem;
    font-weight: 400;
}

.testimonialslide .testimonialitem h3 span {
    font-size: 1rem;
    font-weight: 400;
}

.testimonialslide .carousel-indicators .active {
    background-color: transparent !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    background: #f56363 !important;
    border-color: #f56363 !important;
}

.testimonialslide .carousel-indicators {
    bottom: -3rem !important;
}

.testimonialslide .carousel-indicators li {
    border: 1px solid #000000;
}

.overlay-img .carousel-indicators li {
    border: 1px solid #ffffff;
}

.rating {
    color: #f56363;
}

.rating .fa {
    font-size: 1.5rem;
}

.sections.testimonial-quote {
    background: white;
}

.testimonial-quote .quote-box {
    border: 1px solid #e6e6e6;
    color: #505050;
    padding: 20px 25px;
    border-radius: 2px;
    background: url('../images/quotes.png') top right no-repeat;
    background-position: 95%;
    position: relative;
}

.testimonial-quote .quote-box:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 94px;
    top: 100%;
    border: 11px solid;
    border-color: #e2e2e2 transparent transparent #e2e2e2;
}

.testimonial-quote .quote-box:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 95px;
    top: 100%;
    border: 10px solid;
    border-color: #fff transparent transparent #fff;
}

.testimonial-quote .user-info {
    margin-bottom: 27px;
    margin-left: 0px;
    margin-top: 15px;
}

.testimonial-quote .user-info img {
    width: 70px;
    height: 70px;
    margin-left: 28px;
    margin-right: 15px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #EDEDED;
}

.testimonial-quote .user-info .user-info-msg h5 {
    padding-top: 12px;
    margin-left: 6px;
    margin-bottom: 2px;
    font-weight: 400;
}

.testimonial-quote .user-info .user-info-msg p {
    padding-top: 0px;
    margin-left: 6px;
}

.user-info-msg {
    margin-top: 35px;
}

.pricing-table {
    border: 2px solid #f56363;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
}

.pricing-additional-table {
    border: 2px solid #dddddd;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}

.pricing-heading {
    margin: 20px auto;
    font-weight: 400;
}

.pricing-heading h2 {
    font-weight: 400;
}

.price {
    font-size: 2rem;
    font-weight: 400;
}

.price span {
    font-size: 1rem;
    color: #A5A5A5;
}

.pricing-table li {
    padding: 10px 0;
}

.pricing-button {
    margin-bottom: 20px;
    margin-top: 25px;
}

.pricing-button .btn {
    margin-right: 0;
    /*border-radius: 5px;*/
}

.pricing-table.active {
    background-color: #f56363;
    border-color: #f56363;
    color: #fff;
}

.pricing-table.active .price span {
    color: #E2E1E1;
}

/*---------------------------------------
   SECTION:  Company history overview
-----------------------------------------*/
.timeline-overview {
    background: url(../images/timeline.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}

ul.timeline {
    margin: 40px auto 0;
    width: 100%;
    background: url(../images/timeline-badge.jpg) center center repeat-y;
    height: auto;
    position: relative;
    padding: 0 0 80px;
}

.timeline .timeline-year {
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 3px solid #f56363;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    clear: both;
    padding: 7px 0;
    text-align: center;
    font-weight: 300;
    color: #f56363;
    font-size: 20px;
    margin: 31px auto;
    background-color: #ffffff;
    /*transition*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.timeline .timeline-year:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    background: #f56363;
    -webkit-box-shadow: 0px 0px 0px 2px #f56363;
    box-shadow: 0px 0px 0px 2px #f56363;
}

.timeline .timeline-info {
    float: left;
    padding: 20px;
    width: 47.5%;
    background: rgba(125, 125, 125, 0.4);
    /*border-radius*/
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 10px 0;
    position: relative;
    z-index: 550;
    /*transition*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.timeline .timeline-year + .timeline-info {
    margin-top: -20px;
}

.timeline .start {
    background: #f56363;
    width: 64px;
    height: 64px;
    border: 3px solid #fff;
    position: absolute;
    clear: both;
    padding: 19px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    bottom: 0px;
    left: 50%;
    margin-left: -32px;
    -webkit-border-top-left-radius: 70px;
    -webkit-border-top-right-radius: 70px;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    -moz-border-radius-topleft: 75px;
    -moz-border-radius-topright: 75px;
    -o-border-radius-topleft: 75px;
    -o-border-radius-topright: 75px;
}

.timeline .timeline-info h4 {
    font-size: 19px;
    font-weight: bold;
    margin: 5px 0;
}

.timeline .timeline-info p {
    font-size: 14px;
    margin: 8px 0;
}

.timeline .timeline-info span.date {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 12px;
    text-align: right;
    display: block;
    font-weight: bold;
}

.timeline .timeline-info .arrow {
    color: rgba(125, 125, 125, 0.4);
    position: absolute;
    right: -1.6%;
    left: auto;
    top: 20px;
    font-size: 12px;
    /*transform*/
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    /*transition*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.timeline .timeline-info:after {
    content: '';
    position: absolute;
    right: -6.9%;
    display: block;
    width: 18px;
    height: 18px;
    background: #343434;
    border: 2px solid #d6d6d6;
    /*border-radius*/
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    top: 18px;
    z-index: 20;
}

.timeline .timeline-info:nth-of-type(2n) {
    float: right;
    clear: right;
}

.timeline .timeline-info:nth-of-type(2n):after {
    left: -6.8%;
}

.timeline .timeline-info:nth-of-type(2n) .arrow {
    left: -1.5%;
    right: auto;
    /*transform*/
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline .timeline-info:hover:after {
    background: #f56363;
    border: 2px solid #f56363;
}

/*
Portfolio
*/
.portfolio .portfolio-item {
    width: 33%;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.portfolio .portfolio-item img {
    cursor: pointer;
}

/*
subscribe

*/
.subscribe-wrap.body-subscribe .subscribe-input {
    float: left;
    width: 33%;
    height: 60px;
    font-size: 1.5rem;
    border-right: none;
    background-color: #F9F9F9;
    border-color: #f56363;
    color: #000000;
    line-height: 60px;
}

.subscribe-wrap.body-subscribe button {
    width: 30%;
    height: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1.5rem;
}

/*.subscribe-wrap .message {
    font-size: 16px;
    margin-top: 10px;
    color: #CACACA;
    font-style: italic;
}*/
.subscribe-wrap.body-subscribe .subscribe-input::-webkit-input-placeholder {
    color: #CACACA;
    font-size: 18px;
}

.subscribe-wrap.body-subscribe .subscribe-input::-moz-placeholder {
    color: #CACACA;
    font-size: 18px;
}

.subscribe-wrap.body-subscribe .subscribe-input:-ms-input-placeholder {
    color: #CACACA;
    font-size: 18px;
}

.subscribe-wrap.body-subscribe h1,
.subscribe-wrap.body-subscribe p {
    margin-bottom: 30px;
}

.newsletter-icon {
    margin-top: 4em;
}

.newsletter-icon i {
    font-size: 225px;
    color: #f56363;
}

/*======================
FUNFACT
======================*/
.funfact {
    background: url(../images/funfact.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}

.funfacts-counter .statistic-counter {
    text-align: center;
    font-size: 3rem;
    line-height: 80px;
    font-weight: 400;
}

.funfacts-counter i {
    font-size: 4.5em;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.funfacts-counter .statistic-text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
}

.partner-title h2 {
    margin-bottom: 4rem;
    text-align: center;
}

.partner {
    clear: both;
    padding-top: 6rem;
    text-align: center;
}

.partner h1 {
    margin-bottom: 1.5rem;
}

.partner h5 {
    color: #828282;
    margin-bottom: 0;
}

.partner .btn {
    padding: 15px 30px;
    border-radius: 40px;
}

.client2 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.client-wrapper2 .col-md-2 {
    line-height: 80px;
}

.client-wrapper2 img {
    max-width: 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
    margin: auto;
    display: block;
}

.client-wrapper2 img:hover {
    opacity: 1;
}

/*======================
TWITTER FEED
======================*/
.tweets {
    background: url(../images/twitter.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    /*    -webkit-background-size: length_x length_y;*/
    width: 100%;
    overflow: hidden;
}

.twitter-icon {
    font-size: 80px;
    color: #55acee;
}

.tweet {
    text-align: center;
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
}

.tweet a {
    color: #ededed;
}

.tweet a:hover {
    color: #f56363;
}

.user,
.user a {
    color: #ffffff;
    margin-top: 20px;
}

#tweet .owl-carousel .owl-item img {
    display: none;
}

.interact a {
    padding: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f56363;
}

.faq-details {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    background-color: #F5F5F5;
    padding: 20px;
}

.faq-details p {
    padding-bottom: 2.66rem;
}

.faq-details i {
    position: absolute;
    bottom: -25px;
    right: -25px;
    font-size: 100px;
    opacity: 0.5;
    z-index: 1 !important;
    color: #f56363;
}

.faq-details h4 {
    font-weight: 400;
}

#fancy-inputs {
    float: left;
    width: 100%;
}

#fancy-inputs label.input {
    float: left;
    width: 100%;
    height: 40px;
    margin: 40px 0 0 0;
    position: relative;
    clear: both;
}

#fancy-inputs label.input span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 0;
    cursor: text;
}

#fancy-inputs label.input span span {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 16px;
    color: #B1AFAF;
    text-indent: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs label.input span:before {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #f56363;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs label.input span:after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #2C3E50;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs input:not([type=radio]) {
    float: left;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 0;
    border: 1px solid #D6D6D6;
    background-color: transparent;
    font-size: 16px;
    position: relative;
    z-index: 99;
}

#fancy-inputs .radio-inline {
    height: 45px;
    line-height: 2;
    width: 90px;
    font-size: 16px;
}

#fancy-inputs input:focus {
    outline: 0;
}

#fancy-inputs input.white {
    background-color: #ffffff;
}

#fancy-inputs input:focus + span span {
    cursor: initial;
    position: absolute;
    top: -35px;
    color: #f56363;
}

#fancy-inputs input:focus + span:before {
    width: 50%;
}

#fancy-inputs input:focus + span:after {
    width: 50%;
}

#fancy-inputs span.fixed span {
    top: -30px;
}

#fancy-inputs label.textarea {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    position: relative;
    clear: both;
}

#fancy-inputs label.textarea span {
    width: 100%;
    height: 210px;
    line-height: 60px;
    position: absolute;
    left: 0;
    cursor: text;
}

#fancy-inputs label.textarea span span {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 16px;
    color: #B1AFAF;
    text-indent: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs label.textarea span:before {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #f56363;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs label.textarea span:after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #2C3E50;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#fancy-inputs textarea {
    float: left;
    width: 100%;
    height: 200px;
    padding: 0 10px;
    border: 0;
    border: 1px solid #D6D6D6;
    background-color: transparent;
    font-size: 16px;
    position: relative;
    z-index: 99;
    margin-top: 10px;
}

#fancy-inputs textarea:focus {
    outline: 0;
}

#fancy-inputs textarea.white {
    background-color: #fff;
}

#fancy-inputs textarea:focus + span span {
    cursor: initial;
    position: absolute;
    top: -40px;
    color: #f56363;
}

#fancy-inputs textarea:focus + span:before {
    width: 50%;
}

#fancy-inputs textarea:focus + span:after {
    width: 50%;
}

#fancy-inputs textarea.fixed span {
    top: -40px;
}

#fancy-inputs input.name::before {
    font-family: fontAwesome;
    content: "test";
}

.contact-title {
    margin-left: 15px;
}

.contact-title .separator_wrap-left {
    margin-bottom: 0;
}

.address {
    margin-top: 12rem;
}

.address i {
    margin-top: 8rem;
    margin-bottom: 1.5rem;
}

.submit-button {
    padding-top: 1rem;
    /* display: block; */
    clear: both;
    text-align: center;
    float: left;
}

.submit-button .btn-lg {
    font-size: 1.5rem;
}

.address-details {
    margin-top: 1.5rem;
}

.footer-img {
    background: url(../images/footer.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}

.footer-img .overlay-img {
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.5);
}

.footer-wrap img {
    margin-bottom: 40px;
}

.footer-wrap span {
    text-transform: uppercase;
    font-size: 13px;
}

.footer-bottom {
    margin-top: 1.5rem;
    font-size: 16px;
}

.footer-link a {
    color: #fff;
}

.footer-link a:hover {
    color: #f56363;
}

.social-link a {
    font-size: 26px;
    margin-right: 5px;
    color: #838383;
    margin-top: 15px;
}

.social-link {
    margin-top: -10px;
    text-align: right;
}

.social-link-img {
    margin-top: -10px;
    text-align: right;
}

.social-link-img a span {
    font-size: 18px;
    margin-right: 5px;
    color: #ffffff;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
}

.social-link-img a span:hover {
    color: #f56363;
}

.social-link a span {
    font-size: 18px;
    margin-right: 5px;
    color: #8E8E8E;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
}

.social-link a span:hover {
    color: #f56363;
}

.footer-logo img {
    max-height: 90px;
}

.footer-default {
    padding: 60px 0;
    background-color: #F5F5F5;
}

.footer-link-default a {
    color: #565656;
}

.footer-link-default a:hover {
    color: #f56363;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f56363;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f56363;
}

/*# sourceMappingURL=style.css.map */

#home2 {
    padding-top: 75px;
    height: 210px;
}

#home {
    padding-top: 75px;
    height: 700px;
}

#footer-phones {
    text-align: center;
}

#input_form{
    display: flex;
    flex-direction: column;
}

.lang_button{
    padding: 2px 5px !important;
}

.lang  > li> a{
    color: #ffffff !important;
}
.lang  > li> a:hover{
    color: #337ec9 !important;
}

.lang  > .active > a:hover{
    color: #ffffff !important;
}

.lang_nav{
    margin: auto;
    float: right;
}

.lang_nav  > li> a{
    color: #337ec9 !important;
}
.lang_nav  > li> a:hover{
    color: #337ec9 !important;
}

.lang_nav  > .active > a:hover{
    color: #ffffff !important;
}
.lang_nav  > .active > a{
    color: #ffffff !important;
}

.social_lang{
    display: flex;
    text-align: center;
    margin-bottom: 10px;
}

/*-----------------------------------------------*/

#help_header{
    /*background: rgba(0, 0, 0, 0.3);*/
    width: 100%;
    padding-top: 100px;
    padding-bottom: 15px;
    /*color: #ffffff;*/
    border-bottom: 1px solid #d3d3d3;
}

#help_body{
    display: flex;
}

#help_nav{
    width: inherit;
}

#help_point{
    margin: 30px auto 20px;

}

#help_point_area{
    background-color: white;
}

/*------------------------------------------------*/

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.submenu {
    display: none;
    background: #444359;
    font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}

#help_nav_list{
    font-size: 20px;
}

#help_nav_list > a{
    color: #5b5656;
    font-size: 30px;
    /* width: inherit; */
    display: block;
    text-align: center;
    margin-bottom: 16px;

}

.main-menu > li >a{
    color: #5b5656;
}

.main-menu > li > ul> li{
    color: green;
    font-size: 15px;
    margin-left: 20px;
}

.post-content{
    margin-top: 15px;
}

.c-child {
    position: relative;
    left: 10px;
}

.c-item.active {
    font-weight: bold;
}

#help_point_area > p{
    font-size: 15px !important;
}

.badge.appstore, .badge.googleplay {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.badge.appstore {
    border-radius: 0;
    height: 40px;
    width: 120px;
    background: url(../images/apple-badge.svg);
}

.badge.googleplay {
    height: 40px;
    width: 115px;
    padding: 0;
}

.footer-logo{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.c-label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.icon-closed .c-label::before {
    background-image: url('../images/icon/folder-open.svg');
}

.icon-open .c-label::before {
    background-image: url('../images/icon/folder-open.svg');
}
.c-item.icon-open, .c-item.icon-closed {
    list-style-type: none;
}

.icon-closed .c-label, .icon-open .c-label {
    list-style-type: none;
}