@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap';

body {
    background-color: transparent !important;
    font-family: montserrat !important;
    padding: 0 !important;
    margin: 0 !important;
    scroll-behavior: smooth !important;
    overflow-x: hidden
}

a {
    text-decoration: none !important
}

button {
    text-decoration: none !important
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

.rds-section-home-hero.rds-section-large.rds-bg-dark-blue {
    background-color: #010220;
    background-image: linear-gradient(90deg, transparent, rgba(146, 121, 255, 0.069) 50%, rgba(22, 75, 235, 0.069) 100%, transparent 95%), linear-gradient(90deg, transparent, rgba(255, 121, 197, 0.069) 50%, rgba(22, 75, 235, 0.069) 100%, transparent 95%), linear-gradient(90deg, transparent, rgba(255, 121, 197, 0.069) 50%, rgba(22, 75, 235, 0.069) 100%, transparent 95%)
}

.rds-section-home-hero {
    padding: 80px 0
}

.rds-section-seamless-home.v2.rds-bg-light-grey.rds-section-large {
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent, rgba(146, 121, 255, 0.069) 50%, rgba(22, 75, 235, 0.069) 100%, transparent 95%), linear-gradient(90deg, transparent, rgba(255, 121, 197, 0.069) 50%, rgba(22, 75, 235, 0.069) 100%, transparent 95%), linear-gradient(90deg, transparent, rgba(255, 121, 197, 0.069) 50%, rgba(22, 75, 235, 0.069) 100%, transparent 95%)
}

