img {
    max-width: 100%;
}

.h1-test-ff {
    font-family: Museo-700;
    font-family: 'Roboto', sans-serif;
}

.header > .navbar-default{
    background: transparent;
    border: transparent;
    transition: 0.244s;
}

.header > .navbar-default.fixed-header{
    background-color: #343434;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.header > .navbar-default .navbar-nav > li > a{
    font-family: Museo-700;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-brand {
    padding: 10px 15px;
    opacity: 0;
    transition: 0.244s;
}

.navbar-brand.mini-logo-show{
    opacity: 1;
}

.navbar-brand.mini-logo-show img {
    max-height: 37px;
}

ul.dropdown-menu {
    background: rgba(0,0,0, 0.75);
    border-radius: 4px;
}

.navbar-nav > li > ul.dropdown-menu{
    border-radius: 4px;
}

ul.dropdown-menu > li > a {
    color: #fff;
    font-family: Museo-500;
}

.header > .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

.header > .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    text-decoration: none;
}

.header > .navbar-default .navbar-nav > .open > a,
.header > .navbar-default .navbar-nav > .open > a:hover,
.header > .navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

ul.dropdown-menu > li > a:hover,
ul.dropdown-menu > li > a:focus {
    background-color: #383838;
    color: #fff;
}

ul.dropdown-menu .divider {
    background-color: #1e5c77;
}

li.header-dropdown {
    color: #b1b1b1;
    font-family: Museo-500;
    padding-left: 20px;
}

.btns-container {
    float: right;
}

.nav-btns-container{
    padding-top: 10px;
}

a.index-primary {
    font-family: Museo-700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: #0e678f;
    border: 1px solid #0e678f;
    border-radius: 20px;
    padding: 7px 24px 6px;
    transition: 0.244s;
}

a.index-primary:hover,
a.index-info:hover {
    background-color: #ff9014;
    color: #0e678f;
    border: 1px solid #ff9014;
}

a.index-primary:active,
a.index-info:active {
    opacity: 0.7;
}

a.index-info {
    font-family: Museo-700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #0e678f;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 7px 24px 6px;
    transition: 0.244s;
}

.btns-container > a.index-primary {
    margin-right: 15px;
}

/* section1 */

.elements-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
}

.section-1__logo {
    text-align: center;
    margin-bottom: 70px;
}

.section-1__title {
    text-align: center;
    font-family: Museo-500;
    font-size: 60px;
    color: #fff;
}

.section-1__sub-title {
    text-align: center;
    font-family: Museo-500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 70px;
}

.video-container video {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}

.section-1__btn-container {
    text-align: center;
}

.section-1__btn-container > a.btn {
    font-family: Museo-500;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    background-color: #147ba8;
    padding: 13px 42px 12px;
    border-radius: 30px;
    transition: 0.244s;
}

a.btn-tool-slider {
    font-family: Museo-500;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    background-color: #147ba8;
    padding: 11px 40px 10px;
    border-radius: 30px;
    transition: 0.244s;
    margin-top: 15px;
}

a.btn-tool-slider:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

a.btn-tool-slider:active {
    opacity: 0.7;
}

.section-1__btn-container > a.btn:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section-1__btn-container > a.btn:active {
    opacity: 0.7;
}

.section-ix {
    background-repeat: no-repeat;
    background-size: cover;
}

.section-1 {
    min-height: 700px;
    height: 100vh;
    max-height: 100vh;    
    background-image: url('/img/section1-bg-re.jpg');
    position: relative;
}

/* section2 */


.section-2 {
    background-color: #f6f7f8;
    padding: 70px 0 0;
    
    padding-top: 170px;
    padding-bottom: 170px;
    min-height: 600px;
}

