@import 'https://fonts.googleapis.com/css?family=Arimo%7CMontserrat:400,400i,500,600,700%7CRaleway:700';
body {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    color: #222;
    overflow-x: hidden
}

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

.container {
    max-width: 1170px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: montserrat, sans-serif;
    font-weight: 500
}

p {
    color: #777;
    font-family: montserrat, sans-serif;
    font-size: 15px;
    line-height: 30px
}

nav ul li>a,
.header-btn,
ul.social-media-icons li>a,
ul.social-media-icons li>a i,
.theme-btn,
.member-overlay,
.faq-no,
.news-content h4,
.news-meta li,
.footer-social-media>li,
.links-widget>li,
.latest-app-widget>li,
#top-page,
.testi-navigation li span,
.page-link,
.search-here button,
.category-widget ul li,
.popular-post-item h5,
.tags-widget ul li>a,
.blog-content h4,
.post-tags li>a,
.author-social-media li a,
.post-btn,
.responsive-menu ul li,
.submenu,
.responsive-menu ul ul>li {
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in
}

.theme-btn {
    display: inline-block;
    padding: 18px 38px;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.theme-btn:hover {
    color: #fff;
    background-color: #222
}

.block {
    padding: 0px 0;
    float: left;
    width: 100%;
    position: relative
}

.no-top-pd {
    padding-top: 0!important
}

.no-bottom-pd {
    padding-bottom: 0!important
}

.block.p-120 {
    padding: 120px 0
}

.block.p-130 {
    padding: 130px 0
}

.block.p-140 {
    padding: 0px 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.blue-bg {
    background-color: #3f7dfb
}

.parallax {
    position: relative;
    background-attachment: fixed!important;
    background-size: cover!important;
    background-position: center!important;
    padding: 150px 0
}

.parallax::before {
    content: "";
    display: block;
    opacity: .7;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.logo {
    padding: 10px 0;
    float: left;
}

#primary-menu {
    float: right
}

nav ul {
    padding: 0;
    margin: 0;
    float: left
}

nav ul li {
    list-style: none;
    float: left;
    color: #222;
    font-size: 16px;
    position: relative
}

nav ul li>a {
    color: inherit;
    padding: 17px;
    display: block
}

.submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 12px 15px
}

nav ul li ul>li {
    float: none;
    display: block;
    padding: 0 5px;
    margin: 3px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px
}

nav ul li ul>li:last-child {
    border-bottom: none
}

nav ul li ul>li>a {
    padding: 9px 15px
}

nav>ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-btn {
    padding: 13px 39px;
    border: 1px solid;
    border-radius: 8px;
    display: inline-block;
    font-size: 15px;
    margin-left: 27px;
    margin-top: 3px
}

.header-btn:hover {
    color: #fff
}

#header.sticky {
    position: fixed;
    background-color: #fff;
    top: 0;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .4);
    padding: 10px 0
}

#responsive-header {
    display: none;
    float: left;
    width: 100%;
    padding: 20px 0
}

.responsviemenu-btn {
    color: #fff;
    cursor: pointer;
    float: right;
    height: 38px;
    line-height: 38px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 38px;
    border-radius: 3px
}

.responsive-menu {
    background: #f9f9f9 none repeat scroll 0 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    padding: 35px 22px 10px;
    position: fixed;
    visibility: hidden;
    text-align: center;
    top: -100%;
    z-index: 999;
    -webkit-transition: all 600ms cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 600ms cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all 600ms cubic-bezier(.175, .885, .32, 1.275);
    -ms-transition: all 600ms cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 600ms cubic-bezier(.175, .885, .32, 1.275);
    transition: all 600ms cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

.close-btn {
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    right: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px
}

.responsive-menu.slidein {
    opacity: 1;
    visibility: visible;
    top: 0
}

.responsive-menu ul {
    padding: 0;
    margin: 0
}

.responsive-menu ul li {
    list-style: none;
    margin: 5px 0
}

.responsive-menu ul li a {
    color: inherit;
    padding: 5px 0;
    display: block
}

#responsive-header .header-btn {
    padding: 10px 22px;
    margin-left: 0
}

#responsive-header.sticky {
    position: fixed;
    background-color: #fff;
    top: 0;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .4);
    padding: 20px 0 5px
}

.responsive-menu ul ul {
    display: none
}

