html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    color: #2F2E2E;
}

BODY {
    color: #2F2E2E;
    font-size: 14px;
    line-height: normal;
}
FORM{
    margin:0;
    padding:0;
    display:block;
}

H1,H2,H3,H4,H5,
STRONG {
    font-weight:normal;
    font-family: 'Open Sans', sans-serif;
}


A:focus,
:focus{
    outline-style:none;

}
a {cursor: pointer;}
P {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

A IMG {
    border:none;
    display:inline-block;
}

IMG {
    max-width:100%;
    display:inline-block;
    border: none;
}
* {box-sizing: border-box;}
.d-none {display: none;}

/************************************** style ***************************************/
.navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
    min-height: 58px;
    /*padding-bottom: 10px;*/
}
/*.navbar-header {
    min-height: 68px;
    width: 100%;
    margin: 0 !important;
}*/
.collapse.in .navbar-nav {
    /*margin: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 0;*/
}
/*.collapse.in .navbar-nav {
    padding: 20px 0;
    max-height: none;
    margin-bottom: 0;
}*/
.navbar-default .navbar-toggle {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    margin: -16px 14px -34px 0;
    overflow: hidden;
    transition: 0.3s;
    border: none;
    background: #f04f33;
    padding: 0;
    z-index: 50;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #f04f33;}
/*.navbar-default .navbar-toggle:hover .menu-btn {font-size: 3.5vw;}*/
.navbar-default .navbar-toggle .menu-btn {
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding: 54px 0;
    font-size: 20px;
    line-height: 22px;
    transition: 0.7s;
    width: 100%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #9749FF;
    display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border: none; max-height: none;}
.navbar-right {padding: 16px 0; margin: 0;}
.collapse.in {
    /*width: 100%;
    text-align: center;
    background: #fff;*/
}
.navbar-brand {
    padding: 12px;
    height: auto;
}
.navbar-brand img {width: 160px;}
.navbar-nav>li>a.login-btn, .top-row .col-sm-6 a.login-btn {
    font-size: 13px;
    transition: 0.4s;
    color: #9749FF;
    display: inline-block;
    margin: 0px 0 0 0;
    position: relative;
    background-color: transparent;
    border: solid 1px #9749ff;
    cursor: pointer;
    border-radius: 100px;
    height: 36px;
    padding: 8px 14px;
}
.navbar-nav>li>a.login-btn:hover, .top-row .col-sm-6 a.login-btn:hover {
    background-color: rgba(50, 50, 50, 1);
    border-color: transparent;
    text-decoration: none;
    color: #fff;
}
.fix-bg {padding-top: 146px;}
/*.fix-bg .container {max-width: 1000px;}*/
/* .row {
    background: #fafafa;
    padding: 80px 0;
}*/
.line-skin {
    width: 100%;
    float: left;
    position: relative;
}
.ta-left {text-align: left;}
.ta-right {text-align: right;}
.ta-center {text-align: center;}
.f-left {float: left;}
.f-right {float: right;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w30 {width: 30%;}
.txt-box-right h4 {padding-left: 40%;}
.hr {border-top: 1px solid rgba(160, 160, 159, 1); margin-bottom: 6px;}
.top-menu {
    background: #009cc9;
    height: 50px;
    padding: 16px 0;
    z-index: 100;
    position: relative;
}
form .jumbotron {display: inline-block;}
.top-menu a {
    color: #fff;
    font-weight: 600;
    margin: -6px 0 0 10px;
    width: 24px;
    height: 24px;
    float: none;
}
.top-menu a span.hvr-icon {
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 22px;
}
.navbar-right {
    margin-top: -16px;
    margin-bottom: -34px;
    padding: 0;
}
.navbar-right li {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    margin-left: 5px;
    /*overflow: hidden;*/
    transition: 0.3s;
}
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/*.hvr-icon-sink-away:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}*/
.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 14em;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
    display: none;
    opacity: 0;
    height: 0px;
    z-index: 9999;
    transition: 0.3s;
    top: 82%;
    position: absolute;
    right: 0;
}
.sub-menu li.menu-item {
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: auto;
    list-style: none;
}
.sub-menu li.menu-item a {
    padding: 14px 20px !important;
    text-align: left;
    border-radius: 0;
    transition: 0.3s;
}
.sub-menu li.menu-item a:hover {
    text-decoration: none;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 );
    color: #000 !important;
}
/*.navbar-right li:hover .hvr-icon, .navbar-right li:focus .hvr-icon, .navbar-right li:active .hvr-icon {
    -webkit-animation-name: none;
    animation-name: none;
}*/
.navbar-right li a {
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    /*padding: 45px 0;*/
    font-size: 14px;
    line-height: 22px;
    background: transparent;
    /*display: inline-block;*/
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.nav .hvr-hang .hvr-icon-float-away .hvr-icon {
    color: #fff;
    line-height: 20px;
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.nav .hvr-hang .hvr-icon-float-away:hover .hvr-icon {
    color: #000;
}
.nav .hvr-hang .hvr-rectangle-out:before, .nav .hvr-hang .hvr-rectangle-out.as:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.5+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
}
.hvr-hang:hover > ul {
    opacity: 1;
    display: block;
    height: auto;
}
.hvr-hang:hover .hvr-rectangle-out .hvr-icon, .hvr-hang:active .hvr-rectangle-out .hvr-icon, .hvr-hang:focus .hvr-rectangle-out .hvr-icon {
    color: #000;
}
.hvr-hang:hover .hvr-rectangle-out:before, .hvr-hang:active .hvr-rectangle-out:before, .hvr-hang:focus .hvr-rectangle-out:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.link-top:nth-child(1), .link-top:nth-child(1) ul, .link-top:nth-child(5), .link-top:nth-child(5) ul {background: #f04f33;}
.link-top:nth-child(2), .link-top:nth-child(2) ul, .link-top:nth-child(6), .link-top:nth-child(6) ul {background: #77a22f;}
.link-top:nth-child(3), .link-top:nth-child(3) ul, .link-top:nth-child(7), .link-top:nth-child(7) ul {background: #009cc9;}
.link-top:nth-child(4), .link-top:nth-child(4) ul, .link-top:nth-child(8), .link-top:nth-child(8) ul {background: #faa535;}
/*.link-top5 {background: #f04f33;}
.link-top6 {background: #77a22f;}*/
/*.navbar-right li.link-top1 a {padding: 45px 26px;}
.navbar-right li.link-top2 a {padding: 45px 18px;}
.navbar-right li.link-top3 a {padding: 45px 12px;}*/
.top-row {
    background: url(../img/top-girl.png);
    background-size: 140%;
    background-position: center 29%;
}
[class^="hvr-"] {
    margin: .4em;
    padding: 0;
    cursor: pointer;
    /*background: #ff0000;*/
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    text-align: center;
    float: left;
    /*font-family: 14px;*/
}
/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #aee0f0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes hvr-icon-float-away {
        33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: perspective(125px) rotate3d(1,  0,  0,  -180deg);
    }
    100% {
        opacity: 1;
        transform: perspective(125px) rotate3d(1,  0,  0,  0deg);
    }
}
@keyframes hvr-icon-float-away {
        33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: perspective(125px) rotate3d(1,  0,  0,  -180deg);
    }
    100% {
        opacity: 1;
        transform: perspective(125px) rotate3d(1,  0,  0,  0deg);
    }
}

@-webkit-keyframes hvr-icon-float-horizontal {
        33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: perspective(125px) rotate3d(0,  1,  0,  360deg);
    }
    100% {
        opacity: 1;
        transform: perspective(125px) rotate3d(0,  1,  0,  0deg);
    }
}
@keyframes hvr-icon-float-horizontal {
        33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: perspective(125px) rotate3d(0,  1,  0,  360deg);
    }
    100% {
        opacity: 1;
        transform: perspective(125px) rotate3d(0,  1,  0,  0deg);
    }
}
/* Icon Float Away */
.hvr-icon-float-away, .hvr-icon-float-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away .hvr-icon, .hvr-icon-float-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #009cc9;
    width: 100%;
    margin: 0;
    height: auto;
}
.hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.hvr-icon-float-horizontal:hover .hvr-icon, .hvr-icon-float-horizontal:focus .hvr-icon, .hvr-icon-float-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-float-horizontal;
    animation-name: hvr-icon-float-horizontal;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    color: #ffa535;
}
/* Hang
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .1s, 1s;
  animation-duration: .1s, 1s;
  -webkit-animation-delay: 1s, .1s;
  animation-delay: 0s, .1s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}*/