.section-2 .title {
    font-family: Museo-500;
    color: #424242;
    font-size: 46px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.section-2 .description .sub-title {
    color: #424242;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.section-2 .description .sub-title2 {
    color: #147ba8;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.section-2 .description .sub-title3 {
    color: #424242;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

/* section2-1 */

.section-2-1 {
    padding-top: 130px;    
}

.swiper-container.swiper3 {
    width: 100%;
    height: 100%;
}
.swiper-container.swiper3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-2-1-header {
    font-size: 60px;
    font-family: Museo-500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
}

.swiper3-slide-container .numbers-container {
    margin-bottom: 30px;
    
}

.swiper3-slide-container .numbers-container .number-span {
    border: 2px solid #d1d1d1;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    font-size: 36px;
    font-family: Museo-700;
    color: #d1d1d1;
    display: inline-block;
    vertical-align: middle;
}

.swiper3-slide-container .numbers-container .number-span2 {
    border: 2px solid #074e6d;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    font-size: 36px;
    font-family: Museo-700;
    color: #074e6d;
    display: inline-block;
    vertical-align: middle;
}

.swiper3-slide-container .numbers-container .number-divider {
    width: 120px;
    height: 54px;
    display: inline-block;
    background-image: url('/img/number-divider.jpg');
    background-position: center center;
    background-repeat: repeat-x;
    vertical-align: middle;
}

.swiper3-slide-container .numbers-container .number-divider2 {
    width: 120px;
    height: 54px;
    display: inline-block;
    background-image: url('/img/number-divider2.jpg');
    background-position: center center;
    background-repeat: repeat-x;
    vertical-align: middle;
}

.description-container div {
    color: #424242;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.description-container div + div{
    color: #424242;
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight: 400;
}

.swiper-pagination.swiper3-pagination {
    position: static;
    margin-top: 30px;
}

.section-2-2 {
    background-color: #074e6d;
    color: #fff;
}

.fix-col {
    padding: 0;
}

.section-2-2__container {
    width: 40%;
    text-align: center;
}

.section-2-2__container .section-2-2__title {
    font-family: Museo-500;
    font-size: 26px;
    margin-bottom: 15px;
}

.section-2-2__container .section-2-2__description {
    font-family: Museo-500;
    font-size: 16px;
    margin-bottom: 15px;
}

.section-2-2__container.second-container{
    margin-left: 10%;
    margin-top: 9%;
}

.section-2-2__container.first-container{
    float: right;
    margin-right: 10%;
    margin-top: 9%;
}

.section-2-3 {
    padding-top: 60px;
    background-image: url('/img/section-2-3-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 716px;
}

.section-2-3__container .title {
    font-size: 60px;
    font-family: Museo-500;
    color: #424242;
    margin-bottom: 40px;
}

.section-2-3__container ul {
    padding: 0;
    list-style: none;
}

.section-2-3__container ul li {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.section-2-3__container ul li span {
    padding: 0 5px;
    margin-right: 7px;
    background-image: url('/img/list-point.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.section-2-4 {
    color: #fff;
    padding: 180px 0;
    background-color: #074e6d;
}

.section-2-4__header {
    font-size: 60px;
    font-family: Museo-500;
    margin-bottom: 40px;
    text-align: center;
}

.section-2-4__container .title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 25px;
}

.section-2-4__container ul {
    padding-left: 20px;
}

.section-2-4__container ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}

/* section3 */


.section-3 {
    background-image: url('/img/section-3-bg.jpg');
    min-height: 750px;
    height: 100vh;    
    padding: 80px 0 0;
}

.section-3__title {
    font-family: Museo-500;
    text-align: center;
    margin-bottom: 45px;
    font-size: 54px;
    color: #292929;
}

.section-3__sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #292929;
    margin-bottom: 40px;
    text-align: center;
}
.slider-tab-list {
    text-align: center;
    margin-bottom: 90px;
}

.slider-tab-list__item {
    display: inline-block;
    margin-right: 20px;
    font-family: Museo-500;
    font-size: 18px;
    color: #292929;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.slider-tab-list__item.active{
    border-bottom: 2px solid #147ba8;
}

.slider-tab-list__item:hover {
    border-bottom: 2px solid #147ba8;
}

.swiper-container.tools-slider {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tools-slider .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tools-slider-item {
    width: 100%;
    padding: 50px 0 0;
    min-height: 380px;
    background-image: url('/img/tools-slide-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tools-slider-next,
.tools-slider-prev {
    position: absolute;
    top: 40%;
    background-image: url('/img/tools-slide-arrow.jpg');
    height: 60px;
    width: 60px;
    z-index: 5;
    transition: 0.244s;
}

.tools-slider-next{
    right: -60px;
    transform: rotateZ(180deg);
}

.tools-slider-prev {
    left: -60px;
}

.tools-slider-next:hover,
.tools-slider-prev:hover{
    opacity: 0.8;
    cursor: pointer;
}

.tools-slider-item .img-container {
   text-align: right;
}

.tools-slider-item .img-container img {
    padding-right: 30px;
}

.tsd-title {
    font-family: Museo-700;
    font-size: 40px;
    color: #292828;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}

a.tsd-app {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #147ba8;
    width: auto;
    padding-left: 50px;
    background-image: url('/img/slide-apple.png');
    background-repeat: no-repeat;
    background-position: left 0px;
    margin-bottom: 15px;
}

a.tsd-app:hover {
    text-decoration: none;
    color: #222;
}


.tsd-sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #292828;
    margin-bottom: 15px;
}

.section-4 {
    background-image: url('/img/section-4-bg.jpg');
    min-height: 700px;
    position: relative;
}

.section-4__monitor {
    position: absolute;
    bottom: -40px;
    right: 19%;
}

.section-4__title {
    margin-top: 140px;
    font-family: Museo-500;
    font-size: 54px;
    color: #fff;
    margin-bottom: 70px;
}

.section-4__sub-title {
    font-family: Museo-500;
    color: #fff;
    font-size: 28px;
    width: 60%;
    margin-bottom: 80px;
}

a.index-orange {
    background-color: #ff9014;
    color: #fff;
    font-size: 16px;
    font-family: Museo-500;
    letter-spacing: 1px;
    padding: 15px 42px 14px;
    border-radius: 30px;
    transition: 0.244s;
}

a.index-orange:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

a.index-orange:active {
    opacity: 0.7;
}

.section-5 {
    padding: 60px 0 70px;
}

.section-5__title {
    font-family: Museo-500;
    font-size: 54px;
    color: #292828;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.reviews-slider-ix .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.reviews-slider-item {
    min-height: 370px;
}

.rsi-container-img {
    margin-bottom: 25px;
}

.rsi-container-img > img {
    max-width: 100%;
    transition: 0.244s;
}

.reviews-slider-ix .swiper-wrapper{
    padding-top: 5px;
}

.rsi-container-img > img:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transform: translateY(-5px);
}

.rti-name {
    font-family: Museo-500;
    font-size: 24px;
    color: #333;
}

.rti-prof {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
}

.reviews-slider-pagination-ix {
    position: static;
    text-align: center;
    margin-top: 10px;
}

.reviews-slider-pagination-ix2 {
    position: static;
    text-align: center;
    margin-top: 10px;
}

.tools-slider-pagination {
    position: static;
    text-align: center;
    margin-top: 35px;
}

.reviews-slider-pagination-ix .swiper-pagination-bullet,
.tools-slider-pagination .swiper-pagination-bullet,
.swiper3-pagination .swiper-pagination-bullet,
.success-controls-container .swiper-pagination-bullet {
    margin-right: 10px;
    height: 12px;
    width: 12px;
    border: 2px solid #147ba8;
    background-color: #fff;
    opacity: 1;
}

.reviews-slider-pagination-ix2 .swiper-pagination-bullet,
.tools-slider-pagination .swiper-pagination-bullet,
.swiper3-pagination .swiper-pagination-bullet,
.success-controls-container .swiper-pagination-bullet {
    margin-right: 10px;
    height: 12px;
    width: 12px;
    border: 2px solid #147ba8;
    background-color: #fff;
    opacity: 1;
}

.section-5 .btn-container {
    text-align: center;
    padding-top: 30px;
}
.reviews-slider-pagination-ix .swiper-pagination-bullet-active,
.tools-slider-pagination .swiper-pagination-bullet-active,
.swiper3-pagination .swiper-pagination-bullet-active,
.success-controls-container .swiper-pagination-bullet-active{
    background: #147ba8;
}

.reviews-slider-pagination-ix2 .swiper-pagination-bullet-active,
.tools-slider-pagination .swiper-pagination-bullet-active,
.swiper3-pagination .swiper-pagination-bullet-active,
.success-controls-container .swiper-pagination-bullet-active{
    background: #147ba8;
}

.tools-slider-container {
    position: relative;
    width: 65%;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.section-5__sub-title {
    font-family: Museo-500;
    font-size: 26px;
    color: #292828;
    margin-bottom: 30px;
}

.section-6 {
    padding: 120px 60px;
}

.section-6 .tabs-header {
    text-align: center;
    font-size: 0;
}

.section-6 .tabs-header .tab-header__tab {
    display: inline-block;
    font-size: 22px;
    font-family: Museo-500;
    border: 1px solid #147ba8;
    padding: 12px 34px;
    color: #147ba8;
    cursor: pointer;
    transition: 0.3s;
}

.section-6 .tabs-header .tab-header__tab.left-tab{
    border-radius: 40px 0 0 40px;
}

.section-6 .tabs-header .tab-header__tab.right-tab{
    border-radius: 0 40px 40px  0 ;
}

.section-6 .tabs-header .tab-header__tab.left-tab:hover,
.section-6 .tabs-header .tab-header__tab.right-tab:hover {
    background-color: #ff9014;
    border-color: #ff9014;
    color: #fff;
}

.section-6 .tabs-header .tab-header__tab.active {
    color: #fff;
    background-color: #147ba8;
    cursor: default;
}

.section-6 .tabs-header .tab-header__tab.left-tab.active:hover,
.section-6 .tabs-header .tab-header__tab.right-tab.active:hover {
    background-color: #147ba8;
    border-color: #147ba8;
}

.section-6 .tab-content {
    text-align: center;
    padding: 40px 0 0 0;
}

.section-6 .tab-content .tab-content__header {
    font-size: 36px;
    font-family: Museo-500;
    margin-bottom: 10px;
}

.section-6 .tab-content__one,
.section-6 .tab-content__two {
    display: none;
}

.section-6 .tab-content__one.active,
.section-6 .tab-content__two.active {
    display: block;
}

.section-6 .tab-content .tab-content__description {
    font-size: 18px;
    font-family: Museo-500;
    margin-bottom: 30px;
}

.section-7 {
    padding: 70px 0 50px;
    background-color: #f0f0f0;
}

.benefits-header {
    font-family: Museo-500;
    font-size: 60px;
    color: #292828;
    margin-bottom: 35px;
}

.benefits-item {
    text-align: center;
    margin-bottom: 50px;
}

.benefits-item .img-container {
    margin-bottom: 20px;
}

.benefits-item .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 7px;
}

.benefits-item .description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.benefits-item .sub-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #797979;
}

.section-8 {
    padding: 60px 0 90px;
    background-color: #667578;
}
.success-header {
    font-family: Museo-500;
    font-size: 60px;
    color: #fff;
    margin-bottom: 35px;
}

.success-slider-container {
    background-color: #fff;
    padding: 60px 60px 40px 60px;
}

.success-controls-container {
    margin-top: 40px;
    user-select: none;
}

.success-controls-container .swiper4-pagination,
.success-controls-container .swiper4-prev,
.success-controls-container .swiper4-next{
    position: static;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
}

.success-controls-container .swiper4-prev {
    opacity: 1;
    background-image: url('/img/ar1.png');
    background-size: contain;
    width: 18px;
    margin-right: 33px;
    user-select: none;
}

.success-controls-container .swiper4-next {
    opacity: 1;
    background-image: url('/img/ar1.png');
    background-size: contain;
    transform: rotateZ(180deg);
    width: 18px;
    margin-right: 25px;
    user-select: none;
}

.success-controls-container .swiper4-prev:hover,
.success-controls-container .swiper4-next:hover {
    opacity: 0.5;
}

.success-controls-container .swiper4-pagination {
    transform: translateY(-3px);
    margin-right: 25px;
}

.success-controls-container .swiper-pagination-bullet-active {
    background: #074e6d;
}

.success-controls-container .swiper-pagination-bullet {
   border-color: #074e6d;
}

.section-9 {
    background-image: url('/img/section-9-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 120px;
}

.section-9__header {
    font-family: Museo-500;
    font-size: 60px;
    color: #292828;
    margin-bottom: 90px;
    text-align: center;
}

.section-9-item {
    text-align: center;
}

.section-9-item .img-container {
    margin-bottom: 25px;
}

.section-9-item .img-container img {
    border-radius: 50%;
    transition: 0.3s;
}

.section-9-item .img-container img:hover {
    box-shadow: 0 0 10px rgba(0,0,0, 0.3);
    transform: translateY(-5px);
}

.section-9-item__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #424242;

}

.section-10__left-path {
    float: left;
    width: 50%;
    background-color: #074e6d;
    color: #fff;
    min-height: 480px;
}

.section-10__right-path {
    float: left;
    width: 50%;
    background-color: #1b272d;
    color: #fff;
    min-height: 480px;
}

.text-item {
    text-align: center;
    width: 44%;
}

.text-item.left-item {
    float: right;
    margin-right: 7%;
    margin-top: 60px;
}

.text-item.right-item {
    margin-left: 7%;
    margin-top: 60px;
}

.text-item .title {
    font-family: Museo-500;
    font-size: 52px;
}

.text-item.left-item .title {
    margin-bottom: 60px;
}

.text-item.left-item .sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 60px;
}

.text-item.left-item .last-box {
    font-family: Museo-500;
    font-size: 28px;
}

.text-item.right-item .sub-title{
    font-family: Museo-500;
    font-size: 28px;
    margin-bottom: 40px;
}

.text-item.right-item .list-title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.text-item.right-item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.text-item.right-item ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.text-item.right-item ul li span {
    display: inline-block;
    background-image: url('/img/white-point.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 7px;
    width: 7px;
    vertical-align: middle;
    margin-right: 7px;
}

.text-item.right-item .last-box {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.section-11 {
    min-height: 700px;
    background-image: url('/img/section-11-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    position: relative;
}

.section-11__inner-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.section-11__inner-box .btn-container a.btn.btn-primary {
    font-family: Museo-500;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    background-color: #147ba8;
    padding: 13px 42px 12px;
    border-radius: 30px;
    transition: 0.244s;
    margin-bottom: 60px;
}

.section-11__inner-box .btn-container a.btn.btn-primary:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section-11__inner-box .title {
    font-family: Museo-500;
    font-size: 60px;
    color: #fff;
}

.section-11__inner-box .sub-title {
    font-family: Museo-500;
    font-size: 22px;
    color: #fff;
    margin-bottom: 80px;
}

.section-11__inner-box .description {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.section-11__inner-box a.term-link {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ff9014;
    font-weight: 300;
    
    text-shadow: 2px 2px 4px black, 0 0 1em red;
}

.footer-ix {
    padding-top: 80px;
}

.top-footer-ix__title {
    font-family: Museo-500;
    font-size: 54px;
    color: #333;
    margin-bottom: 40px;
}

.bottom-footer-ix {
    background-color: #eeeeee;
    padding: 15px 0;
}

.bottom-footer-ix p {
    margin-bottom: 0;
    font-family: Museo-500;
    font-size: 14px;
    color: #959595;
}

.footer-nav-header {
    font-family: Museo-700;
    font-size: 18px;
    color: #111;
    margin-bottom: 5px;
}

ul.footer-navi {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

ul.footer-navi li a,
ul.footer-navi li {
    font-family: Museo-500;
    font-size: 16px;
    color: #333;
}

ul.footer-navi li a {
    margin-bottom: 3px;
}

.social-links-box {
    margin-bottom: 30px;
}

.social-links-box > a {
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.244s;
}

.social-links-box > a:hover {
    opacity: 0.8;
}

.social-links-box > a.foo-fb {
    background-image: url('/img/footer-fb-icon.png');
}

.social-links-box > a.foo-in {
    background-image: url('/img/footer-in-icon.png');
}

.social-links-box > a.foo-you {
    background-image: url('/img/footer-you-icon.png');
}

.logo-container {
    opacity: 0;
    transition: 0.5s;
}

.logo-container.mini-logo-show {
    opacity: 1;
}
/* Media */

@media (min-width: 768px) {
    .header > .navbar-nav {        
        padding-left: 90px;
    }
}

@media (min-width: 1280px) {
    .section-2__box-title {
        width: 70%;
    }

    .section-2__box-description {
        width: 60%;
    }

    .header > .navbar-nav {
        padding-top: 3px;
        padding-left: 150px;
    }

    .tsd-sub-title {
        width: 80%;
        text-align: center;
        margin: 0 auto 15px;
    }
}

@media (max-width: 1100px) {
    .section-1__btn-container {
        top: 56vh;
    }
}

@media (max-width: 1024px) {
    .section-1__title {
        font-size: 50px;
    }

    .header > .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .btns-container > a.index-primary {
        margin-right: 5px;
    }

    .tools-slider-item .img-container img {
        padding-right: 0;
    }

    a.tsd-app {
        padding-left: 45px;
        margin-left: -10px;
    }

    .tools-slider-container {
        width: 74%;
    }

    .section-4__title {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .section-4 {
        min-height: 450px;
    }

    .section-5 {
        padding: 30px 0 50px;
    }

    .section-6 {
        padding: 30px 0 0px;
    }

    .section-9 {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1001px){
    .nav-btns-container {
        padding-top: 10px;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .tools-slider-container{
        width: 100%;
    }

    .tools-slider-item .img-container {
        text-align: center;
        margin-bottom: 15px;
    }

    .tools-slider-next,
    .tools-slider-prev {
        display: none;
    }

    .tools-slider-item {
        min-height: 600px;
    }

    .section-3 {
        padding: 40px 0;
    }

    .video-container {
        display: none;
    }

    .section-1 {
        min-height: 800px;
    }

    .section-1__sub-title {
        top: 53vh;
    }

    .section-1__btn-container {
        top: 62vh;
    }
}

@media (min-width: 847px) and (max-width: 1001px) {
    .section-1__sub-title {
        top: 45vh;
    }
}

@media (max-width: 767px) {

    .navbar.navbar-default.navbar-fixed-top {
        background-color: #343434;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .navbar-brand {
        opacity: 1;
    }

    .feed-back__item--right.feed-back__item .img-container {
        float: none;
        margin-left: 10px;
    }

    .feed-back__item .img-container {
        float: none;
    }

    .btns-container.nav-btns-container {
        display: none;
    }

    .section-1__logo {
        padding-top: 110px;
        margin-bottom: 15px;
        position: static;
    }

    .section-1__logo img {
        max-width: 80%;
    }

    .section-1__title {
        font-size: 30px;
        margin-bottom: 30px;
        position: static;
    }

    .section-1__sub-title {
        font-size: 24px;
    }

    .section-1__btn-container > a.btn {
        font-size: 18px;
    }

    .section-2__box-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .sb-item__title {
        font-size: 18px;
    }

    .row.section__box-items:before,
    .row.section__box-items:after {
        display: none;
    }

    .section-2__box-description {
        font-size: 22px;
    }

    .tools-slider-container {
        width: 100%;
        margin-bottom: 25px;
    }

    .tools-slider-next,
    .tools-slider-prev {
        display: none;
    }

    .section-3__title {
        font-size: 40px;
    }

    .slider-tab-list{
        display: none;
    }

    .tools-slider-pagination{
        display: none;
    }

    a.index-orange {
        font-size: 14px;
    }

    .tools-slider-item .img-container {
        text-align: center;
        margin-bottom: 15px;
    }

    a.btn-tool-slider{
        font-size: 16px;
    }

    .tsd-title{
        font-size: 34px;
        margin-bottom: 15px;
    }

    a.tsd-app {
        margin-left: 0;
        width: auto;
    }

    .tools-slider-item {
        padding: 10px 0;
        min-height: 530px;
    }

    .tsd-sub-title {
        font-size: 20px;
    }

    .section-4__title {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 42px;
    }

    .section-4__sub-title {
        font-size: 24px;
        width: 100%;
        margin-bottom: 36px;
    }

    .section-1 {
        min-height: 1px;
        padding-bottom: 30px;
    }

    .section-5__title {
        font-size: 28px;
    }

    .section-6__title {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .section-7__title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .numeric-item__number {
        font-size: 36px;
    }

    .puls-line {
        display: none;
    }

    .section-8__title {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .section-8 {
        padding: 25px 0 30px;
    }

    .feed-back__item .img-container {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .fid-self-feed {
        font-size: 22px;
    }

    .section-9__title {
        font-size: 32px;
        margin-bottom: 16px;
        margin-top: 30px;
    }

    .section-9__sub-title {
        font-size: 42px;
        margin-bottom: 36px;
    }

    .section-9 {
        padding: 0 0 30px;
        min-height: 1px;
    }

    .top-footer-ix__title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .footer-ix {
        padding-top: 80px;
    }

    .feed-back__item--right.feed-back__item
    .feed-back__item--description {
        text-align: center;
    }

    .feed-back__item--description {
        text-align: center;
    }

    .feed-back__item--right.feed-back__item .img-container {
        margin-left: auto;
        margin-right: auto;
    }

    .video-container {
        display: none;
    }

    .section-1 {
        min-height: 560px;
    }

    .section-1__btn-container {
        position: static;
        margin-top: 30px;
    }

    .section-1__sub-title {
        position: static;
        margin-top: 20px;
    }

    .btns-container.nav-btns-container.mobile-btns-container {
        z-index: 10;
        float:none;
        display: block;
        text-align: center;
        width: 100%;
    }

    ul.dropdown-menu.modify-dropdown{
        padding-bottom: 15px;
    }
}

@media (max-width: 320px) {
    a.index-orange {
        font-size: 10px;
    }

    .section-1__btn-container {
        top: 82vh;
    }

    .section-1__sub-title {
        top: 63vh;
    }

    .section-1__logo {
        padding-top: 60px;
    }
}

@media (min-width: 1025px) and (max-width: 1201px) {
    .btns-container > a.index-primary {
        margin-right: 5px;
    }

    .header > .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .tools-slider-item .img-container img {
        padding-right: 0;
    }

    .tools-slider-container {
        width: 74%;
    }
}

@media (min-width: 768px) {
    .mobile-btns-container {
        display: none;
    }
}

@media (max-width: 1700px){
    .text-item {
        width: 60%;
    }

    .section-2-2__container {
        width: 50%;
    }

    .section-2-2__container.first-container {
        margin-top: 8%;
    }

    .section-2-2__container.second-container {
        margin-top: 8%;
    }
}

@media (max-width: 1500px) {
    .section-2-2__container {
        width: 70%;
    }
}

@media (max-width: 1400px) {
    .section-2-2__container {
        width: 70%;
    }

    .section-2-2__container.first-container {
        margin-top: 6%;
    }

    .section-2-2__container.second-container {
        margin-top: 6%;
    }
}

@media (max-width: 1200px) {
    .btns-container > a.index-primary {
        padding: 7px 16px 6px;
    }

    .btns-container > a.index-info {
        padding: 7px 16px 6px;
    }

    .text-item {
        width: 80%;
    }
}

@media (max-width: 1100px) {
    a.index-primary {
        padding: 7px 16px 6px;
    }

    a.index-info {
        padding: 7px 16px 6px;
    }

    .section-2-2__container {
        width: 80%;
    }

    .section-2-2__container.first-container {
        margin-top: 3%;
    }

    .section-2-2__container.second-container {
        margin-top: 4%;
    }

    .text-item {
        width: 88%;
    }

    .section-11 {
        min-height: 500px;
    }

    .section-9 {
        padding: 60px 0 80px;
    }

    .section-9__header {
        margin-bottom: 50px;
    }

    .section-2-1-header {
        font-size: 50px;
    }

    .section-2-3__container .title {
        font-size: 50px;
    }

    .section-2-4__header {
        font-size: 50px;
    }
}

@media (max-width: 1000px) {
    .container {
        width: 100%;
    }

    .section-2-2__container {
        width: 80%;
    }

    .tools-slider-item {
        min-height: 360px;
    }

    .section-6 {
        padding: 30px 0 50px;
    }
}

@media (max-width: 992px) {
    .section-2-2__container.first-container {
        padding: 40px 0 50px;
    }

    .section-2-2__container.second-container {
        padding: 40px 0 50px;
    }

    .success-slider-container {
        margin-bottom: 50px;
    }

    .section-2-3 {
        background-position: left center;
    }
}

@media (max-width: 900px) {
    .container {
        width: 100%;
    }

    .success-slider-container {
        margin-bottom: 50px;
    }

    .section-9-item {
        margin-bottom: 30px;
    }

    .benefits-item {
        min-height: 230px;
    }

    .section-2-2__container.first-container {
        padding: 40px 0 50px;
    }

    .section-2-2__container.second-container {
        padding: 40px 0 50px;
    }

    .tools-slider-item {
        padding-bottom: 30px;
        background: #f1f1f1;
    }

    .tools-slider{
       background: #f1f1f1;
    }
}

@media (max-width: 800px) {
    .container {
        width: 100%;
    }

    .section-2-3 {
        background-position: left center;
        height: 589px;
    }

    .section-10__left-path {
        width: 100%;
        min-height: 390px;
    }

    .section-10__right-path {
        width: 100%;
    }

    .text-item.left-item{
        margin: 0 auto;
        margin-top: 60px;
        float: none;
    }

    .text-item.right-item {
        margin: 0 auto;
        margin-top: 60px;
    }

    .section-9__header {
        font-size: 50px;
    }

    .section-3__title {
        font-size: 40px;
    }

    .section-2-4__header {
        font-size: 40px;
    }

    .section-2-1-header {
        font-size: 40px;
    }
}

@media (max-width: 700px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .section-2 .title {
        font-size: 28px;
    }

    .section-2 {
        padding: 30px 0 0;
    }

    .section-2 .description .sub-title3 {
        margin-bottom: 30px;
    }

    .section-2-1-header {
        font-size: 28px;
    }

    .section-2-1 {
        padding-top: 30px;
    }
    .swiper3-slide-container .numbers-container .number-divider,
    .swiper3-slide-container .numbers-container .number-divider2 {
        width: 40px;
    }

    .section-2-3__container .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .section-2-3 {
        padding: 30px 0;
        min-height: 1px;
    }

    .section-2-4__header {
        font-size: 28px;
    }

    .section-2-4 {
        padding: 30px 0;
    }

    .section-3__title {
        font-size: 28px;
    }

    .section-5__sub-title {
        font-size: 18px;
    }

    .section-6 .tabs-header .tab-header__tab.left-tab,
    .section-6 .tabs-header .tab-header__tab.right-tab {
        border-radius: 0;
    }

    .benefits-header {
        font-size: 40px;
    }

    .benefits-item {
       min-height: 1px;
    }

    .success-header {
        font-size: 40px;
    }

    .section-9__header {
        font-size: 40px;
    }

    .section-9 {
        padding: 30px 0;
    }

    .text-item.left-item .title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .text-item .title {
        font-size: 40px;
    }

    .text-item.right-item {
        margin-top: 45px;
    }

    .success-controls-container .swiper4-prev {
        margin-right: 10px;
    }

    .success-controls-container .swiper4-pagination {
        margin-right: 0px;
    }

    .success-slider-container {
        padding: 30px;
    }
}

@media (min-width: 767px) and (max-width: 800px) {
    .navbar-brand {
        padding-right: 0;
    }

    .navbar-brand img {
        width: 90%;
    }
}


.modal{
    z-index: 10000 !important;        
}



.main-site-wrapper{
    min-height: 100vh;
    position: relative;
}

.inner-wrapper{
    min-height: 100vh;
    height: 100%;
    position: relative;
}

.inner-wrapper > .main-container{
    padding-top: 70px;
    min-height: 100vh;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.modal-dialog {    
    margin: 130px auto;
    z-index: 99999;
}

#idLoginModal > .modal-dialog > .modal-content,
#idSignupModal > .modal-dialog > .modal-content
{
    background-image: url('/img/tools-slide-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   
}


#idLoginModal > .modal-dialog > .modal-content > .modal-header,
#idSignupModal > .modal-dialog > .modal-content > .modal-header
{
    border: 0px;     
}

#idLoginModal > .modal-dialog > .modal-content > .modal-footer,
#idSignupModal > .modal-dialog > .modal-content > .modal-footer
{
    padding-top:5px;
    border: 0px;     
}

@media (min-width: 768px){
    #idLoginModal > .modal-sm,
    #idSignupModal > .modal-sm
    {
        width: 390px;   
    }
}

button.index-primary {
    font-family: Museo-700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: #0e678f;
    border: 1px solid #0e678f;
    border-radius: 20px;
    padding: 7px 24px 6px;
    transition: 0.244s;
}
button.index-primary:hover,
button.index-info:hover{
    
    background-color: #ff9014;
    color: #0e678f;
    border: 1px solid #ff9014;
}

button.index-primary:active,
button.index-info:active {
    opacity: 0.7;
}

.modal-backdrop{
    z-index: 1000 !important;        
}

.modal{
    z-index: 10001 !important;        
}

.signup-logo{
    
    
    max-width: 450px;
    width: 90%;
    
}

@media (max-width: 600px){
    .about-logo-left{
        text-align: center;
        display: block;
    }
    .about-logo-right{
        display:none;
    }
}
@media (min-width: 600px){
    .about-logo-left{
        display: none;
    }
    .about-logo-right{
        display: block;
        float:right;
        padding: 0px 0px 10px 10px;
    }
}

.social-links-box > a.foo-wiki {
    background-image: url('/img/footer-wiki-icon.png');
}


.footer-ix .database-name {
    color: #a2a2a2;
    font-size: 10px;
    line-height: 10px;
}