.rds-join-2 {
    background-image: linear-gradient(#fff, rgba(0, 0, 0, 0) 80%);
    border: 1px rgba(0, 0, 0, 0);
    border-radius: 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 20px;
    display: flex;
    position: static;
    box-shadow: inset 1px -1px 5px rgba(0, 0, 0, 0)
}

.rds-button-secondry {
    color: #fff;
    background-color: #0364ff;
    border-radius: 100px;
    margin-top: 0;
    padding: 20px 36px;
    font-size: 16px;
    display: block;
    max-width: 250px;
    text-align: center;
    cursor: pointer;
    font-weight: 600
}

.rds-button-secondry:hover {
    background-color: #438bff
}

.rds-button-secondry1 {
    color: #fff;
    background-color: #0364ff;
    border-radius: 100px;
    padding: 20px 36px;
    font-size: 16px;
    display: block;
    max-width: 350px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    margin: auto;
    outline: none !important;
    border: none !important
}

.rds-button-secondry1:hover {
    background-color: #438bff
}

.rds-button-secondry2 {
    color: #fff;
    background-color: #0364ff;
    border-radius: 100px;
    padding: 20px 36px;
    font-size: 16px;
    display: block;
    max-width: 250px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    margin: auto;
    outline: none !important;
    border: none !important
}

.rds-button-secondry2:hover {
    background-color: #438bff
}

.animate {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.five {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.img-side {
    padding: 65px 0
}

.img-side1 {
    padding: 15px 0
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.menu {
    background: rgba(88, 88, 255, 0.16);
    border-radius: 59px;
    padding: 10px;
    width: 600px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto
}

a.tab1,
a.tab2,
a.tab3 {
    width: 282px;
    height: 60px;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    cursor: pointer
}

@media (max-width:460px) {

    a.tab1,
    a.tab2,
    a.tab3 {
        width: 282px;
        height: 50px;
        color: var(--white);
        background-color: rgba(0, 0, 0, 0);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 15px;
        cursor: pointer
    }
}

.focusDiv {
    border-radius: 47px;
    background: linear-gradient(90deg, #13a5d3 0, #1b6bec 32.29%, #9824cf 100%) !important
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png)
}

.carousel-control-next-icon {
    background-image: url(../images/left-arrow.png);
    transform: rotate(180deg)
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    min-width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 40%;
    background-size: 50% 50%;
    border-radius: 50%
}

.carousel-indicators {
    position: relative !important;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding-left: 0;
    list-style: none;
    margin: 10% auto !important
}

.carousel-item {
    padding: 5%;
    min-height: 590px !important
}

.back {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px)
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: linear-gradient(40deg, rgba(25, 38, 79, 1) 0%, rgba(61, 45, 66, 1) 100%);
    border-radius: 26px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header:after,
#header .top-nav:after,
.main-header:after,
.feature-sec:after,
.feature-sec .tabset:after,
.team-sec:after,
.contact-sec:after {
    content: '';
    display: block;
    clear: both
}

.ellipsis {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.comment-form input[type='text'],
.search-form input[type='text'],
.post-password-form input[type='text'],
.comment-form input[type='tel'],
.search-form input[type='tel'],
.post-password-form input[type='tel'],
.comment-form input[type='email'],
.search-form input[type='email'],
.post-password-form input[type='email'],
.comment-form input[type='search'],
.search-form input[type='search'],
.post-password-form input[type='search'],
.comment-form input[type='password'],
.search-form input[type='password'],
.post-password-form input[type='password'],
.comment-form input[type='url'],
.search-form input[type='url'],
.post-password-form input[type='url'],
.comment-form input[type='date'],
.search-form input[type='date'],
.post-password-form input[type='date'],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #999;
    padding: .5em .7em
}

.comment-form input[type='text']:focus,
.search-form input[type='text']:focus,
.post-password-form input[type='text']:focus,
.comment-form input[type='tel']:focus,
.search-form input[type='tel']:focus,
.post-password-form input[type='tel']:focus,
.comment-form input[type='email']:focus,
.search-form input[type='email']:focus,
.post-password-form input[type='email']:focus,
.comment-form input[type='search']:focus,
.search-form input[type='search']:focus,
.post-password-form input[type='search']:focus,
.comment-form input[type='password']:focus,
.search-form input[type='password']:focus,
.post-password-form input[type='password']:focus,
.comment-form input[type='url']:focus,
.search-form input[type='url']:focus,
.post-password-form input[type='url']:focus,
.comment-form input[type='date']:focus,
.search-form input[type='date']:focus,
.post-password-form input[type='date']:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
    border-color: #333
}

.comment-form input[type='text']::-webkit-input-placeholder,
.search-form input[type='text']::-webkit-input-placeholder,
.post-password-form input[type='text']::-webkit-input-placeholder,
.comment-form input[type='tel']::-webkit-input-placeholder,
.search-form input[type='tel']::-webkit-input-placeholder,
.post-password-form input[type='tel']::-webkit-input-placeholder,
.comment-form input[type='email']::-webkit-input-placeholder,
.search-form input[type='email']::-webkit-input-placeholder,
.post-password-form input[type='email']::-webkit-input-placeholder,
.comment-form input[type='search']::-webkit-input-placeholder,
.search-form input[type='search']::-webkit-input-placeholder,
.post-password-form input[type='search']::-webkit-input-placeholder,
.comment-form input[type='password']::-webkit-input-placeholder,
.search-form input[type='password']::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder,
.comment-form input[type='url']::-webkit-input-placeholder,
.search-form input[type='url']::-webkit-input-placeholder,
.post-password-form input[type='url']::-webkit-input-placeholder,
.comment-form input[type='date']::-webkit-input-placeholder,
.search-form input[type='date']::-webkit-input-placeholder,
.post-password-form input[type='date']::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
    color: #ccc
}

.comment-form input[type='text']::-moz-placeholder,
.search-form input[type='text']::-moz-placeholder,
.post-password-form input[type='text']::-moz-placeholder,
.comment-form input[type='tel']::-moz-placeholder,
.search-form input[type='tel']::-moz-placeholder,
.post-password-form input[type='tel']::-moz-placeholder,
.comment-form input[type='email']::-moz-placeholder,
.search-form input[type='email']::-moz-placeholder,
.post-password-form input[type='email']::-moz-placeholder,
.comment-form input[type='search']::-moz-placeholder,
.search-form input[type='search']::-moz-placeholder,
.post-password-form input[type='search']::-moz-placeholder,
.comment-form input[type='password']::-moz-placeholder,
.search-form input[type='password']::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder,
.comment-form input[type='url']::-moz-placeholder,
.search-form input[type='url']::-moz-placeholder,
.post-password-form input[type='url']::-moz-placeholder,
.comment-form input[type='date']::-moz-placeholder,
.search-form input[type='date']::-moz-placeholder,
.post-password-form input[type='date']::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc
}

.comment-form input[type='text']:-moz-placeholder,
.search-form input[type='text']:-moz-placeholder,
.post-password-form input[type='text']:-moz-placeholder,
.comment-form input[type='tel']:-moz-placeholder,
.search-form input[type='tel']:-moz-placeholder,
.post-password-form input[type='tel']:-moz-placeholder,
.comment-form input[type='email']:-moz-placeholder,
.search-form input[type='email']:-moz-placeholder,
.post-password-form input[type='email']:-moz-placeholder,
.comment-form input[type='search']:-moz-placeholder,
.search-form input[type='search']:-moz-placeholder,
.post-password-form input[type='search']:-moz-placeholder,
.comment-form input[type='password']:-moz-placeholder,
.search-form input[type='password']:-moz-placeholder,
.post-password-form input[type='password']:-moz-placeholder,
.comment-form input[type='url']:-moz-placeholder,
.search-form input[type='url']:-moz-placeholder,
.post-password-form input[type='url']:-moz-placeholder,
.comment-form input[type='date']:-moz-placeholder,
.search-form input[type='date']:-moz-placeholder,
.post-password-form input[type='date']:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
    color: #ccc
}