.banner-bg {
    padding: 150px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.banner-text {
    width: 94%
}

.banner-tagline {
    font-size: 15px;
    line-height: 30px
}

.banner-text h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 72px;
    margin-bottom: 16px
}

.banner-text p {
    color: #666;
    font-size: 16px;
    margin-bottom: 34px
}

.banner-btns a {
    height: 80px;
    width: 220px;
    display: inline-block;
    border-radius: 11px;
    font-size: 18px;
    padding: 16px 40px;
    margin-right: 28px
}

.banner-btns .small-text {
    font-size: 14px;
    display: block
}

.banner-btns i {
    font-size: 40px;
    margin-right: 15px;
    float: left;
    line-height: 44px
}

.banner-btns .apple-store {
    background-color: #222
}

.banner-btns .play-store:hover {
    background-color: #000
}

.sec-heading {
    margin-bottom: 30px
}

.sec-heading h2 {
    font-size: 36px;
    line-height: 1.4em;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.sec-heading h2::before {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.sec-heading.style1 {
    text-align: center
}

.sec-heading.style2 {
    text-align: left
}

.sec-heading.style2 h2::before {
    left: 0;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%)
}

.feature-box {
    text-align: center;
    padding: 55px 35px
}

.feature-box:hover {
    box-shadow: 0 0 29px rgba(0, 0, 0, .16)
}

.feature-box h4 {
    font-size: 24px;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 12px
}

.feature-meta>a {
    font-family: arimo, sans-serif;
    font-size: 18px;
    line-height: 60px;
    color: #222;
    padding: 0 38px;
    display: inline-block;
    box-shadow: 0 0 29px rgba(0, 0, 0, .16);
    text-transform: uppercase;
    margin-right: 28px
}

.feature {
    width: 84%
}

.feature-meta {
    margin-top: 52px
}

.social-media-integration {
    float: right;
    padding-right: 140px
}

ul.social-media-icons {
    padding: 0;
    margin: 0
}

ul.social-media-icons li {
    list-style: none
}

ul.social-media-icons li.facebook>a {
    color: #3b5999;
    position: absolute;
    top: 50px;
    left: -55px;
    line-height: 78px;
    height: 78px;
    width: 78px
}

ul.social-media-icons li.twitter>a {
    color: #55acee;
    position: absolute;
    top: 30%;
    left: -30%
}

ul.social-media-icons li.pinterest>a {
    color: #bd081c;
    position: absolute;
    bottom: 20%;
    left: -40px
}

ul.social-media-icons li.skype>a {
    color: #00aff0;
    position: absolute;
    bottom: 48%;
    right: 8px;
    line-height: 78px;
    height: 78px;
    width: 78px
}

ul.social-media-icons li.drible>a {
    color: #ea4c89;
    position: absolute;
    right: 105px;
    bottom: 8%
}

ul.social-media-icons li>a {
    color: inherit;
    line-height: 53px;
    height: 53px;
    width: 53px;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: -moz-linear-gradient(174deg, rgba(246, 246, 246, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    background: -webkit-linear-gradient(174deg, rgba(246, 246, 246, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(174deg, rgba(246, 246, 246, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(174deg, rgba(246, 246, 246, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(276deg, rgba(246, 246, 246, 1) 0%, rgba(254, 254, 254, 1) 100%);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border: 1px solid #fff
}

ul.social-media-icons li>a i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}

.social-media-integration {
    position: relative
}

ul.social-media-icons li:hover>a {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg)
}

ul.social-media-icons li:hover>a i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg)
}

.sec-feature-content {
    margin-top: 110px
}

.sec-feature-img img {
    display: block;
    max-width: 100%
}

.video-sec {
    text-align: center;
    position: relative
}

.video-icon {
    height: 98px;
    width: 98px;
    border-radius: 50%;
    line-height: 120px;
    background-color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #3d7bf9
}

.video-icon:hover {
    color: #3d7bf9
}

.video-icon i {
    font-size: 40px
}

.video-sec-content>span {
    font-size: 48px;
    line-height: 30px;
    font-family: raleway, sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 50px;
    display: block
}

.video-img {
    position: relative
}

.video-img>span {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%)
}

.video-img>img {
    display: block;
    width: 100%
}

.video-sec-img {
    position: absolute;
    top: 134%;
    left: 0
}

.feature-slider {
    padding: 0 0 0 7%
}

.feature-slider li {
    float: left;
    width: 28%
}

.feature-slider img {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .22)
}

.feature-slider .col-lg-3 {
    padding: 0 10px
}

.slick-list {
    padding: 10px 0
}

.slider-navigation {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 3%
}

.slider-section {
    position: relative
}

.slider-navigation li {
    list-style: none;
    cursor: pointer
}

.feature-slider .slick-track {
    margin-top: 20px;
    margin-bottom: 20px
}

.prev-arrow.slick-arrow {
    margin-bottom: 45px
}

.feature-item {
    text-align: center;
    box-shadow: 0 0 29px rgba(0, 0, 0, .13);
    padding: 60px 20px 22px
}

.feature-item h4 {
    font-size: 20px;
    line-height: 72px
}

.feature-item>img {
    margin-bottom: 22px;
    margin-right: auto;
    margin-left: auto
}

.cool-feaures {
    position: relative;
    padding-bottom: 50px
}

.cool-feaures::before {
    content: "";
    background-color: #222;
    height: 5px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.cool-feaures>div {
    position: relative
}

.cool-feaures>div::before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -57px;
    left: 46%
}

.cool-feaures>div::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -57px;
    right: 46%
}

.cool-features-slider .slick-track {
    margin-top: 20px;
    margin-bottom: 20px
}

.cool-features-slider .slick-list {
    padding: 10px 15px!important
}

.testi-item {
    float: left;
    width: 47%;
    margin: 0 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative;
    padding: 85px 35px 35px 45px;
    margin-top: 42px
}

.testimonial-slider {
    margin: 0 -15px;
    float: left;
    width: 100%
}

.testi-item img {
    border-radius: 50%;
    border: 2px solid
}

.testi-item>span {
    position: absolute;
    top: -52px;
    left: 35px
}

.testi-item p {
    color: #888;
    line-height: 36px;
    margin-bottom: 6px
}

.testi-person h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px
}

.testi-person span {
    font-size: 14px
}

.testi-person {
    float: right
}

.client-reviews {
    position: relative
}

.testi-navigation {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -92px;
    right: 29px
}

.testi-navigation li {
    list-style: none;
    cursor: pointer;
    float: left;
    margin-left: 10px
}

.testi-navigation li span {
    height: 40px;
    width: 40px;
    border: 1px solid #222;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #222;
    display: inline-block
}

.price-table {
    text-align: center;
    box-shadow: 0 0 32px rgba(0, 0, 0, .14);
    position: relative
}

.table-name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    padding: 30px 0
}

