@font-face {
    font-family: 'Oswald', sans-serif;
}

@font-face {
    font-family: 'Fira Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

body.fix, html.fix {
    overflow: hidden !important;
}

/*menu button*/
.menu-button {
    position: absolute;
    top: 53px;
    right: 45px;
    width: 30px;
    height: 30px;
    z-index: 100;
    display: none;
}

.menu-button:hover {
    cursor: pointer;
}

.menu-button span {
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    position: relative;
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu-button span:after,
.menu-button span:before {
    content: '';
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    border-radius: 5px;
}

.menu-button span:after {
    top: -7px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.menu-button span:before {
    bottom: -7px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.menu-button.open span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-button.open span {
    background: transparent;
}

.menu-button.open span:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-button.open span:after,
.menu-button.open span:before {
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

/*template general styles*/
.full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

/*general styles*/
.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header.sticky .main-menu .navbar-nav {
    padding-top: 5px;
}

/*.main-header.sticky {
    top: -43px !important;
}*/

.main-header .top-header-line {
    background: #151515;
    padding-top: 10px;
    height: 43px;
}

.main-header.sticky .main-menu {
    height: 50px;
}

.main-header.sticky .main-menu .navbar-brand {
    padding-top: 15px;
}

.main-header .top-header-line .left-side {
    float: left;
}

.main-header .top-header-line .left-side li {
    display: inline-block;
    line-height: 20px;
}

.main-header .top-header-line .left-side li a {
    font-size: 15px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.main-header .top-header-line .left-side li a img {
    margin-top: -2px;
    margin-right: 5px;
}

.main-header .top-header-line .right-side {
    float: right;
}

.main-header .top-header-line .right-side li {
    display: inline-block;
    line-height: 20px;
}

.main-header .top-header-line .right-side li a {
    font-size: 15px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    vertical-align: middle;
    line-height: 20px;
}

.main-header .top-header-line .right-side li a img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.main-header .top-header-line .right-side li:last-child {
    margin-left: 118px;
}

.main-header .main-menu {
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header .main-menu .navbar-brand {
    padding: 0;
    width: 119px;
    padding: 38px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header .main-menu .navbar-right {
    margin-right: 0 !important;
}

.main-header .main-menu .navbar-nav {
    padding-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.main-header .main-menu .navbar-nav li {
    line-height: 50px;
}

.main-header .main-menu .navbar-nav li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    padding: 0;
    padding: 10px 10px;
    padding-top: 8px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
}

.main-header .main-menu .navbar-nav li a:after {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    bottom: 9px;
    left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header .main-menu .navbar-nav li a:hover,
.main-header .main-menu .navbar-nav li a:focus,
.main-header .main-menu .navbar-nav li a:active {
    background: transparent;
    color: #fff;
}

.main-header .main-menu .navbar-nav li a:hover:after,
.main-header .main-menu .navbar-nav li a:focus:after,
.main-header .main-menu .navbar-nav li a:active:after {
    background: #fff;
}

.main-header .main-menu .navbar-nav li.current-menu-item a {
    color: #ffffff;
}

.main-header .main-menu .navbar-nav li.current-menu-item a:after {
    height: 2px;
    background: #006cff;
}

.main-header .main-menu .navbar-nav li.header-btn {
    margin-left: 102px;
}

.main-header .main-menu .navbar-nav li.header-btn a {
    color: #fff;
    height: 40px;
    display: block;
    background: #006cff;
    padding: 10px 32px;
    border-radius: 5px;
}

.main-header .main-menu .navbar-nav li.header-btn a:after {
    display: none;
}

.main-header .main-menu .navbar-nav li.header-btn a:hover {
    background: #0759c8;
}

@media screen and (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}

.template-btn,
.template-btn:focus,
.template-btn:active {
    height: 60px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    border: 1px solid #1e1e1e;
    min-width: 282px;
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
    outline: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.template-btn:after,
.template-btn:focus:after,
.template-btn:active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1e1e1e;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.template-btn:hover,
.template-btn:focus:hover,
.template-btn:active:hover {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.template-btn:hover:after,
.template-btn:focus:hover:after,
.template-btn:active:hover:after {
    right: 0;
}

.template-btn.yellow-btn,
.template-btn:focus.yellow-btn,
.template-btn:active.yellow-btn {
    position: relative;
    border-color: #faa61a;
    z-index: 10;
}

.template-btn.yellow-btn:after,
.template-btn:focus.yellow-btn:after,
.template-btn:active.yellow-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #faa61a;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.template-btn.yellow-btn:hover,
.template-btn:focus.yellow-btn:hover,
.template-btn:active.yellow-btn:hover {
    background: transparent;
    color: #faa61a;
    text-decoration: none;
    outline: none;
}

.template-btn.yellow-btn:hover:after,
.template-btn:focus.yellow-btn:hover:after,
.template-btn:active.yellow-btn:hover:after {
    right: 100%;
}

.template-btn.white-btn,
.template-btn:focus.white-btn,
.template-btn:active.white-btn {
    color: #fff;
    border-color: #fff;
    z-index: 10;
}

.template-btn.white-btn:after,
.template-btn:focus.white-btn:after,
.template-btn:active.white-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.template-btn.white-btn:hover,
.template-btn:focus.white-btn:hover,
.template-btn:active.white-btn:hover {
    color: #000;
    text-decoration: none;
    outline: none;
}

.template-btn.white-btn:hover:after,
.template-btn:focus.white-btn:hover:after,
.template-btn:active.white-btn:hover:after {
    right: 0;
}

.template-btn.blue-btn,
.template-btn:focus.blue-btn,
.template-btn:active.blue-btn {
    border-color: #006cff;
    color: #fff;
}

.template-btn.blue-btn:after,
.template-btn:focus.blue-btn:after,
.template-btn:active.blue-btn:after {
    background: #006cff;
    right: 0;
}

.template-btn.blue-btn:hover,
.template-btn:focus.blue-btn:hover,
.template-btn:active.blue-btn:hover {
    color: #006cff;
}

.template-btn.blue-btn:hover:after,
.template-btn:focus.blue-btn:hover:after,
.template-btn:active.blue-btn:hover:after {
    right: 100%;
}

.hero-section {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 88px;
}

.hero-section h3,
.hero-section h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

.hero-section h3 {
    margin-bottom: 55px;
}

.hero-section h1 {
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}

.hero-section .hero-btn-wrapper {
    margin-top: 70px;
    margin-bottom: 80px;
}

.hero-section .partners-block {
    border-left: 1px solid rgba(255, 255, 255, 0.55);
    padding-left: 9px;
}

.hero-section .partners-block h4 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 100%;
}

.hero-section .partners-block a {
    display: inline-block;
    margin-right: 76px;
}

.hero-section .partners-block a:last-child {
    margin-right: 0;
}

.hero-section .partners-block img {
    max-width: 94px;
}

.hero-section .imac-wrapper {
    margin-left: -80px;
}

.about-us-section {
    padding-top: 144px;
    padding-bottom: 90px;
}

.about-us-section .about-item {
    padding-right: 80px;
}

.about-us-section .about-item.right {
    padding-left: 80px;
    padding-right: 0;
}

.about-us-section .img-wrapper {
    margin-bottom: 34px;
}

.about-us-section h2 {
    font-size: 35px;
    color: #1e1e1e;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 40px;
}

.about-us-section h2 strong {
    font-weight: 900;
}

.about-us-section p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
}

.about-us-section .title-wrapper {
    margin-bottom: 28px;
}

.button-section {
    background: #ecedee;
    padding: 45px 0;
}

.button-section .col-md-6:last-child {
    padding-left: 95px;
}

.quote-section {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 163px;
    padding-bottom: 172px;
    text-align: center;
}

.quote-section .container {
    position: relative;
}

.quote-section .quote-wrapper {
    max-width: 685px;
    margin: 0 auto;
}

.quote-section h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.quote-section h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -0.005em;
}

.quote-section .top-quote {
    position: absolute;
    top: -36px;
    left: 0;
}

.quote-section .bottom-quote {
    position: absolute;
    bottom: -36px;
    right: 0;
}

.what-we-can {
    padding-top: 155px;
    padding-bottom: 85px;
}

.what-we-can .what-we-can-item .img-wrapper {
    margin-bottom: 40px;
}

.what-we-can .what-we-can-item .title-wrapper {
    margin-bottom: 40px;
}

.what-we-can .what-we-can-item .title-wrapper h2 {
    font-size: 35px;
    color: #1e1e1e;
    line-height: 40px;
    letter-spacing: -0.025em;
    font-weight: 400;
}

.what-we-can .what-we-can-item .title-wrapper h2 strong {
    font-weight: 900;
}

.what-we-can .what-we-can-item .description-text p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
}

.testimonial-section {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.testimonial-section h2 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 50px;
}

.testimonial-section .testimonial-text p {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
}

.testimonial-section .testimonial-header {
    margin-bottom: 35px;
}

.testimonial-section .testimonial-item {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.testimonial-section .testimonial-item .avatar-wrapper {
    height: 78px;
    width: 78px;
    border-radius: 50%;
    display: block;
    background: #fff;
    float: left;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.testimonial-section .testimonial-item .avatar-wrapper img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    vertical-align: middle;
}

.testimonial-section .testimonial-item .title-wrapper {
    float: left;
    margin-left: 20px;
    vertical-align: middle;
    padding-top: 12px;
}

.testimonial-section .testimonial-item .title-wrapper h3 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

.testimonial-section .testimonial-item .title-wrapper h3 strong {
    font-weight: 600;
}

.testimonial-section .testimonial-item .description p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-style: italic;
}

.team-section {
    padding-top: 140px;
    padding-bottom: 150px;
}

.team-section .title-wrapper {
    margin-bottom: 80px;
}

.team-section .title-wrapper h2 {
    font-size: 35px;
    color: #1e1e1e;
    line-height: 40px;
    letter-spacing: -0.025em;
    font-weight: 400;
}

.team-section .title-wrapper h2 strong {
    font-weight: 700;
}

.team-item {
    border-left: 1px solid #489df9;
    padding-left: 19px;
}

.team-item .avatar-wrapper {
    border-radius: 50%;
    margin-bottom: 28px;
    width: 200px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.team-item .avatar-wrapper img {
    max-width: 100%;
    border-radius: 50%;
}

.team-item .description {
    padding-right: 60px;
}

.team-item .description h3 {
    font-size: 35px;
    line-height: 40px;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 17px;
}

.team-item .description p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
}

.team-item .description .contact-info {
    padding-top: 17px;
}

.team-item .description .contact-info li a {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

.team-item .description .contact-info li a:hover {
    color: #489df9;
    text-decoration: none;
}

.team-item .description .social-wrapper {
    margin-top: 28px;
}

.team-item .description .social-wrapper li {
    display: inline-block;
    margin-right: 17px;
}

.team-item .description .social-wrapper li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #489df9;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-item .description .social-wrapper li a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
}

.team-item .description .social-wrapper li a:hover {
    border-radius: 50%;
}

.team-item .description .social-wrapper li:last-child {
    margin-right: 0;
}

.news-section {
    background: #ecedee;
    padding-top: 85px;
}

.news-section .title-wrapper {
    margin-bottom: 52px;
}

.news-section .title-wrapper h2 {
    font-weight: 300;
}

.news-section .news-post-item {
    margin-bottom: 50px;
}

.news-section .news-post-item .post-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 76%;
}

.news-section .news-post-item .post-description h3 {
    font-size: 35px;
    line-height: 40px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
}

.news-section .news-post-item .post-description p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
    padding-right: 90px;
}

.news-section .news-post-item .post-description .post-btn-wrapper {
    margin-top: 20px;
}

.news-section .news-post-item .post-description .post-btn {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-section .news-post-item .post-description .post-btn:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #1e1e1e;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-section .news-post-item .post-description .post-btn:hover {
    text-decoration: none;
    outline: none;
}

.news-section .news-post-item .post-description .post-btn:hover:after {
    width: 0;
}

.news-section .news-form-wrapper .news-form-inner {
    background: #fff;
    text-align: center;
    padding: 50px 30px 80px 30px;
    margin-left: -15px;
    position: absolute;
    bottom: 50px;
    left: 0;
    max-width: 385px;
}

.news-section .news-form-wrapper .news-form-inner h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 53px;
}

.news-section .news-form-wrapper .news-form-inner img {
    margin-bottom: 54px;
}

.news-section .news-form-wrapper .news-form-inner form input {
    width: 100%;
    border: 1px solid #1e1e1e;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #1e1e1e;
    padding: 0 17px;
    outline: none;
}

.news-section .news-form-wrapper .news-form-inner form input::-webkit-input-placeholder {
    color: #6b6a6a;
    font-weight: 400;
}

.news-section .news-form-wrapper .news-form-inner form input:-moz-placeholder {
    color: #6b6a6a;
    font-weight: 400;
}

.news-section .news-form-wrapper .news-form-inner form input::-moz-placeholder {
    color: #6b6a6a;
    font-weight: 400;
}

.news-section .news-form-wrapper .news-form-inner form input:-ms-input-placeholder {
    color: #6b6a6a;
    font-weight: 400;
}

.news-section .news-form-wrapper .news-form-inner form .submit-btn {
    color: #fff;
    font-weight: 400;
    border-color: #4292ff;
    margin-top: 29px;
    background: #fff;
    position: relative;
    z-index: 10;
    background: #4292ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-section .news-form-wrapper .news-form-inner form .submit-btn:hover {
    background: transparent;
    color: #4292ff;
}

.cta-section {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 0;
}

.cta-section h2 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-top: -12px;
    margin-right: 55px;
}

.cta-section .yellow-btn {
    display: inline-block;
}

.main-footer {
    background: #1e1e1e;
    padding-top: 182px;
    padding-bottom: 60px;
}

.main-footer .footer-logo {
    text-align: right;
}

.main-footer .footer-logo a {
    max-width: 167px;
    display: inline-block;
    width: 100%;
}

.main-footer .footer-logo svg {
    max-width: 100%;
}

.main-footer .footer-menu h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 27px;
}

.main-footer .footer-menu li {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
}

.main-footer .footer-menu li a,
.main-footer .footer-menu li a span,
.main-footer .footer-menu .review-block span,
.main-footer .footer-menu .review-block a {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    position: relative;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .footer-menu .review-block span {
    display: block;
}

.main-footer .footer-menu li a:hover,
.main-footer .footer-menu li a:hover span,
.main-footer .footer-menu .review-block a:hover {
    color: #006cff;
}

.main-footer .footer-menu .top-level {
    margin-bottom: 30px;
}

.main-footer .footer-menu .star-img {
    margin-bottom: 15px;
}

.main-footer .footer-menu .footer-social li {
    display: inline-block;
    margin-right: 8px;
}

.main-footer .footer-menu .footer-social li:last-child {
    margin-right: 0;
}

.main-footer .footer-menu .footer-social li a {
    display: block;
    width: 39px;
    height: 39px;
    background: #fff;
    position: relative;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .footer-menu .footer-social li a:hover {
    background: transparent;
}

.main-footer .footer-menu .footer-social li a:hover .fa {
    color: #fff;
}

.main-footer .footer-menu .footer-social li a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #1e1e1e;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .address-menu li {
    margin-bottom: 15px;
}

.main-footer .address-menu li a {
    border: none;
}

.main-footer .address-menu li a span {
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
    margin-left: 5px;
}

.main-footer .address-menu li a img {
    vertical-align: middle;
}

.main-footer .address-menu .top-level {
    margin-bottom: 10px;
}

.main-footer .address-menu .bottom-level li {
    margin-bottom: 0;
}

.main-footer .copyright p {
    float: right;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: -16px;
}

.subpage-title-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 232px;
    padding-bottom: 120px;
}

.subpage-title-wrapper .subpage-title span {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
    display: block;
}

.subpage-title-wrapper .subpage-title h1 {
    font-size: 80px;
    line-height: 55px;
    color: #fff;
    font-weight: 900;
}

.subpage-title-wrapper.blog-article-title {
    padding-bottom: 76px;
}

.subpage-title-wrapper.blog-article-title span,
.subpage-title-wrapper.blog-article-title a {
    font-size: 15px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
}

.subpage-title-wrapper.blog-article-title a:hover {
    color: #006cff;
    text-decoration: none;
    outline: none;
}

.subpage-title-wrapper.blog-article-title h1 {
    font-size: 45px;
    line-height: 55px;
    max-width: 585px;
}

.subpage-title-wrapper.contact-title {
    padding-bottom: 88px;
}

.subpage-title-wrapper.contact-title h1 {
    margin-bottom: 40px;
}

.subpage-title-wrapper.contact-title span {
    margin-bottom: 0;
    max-width: 890px;
}

.scan-section {
    padding-top: 90px;
    padding-bottom: 115px;
}

.scan-section .scan-top-item {
    padding-right: 80px;
}

.scan-section .scan-top-item h2,
.content-wraper p {
    font-size: 35px;
    color: #1e1e1e;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 25px;
}

.scan-section .scan-top-item p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 85px;
}

.content-wraper p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 30px;
}