.comment-form input[type='text']:-ms-input-placeholder,
.search-form input[type='text']:-ms-input-placeholder,
.post-password-form input[type='text']:-ms-input-placeholder,
.comment-form input[type='tel']:-ms-input-placeholder,
.search-form input[type='tel']:-ms-input-placeholder,
.post-password-form input[type='tel']:-ms-input-placeholder,
.comment-form input[type='email']:-ms-input-placeholder,
.search-form input[type='email']:-ms-input-placeholder,
.post-password-form input[type='email']:-ms-input-placeholder,
.comment-form input[type='search']:-ms-input-placeholder,
.search-form input[type='search']:-ms-input-placeholder,
.post-password-form input[type='search']:-ms-input-placeholder,
.comment-form input[type='password']:-ms-input-placeholder,
.search-form input[type='password']:-ms-input-placeholder,
.post-password-form input[type='password']:-ms-input-placeholder,
.comment-form input[type='url']:-ms-input-placeholder,
.search-form input[type='url']:-ms-input-placeholder,
.post-password-form input[type='url']:-ms-input-placeholder,
.comment-form input[type='date']:-ms-input-placeholder,
.search-form input[type='date']:-ms-input-placeholder,
.post-password-form input[type='date']:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
    color: #ccc
}

.comment-form input[type='text'].placeholder,
.search-form input[type='text'].placeholder,
.post-password-form input[type='text'].placeholder,
.comment-form input[type='tel'].placeholder,
.search-form input[type='tel'].placeholder,
.post-password-form input[type='tel'].placeholder,
.comment-form input[type='email'].placeholder,
.search-form input[type='email'].placeholder,
.post-password-form input[type='email'].placeholder,
.comment-form input[type='search'].placeholder,
.search-form input[type='search'].placeholder,
.post-password-form input[type='search'].placeholder,
.comment-form input[type='password'].placeholder,
.search-form input[type='password'].placeholder,
.post-password-form input[type='password'].placeholder,
.comment-form input[type='url'].placeholder,
.search-form input[type='url'].placeholder,
.post-password-form input[type='url'].placeholder,
.comment-form input[type='date'].placeholder,
.search-form input[type='date'].placeholder,
.post-password-form input[type='date'].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
    color: #ccc
}

.widget {
    margin-bottom: 1.2em
}

.widget ul {
    padding-left: 2em
}

.widget select {
    min-width: 150px
}

.comment-form label {
    display: block;
    padding-bottom: 4px
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px
}

.comment-form textarea,
.comment-form input[type='text'] {
    margin: 0 4px 0 0;
    width: 300px
}

.comment-form input[type='submit'] {
    display: block;
    float: none
}

.post-password-form label {
    display: block
}

.post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    width: 300px
}

.search-form input {
    float: left;
    height: 2em
}

.search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px
}

.post-password-form input {
    float: left;
    height: 2em
}

.post-password-form input[type='password'] {
    width: 150px
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
    background: #333;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
    opacity: .8
}

.commentlist {
    margin: 0 0 1.2em
}

.commentlist .edit-link {
    margin: 0
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0
}

.commentlist-item .commentlist-item {
    padding: 0
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em
    }
}

.comment,
.commentlist-holder {
    overflow: hidden
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
    padding-top: 1.2em
}

.widget_calendar #next {
    text-align: right
}

.gallery-item dt {
    float: none;
    padding: 0
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em
}

@media (max-width: 767px) {

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0
    }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    padding: .4em;
    text-decoration: none
}

@media (max-width: 767px) {

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em
    }
}

.navigation-single {
    margin-bottom: 1.2em
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    text-decoration: none
}

.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block
}

@media (max-width: 767px) {

    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em
    }
}

.navigation-single .next {
    float: right
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #ccc;
    padding: .4em;
    margin-bottom: 1.2em
}

.wp-caption img {
    margin: 0;
    vertical-align: top
}

.wp-caption p {
    margin: .4em 0 0
}

div.aligncenter {
    margin: 0 auto 1.2em
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em
}

.mejs-container {
    margin-bottom: 1.2em
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto
}

body {
    font-weight: 400;
    margin: 0;
    font-family: montserrat !important
}

body.pattern1 {
    background-image: url(images/patterns/pattern1.png)
}

body.pattern2 {
    background-image: url(images/patterns/pattern2.png)
}

body.pattern3 {
    background-image: url(images/patterns/pattern3.png)
}

body.pattern4 {
    background-image: url(images/patterns/pattern4.png)
}

body.pattern5 {
    background-image: url(images/patterns/pattern5.png)
}

body.pattern6 {
    background-image: url(images/patterns/pattern6.png)
}