.price-value {
    background-color: #ebebeb;
    text-align: center;
    padding: 17px 0
}

.price-box {
    display: inline-block
}

.price-value h1 {
    font-size: 72px;
    font-weight: 600;
    float: left
}

.price-value h1>span {
    font-size: 39px;
    position: relative;
    top: -25px;
    font-weight: 700;
    margin-bottom: 0
}

.price-value .lower-text {
    font-weight: 700;
    font-size: 16px;
    margin-top: 50px;
    display: inline-block;
    margin-left: -61px
}

.price-value .upper-text {
    font-weight: 700;
    font-size: 24px;
    float: left;
    margin-top: 5px;
    margin-right: 5px
}

.table-list {
    padding: 0;
    margin: 0
}

.table-list li {
    list-style: none;
    color: #777;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    padding: 20px 0
}

.table-list li:last-child {
    border-bottom: none
}

.table-list {
    background-image: url(../images/table-bg.html);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25px 50px 55px
}

.price-table a.theme-btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.member-name {
    font-size: 20px;
    line-height: 30px;
    color: inherit;
    margin-bottom: 3px
}

.member-designation {
    font-size: 14px;
    line-height: 30px
}

.team-item {
    color: #fff;
    text-align: center
}

.member-overlay {
    position: absolute;
    height: 0;
    width: 92%;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    border-radius: 10px;
    background-color: rgba(0, 92, 255, .7)
}

.member-img {
    position: relative
}

.member-img>img {
    display: block;
    width: 100%;
    border-radius: 10px
}

.member-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    opacity: 0;
    width: 100%
}

.team-item:hover .member-overlay {
    height: 92%
}

.team-item:hover .member-info {
    opacity: 1;
    bottom: 30px;
    transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -webkit-transition: all .8s ease-in
}

.sub-text {
    padding-right: 44px
}

.sub-text p {
    font-size: 18px;
    margin-bottom: 0
}