.scan-section .scan-item {
    padding-right: 80px;
}

.scan-section .scan-item .img-wrapper {
    margin-bottom: 32px;
}

.scan-section .scan-item h2 {
    font-size: 35px;
    color: #1e1e1e;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}

.scan-section .scan-item p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
}

.scan-section .top-block {
    margin-bottom: 120px;
}

.step-section {
    background: #ecedee;
    padding-top: 115px;
    padding-bottom: 115px;
}

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

.step-section .step-item .number-wrapper {
    width: 149px;
    height: 149px;
    border: 1px solid #006cff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 37px;
}

.step-section .step-item .number-wrapper span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #1e1e1e;
    font-weight: 300;
}

.step-section .step-item .text-wrapper h2 {
    font-size: 35px;
    color: #1e1e1e;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

.step-section .step-item .text-wrapper p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
    padding: 0 25px;
}

.blog-section {
    padding-top: 91px;
    padding-bottom: 120px;
}

.blog-post-item {
    margin-bottom: 41px;
    position: relative;
}

.blog-post-item .post-image {
    padding-top: 66%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.blog-right-side .blog-post-item .post-image {
    padding-top: 68%;
}

.blog-left-side .blog-post-item .post-title {
    margin-top: 22px;
    margin-bottom: 34px;
}

.blog-left-side .blog-post-item .post-title h2 {
    min-height: 156px;
}

.blog-post-item .post-title h2 {
    font-size: 45px;
    line-height: 50px;
    color: #1e1e1e;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-post-item .post-description p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
    min-height: 168px;
}

.blog-post-item .post-info {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 36px;
    padding-bottom: 1px;
    position: relative;
    z-index: 10;
}

.blog-post-item .post-info .category,
.blog-post-item .post-info .hash-tag {
    display: inline-block;
}

.blog-post-item .post-info a,
.blog-post-item .post-info span {
    font-size: 15px;
    color: #828282;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
}

.blog-post-item .post-info a:hover {
    color: #006cff;
}

.blog-post-item:hover .post-title h2 {
    color: #006cff;
}

.blog-right-side {
    margin-right: -30px;
    padding-left: 13px;
}

.blog-right-side .col-md-6 {
    padding: 0 11px;
}

.blog-right-side .blog-post-item .post-title h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 25px;
}