body.pattern7 {
    background-image: url(images/patterns/pattern7.png)
}

body.pattern8 {
    background-image: url(images/patterns/pattern8.png)
}

body.pattern9 {
    background-image: url(images/patterns/pattern9.png)
}

body.pattern10 {
    background-image: url(images/patterns/pattern10.png)
}

body.pattern11 {
    background-image: url(images/patterns/pattern11.png)
}

body.pattern12 {
    background-image: url(images/patterns/pattern12.png)
}

body.pattern13 {
    background-image: url(images/patterns/pattern13.png)
}

body.pattern14 {
    background-image: url(images/patterns/pattern14.png)
}

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

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important
}

.overlay {
    z-index: 1;
    position: relative
}

.overlay:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .85;
    background: #000
}

.parallax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.bg-full {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg-dark {
    background-color: #fff;
    margin-bottom: 50px !important
}

.bg-grey2 {
    background-color: #f1f1f1
}

.round {
    border-radius: 100%
}

.mar-top-xs {
    margin-top: 30px !important
}

.mar-top-sm {
    margin-top: 60px !important
}

.mar-top-md {
    margin-top: 90px !important
}

.pad-top-xs {
    padding-top: 30px !important
}

.pad-top-sm {
    padding-top: 60px !important
}

.pad-top-md {
    padding-top: 90px !important
}

.mar-top-lg {
    margin-top: 120px !important
}

.pad-top-lg {
    padding-top: 120px !important
}

.mar-bottom-xs {
    margin-bottom: 30px !important
}

.mar-bottom-sm {
    margin-bottom: 60px !important
}

.mar-bottom-md {
    margin-bottom: 90px !important
}

.pad-bottom-sm {
    padding-bottom: 60px !important
}

.pad-bottom-xs {
    padding-bottom: 30px !important
}

.pad-bottom-md {
    padding-bottom: 90px !important
}

.mar-bottom-lg {
    margin-bottom: 120px !important
}

.pad-bottom-lg {
    padding-bottom: 120px !important
}

#wrapper {
    background-color: transparent;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

body.boxed-v #wrapper {
    max-width: 80%;
    margin: 20px auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

#header {
    position: relative;
    z-index: 22222;
    background-color: #010221 !important
}

#header.sticky .header-holder {
    left: 0;
    top: 0;
    right: 0;
    position: fixed;
    padding-top: 20px;
    background: #141937;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

#header.sticky #nav {
    padding-bottom: 27px
}

#header.sticky #nav a:before {
    bottom: -27px
}

#header .top-nav {
    padding: 2px 15.3% 6px
}

#header .header-holder {
    padding: 27px 12.8% 7px
}

.logo {
    width: 180px;
    float: left;
    margin: -10px 10px 0
}

.social-network {
    font-size: 15px;
    line-height: 18px;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.social-network li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 12px
}

.social-network a {
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.social-network a:hover {
    color: #fff
}

#nav {
    font-size: 12px;
    line-height: 15px;
    color: #2b2b2b;
    font-weight: 500;
    float: right;
    padding: 10px 0 27px;
    letter-spacing: 1px
}

#nav ul {
    margin: 0
}

#nav ul li {
    float: left;
    margin: 0 0 0 26px
}

#nav ul .anchor-active a:before {
    width: 100%
}

#nav ul a {
    color: #2b2b2b;
    padding: 0 4px;
    position: relative;
    z-index: 1;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.nav-active #nav {
    opacity: 1;
    visibility: visible
}

#main {
    overflow: hidden !important
}

.main {
    margin-top: 0
}

.title {
    font-size: 40px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    font-family: Montserrat;
    display: block;
    margin: 0 0 30px;
    letter-spacing: 1px;
    text-align: left
}