#subscription-form input {
    height: 56px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    color: #bbb;
    font-family: montserrat, sans-serif;
    padding: 15px 30px;
    margin-bottom: 20px
}

::placeholder {
    color: #bbb!important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #bbb!important
}

::-ms-input-placeholder {
    color: #bbb!important
}

#subscription-form .theme-btn {
    border: none;
    margin-top: 10px
}

.sub-form {
    margin-top: 20px
}

.faq-item {
    margin-bottom: 40px
}

.faq-no {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    display: inline-block;
    float: left;
    box-shadow: -2px 4px 2px 0 #777;
    line-height: 64px;
    text-align: center;
    font-size: 20px
}

.faq-content>h4 {
    font-size: 19px;
    margin-bottom: 15px
}

.faq-content {
    padding-left: 90px
}

.blue-bg .sec-heading h2 {
    color: #fff
}

.blue-bg .sec-heading h2::before {
    background-color: #fff
}

.download-app-sec p {
    color: #fff;
    width: 40%;
    margin: 0 auto
}

.download-app-sec {
    text-align: center
}

.download-app-sec .banner-btns .play-store {
    background-color: #fff
}

.download-app-sec .banner-btns .apple-store {
    color: #fff
}

.download-app-sec .banner-btns {
    margin-top: 55px
}

.news-item {
    float: left;
    width: 100%
}

.news-img>img {
    width: 100%;
    display: block
}

.news-content h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px
}

.news-content h4>a {
    color: inherit
}

.news-meta {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%
}

.news-meta li {
    list-style: none;
    float: left;
    color: #777;
    font-size: 15px;
    margin-right: 20px
}

.news-meta li>a {
    color: inherit
}

.news-meta li i {
    margin-right: 10px
}

#contact-us .form-control {
    height: 50px;
    border: 1px solid #b9b9b9;
    font-size: 14px;
    color: #999;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 3px
}

#contact-us textarea.form-control {
    height: 250px
}

#contact-us .row>div {
    position: relative
}

#contact-us i {
    position: absolute;
    right: 42px;
    font-size: 16px;
    color: #ddd;
    top: 18px
}

#contact-us input.form-control::placeholder {
    color: #999!important;
    opacity: 1
}

#contact-us input.form-control:-ms-input-placeholder {
    color: #999!important
}

#contact-us input.form-control::-ms-input-placeholder {
    color: #999!important
}

#contact-us .theme-btn {
    border: none;
    margin: 10px auto 0;
    display: block
}

footer {
    float: left;
    width: 100%
}

.upper-footer {
    padding-top: 90px;
    padding-bottom: 20px;
    border-bottom: 2px solid #bebebe
}

.about-widget p {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 35px
}

.footer-social-media li.social-heading {
    font-size: 18px;
    margin-bottom: 15px;
    float: none
}

.footer-social-media>li {
    list-style: none;
    float: left;
    margin-right: 20px;
    font-size: 18px;
    color: #222
}

.footer-social-media>li a {
    color: inherit
}

.footer-social-media {
    margin: 0;
    padding: 0
}

.widget-title {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 20px
}

.links-widget {
    margin: 0;
    padding: 0
}

.links-widget>li {
    font-size: 16px;
    line-height: 36px;
    color: #777;
    list-style: none;
    margin-bottom: 2px
}

.links-widget>li a {
    color: inherit
}

.latest-app-widget {
    margin: 0;
    padding: 0
}

.latest-app-widget>li {
    list-style: none;
    color: #777;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 2px
}

.latest-app-widget>li a {
    color: inherit;
    padding-left: 22px
}

.contact-widget {
    margin: 0;
    padding: 0
}

.contact-widget>li {
    list-style: none;
    color: #777;
    font-size: 16px;
    line-height: 36px
}

.contact-widget>li span {
    color: inherit;
    padding-left: 15px;
    width: 90%;
    display: inline-block
}

.contact-widget li i {
    float: left;
    width: 5%;
    line-height: 34px
}

.copy-right p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #222;
    text-align: center;
    margin-bottom: 0
}

.copy-right p a {
    color: inherit
}

.lower-footer {
    padding: 30px 0
}

#top-page {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 63px;
    right: 127px;
    display: none
}

#top-page:hover {
    background-color: #222
}

.page-banner {
    position: relative
}

.page-banner::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 0;
    left: 0
}

.bread-crumb {
    text-align: center;
    padding: 220px 0 150px
}

