@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.woff') format('woff'), url('../fonts/Muli-SemiBold.ttf') format('truetype'), url('../fonts/Muli-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muli-SemiBoldItalic';
    src: url('../fonts/Muli-SemiBoldItalic.eot');
    src: url('../fonts/Muli-SemiBoldItalic.woff') format('woff'), url('../fonts/Muli-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Muli-SemiBoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.woff') format('woff'), url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muli-Light';
    src: url('../fonts/Muli-Light.eot');
    src: url('../fonts/Muli-Light.woff') format('woff'), url('../fonts/Muli-Light.ttf') format('truetype'), url('../fonts/Muli-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.eot');
    src: url('../fonts/Muli-Regular.woff') format('woff'), url('../fonts/Muli-Regular.ttf') format('truetype'), url('../fonts/Muli-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Bold';
    src: url('../fonts/Futura Bold.eot');
    src: url('../fonts/Futura Bold.woff') format('woff'), url('../fonts/Futura Bold.ttf') format('truetype'), url('../fonts/Futura Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('../fonts/Muli-ExtraBold.eot');
    src: url('../fonts/Muli-ExtraBold.woff') format('woff'), url('../fonts/Muli-ExtraBold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura-book';
    src: url('../fonts/15943_futur2_2.eot');
    src: url('../fonts/15943_futur2_2.woff') format('woff'), url('../fonts/15943_futur2_2.ttf') format('truetype'), url('../fonts/15943_futur2_2.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea {
    overflow: hidden;
}
ol,
ul {
    list-style: none;
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
h2 {
    font-family: 'Futura Bold';
    font-size: 35px;
    line-height: 1.2em;
}
a {
    text-decoration: none;
    outline: none;
}
body {
    font-family: "Muli-Regular";
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
}
blockquote{
    font-style: italic;
    color: #0061af;
    border-left: 4px solid #0061af;
    padding-left: 20px;
    margin: 0 0 15px 40px;
}
blockquote p{ 
    padding-bottom: 0 !important;
}
img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
strong {
    font-family: "Muli-Bold";
}
strong.underline{
    position: relative;
    padding-bottom: 2px;
    border-bottom: 2px solid #0061af;
}
/*.home-page .main-section:nth-of-type(3) .row > div {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.home-page .main-section:nth-of-type(3) .row > div:nth-of-type(2) {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.home-page .main-section:nth-of-type(3) .row > div.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} */
.one-visit .ticker-slider-wrap,
.one-visit .news-slider,
.one-visit .video-slider{
  opacity: 0; 
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.one-visit .registr-sect, .one-visit .search-sec{
  opacity: 0; 
  -o-transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.one-visit .search-sec.on,
.one-visit .ticker-slider-wrap.on,
.one-visit .news-slider.on,
.one-visit .video-slider.on,
.one-visit .registr-sect.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.one-visit .empowering .row > div {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.one-visit .registr-sect .row > div{
   opacity: 0;
   -o-transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
}
/*.registr-sect .row > div:first-child{
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.registr-sect .row > div:last-child{
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}*/
.one-visit .registr-sect .row > div.on,
.one-visit .empowering .row > div.on {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.one-visit .empowering {
  overflow: hidden;
}
.one-visit .empowering .row > div {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.one-visit .empowering .row > div:nth-of-type(2) {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.one-visit .empowering .row > div:nth-of-type(2).on {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.one-visit.home-page .services .col-md-6 {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.one-visit.home-page .services .col-md-6:nth-of-type(2) {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.one-visit.home-page .services .col-md-6:nth-of-type(2).on {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.one-visit.home-page .services .col-md-6.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.one-visit.home-page .awards .col-lg-10 .row > div {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.one-visit.home-page .ratings2 .col-lg-10 .row > div{
  opacity: 0;
  -moz-transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.7s cubic-bezier(0.4, 0, 1, 1);
}
.one-visit.home-page .ratings2 .col-lg-10 .row > div.on,
.one-visit.home-page .awards .col-lg-10 .row > div.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.one-visit.home-page .super .item-super {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.one-visit.home-page .super .item-super.on {
  opacity: 1; 
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.one-visit .bot-super,
.one-visit.home-page .item-ratings {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.one-visit .bot-super.on,
.one-visit.home-page .item-ratings.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

}
.one-visit.home-page .rating-border .item-ratings.on{
    border: 1px solid #0061af;
}

.one-visit.home-page .get-touch {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.one-visit.home-page .get-touch.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.search-mobile input::-webkit-input-placeholder {
    font-family: "Muli-Regular";
    color: #ffffff;
}
.search-mobile input:-moz-placeholder {
    font-family: "Muli-Regular";
    color: #ffffff;
}
.search-mobile input::-moz-placeholder {
    font-family: "Muli-Regular";
    color: #ffffff;
}
.search-mobile input:-ms-input-placeholder {
    font-family: "Muli-Regular";
    color: #ffffff;
}
.form input::-webkit-input-placeholder {
    font-family: 'Muli-Regular';
    font-size: 20px;
    color: #000000;
}
.form input:-moz-placeholder {
    font-family: 'Muli-Regular';
    font-size: 20px;
    color: #000000;
}
.form input::-moz-placeholder {
    font-family: 'Muli-Regular';
    font-size: 20px;
    color: #000000;
}
.form input:-ms-input-placeholder {
    font-family: 'Muli-Regular';
    font-size: 20px;
    color: #000000;
}
.sign-form input::-webkit-input-placeholder {
    font-family: "Muli-Regular";
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}
.sign-form input:-moz-placeholder {
    font-family: "Muli-Regular";
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}
.sign-form input::-moz-placeholder {
    font-family: "Muli-Regular";
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}
.sign-form input:-ms-input-placeholder {
    font-family: "Muli-Regular";
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}
.trial-form input::-webkit-input-placeholder,
.contact-page .part-4 input::-webkit-input-placeholder {
    font-family: 'Muli-Regular';
    color: #a5a5a5;
}
.trial-form input:-moz-placeholder,
.contact-page .part-4 input:-moz-placeholder {
    font-family: 'Muli-Regular';
    color: #a5a5a5;
}
.trial-form input::-moz-placeholder,
.contact-page .part-4 input::-moz-placeholder {
    font-family: 'Muli-Regular';
    color: #a5a5a5;
}
.trial-form input:-ms-input-placeholder,
.contact-page .part-4 input:-ms-input-placeholder {
    font-family: 'Muli-Regular';
    color: #a5a5a5;
}
*:focus::-webkit-input-placeholder {
    color: transparent !important;
}
*:focus::-moz-placeholder {
    color: transparent !important;
}
*:focus:-moz-placeholder {
    color: transparent !important;
}
*:focus:-ms-input-placeholder {
    color: transparent !important;
}
.text-center {
    text-align: center;
}
span[property=itemListElement]{
    padding: 20px 0;
    position: relative;
    display: inline-block;
    min-width: 25px;
}
span[property=itemListElement] a{
    color: #0061af;
}
span[property=itemListElement] a:hover{
    color: #055696;
}
span[property=itemListElement] a.home {
    font-size: 0;
    position: absolute;
}
span[property=itemListElement] a.home:before{
    font-family: 'FontAwesome';
    content: "\f237";
    display: block;
    width: 20px;
    font-size: 24px;
    height: 20px;
   
}
.intro-par p{
    font-size: 22px !important;
    margin-bottom: 25px !important;
}
.intro-par h2{
    line-height: 1.8em !important;
}
.intro-par p strong.underline{
    border-bottom: 4px solid #0061af;
}
.top-nav-line .top-nav > li > a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.top-nav-line .top-nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -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;
}
.top-nav-line .top-nav > li > a:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}
.top-nav-line .top-nav > li > a:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sign-up-overlay {
    position: absolute;
    left: 0;
    top: 500px;
    z-index: 100;
}
.sign-up-overlay.chengepos {
    position: fixed;
    top: 40px;
}
.sign {
    position: relative;
    overflow: hidden;
    width: 25px;
    background-color: #0061af;
    z-index: 100;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
}
.sign .sign-ic .fa {
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -10px;
}
.sign.active {
    width: 180px;
}
.sign.active .sign-text {
    margin-left: 0;
}
.sign.active .sign-ic .fa { 
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.sign a {
    display: block;
}
.sign .sign-text {
    font-family: "Futura Bold";
    font-size: 16px;
    line-height: 20px;
    padding: 30px 25px 30px 15px;
    overflow: hidden;
    color: #ffffff;
    margin-left: -180px;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
}
.sign .sign-ic {
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #0061af;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.sign-wrap-form {
    background-color: #0061af;
    width: 330px;
    padding: 30px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    margin-left: -330px;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
}
.sign-wrap-form#popup-sign-form{
    position: relative;
    margin: 10px auto;
    display: none;
}
.sign-wrap-form#popup-sign-form .mfp-close {
    color: #fff;
}
.mfp-content .sign-wrap-form#popup-sign-form{
    display: block;
}
.sign-wrap-form.open {
    margin-left: 0;
}
.sign-wrap-form > .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.blog .sign-wrap-form h3 {
    margin-bottom: 15px;
}
.sign-wrap-form h3 {
    font-family: "Futura Bold";
    font-size: 22px;
    line-height: 1.22em;
}
.sign-wrap-form p {
    font-family: "Muli-Light";
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 25px 0;
}
.sign-wrap-form input {
    font-family: "Muli-Regular";
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    border-bottom: 2px solid #ffffff;
    background-color: #0061af;
    padding: 10px 0;
    margin-bottom: 10px;
}
.sign-wrap-form .button {
    font-family: "Muli-Regular";
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ffffff;
    padding: 7px;
    margin-top: 20px;
}
.blog .sign-wrap-form .learn-more-form{
    display: none;
}
.learn-more {
    padding: 10px;
    outline: none;
    border: 2px solid #0061af;
    line-height: 1.2em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.learn-more .fa {
    -moz-transition: transform 0.13s;
    -o-transition: transform 0.13s;
    -webkit-transition: transform 0.13s;
    -ms-transition: transform 0.13s;
    transition: transform 0.13s;
}
.learn-more:hover {
    color: #fff;
    background: #0061af;
}
.learn-more:hover .fa {
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
}
.learn-more:active {
    background: #0061af;
    color: #ffffff;
    outline: none;
}
.lavalamp-object {
    display: none;
    background-color: #0060ae;
    height: 4px !important;
    z-index: 10;
    top: 0;
    max-width: 100%;
    display: none !important;
}
.text-white,
a.text-white {
    color: #ffffff !important;
}
.text-white .fa,
a.text-white .fa {
    color: #ffffff !important;
}
.top-nav-line {
    background-color: #231f20;
    position: relative;
    z-index: 10;
}
.top-nav-line .menu-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: left;
    padding: 0;
    background-color: #252525;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.top-nav-line .menu-items > .sub-menu {
    opacity: 0;
    height: 0;
    visibility: hidden;
    display: table;
    width: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.top-nav-line .menu-items > .sub-menu > li {
    width: 25%;
    display: table-cell;
    padding-left: 50px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.top-nav-line .menu-items:last-child > .sub-menu > li {
    width: 20%;
}
.top-nav-line .menu-items > .sub-menu > li .fa {
    display: none;
}
.top-nav-line .menu-items > .sub-menu > li > ul {
    padding-top: 35px;
    margin-top: 15px;
    position: relative;
}
.top-nav-line .menu-items > .sub-menu > li > ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 1px;
    width: 40px;
    background-color: #ffffff;
}
.top-nav-line .menu-items > .sub-menu > li li {
    margin-bottom: 10px;
}
.top-nav-line .menu-items > .sub-menu > li span {
    font-family: 'Muli-Bold';
    font-size: 28px;
    min-height: 68px;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 8px;
    display: inline-block;
    color: #ffffff;
}
.top-nav-line .menu-items > .sub-menu > li a {
    font-family: "Muli-Light";
    font-size: 18px;
    line-height: 22px;
    padding: 0;
}
.top-nav-line .menu-item:nth-of-type(3) .menu-items > .sub-menu > li a:hover {
    font-family: "Muli-ExtraBold";
}
.top-nav-line .top-nav {
    text-align: right;
    overflow: hidden;
    max-height: 46px;
}
.top-nav-line .top-nav > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 46px;
}
.top-nav-line .top-nav > li a {
    font-family: 'Muli-SemiBold';
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding: 10px;
}
.top-nav-line .top-nav > li a > .fa {
    margin-left: 8px;
}
.top-nav-line .top-nav > li > a {
    padding: 15px 10px;
}
.top-nav-line .top-nav > li > a:before {
    background-color: #444041;
}
.top-nav-line .top-nav > li:hover .menu-items {
    visibility: visible;
    max-height: 500px;
    z-index: 100;
}
.top-nav-line .top-nav > li:hover .menu-items > .sub-menu {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.top-nav-line .top-nav > li:hover .menu-items > .sub-menu > li {
    padding: 45px 0 35px 50px;
    height: 100%;
}
.top-nav-line .top-nav > li:hover .menu-items > .sub-menu > li:nth-of-type(2) {
    background-color: #363636;
}
.top-nav-line .top-nav > li:hover .menu-items > .sub-menu > li:nth-of-type(3) {
    background-color: #464646;
}
.top-nav-line .top-nav > li:hover .menu-items > .sub-menu > li:nth-of-type(4) {
    background-color: #555555;
}
.top-nav-line .top-nav > li:hover .menu-items > .sub-menu > li:nth-of-type(5) {
    background-color: #636363;
}
.top-nav-line .top-nav > li:hover .menu-items > .sub-menu a {
    background-color: transparent;
}
.top-nav-line .top-nav > li:last-child .menu-items > .sub-menu > li {
    text-align: center;
    padding: 0;
}
.top-nav-line .top-nav > li:last-child:hover .menu-items > .sub-menu > li {
    padding: 120px 0;
}
.logo {
    overflow: hidden;
    max-width: 164px;
    float: left;
}
.logo a {
    display: block;
    font-size: 0;
    line-height: 0;
    font-family: "Muli-ExtraBold";
}
.logo a img {
    width: 165px;
    height: auto;
}
.menu-mobile {
    display: none;
}
.menu-main-wrap {
    padding: 8px 0;
    position: relative;
    z-index: 9;
}
.menu-main-wrap .menu-items {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    display: none;
    overflow: hidden;
    text-align: center;
    padding: 0;
    background-color: #f0f0f0;
    /*-moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;*/
}
.main-menu {
    float: right;
    margin-bottom: -8px;
    overflow: hidden;
    max-height: 64px;
    position: static;
}
.main-menu:hover .lavalamp-object {
    display: block !important;
}
.main-menu > li {
    display: inline-block;
    vertical-align: top;
    position: static;
}
.main-menu > li > a {
    font-family: 'Muli-SemiBold';
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: block;
    padding: 24px 15px;
}
.wrap-events{
    padding-bottom: 60px;
}
.item-up-events{
    margin-top: 30px;
}
.item-up-events p{
    font-family: 'Muli-SemiBold';
    font-size: 13px;
    line-height: 1.4em;
    color: #8d8d8d;
    text-transform: uppercase;
}
.item-up-events a{
    font-family: 'Muli-SemiBold';
    font-size: 18px;
    line-height: 1.2em;
    color: #0061af;
}
#back-to-top{
    position: fixed;
    right: 20px;
    bottom: 96px;
    width: 50px;
    height: 50px;
    border: 2px solid #0061af;
    color: #0061af;
    display: block;
    font-size: 30px;
    text-align: center;
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#back-to-top .fa{
    line-height: 1em;
}
#back-to-top.show{
    opacity: .6;
    visibility: visible;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}
#back-to-top.show:hover{
    opacity: 1;
}
.main-menu > li .menu-items .container > .sub-menu > li {
    width: 15.28%;
    vertical-align: top;
    display: inline-block;
    /*-moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;*/
}
.main-menu > li .menu-items .container > .sub-menu > li > a {
    font-family: 'Muli-SemiBold';
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: block;
    padding: 70px 5px 80px 5px;
    color: #000000;
    text-align: center;
    min-height: 277px;
    /*-moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          -ms-transition: 0.5s;
          transition: 0.5s;*/
}
.main-menu > li .menu-items .container > .sub-menu > li > a span:nth-of-type(1) {
    font-family: 'Muli-Light';
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin-top: 15px;
}
.main-menu > li .menu-items .container > .sub-menu > li > a span:nth-of-type(2) {
    font-family: 'Muli-Regular';
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 6px;
    border: 2px solid #0060ae;
    color: #0060ae;
    text-transform: uppercase;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-menu > li .menu-items .container > .sub-menu > li > a span:nth-of-type(2) .fa {
    margin-left: 6px;
}
.main-menu > li .menu-items .container > .sub-menu > li > a>i {
    display: block;
    position: absolute;
    left: 50%;
    top: 25px;
    height: 34px;
    width: 45px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-menu > li .menu-items .container > .sub-menu > li > a:after{
    content: "";
    display: none;
    position: absolute;
}
.main-menu > li .menu-items .container > .sub-menu > li > a:hover {
    background-color: #0060ae;
    color: #ffffff;
}
.main-menu > li .menu-items .container > .sub-menu > li > a:hover span:nth-of-type(2) {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}
/*.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(1) > a:hover:before {
    background-position: -45px top;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(2) > a:before {
    background-position: 0 -34px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(2) > a:hover:before {
    background-position: -45px -34px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(3) > a:before {
    background-position: 0 -68px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(3) > a:hover:before {
    background-position: -45px -68px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(4) > a:before {
    background-position: 0 -102px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(4) > a:hover:before {
    background-position: -45px -102px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(5) > a:before {
    background-position: 0 -136px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(5) > a:hover:before {
    background-position: -45px -136px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(6) > a:before {
    background-position: 0 -170px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(6) > a:hover:before {
    background-position: -45px -170px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(7) > a:before {
    background-position: 0 -204px;
}
.main-menu > li .menu-items .container > .sub-menu > li:nth-of-type(7) > a:hover:before {
    background-position: -45px -204px;
} */
.main-menu > li:hover {
    /*.menu-items{
        //visibility: visible;
        //max-height: 500px;

        .sub-menu{
          height: 100%;
          opacity: 1;
          visibility: visible;

          &>li{
            -moz-transform: translateY(0) !important;
            -o-transform: translateY(0) !important;
            -ms-transform: translateY(0) !important;
            -webkit-transform: translateY(0) !important;
          }

          a{
            background-color: transparent;
          }
        }
      }*/
}
.main-menu > li:hover > a {
    background-color: #f0f0f0;
    color: #0060ae;
}
.top-slider {
    overflow: hidden;
    position: relative;
}
.top-slider .owl-stage {
    overflow: hidden;
}
.top-slider .owl-item {
    float: left;
}
.top-slider .owl-prev,
.top-slider .owl-next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.top-slider .owl-prev.disabled,
.top-slider .owl-next.disabled {
    display: none;
}
.top-slider .owl-prev:before,
.top-slider .owl-next:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 45px;
    line-height: 45px;
    content: "\f182";
    color: #262929;
}
.top-slider .owl-prev {
    left: 10px;
}
.top-slider .owl-prev:before {
    content: "\f181";
}
.top-slider .owl-next {
    right: 10px;
}
.item-top-slider {
    position: relative;
    padding-bottom: 40px;
    max-height: 600px;
}
.item-top-slider > img {
    width: 100%;
    max-height: 560px;
}
.item-top-slider .sl-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.item-top-slider .sl-content .container {
    position: relative;
    height: 100%;
    padding-top: 10%;
}
.item-top-slider .sl-content h2 {
    max-width: 710px;
}
.item-top-slider .sl-content .sl-text {
    z-index: 2;
    position: relative;
}
.item-top-slider .sl-content .sl-text a {
    font-family: "Muli-Light";
    font-size: 22px;
    display: inline-block;
    margin-top: 30px;
}
.item-top-slider .sl-content .sl-text a .fa {
    margin-left: 20px;
}
.item-top-slider .sl-content .sl-text.text-white a {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.item-top-slider .sl-content .sl-text.text-white a:hover{
    color: #000;
    background: #fff;
}
.item-top-slider .sl-content .sl-text.text-white a:hover .fa{ color: #000 !important;}
.item-top-slider .right-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.item-top-slider .scroll-dwn {
    position: absolute;
    bottom: 75px;
    left: 50%;
    z-index: 3;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.pl-0 {
    padding-left: 0;
}
.bg-l-grey {
    background-color: #f7f7f7;
}
.bg-black {
    background-color: #000000;
}
.wrap-banner{
   overflow: hidden;
}
.banner-top.irate-log-ban .container img{
    float: right;
    margin: 20px 300px 0 0;
}
.banner-top.irate-log-ban > img {
    height: 90%;
    position: absolute;
    max-height: none;
}
.banner-top.irate-log-ban .ban-top-text {
    position: relative;
}
.banner-top.irate-log-ban .ban-top-text .container {
    padding: 4.5% 15px;
}
.banner-top {
    position: relative;
    padding-bottom: 2.96%;
    min-height: 260px;
    overflow: hidden;
}
.banner-top > img {
    width: 100%;
    max-height: 450px;
}
.banner-top .right-img-ban {
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 100%;
    text-align: right;
    width: 100%;
    z-index: 1;
}
.banner-top .right-img-ban img {
    max-height: 100%;
    width: auto;
}
.banner-top .ban-top-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-top .ban-top-text .container {
    height: 100%;
    padding: 5% 15px;
    position: relative;
}

.banner-top .ban-top-text h1 {
    font-family: "Futura Bold";
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.banner-top .ban-top-text h1 span {
    font-family: "Muli-Regular";
    font-size: 22px;
}
.banner-top .ban-top-text p {
    font-family: "Muli-Regular";
    font-size: 22px;
    line-height: 1.38em;
    padding-bottom: 10px;
    max-width: 555px;
    position: relative;
    z-index: 2;
}
.banner-top .ban-top-text p span {
    font-family: "Muli-Bold";
}
.banner {
    position: relative;
    padding-top: 33%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner img {
    width: 100%;
}
.banner .ban-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5% 0;
}
.banner .ban-text h1 {
    font-family: "Futura Bold";
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 20px;
    max-width: 70%;
}
.banner .ban-text h1 span {
    font-family: "Muli-Regular";
    font-size: 22px;
}
.banner .ban-text p {
    font-family: "Muli-Regular";
    font-size: 22px;
    line-height: 1.38em;
    padding-bottom: 10px;
    max-width: 555px;
}
.banner .ban-text p span {
    font-family: "Muli-Bold";
}
.socials-info-new {
    padding: 33px 0;
    text-align: right;
}
.socials-info-new a {
    display: inline-block;
    font-size: 35px;
    line-height: 1em;
    color: #0061af;
}
.socials {
    text-align: right;
}
.socials a {
    display: inline-block;
    font-size: 35px;
    line-height: 1em;
    color: #ffffff;
}
.socials-info-new {
    padding: 20px 0;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.socials-info-new p {
    font-family: "Futura Bold";
    font-size: 14px !important;
    color: #0061af;
    padding: 0 !important;
}
.socials-info-new a {
    font-size: 35px;
    margin-top: 20px;
}
.filter {
    margin: 0 0 40px 0;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.filter .search-news-in {
    position: relative;
    max-width: 680px;
    margin: 0 auto 20px auto;
}
.filter .search-news-in input[type="text"] {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    height: 40px;
    padding: 0 50px 0 15px;
    width: 100%;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.filter .search-news-in .btn-search {
    font-size: 26px;
    line-height: 1em;
    position: absolute;
    background: transparent;
    right: 15px;
    top: 8px;
    color: #0061af;
}
.filter p,
.filter a {
    display: inline-block;
    vertical-align: middle;
}
.filter p {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.2em;
    margin-right: 60px;
    margin-top: 7px;
}
.filter .sort-item {
    position: relative;
    margin-right: 60px;
    margin-top: 7px;
    vertical-align: middle;
    display: inline-block;
    font-family: "Muli-SemiBold";
    font-size: 18px;
    line-height: 1em;
    color: #0061af;
    background-color: transparent;
}
.filter .sort-item.open .fa:before {
    content: "\f113";
}
.filter .sort-item button {
    text-align: left;
    padding-right: 30px;
    width: 100%;
    display: block;
    cursor: pointer;
    background-color: transparent;
}
.filter .sort-item .fa {
    position: absolute;
    right: 0;
    bottom: 50%;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.filter .sort-item .fa:before {
    font-family: "FontAwesome";
    content: "\f110";
    font-size: 18px;
    line-height: 1em;
    color: #0061af;
    text-align: center;
}
.filter .sort-item .dropdown-menu {
    margin-top: 10px;
}
.filter .sort-item .dropdown-menu a {
    font-family: "Muli-Regular";
    padding: 5px 20px;
    display: block;
    font-size: 16px;
    color: #888989;
}
.author-img {
    float: left;
    background: #fff;
    margin-top: -9px;
}
.author-img img {
    max-height: 129px;
}
.wrap-info-new {
    vertical-align: bottom;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    margin: 60px 0 0 0;
}
.info-new {
    padding: 15px 20px;
}
.info-new p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.1em;
    padding-left: 20px;
    margin-right: 15px;
}
.info-new p span {
    font-family: "Futura Bold";
    color: #0061af;
    margin-right: 10px;
}
.content-new {
    padding-bottom: 50px;
    margin-top: 45px;
    position: relative;
}
.content-new li{
    list-style: circle inside;
	font-size:18px;
}
.content-new ul{
    margin-bottom: 25px;
}
.content-new h2 {
    font-size: 20px;
    margin: 5px 0 15px 0;
}
.content-new p {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 1.8em;
}
.content-new .quote {
    font-family: 'Muli-SemiBoldItalic';
    margin: 5px 0 20px 30px;
    padding: 0 0 0 20px;
    border-left: 5px solid #7fb0d7;
}
.content-new .new-end {
    margin: 40px 0 55px 0;
}
.content-new .new-end p {
    font-family: "Muli-Bold";
    text-transform: uppercase;
}
.content-new .more-info {
    padding: 25px;
    background-color: #ebebeb;
    display: inline-block;
    overflow: hidden;
}
.content-new .more-info h4 {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.25em;
    width: 40%;
    float: left;
}
.content-new .more-info p,
.content-new .more-info a {
    font-size: 18px;
    color: #000000;
}
.content-new .more-info p {
    float: right;
    line-height: 1.67em;
    width: 60%;
}
.content-new .more-info a:hover {
    text-decoration: underline;
}
.news-item {
    border: 1px solid #d7d7d7;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 25px;
}
.news-item  .play-button {
    top: auto;
    bottom: 10px;
    opacity: .7;
    width: 50px !important;
    margin-top: 0;
    left: auto;
    right: 10px;
    margin-left: 0;
}
.news-item:hover .play-button { 
    opacity: 1;
}
.news-item .popup-youtube.top-link {
    position: relative;
    float: none !important; 
    display: block;
}
.news-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-box-shadow: 0px 1px 0px 0px #d7d7d7;
    -moz-box-shadow: 0px 1px 0px 0px #d7d7d7;
    box-shadow: 0px 1px 0px 0px #d7d7d7;
}
.news-item:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.news-item h2 {
    font-size: 18px;
    line-height: 1.33em;
    padding: 15px 20px 5px 20px;
}
.news-item p {
    font-size: 17px;
    line-height: 1.529em;
    padding: 5px 20px 0 20px;
}
.news-item span.news-date {
    font-family: "Muli-Light";
    position: absolute;
    left: 15px;
    bottom: 25px;
    color: #908e8e;
}
.news-item a.learn-more {
    font-family: "futura-book";
    font-size: 17px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px 10px;
}
.bot-news {
    padding: 50px 0;
    margin-top: 35px;
    border-top: 2px solid #cccccc;
}
.bot-news > h2 {
    margin-bottom: 50px;
}
.wrap-paginat {
    padding: 30px 0;
    margin-top: 15px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
.pagination {
    text-align: center;
    max-width: 555px;
    margin: 0 auto;
}
.pagination a, .pagination span {
    font-family: "Muli-Regular";
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 9px;
    margin: 0 2px;
    color: #0061af;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #0061af;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.pagination a.current, .pagination span.current {
    color: #ffffff;
    background: #0061af;
}
.pagination a .fa {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
.pagination a:hover {
    color: #ffffff;
    background: #0061af;
}
.pagination a:first-child {
    border: none;
    float: left;
}
.pagination a:first-child:hover .fa {
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
}
.pagination a:last-child {
    border: none;
    float: right;
}
.pagination a:last-child:hover .fa {
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
}
.main-section {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.main-section h2{
   line-height: 1.8em;
}
.main-section h2.comming-events{
    line-height: normal;
    margin-top: 5px;
}
.main-section p {
    font-family: 'Muli-Regular';
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.main-section a {
    font-family: 'futura-book';
    font-size: 22px;
    color: #0061af;
    margin-top: 20px;
    display: inline-block;
}
.main-section a .fa {
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.search-sec {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 206, 209, 1)), color-stop(100%, rgba(205, 206, 209, 0)));
    background: -webkit-linear-gradient(top, rgba(205, 206, 209, 1) 0%, rgba(205, 206, 209, 0) 100%);
    background: -o-linear-gradient(top, rgba(205, 206, 209, 1) 0%, rgba(205, 206, 209, 0) 100%);
    background: -ms-linear-gradient(top, rgba(205, 206, 209, 1) 0%, rgba(205, 206, 209, 0) 100%);
    background: linear-gradient(to top, rgba(205, 206, 209, 1) 0%, rgba(205, 206, 209, 0) 100%);
}
.head-sect{
    padding: 54px 0;
    text-align: center;
}
.home-page .main-section.search-sec{
    padding-bottom: 60px;
}
.search {
    position: relative;
    max-width: 680px;
    margin: 45px auto 0 auto;
}
.search input[type="text"] {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    height: 80px;
    padding: 0 60px 0 70px;
    width: 100%;
    border: 1px solid #a6a6a6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.search .btn-search {
    font-size: 46px;
    line-height: 1em;
    position: absolute;
    background: 0 0;
    right: 35px;
    top: 18px;
    color: #0061af;
}
.suggested-seaches {
    max-width: 680px;
    text-align: left;
    margin: 30px auto 0 auto;
}
.suggested-seaches p {
    font-family: "Muli-Light";
    font-size: 20px;
    text-align: center;
}
.suggested-seaches p a {
    font-family: "Muli-Bold";
    font-size: 18px;
    color: #0061af;
    margin: 0 50px 0 0;
}
.suggested-seaches p a:nth-of-type(1) {
    margin-left: 50px;
}
.suggested-seaches p a:last-child {
    margin-right: 0;
}
a.scroll-dwn {
    font-family: 'futura-book';
    font-size: 20px;
    line-height: 22px;
    position: relative;
    color: #0061af;
    display: inline-block;
}
a.scroll-dwn .fa {
    top: auto;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -9px;
    font-size: 20px;
    color: #0061af;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
a.scroll-dwn:hover .fa {
    bottom: -22px;
}
div.main-section.ticker-slider-wrap {
    padding: 50px 0;
}
.ticker-slider {
    overflow: hidden;
    position: relative;
}
.ticker-slider .ticker-sl-item p{
    font-family: 'Muli-Light';
    font-size: 18px;
    line-height: 1.2em;
}
.ticker-slider .ticker-sl-item .col-md-2 p {
    font-family: 'Futura Bold';
    font-size: 20px;
}
.ticker-slider .ticker-sl-item a {
    font-family: 'futura-book';
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
}
.ticker-slider .ticker-sl-item a:active {
    color: #fff;
}
.ticker-slider .ticker-sl-item a .fa {
    font-size: 24px;
}
.ticker-slider .owl-item {
    float: left;
}
.ticker-slider .owl-nav.disabled {
    display: none;
}
.ticker-slider .owl-dots {
    text-align: center;
    clear: both;
    line-height: 14px;
}
.ticker-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #0061af;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.ticker-slider .owl-dots .owl-dot.active {
    background: #0061af;
}
.news-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 65px;
}
.news-slider .owl-stage-outer{
    overflow: hidden;
}
.news-slider .owl-stage {
    margin: 0 auto;
    overflow: hidden;
}
.news-slider .news-sl-item {
    position: relative;
    max-height: 350px;
}
.news-slider .news-sl-item h3 {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.45em;
}
.news-slider .news-sl-item img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.news-slider .news-sl-item .new-sl-capt,
.news-slider .news-sl-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
}
.news-slider .news-sl-item .new-sl-capt a,
.news-slider .news-sl-item .overlay a {
    font-family: "futura-book";
    font-size: 20px;
    color: #0061af;
    position: absolute;
    right: 30px;
    bottom: 29px;
    padding: 0;
    box-shadow:none;
    border: none;
    background: transparent;
}
.news-slider .news-sl-item .new-sl-capt a:hover,
.news-slider .news-sl-item .overlay a:hover {
    text-decoration: underline;
}
.news-slider .news-sl-item .overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    overflow: hidden;
}
.news-slider .news-sl-item .overlay p {
    color: #ffffff;
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    opacity: 0;
}
.news-slider .news-sl-item .overlay p {
    font-family: "Muli-Regular";
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 90px;
}
.news-slider .news-sl-item:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.news-slider .news-sl-item:hover h3 {
    color: #ffffff;
    z-index: 10;
    position: relative;
    -moz-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    -webkit-transition: 0.3s 0.2s;
    -ms-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}
.news-slider .news-sl-item:hover a {
    color: #ffffff;
    z-index: 10;
    -moz-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    -webkit-transition: 0.3s 0.2s;
    -ms-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}
.news-slider .news-sl-item:hover .overlay {
    opacity: 1;
    -moz-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    -webkit-transition: 0.3s 0.2s;
    -ms-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}
.news-slider .news-sl-item:hover .overlay p {
    color: #ffffff;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    -moz-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    -webkit-transition: 0.3s 0.2s;
    -ms-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}
.news-slider .owl-prev {
    left: 10px;
}
.news-slider .owl-next {
    right: 10px;
}
.video-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 65px;
}
.video-slider .owl-stage-outer {
    overflow: hidden;
}
.video-slider .owl-stage {
    margin: 0 auto;
    overflow: hidden;
}
.video-slider .video-sl-item {
    position: relative;
}
.video-slider .owl-item+.owl-item{
    border-left: 1px solid #f7f7f7;
}
.news-slider .owl-item+.owl-item{
    border-left: 1px solid #f7f7f7;
}
.video-slider .video-sl-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
}
.video-slider .video-sl-item:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.video-slider .video-sl-item > h3 {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.45em;
    position: absolute;
    left: 30px;
    padding-right: 30px;
    bottom: 29px;
    color: #ffffff;
    z-index: 2;
}
.video-slider .video-sl-item .overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    padding-top: 10%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-slider .video-sl-item .overlay p {
    font-family: "Muli-Regular";
    font-size: 18px;
    line-height: 1.6em;
    padding-top: 10%;
    color: #ffffff;
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    opacity: 0;
}
.video-slider .video-sl-item:hover .overlay {
    opacity: 1;
    -moz-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    -webkit-transition: 0.3s 0.2s;
    -ms-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}
.video-slider .video-sl-item:hover .overlay p {
    color: #ffffff;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    -moz-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    -webkit-transition: 0.3s 0.2s;
    -ms-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}
.video-slider .video-sl-item:hover .overlay p {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.video-slider .owl-prev, .last-news-slider .owl-prev{
    left: 10px;
}
.video-slider .owl-next, .last-news-slider .owl-next{
    right: 10px;
}
.container.last-news-slider{
    padding: 0px 45px;
}
.last-news-slider .owl-stage-outer{
    overflow: hidden;
}
.owl-prev.disabled,
.owl-next.disabled {
    display: none;
}
.owl-item {
    float: left;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-prev:before,
.owl-next:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 45px;
    line-height: 45px;
    content: "\f182";
    color: #262929;
}
.owl-prev:before {
    content: "\f181";
}
.registr-sect {
    padding: 50px 0 !important;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(212, 213, 215, 0.8)), color-stop(80%, rgba(212, 213, 215, 0.2)));
    background: -webkit-linear-gradient(top, rgba(212, 213, 215, 0.8) 0%, rgba(212, 213, 215, 0.2) 80%);
    background: -o-linear-gradient(top, rgba(212, 213, 215, 0.8) 0%, rgba(212, 213, 215, 0.2) 80%);
    background: -ms-linear-gradient(top, rgba(212, 213, 215, 0.8) 0%, rgba(212, 213, 215, 0.2) 80%);
    background: linear-gradient(to top, rgba(212, 213, 215, 0.8) 0%, rgba(212, 213, 215, 0.2) 80%);
}
.events-sect:nth-of-type(even){
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d8d9), color-stop(80%, #e5e5e5));
    background: -webkit-linear-gradient(top, #d6d8d9 0%, #e5e5e5 80%);
    background: -o-linear-gradient(top, #d6d8d9 0%, #e5e5e5 80%);
    background: -ms-linear-gradient(top, #d6d8d9 0%, #e5e5e5 80%);
    background: linear-gradient(to top, #d6d8d9 0%, #e5e5e5 80%);
}
.events-sect:nth-of-type(odd) .col-md-6:nth-of-type(2){
   text-align: right;
}
.events-sect h2 {
    margin-bottom: 55px;
}
.registr-sect h2{
    margin-bottom: 30px;
}
.registr-sect h2:nth-of-type(1){
    margin-bottom: 0;
    font-size: 25px;
}
.main-section.registr-sect a.learn-more{
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.3em;
}
.main-section.registr-sect .last-news-sl-item .col-md-6 a.learn-more:last-child{
    margin-top: 5px;
}
.main-section.registr-sect p{
    margin-bottom: 0;
}
.symp-registr p{
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.38em;
}
.symp-registr span {
    font-family: "Muli-Bold";
}
.symp-registr tr td {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.38em;
    vertical-align: top;
    padding: 0 15px 20px 0;
}
.symp-registr tr td:first-child {
    font-family: "Futura Bold";
    width: 15%;
}
.empowering {
    padding-top: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 206, 209, .2)), color-stop(100%, #cdced1));
    background: -webkit-linear-gradient(to top, rgba(205, 206, 209, .2) 0%, #cdced1 100%);
    background: -o-linear-gradient(top, rgba(205, 206, 209, .2) 0%, #cdced1 100%);
    background: -ms-linear-gradient(top, rgba(205, 206, 209, .2) 0%, #cdced1 100%);
    background: linear-gradient(to top, rgba(205, 206, 209, .2) 0%, #cdced1 100%);
}
.empowering h2 {
    padding: 0 60px;
    margin: 100px 0 40px 0;
}
.empowering p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.59em;
    margin-top: 15px;
    position: relative;
    padding: 0 60px;
}
.empowering .col-md-8 p:last-child{
    padding-bottom: 55px;
}
.empowering p span {
    font-size: 300px;
    color: #0061af;
    line-height: 1;
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
}
.empowering p span:first-child {
    top: -74px;
    left: -55px;
}
.empowering p span:last-child {
    bottom: 10px;
    right: 0;
}
.super,
.ratings {
    text-align: center;
}
.super h2,
.ratings h2 {
    text-align: center;
}
.item-super .hover-img{
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.consulting-page .item-super .hover-img .hover-img-item{
    height: 51px;
    top: 9px;
}
.consulting-page .item-super:hover .hover-img .hover-img-item{
  background-position: center -51px;
}
.research-page .item-super .hover-img .hover-img-item{
    height: 42px;
    top: 12px;
}
.research-page .item-super:hover .hover-img .hover-img-item{
  background-position: center -42px;
}
.partner .item-super .hover-img .hover-img-item{
    height: 42px;
    top: 12px;
}
.partner .item-super:hover .hover-img .hover-img-item{
  background-position: center -42px;
}
.item-super .hover-img .hover-img-item{
    position: absolute;
    height: 38px;
    width: 100%;
    left:0;
    top: 13px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
}
.item-super:hover .hover-img{
  background: #000;
}
.item-super:hover .hover-img .hover-img-item{
  background-position: center -38px;
}
.item-super,
.item-ratings {
    text-align: center;
    padding: 55px 0;
    border-bottom: 1px solid #cccccc;
}
.item-super h3,
.item-ratings h3 {
    font-family: 'Futura Bold';
    font-size: 22px;
    line-height: 1.27em;
    margin: 35px 0 0 0;
    color: #000000;
}
.home-page .item-super h3 p{
    font-family: 'Futura Bold';
    color: #0061af;
}
.item-super h3{
  margin: 20px 0 0 0;
}
.ratings {
    background: -moz-linear-gradient(90deg, rgba(234, 234, 235, 0) 0%, #eaeaeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 235, 0)), color-stop(100%, #eaeaeb));
    background: -webkit-linear-gradient(90deg, rgba(234, 234, 235, 0) 0%, #eaeaeb 100%);
    background: -o-linear-gradient(90deg, rgba(234, 234, 235, 0) 0%, #eaeaeb 100%);
    background: -ms-linear-gradient(90deg, rgba(234, 234, 235, 0) 0%, #eaeaeb 100%);
    background: linear-gradient(0deg, rgba(234, 234, 235, 0) 0%, #eaeaeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#eaeaeb', GradientType=0);
}
.ratings .access-free{
    cursor: pointer;
    display: inline-block;
    line-height: 1.2em;
    margin-top: 30px;
}
.ratings .access-free .fa {
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.home-page .main-section.ratings {
    padding: 120px 0 55px 0;
}
.home-page .main-section.ratings p{
    font-family: 'Muli-Light';
    font-size: 20px;
}
.ratings h2 {
    margin-bottom: 25px;
}
.item-ratings {
    border: none;
    background: #fff;
    padding: 40px 25px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.item-ratings a {
    margin: 0;
    outline: none;
}
.item-ratings .wrap-img {
    display: inline-block;
    position: relative;
}
.item-ratings img:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.item-ratings p {
    color: #000000;
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.38em;
    margin-top: 15px;
}
.item-ratings span {
    font-size: 18px;
    font-family: 'futura-book';
    color: #0061af;
    margin-top: 20px;
    display: inline-block;
}
.item-ratings span .fa {
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.item-ratings h3,
.item-ratings p,
.item-ratings span,
.item-ratings img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.item-ratings:hover {
    background-color: #0061af;
}
.item-ratings:hover img:nth-of-type(1) {
    opacity: 0;
}
.item-ratings:hover img:nth-of-type(2) {
    opacity: 1;
}
.item-ratings:hover h3,
.item-ratings:hover span,
.item-ratings:hover p {
    color: #ffffff;
}
.research-sol {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccbcc), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #cccbcc 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #cccbcc 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #cccbcc 0%, #f2f2f2 100%);
    background: linear-gradient(to top, #cccbcc 0%, #f2f2f2 100%);
}
.research-sol h2 {
    margin-bottom: 30px;
}
.item-research {
    text-align: center;
    padding: 40px;
    background-color: #ffffff;
    border-bottom: 10px solid #0061af;
    border-top: 10px solid #0061af;
    margin-top: 30px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.item-research svg{
    max-height: 59px;
}  
.item-research h3 {
    font-family: "Futura Bold";
    font-size: 22px;
    line-height: 1.3em;
    margin: 40px 0 30px 0;
}
.rating-item {
    padding: 60px 0;
}
.rating-item + .rating-item {
    border-top: 2px solid #cccccc;
}
.rating-item p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.5em;
    margin: 20px 0 0 0;
}
.rating-item.fontLight p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.7em;
}

.rating-item .learn-more {
    margin: 0;
    font-size: 20px;
    display: inline-block;
    margin-top: 20px;
}
.rating-item .rating-item-img a, .rating-item .rating-item-img span{
    width: 49%;
    padding: 0 8px;
    display: inline-block;
}
.rating-item .rating-item-img a img, .rating-item .rating-item-img span img{
    max-width: 88px;
    width: 100%;
}
.rating-item .rating-item-img a:nth-child(n+3), .rating-item .rating-item-img span:nth-child(n+3){
    margin-top: 20px;
}
.middle-part .rating-item p {
    font-size: 18px;
}
.middle-part .awards p {
    font-family: "Muli-Regular";
}
.main-section .btn-research,
.main-section .btn-consult {
    padding: 8px 8px 8px 40px;
    margin: 10px 0 0 0;
    font-family: "Muli-SemiBold";
    font-size: 18px;
    position: relative;
    width: 100%;
    border: 2px solid #0061af;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.main-section .btn-research{
    width: auto;
    padding: 8px 15px 8px 40px;
}

/*.main-section .btn-research.top,
.main-section .btn-consult.top {
    bottom: 95px;
} */
.main-section .btn-research .fa,
.main-section .btn-consult .fa {
    margin: 0;
    font-size: 26px;
    position: absolute;
    left: 8px;
    top: 8px;
}
.main-section .btn-research:hover,
.main-section .btn-consult:hover {
    color: #fff;
    background: #0061af;
}
.main-section .btn-consult {
    margin: 40px 0 0 0;
    position: relative;
    width: auto;
    bottom: auto;
    left: auto;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.consulting-ser {
    text-align: center;
}
.consulting-ser h2 {
    margin-bottom: 30px;
}
.consulting-ser .item-research {
    padding-bottom: 25px;
}
.consulting-ser ul {
    text-align: left;
    list-style-type: disc;
    padding-left: 20px;
}
.consulting-ser ul li {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.grey-cover{
    padding-top: 0px;
    margin-top: 30px;
    background: -moz-linear-gradient(90deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 235, .2)), color-stop(100%, rgba(234, 234, 235, .6)));
    background: -webkit-linear-gradient(90deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    background: -o-linear-gradient(90deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    background: -ms-linear-gradient(90deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    background: linear-gradient(0deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#eaeaeb', GradientType=0);
    padding-bottom: 70px;
}
.bot-super {
    padding-top: 50px;
    text-align: left;
}
.bot-super h2 {
    text-align: left;
    line-height: 1.5em;
}
.bot-super p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 2em;
    margin-left: -30px;
}
.bot-super p span {
    font-family: "Muli-Bold";
}
.services {
    text-align: center;
    background: rgba(212, 213, 215, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(212, 213, 215, 0.8)), color-stop(80%, rgba(212, 213, 215, 0.2)));
    background: -webkit-linear-gradient(top, rgba(212, 213, 215, 0.8) 0%, rgba(212, 213, 215, 0.2) 80%);
    background: -o-linear-gradient(top, rgba(212, 213, 215, 0.8) 0%, rgba(212, 213, 215, 0.2) 80%);
    background: -ms-linear-gradient(top, rgba(212, 213, 215, 0.8) 0%, rgba(212, 213, 215, 0.2) 80%);
    background: linear-gradient(to top, rgba(212, 213, 215, 0.8) 0%, rgba(212, 213, 215, 0.2) 80%);
    
    /* background: -moz-linear-gradient(90deg, #191a1d 0%, #424243 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424243), color-stop(100%, #191a1d));
  
    background: -webkit-linear-gradient(90deg, #191a1d 0%, #424243 100%);
  
    background: -o-linear-gradient(90deg, #191a1d 0%, #424243 100%);
 
    background: -ms-linear-gradient(90deg, #191a1d 0%, #424243 100%);
  
    background: linear-gradient(0deg, #191a1d 0%, #424243 100%);
 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008080', endColorstr='#99DAFF', GradientType=0);
   */
}
.services h2,
.services h3,
.services p{
    color: #000;
}
.services .item-services{
    border: 1px solid #0061af;
    border-bottom: 10px solid #0061af;
    border-top: 10px solid #0061af;
    padding: 35px 60px 100px 60px;
    position: relative;
    margin-top: 20px;
    background: #fff;
}

.services h2 {
    margin-bottom: 40px;
}
.services h3 {
    font-family: "futura bold";
    font-size: 24px;
    line-height: 1.2;
    padding: 30px 0 25px 0;
}
.services p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    max-width: 415px;
}
.services p strong {
    font-family: "Muli-Bold";
}
.services a {
    margin-left: -75px;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
}
/*.services .learn-more:active {
    background: transparent;
}*/
.ratings2 h2,
.awards h2 {
    margin-bottom: 25px;
}
.ratings2 p,
.awards p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.7em;
}
.ratings2 a,
.awards a {
    font-size: 20px;
}
.ratings2 .ratings2-img,
.awards .ratings2-img {
    text-align: right;
}
.ratings2 .ratings2-img a,
.awards .ratings2-img a {
    margin: 0;
    padding: 0 10px 20px 10px;
}
.ratings2 .ratings2-img img,
.awards .ratings2-img img {
    max-width: 100%;
}
.ratings2 .learn-more {
    float: right;
    margin: 0 325px 0 0;
}
.awards {
    background: -moz-linear-gradient(90deg, #f7f7f7 0%, #e3e4e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e3e4e4));
    background: -webkit-linear-gradient(90deg, #f7f7f7 0%, #e3e4e4 100%);
    background: -o-linear-gradient(90deg, #f7f7f7 0%, #e3e4e4 100%);
    background: -ms-linear-gradient(90deg, #f7f7f7 0%, #e3e4e4 100%);
    background: linear-gradient(0deg, #f7f7f7 0%, #e3e4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#eaeaeb', GradientType=0);
}
.awards-img a, .awards-img span {
    margin: 0;
    padding: 0 10px 20px 10px;
}
.get-touch {
    text-align: center;
}
.get-touch h2 {
    margin-bottom: 30px;
}
.get-touch p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.75em;
}
.main-section.partner {
    padding: 0 0 60px 0;
}
.partner h2 {
    margin-bottom: 30px;
}
.bot-partner{
    padding-top: 55px;
}

.bot-partner h2, .bot-partner p {
    text-align: left;
}
.bot-partner h2 {
    line-height: 1.3em;
}
.partner p {
    line-height: 1.6em;
}
.bot-partner>p{
    font-size: 20px;
    font-family: 'Futura Bold';
    text-align: center;
    margin-bottom: 70px;
}
.partner .item-super h3 {
    font-size: 30px;
}
.partner .item-super p {
    font-family: "Futura Bold";
    margin: 0;
}
.partner .bot-super {
    text-align: center;
}
.partner .bot-super p {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
}
.banner.ban-ab-us {
    padding-top: 9%;
    background-position: top;
}
.banner.ban-ab-us .ban-text {
    position: static;
    padding: 0 0 5% 0;
}
.banner.ban-ab-us .ban-text h2 {
    margin-bottom: 30px;
}
.banner.ban-ab-us .ban-text p,
.banner.ban-ab-us .ban-text li {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.banner.ban-ab-us .ban-text ul {
    list-style-type: disc;
    padding-left: 30px;
}
.banner.research-ban {
  padding: 0;
  text-align: right;
}
.banner.research-ban > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 103%;
  max-width: none;
  z-index: 2;
}
.banner.research-ban .ban-text {
  position: relative;
  background: #e1e1e1;
  text-align: left;
  padding: 3% 0;
}
.banner.research-ban .ban-text h2 {
  padding: 0 60px;
  margin: 0 0 30px 0;
}
.banner.research-ban .ban-text p {
  font-family: "Muli-Light";
  font-size: 20px;
  line-height: 1.59em;
  margin-top: 15px;
  position: relative;
  padding: 0 60px;
}
.banner.research-ban .ban-text p span {
  font-family: "Muli-Light";
  font-size: 300px;
  color: #0061af;
  line-height: 1;
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
}
.banner.research-ban .ban-text p span:first-child {
  top: -74px;
  left: -45px;
}
.banner.research-ban .ban-text p span:last-child {
  bottom: 10px;
  right: 20px;
}
.banner.cons-ban {
    padding: 0 !important;
    background-color: #e1e1e1;
    background-size: contain;
    background-position: left;
}
.banner.cons-ban .ban-text {
    position: static;
}
.banner.research-ban .ban-text h2,
.banner.cons-ban .ban-text h2 {
    padding: 0 60px;
    margin: 0 0 30px 0;
}
.banner.research-ban .ban-text h2{
    text-align: left;
}
.banner.research-ban .ban-text p,
.banner.cons-ban .ban-text p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.59em;
    margin-top: 15px;
    position: relative;
    padding: 0 60px;
}
.banner.research-ban .ban-text p span,
.banner.cons-ban .ban-text p span {
    font-family: "Muli-Light";
    font-size: 300px;
    color: #0061af;
    line-height: 1;
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
}
.banner.research-ban .ban-text p span:first-child,
.banner.cons-ban .ban-text p span:first-child {
    top: -74px;
    left: -45px;
}
.banner.research-ban .ban-text p span:last-child,
.banner.cons-ban .ban-text p span:last-child {
    bottom: 10px;
    right: 10px;
}
.banner.cons-ban .ban-text h2 {
    padding: 0;
}
.banner.cons-ban .ban-text p {
    font-family: "Muli-Light";
    font-size: 20px;
    line-height: 1.59em;
    margin-top: 15px;
    padding: 0;
}
.search-filter {
    margin-top: 50px;
    padding: 20px;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    position: relative;
}
.search-filter .fa {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 19px;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #0061af;
}
.search-filter .fa:before {
    content: "\f2c2";
}
.search-filter .fa.minus:before {
    content: "\f28e";
}
.search-filter p {
    display: inline-block;
    vertical-align: middle;
    font-family: "Muli-Bold";
    font-size: 20px;
    line-height: 1.1em;
}
.search-filter form {
    display: inline-block;
    visibility: hidden;
    vertical-align: middle;
    opacity: 0;
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.search-filter form.open {
    visibility: visible;
    opacity: 1;
}
.search-filter form .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}
.search-filter form .checkbox:checked + label:before {
    font-family: "FontAwesome";
    content: "\f17b";
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    z-index: 1;
}
.search-filter form label {
    display: inline-block;
    font-size: 18px;
    line-height: 1.1em;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
    margin-left: 40px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.search-filter form label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #b7b7b7;
    font-weight: 700;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.search-filter form .btn-search-filter {
    background-color: transparent;
    font-family: "futura-book";
    color: #0061af;
    font-size: 20px;
    line-height: 1.1em;
    margin-left: 40px;
}
.search-filter form .btn-search-filter:hover {
    text-decoration: underline;
}
.search-item {
    padding: 30px 70px 30px 25px;
    position: relative;
}
.search-item:nth-of-type(odd) {
    background-color: #f3f3f3;
}
.search-item > a:nth-of-type(1) {
    font-size: 14px;
    color: #0061af;
    display: inline-block;
    line-height: 1.2em;
}
.search-item > a:nth-of-type(1):hover {
    text-decoration: underline;
}
.search-item .arr {
    font-size: 40px;
    color: #707070;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -20px;
    line-height: 1em;
}
.search-item .breadcr-search-item {
    font-size: 14px;
    color: #707070;
}
.search-item .breadcr-search-item a {
    color: #707070;
}
.search-item .breadcr-search-item a:hover {
    text-decoration: underline;
}
.search-item h2 {
    font-family: "Muli-Bold";
    font-size: 22px;
    line-height: 1.2em;
    margin: 10px 0;
}
.search-item p {
    font-size: 14px;
    line-height: 1.43em;
    max-width: 800px;
    padding-bottom: 8px;
}
.form {
    text-align: center;
    margin-top: 0 !important;
}
.form label {
    font-family: "Futura Bold";
    font-size: 20px;
}
.form .control-group {
    margin-bottom: 55px;
    text-align: left;
}
.form .button {
    display: inline-block;
    font-family: "Muli-Regular";
    font-size: 20px;
    background: transparent;
    color: #0061af;
    margin: 0 auto;
}
.form .button:active {
    color: #fff;
    background: #0061af;
}
.selectize-control {
    position: relative;
}
.selectize-control.single .selectize-input {
    border-bottom: 2px solid #acacac;
    height: 57px;
}
.selectize-input > * {
    font-family: 'Muli-Regular';
    font-size: 18px;
    line-height: 26px;
    padding-top: 21px;
    padding-left: 20px;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    text-align: left;
    zoom: 1;
    height: 57px;
    width: 100%;
    cursor: pointer;
}
.selectize-control.single .selectize-input:after {
    font-family: 'FontAwesome';
    content: "\f110";
    font-size: 26px;
    display: block;
    position: absolute;
    color: #0061af;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    cursor: pointer;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    margin: 0;
    background-color: #ffffff;
    padding: 0 20px 20px 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-dropdown,
.selectize-input {
    font-family: 'Muli-Regular';
    font-size: 18px;
    line-height: 26px;
}
.selectize-input input {
    font-family: 'Muli-Regular';
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 0 20px;
    width: 100% !important;
    height: 55px;
    -webkit-font-smoothing: inherit;
    color: #000000;
    cursor: pointer;
}
.selectize-dropdown-content .option {
    cursor: pointer;
    padding-left: 20px;
}
.selectize-dropdown-content .option:first-child {
    padding-top: 10px;
}
.img-team h3 {
    font-family: "Futura Bold";
    font-size: 18px;
    line-height: 1.38em;
    color: #000000;
    padding: 15px 0 30px 0;
    position: relative;
}
.img-team h3 span {
    font-family: "Muli-Regular";
    font-size: 14px;
    display: block;
    line-height: 1.2em;
}
.img-team img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.img-team.active img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.img-team.active h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
    width: 54px;
    height: 30px;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-bottom: 30px solid #ebebeb;
}
.img-team:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.team-content .close {
    position: absolute;
    color: #000000;
    right: 30px;
    top: 30px;
    font-size: 26px;
    cursor: pointer;
}
.team-content > div {
    display: none;
    position: relative;
    overflow: hidden;
    clear: both;
    background-color: #ebebeb;
    padding: 30px 30px 10px 30px;
}
.team-content > div.active {
    display: block;
}
.team-content > div h4 {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.team-content > div h4 span {
    color: #0061af;
    margin: 0 8px;
}
.team-content > div p {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.advantages {
    margin-top: 40px;
}
.advantages h3 {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.2em;
}
.advantages .advantages-item {
    text-align: center;
    padding: 20px 0 30px 0;
    margin-top: 60px;
    border-bottom: 2px solid #0061af;
}
.advantages .advantages-item img {
    height: 44px;
}
.advantages .advantages-item p {
    line-height: 1.39em;
    margin-top: 20px;
    font-size: 16px;
}
.right-trial {
    padding: 45px 40px;
    background-color: #f3f3f3;
    margin-top: 33px;
}
.right-trial h3 {
    font-family: "Futura Bold";
    font-size: 30px;
    line-height: 1em;
    color: #0061af;
    text-align: center;
}
.irate-content h2{
    font-family: 'futura-book';
    margin: 10px 0 20px 0;
}
.irate-content p{
    font-size: 18px;
}
.irate-content h2 strong.underline{
   font-family: 'Futura Bold';
}
.irate-content h2 strong.underline{
    border-bottom: 3px solid #0061af;
}
.irate-middle{
    margin-top: 50px;
}
.irate-bot{
    margin: 90px auto 100px auto;
}
.irate-bot.wrap-bot-irate {
    margin: 30px auto 0 auto;
    padding: 55px 0;
    position: relative;
    min-height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadbdd), color-stop(80%, #fafafa));
    background: -webkit-linear-gradient(top, #dadbdd 0%, #fafafa 80%);
    background: -o-linear-gradient(top, #dadbdd 0%, #fafafa 80%);
    background: -ms-linear-gradient(top, #dadbdd 0%, #fafafa 80%);
    background: linear-gradient(to top, #dadbdd 0%, #fafafa 80%);
}
.irate-bot.wrap-bot-irate .trial-experience{
   background:transparent;
}
.irate-bot.wrap-bot-irate .trial-questions{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 55px;
}
.irate-bot .advantages{
    margin-top: 0;
}
.trial-questions{
    font-family: "Muli-Regular";
    padding: 25px; 
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #095b9e), color-stop(80%, #297abb));
    background: -webkit-linear-gradient(top, #095b9e 0%, #297abb 80%);
    background: -o-linear-gradient(top, #095b9e 0%, #297abb 80%);
    background: -ms-linear-gradient(top, #095b9e 0%, #297abb 80%);
    background: linear-gradient(to top, #095b9e 0%, #297abb 80%);
}
.trial-questions p{
    margin-top: 7px;
    font-size: 18px;
}
.trial-questions a{
    color: #fff;
}
.trial-questions a:hover{
    text-decoration: underline;
}
.trial-questions h3 {
   font-family: "Futura Bold";
   font-size: 20px;
   padding-bottom:5px;
}
.trial-questions p:nth-of-type(1){
   font-family: "Muli-Bold";
}
.trial-experience {
    padding: 25px; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadbdd), color-stop(80%, #fafafa));
    background: -webkit-linear-gradient(top, #dadbdd 0%, #fafafa 80%);
    background: -o-linear-gradient(top, #dadbdd 0%, #fafafa 80%);
    background: -ms-linear-gradient(top, #dadbdd 0%, #fafafa 80%);
    background: linear-gradient(to top, #dadbdd 0%, #fafafa 80%);
}
.trial-experience h3{
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.trial-experience li{
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.trial-experience li:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #4284bb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.wrap-trial-form{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}
.wrap-trial-form .trial-form {
    margin-top: 10px;
}
.wrap-trial-form .right-trial {
    background: #fff;
    width: 360px;
    padding: 20px;
    position: absolute;
    top: 160px;
    right: 30px;
    margin: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 15px 5px rgba(222,219,222,1);
    -moz-box-shadow: 0px 2px 15px 5px rgba(222,219,222,1);
    box-shadow: 0px 2px 15px 5px rgba(222,219,222,1);
}
.trial-form {
    margin-top: 50px;
}
.trial-form input[type=text] {
    padding: 10px;
    font-size: 18px;
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: 1px solid #b7b7b7;
    margin-top: 15px;
    line-height: 1em;
}
span.wpcf7-list-item{
   position: relative;
}
.trial-form .checkbox input {
    height: 72%;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    z-index: 20;
}
.trial-form .checkbox input:checked + .wpcf7-list-item-label:before {
    font-family: "FontAwesome";
    content: "\f17b";
    font-size: 16px;
    line-height: 16px;
    color: #0061af;
    text-align: center;
    z-index: 1;
}
.trial-form .wpcf7-list-item-label {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.39em;
    margin-top: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.trial-form .wpcf7-list-item first {
    margin-top: 65px;
}
.trial-form .wpcf7-list-item-label strong {
    font-family: "Muli-Bold";
    font-weight: normal;
}
.trial-form .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #0061af;
    font-weight: 700;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.trial-form .btn-trial {
    display: block;
    font-family: "futura-book";
    font-size: 18px;
    line-height: 1em;
    margin: 80px auto 16px auto;
    padding: 10px 15px;
    background: transparent;
    color: #0061af;
    border: 2px solid #0061af;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.trial-form .btn-trial .fa {
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
}
.trial-form .btn-trial:hover {
    background: #0061af;
    color: #ffffff;
}
.trial-form .btn-trial:hover .fa {
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
}
.trial-bot {
    padding: 80px 0;
}
.trial-bot h4 {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.trial-bot ul {
    list-style-type: disc;
    padding-left: 25px;
    font-size: 18px;
}
.trial-bot ul li {
    padding-bottom: 5px;
}
.trial-bot p {
    font-size: 18px;
    padding-bottom: 5px;
}
.trial-bot p a {
    font-size: 18px;
    color: #000000;
}
.trial-bot p a[href*=mailto] {
    color: #0061af;
}
.trial-bot p a:hover {
    text-decoration: underline;
}
.trial-bot p strong {
    font-family: "Muli-Bold";
}
.contact-step {
    display:none;
    max-width: 370px;
    margin: 25px auto 0 auto;
    overflow: hidden;
    position: relative;
}
.contact-step:after {
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 2px;
    background: #0061af;
    left: 0;
    top: 17px;
    z-index: 1;
}
.contact-step span {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    line-height: 33px;
    border: 2px solid #0061af;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #e7e7e7;
    text-align: center;
    position: relative;
    background: #ffffff;
    z-index: 2;
}
.contact-step span.active {
    background: #0061af;
    color: #ffffff;
}
.contact-step span + span {
    margin-left: 75px;
}
.part-2 {
    display: none;
}
.part-3 {
    text-align: left;
    display: none;
}
.part-3 p {
    text-align: center;
}
.part-3 .fa {
    font-size: 26px;
    color: #0061af;
    cursor: pointer;
}
.part-3 textarea {
    width: 100%;
    margin-top: 35px;
    padding: 15px 30px;
    height: 250px;
    font-size: 18px;
    border: 1px solid #acacac;
    resize: none;
}
.part-4 {
    text-align: left;
    display: none;
}
.part-4 p {
    text-align: center;
}
.part-4 input {
    width: 100%;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 1em;
    border-bottom: 1px solid #acacac;
    margin-top: 20px;
}
.part-4 .button {
    margin-top: 80px;
}
.main-section.awards-sect{
    padding-bottom: 0;
}
.main-section.awards-sect p{
    font-family: 'Muli-Light';
}
.winners h2 {
    margin: 0 0 80px;
    text-align: center;
}
.theme-accordion .panel-group{
    margin-bottom: 30px;
}
.theme-accordion .panel-title {
    position: relative;
}
.theme-accordion .panel-title .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}
.theme-accordion .panel-title .fa:before {
    font-family: "FontAwesome";
    content: "\f113";
    font-size: 30px;
    line-height: 30px;
    color: #0061af;
    text-align: center;
}
.theme-accordion .panel-title a {
    display: block;
    overflow: hidden;
    padding: 30px 40px 30px 30px;
    margin: 0;
    border-top: 2px solid #0061af;
    color: #000000;
    cursor: pointer;
    background: #ebebeb;
}
.theme-accordion .panel-title a.collapsed {
    background-color: transparent;
}
.theme-accordion .panel-title a.collapsed .fa:before {
    content: "\f110";
}
.theme-accordion .panel-title a h4 {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.2em;
}
.theme-accordion .panel-title a p {
    font-family: "Muli-Light";
    font-size: 18px;
    line-height: 1.38em;
    margin: 5px 0 0 0;
}
.theme-accordion .panel-title img {
    float: left;
    width: 17.44%;
    min-width: 55px;
    max-width: 100px;
    margin-right: 15px;
    vertical-align: middle;
}
.theme-accordion .panel:last-child {
    border-bottom: 2px solid #0061af;
}
.theme-accordion .panel-body {
    padding: 25px;
}
.theme-accordion .panel-body p {
    margin: 0;
    font-family: "Muli-Light";
    font-size: 18px;
    line-height: 1.6em;
}
.theme-accordion .panel-body p strong {
    margin-right: 15px;
}
.home-page .main-section {
    padding: 120px 0;
}
.home-page .main-section.super {
    padding-top: 20px;
    padding-bottom: 0px;
    /*background: -moz-linear-gradient(90deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 235, .2)), color-stop(100%, rgba(234, 234, 235, .6)));
    background: -webkit-linear-gradient(90deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    background: -o-linear-gradient(90deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    background: -ms-linear-gradient(90deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    background: linear-gradient(0deg, rgba(234, 234, 235, .2) 0%, rgba(234, 234, 235, .6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#eaeaeb', GradientType=0);*/
}
.news-item-page .banner-top .ban-top-text h1{
    max-width: 750px;
}
.ratings-awards-page .awards {
    background: transparent;
    padding: 60px 0;
    border-top: 2px solid #cccccc;
}
.ratings-awards-page .awards .learn-more {
    margin-top: 5px;
    display: inline-block;
}
.ratings-awards-page .awards p {
    font-family: "Muli-Light";
    margin-bottom: 15px;
    font-size: 20px;
}
.ratings-awards-page .awards-img a, .ratings-awards-page .awards-img span{
    display: inline-block;
    width: 32%;
    padding: 0px 8px 20px 8px;
}
.ratings-awards-page .awards-img a img, .ratings-awards-page .awards-img span img{
    width: 100%;
}
.ratings-awards-page .wrap-banner {
    padding-top: 10px;
    background-color: #fff;
}
.consulting-page .banner,
.irate-page .banner {
    padding-top: 36%;
}
.contact-page .banner {
    padding-top: 28%;
}
.irate-page h2, .page-template-page-irate-template h2{
    margin: 30px 0 20px 0;
}
.irate-page p, .page-template-page-irate-template p{
    font-size: 18px;
}
.research-page .wrap-banner{
    padding-top: 10px;
}
.consulting-page .item-super,
.research-page .item-super,
.ratings-awards-page .item-super,
.meet-team-page .item-super {
    border: none;
    padding-top: 0;
}
.consulting-page .item-super p,
.research-page .item-super p,
.ratings-awards-page .item-super p,
.meet-team-page .item-super p {
    line-height: 1.5em;
    margin: 35px 0 0 0;
}
.research-page .item-super p{
   font-family: 'Muli-Light';
}
.consulting-page .item-super p span,
.research-page .item-super p span,
.ratings-awards-page .item-super p span,
.meet-team-page .item-super p span {
    font-family: 'Muli-ExtraBold';
}
.consulting-page .get-touch,
.research-page .get-touch,
.ratings-awards-page .get-touch,
.meet-team-page .get-touch {
    padding: 120px 0;
}
.search-results-page .main-footer {
    margin-top: 80px;
}
.search-results-page .filter{
    margin: 0;
}
.search-results-page  .filter .search-news-in{
    margin: 0 auto;
}
.office {
    background: #f1f1f1;
    padding: 80px 0;
}
.office h2 {
    font-size: 30px;
    margin-bottom: 40px;
}
.office h4 {
    font-family: "Futura Bold";
    font-size: 20px;
    line-height: 1.2em;
}
.office p {
    padding-top: 10px;
    margin: 0;
    font-size: 18px;
}
.office p .fa {
    font-size: 30px;
    margin: 0 10px 0 0;
    line-height: 1em;
    position: relative;
    top: 4px;
}
.office p a {
    margin: 0;
    font-family: "Muli-Regular";
    font-size: 18px;
    color: #000000;
    line-height: 1.2em;
}
.office p a:hover {
    text-decoration: underline;
}
.main-footer {
    background-color: #231f20;
    padding: 30px 0;
}
.main-footer .fot-logo {
    padding-top: 10px;
	padding-bottom: 25px;
}
.main-footer .fot-bot-line {
    padding-top: 25px;
    border-top: 2px solid #0061af;
    color: #ffffff;
}
.main-footer .fot-bot-line p {
    font-family: "Muli-Light";
    font-size: 14px;
    text-align: center;
}
.main-footer .foot-menu li {
    display: inline-block;
    margin-right: 40px;
}
.main-footer .foot-menu li a {
    font-family: "Muli-Light";
    font-size: 14px;
    color: #ffffff;
}
.main-footer .foot-menu li a:hover {
    text-decoration: underline;
}

.main-footer .disclaimer{
	font-size: 12px;
	color: #ffffff;
	padding-bottom: 10px! important;
	padding-left: 0px! important;
}

.main-footer .col-md-12{
	color: #ffffff;
	font-size: 12pt;
	padding-bottom: 10px! important;
	padding-left: 0px! important;
}

.sign-wrap-form p.learn-more-form{
    text-align: center;
    margin-top: -10px;
}

@media (min-width: 1600px) {
    .item-top-slider .sl-content .container {
        padding-top: 200px;
    }
    .banner-top {
        padding-bottom: 40px;
    }
    .banner-top .ban-top-text .container {
        padding-top: 100px;
    }
    .banner-top .right-img-ban {
        right: 50%;
        max-width: 1170px;
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .news-slider .news-sl-item {
        max-height: none;
    }
    .banner.research-ban, .banner.cons-ban{
      max-width: 1500px;
      margin: 0 auto;
    }
    .banner.research-ban:before,
    .banner.research-ban:after, 
    .banner.cons-ban:before, 
    .banner.cons-ban:after{
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      background: #e1e1e1;
      top: 0;
      left: -50%;
      
    }
    .banner.cons-ban:before, 
    .banner.cons-ban:after{
      z-index: -1;
    }
    .banner.research-ban:after, .banner.cons-ban:after{
      left: auto;
      right: -50%;
    }
    .banner.research-ban .ban-text, .banner.cons-ban .ban-text{
      padding: 60px 0;
      z-index: 2;
    }
    .banner.research-ban img, .banner.cons-ban img{
      z-index: 3;
    }
}

@media (max-width: 1400px) {
    .news-slider .news-sl-item .overlay p{
        margin-top: 100px;
    }
}

@media (max-width: 1300px) {
    .news-slider .news-sl-item .overlay p, .video-slider .video-sl-item .overlay p{
        display: none;
    }
}

@media (max-width: 1330px) and (min-width: 767px){
  .item-top-slider .right-img img{
     height: 100%;
     width: auto;
     max-width: none;
  }
  .item-top-slider .right-img {
     text-align: right;
  }
}
@media (max-width: 1199px) {
    .banner-top .ban-top-text p {
        max-width: 540px;
    }
    .item-top-slider .sl-content h2 {
        max-width: 600px;
    }
    .item-top-slider .right-img {
        text-align: right;
    }
    .item-top-slider .right-img img {
        max-height: 100%;
    }
    .news-slider .news-sl-item .new-sl-capt,
    .news-slider .news-sl-item .overlay,
    .video-slider .video-sl-item .overlay {
        padding: 15px;
    }
    .video-slider .video-sl-item > h3 {
        left: 15px;
        bottom: 15px;
        padding-right: 15px;  
    }
    .banner.research-ban > img {
        height: 84%;
    }
    .pl-0 {
        padding-left: 15px;
    }
    .empowering .col-md-4 img{
        margin-top: 121px;
    }
    .ticker-slider .ticker-sl-item a .fa {
        margin-left: 10px;
    }
    .news-item span.news-date {
      font-size: 13px;
      bottom: 24px;
    }
    .wrap-trial-form .right-trial {
       right: 0;
       width: 320px;
    }
  .wrap-trial-form .right-trial h3{
      font-size: 28px;
  }
    
}
@media (max-width: 1024px) {
    .top-nav,
    .main-menu {
        display: none;
    }
    .main-header {
        padding-top: 56px;
    }
    .menu-main-wrap {
        position: fixed;
        top: 0;
        z-index: 200;
        width: 100%;
        overflow: hidden;
        background-color: #ffffff;
    }
    .menu-main-wrap .logo {
        height: 40px;
    }
    .menu-main-wrap .logo img {
        height: 100%;
        width: 137px;
    }
    .toggle-menu {
        display: block;
        position: relative;
        height: 20px;
        width: 24px;
        float: right;
        cursor: pointer;
        margin-top: 10px;
    }
    .toggle-menu > span {
        display: block;
        margin-top: 8px;
        position: relative;
    }
    .toggle-menu > span .before,
    .toggle-menu > span .middle,
    .toggle-menu > span .after {
        display: block;
        position: absolute;
        left: 0;
        background-color: #000000;
        top: -8px;
        width: 24px;
        height: 4px;
        -moz-transition: .3s all ease 0s, top 0.3s ease 0.4s;
        -o-transition: .3s all ease 0s, top 0.3s ease 0.4s;
        -webkit-transition: .3s all ease 0s, top 0.3s ease 0.4s;
        transition: .3s all ease 0s, top 0.3s ease 0.4s;
    }
    .toggle-menu > span .middle {
        top: 0;
    }
    .toggle-menu > span .after {
        top: 8px;
    }
    .toggle-menu > span.anim > .before {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        -moz-transition: .3s all ease 0.4s, top 0.3s ease 0s;
        -o-transition: .3s all ease 0.4s, top 0.3s ease 0s;
        -webkit-transition: .3s all ease 0.4s, top 0.3s ease 0s;
        transition: .3s all ease 0.4s, top 0.3s ease 0s;
    }
    .toggle-menu > span.anim > .middle {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition: .3s all ease 0.4s;
        -o-transition: .3s all ease 0.4s;
        -webkit-transition: .3s all ease 0.4s;
        transition: .3s all ease 0.4s;
    }
    .toggle-menu > span.anim > .after {
        opacity: 0;
        top: 0;
        -moz-transition: .3s all ease 0s;
        -o-transition: .3s all ease 0s;
        -webkit-transition: .3s all ease 0s;
        transition: .3s all ease 0s;
    }
    .wrap-menu-mob {
        position: fixed;
        right: 0;
        top: 0;
        width: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 500;
        -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .wrap-menu-mob.open {
        width: 100%;
    }
    .wrap-menu-mob.open > .menu-mobile {
        overflow: auto;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000000;
        z-index: 300;
        padding: 60px 40px 50px 40px;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .menu-mobile > .fa {
        position: absolute;
        right: 25px;
        top: 10px;
        color: #ffffff;
        font-size: 26px;
        cursor: pointer;
        z-index: 900;
    }
    .menu-mobile li .fa {
        position: absolute;
        cursor: pointer;
        top: 50%;
        margin-top: -16px;
        right: 11px;
        width: 32px;
        height: 32px;
        font: 400 10px FontAwesome;
        line-height: 32px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: .5s all ease;
        -o-transition: .5s all ease;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        z-index: 1;
        background: rgba(0, 0, 0, 0.1);
    }
    .menu-mobile li .fa.active {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu-mobile a {
        font-family: "Muli-Regular";
        font-size: 16px;
        line-height: 1;
        display: block;
        color: #ffffff;
    }
    .menu-mobile > ul.list-one {
        font-size: 14px;
        line-height: 20px;
        -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    }
    .menu-mobile > ul.list-one > li {
        display: inline-block;
        width: 49%;
        margin-bottom: 20px;
        border: 1px solid #808080;
    }
    .menu-mobile > ul.list-one > li > .sub-menu {
        position: absolute;
        width: 0;
        top: 0;
        right: 0;
        height: 100%;
        overflow: hidden;
        background: #000000;
        -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        z-index: 450;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li {
        margin-right: -120%;
        opacity: 0;
        padding: 12px 25px 12px 25px;
        -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        height: 23.26%;
        min-height: 130px;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li + li:before {
        content: "";
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li:nth-of-type(2) {
        background-color: #252525;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li:nth-of-type(3) {
        background-color: #363636;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li:nth-of-type(4) {
        background-color: #464646;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li:nth-of-type(5) {
        background-color: #555555;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li > a {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        text-align: left;
        line-height: 24px;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li > a span {
        font-family: "Futura Bold";
        font-size: 20px;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li ul {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin-left: -4px;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li ul a {
        text-align: left;
        font-size: 12px;
        padding: 8px 0;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li:first-child {
        color: #ffffff;
        font-family: "Muli-SemiBold";
        padding: 15px 20px;
        min-height: 0;
        display: table;
        height: 6.94%;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li:first-child span {
        position: relative;
        cursor: pointer;
        padding-left: 30px;
        vertical-align: middle;
        display: table-cell;
        line-height: 1.2em;
        z-index: 100;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li:first-child span .fa {
        left: 0;
        font-size: 26px;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li:first-child a {
        display: table-cell;
        text-align: center;
        padding: 0 0 0 10px;
        width: 100%;
        line-height: 1em;
    }
    .menu-mobile > ul.list-one > li > .sub-menu.open {
        width: 100%;
        z-index: 500;
        min-height: 100%;
        height: auto;
    }
    .menu-mobile > ul.list-one > li > .sub-menu.open > li {
        margin-right: 0;
        opacity: 1;
    }
    .menu-mobile > ul.list-one > li a {
        padding: 8px 10px;
        text-align: center;
        position: relative;
    }
    .menu-mobile > ul.list-one > li a .fa {
        position: absolute;
        font-size: 18px;
        right: 0;
        cursor: pointer;
        top: 50%;
        margin-top: -16px;
        width: 32px;
        height: 32px;
        text-align: center;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .menu-mobile > ul.list-one > li:nth-of-type(3) {
        float: right;
    }
     .menu-mobile > ul.list-one > li:nth-of-type(3) > .sub-menu{
        height: 100%;
        min-height: 568px;
    }
    .menu-mobile > ul.list-one > li:nth-of-type(3) > .sub-menu li + li {
        text-align: center;
        height: 18.6%;
        min-height: 0;
    }
    .menu-mobile > ul.list-one > li:nth-of-type(3) > .sub-menu li + li a {
        width: auto;
        max-height: 100%;
        padding: 0;
    }
    .menu-mobile > ul.list-one > li:first-child {
        background-color: #262626;
        display: block;
        width: 100%;
        border: none; 
    }
    .menu-mobile > ul.list-one > li:first-child a {
        padding: 10px;
    }
    .menu-mobile > ul.list-two {
        margin-top: 30px;
    }
    .menu-mobile > ul.list-two li {
        border-bottom: 1px solid #808080;
    }
    .menu-mobile > ul.list-two li a {
        padding: 10px 0;
    }
    .menu-mobile .search-mobile {
        position: relative;
        margin-top: 50px;
    }
    .menu-mobile .search-mobile input {
        width: 100%;
        background-color: #000000;
        border-bottom: 1px solid #808080;
        color: #ffffff;
        padding: 10px 0;
        font-size: 16px;
        line-height: 1em;
    }
    .menu-mobile .search-mobile .btn-search {
        font-size: 18px;
        line-height: 1em;
        position: absolute;
        background: transparent;
        right: 0;
        top: 12px;
        color: #ffffff;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .sign-up-overlay.chengepos {
        top: 56px;
    }
    .intro-par p {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    .intro-par p strong.underline {
        border-bottom: 2px solid #0061af;
    }
    .search-filter {
        margin-top: 20px;
    }
    .services .item-services {
        padding: 20px 40px 100px 40px;
    }
    .item-top-slider .sl-content h2 {
        max-width: 400px;
        font-size: 26px;
        text-align: left;
    }
    .item-top-slider .sl-content .sl-text a {
        font-size: 18px;
    }
    .empowering .col-md-4 img{
        margin-top: 0;
    }
    .banner-top .ban-top-text {
        position: static;
    }
    .banner-top .ban-top-text h1 {
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .banner-top .ban-top-text p {
        max-width: 370px;
        font-size: 18px;
    }
    .banner-top.irate-log-ban .ban-top-text p {
        max-width: none;
        width: 75%;
    }
    .banner-top.irate-log-ban .container img {
        width: 20%;
        margin: 0;
        position: absolute;
        right: 15px;
        bottom: 20px;
    }
    .banner-top > img {
        height: 92%;
        position: absolute;
    }
    .container.last-news-slider{
        padding: 0px 65px;
        width: 100%;
    }
    .main-section .btn-consult {
        margin: 20px 0 0 0;
    }
    .irate-page .banner,
    .consulting-page .banner,
    .ratings-awards-page .banner,
    .meet-team-page .banner {
        padding-top: 0;
        background-position: left;
    }
    .irate-page .banner .ban-text p,
    .consulting-page .banner .ban-text p,
    .ratings-awards-page .banner .ban-text p,
    .meet-team-page .banner .ban-text p {
        max-width: 370px;
        font-size: 18px;
    }
    .banner.research-ban .ban-text h2{
        text-align: center;
    }
    .bot-partner h2 {
        text-align: center;
    }
    .news-item-page .banner-top .ban-top-text h1 {
        max-width: 570px;
    }
    .main-section.partner {
        padding: 0 0 25px 0;
    }
    .bot-partner {
        padding-top: 30px;
    }
    .research-page .banner .ban-text p{
        max-width: 100%;
        font-size: 18px;
    }
    .ratings-awards-page .banner .ban-text,
    .meet-team-page .banner .ban-text {
        padding: 12% 0;
    }
    .contact-page .banner {
        padding-top: 0;
        background-position: left;
    }
    .contact-page .banner .ban-text {
        padding: 8% 0;
    }
    .contact-page .banner .ban-text p {
        max-width: 370px;
    }
    
    .right-trial {
        padding: 20px 15px;
    }
    .trial-form {
        margin-top: 20px;
    }
    .trial-form .btn-trial {
        margin: 30px auto 0 auto;
    }
    .trial-form label:nth-of-type(1) {
        margin-top: 30px;
    }
    .trial-bot {
        padding: 20px 0 40px 0;
    }
    .trial-bot h4 {
        margin-top: 10px;
    }
    .right-trial h3 {
        font-size: 26px;
    }
    .banner {
         background-size: inherit;
    }
    .banner.research-ban > img {
        display: none;
    }

    .banner.research-ban .ban-text p {
        font-size: 18px;
    }
    .banner.research-ban .ban-text p span {
        font-size: 200px;
    }
    .banner.research-ban .ban-text p span:first-child {
        top: -51px;
        left: -15px;
    }
    .banner.research-ban .ban-text p span:last-child {
        bottom: -5px;
        right: 14px;
    }
    .banner.cons-ban .ban-text {
        position: static;
    }
    .banner.cons-ban .ban-text h2 {
        text-align: right;
        margin-bottom: 10px;
    }
    .banner.cons-ban .ban-text p {
        font-size: 18px;
        float: right;
        max-width: 440px;
    }
    .banner.ban-ab-us .ban-text {
        padding-top: 30px;
    }
    .banner {
        padding: 0;
    }
    .banner .ban-text {
        position: static;
    }
    .banner .ban-text h1 {
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .banner .ban-text p, .banner.ban-ab-us .ban-text ul{
        max-width: 370px;
        font-size: 18px;
    }
    .banner.ban-ab-us {
        background-size: cover;
    }
    .socials-info-new {
        text-align: center;
    }
    .filter {
        padding: 20px 0;
        margin: 20px 0;
    }
    .filter p,
    .filter a,
    .filter .sort-item {
        font-size: 18px;
        margin-top: 0;
    }
    .author-img {
        margin-top: 19px;
    }
    .author-img img {
        width: 90px;
    }
    .wrap-info-new {
        margin: 25px 0 0px 0;
    }
    .info-new {
        text-align: center;
    }
    .info-new p {
        font-size: 16px;
    }
    .content-new {
        padding-bottom: 0;
    }
    .content-new .new-end {
        margin: 5px 0 10px 0;
    }
    .bot-news {
        padding: 20px 0;
        margin-top: 25px;
    }
    .bot-news > h2 {
        margin-bottom: 20px;
    }
    .news-item{
        padding-bottom: 90px;
    }
    .news-item h2 {
        font-size: 16px;
        margin: 0;
    }
    .news-item p {
        font-size: 16px;
    }
    .news-item span.news-date {
        bottom: 62px;
    }
    .ratings2 .learn-more {
        float: none;
        margin: 0;
    }
    .wrap-paginat {
        padding: 20px 0;
        margin-top: 0;
    }
    .main-section.get-touch a{
        margin-top: 0; 
    }
    .get-touch h2 {
        margin-bottom: 15px;
    }
    .search-item {
        padding: 20px 70px 20px 15px;
    }
    .form {
        margin-top: 25px;
    }
    .wrap-trial-form {
        margin-bottom: 20px;
    }
    .wrap-trial-form .right-trial{
        position: static;
        width: 100%;
    }
    .symp-registr tr td {
        font-size: 18px;
        padding: 0 15px 10px 0;
    }
    .home-page .main-section, .home-page .main-section.ratings,
    .main-section {
        padding: 30px 0;
    }
    .registr-sect {
        padding: 30px 0 !important;
    }
    .home-page .main-section.ratings p{
        font-size: 18px;
    }
    .home-page .main-section p,
    .main-section p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .home-page .main-section a,
    .main-section a {
        font-size: 18px;
        margin-top: 15px;
    }
    .search {
        margin: 25px auto 0 auto;
    }
    .suggested-seaches p a {
        font-size: 16px;
        margin: 0 30px 0 0;
    }
    .suggested-seaches p a:nth-of-type(1) {
        margin-left: 30px;
    }
    .ticker-slider {
        text-align: center;
    }
    .ticker-slider .ticker-sl-item p,
    .ticker-slider .ticker-sl-item a {
        font-size: 18px;
    }
    .ticker-slider .owl-dots {
        padding-top: 20px;
    }
    .ticker-slider .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }
    .news-slider .news-sl-item .new-sl-capt a {
        font-size: 18px;
    }
    .news-slider .news-sl-item .overlay p {
        font-size: 16px;
    }
    .video-slider .video-sl-item .overlay p {
        font-size: 16px;
        line-height: 1.2em;
    }
    .registr-sect, .events-sect {
        text-align: center;
    }
    .registr-sect h2, .events-sect h2 {
        margin-bottom: 25px;
    }
    .symp-registr {
        margin-top: 20px;
        text-align: left;
    }
    .empowering {
        text-align: center;
    }
    .empowering h2 {
        padding: 0 60px;
        margin: 0 0 40px 0;
    }
    .empowering img {
        margin-top: 20px;
        max-width: 300px;
    }
    .empowering p {
        font-size: 18px;
        text-align: left;
    }
    .empowering p span {
        font-size: 200px;
    }
    .empowering p span:first-child {
        top: -51px;
        left: -15px;
    }
    .empowering p span:last-child {
        bottom: -5px;
        right: 14px;
    }
    .item-super,
    .item-ratings {
        padding: 30px 0;
        max-width: 300px;
        margin: 0 auto;
    }
    .item-super h3,
    .item-ratings h3 {
        font-size: 20px;
        margin: 15px 0 0 0;
    }
    .item-ratings {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }
    .rating-item {
        padding: 10px 0 30px 0;
    }
    .rating-item p {
        font-size: 18px;
    }
    .rating-item .rating-item-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .rating-item .rating-item-img a, .rating-item .rating-item-img span{
        width: auto;
        margin-top: 20px;
    }
    .bot-super {
        padding-top: 30px;
        text-align: center;
    }
    .bot-super h2 {
        text-align: center;
    }
    .bot-super p {
        margin-left: 0;
    }
    .services h2 {
        margin-bottom: 0;
    }
    .services h3 {
        font-size: 20px;
    }
    .services p {
        max-width: 100%;
    }
    .services a {
        margin-top: 20px;
    }
    .registr-sect .row > div:first-child{
        z-index: 2;
    }
    .registr-sect a.learn-more, .events-sect a.learn-more {
        float: left;
        clear: left;
    }
    .registr-sect img, .events-sect img{
        max-width: 300px;
    }
    .ratings2 .ratings2-img,
    .awards .awards-img {
        text-align: center;
    }
    .ratings2 .ratings2-img a,
    .awards .awards-img a,
    .ratings2 .ratings2-img span,
    .awards .awards-img span {
        margin: 0;
        padding: 0 5px 10px 5px;
        max-width: 23%;
    }
    .ratings2-img {
        margin-top: 20px;
    }
    .ratings2 {
        text-align: center;
    }
    .ratings2 p {
        text-align: left;
    }
    .ratings2 .learn-more {
        margin-top: 20px;
    }
    .awards {
        text-align: center;
    }
    .awards p {
        text-align: left;
    }
    .awards .awards-img {
        max-width: 400px;
        margin: 0 auto;
    }
    .awards .awards-img a, .awards .awards-img span{
        max-width: 32%;
    }
    .search-filter form label {
        margin-left: 10px;
        padding: 0 0 0 25px;
    }
    .search-filter form .btn-search-filter {
        margin-left: 15px;
    }
    .form label {
        font-size: 18px;
    }
    .selectize-input input {
        font-size: 18px;
        line-height: 1.1em;
    }
    .panel-group#accordion{
      margin-bottom: 0;
    }
    #accordion2 .panel:first-child .panel-title a {
        border: none;
    }
    .ratings-awards-page .awards {
        padding: 30px 0;
    }
    .ratings-awards-page .awards-img a, .ratings-awards-page .awards-img span{
        padding: 0px 8px 20px 8px;
    }
    .home-page .main-section.search-sec {
        padding-bottom: 25px;
    }
    .news-item-page .banner .ban-text {
        padding: 10% 0;
    }
    .search-results-page .banner .ban-text {
        padding: 10% 0;
    }
    .search-results-page .banner .ban-text h1 {
        margin-bottom: 0;
    }
    .search-results-page .main-footer {
        margin-top: 40px;
    }
    .main-footer .fot-bot-line {
        text-align: center;
    }
    .main-footer .fot-bot-line p {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 22px;
        text-align: center;
    }
    .registr-sect h2:nth-of-type(1) {
        font-size: 20px;
    }
    .menu-mobile > ul.list-one > li > .sub-menu > li > a span {
        font-size: 16px;
    }
    .top-slider .owl-nav {
        display: none;
    }
    .item-top-slider .sl-content h2 {
        max-width: 300px;
        font-size: 22px;
    }
    .item-top-slider .sl-content .sl-text a {
        margin-top: 15px;
    }
    .socials-info-new {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        width: 100%;
        z-index: 200;
        padding: 7px 0;
        background-color: #ffffff;
    }
    .socials-info-new p {
        display: inline-block;
        vertical-align: middle;
    }
    .socials-info-new a {
        margin: 0 5px 0 5px;
        font-size: 26px;
        vertical-align: middle;
    }
    .sign-up-overlay {
        position: relative !important;
        top: 0 !important;
    }
    .sign {
        height: 60px;
    }
    .sign.active {
        width: 100%;
    }
    .sign .sign-ic {
        padding-top: 21px;
    }
    .sign .sign-text {
        padding: 20px 25px 20px 15px;
    }
    .sign .sign-text br {
        display: none;
    }
    .banner .ban-text h1 {
        font-size: 20px;
    }
    .banner .ban-text h1 span {
        font-size: 16px;
    }
    .contact-step {
        max-width: 280px;
    }
    .contact-step span + span {
        margin-left: 45px;
    }
    .filter {
        text-align: center;
    }
    .filter .sort-item {
        margin: 0 10px 0 10px;
    }
    .filter p {
        display: block;
        margin: 0 0 15px 0;
    }
    .menu-mobile {
        padding: 60px 15px 50px 15px;
    }
    .main-section p {
        line-height: 1.6em;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .search input[type="text"] {
        font-size: 18px;
        line-height: 18px;
        height: 40px;
        padding: 0 60px 0 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .search .btn-search {
        font-size: 30px;
        right: 9px;
        top: 6px;
    }
    .suggested-seaches {
        text-align: center;
        margin-top: 15px;
    }
    .symp-registr {
        font-size: 16px;
    }
    .registr-sect img, .events-sect img{
        max-width: 200px;
        float: right;
        max-height: 200px;
    }
    .news-slider .news-sl-item .overlay,
    .video-slider .video-sl-item .overlay {
        display: none;
    }
    .news-slider .news-sl-item:hover h3 {
        color: #000000;
    }
    .news-slider .news-sl-item:hover a {
        color: #0061af;
    }
    .empowering h2 {
        padding: 0 60px;
        margin: 0 0 25px 0;
    }
    .empowering p {
        padding: 0 50px;
    }
    .empowering p span {
        font-size: 130px;
    }
    .empowering p span:first-child {
        top: -31px;
        left: 0;
    }
    .empowering p span:last-child {
        bottom: -20px;
        right: -6px;
    }
    .empowering img {
        margin-top: 0;
        max-width: 200px;
        float: right;
    }
    .item-research {
        margin-top: 20px;
        padding: 30px;
    }
    .item-research h3 {
        margin: 20px 0;
    }
    .banner.ban-ab-us .ban-text li,
    .banner.ban-ab-us .ban-text p {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .banner.ban-ab-us .ban-text h2 {
        margin-bottom: 20px;
    }
    .research-page .banner .ban-text p{
        max-width: 100%;
        font-size: 16px;
    }
    .partner h2 {
        margin-bottom: 20px;
    }
    .research-sol h2 {
        margin-bottom: 0;
    }
    .content-new .more-info {
        max-width: 100%;
    }
    .content-new .more-info h4 {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .content-new .more-info p {
        float: none;
        width: 100%;
    }
    .form .control-group {
        margin-bottom: 30px;
    }
    .author-img {
        margin-top: 25px;
    }
    .author-img img {
        width: 143px;
    }
    .info-new p {
        font-size: 16px;
        display: block;
        padding: 3px 0;
    }
    .news-item {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-item span.news-date {
        font-size: 14px;
    }
    .news-item a.learn-more {
        right: 50%;
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);

    }
    a.img-team {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .part-4 input {
        padding: 10px 15px;
        font-size: 18px;
    }
    .office {
        text-align: center;
    }
    .office h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .office h4 {
        margin-top: 5px;
    }
    .theme-accordion .panel-title a h4 {
        font-size: 18px;
    }
    .banner.cons-ban {
        background-image: none !important;
    }
    .banner.cons-ban .ban-text h2 {
        text-align: center;
    }
    .banner.cons-ban .ban-text p {
        max-width: none;
    }
    .irate-middle {
        margin-top: 20px;
    }
    .advantages {
        margin-top: 0;
    }
    .advantages .advantages-item {
        margin-top: 20px;
    }
    .irate-bot.wrap-bot-irate .trial-questions {
        position: static;
        max-width: 100%;
        word-wrap: break-word;
    }
}
@media (max-width: 650px) {
    .grey-cover{
        padding-bottom: 30px;
    }
    .top-slider .item-top-slider {
        height: 300px;
        padding-bottom: 10px;
    } 
    .top-slider .item-top-slider > img {
        width: 100%;
        height: 100%;
    }
    .top-slider .item-top-slider .sl-content .sl-text a {
        margin-top: 5px;
    }
    .top-slider .item-top-slider .scroll-dwn {
        bottom: 30px;
    }
    .news-slider, .video-slider{
        padding: 0;
    }
    .container.last-news-slider{
        padding: 0 15px;
    }
    .news-slider .news-sl-item {
        max-height: none;
    }
    .news-slider .owl-nav, .video-slider .owl-nav, .last-news-slider .owl-nav{
        display: none;
    }
    .banner-top .ban-top-text .container {
        padding-bottom: 50px;
    }
    .banner-top .ban-top-text p {
        max-width: 320px;
    }
    .banner-top .right-img-ban {
        height: auto;
        right: -80px;
    }
    .banner.ban-ab-us {
        padding-top: 0;
        background-position: left;
        background-color: #e9e9e9 !important;
    }
    .search-filter form {
        display: block;
        height: 0;
        padding: 0;
    }
    .search-filter form.open {
        padding-top: 10px;
        height: 152px;
    }
    .search-filter form label {
        margin-left: 0;
        margin-bottom: 10px;
        display: block;
    }
    .search-filter form .btn-search-filter {
        margin-left: 0;
    }
    .socials {
        margin: 15px auto 0 auto;
        text-align: center;
        float: none;
        width: 100%;
    }
    .socials a {
        font-size: 30px;
    }
    .main-footer {
        padding: 0;
    }
    .main-footer .fot-logo {
        display: none;
    }
    .main-footer .fot-bot-line {
        border: none;
        padding: 0;
    }
    .main-footer .fot-bot-line ul li {
        display: block;
        border-bottom: 1px solid #707070;
        margin: 0;
        text-align: left;
    }
    .main-footer .fot-bot-line ul li a {
        padding: 15px 0;
        display: block;
        line-height: 1.2em;
    }
    .main-footer .fot-bot-line p {
        text-align: left;
        padding-bottom: 10px;
    }
    .news-item-page .main-footer {
        padding-bottom: 50px;
    }
}
@media (max-width: 540px) {
    .item-top-slider .right-img {
        height: auto;
    }
    .services .item-services {
        padding: 20px 15px 100px 15px;
    }
    .selectize-input input {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
    }
    .selectize-dropdown-content .option {
        padding-left: 0;
    }
    .selectize-input > * {
        line-height: 22px;
        padding-left: 0;
    }
    .author-img {
        margin-top: 46px;
    }
    .author-img img {
        width: 75px;
    }
    .info-new p {
        font-size: 14px;
        text-align: right;
        margin: 0;
    }
    .filter p,
    .filter a,
    .filter .sort-item {
        font-size: 16px;
    }
    .filter .sort-item {
        margin: 0;
    }
    .filter .sort-item + .sort-item {
        margin-left: 5px;
    }
    .filter .sort-item:last-child .dropdown-menu {
        left: auto;
        right: 0;
    }
    .item-research .btn-research {
        padding: 8px 8px 8px 20px;
        font-size: 14px;
        width: 85%;
    }
    .item-research .btn-research .fa {
        left: 4px;
    }
}
@media (max-width: 400px) {
    .sign-wrap-form {
        width: 308px;
    }
    .pagination a:nth-child(n+3) {
        display: none;
    }
    .pagination a:last-child {
        display: inline-block;
    }
    .menu-mobile > ul.list-one {
        /*&>li > .sub-menu > li > a span {
       font-size: 16px;
     }*/
    }
    .menu-mobile > ul.list-one li + li a {
        text-align: left;
    }
    .menu-mobile a {
        font-size: 14px;
    }
    .item-research .btn-research {
        font-size: 13px;
    }
}