.h1 {
    background-image: linear-gradient(120deg, #66d4f6, #4d92ff 39%, #bb65ff);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(120deg, #66d4f6, #4d92ff 39%, #bb65ff);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 70px !important;
    font-family: Montserrat !important;
    font-weight: 900 !important;
    text-align: left;
    margin-bottom: 30px !important
}

.h11 {
    background-image: linear-gradient(120deg, #060683, #012f7a 39%, #c013d0);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(120deg, #060683, #012f7a 39%, #c013d0);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 25px !important;
    margin-top: 4%;
    font-family: Montserrat !important;
    font-weight: 800 !important;
    text-align: center;
    margin-bottom: 35px !important
}

.para {
    color: #000;
    font-weight: 500;
    font-size: 20px !important;
    text-align: left
}

.para-title {
    color: #fff;
    font-weight: 500;
    font-size: 25px !important;
    text-align: left;
    margin-top: 30px
}

.point {
    color: #1e1e1e;
    font-weight: 500;
    font-size: 15px;
    padding: 10px
}

.point-title {
    font-family: Montserrat !important;
    padding: 10px;
    color: #000
}

.point-title1 {
    font-family: Montserrat !important;
    padding: 0px;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px !important;
}

.text-dark {
    color: #000;
    font-size: 16px !important;
    text-align: left
}

.text-dark1 {
    color: #000;
    font-size: 12px !important;
    text-align: left;
    margin-bottom: 30px
}

.point-title3 {
    font-size: 14px;
    line-height: 28px;
    color: #0f3cbe;
    font-weight: 600;
    display: block;
    margin: 0 0 23px;
    text-align: left;
    font-family: Montserrat
}

.text-center {
    text-align: center !important;
    font-size: 30px;
    padding: 22px;
    font-family: montserrat
}

h2 {
    color: #0f3cbe;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px
}

.adminn {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.4px);
    -webkit-backdrop-filter: blur(1.4px);
    padding: 5% 5% 2% !important
}

.animatee {
    filter: hue-rotate(45deg)
}

.counter-sec h1 {
    font-size: 85px;
    line-height: 65px;
    color: #fff;
    margin: 0 0 23px;
    text-transform: uppercase;
    letter-spacing: 8px;
    word-spacing: 3px;
    margin-bottom: 80px !important
}

.main-banner .sub-title {
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 0 0 23px;
    letter-spacing: 1px;
    word-spacing: 3px
}

.sub-title {
    text-align: center;
    font-family: Montserrat !important;
    color: #0f3cbe;
    line-height: 1.5
}

.point-title2 {
    font-size: 20px;
    line-height: 28px;
    color: #0f3cbe;
    font-weight: 600;
    display: block;
    margin: 0 0 23px;
    text-align: left;
    font-family: Montserrat
}

.iccoo {
    margin-bottom: 6%
}

.flexx {
    display: -webkit-inline-box
}

.mob {
    margin: auto;
    display: block
}

.yellow.download-links {
    background-color: #21304f;
    text-align: center;
    padding: 25px
}

.app-links ul li a {
    line-height: 76px;
    width: 76px;
    display: block;
    font-size: 35px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.2px);
    -webkit-backdrop-filter: blur(1.2px);
    border: 1px solid rgba(255, 255, 255, 0.13)
}

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

.progress-area {
    background-image: none;
    background-color: #141937;
    margin-bottom: 50pxf
}

.app-link {
    color: #009cfd !important
}

.app-links ul li {
    display: inline-block
}

h5 {
    font-family: Montserrat
}

.btn.btn2 {
    padding: 24px 10px;
    min-width: 235px;
    border: none;
    background: #2b2b2b
}

.btn.btn2:hover {
    color: #fff !important
}

.btn.btn3 {
    padding: 11px 7px;
    background: #2b2b2b;
    min-width: 136px;
    border: none;
    margin: 0
}

.btn.btn3:hover {
    color: #fff !important
}

.btn.btn4 {
    width: 146px;
    float: right;
    margin: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

i:hover {
    color: #fff !important
}

.main-header {
    padding: 70px 0 59px
}

.main-header.left-heading .main-heading {
    padding: 21px 0 0 129px;
    letter-spacing: 4px
}

.main-header.left-heading .main-heading:before {
    right: auto;
    left: 40px
}

.main-header.left-heading .main-heading:after {
    right: auto;
    left: 0
}

.main-header.left-heading .txt-wrap {
    padding: 0 0 0 182px
}

.main-header.left-heading .txt-wrap:before {
    right: auto;
    left: 36px
}

.main-header.bg-dark .txt-wrap {
    color: #fff
}

.main-header .txt-wrap {
    letter-spacing: 1px;
    padding: 0 182px 0 0;
    position: relative;
    z-index: 1;
    color: #2b2b2b
}

.main-header .txt-wrap:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: auto;
    top: 9px;
    bottom: auto;
    right: 8px;
    background: #222;
    width: 3px;
    height: 60px
}

.main-heading {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #fff !important
}

.section-active .main-heading:after {
    -webkit-animation: star-rotate 5s;
    -moz-animation: star-rotate 5s;
    -o-animation: star-rotate 5s;
    animation: star-rotate 5s
}

@-webkit-keyframes star-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes star-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes star-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes star-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.heading {
    font-size: 18px;
    line-height: 20px;
    position: relative
}

.heading:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 50%;
    top: auto;
    bottom: 0;
    right: auto;
    width: 60px;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-holder .holder {
    overflow: hidden
}

.main-holder .col {
    float: left;
    width: 50%
}

.main-holder .col.tab-content {
    min-height: 550px
}

.main-holder .col.col3 {
    min-height: 563px
}

.main-holder .col.col4 {
    float: right;
    padding: 75px 80px
}