.blog-right-side .blog-post-item .post-info {
    /*padding-top: 69px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
}

.blog-form {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 41px 31px 31px 31px;
    border-radius: 4px;
    margin-bottom: 41px;
}

.blog-form h2 {
    font-size: 45px;
    line-height: 50px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 72px;
}

.blog-form form input {
    width: 100%;
    border: 1px solid #1e1e1e;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #1e1e1e;
    padding: 0 17px;
    outline: none;
    max-width: 324px;
}

.blog-form form input::-webkit-input-placeholder {
    color: #6b6a6a;
    font-weight: 400;
}

.blog-form form input:-moz-placeholder {
    color: #6b6a6a;
    font-weight: 400;
}

.blog-form form input::-moz-placeholder {
    color: #6b6a6a;
    font-weight: 400;
}

.blog-form form input:-ms-input-placeholder {
    color: #6b6a6a;
    font-weight: 400;
}

.blog-form form .submit-btn {
    color: #fff;
    font-weight: 400;
    border-color: #4292ff;
    margin-top: 29px;
    background: #fff;
    position: relative;
    z-index: 10;
    background: #4292ff;
}

.blog-form form .submit-btn:hover {
    background: transparent;
    color: #4292ff;
}

.video-wrapper iframe {
    width: 100% !important;
    min-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-article-section {
    padding-top: 83px;
    padding-bottom: 145px;
}

.blog-article-section .a2a_kit {
    margin: 0 !important;
    right: auto !important;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    width: 78px;
    border-radius: 50px;
    padding: 25px 0;
    position: absolute !important;
    z-index: 10 !important;
    display: none;
}

.blog-article-section .a2a_kit.fixed {
    position: fixed !important;
}

.blog-article-section .a2a_kit.hide {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-article-section .a2a_vertical_style a {
    padding: 11px 0 !important;
    text-align: center;
}

.blog-article-section a.addtoany_share img {
    width: 24px;
    height: 24px;
}

.blog-article-section .a2a_kit .a2a_svg {
    margin: 0 auto !important;
}

.blog-article-section .blog-article-content {
    padding-right: 70px;
}

.blog-article-section .blog-article-content h2 {
    color: #1e1e1e;
    font-size: 45px;
    line-height: 50px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-article-section .blog-article-content p {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 26px;
}
.blog-article-section .blog-article-content h1,
.blog-article-section .blog-article-content h3,
.blog-article-section .blog-article-content h4,
.blog-article-section .blog-article-content h5 {
    margin-bottom: 20px;
    color:#1e1e1e;
}

.blog-article-section .blog-article-content ul,
.blog-article-section .blog-article-content ol {
    margin-bottom: 26px;
}

.blog-article-section .blog-article-content ul {
    padding-left: 40px;
}

.blog-article-section .blog-article-content ul li {
    list-style: disc;
}

.blog-article-section .blog-article-content ul li,
.blog-article-section .blog-article-content ol li {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 10px;
}

.blog-article-section .blog-article-content iframe {
    width: 100% !important;
    min-height: 506px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-article-section .blog-article-content .info-box {
    background: #f0f0f0;
    padding: 100px 125px 85px 68px;
    margin-top: 30px;
    margin-bottom: 36px;
    border-radius: 5px;
}

.blog-article-section .blog-article-content .info-box .info-box-image {
    text-align: center;
}

.blog-article-section .blog-article-content .info-box .info-box-image img {
    max-width: 100%;
}

.blog-article-section .blog-article-content .info-box .info-box-text {
    margin-top: -8px;
}

.blog-article-section .blog-article-content .info-box .info-box-text h3 {
    letter-spacing: -0.025em;
    color: #1e1e1e;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.blog-article-section .blog-article-content .relative-posts-wrapper {
    padding-top: 70px;
}

.blog-article-section .blog-article-content .relative-posts-wrapper .post-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 67%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-article-section .blog-article-content .relative-posts-wrapper .post-caption h3 {
    font-size: 25px;
    line-height: 30px;
    color: #1e1e1e;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 700;
    margin-top: 20px;
}

.blog-article-section .blog-article-content .relative-posts-wrapper .post-item {
    position: relative;
}

.blog-article-section .blog-article-content .relative-posts-wrapper .post-item:hover .post-image {
    -webkit-background-size: 105%;
    background-size: 105%;
}

.contact-section {
    padding-top: 95px;
    padding-bottom: 120px;
}

.contact-section .team-item {
    border: none;
    margin-bottom: 115px;
}

.contact-section .contact-form-wrapper {
    background: #f5f5f5;
    padding: 84px 75px 61px 75px;
    border-radius: 5px;
}

.contact-section .contact-form-wrapper h2 {
    font-size: 35px;
    color: #000;
    font-weight: 400;
    margin-bottom: 52px;
}

.contact-section .contact-form-wrapper input,
.contact-section .contact-form-wrapper textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    height: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 15px;
    padding: 0 8px;
    outline: none;
    color: #000;
}

.contact-section .contact-form-wrapper input.half-input,
.contact-section .contact-form-wrapper textarea.half-input {
    width: 48%;
    float: left;
}

.contact-section .contact-form-wrapper input.half-input.email,
.contact-section .contact-form-wrapper textarea.half-input.email {
    float: right;
}

.contact-section .contact-form-wrapper input.submit-btn,
.contact-section .contact-form-wrapper textarea.submit-btn {
    max-width: 254px;
    background: #4292ff;
    color: #fff;
    height: 40px;
    font-weight: 700;
    border: 2px solid #4292ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 5px;
    width: 100%;
}

.contact-section .contact-form-wrapper input.submit-btn:hover,
.contact-section .contact-form-wrapper textarea.submit-btn:hover {
    background: transparent;
    color: #4292ff;
}

.contact-section .contact-form-wrapper input::-webkit-input-placeholder,
.contact-section .contact-form-wrapper textarea::-webkit-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.contact-section .contact-form-wrapper input:-moz-placeholder,
.contact-section .contact-form-wrapper textarea:-moz-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.contact-section .contact-form-wrapper input::-moz-placeholder,
.contact-section .contact-form-wrapper textarea::-moz-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.contact-section .contact-form-wrapper input:-ms-input-placeholder,
.contact-section .contact-form-wrapper textarea:-ms-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.contact-section .contact-form-wrapper textarea {
    padding-top: 8px;
    height: 160px;
}

.contact-section .map-block #map {
    min-height: 366px;
    width: 100%;
    border-radius: 5px;
}

.contact-section .map-block .contact-info {
    margin-top: 33px;
}

.contact-section .map-block .contact-info li {
    margin-bottom: 15px;
}

.contact-section .map-block .contact-info li a {
    color: #1e1e1e;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

.contact-section .map-block .contact-info li a span {
    max-width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.contact-section .map-block .contact-info li a img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.contact-section .map-block .contact-info li a:hover {
    text-decoration: none;
}

.contact-section .map-block .contact-info li a:hover span {
    text-decoration: underline;
}

.contact-section .map-block .requisites-info {
    margin-top: 91px;
}

.contact-section .map-block .requisites-info li {
    color: #1e1e1e;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    margin-bottom: 0;
}

.main-footer .footer-second-logo svg {
    max-width: 168px;
}

.main-footer .second-footer {
    float: right;
}

.main-footer .copyright-second {
    margin-top: 47px;
}

.main-footer .copyright-second p {
    font-size: 11px;
    color: #fff;
    line-height: 15px;
    font-weight: 400;
}

.test-page {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 84px;
}

.test-page .test-page-logo {
    text-align: center;
    margin-bottom: 82px;
}

.test-page .test-page-logo svg {
    max-width: 198px;
    width: 100%;
    display: inline-block;
}

.test-page .test-page-form {
    max-width: 792px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 100px 160px 80px 160px;
    border-radius: 5px;
}

.test-page .test-page-form h1 {
    font-size: 35px;
    line-height: 40px;
    color: #1e1e1e;
    font-weight: 900;
    margin-bottom: 26px;
}

.test-page .test-page-form p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

.test-page .test-page-form form {
    max-width: 385px;
    margin: 0 auto;
    margin-top: 107px;
}

.test-page .test-page-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #d6d5d5;
    border-radius: 4px;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    outline: none;
    padding: 0 14px;
    margin-bottom: 4px;
}

.test-page .test-page-form input.submit-btn {
    background: #006cff;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    border: 2px solid #006cff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 10px;
    width: 100%;
}

.test-page .test-page-form input.submit-btn:hover {
    background: transparent;
    color: #006cff;
}

.test-page .test-page-form input::-webkit-input-placeholder {
    color: #6b6a6a;
}

.test-page .test-page-form input:-moz-placeholder {
    color: #6b6a6a;
}

.test-page .test-page-form input::-moz-placeholder {
    color: #6b6a6a;
}

.test-page .test-page-form input:-ms-input-placeholder {
    color: #6b6a6a;
}

.success-query-page {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 84px;
}

.success-query-page .test-page-logo {
    text-align: center;
    margin-bottom: 82px;
}

.success-query-page .test-page-logo a svg {
    max-width: 198px;
    width: 100%;
    display: inline-block;
    height: auto;
}

.success-query-page .success-query-box {
    max-width: 793px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 100px 160px;
}

.success-query-page .success-query-box .image-wrapper {
    margin-bottom: 62px;
}

.success-query-page .success-query-box h1 {
    font-size: 35px;
    line-height: 40px;
    color: #1e1e1e;
    font-weight: 900;
    margin-bottom: 26px;
}

.success-query-page .success-query-box p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #1e1e1e;
}

.success-query-page .success-query-box .success-query-social {
    margin-top: 85px;
}

.success-query-page .success-query-box .success-query-social li {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 4px;
    position: relative;
    margin-right: 28px;
}

.success-query-page .success-query-box .success-query-social li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.success-query-page .success-query-box .success-query-social li a .fa {
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

.success-query-page .success-query-box .success-query-social li.linkedin {
    background: #0077b7;
}

.success-query-page .success-query-box .success-query-social li.facebook {
    background: #475993;
}

.success-query-page .success-query-box .success-query-social li.facebook a .fa {
    margin-top: 4px;
    margin-left: 4px;
}

.success-query-page .success-query-box .success-query-social li.twitter a .fa {
    color: #76a9ea;
    font-size: 34px;
}

.success-query-page .success-query-box .success-query-social li.mail {
    background: #006cff;
    border-radius: 50%;
}

.success-query-page .success-query-box .success-query-social li.mail a .fa {
    font-size: 16px;
}

.success-query-page .success-query-box .success-query-social li:last-child {
    margin-right: 0;
}

.content-wraper {
    padding-top: 115px;
    padding-bottom: 115px;
}

.content-wraper blockquote {
    border-color: #006cff;
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    background: #f3f3f3;
}

.content-wraper blockquote p {
    font-weight: 500;
}

.content-wraper h2 {
    margin-bottom: 25px;
}

.content-wraper ul {
    padding-left: 40px;
}

.content-wraper ul,
.content-wraper ol {
    margin-bottom: 30px;
}

.content-wraper ul li {
    list-style: disc;
}

.content-wraper ul li,
.content-wraper ol li {
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 10px;
}

.content-wraper a {
    color: #006cff;
    font-size: 20px;
    line-height: 25px;
    text-decoration: underline;
}

.content-wraper a:hover {
    text-decoration: none;
}

.pagination-wrapper {
    text-align: center;
}

.pagination-wrapper ul li {
    display: inline-block;
    margin-right: 18px;
}

.pagination-wrapper ul li:last-child {
    margin-right: 0;
}

.pagination-wrapper ul li a {
    color: #c8c8c8;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination-wrapper ul li a:hover {
    color: #4292ff;
}

.pagination-wrapper ul li.active a {
    color: #4292ff;
}