.top-row-box {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.5+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 60px;
    padding: 40px 40px;
}
.top-row-box .top-h4 {
    color: #f04f33;
    margin: 0;
}
.top-row-box .top-h1 {
    color: #009cc9;
    font-weight: 900;
    margin: 0;
    font-size: 2.3vw;
}
.top-row-box p {
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 2vw;
}
.top-row-btn {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.6) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 );
    display: inline-block;
    border: 2px solid #f04f33;
    /* float: right; */
    color: #f04f33;
    padding: 16px 40px;
    transition: 0.3s;
}
.top-row-btn:hover {
    background: #f04f33;
    color: #fff;
    text-decoration: none;
}
.top-row-box .ta-right {
    width: 100%;
    display: inline-block;
}
.trb-bottom {
    position: absolute;
    right: 0;
    top: 100%;
    margin: -14px 84px 0 0;
}
.trb-bottom span {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 8px;
}
.partners {
    margin: 0;
    padding: 30px 0;
    list-style: none;
}
.partners li {
    float: left;
    width: 25%;
    padding: 30px;
    list-style: none;
}
.partners li a {
    position: relative;
    float: left;
    width: 100%;
}
.partners li a img {
    width: 100%;
    position: relative;
    transition: 0.5s;
}
.partners li a > img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.partners li a:hover > img:last-child {
    opacity: 1;
}
.footer-form {
    background: #daf0f9;
    padding: 30px 0;
}
.copyright-line {padding: 50px 30px;}
.copyright-line p {
    margin: 0;
    font-size: 12px;
}
.btn-blue, .btn-blue:visited, .btn-blue:active {
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #009cc9;
    border: 1px solid #009cc9;
    padding: 22px 0px;
    height: 60px;
    width: 300px;
    transition: 0.3s;
    margin-bottom: 15px;
    text-align: center;
    background: transparent;
    font-size: 16px;
}
.btn-blue:hover {
    background: #aee0f0;
    /*color: #fff;*/
    text-decoration: none;
    color: #009cc9;
}
.footer-left .btn-box.d-none {display: block;}
.footer-right .btn-box.d-none {display: none;}
.btn-box, .contact-box, .logos-box {
    padding-top: 30px;
    border-top: 1px solid #dadada;
    padding-bottom: 20px;
}
.sub-box {
    background: #e5e5e5;
    padding: 40px;
}
.sub-box h4 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #009cc9;
}
.sub-box p {
    font-size: 22px;
    color: #2F2E2E;
    /*font-weight: 500;*/
    margin: 20px 0 30px;
    text-align: center;
    line-height: 30px;
}
.sub-box-form input {
    float: left;
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
    border: none;
    padding: 0 134px 0 20px;
}
.sub-box-form a {
    border: 2px solid #009cc9;
    color: #fff;
    padding: 16px 0px;
    transition: 0.3s;
    margin-bottom: 15px;
    width: 133px;
    text-align: center;
    background: #009cc9;
    position: absolute;
    right: 0;
}
.sub-box-form a:hover {
    text-decoration: none;
    background: #fff;
    color: #009cc9;
}
.sub-box-radio .inp-radio {
    position: absolute;
    left: 0;
    top: 0;
    margin: 2px 20px;
}
.sub-box-radio p {
    font-size: 11px;
    padding-left: 47px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: left;
    line-height: 20px;
}
.contact-box {padding: 0;}
.contact-box p {
    font-size: 20px;
    color: #2F2E2E;
    margin: 0;
    font-weight: 400;
    line-height: 33px;
}
.contact-box .btn-blue {margin: 15px 0;}
.social-box {
    padding: 20px 0 30px;
}
.social-box a {
    font-size: 40px;
    color: #009cc9;
    transition: 0.3s;
    margin: 0 10px 0 0;
}
.social-box a:hover {
    color: #000;
}
.logos-box a {
    float: left;
    width: 45%;
    margin-right: 5%;
}
.logos-box p {
    font-size: 11px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #000;
}
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-trim:before {
    content: '';
    position: absolute;
    border: white 3px dashed;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    border-radius: 100px;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}
/*.container>.navbar-header {box-shadow: 0 5px 20px #636363;}*/
.text-uppercase {
  text-transform: uppercase;
}

.header-separator {
    margin: 0 0 0 8px;
    color: #fff;
    border-right: solid 2px white;
}

.login-false {
    display: none !important;
}