.main-holder .tabset {
    overflow: hidden;
    margin: 0;
    width: 666px;
    float: right;
    padding: 127px 0 0
}

.main-holder .tabset li {
    float: left;
    width: 38.2%;
    text-align: center;
    margin: 0 2.5% 151px;
    text-align: center
}

.main-holder .tabset a {
    display: block;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.main-holder .tabset a:hover i,
.main-holder .tabset a.active i {
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px)
}

.main-holder .tabset a:hover i+i,
.main-holder .tabset a.active i+i {
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px)
}

.main-holder .tabset .icon {
    height: 69px;
    overflow: hidden;
    font-size: 60px;
    line-height: 67px;
    display: block;
    color: #2b2b2b;
    margin: 0 0 12px;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.main-holder .tabset .icon i {
    display: block;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateY(0);
    -webkit-transition: all .25s linear
}

.main-holder .tabset .icon i+i {
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.main-holder .tabset .title {
    font-size: 18px;
    line-height: 21px;
    color: #2b2b2b;
    font-weight: 700;
    display: block;
    letter-spacing: 2px;
    word-spacing: -2px;
    text-transform: uppercase;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.main-holder .js-tab-hidden .txt-holder {
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(1.3) translate(-38%, -36%);
    transform: scale(1.3) translate(-38%, -36%);
    -webkit-transform: scale(1.3) translate(-38%, -36%)
}

.main-holder .txt-holder {
    width: 644px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    padding: 72px 80px;
    -o-transition: all .35s linear;
    transition: all .35s linear;
    -webkit-transition: all .35s linear
}

.main-holder .txt-holder .heading {
    margin: 0 0 8px;
    padding: 0 0 15px
}

.main-holder .txt-holder p {
    margin: 0
}

.main-holder .header {
    overflow: hidden;
    color: #2b2b2b;
    margin: 0 0 46px;
    letter-spacing: 1px
}

.main-holder .heading {
    margin: 0 0 15px;
    color: #2b2b2b;
    word-spacing: 3px
}

.main-holder .progress-bar {
    margin: 0 0 3px;
    width: 63.1%;
    padding: 9px 0 0
}

.main-holder .progress-bar li {
    overflow: hidden;
    margin: 0 0 25px;
    position: relative;
    letter-spacing: 1px
}

.main-holder .progress-bar .bar {
    height: 6px;
    display: block;
    position: relative;
    bottom: -26px
}

.main-holder .progress-bar .over {
    top: 0;
    left: 0;
    bottom: 0;
    background: #2b2b2b;
    position: absolute;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.main-holder .progress-bar .txt {
    float: left;
    margin: 0 0 10px
}

.main-holder .progress-bar .num {
    float: right
}

.feature-sec {
    padding: 0 0 159px
}

.feature-sec .tabset {
    padding: 159px 0 0;
    border-bottom: 2px solid #dcdcdc
}

.feature-sec .tabset li {
    float: left;
    margin: 0 0 75px 130px;
    text-align: center
}

.feature-sec .tabset li:first-child {
    margin: 0 0 75px
}

.feature-sec .tabset .active:before {
    width: 50px
}

.feature-sec .tabset .active .icon i {
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px)
}

.feature-sec .tabset .active .icon i+i {
    -ms-transform: translateY(-56px);
    transform: translateY(-56px);
    -webkit-transform: translateY(-56px)
}

.feature-sec .tabset a {
    display: block;
    position: relative;
    z-index: 1;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.feature-sec .tabset a:before {
    z-index: 0;
    width: 0;
    height: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    position: absolute;
    content: "";
    z-index: -1;
    left: 50%;
    top: auto;
    bottom: -79px;
    right: auto
}

.feature-sec .tabset a:hover:before {
    width: 50px
}

.feature-sec .tabset a:hover .icon i {
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px)
}

.feature-sec .tabset a:hover .icon i+i {
    -ms-transform: translateY(-56px);
    transform: translateY(-56px);
    -webkit-transform: translateY(-56px)
}

.feature-sec .tabset .icon {
    height: 63px;
    font-size: 55px;
    line-height: 60px;
    display: block;
    color: #2b2b2b;
    margin: 0 0 12px;
    overflow: hidden;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.feature-sec .tabset .icon i {
    display: block;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.feature-sec .tabset .icon i+i {
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.feature-sec .tabset .title {
    font-size: 18px;
    line-height: 21px;
    color: #2b2b2b;
    font-weight: 700;
    display: block;
    letter-spacing: 2px;
    word-spacing: -2px;
    text-transform: uppercase;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.feature-sec .tab-content {
    overflow: hidden;
    padding-top: 69px
}

.feature-sec .align-left .text-wrap {
    padding: 30px 0 0 42px
}

.feature-sec .align-left .img-holder {
    padding: 0 35px 0 0
}

.feature-sec .align-left .heading:before {
    right: auto;
    left: 0
}

.feature-sec .align-left .support-list li .fa {
    float: left;
    margin: 0 14px 0 0
}

.feature-sec .text-wrap {
    width: 50%;
    float: left;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 30px 42px 0 0
}

.feature-sec .text-wrap p {
    margin: 0 0 22px
}

.feature-sec .heading {
    margin: 0 0 10px;
    padding: 0 0 13px;
    position: relative
}

.feature-sec .heading:before {
    right: 0;
    left: auto;
    background: #2b2b2b;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.feature-sec .support-list {
    overflow: hidden;
    margin: 0
}

.feature-sec .support-list li {
    display: block;
    margin: 0 0 7px
}

.feature-sec .support-list li .fa {
    font-size: 17px;
    line-height: 28px;
    float: right;
    margin: 0 0 0 14px
}

.feature-sec .img-holder {
    width: 50%;
    padding: 0 0 0 35px;
    float: left;
    overflow: hidden
}

.client-sec {
    min-height: 619px;
    padding: 155px 0
}

.client-sec .header {
    overflow: hidden;
    color: #fff;
    margin: 0 0 45px;
    letter-spacing: 1px
}

.client-sec .header p {
    margin: 0 0 27px
}

.client-sec .heading {
    margin: 0 0 15px;
    color: #fff;
    word-spacing: 3px
}

.client-sec .heading:before {
    display: none
}

.client-sec .client-logo {
    overflow: hidden;
    margin: 0
}

.client-sec .client-logo li {
    float: left;
    width: 181px;
    margin: 0 0 0 66px
}

.portfolio-sec {
    overflow: hidden
}

.portfolio-sec .filter-list {
    padding: 148px 0 0;
    overflow: hidden;
    margin: 0 0 67px;
    text-transform: uppercase
}

.portfolio-sec .filter-list li {
    float: left
}

.portfolio-sec .filter-list .active a {
    background: #2b2b2b
}

.portfolio-sec .filter-list a {
    padding: 2px 22px 2px 20px;
    display: block;
    color: #2b2b2b;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.portfolio-sec .filter-list a:hover {
    background: #2b2b2b
}

.portfolio-sec .coll1 {
    width: 25%
}

.portfolio-sec .coll2 {
    width: 25%
}

.portfolio-sec .col {
    float: left;
    position: relative
}

.portfolio-sec .col:hover .box,
.portfolio-sec .col:hover .over {
    opacity: 1;
    visibility: visible
}

.portfolio-sec .col:hover .over {
    left: 51px;
    right: 51px;
    top: 51px;
    bottom: 51px
}

.portfolio-sec .col .box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all .25s linear
}

.portfolio-sec .col .over {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    padding: 48px;
    opacity: 0;
    visibility: hidden;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.portfolio-sec .col .over .icon {
    position: absolute;
    left: 50%;
    bottom: 48px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}

.portfolio-sec .col .heading {
    margin: 0 0 10px;
    padding: 0 0 13px;
    letter-spacing: 1px
}

.portfolio-sec .col .heading:before {
    z-index: 0
}

.portfolio-sec .col .sub-title {
    color: #fff;
    display: block;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.newsletter-sec {
    padding: 151px 0 157px
}

.newsletter-sec .header {
    overflow: hidden;
    color: #4b4b4b;
    margin: 0 0 73px;
    letter-spacing: 1px
}

.newsletter-sec .header p {
    margin: 0
}

.newsletter-sec .heading2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    margin: 0 0 1px;
    color: #2b2b2b;
    word-spacing: 2px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.newsletter-sec .newsletter-form {
    width: 712px;
    margin: 0 auto
}

.newsletter-sec .newsletter-form .form-control {
    width: 66.9%;
    height: 69px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    float: left;
    padding: 12px 28px;
    letter-spacing: 1px
}

.counter-sec {
    padding: 50px 0
}

.counter-sec .header {
    overflow: hidden;
    color: #fff;
    margin: 0 0 45px;
    letter-spacing: 1px
}

.counter-sec .header p {
    margin: 0 0 27px
}

.counter-sec .heading {
    margin: 0 0 15px;
    color: #fff;
    word-spacing: 3px
}

.counter-sec .heading:before {
    display: none
}

.counter-sec .counter-holder {
    padding: 10px;
    overflow: hidden;
    margin: -7px -10px 0
}

.counter-sec .counter-holder li {
    z-index: 1;
    float: left;
    width: 188px;
    margin: 0 0 0 139px;
    background: #2b2b2b;
    position: relative;
    padding: 27px 10px 19px
}

.counter-sec .counter-holder li:first-child {
    margin: 0
}

.counter-sec .counter-holder li:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    border: 3px solid #2b2b2b;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transition: all .25s linear
}

.counter-sec .counter-holder li:hover:after {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.counter-sec .counter-holder .icon {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    margin: 0 auto 22px;
    display: block
}

.counter-sec .counter-holder .count {
    font-size: 57px;
    line-height: 34px;
    font-weight: 700;
    display: block;
    margin: 0 0 20px;
    letter-spacing: 2px
}

.counter-sec .counter-holder .sub-title {
    display: block;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase
}

.team-sec .team-holder {
    padding-top: 159px;
    padding-bottom: 150px
}

.team-sec .team {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.team-sec .team:hover .over {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.team-sec .team .over {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -220px;
    padding: 34px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transition: all .4s linear
}

.team-sec .team h3 {
    margin: 0 0 9px;
    padding: 0 0 15px;
    letter-spacing: 1px
}

.team-sec .team h3:before {
    z-index: 0
}

.team-sec .team .sub-title {
    color: #fff;
    display: block;
    letter-spacing: 1px;
    margin: 0 0 37px;
    text-transform: uppercase
}

.team-sec .team .social-network li {
    margin: 0 9px 0 4px
}

.team-sec .team .social-network a {
    color: #fff
}

.testimonials-sec {
    overflow: hidden;
    padding: 154px 0 159px
}

.testimonials-sec .blockquote {
    font-size: 44px;
    line-height: 33px;
    display: block;
    padding: 29px 15px;
    width: 99px;
    height: 99px;
    margin: 4px 0 30px
}

.testimonials-sec .testimonials-slider {
    overflow: hidden;
    margin: 0;
    font-style: italic;
    letter-spacing: 1px
}

.testimonials-sec .testimonials-slider h3 {
    margin: 0 0 7px;
    padding: 0 0 15px;
    letter-spacing: 1px;
    color: #2b2b2b;
    font-style: normal
}

.testimonials-sec .testimonials-slider h3:before {
    left: 0;
    background: #7d7d7d;
    z-index: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.testimonials-sec .testimonials-slider .sub-title {
    color: #2b2b2b;
    display: block;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-style: normal
}

.testimonials-sec .testimonials-slider p {
    margin: 0 0 27px
}

.testimonials-sec .slick-dots {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.testimonials-sec .slick-dots li {
    float: left;
    width: 32px;
    height: 5px;
    background: #adadad;
    margin: 0 9px 0 0
}

.testimonials-sec .slick-dots li button {
    background: none;
    border: none;
    outline: none;
    text-indent: -9999px;
    padding: 0;
    margin: 0
}

.testimonials-sec .header {
    overflow: hidden;
    color: #2b2b2b;
    letter-spacing: 1px
}

.testimonials-sec .header p {
    margin: 0 0 27px
}

.testimonials-sec .heading {
    margin: 0 0 15px;
    color: #2b2b2b;
    word-spacing: 3px
}

.blog-sec {
    overflow: hidden
}

.blog-sec.detail .img-holder {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-top: 148px
}

.blog-sec.detail .post-text {
    float: none;
    width: 100%;
    max-width: 100%
}

.blog-sec.detail .post-text h3 {
    color: #2b2a2a;
    margin: 0 0 10px
}

.blog-sec.detail .post-nav ul {
    margin-left: 0
}

.blog-sec.detail .post-nav ul li {
    padding: 0
}

.blog-sec.detail .post-nav li:first-child {
    margin: 0
}

.blog-sec .holder {
    overflow: hidden
}

.blog-sec .img-holder {
    margin: 0;
    width: 50%;
    float: left;
    overflow: hidden
}

.blog-sec .img-holder.alignright {
    float: right
}

.blog-sec .blog-heading {
    font-size: 24px;
    margin: 0 0 5px
}

.blog-sec .top-heading {
    margin: 0 0 45px
}

.blog-sec .post-text {
    float: left;
    width: 50%;
    padding: 75px;
    overflow: hidden;
    max-width: 660px;
    letter-spacing: 1px
}

.blog-sec .post-text.alignleft {
    margin: 0;
    float: right
}

.blog-sec .post-text.alignleft .btn3 {
    float: right
}

.blog-sec .post-text h3 {
    margin: 0 0 1px;
    letter-spacing: 2px
}

.blog-sec .post-text h3 a {
    color: inherit
}

.blog-sec .post-text .time {
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.blog-sec .post-text p {
    margin: 0 0 20px
}

.blog-sec .post-nav {
    font-size: 13px;
    line-height: 15px;
    color: #adadad;
    overflow: hidden;
    margin: 0 5px 25px 0;
    display: block;
    letter-spacing: 0
}

.blog-sec .post-nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 16px
}

.blog-sec .post-nav a {
    color: #adadad;
    display: block;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transition: all .25s linear
}