.page-title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 30px;
    color: #222;
    margin-bottom: 17px;
    position: relative
}

.bread-crumb ul {
    padding: 0;
    margin: 0
}

.bread-crumb ul li {
    list-style: none;
    font-size: 16px;
    color: #222;
    display: inline-block;
    position: relative;
    padding: 0 10px
}

.bread-crumb ul li>a {
    color: inherit
}

.bread-crumb ul li span {
    text-transform: uppercase
}

.bread-crumb ul li::before {
    content: "";
    height: 2px;
    width: 5px;
    display: block;
    background-color: #222;
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.bread-crumb ul li:last-child::before {
    display: none
}

.pagination {
    display: block;
    text-align: center;
    margin-bottom: 0
}

.pagination li {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    display: inline-block
}

.pagination li>a {
    color: inherit;
    border: 1px solid #ccc;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 0;
    padding: 0;
    text-align: center
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: 100px;
    border-radius: 0
}

.page-item:first-child .page-link i {
    margin-right: 8px
}

.page-item:last-child .page-link i {
    margin-left: 8px
}

.page-link:hover {
    color: #fff
}

.news-content p {
    margin-top: 25px;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.news-list .news-item {
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.news-list .news-content h4 {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 24px
}

.sidebar {
    padding-left: 20px
}

.search-here input {
    height: 60px;
    border: 1px solid #ddd;
    padding: 12px 20px;
    font-size: 14px;
    color: #888;
    width: 100%
}

.search-here button {
    background-color: transparent;
    border: none;
    color: #888;
    position: absolute;
    right: 22px;
    top: 19px
}

.search-here form {
    position: relative
}

.search-here input::placeholder {
    color: #888!important;
    opacity: 1
}

.search-here input:-ms-input-placeholder {
    color: #888!important
}

.search-here input::-ms-input-placeholder {
    color: #888!important
}

.search-here input::-webkit-input-placeholder {
    color: #888!important
}

.sidebar-widget-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px
}

.widget {
    margin-bottom: 70px;
    float: left;
    width: 100%
}

.category-widget ul {
    padding: 0;
    margin: 0
}

.category-widget ul li {
    list-style: none;
    font-size: 16px;
    padding: 18px 0;
    color: #888;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left
}

.category-widget ul li:last-child {
    border-bottom: none
}

.category-widget ul li>a {
    color: inherit;
    float: left
}

.category-widget ul li span {
    float: right
}

.popular-post-item h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

.popular-post-item h5 a {
    color: inherit
}

.popular-post-item span {
    font-size: 14px;
    line-height: 28px;
    color: #888;
    display: block
}

.popular-img {
    float: left
}

.popular-text {
    padding-left: 100px
}

.popular-post-item {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px
}

.popular-post-item:last-child {
    border-bottom: none
}

.widget>span {
    font-size: 16px;
    float: right;
    color: #888;
    margin-top: -65px
}

.insta-images {
    padding: 0;
    margin: 0
}

.insta-images li {
    list-style: none;
    float: left;
    margin-right: 10px;
    width: 30%;
    margin-bottom: 10px
}

.insta-images img {
    width: 100%;
    display: block
}

.tags-widget ul {
    margin: 0;
    padding: 0
}

.tags-widget ul li {
    list-style: none;
    float: left;
    color: #888;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px
}

.tags-widget ul li a {
    border: 1px solid #ddd;
    display: inline-block;
    color: inherit;
    padding: 10px 20px;
    background-color: #fff
}

.tags-widget ul li:hover a {
    color: #fff
}

.blog-content>h4 a {
    color: inherit
}

.blog-content>h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 48px
}

.blog-content .news-meta {
    margin-bottom: 20px
}

blockquote {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 55px 36px;
    margin-top: 35px;
    margin-bottom: 45px;
    background-position: center!important;
    background-size: cover!important
}

blockquote::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

blockquote p {
    font-size: 17px;
    color: #fff;
    font-style: italic;
    line-height: 36px;
    position: relative;
    margin-bottom: 0;
    padding-left: 30px
}

blockquote p::before {
    content: "";
    display: block;
    width: 3px;
    height: 74px;
    position: absolute;
    top: 0;
    left: 0
}

.post-tags {
    margin: 25px 0 60px;
    padding: 0;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 22px 45px
}

.post-tags li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    display: inline-block
}

.post-tags span {
    font-size: 16px;
    margin-right: 42px;
    margin-bottom: 0;
    line-height: 40px;
    color: #222;
    font-weight: 500
}

.post-tags li>a {
    background-color: #222;
    padding: 10px 18px;
    color: inherit;
    display: inline-block
}

.about-author {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 35px 65px;
    margin-bottom: 80px
}

.author-social-media {
    margin: 0;
    padding: 0
}

.author-social-media li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.author-social-media li a {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    background-color: transparent
}

.author-social-media li a:hover {
    color: #fff
}

.author-social-media h4 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 36px;
    display: inline-block
}

.author-content {
    float: left;
    width: 75%;
    text-align: right;
    padding-right: 35px;
    padding-top: 16px
}

.author-img {
    float: left;
    width: 25%
}

.author-content>p {
    margin-top: 15px;
    margin-bottom: 0
}

.comments-thread {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.comments-thread>h3 {
    font-size: 30px;
    line-height: 29px;
    margin-bottom: 55px
}

.comments-thread>ul {
    margin: 0;
    padding: 0
}

.comments-thread>ul>li>ul {
    padding: 0 0 0 70px;
    margin: 0
}

.comments-thread>ul>li>ul .comment-content {
    padding: 30px 18px 30px 55px
}

.comments-thread ul li {
    list-style: none
}

.comment>img {
    float: left;
    margin-top: 30px
}

.comment {
    float: left;
    width: 100%;
    margin-bottom: 60px
}

.comment-content {
    padding: 30px 40px 30px 55px;
    margin-left: 100px;
    background-color: #f7f7f7
}

.comment-content>h4 {
    font-size: 16px;
    float: left;
    margin-bottom: 0;
    line-height: 28px
}

.comment-content>span {
    font-size: 12px;
    color: #888;
    line-height: 30px;
    margin-left: 15px
}

.comment-content p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-top: 9px;
    margin-bottom: 10px
}

.comment-content>a {
    font-size: 14px;
    font-weight: 500
}

.leave-comment>h3 {
    font-size: 30px;
    margin-bottom: 50px
}

#comment-form .form-control {
    height: 50px;
    border-radius: 0;
    border: 2px solid #ddd;
    margin-bottom: 30px;
    padding: 12px 25px;
    font-size: 14px;
    color: #aaa
}

#comment-form textarea.form-control {
    height: 190px
}

#comment-form .form-control::placeholder {
    color: #ddd!important;
    opacity: 1
}

#comment-form .form-control:-ms-input-placeholder {
    color: #ddd!important
}

#comment-form .form-control::-ms-input-placeholder {
    color: #ddd!important
}

.post-btn {
    background-color: #222;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: 13px 28px;
    display: inline-block;
    margin-top: 10px
}

.post-btn:hover {
    color: #fff
}

.coming-soon-page {
    background-size: cover!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    padding: 15% 10%
}

.banner-name h3 {
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.banner-name {
    display: inline-block;
    padding-left: 95px;
    vertical-align: middle
}

.coming-soon-logo {
    display: inline-block;
    padding: 58px 115px 58px 0;
    position: relative;
    vertical-align: middle
}

.coming-soon-logo::before {
    height: 200px;
    width: 3px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.upper-text {
    text-align: center
}

#timer>div {
    display: inline-block;
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    padding: 0 60px;
    line-height: 70px
}

#timer>div>span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600
}

#timer {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 100px
}

.coming-soon-page .lower-text {
    float: left;
    width: 100%;
    text-align: center
}

.coming-soon-page .lower-text p {
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    padding: 0 55px;
    margin-top: 60px;
    margin-bottom: 70px
}

#comming-sub-form input {
    height: 80px;
    font-size: 18px;
    color: #777;
    padding: 12px 45px;
    border-radius: 60px
}

#comming-sub-form {
    position: relative
}

#comming-sub-form button {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 65px;
    cursor: pointer;
    padding: 25px 65px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    height: 80px
}

#comming-sub-form input::placeholder {
    color: #777!important;
    opacity: 1
}

#comming-sub-form input:-ms-input-placeholder {
    color: #777!important
}

#comming-sub-form input::-ms-input-placeholder {
    color: #777!important
}

.mb-50 {
    margin-bottom: 50px
}

.form-control.error,
.form-control.error,
.form-control.error {
    border-color: red!important
}

.form-control.error label {
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: red;
    font-weight: 500
}