/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Triberr
Version:	1.0
Last change:
Assigned to:
Primary use:

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Layout]

	- body
	- triberr area
	- blogers-area
	- testimonial-slider-area
	- influencer area
	- triberr publisher area
	- testimonial-area
	- full-video-area
	- blog-area
	- subcribe-area
	- footer-area
-------------------------------------------------------------------*/
body {
    font-family: 'Oxygen', 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden;
    color: #555
}
.collapse{display: none !important}
.collapse.in{display: block !important}
hr {
    border-color: #f05f40;
    border-width: 3px;
    max-width: 50px
}

hr.light {
    border-color: white
}

a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #f05f40
}

a:hover, a:focus {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #eb3812
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxygen', 'Helvetica Neue', Arial, sans-serif
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif
}

* {
    outline: 0 !important
}

.bg-primary {
    background-color: #f05f40
}

.bg-dark {
    background-color: #222;
    color: white
}

.text-faded {
    color: rgba(255, 255, 255, 0.7)
}

.no-padding {
    padding: 0
}

.navbar-default {
    background-color: transparent;
    border: 0;
    padding: 30px 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    color: #f05f40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #222
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
    color: #f05f40
}

.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
    color: #f05f40 !important;
    background-color: transparent
}

.navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent
}

.influencer-area + .blogers-area img {
    display: table;
    margin: 0 auto
}

.yt-pop img {
    transform: scale(0.9);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.yt-pop img:hover {
    transform: scale(1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.triberr-publisher-right .tab-content > .tab-pane {
    overflow: visible !important
}

.group-functions img {
    max-height: 34px
}

@media (min-width: 768px) {
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7)
    }

    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
        color: white
    }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7)
    }

    .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
        color: white
    }

    .navbar-default.affix {
        background-color: rgba(22, 54, 107, 0.95);
        border: 0;
        padding: 20px 0 17px;
        top: 0
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812
    }

    .navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
        color: #fff
    }

    .navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover {
        color: #f05f40
    }
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222
}

::selection {
    color: white;
    text-shadow: none;
    background: #222
}

img::selection {
    color: white;
    background: transparent
}

img::-moz-selection {
    color: white;
    background: transparent
}

body {
    webkit-tap-highlight-color: #222
}

.btn-default.focus, .btn-default:focus {
    outline: 0;
    border: 2px solid #f1b537
}

.top__account__login:focus, .top__account__login {
    border: 2px solid #ffd417;
    text-transform: uppercase;
    color: #ffd416 !important;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 45px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 33px
}

.top__account__login:hover {
    background-color: #fcb00c;
    -webkit-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    -moz-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    border: 2px solid #f1b537;
    background-image: -webkit-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -moz-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -o-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -ms-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: linear-gradient(to top, #eeb00e, #fed201 54%, #ffd41c);
    text-transform: uppercase;
    color: #17386d !important;
}

.top__account__register:focus, .top__account__register {
    background-color: #fcb00c;
    -webkit-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    -moz-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    border: 2px solid #f1b537;
    background-image: -webkit-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -moz-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -o-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -ms-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: linear-gradient(to top, #eeb00e, #fed201 54%, #ffd41c);
    text-transform: uppercase;
    color: #17386d;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 45px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 26px;
    margin-left: 22px
}

.top__account__register:hover {
    border: 2px solid #ffd417;
    background: transparent;
    color: #ffd416;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: 0
}

/*=== menu css==== */
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .07em
}

.navbar-default .nav > li > a:hover {
    color: #17386d;
}

.navbar-right {
    margin-right: 26px;
}

.navbar-default.affix .navbar-header .navbar-toggle {
    color: #000;
    border-color: #000;
}

.navbar-right li .dropdown-menu:after {
    border-color: transparent transparent #f05454;
    border-style: solid;
    border-width: 0 6.5px 10px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: -12px;
    width: 0
}

.navbar-toggle:focus {
    outline: 0;
    background: 0
}

.navbar-right li .dropdown-menu {
    border: 0;
    border-radius: 0;
    background: #fff;
    min-width: 230px;
    padding: 15px 0 10px;
    border-top: 3px solid #f05455;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    left: 0
}

@media (min-width: 1025px) {
    .navbar-right li .dropdown-menu {
        display: block;
        top: 100px;
        opacity: 0;
        visibility: hidden;
        left: 0
    }
}

@media (min-width: 1025px) {
    .navbar-right li:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 100%;
        z-index: 1000;
        -webkit-transition: all 300ms ease-in;
        transition: all 300ms ease-in
    }
}

.navbar-right li .dropdown-menu li a {
    font-family: 'Oxygen', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #17386d;
    text-transform: capitalize;
    padding-bottom: 15px
}

.navbar-right li .dropdown-menu li a:hover {
    background: 0;
    color: #f05455;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: 0;
    color: #f05455;
}

.nav > li {
    margin-left: 17px
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 0;
    margin: -7px 0 0
}

#intro {
    padding: 119px 0 0;
    position: relative
}

#intro:before {
    content: "";
    background: url(../img/marketing-images/images/home/intro__bg__gradiant.png) repeat-x top;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

#intro:after {
    content: "";
    background: url(../img/marketing-images/images/home/intro__bg.png) no-repeat;
    background-position: 48% 91%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

#intro .container {
    position: relative;
    z-index: 55
}

#intro h2 {
    font-size: 53px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.42);
    line-height: 55px;
    margin-bottom: 12px
}

#intro p {
    font-size: 21px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.42);
    color: #fff;
    font-weight: 300;
    margin-bottom: 22px
}

.intro__tab .nav-tabs {
    border: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.intro__tab .nav-tabs li {
    margin-left: 24px
}

.intro__tab .nav-tabs li + li {
    margin-left: 40px
}

.intro__tab .nav-tabs li.active a, .intro__tab .nav-tabs li.active a:hover, .intro__tab .nav-tabs li.active a:focus {
    background: 0;
    padding: 0;
    color: #f05455;
    border-bottom: 2px solid #f05455;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

.intro__tab .nav-tabs li a {
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    color: #c8c8c8;
    font-family: 'Oxygen', 'Helvetica Neue', Arial, sans-serif;
    background: 0;
    text-transform: uppercase;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0
}

.intro__tab .nav-tabs li a:hover {
    background: 0;
    padding: 0;
    color: #f05455;
    border-bottom: 2px solid #f05455;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

.btn-default:hover, .btn-default {
    background-color: #fcb00c;
    -webkit-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    -moz-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    border: 2px solid #f1b537;
    background-image: -webkit-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -moz-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -o-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -ms-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: linear-gradient(to top, #eeb00e, #fed201 54%, #ffd41c);
    text-transform: uppercase;
    color: #17386d;
    letter-spacing: .1em;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.intro__tab .tab-content {
    padding: 0 28px 0 25px
}

.intro__tab .tab-content ul li + li {
    padding-top: 10px
}

.info-tab .media-left {
    padding-right: 25px
}

.info-r {
    padding-right: 0;
    padding-left: 25px
}

.info-tab .info-body {
    background: #f7f3f3;
    border-radius: 19px;
    vertical-align: middle;
    padding: 0 25px;
    position: relative;
    overflow: visible
}

.info-tab .info-body:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 12px 7.5px 0;
    border-color: transparent #f7f3f3 transparent transparent;
    position: absolute;
    top: 30px;
    left: -12px
}

.info-b:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #f7f3f3;
    position: absolute;
    top: 30px;
    right: -12px
}

.info-tab .info-body p {
    box-shadow: none !important;
    text-shadow: none !important;
    color: #232a31 !important;
    font-size: 15px !important;
    line-height: 19px !important;
    margin-bottom: 0 !important
}

.btn {
    -webkit-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    -moz-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    transition: .4s
}

.btn:hover {
    -webkit-box-shadow: 0 0 42px rgba(21, 64, 115, .35);
    -moz-box-shadow: 0 0 42px rgba(21, 64, 115, .35);
    box-shadow: 0 0 42px rgba(21, 64, 115, .35);
    transition: .4s
}

.btn-lg {
    font-size: 18px;
    padding: 21px 42px
}

.intro__tab {
    width: 418px;
    height: 334px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 57px rgba(12, 37, 76, .98);
    -moz-box-shadow: 0 0 57px rgba(12, 37, 76, .98);
    box-shadow: 0 0 57px rgba(12, 37, 76, .98);
    border: solid 7px #f7f3f3;
    margin-top: 177px;
    position: relative;
    top: 27px
}

.navbar-default .navbar-header .navbar-brand {
    position: relative
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    -moz-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    border-radius: 5px
}

.yt-pop {
    cursor: pointer
}

.video-full {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    visiblity: hidden;
    transition: .4s;
    width: 100%;
    height: 100vh !important
}

.video-full.active {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    z-index: 77777;
    opacity: 1;
    visiblity: visible;
    transition: .4s;
    width: 100%;
    height: 100vh !important
}

.video-full .container {
    height: 100vh !important
}

.video-full .col-md-12 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
    padding: 80px
}

.yt-close {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: .4s;
    opacity: .7;
    cursor: pointer
}

.yt-close:hover {
    transition: .4s;
    opacity: 1;
    color: #fff
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}

#featured {
    background-color: #f4f4f4;
    background-image: -webkit-linear-gradient(bottom, #f4f4f4, #fff);
    background-image: -moz-linear-gradient(bottom, #f4f4f4, #fff);
    background-image: -o-linear-gradient(bottom, #f4f4f4, #fff);
    background-image: -ms-linear-gradient(bottom, #f4f4f4, #fff);
    background-image: linear-gradient(to top, #f4f4f4, #fff);
    padding-bottom: 28px
}

#featured h4 {
    margin: 49px 0 -11px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #c8c8c8;
    letter-spacing: .04em
}

#featured ul {
    text-align: center
}

#featured ul li {
    display: inline-block;
    padding: 0 12.5px
}

.sep {
    background: url(../img/marketing-images/images/home/sep.png) repeat-x center right;
    height: 59px
}

.sep1 {
    background: url(../img/marketing-images/images/home/sep1.png) repeat-x center right;
    height: 59px
}

/*=== triberr area css====*/
.triberr-area {
    padding-bottom: 68px;
    padding-top: 68px
}

.triberr-area .content {
    text-align: center;
    padding-bottom: 59px
}

.title, .testimonial_slider_area .title {
    font-weight: 400;
    font-size: 46px;
    line-height: 55px;
    color: #17386d;
    position: relative;
    padding-bottom: 25px;
    text-align: center
}

.title:after, .testimonial_slider_area .title:after {
    content: '';
    width: 62px;
    height: 3px;
    background: #f05455;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translateX(-50%)
}

.triberr-area .content p, .testimonial_slider_area .content p {
    font-weight: 400;
    font-size: 19px;
    line-height: 31px;
    color: #333;
    padding-top: 10px
}

.triberr-area h3 {
    font-size: 36px;
    line-height: 34px;
    color: #17386d;
    letter-spacing: .045em;
    margin-top: 44px
}

.triberr-area p {
    color: #868686
}

.triberr-area .button {
    text-align: center;
    margin-top: 35px
}

.triberr-area .col-md-6:nth-child(2) {
    padding-left: 102px
}

.ta_1 {
    margin-bottom: 50px
}

.triberr-area .ta_2 {
    margin-bottom: 53px
}

.triberr-area .ta_2 .col-md-6 {
    padding-left: 97px
}

.triberr-area .ta_2 .col-md-6:nth-child(2) {
    padding-left: 121px
}

.triberr-area .ta_2 h3 {
    margin-top: 24px
}

.triberr-area .ta_3 .col-md-6:nth-child(2) {
    padding-left: 84px;
    padding-right: 140px
}

.triberr-area .ta_3 h3 {
    margin-top: 63px
}

.blogers-area {
    background: #f4f4f4;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    position: relative;
    padding-top: 68px;
    padding-bottom: 66px
}

.blogers-area .title {
    padding-bottom: 18px
}

.blogers-area:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 66px;
    left: 0
}

.blogers-area .items {
    padding-bottom: 36px;
    padding-top: 42px
}

.blogers-area .items .text h2 {
    padding-bottom: 3px;
    margin-top: 17px;
    font-size: 17px;
    line-height: 23px;
    color: #17386d;
    font-weight: 700
}

.blogers-area .items .text h2 span {
    font-size: 12px;
    margin: -4px 0 -28px;
    display: block
}

.blogers-area .items .text p {
    color: #868686;
    margin-bottom: 0;
    line-height: 23px
}

.blogers-area .btn-lg {
    font-size: 18px;
    padding: 21px 53px
}

.blogers-area .col-sm-3:nth-child(2) h2 {
    padding: 8px 0 9px
}

/*====testimonial-slider-area css====*/

.testimonial_slider_area .content {
    text-align: center
}

.testimonial_slider_area .title {
    margin: 36px 0 10px
}

.testimonial_slider_area {
    position: relative;
    padding: 0 0 52px;
    padding-top: 66px;
    overflow: hidden;
    background: #75d5ef
}

.main_content_slider_wrapper {
    width: 100% !important;
    max-width: 100% !important
}

#slider1 {
    width: 100% !important
}

.circle_slider {
    margin: 0 auto !important;
    position: relative !important
}

.circle_slider_text_wrapper {
    width: 100% !important
}

.content_slider_wrapper .circle_slider_nav_left {
    position: absolute;
    top: 70px !important;
    left: 0 !important;
    height: 20px;
    width: 17px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/marketing-images/images/home/arrow_left.png) no-repeat center
}

.content_slider_wrapper .circle_slider_nav_left img {
    display: none
}

.content_slider_wrapper .circle_slider_nav_right {
    position: absolute;
    top: 73px !important;
    right: 0 !important;
    left: auto !important;
    height: 20px;
    width: 17px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/marketing-images/images/home/arrow_right.png) no-repeat center
}

.content_slider_wrapper .circle_slider_nav_right img {
    display: none
}

.testimonial_slider_area .carousel-indicators {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px
}

.testimonial_slider_area .carousel-indicators li {
    border: 0 none;
    height: 50px;
    margin: 0 6px;
    text-indent: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 50px;
    border-radius: 50%
}

.testimonial_slider_area .carousel-indicators .active {
    box-shadow: 0 0 0 1px #a49c9a;
    height: 160px;
    width: 160px
}

.testimonial_slider_area .carousel-indicators img {
    border-radius: 50%;
    display: block;
    width: 100%
}

.testimonial_slider_area .slider_con {
    border: 2px solid;
    border-radius: 50%;
    bottom: calc(50% - 20px);
    color: #eb5c3a;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px
}

.testimonial_slider_area .slider_con span.fa {
    font-weight: 700
}

.testimonial_slider_area .slider_con:hover {
    color: #d3a600
}

.testimonial_slider_area .slider_con.left {
    left: 0
}

.testimonial_slider_area .slider_con.right {
    right: 0
}

.single_testi_item {
    margin: 0 70px;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 10px;
    color: #fff
}

.single_testi_item > h3 {
    color: #17386d;
    padding-top: 15px;
    font-size: 18px;
    font-family: font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600
}

.single_testi_item > span {
    color: #a8acb9;
    font-size: 16px
}

.single_testi_item p {
    color: #17386d;
    font-size: 22px
}

.quote-info h4 {
    line-height: 22px;
    font-size: 18px;
    color: #17386d;
    font-weight: bold;
    font-family: Lato;
    margin: 9px 0 -9px
}

.quote-info h5 {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-family: Lato
}

.quote-info .quote-img {
    width: 39px;
    height: 32px;
    background: url(../img/marketing-images/images/home/quote.png) no-repeat center;
    display: table;
    margin: 23px auto 15px
}

.quote-info p {
    font-style: italic;
    color: #17386d;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
    padding: 0
}

/*===== influencer area css====*/
.influencer-area {
    background: url('../img/marketing-images/images/home/blog-bg.jpg') no-repeat center center;
    background-color: #17386d;
    background-size: 93%;
    padding-top: 24px
}

.influencer-area .title {
    color: #fff;
    margin-bottom: 15px
}

.influencer-area .title:after {
    bottom: 10px
}

.influencer-area .button {
    text-align: center;
    margin: 44px 0
}

.influencer-area .nav-tabs {
    border: 0
}

.influencer-area .nav-tabs li a {
    font-size: 15px;
    line-height: 22px;
    color: #8ea9d5;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    padding: 12px 25px;
    border: 0;
    box-shadow: none;
    transition: all 300ms ease-in-out;
    font-weight: 700;
    letter-spacing: .05em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.influence-tab .item {
    background: #fff;
    display: table
}

.influencer-area .nav-tabs li a:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #48c0eb;
    background-image: -webkit-linear-gradient(top, #48c0eb, #1d93bd);
    background-image: -moz-linear-gradient(top, #48c0eb, #1d93bd);
    background-image: -o-linear-gradient(top, #48c0eb, #1d93bd);
    background-image: -ms-linear-gradient(top, #48c0eb, #1d93bd);
    background-image: linear-gradient(to bottom, #48c0eb, #1d93bd);
    color: #fff;
    border: 0;
    padding: 12px 25px
}

.influencer-area .tab_pages {
    padding-top: 38px;
    padding-bottom: 0;
    display: table;
    width: 100%
}

.influencer-area .tab_pages .tab-content .tab-pane ul li {
    float: left;
    padding: 0 19px;
    width: 25%
}

.influencer-area .nav-tabs {
    border: 0;
    padding: 0 27px
}

.influenser-social ul li {
    width: 33.33333% !important;
    float: left !important
}

.influencer-area .item {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 57px #03122b;
    -moz-box-shadow: 0 0 57px #03122b;
    box-shadow: 0 0 57px #03122b;
    overflow: hidden
}

.influencer-area .item h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #17386d;
    margin: 15px 0 3px
}

.influencer-area .item h3 + span {
    font-size: 16px;
    line-height: 22px;
    color: #a8acb9;
    margin-bottom: 22px;
    display: table;
    width: 100%
}

.influenser-social h6 {
    font-size: 11px;
    color: #a8acb9;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    width: 121px;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .09);
    box-shadow: 0 0 16px rgba(0, 0, 0, .09);
    border: solid 1px #e6e6e6;
    line-height: 17px;
    position: relative;
    top: -11px;
    background: #fff
}

.influenser-social {
    border-top: solid 1px #e6e6e6
}

.influenser-social ul li {
    border-right: solid 1px #e6e6e6;
    width: 33.33333% !important;
    float: left !important;
    margin-top: -20px;
    padding: 21px 0 10px !important
}

.influenser-social li:last-child {
    border-right: 0
}

.influenser-social li i {
    font-size: 23px;
    color: #cecece
}

.influenser-social li span {
    display: block;
    color: #f05455;
    font-size: 13px;
    font-weight: 700
}

.influencer-area .tab-content li {
    float: left;
    padding: 0;
    width: 25%;
    text-align: center !important
}

.influencer-area .nav > li {
    margin: 0 7px
}

.influencer-area .btn-lg {
    padding: 21px 53px
}

.influencer-area + .blogers-area {
    border-top: 0;
    padding-top: 63px;
    padding-bottom: 30px
}

.influencer-area + .blogers-area .title {
    margin-bottom: 2px
}

.influencer-area + .blogers-area .title:after {
    bottom: 7px
}

.influencer-area + .blogers-area .items .text h2 {
    margin-top: 30px
}

.influencer-area .nav-tabs {
    margin: 0 auto;
    display: table
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #48c0eb;
    background-image: -webkit-linear-gradient(top, #48c0eb, #1d93bd);
    background-image: -moz-linear-gradient(top, #48c0eb, #1d93bd);
    background-image: -o-linear-gradient(top, #48c0eb, #1d93bd);
    background-image: -ms-linear-gradient(top, #48c0eb, #1d93bd);
    background-image: linear-gradient(to bottom, #48c0eb, #1d93bd);
    color: #fff;
    border: 0;
    padding: 12px 25px
}

.brands {
    padding-bottom: 15px
}

.brands:after {
    background: url(../img/marketing-images/images/home/blog-bg1.jpg) repeat-x center right;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 66px;
    left: 0
}

.brands .items {
    padding: 40px 60px 0 60px
}

.brands .item {
    padding: 0 39px
}

/*=== triberr publisher area css===*/
.triberr-publisher-area {
    overflow: hidden;
    position: relative;
    padding-top: 61px;
    padding-bottom: 91px
}

.triberr-publisher-area:after {
    background: url(../img/marketing-images/images/home/bg-shep.png) repeat-x center right;
    content: '';
    position: absolute;
    top: -2px;
    width: 100%;
    height: 66px;
    left: 0
}

.triberr-publisher-area .title {
    margin-bottom: 74px
}

.triberr-publisher-area .title:after {
    bottom: 13px
}

.triberr-publisher-area .triberr-publisher-left .tabs {
    max-width: 530px;
    margin-left: auto;
    margin-right: 102px
}

.triberr-publisher-left {
    width: calc(50% + 210px);
    float: left
}

.triberr-publisher-right {
    width: calc(50% - 210px);
    float: right
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs {
    border: 0
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs li {
    margin: 0 0 5px 0;
    width: 100%
}

.triberr-publisher-area .triberr-publisher-left .tabs .button {
    margin: 20px 0 0;
    text-align: center
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs li a {
    border-radius: 5px;
    padding: 27px 40px 24px 85px;
    background: transparent !important;
    width: 100%;
    position: relative;
    box-shadow: none !important;
    border: none !important
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs li .icon_alt {
    opacity: 1;
    position: absolute;
    top: 22px;
    margin: 0;
    left: 33px;
    transition: .4s
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs li .icon_active {
    opacity: 0;
    position: absolute;
    top: 22px;
    margin: 0;
    left: 33px;
    transition: .4s
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs li.active .icon_active {
    opacity: 1;
    transition: .4s
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs li.active .icon_alt {
    opacity: 0;
    transition: .4s
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs li a:hover, .triberr-publisher-area .triberr-publisher-left .nav-tabs li.active > a {
    background: #f4f4f4 !important
}

.triberr-publisher-area .triberr-publisher-left .nav-tabs li h2 {
    font-size: 18px;
    line-height: 22px;
    color: #17386d;
    font-weight: 700;
    letter-spacing: .50px;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    position: relative;
    margin: 0;
    padding: 0
}

.triberr-publisher-area .btn {
    margin: -28px auto 0;
    display: table;
    position: relative;
    left: 22px;
    padding: 21px 52px
}

/*=== testimonial-area css===*/

.testimonial-area.brand-testimonial {
    padding-top: 51px
}

.testimonial-area.brand-testimonial .testimonial-left .testimonial-logo .item {
    margin-bottom: 16px;
    margin-top: -2px
}

.testimonial-area .testimonial-left {
    width: calc(50% - 130px);
    float: left;
    padding-left: 20px
}

.testimonial-area {
    overflow: hidden;
    position: relative;
    padding-top: 66px;
    padding-bottom: 66px
}

.testimonial-area .title {
    margin-bottom: 54px
}

.testimonial-area .content h2.title {
    color: #17386d;
    font-weight: bold;
    font-size: 31px
}

.testimonial-area .content p {
    margin: -30px 0 20px;
    padding: 0 26%;
    color: #888
}

/*===full-video-area css===*/
.full-video-area {
    overflow: hidden
}

.full-video-left {
    width: calc(50% + 20px);
    float: left;
    background: url('../img/marketing-images/images/home/video.jpg') no-repeat scroll center 100%;
    background-size: cover;
    padding: 114px 0 171px
}

.full-video-left .content {
    max-width: 360px;
    margin-left: 154px;
    margin-right: auto
}

.full-video-left .content h2 {
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    font-size: 46px;
    line-height: 35px;
    color: #fff
}

.full-video-left .content h2:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #f05455;
    display: inline-block
}

.full-video-left .content p {
    font-size: 19px;
    line-height: 33px;
    color: #c0d2ee
}

.full-video-right {
    width: calc(50% - 20px);
    float: right;
    background: url('../img/marketing-images/images/home/video1.jpg') no-repeat scroll center 100%;
    background-size: cover;
    position: relative;
    z-index: 1
}

.full-video-right:after {
    content: "";
    background: #7287a0;
    opacity: .50;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1
}

.video-click {
    padding: 100px 0 102px;
    text-align: center
}

.full-video-area video {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.mfp-content .video-inner {
    width: 100% px;
    height: 550px;
    margin: 0 auto
}

.mfp-content .video-inner iframe {
    width: 100%;
    height: 550px
}

.full-video-area .inner.open video {
    display: block
}

/*=====blog-area css ====*/
.blog-area {
    position: relative;
    overflow: hidden;
    padding-top: 51px;
    padding-bottom: 58px;
    border-bottom: 1px solid #e7e7e7;
    background: #f4f4f4;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

.blog-area:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 66px;
    left: 0
}

.blog-area .title {
    margin-bottom: 48px
}

.blog-area .items-blog {
    height: 300px
}

.blog-area .items-blog .texts {
    padding: 15px 26px;
    background: transparent !important
}

.blog-area .items-blog .texts h3 {
    font-size: 12px;
    line-height: 32px;
    color: #f05455;
    font-family: 'Oxygen', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: -4px;
    margin-top: 0;
    letter-spacing: .10em
}

.blog-area .items-blog .texts h3 a {
    color: #f05455
}

.blog-area .post-thumb img {
    transform: scale(1);
    transition: .3s
}

.blog-area .post-thumb:hover img {
    transform: scale(1.1);
    transition: .3s
}

.blog-area .items-blog .texts h2 {
    font-size: 21px;
    line-height: 22px;
    color: #17386d;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 7px
}

.post-thumb {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: table;
    width: 100%
}

.blog-area .items-blog .texts h2 a {
    color: #17386d
}

.blog-area .items-blog .texts p {
    color: #868686;
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 2px
}

.blog-area .items-blog .texts a.rmore {
    font-size: 12px;
    line-height: 18px;
    color: #17386d;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oxygen', 'Helvetica Neue', Arial, sans-serif;
    margin-top: 9px;
    display: block
}

.blog-area .items-blog .texts a i {
    font-size: 15px;
    padding-left: 5px
}

/*==== subcribe-area css ====*/
.subcribe-area {
    position: relative;
    padding-top: 54px;
    background: #f4f4f4
}

.subcribe-area .title {
    margin-bottom: 10px
}

.subcribe-area .title:after {
    bottom: 8px
}

.subcribe-area:after {
    background: url(../img/marketing-images/images/home/sep.png) repeat-x center right;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 66px;
    left: 0
}

.subcribe-area p {
    color: #868686;
    text-align: center;
    font-size: 19px
}

.subcribe-area .search-form .input-group {
    width: 530px;
    margin: 24px auto 48px auto;
    height: 60px;
    border: 2px solid #f2b941;
    border-radius: 34px;
    background: #fff
}

.subcribe-area .search-form .input-group .form-control {
    font-size: 15px;
    line-height: 32px;
    color: #969696;
    height: 60px;
    border: 0;
    box-shadow: none;
    border-radius: 35px;
    position: relative;
    padding-left: 70px;
    z-index: 1;
    background: transparent
}

.subcribe-area .search-form .input-group i {
    position: absolute;
    font-size: 31px;
    left: 28px;
    z-index: 3;
    color: #d6d6d6;
    top: 16px
}

.input-group-addon {
    padding: 0;
    border: 0;
    background: 0
}

.input-group-addon button {
    font-size: 18px;
    line-height: 27px;
    color: #17386d;
    font-weight: 700;
    background: #ffd417;
    background-image: -webkit-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -moz-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -o-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -ms-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: linear-gradient(to top, #eeb00e, #fed201 54%, #ffd41c);
    border: 0;
    border-radius: 30px;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    padding: 16px 41px;
    text-transform: uppercase;
    border: 1px solid #f2bc4a;
    margin-right: -1px
}

.testimonial-carousel .slick-dots li {
    float: left;
    padding: 20px
}

.testimonial-carousel .slick-dots li button {
    width: 42px;
    height: 42px;
    border: 0;
    background: red;
    padding: 0;
    border-radius: 50%;
    transition: .4s
}

.testimonial-carousel .slick-dots li.slick-active button {
    width: 160px;
    height: 160px;
    border: 0;
    background: red;
    padding: 0;
    border-radius: 50%;
    margin-top: -59px;
    transition: .4s
}

/*======= footer-area css =======*/
.footer-area {
    margin-top: -3px;
    position: relative;
    z-index: 44
}

.footer-top img {
    max-width: 100%
}

.footer-top {
    padding: 0;
    background: #4862a3;
    background: -moz-linear-gradient(left, rgba(72, 98, 163, 1) 0, rgba(85, 172, 238, 1) 20%, rgba(30, 87, 153, 1) 20%, rgba(14, 118, 168, 1) 50%, rgba(230, 43, 36, 1) 80%, rgba(180, 0, 155, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(72, 98, 163, 1) 0, rgba(85, 172, 238, 1) 20%, rgba(30, 87, 153, 1) 20%, rgba(14, 118, 168, 1) 50%, rgba(230, 43, 36, 1) 80%, rgba(180, 0, 155, 1) 100%);
    background: linear-gradient(to right, rgba(72, 98, 163, 1) 0, rgba(85, 172, 238, 1) 20%, rgba(30, 87, 153, 1) 20%, rgba(14, 118, 168, 1) 50%, rgba(230, 43, 36, 1) 80%, rgba(180, 0, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4862a3', endColorstr='#b4009b', GradientType=1)
}

.footer-top ul {
    margin: 0 auto;
    padding-left: 0;
    border-bottom: 10px solid #08224a;
    display: table;
    width: 100%
}

.footer-top ul li {
    float: left;
    width: 20%
}

.footer-top ul li a {
    text-align: center;
    display: table;
    width: 100%;
    color: #fff;
    line-height: 96px;
    font-size: 37px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.footer-top ul li:first-child a {
    background-color: #4862a3;
    background-image: -webkit-linear-gradient(21deg, #4862a3, #0b2668 86%);
    background-image: -moz-linear-gradient(21deg, #4862a3, #0b2668 86%);
    background-image: -o-linear-gradient(21deg, #4862a3, #0b2668 86%);
    background-image: -ms-linear-gradient(21deg, #4862a3, #0b2668 86%);
    background-image: linear-gradient(21deg, #4862a3, #0b2668 86%)
}

.footer-top ul li:first-child a:hover {
    background-color: #0b2668;
    background-image: -webkit-linear-gradient(21deg, #0b2668, #4862a3 86%);
    background-image: -moz-linear-gradient(21deg, #0b2668, #4862a3 86%);
    background-image: -o-linear-gradient(21deg, #0b2668, #4862a3 86%);
    background-image: -ms-linear-gradient(21deg, #0b2668, #4862a3 86%);
    background-image: linear-gradient(21deg, #0b2668, #4862a3 86%)
}

.footer-top ul li:nth-child(2) a {
    background-color: #55acee;
    background-image: -webkit-linear-gradient(21deg, #55acee, #0c5e9d);
    background-image: -moz-linear-gradient(21deg, #55acee, #0c5e9d);
    background-image: -o-linear-gradient(21deg, #55acee, #0c5e9d);
    background-image: -ms-linear-gradient(21deg, #55acee, #0c5e9d);
    background-image: linear-gradient(21deg, #55acee, #0c5e9d)
}

.footer-top ul li:nth-child(2) a:hover {
    background-color: #0c5e9d;
    background-image: -webkit-linear-gradient(21deg, #0c5e9d, #55acee);
    background-image: -moz-linear-gradient(21deg, #0c5e9d, #55acee);
    background-image: -o-linear-gradient(21deg, #0c5e9d, #55acee);
    background-image: -ms-linear-gradient(21deg, #0c5e9d, #55acee);
    background-image: linear-gradient(21deg, #0c5e9d, #55acee)
}

.footer-top ul li:nth-child(3) a {
    background-color: #0e76a8;
    background-image: -webkit-linear-gradient(21deg, #0e76a8, #00405f);
    background-image: -moz-linear-gradient(21deg, #0e76a8, #00405f);
    background-image: -o-linear-gradient(21deg, #0e76a8, #00405f);
    background-image: -ms-linear-gradient(21deg, #0e76a8, #00405f);
    background-image: linear-gradient(21deg, #0e76a8, #00405f)
}

.footer-top ul li:nth-child(3) a:hover {
    background-color: #00405f;
    background-image: -webkit-linear-gradient(21deg, #00405f, #0e76a8);
    background-image: -moz-linear-gradient(21deg, #00405f, #0e76a8);
    background-image: -o-linear-gradient(21deg, #00405f, #0e76a8);
    background-image: -ms-linear-gradient(21deg, #00405f, #0e76a8);
    background-image: linear-gradient(21deg, #00405f, #0e76a8)
}

.footer-top ul li:nth-child(4) a {
    background-color: #e62b24;
    background-image: -webkit-linear-gradient(21deg, #e62b24, #9e0c06 87%);
    background-image: -moz-linear-gradient(21deg, #e62b24, #9e0c06 87%);
    background-image: -o-linear-gradient(21deg, #e62b24, #9e0c06 87%);
    background-image: -ms-linear-gradient(21deg, #e62b24, #9e0c06 87%);
    background-image: linear-gradient(21deg, #e62b24, #9e0c06 87%)
}

.footer-top ul li:nth-child(4) a:hover {
    background-color: #9e0c06;
    background-image: -webkit-linear-gradient(21deg, #9e0c06, #e62b24 87%);
    background-image: -moz-linear-gradient(21deg, #9e0c06, #e62b24 87%);
    background-image: -o-linear-gradient(21deg, #9e0c06, #e62b24 87%);
    background-image: -ms-linear-gradient(21deg, #9e0c06, #e62b24 87%);
    background-image: linear-gradient(21deg, #9e0c06, #e62b24 87%)
}

.footer-top ul li:nth-child(5) a {
    background-color: #e62b24;
    background-image: -webkit-linear-gradient(18deg, #e3031d, #b4009b);
    background-image: -moz-linear-gradient(18deg, #e3031d, #b4009b);
    background-image: -o-linear-gradient(18deg, #e3031d, #b4009b);
    background-image: -ms-linear-gradient(18deg, #e3031d, #b4009b);
    background-image: linear-gradient(18deg, #e3031d, #b4009b)
}

.footer-top ul li:nth-child(5) a:hover {
    background-color: #b4009b;
    background-image: -webkit-linear-gradient(18deg, #b4009b, #e3031d);
    background-image: -moz-linear-gradient(18deg, #b4009b, #e3031d);
    background-image: -o-linear-gradient(18deg, #b4009b, #e3031d);
    background-image: -ms-linear-gradient(18deg, #b4009b, #e3031d);
    background-image: linear-gradient(18deg, #b4009b, #e3031d)
}

.footer-bottom {
    background: url('../img/marketing-images/images/home/footer-bg.jpg') no-repeat scroll 100%;
    background-size: cover;
    padding: 30px 0 207px
}

.widget-title {
    font-size: 15px;
    line-height: 78px;
    color: #fff;
    font-weight: 700;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase
}

.widget p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    color: #c0d2ee
}

.widget ul li a {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    color: #c0d2ee;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s
}

.widget ul li a:hover {
    color: #f4bc08
}

.widget ul li + li {
    padding-top: 15px
}

.widget.widget-contact ul li {
    font-size: 14px;
    padding-bottom: 10px
}

.widget.widget-contact ul li i {
    font-size: 24px;
    padding-right: 20px;
    float: left;
    line-height: 25px
}

.widget.widget-contact ul li + li {
    padding-top: 0
}

.widget.widget-contact ul li + li i {
    padding-right: 13px;
    font-size: 15px
}

.widget-company li a {
    font-size: 15px;
    text-decoration: none;
    color: #c0d2ee;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s
}

.widget-company li a:hover {
    color: #f4bc08
}

.widget h2 {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase
}

.social li {
    float: left
}

.social li a i {
    font-size: 24px;
    color: #c0d2ee;
    float: none
}

.social li a:hover i {
    color: #fff
}

.social li + li a i {
    font-size: 24px !important
}

.social li:first-child a i {
    padding-right: 13px
}

.footer-bottom .content a {
    display: block;
    padding-bottom: 15px
}

.footer-bottom .content {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    color: #c0d2ee;
    padding-top: 33px
}

.blog-single {
    padding-top: 140px
}

.blog-page .navbar-default {
    background: #0b2958
}

.blog-page .blog-area:after {
    display: none
}

.blog-page .blog-area {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 30px;
    border: 0
}

.info-section {
    background: #f4f4f4;
    border-top: 1px solid #e7e7e7;
    overflow: hidden
}

.blog-page .triberr-area {
    padding-bottom: 0
}

.triberr-area .info-section h3 {
    margin-top: 0;
    font-weight: bold;
    color: #0e2a59
}

.triberr-area .info-section p {
    color: #0e2a59;
    font-size: 23px;
    margin-top: 8px;
    margin-bottom: 35px
}

.ketchup-error {
    display: none !important
}

#result {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 12px;
    padding: 12px 15px 0;
    margin-top: 10px
}

.list-inline > li {
    display: inline-block;
    padding-right: 0;
    padding-left: 2px
}

#result {
    color: #000 !important;
    font-size: 13px;
    letter-spacing: .5px
}

@media only screen and (min-width: 768px) and (max-width: 4000px) {
    .center-content {
        display: flex;
        align-items: center;
        flex-direction: row
    }
}

@media only screen and (min-width: 993px) and (max-width: 4000px) {
    .center-content-2 {
        display: flex;
        align-items: center;
        flex-direction: row
    }
}

.subpage .navbar-default {
    background: #0b2958
}

.featured-intro {
    padding: 230px 0 200px;
    position: relative;
    background: url(../img/marketing-images/images/1.png) no-repeat center;
    background-size: auto auto;
    margin-top: 109px
}

.featured-intro h1 {
    color: #0e2d5e;
    font-family: Oxygen, sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 65px;
    text-align: center
}

.featured-intro p {
    margin: 14px 0 45px;
    position: relative;
    color: #0c2a5a;
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
    text-align: center
}

.group-functions {
    padding: 53px 0;
    position: relative;
    background: #f8f8f8
}

.group-functions .col-sm-2 {
    padding: 20px 15px
}

.group-info {
    padding: 120px 0
}
.privacy-policy {
    padding: 120px 0
}

.logo {
    display: block;
    position: relative;
    width: 72.25673%; /* 349px / 483px = 72.25673% */
}

.group-info p  {
    margin: 20px 0 0;
    color: #555;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify
}
.privacy-policy p  {
    margin: 10px 0 0;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify
}

.group-info ul {
    margin: 46px 0 28px;
    position: relative;
    display: table
}
.privacy-policy ul {
    margin: 30px 0 20px;
    position: relative;
    display: table
}

.group-info li, .privacy-policy li {
    float: left;
    line-height: 22px;
    position: relative;
    font-size: 17px;
    color: #888;
    padding-left: 23px;
    margin-bottom: 18px;
    width: 100%
}

.group-info li::after, .privacy-policy li::after {
    content: "";
    float: left;
    height: 9px;
    width: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #133367;
    position: absolute;
    top: 7px;
    left: 0
}

.privacy-policy h3 { font-weight: 400;font-size: 26px;line-height: 32px;color: #17386d;position: relative;padding-bottom: 5px;}

.bg-gray {
    background: #f8f8f8 !important
}

.bg-gray2 {
    background: #f1f2f2 !important
}

.quote-container {
    padding: 100px 0 130px
}

.quote-container h2 {
    color: #133367;
    font-family: Oxygen, sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 80px
}

.quotes {
    left: 0;
    padding: 95px 70px 80px;
    position: relative;
    width: 100%;
    max-width: 485px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1);
    z-index: 444
}

.quote {
    position: absolute;
    top: 23px;
    left: 27px;
    max-width: none;
    width: 72px !important
}

.quote-bottom {
    position: absolute;
    bottom: 23px;
    right: 21px;
    max-width: none;
    width: 72px !important
}

.quotes p {
    font-size: 25px;
    line-height: 30px;
    color: #888;
    font-weight: 400
}

.quotes cite {
    margin: 26px 0 0;
    color: #133367;
    font-family: Oxygen, sans-serif;
    font-size: 25.52632px;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    display: block
}

.quotes span {
    margin: 0;
    font-family: Oxygen, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #888;
    display: block
}

.group-video-section {
    min-height: 444px;
    overflow: hidden;
    padding: 60px 0 0;
    position: relative;
    z-index: 15;
    background: -moz-linear-gradient(40deg, rgba(255, 212, 11, 0.85) -5%, rgba(240, 84, 85, 0.85) 105%), #fcbe18;
    background: -o-linear-gradient(40deg, rgba(255, 212, 11, 0.85) -5%, rgba(240, 84, 85, 0.85) 105%), #fcbe18;
    background: -webkit-linear-gradient(40deg, rgba(255, 212, 11, 0.85) -5%, rgba(240, 84, 85, 0.85) 105%), #fcbe18;
    background: -ms-linear-gradient(40deg, rgba(255, 212, 11, 0.85) -5%, rgba(240, 84, 85, 0.85) 105%), #fcbe18;
    background: linear-gradient(50deg, rgba(255, 212, 11, 0.85) -5%, rgba(240, 84, 85, 0.85) 105%), #fcbe18
}

.group-video-section h3 {
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 59.99995px;
    font-weight: bold;
    text-align: center
}

.group-video-section p {
    margin: 0 auto 0;
    width: 100%;
    max-width: 555px;
    color: #fff;
    font-size: 17.99885px;
    font-weight: 500;
    line-height: 23.99847px;
    text-align: center
}

.btn-blue {
    margin: 55px auto 0;
    min-height: 23px;
    padding: 23px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #133367;
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 22.50514px;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    text-shadow: 0 1px 10px rgba(6, 6, 6, 0.15);
    text-transform: uppercase;
    display: inline-block
}

.btn-blue:hover {
    color: #f0b00c
}

.video-holder {
    margin: 40px 0 0;
    position: relative
}

.video-holder .button {
    margin: 0 auto;
    margin-top: 0;
    padding: 27px 0;
    position: relative;
    width: 479px;
    border: 2px solid #f0b00c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 24px;
    color: #f0b00c;
    margin-top: -23px
}

.video-holder .button:hover {
    border: 2px solid #f0b00c;
    color: #f0b00c;
    background: #133367
}

.video-holder .button img {
    margin-left: 20px;
    margin-top: -5px
}

.group-newsletter {
    padding: 52px 0 60px;
    background: #f4f4f4
}

.group-newsletter h4 {
    color: #133367;
    font-family: Oxygen, sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center
}

.group-newsletter p {
    margin: 0;
    font-family: Oxygen, sans-serif;
    text-align: center;
    text-shadow: 0 0 9px rgba(13, 13, 13, 0.11);
    color: #888;
    font-size: 18px
}

.group-newsletter form {
    margin: 42px auto 0;
    position: relative;
    width: 100%;
    padding-right: 220px;
    max-width: 590px
}

.group-newsletter form input {
    float: left;
    height: 70px;
    padding: 0 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-size: 17.64221px;
    font-style: italic;
    border: 0;
    width: 100%;
    font-family: Lato, sans-serif
}

.group-newsletter form button {
    float: right;
    width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17.57739px;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0
}

.testimonial-slider2 .owl-dots {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -67px;
    transform: translateX(-50%);
    display: table
}

.testimonial-slider2 .owl-dots .owl-dot {
    float: left;
    margin: 0 13px;
    border: 1px solid #255096;
    width: 25px;
    height: 25px;
    border-radius: 50%
}

.testimonial-slider2 .owl-dots .owl-dot.active {
    background: #255096;
    border: 1px solid #255096
}

.testimonial-slider2 .owl-next {
    background: #133367;
    position: absolute;
    width: 80px;
    height: 80px;
    right: -36px;
    bottom: 66px;
    color: #fff;
    padding-top: 0;
    text-align: center;
    font-size: 74px;
    line-height: 68px
}

.testimonial-slider2 .owl-prev {
    background: #133367;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 52px;
    bottom: 66px;
    color: #fff;
    padding-top: 0;
    text-align: center;
    font-size: 74px;
    line-height: 68px
}

.curate-intro {
    background: #133367;
    padding: 175px 0 0;
    margin-bottom: 150px
}

.curate-intro h1 {
    margin: 0;
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 52.51px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 5px 5px rgba(23, 56, 109, 0.42)
}

.curate-intro p {
    margin: 13px 0 -30px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    text-shadow: 0 5px 5px rgba(23, 56, 109, 0.42)
}

.curate-intro img {
    position: relative;
    top: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 51px 0 rgba(13, 13, 13, 0.25);
    -moz-box-shadow: 0 0 51px 0 rgba(13, 13, 13, 0.25);
    box-shadow: 0 0 51px 0 rgba(13, 13, 13, 0.25)
}

.subpage-content p {
    font-size: 18px;
    color: #999
}

.subpage-content p a {
    color: #17386d
}

.why-curate {
    padding: 38px 0 80px;
    background: #f4f4f4;
    margin-top: 60px
}

.wc-item {
    margin-top: 45px;
    text-align: center;
    padding: 0 30px
}

.wc-ico {
    height: 138px
}

.wc-item h4 {
    margin: 17px 0 0;
    color: #17386d;
    font-family: Oxygen, sans-serif;
    font-size: 19.99808px;
    line-height: 27.9973px;
    text-align: center
}

.wc-item p {
    margin: 7px 0 0;
    color: #a4a3a3;
    font-family: Oxygen, sans-serif;
    line-height: 17.99827px;
    text-align: left;
    font-size: 15px
}

.margin-less-20 img {
    top: -20px;
    position: relative
}

.group-triberr-area {
    padding: 50px 0 90px
}

.triberr-area h4 {
    color: #17386d;
    font-family: Oxygen, sans-serif;
    font-size: 24.00001px;
    font-weight: 700;
    letter-spacing: .05em
}

.full-video-full {
    width: 100%;
    float: none;
    background: url(../img/marketing-images/images/video.jpg) no-repeat top center;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    z-index: 1
}

.gta-info {
    display: table;
    width: 100%;
    margin-top: 60px
}

.gta-info p {
    font-size: 18.0292px;
    line-height: 24.03893px;
    text-align: center
}

.gta-info h3 {
    margin: 36px 0 0;
    color: #133367;
    font-family: Oxygen, sans-serif;
    font-size: 40.04877px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 0 9px rgba(13, 13, 13, .11)
}

.testimonial-3 {
    min-height: 433px;
    overflow: hidden;
    padding: 39px 0 33px;
    position: relative;
    background: #f4f4f4
}

.t3-item {
    margin-bottom: 30px
}

.rounded-rectangle-holder {
    overflow: hidden;
    padding: 36px 0 53px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #4eb8e2;
    padding: 40px 20px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    min-height: 200px
}

.rounded-rectangle-holder p {
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 15.01274px;
    line-height: 20.01698px
}

.ellipse-holder {
    margin: -32px auto 0;
    padding: 3px;
    position: relative;
    width: 62px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    height: 62px;
    display: block
}

.t3-item cite {
    margin: 6px 0 0;
    color: #17386d;
    font-family: Oxygen, sans-serif;
    font-size: 18.01529px;
    text-align: center;
    display: block;
    font-style: normal
}

.t3-item span {
    margin: 0;
    color: #a4a4a4;
    font-family: Oxygen, sans-serif;
    font-size: 15.01274px;
    text-align: center;
    display: block
}

.space-alt {
    margin-bottom: 60px
}

.bg-white {
    background: #fff
}

.revised-banner {
    position: relative;
    background: url(../img/marketing-images/images/banner.png) no-repeat center 0;
    background-position: center top;
    background-size: cover;
    margin-bottom: 40px
}

.revised-banner .container {
    padding: 229px 0 181px;
    position: relative
}

.revised-banner h1 {
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 52.51px;
    font-weight: 700;
    line-height: 60.00001px;
    text-shadow: 0 5px 5px rgba(23, 56, 109, .17)
}

.revised-banner p {
    margin: 8px 0 48px;
    color: #fff;
    font-size: 21px;
    text-shadow: 0 5px 5px rgba(23, 56, 109, .2)
}

.revised-banner span {
    margin: 17px 0 0;
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 18px;
    text-shadow: 0 5px 13px rgba(23, 56, 109, .3);
    display: block
}

.the-example-tribes {
    margin: 56px 0 0;
    min-height: 915px;
    padding: 40px 0 30px;
    background: #f4f4f4
}

.the-example-tribes .row {
    margin: 0 -25px
}

.the-example-tribes .col-sm-4 {
    padding: 0 25px
}

.ex-item {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px
}

.ex-item > img {
    width: 100%
}

.overlay {
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(1, 51, 105, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(1, 51, 105, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 51, 105, .65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6013369', GradientType=0);
    padding: 200px 0 15px;
    transition: .4s
}

.ex-item:hover .overlay {
    background: rgba(1, 51, 105, .8);
    height: 100%;
    bottom: 0;
    transition: .4s;
    padding: 22.5% 15px 15px;
    -webkit-box-shadow: 0 0 38px 0 rgba(19, 51, 103, .6);
    -moz-box-shadow: 0 0 38px 0 rgba(19, 51, 103, .6);
    box-shadow: 0 0 38px 0 rgba(19, 51, 103, .6)
}

.overlay p {
    color: #fff;
    font-size: 20px;
    margin: 0 0 -8px
}

.ex-meta {
    margin: 9px auto 0;
    position: relative
}

.ex-meta span {
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 11px;
    margin: 0 3px;
    display: inline-block
}

.img-full {
    width: 100%
}

.ex-item em {
    margin: 12px 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: block;
    opacity: 0
}

.ex-item:hover em {
    opacity: 1
}

.why-create-tribe {
    padding: 30px 0 60px
}

.wct-item {
    margin-bottom: 55px
}

.wct-item h4 {
    font-family: Oxygen;
    font-size: 36px;
    color: #17386d;
    margin: 20px 0 0
}

.wct-item p {
    font-family: Lato;
    font-size: 16px;
    color: #868686;
    margin: 8px 0 0
}

.group-benefits {
    margin: 73px 0 0;
    overflow: hidden;
    padding: 59px 0 0;
    background: #f4f4f4
}

.group-benefits h2 {
    color: #17386d;
    font-size: 46.32874px;
    margin-bottom: 100px
}

.group-benefits h4 {
    margin: 15px 0 0;
    color: #17386d;
    font-family: Oxygen, sans-serif;
    font-size: 24.00001px;
    text-align: center
}

.group-benefits p {
    margin: 14px 0 50px;
    color: #a4a3a3;
    font-family: Oxygen, sans-serif;
    font-size: 14.99856px;
    line-height: 17.99827px;
    text-align: justify;
    padding: 0 40px;
    text-align: left
}

.exit-text p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #868686
}

.find-or-create {
    min-height: 552px;
    overflow: hidden;
    padding: 10px 0 111px;
    position: relative;
    background: #f4f4f4 url(../img/marketing-images/images/5.png) no-repeat center top;
    background-size: cover
}

.find-or-create h2 {
    font-size: 48px;
    color: #133367;
    font-weight: 700;
    text-align: center
}

.red-dash {
    height: 3px;
    margin: 55px auto 3px;
    width: 62px;
    background: #f05455
}

.fc-inner {
    margin: 64px auto 0;
    position: relative;
    max-width: 960px;
    padding: 70px 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 76px 0 rgba(19, 51, 103, .14);
    -moz-box-shadow: 0 0 76px 0 rgba(19, 51, 103, .14);
    box-shadow: 0 0 76px 0 rgba(19, 51, 103, .14);
    display: table;
    width: 100%
}

.fc-inner h4 {
    color: #133367;
    font-family: Oxygen, sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 0 9px rgba(13, 13, 13, .11);
    margin: 0
}

.fc-inner p {
    margin: 26px 0 30px;
    font-size: 18.0301px;
    line-height: 24.04014px;
    color: #868686
}

.fc-inner .col-sm-6 {
    padding: 27px 50px
}

.fc-inner .col-sm-6:first-child {
    border-right: 2px solid #e3e3e3
}

.color-pink {
    color: #f05455
}

.promote-intro {
    padding: 18px 0 50px;
    position: relative;
    background: url(../img/marketing-images/images/wavelines.png) no-repeat center top;
    background-size: cover;
    margin-top: 170px
}

.promote-intro .head h4 {
    color: #0e2d5e;
    font-family: Oxygen, sans-serif;
    font-size: 71.92266px;
    font-weight: 900;
    line-height: 71.92266px;
    text-align: center
}

.promote-intro .head p {
    margin: 25px 0 0;
    color: #0c2a5a;
    font-size: 29.84433px;
    font-weight: 500;
    line-height: 41.97349px;
    text-align: center
}

.promote-intro .row {
    margin: 120px auto 0;
    position: relative
}

.pi-item {
    min-height: 396px;
    position: relative;
    margin-bottom: 50px;
    border: 3px solid #dadbdb;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: #fff;
    padding: 2px 12px 40px
}

.pi-item h3 {
    margin: 3px 0 0;
    font-size: 29.86795px;
    font-weight: 700;
    text-align: center
}

.pi-item p {
    margin: 14px 0 0;
    color: #7f7e7e;
    font-size: 17px;
    font-style: italic;
    line-height: 1.2;
    text-align: center
}

.promote-intro .btn-blue {
    margin-top: 0
}

.promote-post .col-sm-4 {
    padding: 0 11px
}

.promote-post .row {
    margin: 0 -11px
}

.promote-post {
    padding: 20px 0 80px;
    position: relative
}

.promote-post h2 {
    font-family: Oxygen, sans-serif;
    font-size: 71.91169px;
    font-weight: 700;
    text-align: center;
    color: #17386d
}

.promote-post .lead {
    margin: 7px 0 60px;
    font-size: 29.83978px;
    font-weight: 300;
    line-height: 41.96708px;
    text-align: center
}

.promote-post .pp-item {
    min-height: 232px;
    padding: 27px 15px 24px;
    position: relative;
    border: 1px solid #ededed;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #f8f8f8;
    margin-bottom: 50px;
    transition: .4s
}

.promote-post .pp-item:hover {
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0 0 57px 0 rgba(12, 37, 76, .25);
    -moz-box-shadow: 0 0 57px 0 rgba(12, 37, 76, .25);
    box-shadow: 0 0 57px 0 rgba(12, 37, 76, .25);
    transition: .4s
}

.promote-post .pp-item h4 {
    margin: 1px 0 0;
    font-size: 26.00001px;
    font-weight: 700;
    line-height: 30.0034px;
    text-align: center
}

.promote-post .pp-item img {
    display: block;
    margin: 19px auto 0;
    position: relative
}

.promote-testimonials {
    background: #f8f8f8;
    padding: 40px 0 60px
}

.pt-quote {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 7px #f7f3f3;
    position: relative;
    padding: 40px 50px 40px 175px;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0;
    transition: .4s
}

.pt-quote:hover {
    transition: .4s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 57px rgba(12, 37, 76, .1);
    -moz-box-shadow: 0 0 57px rgba(12, 37, 76, .1);
    box-shadow: 0 0 57px rgba(12, 37, 76, .1);
    border: solid 7px #f7f3f3
}

.pt-quote cite {
    font-style: normal
}

.pt-quote cite em {
    color: #a8acb9;
    font-size: 17.99904px;
    font-weight: 400;
    font-style: normal
}

.color-yellow {
    color: #fcb00c
}

.color-blue {
    color: #48c0eb
}

.color-pink {
    color: #f05455
}

.bg-yellow {
    background: #fcb00c !important
}

.bg-blue {
    background: #48c0eb !important
}

.bg-pink {
    background: #f05455 !important
}

.promote-testimonials .content p {
    color: #868686;
    line-height: 22px;
    margin: 15px 0 17px;
    font-size: 19px
}

.pt-quote > span {
    position: relative;
    z-index: 111;
    color: #fcb00c;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 117.41998px;
    text-align: center;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%)
}

.pt-quote img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 35px
}

.pt-quote p {
    color: #17386d;
    font-size: 24px;
    font-style: italic;
    line-height: 1.2
}

.pt-quote cite {
    margin: 29px 0 0;
    color: #17386d;
    font-size: 18.02135px;
    font-weight: 900
}

.promote-video {
    padding: 140px 15px;
    position: relative;
    background: -moz-linear-gradient(43deg, rgba(255, 212, 11, .62) -5%, rgba(240, 84, 85, .62) 105%), #fcbe18;
    background: -o-linear-gradient(43deg, rgba(255, 212, 11, .62) -5%, rgba(240, 84, 85, .62) 105%), #fcbe18;
    background: -webkit-linear-gradient(43deg, rgba(255, 212, 11, .62) -5%, rgba(240, 84, 85, .62) 105%), #fcbe18;
    background: -ms-linear-gradient(43deg, rgba(255, 212, 11, .62) -5%, rgba(240, 84, 85, .62) 105%), #fcbe18;
    background: linear-gradient(47deg, rgba(255, 212, 11, .62) -5%, rgba(240, 84, 85, .62) 105%), #fcbe18
}

.video-block {
    height: 640px;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: url(../img/marketing-images/images/video-1.png) no-repeat center 0;
    background-size: cover;
    -webkit-box-shadow: .209269px -2.992692px 76px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: .209269px -2.992692px 76px 0 rgba(0, 0, 0, .35);
    box-shadow: .209269px -2.992692px 76px 0 rgba(0, 0, 0, .35);
    width: calc(100% - 44px)
}

.play-button {
    margin: 0 auto;
    padding: 49px 0 44px;
    position: absolute;
    width: 232px;
    height: 232px;
    border: 6px solid #f1b537;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 26px 0 rgba(21, 64, 115, .54);
    -moz-box-shadow: 0 0 26px 0 rgba(21, 64, 115, .54);
    box-shadow: 0 0 26px 0 rgba(21, 64, 115, .54);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.play-button img {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 119px
}

.pv-info {
    min-height: 573px;
    margin: 37px 0 0;
    padding: 70px 45px 64px;
    position: relative;
    border: 11px solid #eaeaea;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #f2f2f2;
    text-align: center
}

.pv-info h4 {
    margin: 0;
    font-family: Oxygen, sans-serif;
    font-size: 42.02375px;
    font-weight: 700;
    line-height: 48.15222px
}

.pv-info p {
    margin: 44px 0 50px;
    color: #555;
    font-size: 26.10052px;
    font-weight: 300;
    line-height: 36.70814px
}

.promote-pricing {
    position: relative;
    width: 100%;
    background: url(../img/marketing-images/images/pricing.jpg) no-repeat center 0;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 60px
}

.plan-style-1 {
    border-bottom: 4px solid #ececec;
    padding: 105px 75px 95px;
    margin-bottom: 60px
}

.plan-style-1 .plan-top h4 {
    font-family: Oxygen, sans-serif;
    font-size: 36px;
    font-weight: 700
}

.plan-style-1 .plan-top p {
    margin: 13px 0 0 0;
    color: #797979;
    font-family: Oxygen, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.plan-mini {
    margin: 0 auto;
    max-width: 275px;
    padding: 33px 0;
    position: relative;
    border: 7px solid #f7f3f3;
    -webkit-border-radius: 16.47px;
    -moz-border-radius: 16.47px;
    border-radius: 16.47px;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(12, 37, 76, .15);
    -moz-box-shadow: 0 0 50px 0 rgba(12, 37, 76, .15);
    box-shadow: 0 0 50px 0 rgba(12, 37, 76, .15)
}

.plan-mini small {
    margin: 3px 0 0;
    position: relative;
    z-index: 69;
    color: #f05455;
    font-family: Oxygen, sans-serif;
    font-size: 16.34558px;
    font-weight: 700;
    text-align: center
}

.plan-mini h5 {
    margin: -30px 0 0;
    position: relative;
    z-index: 67;
    color: #f05455;
    font-family: Rockwell, serif;
    font-size: 163.45589px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase
}

.plan-mini p {
    margin: -26px 0 0;
    position: relative;
    color: #f05455;
    font-family: Oxygen, sans-serif;
    font-size: 25.42646px;
    font-weight: 700;
    text-align: center
}

.plan-mini span {
    opacity: .44;
    color: #f05455;
    font-family: Rockwell, serif;
    font-size: 65.47656px;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -68px
}

.plan-style-2 .content p {
    color: #868686;
    line-height: 22px;
    margin: 22px 0 50px;
    font-size: 19px
}

.plan-style-2 .plan {
    margin-bottom: 50px
}

.plan-style-2 .btn-blue {
    margin-top: 0
}

.subpage .content h2.title {
    font-family: Oxygen, sans-serif;
    font-weight: 700
}

.plan-style-2 .content h2.title {
    font-size: 72px;
    padding-bottom: 35px
}

.plan {
    padding: 29px 0 22px;
    position: relative;
    -webkit-border-radius: 10px 15px 15px;
    -moz-border-radius: 10px 15px 15px;
    border-radius: 10px 15px 15px;
    background: #fff;
    -webkit-box-shadow: .209269px -2.992692px 84px 0 rgba(69, 69, 69, .1);
    -moz-box-shadow: .209269px -2.992692px 84px 0 rgba(69, 69, 69, .1);
    box-shadow: .209269px -2.992692px 84px 0 rgba(69, 69, 69, .1)
}

.plan-head {
    color: #555;
    font-family: Oxygen, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

.plan-price {
    margin: 24px 0 0;
    min-height: 170px;
    position: relative;
    z-index: 0
}

.plan-price p {
    margin: 0 auto;
    position: relative;
    z-index: 54;
    display: table
}

.plan-price p small {
    float: left;
    position: relative;
    z-index: 55;
    opacity: .44;
    color: #fff;
    font-family: Rockwell, serif;
    font-size: 57.29539px;
    font-weight: 800;
    text-transform: uppercase
}

.plan-price p span {
    position: relative;
    z-index: 54;
    color: #fff;
    font-family: Rockwell, serif;
    font-size: 143.03238px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 144px;
    letter-spacing: -15px;
    display: inline-block;
    margin-left: -5px
}

.plan-price > span {
    margin: -13px 0 0;
    position: relative;
    z-index: 53;
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 21px;
    text-align: center;
    display: block
}

.plan .details p {
    margin: 25px 0 0;
    position: relative;
    color: #555;
    font-family: Oxygen, sans-serif;
    font-size: 18px;
    text-align: center;
    min-height: 80px
}

.shape {
    height: 1px;
    margin: 15px auto 0;
    width: 115px;
    -webkit-box-shadow: .209269px -2.992692px 84px 0 rgba(69, 69, 69, .1);
    -moz-box-shadow: .209269px -2.992692px 84px 0 rgba(69, 69, 69, .1);
    box-shadow: .209269px -2.992692px 84px 0 rgba(69, 69, 69, .1)
}

.plan-info {
    margin: 15px 0 0;
    color: #979797;
    font-family: Oxygen, sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 0 15px
}

.bg-blue {
    background-color: #48c0eb
}

.bg-yellow {
    background-color: #fcb00c
}

.bg-pink {
    background-color: #f05455
}

.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%
}

.exit-text {
    display: table;
    width: 100%
}

.tp-cta {
    min-height: 97px;
    padding: 47px 0 47px 0;
    position: relative;
    background: -moz-linear-gradient(277deg, rgba(255, 212, 11, .86) -25%, rgba(240, 84, 85, .86) 125%), #f0b00c;
    background: -o-linear-gradient(277deg, rgba(255, 212, 11, .86) -25%, rgba(240, 84, 85, .86) 125%), #f0b00c;
    background: -webkit-linear-gradient(277deg, rgba(255, 212, 11, .86) -25%, rgba(240, 84, 85, .86) 125%), #f0b00c;
    background: -ms-linear-gradient(277deg, rgba(255, 212, 11, .86) -25%, rgba(240, 84, 85, .86) 125%), #f0b00c;
    background: linear-gradient(173deg, rgba(255, 212, 11, .86) -25%, rgba(240, 84, 85, .86) 125%), #f0b00c;
    display: table;
    width: 100%;
    margin-top: 108px
}

.tp-cta img {
    margin-top: 5px
}

.tp-cta .col-sm-3 {
    width: 23%
}

.tp-cta .col-sm-9 {
    width: 77%;
    border-left: 2px solid rgba(255, 255, 255, .63)
}

.tp-cta p {
    color: #fff;
    font-family: Oxygen, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38.561px;
    padding-left: 30px;
    padding-top: 9px
}

.tp-pricing {
    padding: 80px 0 110px;
    background: #f8f8f8
}

.tp-pricing .container {
    max-width: 1400px
}

.tpp-head {
    margin-bottom: 70px
}

.tpp-head h2 {
    color: #0e2d5e;
    font-family: Oxygen, sans-serif;
    font-size: 59.97505px;
    font-weight: 900;
    letter-spacing: -.02em;
    text-align: center
}

.tpp-head p {
    margin: 7px auto 0;
    width: 100%;
    max-width: 730px;
    font-size: 21.16697px;
    font-weight: 500;
    line-height: 29.30812px;
    text-align: center;
    color: #888
}

.pricing-panel {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    position: relative
}

.pricing-1 li {
    width: 25%;
    float: left;
    line-height: 84px;
    font-size: 20px;
    color: #888;
    text-align: center;
    border: 1px solid #f1f1f1;
    padding: 0 45px;
    margin: 0 -1px -1px 0
}

.pricing-1 li:first-child {
    padding: 0 0 0 60px;
    text-align: left;
    border-left: none
}

.pricing-1 li:last-child {
    border-right: none
}

.tp-services {
    padding: 25px 59px;
    width: 100%;
    background: #f2f2f2;
    display: table
}

.tp-services img {
    height: auto
}

.tp-services span {
    margin: 0 16px 0 16px;
    color: #555;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 3px
}

.pricing-1 i {
    font-size: 25px
}

.pricing-1 .fa-times {
    color: #f16364
}

.pricing-1 .fa-check {
    color: #133367
}

.pricing-1 {
    display: table;
    width: 100%
}

.p1-head ul li {
    min-height: 225px;
    text-align: center;
    position: relative
}

.p1-head .inner-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.p1-head .inner-middle h4 {
    color: #555;
    font-family: Oxygen, sans-serif;
    font-size: 30.07739px;
    font-weight: 700;
    text-align: center
}

.p1-price {
    display: table;
    margin: 0 auto;
    font-size: 110px;
    font-family: Rockwell, sans-serif;
    font-weight: 900;
    letter-spacing: -10px
}

.p1-price span {
    opacity: .44;
    font-size: 46px;
    vertical-align: top;
    float: left;
    position: relative;
    top: -20px;
    margin-right: 5px
}

.no-border-bottom li {
    border-bottom: none
}

.no-border li {
    border-top: none;
    border-bottom: none;
    padding-top: none;
    padding-bottom: 37px
}

button.stripe-button-el:active, button.stripe-button-el:hover, button.stripe-button-el, .pricing-button {
    min-height: 22px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fcb00c;
    -webkit-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    -moz-box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    box-shadow: 0 0 32px rgba(21, 64, 115, .24);
    border: 2px solid #f1b537;
    background-image: -webkit-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -moz-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -o-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -ms-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: linear-gradient(to top, #eeb00e, #fed201 54%, #ffd41c);
    text-transform: uppercase;
    color: #17386d !important;
    letter-spacing: .1em;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px !important;
    padding: 18px 25px !important;
    position: relative;
    top: 2px
}

button.stripe-button-el span {
    background: transparent !important;
    padding: 0 !important;
    min-height: 0 !important;
    border: none;
    color: #17386d !important;
    font-size: 18px;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: Oxygen !important
}

.pricing-button:hover {
    min-height: 22px;
    position: relative;
    border: 2px solid #f0b00c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    color: #f0b00c
}

.pricing-panel .nav-tabs {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    margin: 0 !important
}

.pricing-panel > .nav-tabs > li {
    margin: 0 !important
}

.pricing-panel > .nav-tabs > li.active > a, .pricing-panel > .nav-tabs > li > a {
    background: #fff;
    padding: 0 15px;
    line-height: 100px;
    font-size: 24px;
    color: #888;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px !important;
    border: none !important
}

.pricing-panel > .nav-tabs > li.active > a {
    background: #133367;
    color: #fff
}

.tp-reasons {
    padding: 70px 0 30px;
    position: relative
}

.tp-reasons h2 {
    color: #0e2d5e;
    font-family: Oxygen, sans-serif;
    font-size: 48.00023px;
    font-weight: 900;
    letter-spacing: -.02em;
    text-align: center;
    margin: 0 0 80px
}

.tpr-item {
    position: relative;
    min-height: 96px;
    padding-left: 120px;
    margin-bottom: 50px
}

.tpr-item p {
    font-size: 20px;
    line-height: 28px;
    color: #555;
    text-align: left;
    position: relative;
    top: 22px;
    display: table
}

.tpr-item img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.tp-logos-section {
    padding: 84px 0;
    position: relative;
    background: #f2f2f2
}

.tp-faq-section .container, .tp-logos-section .container {
    max-width: 1400px;
    width: 100%
}

.tp-logos-section h2 {
    color: #133367;
    font-family: Oxygen, sans-serif;
    font-size: 47.99864px;
    font-weight: 700;
    line-height: 56.53194px;
    text-align: center;
    margin: 0 0 70px
}

.tp-logos-section .col-sm-2 {
    width: 20%
}

.tp-faq-section {
    padding: 100px 0 90px;
    background: #f8f8f8
}

.tp-faq-section h3 {
    color: #133367;
    font-family: Oxygen, sans-serif;
    font-size: 35.99593px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px
}

.tp-testimonials > div {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 45px;
    margin-bottom: 45px
}

.tp-testimonials > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.tp-testimonials > div h5 {
    color: #133367;
    font-family: Oxygen, sans-serif;
    font-size: 23.98713px;
    font-weight: 700;
    margin: 0
}

.tp-testimonials > div p {
    margin: 26px 0 0;
    font-size: 17.99035px;
    line-height: 23.38954px;
    color: #888
}

.tp-testimonials > div cite {
    line-height: 19.70638px;
    margin: 19px 0 0;
    font-size: 14.99196px;
    font-style: italic;
    display: block;
    color: #888
}

.tp-testimonials > div cite span {
    color: #555;
    font-size: 17.99035px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.52635px
}

.tp-testimonials > div img {
    float: left;
    margin: 0 26px 0 0;
    width: 139px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.tp-testimonials > div div {
    overflow: hidden
}

.tp-testimonials {
    margin: 27px 0 0;
    padding: 52px 35px 49px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff
}

#accordion {
    margin-top: 27px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff
}

.panel-heading h4, .panel-heading {
    padding: 0;
    border: none;
    margin: 0
}

.panel-heading a {
    padding: 35px 110px 35px 70px;
    background: #fff;
    color: #555;
    position: relative;
    display: table;
    width: 100%;
    font-size: 18px;
    line-height: 27px
}

.panel-heading a::after {
    content: "";
    background: url(../img/marketing-images/images/11/arrow.png) no-repeat center;
    width: 25px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 85px;
    transition: .4s
}

.panel-heading a[aria-expanded="true"]:after {
    content: "";
    transform: translateY(-50%) rotate(180deg);
    transition: .4s
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #f2f2f2
}

.panel-default > .panel-heading {
    color: #555;
    background-color: #fff;
    border: none
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    background: #f2f2f2;
    padding: 30px 70px 10px
}

.tp-register {
    padding: 73px 0 75px;
    position: relative;
    background: -moz-linear-gradient(280deg, rgba(255, 212, 11, .79) -24.5%, rgba(240, 84, 85, .79) 124.5%), #f0b00c;
    background: -o-linear-gradient(280deg, rgba(255, 212, 11, .79) -24.5%, rgba(240, 84, 85, .79) 124.5%), #f0b00c;
    background: -webkit-linear-gradient(280deg, rgba(255, 212, 11, .79) -24.5%, rgba(240, 84, 85, .79) 124.5%), #f0b00c;
    background: -ms-linear-gradient(280deg, rgba(255, 212, 11, .79) -24.5%, rgba(240, 84, 85, .79) 124.5%), #f0b00c;
    background: linear-gradient(170deg, rgba(255, 212, 11, .79) -24.5%, rgba(240, 84, 85, .79) 124.5%), #f0b00c
}

.tp-register p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40.5611px;
    margin: 0
}

.tp-register .btn-blue {
    margin-top: 0
}

.yt-pop {
    cursor: pointer
}

.container {
    width: 100%;
    max-width: 1170px
}

.facebook, .flag, .gplus, .group, .instagram, .linkedin, .pinterest, .tumblr, .twitter {
    display: inline-block;
    background: url(../img/marketing-images/images/11/social.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

.facebook {
    background-position: -5px 0;
    width: 29px;
    height: 29px
}

.flag {
    background-position: -39px 0;
    width: 29px;
    height: 29px
}

.gplus {
    background-position: -73px 0;
    width: 29px;
    height: 29px
}

.group {
    background-position: -5px -34px;
    width: 29px;
    height: 29px
}

.instagram {
    background-position: -39px -34px;
    width: 29px;
    height: 29px
}

.linkedin {
    background-position: -73px -34px;
    width: 29px;
    height: 29px
}

.pinterest {
    background-position: -5px -68px;
    width: 29px;
    height: 29px
}

.tumblr {
    background-position: -39px -68px;
    width: 29px;
    height: 29px
}

.twitter {
    background-position: -73px -68px;
    width: 29px;
    height: 29px
}

.center-social {
    line-height: 0;
    padding: 0 23%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%)
}

.no-lh {
    min-height: 86px;
    line-height: 0;
    position: relative
}

.tab-content > .tab-pane {
    overflow-x: auto !important
}

@media only screen and (min-width: 1350px)  and (max-width: 7000px) {
    .pricing-1, .pricing-2 {
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px)  and (max-width: 7000px) {
    .group-functions .col-sm-2 {
        width: 16.6%
    }

    .testimonial-slider2 .owl-item .row {
        margin: 0
    }

    .quotes {
        width: 485px
    }

    .pricing-panel > .nav-tabs > li {
        display: block;
        width: 50%;
        float: left
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .fc-inner .col-sm-6 {
        padding: 27px 50px 85px;
        min-height: auto;
        position: relative
    }

    .fc-inner .col-sm-6 .btn {
        position: absolute;
        bottom: 25px;
        left: auto
    }
}

@media only screen and (min-width: 993px)  and (max-width: 1050px) {
    .featured-intro {
        background-size: 100%
    }

    .testimonial-slider2 .owl-prev {
        width: 50px;
        height: 50px;
        right: 65px;
        bottom: 10px;
        font-size: 42px;
        line-height: 47px
    }

    .testimonial-slider2 .owl-next {
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 10px;
        font-size: 42px;
        line-height: 47px
    }

    .plan-price p span {
        font-size: 90.03238px
    }

    .plan-info br {
        display: none
    }

    .details {
        padding: 0 10px
    }

    .plan .details p {
        font-size: 13px;
        min-height: 58px
    }

    .promote-video {
        padding: 140px 15px
    }

    .tp-register p br {
        display: none
    }
}

@media only screen and (min-width: 768px)  and (max-width: 992px) {
    .testimonial-area .content p {
        padding: 0 30px
    }

    .revised-banner h1 {
        font-size: 43px
    }

    .the-example-tribes .col-sm-4 {
        width: 50%;
        float: left;
        padding: 0 15px
    }

    .group-info .btn {
        margin: 0 auto;
        display: table
    }

    .promote-post h2 {
        font-size: 54.91169px
    }

    .promote-post .lead {
        font-size: 22.83978px;
        line-height: 36.96708px
    }

    .promote-post .pp-item h4 {
        font-size: 15.00001px;
        line-height: 25.0034px
    }

    .plan-style-1 {
        padding: 105px 15px 95px
    }

    .plan-style-1 .plan-top p {
        font-size: 20px
    }

    .promote-intro .head p {
        font-size: 20.84433px;
        line-height: 34.97349px
    }

    .promote-intro .head h4 {
        font-size: 53.92266px;
        line-height: 56.92266px
    }

    .promote-intro .head p br, .promote-post .lead br {
        display: none
    }

    .group-info img {
        margin-bottom: 15px
    }

    .featured-intro {
        background-size: 100%;
        padding: 120px 0 100px
    }

    .group-info {
        padding: 80px 0
    }

    .quotes {
        width: 300px
    }

    .testimonial-slider2 .owl-prev {
        width: 50px;
        height: 50px;
        right: 65px;
        bottom: 10px;
        font-size: 42px;
        line-height: 47px
    }

    .testimonial-slider2 .owl-next {
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 10px;
        font-size: 42px;
        line-height: 47px
    }

    .quotes {
        padding: 95px 20px 80px;
        margin-bottom: 30px
    }

    .quotes p {
        font-size: 19px;
        line-height: 27px
    }

    .quotes cite {
        font-size: 19.52632px
    }

    .quotes span {
        font-size: 13px
    }

    .tp-cta p {
        font-size: 21px;
        line-height: 33.561px
    }

    #accordion {
        margin-bottom: 50px !important
    }

    .tp-cta p br, .tp-register p br {
        display: none
    }

    .promote-video {
        padding: 140px 15px
    }

    .video-block {
        width: 100%
    }

    .plan-mini h5 {
        font-size: 110px;
        margin: -20px 0 0
    }

    .plan-mini span {
        font-size: 55.47656px;
        margin-left: -60px
    }

    .btn-lg {
        font-size: 12px !important
    }

    .details {
        padding: 0 10px
    }

    .plan-info br {
        display: none
    }

    .plan-price p span {
        font-size: 90.03238px
    }

    .plan-infob br {
        display: none
    }

    .fc-inner {
        padding: 70px 0
    }

    .wc-item h4 {
        font-size: 15.99808px;
        line-height: 24.9973px
    }

    .featured-intro h1 {
        font-size: 36px;
        line-height: 47px
    }

    .featured-intro p {
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (min-width: 1251px)  and (max-width: 7000px) {
    .suwala-doubleScroll-scroll-wrapper {
        height: 0px !important
    }
}

@media only screen and (min-width: 250px)  and (max-width: 1400px) {
    .pricing-1 li {
        font-size: 16px
    }

    .tp-pricing .container {
        padding: 0 30px
    }

    .pricing-1 {
        display: table;
        min-width: 1250px;
        width: 100%
    }

    .tab-content > .tab-pane {
        overflow: scroll;
        overflow-y: hidden
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
    }
}

@media only screen and (min-width: 992px) {
    /*  .sb-ref{
        width:50%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
      }*/
}

@media only screen and (max-width: 992px) {
    .posts-analysis-status {
        margin-top: 10px;
    }

    .sticky-social {
        display: none;
    }
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    button.stripe-button-el, button.stripe-button-el:hover {
        padding: 6px 20px !important;
    }

    button.stripe-button-el span {
        font-size: 13px !important;
    }

    .tp-testimonials {
        padding: 52px 15px 49px;
        text-align: center
    }

    .qu-info2 h4 {
        text-align: center !important
    }

    .testimonial-area .content p {
        padding: 0 15px
    }

    .exit-text {
        padding: 0 15px
    }

    .exit-text br {
        display: none
    }

    .group-benefits p {
        padding: 0
    }

    .group-info .btn {
        margin: 0 auto;
        display: table
    }

    .promote-post .pp-item h4 {
        font-size: 17px;
        line-height: 24px
    }

    .plan-top {
        text-align: center
    }

    .plan-style-1 .btn {
        max-width: 250px;
        margin: 0 auto
    }

    .promote-intro .head p br, .promote-post .lead br {
        display: none
    }

    .quotes {
        width: 100%;
        max-width: 100%
    }

    .group-video-section p br {
        display: none
    }

    .quote-container h2 {
        font-size: 40px
    }

    .group-video-section h3 {
        font-size: 34.99995px
    }

    .testimonial-slider2 .owl-prev {
        width: 50px;
        height: 50px;
        right: 65px;
        bottom: 10px;
        font-size: 42px;
        line-height: 47px
    }

    .testimonial-slider2 .owl-next {
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 10px;
        font-size: 42px;
        line-height: 47px
    }

    .quotes {
        padding: 95px 20px 80px;
        margin-bottom: 30px
    }

    .quotes p {
        font-size: 19px;
        line-height: 27px
    }

    .quotes cite {
        font-size: 19.52632px
    }

    .quotes span {
        font-size: 13px
    }

    .featured-intro {
        padding: 140px 0 140px;
        background-size: 130%;
        background-position: center 80px
    }

    .group-info img {
        margin-bottom: 15px
    }

    .tp-pricing .container {
        padding: 0 10px
    }

    .tp-register p br {
        display: none
    }

    .tp-register p {
        margin-bottom: 30px
    }

    .panel-heading a {
        padding: 30px 50px 30px 30px
    }

    .panel-heading a::after {
        right: 15px
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 30px 30px 10px
    }

    .tpp-head h2 {
        font-size: 44px
    }

    .tp-cta .col-sm-3 {
        width: 100%
    }

    .tp-cta .col-sm-9 {
        width: 100%;
        border-left: none
    }

    .tp-cta {
        padding: 90px 0 50px
    }

    .tp-cta p {
        padding-left: 0;
        padding-top: 30px;
        font-size: 24px;
        line-height: 33px
    }

    .tp-cta p br {
        display: none
    }

    .fc-inner {
        padding: 20px 40px
    }

    .fc-inner .col-sm-6:first-child {
        border-right: none;
        border-bottom: 2px solid #e3e3e3
    }

    .fc-inner .col-sm-6 {
        padding: 27px 0;
        min-height: 1px
    }

    .revised-banner h1 {
        font-size: 32.51px;
        line-height: 43.00001px
    }

    .plan-style-1 {
        padding: 105px 15px 95px
    }

    .plan-mini {
        margin: 30px auto
    }

    .promote-video {
        padding: 140px 15px
    }

    .video-block {
        height: 350px;
        width: 100%
    }

    .play-button {
        transform: translate(-50%, -50%) scale(.5)
    }

    .pv-info {
        padding: 40px 15px 34px;
        min-height: auto
    }

    .pv-info h4 {
        font-size: 29.02375px;
        line-height: 36.15222px
    }

    .pv-info p {
        margin: 21px 0 38px;
        font-size: 18.10052px;
        line-height: 26.70814px
    }

    .pt-quote {
        padding: 180px 20px 40px 20px
    }

    .group-info {
        padding: 70px 0
    }

    .testimonial-slider2 .owl-dots .owl-dot {
        margin: 0 8px
    }

    .video-holder {
        overflow: hidden;
        border-radius: 25px 25px 0 0
    }

    .video-holder > img {
        height: 250px;
        width: auto;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -45px
    }

    .pi-item {
        min-height: auto
    }
}

@media only screen and (min-width: 250px)  and (max-width: 419px) {
    .widget-about, .widget-contact {
        text-align: center
    }

    .social, .widget.widget-contact ul li {
        display: table;
        margin: 0 auto
    }

    #mainNav .navbar-toggle {
        top: 33px !important
    }

    .featured-intro h1 {
        font-size: 27px;
        line-height: 40px
    }

    .tp-testimonials > div img {
        float: none;
        margin: 0 0 30px 0
    }

    .tp-logos-section h2 {
        font-size: 28px;
        line-height: 38px
    }

    .tp-logos-section .col-sm-2 {
        width: 100%
    }

    .tpr-item img {
        width: 70px;
        height: auto
    }

    .tpr-item {
        padding-left: 95px
    }

    .tp-reasons h2 {
        font-size: 44px
    }

    .promote-intro .head h4 {
        font-size: 41.92266px;
        line-height: 48.92266px
    }

    .video-holder .button {
        margin: 0 auto;
        margin-top: 0;
        padding: 27px 0;
        position: relative;
        width: 479px;
        border: 2px solid #f0b00c;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        font-size: 24px;
        color: #f0b00c;
        margin-top: -40px;
        transform: scale(.5) translateX(-50%);
        margin-left: -121px
    }

    .group-newsletter form {
        padding-right: 0
    }

    .group-newsletter form button {
        float: none;
        position: relative;
        width: 100%;
        margin-top: 10px
    }
}

.overlay {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 420px)  and (max-width: 767px) {
    .margin-less-20 img {
        top: 0;
        position: relative
    }

    .wc-item .wc-ico img {
        max-width: 100%
    }

    .wc-item .wc-ico {
        height: auto;
        float: left;
        width: 150px;
        margin-right: 25px
    }

    .wc-item h4 {
        margin: 0;
        text-align: left
    }

    .wc-inner {
        overflow: hidden
    }

    .group-benefits img {
        float: left;
        width: 130px;
        margin-right: 20px
    }

    .group-benefits h4 {
        text-align: left
    }

    .wct-item img {
        float: left;
        width: 120px;
        margin-right: 20px
    }

    .wct-item {
        text-align: left
    }

    .wct-item .wct-inner {
        overflow: hidden
    }

    .the-example-tribes .col-sm-4 {
        width: 50%;
        float: left;
        padding: 0 15px
    }

    .ex-item {
        margin-bottom: 30px
    }

    #mainNav .navbar-toggle {
        top: 30px !important
    }

    #mainNav.navbar-default .navbar-header .navbar-brand img {
        margin-top: -5px
    }

    .promote-post h2 {
        font-size: 50.91169px
    }

    .promote-post .lead {
        font-size: 23.83978px;
        line-height: 32.96708px
    }

    .promote-intro .head p {
        font-size: 20.84433px;
        line-height: 34.97349px
    }

    .promote-intro .head h4 {
        font-size: 53.92266px;
        line-height: 56.92266px
    }

    .promote-post .col-sm-4 {
        width: 50%;
        float: left
    }

    .promote-post .col-sm-4:nth-child(2n+1) {
        clear: both
    }

    .group-functions .col-sm-2 {
        width: 50%;
        float: left
    }

    .group-functions .col-sm-2:nth-child(2n+1) {
        clear: both
    }

    .featured-intro h1 {
        font-size: 37px;
        line-height: 50px
    }

    .tp-logos-section .col-sm-2 {
        width: 33.3333%;
        float: left;
        padding: 10px 15px
    }

    .tp-logos-section .col-sm-2:nth-last-child(2) {
        width: 50%
    }

    .tp-logos-section .col-sm-2:last-child {
        width: 50%
    }
}

.suwala-doubleScroll-scroll-wrapper {
    overflow-x: auto !important
}

.tab-pane + .suwala-doubleScroll-scroll-wrapper {
    display: none
}

.pp-desktop {
    display: block
}

.pp-mobile {
    display: none
}

@media only screen and (min-width: 250px)  and (max-width: 1050px) {
    .pp-desktop {
        display: none
    }

    .pp-mobile {
        display: block
    }

    .pricing-1 li {
        width: 50%
    }

    .pricing-1 {
        display: table;
        min-width: 100%;
        width: 100%
    }

    .pricing-panel > .nav-tabs > li.active > a, .pricing-panel > .nav-tabs > li > a {
        line-height: 85px;
        font-size: 19px
    }

    .pricing-panel .tab-content .nav-tabs {
        border-radius: 0;
        margin: 0 0 0px !important
    }

    .pricing-panel .tab-content .nav-tabs > li {
        margin: 0 !important
    }

    .pricing-panel .tab-content .nav-tabs > li.active > a, .pricing-panel .tab-content .nav-tabs > li > a {
        padding: 0 15px;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 0px !important;
        border: none
    }
}

@media only screen and (min-width: 250px)  and (max-width: 750px) {
    .pricing-panel .tab-content .nav-tabs {
        border-radius: 0;
        margin: 0 0 -5px !important
    }

    .pp-desktop {
        display: none
    }

    .pp-mobile {
        display: block
    }

    .pricing-panel > .nav-tabs > li {
        margin: 0 !important;
        float: left;
        width: 50%;
        height: 56px
    }

    .pricing-panel > .nav-tabs > li.active > a, .pricing-panel > .nav-tabs > li > a {
        line-height: 60px;
        font-size: 12px
    }

    .pricing-panel .tab-content .nav-tabs > li {
        margin: 0 !important;
        width: 33.3333%;
        float: left
    }

    .p1-head img {
        max-width: 70px
    }

    .tp-services {
        padding: 25px 15px
    }

    .pricing-1 li:first-child {
        padding: 0 10px
    }

    .pricing-1 li {
        font-size: 13px;
        line-height: 18px;
        min-height: 60px;
        position: relative;
        padding: 0 10px
    }

    .mob-tp-inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 10px
    }

    .facebook, .flag, .gplus, .group, .instagram, .linkedin, .pinterest, .tumblr, .twitter {
        transform: scale(.6);
        margin: -5px -5px
    }

    .center-social {
        padding: 0 10px
    }

    .pricing-button {
        padding: 11px 0 11px;
        font-size: 12px;
        margin-bottom: 10px
    }

    .p1-head ul li {
        min-height: 150px
    }

    .p1-head .inner-middle h4 {
        font-size: 20px
    }

    .p1-price {
        font-size: 60px;
        letter-spacing: -5px
    }

    .p1-price span {
        font-size: 34px;
        top: -11px;
        margin-right: 10px
    }

    .p1-head .inner-middle h4 {
        font-size: 20px;
        margin: -4px 0 23px
    }
}

.feature-anchor {
    cursor: pointer
}

.an-intro {
    padding: 300px 0 180px;
    background: url(../img/marketing-images/images/analytics/1.jpg) no-repeat center;
    background-size: cover;
    position: relative
}

.an-intro::after {
    content: "";
    background: #133367;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .9
}

.an-intro * {
    position: relative;
    z-index: 44
}

.an-intro h2 {
    color: #fff;
    font-size: 43.99412px;
    font-weight: 700
}

.an-intro p {
    margin: 25px 0 50px;
    color: #fff;
    line-height: 27.6px;
    font-size: 18px
}

.am-info {
    padding: 120px 0;
    position: relative
}

.am-info h4 {
    margin: 0 0 0 1px;
    color: #133367;
    font-size: 36px;
    font-weight: 700
}

.am-info p {
    margin: 13px 0 45px;
    line-height: 30px;
    text-align: justify;
    font-size: 18px
}

.am-info ul li {
    color: #333;
    font-size: 18px;
    padding: 0 0 0 43px;
    position: relative;
    margin-top: 19px
}

.am-info ul li::after {
    content: "\f00c";
    font-family: FontAwesome;
    width: 26px;
    height: 26px;
    background: #133367;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 26px;
    text-align: center
}

.am-features {
    padding: 115px 0 85px
}

.am-features .item {
    border: 1px solid #dadbdc;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0 20px 40px
}

.am-features .item h4 {
    margin: 0 2px 0 15px;
    color: #133367;
    font-size: 24px;
    font-weight: 700;
    line-height: 27.6px
}

.am-features .item p {
    font-size: 18px;
    margin: 8px 0 0;
    line-height: 24px;
    color: #555
}

.am-websites {
    padding: 100px 0
}

.title-2 {
    font-size: 48px;
    line-height: 61px;
    color: #133367;
    margin: 0 0 40px;
    font-weight: 700
}

.queue-page p {
    font-family: Oxygen, sans-serif
}

.qu-intro {
    padding: 160px 0 52px 0;
    position: relative;
    background: #75d5ef
}

.qu-intro h2 {
    margin: 0;
    color: #133367;
    font-size: 41.98662px;
    font-weight: 700;
    line-height: 55.63227px
}

.qu-intro p {
    margin: 18px 0 20px 0;
    color: #fff;
    line-height: 30px;
    font-size: 18px
}

.qu-info {
    padding: 70px 0
}

.triber-desctiption {
    padding: 60px 40px 70px;
    position: relative;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, .05);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 60px
}

.triber-desctiption h4 {
    color: #133367;
    font-weight: 700;
    font-size: 25px
}

.triber-desctiption h4 + p {
    margin: 9px 0 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #888
}

.triber-desctiption .col-sm-4 {
    padding: 0 40px
}

.triber-desctiption .row {
    margin: 0 -40px
}

.triber-desctiption hr {
    background: #dfe1e1;
    border: none;
    height: 2px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0 45px
}

.triber-desctiption h3 {
    color: #133367;
    font-size: 26px;
    font-weight: 700
}

.triber-desctiption h3 + p {
    margin: 15px 0 0;
    text-align: center;
    font-size: 17px;
    color: #888
}

.qu-hiw {
    padding: 90px 0
}

.qu-hiw h2 {
    color: #133367;
    font-size: 52.48328px;
    font-weight: 700;
    margin: 0 0 10px
}

.qu-hiw h2 + p {
    margin: 12px 0 0;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    color: #888
}

.qu-hiw .item h4 {
    margin: 0;
    color: #133367;
    font-size: 26.24164px;
    font-weight: 700
}

.qu-hiw .item p {
    margin: 13px 0 0;
    line-height: 24.14231px;
    color: #888;
    font-size: 16px;
    max-width: 400px
}

.qu-group img {
    float: left;
    margin: 0 17px 0 0;
    border-radius: 50px
}

.qu-group p {
    margin: 0 5px;
    color: #555;
    font-weight: 700;
    overflow: hidden;
    font-size: 16px
}

.qu-group p span {
    font-weight: 400;
    color: #888;
    padding-left: 15px
}

.qu-info2 {
    padding: 100px 0
}

.qu-info2 h4 {
    color: #133367;
    font-size: 31.48997px;
    font-weight: 700;
    text-align: left
}

.qu-info2 h4 + p {
    margin: 39px auto 35px;
    font-size: 20.99331px;
    line-height: 32.88952px;
    text-align: justify;
    color: #888;
    padding-right: 50px
}

.qu-hiw2 .container {
    width: 100%;
    max-width: 1300px
}

.qu-hiw2 h4 {
    margin: 30px 0 0;
    color: #133367;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 60px;
    position: relative
}

.qu-hiw2 h4 span {
    position: relative;
    top: 30px;
    display: block;
    transform: translateY(-50%)
}

.qu-hiw2 p {
    margin: 13px 0 0;
    line-height: 24.14231px;
    text-align: center;
    color: #888;
    font-size: 16px
}

.qu-cta {
    padding: 76px 0 70px;
    position: relative;
    background: url(../img/marketing-images/images/queue/bg.jpg) no-repeat;
    background-size: cover
}

.qu-cta h3 {
    color: #fff;
    font-size: 31.48997px;
    font-weight: 700;
    text-align: center;
    margin: 0
}

.qu-cta p {
    margin: 14px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px
}

.qu-cta .btn-blue {
    margin: 40px auto 0;
    padding: 20px 30px;
    font-size: 16.505px
}

@media only screen and (min-width: 768px)  and (max-width: 7000px) {
    .am-features .col-sm-4:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 768px)  and (max-width: 1050px) {
    .am-features .item img {
        max-height: 145px;
        margin: 10px auto 0
    }

    .am-features .item {
        padding: 0 15px 40px
    }

    .am-features .item p {
        font-size: 17px
    }

    .am-features .item h4 {
        font-size: 17px
    }

    .am-features .item h4 br, .am-features .item p br {
        display: none
    }
}

@media only screen and (min-width: 250px)  and (max-width: 767px) {
    .qu-intro {
        padding: 140px 0 60px 0;
        text-align: center
    }

    .qu-intro p {
        max-width: 100%
    }

    .am-info img {
        display: block;
        margin: 0 auto
    }

    .qu-intro {
        padding: 140px 0 60px 0
    }

    .img-mobile {
        max-width: 100%;
        height: auto
    }

    .qu-intro img {
        margin-top: 40px
    }

    .title-2 {
        font-size: 37px;
        line-height: 45px;
        margin: 0 0 10px
    }

    .qu-info2 h4 + p {
        font-size: 16px;
        line-height: 28px;
        text-align: inherit;
        padding-right: 0
    }

    .qu-group p {
        margin: 0 5px 50px;
        padding-top: 17px
    }

    .qu-hiw h2 {
        font-size: 38px;
        font-weight: 700
    }

    .qu-hiw2 p {
        margin: 13px 0 40px
    }

    .qu-hiw2 h4 br {
        display: none
    }

    .qu-hiw2 h4 {
        min-height: auto
    }

    .qu-hiw2 h4 span {
        position: relative;
        top: 0;
        display: block;
        transform: translateY(0%)
    }

    .an-intro h2 {
        font-size: 35px
    }

    .an-intro {
        padding: 160px 0 130px
    }

    .am-info h4 {
        margin: 30px 0 0 1px;
        font-size: 29px
    }

    .am-info p {
        text-align: inherit
    }

    .am-info p br {
        display: none
    }

    .am-info ul li {
        font-size: 16px
    }

    .am-features .item h4 {
        font-size: 20px
    }

    .am-features .item p {
        font-size: 16px
    }

    .am-features .item p br {
        display: none
    }

    .title-2 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 40px
    }

    .title-2 br {
        display: none
    }
}

@media only screen and (min-width: 420px)  and (max-width: 767px) {
    .am-features .col-sm-4 {
        width: 50%;
        float: left
    }

    .am-features .item h4 {
        font-size: 17px
    }

    .am-features .item img {
        max-height: 174px;
        margin: 10px auto 0
    }

    .am-features .col-sm-4:nth-child(2n+1) {
        clear: both
    }

    .col-xsl-4 {
        width: 30%;
        float: left
    }

    .col-xsl-8 {
        width: 70%;
        float: left
    }

    .triber-desctiption .col-sm-4 img {
        float: left
    }

    .qu-hiw2 img {
        max-width: 160px;
        float: left;
        height: auto
    }

    .qu-hiw2 h4, .qu-hiw2 p {
        margin-left: 175px;
        text-align: left
    }

    .triber-desctiption .col-sm-4 h4, .triber-desctiption .col-sm-4 p {
        margin-left: 80px;
        text-align: left
    }

    .qu-hiw2 .col-sm-4:nth-child(1n+1) {
        clear: both
    }
}

@media only screen and (min-width: 250px)  and (max-width: 419px) {
    .triber-desctiption .col-sm-4 {
        padding: 0 30px;
        text-align: center
    }

    .triber-desctiption h4 + p {
        text-align: center
    }

    .qu-group p span {
        padding-left: 0;
        display: block
    }
}

.pricing-panel .tab-content .nav-tabs > li.active > a {
    position: relative
}

.pricing-panel .tab-content .nav-tabs > li.active > a * {
    position: relative;
    z-index: 44
}

.pricing-panel .tab-content .nav-tabs > li.active > a:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .1
}

.am-features h2 {
    text-align: center
}

.content__img.imgbgmagazine {
    background-size: cover;
    height: 134px !important;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px;
    cursor: pointer
}

.tribes-subheader {
    font-weight: 400;
    font-size: 19px;
    line-height: 31px;
    color: #333;
    padding-top: 10px
}

.bg-light-blue {
    background: #75d5ef;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.subpage-content p span {
    color: #17386d;
}

.notification-txt {
    padding: 20px 30px 20px 30px;
    border: 5px solid #faebcc;
    width: 80%;
    margin: 40px auto;
}

/*------------------------------------------------------------------
Instagram Engagement Calculator CSS
-------------------------------------------------------------------*/

.influencers {
    background: #FFFFFF url(../img/marketing-images/v2-background.png) no-repeat center;
    background-position-y: 85%;
    background-size: cover;
    min-height: 100vh;
    padding: 180px 0 0px;
    font-family: Noto Sans, sans-serif;
}

.subpage .influencers .navbar-default {
    /*background:#133367 url(../img/marketing-images/v2-background.png) no-repeat center top;*/
    background: linear-gradient(to right, rgb(168, 50, 121), rgb(211, 131, 18));
}

.engagement-calculator {
    max-width: 835px;
    margin: 0 auto;
    padding: 0 15px;
}

.engagement-calculator h1 {
    font-size: 36px;
    line-height: 1.2;
    color: #C82A66;
    text-align: center;
    font-weight: bold;
    /*margin-bottom:40px;*/
    font-family: Noto Sans, sans-serif;
}

.engagement-calculator h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #C82A66;
    text-align: center;
    margin-bottom: 40px;
    font-family: Noto Sans, sans-serif;
}

.engagement-calculator form {
    border: 5px solid #5a7195;
    height: 80px;
    border-radius: 5px;
    background: #5a7195;
    position: relative;
    margin-bottom: 40px;
}

.engagement-calculator form label {
    color: #C82A66;
    position: absolute;
    top: 11px;
    left: 30px;
    font-size: 30px;
    font-weight: bold;
}

.engagement-calculator form button {
    background: #C82A66;
    color: #fff;
    width: 213px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .4s;
    border-radius: 5px;
}

.engagement-calculator form button:hover {
    background: #fcb00c;
}

.engagement-calculator form input {
    padding: 0 235px 0 70px;
    height: 100%;
    width: 100%;
    color: #414042;
    font-weight: bold;
    font-size: 25px;
    border: none;
    border-radius: 4px;
}

.influencers footer {
    border: none !important;
    text-align: center;
    position: relative;
    margin-top: 60px;
    padding: 20px;
    background: transparent;
}

.footer-h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}

.footer-h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin: 10px;
}

.footer-h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}

.engagement-calculator .row {
    margin: 0 -7px;
}

.engagement-calculator .col-sm-6 {
    padding: 0 7px;
}

.engagement-rate, .engagement-stats {
    background: #fff;
    border: 1px solid #9e9e9e;
    width: 100%;
    min-height: 258px;
    border-radius: 5px;
    padding: 20px;
    display: table;
    margin-bottom: 7px;
}

.final-rate {
    font-size: 38px;
    font-weight: bold;
    color: #133367;
    margin: 12px 0 28px;
    line-height: 32px;
}

.final-rate span {
    font-size: 16px;
    color: #a7a9ac;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.engagement-rate {
    padding-bottom: 10px;
}

.engagement-rate li {
    width: 50%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #133367;
    line-height: 32px;
}

.engagement-rate li span {
    font-size: 12px;
    color: #a7a9ac;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.engagement-stats {
    padding-top: 30px;
    padding-bottom: 10px;
}

.engagement-stats img {
    margin-bottom: 20px;
    border-radius: 50%;
    max-height: 128px;
}

.engagement-calculator em {
    font-style: normal;
}

.engagement-stats li {
    width: 33.33333%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #133367;
    line-height: 32px;
}

.engagement-stats li span {
    font-size: 12px;
    color: #a7a9ac;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.engagement-calculator small {
    font-size: 12px;
    color: #C82A66;
    line-height: 22px;
    display: block;
    margin: 15px 0 20px 0;
}

.engagement-calculator h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Noto Sans, sans-serif;
    line-height: 40px;
    /*margin: 70px 0 13px;*/
}

.engagement-calculator p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.iec-social-share .iec-btn-social {
    width: auto;
    height: 50px;
    padding: 16px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 5px 20px;
    box-shadow: none;
    line-height: 1.2;
    cursor: pointer;
    width: 200px;
}

.engagement-calculator .sticky-stats {
    width: auto;
    padding: 5px 10px;
    background: transparent;
    height: 25px;
    border-radius: 5px;
    display: inline-flex;
    margin-top: -5px;
    display: none;
}

.btn-twitter {
    background-color: #0084b4;
    border: 2px solid #0084b4 !important;
    float: left;
}

.btn-twitter:hover {
    background-color: #fff !important;
    border: 2px solid #0084b4 !important;
    color: #0084b4 !important;
}

.btn-facebook {
    background-color: #3b5998;
    border: 2px solid #3b5998 !important;

}

.btn-facebook:hover {
    background-color: #fff !important;
    border: 2px solid #3b5998 !important;
    color: #3b5998 !important;
}

.btn-google {
    background-color: #d34836;
    border: 2px solid #d34836 !important;
    float: right;
}

.btn-google:hover {
    background-color: #fff !important;
    border: 2px solid #d34836 !important;
    color: #d34836 !important;
}

.engagement-calculator .btn.btn-default,
.engagement-calculator .btn.btn-default:hover,
.engagement-calculator .btn.btn-default:focus {
    font-size: 17px;
    padding: 15px 20px;

}

.copyright {
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 30px 0 0;
}

.error {
    color: #fcb00c;
    font-weight: bold;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    bottom: -29px;
    left: 0;
    font-size: 13px;
    right: 0;
    width: 100%;
    text-align: center;
}

.error.act {
    opacity: 1;
    visibility: visible;
}

.engagement-stats-wrap {
    position: relative;
    margin-bottom: 150px;
}

.engagement-stats-wrap:after {
    content: "";
    background: #fff url(../img/loader.gif) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 7px);
    width: 100%;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 77;
}

.engagement-stats-wrap.loader:after {
    content: "";
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

@media only screen and (min-width: 475px) and (max-width: 767px) {
    .col-xsl-6 {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

    .engagement-calculator p br {
        display: none;
    }

    .engagement-rate li {
        font-size: 25px;
    }

    .engagement-rate li span {
        font-size: 10px;
    }

    .engagement-stats li {
        font-size: 25px;
    }

    .engagement-stats li span {
        font-size: 10px;
    }

    .engagement-calculator h3 br {
        display: none;
    }

    /** shadowban **/
    .shadowban p br {
        display: none;
    }

    .shadowban li {
        font-size: 25px;
    }

    .engagement-rate li span {
        font-size: 10px;
    }

    .engagement-stats li {
        font-size: 25px;
    }

    .engagement-stats li span {
        font-size: 10px;
    }

    .engagement-calculator h3 br {
        display: none;
    }

    .sb-faq .sb-footer-title {
        display: flex !important;
        font-size: 30px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 419px) {

    .engagement-calculator h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 450px) {
    .shadowban h2 {
        font-size: 24px;
    }

    .shadowban form input {
        padding: 0 20px 0 70px !important;
        height: 70px !important;
        font-size: 20px !important;
    }

    .shadowban form {
        height: auto !important;
        padding-bottom: 5px !important;
    }

    .shadowban form button {
        position: relative !important;
        width: 100% !important;
        left: 0;
        right: 0;
    }

    .shadowban-test {
        padding: 150px 15px 25px !important;
    }
}

@media (max-width: 599px) {
    .shadowban form input {
        padding: 0 20px 0 70px !important;
        height: 70px !important;
        font-size: 20px !important;
    }

    .shadowban form {
        height: auto !important;
        padding-bottom: 5px !important;
    }

    .shadowban form button {
        position: relative !important;
        width: 100% !important;
        left: 0;
        right: 0;
    }

    .engagement-calculator form input {
        padding: 0 20px 0 70px;
        height: 70px;
        font-size: 20px;
    }

    .engagement-calculator form {
        height: auto;
        padding-bottom: 5px;
    }

    .engagement-calculator form button {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
    }
}

@media only screen and (min-width: 250px) and (max-width: 419px) {

    body.logged-in .top_account {
        top: -5px !important;
    }

    body.logged-in #mainNav .navbar-header {
        position: absolute;
        top: 31px;
    }

    body.logged-in #mainNav.affix.navbar-default {
        margin-top: 0;
    }

    body.logged-in #mainNav.affix .navbar-header {
        top: 48px;
    }

    .engagement-calculator small {
        color: #FFFFFF;
    }

}

@media only screen and (min-width: 420px) and (max-width: 767px) {

    body.logged-in #mainNav .navbar-toggle {
        top: 5px !important;
    }

    body.logged-in #mainNav .navbar-header {
        position: absolute;
        top: 31px;
    }

    body.logged-in #mainNav.affix.navbar-default {
        margin-top: 0;
    }

    body.logged-in #mainNav.affix .navbar-header {
        top: 48px;
    }

}

@media only screen and (min-width: 769px) and (max-width: 993px) {
    .engagement-stats-wrap {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .iec-btn-social {
        float: none !important;
    }

    .engagement-stats-wrap {
        margin-bottom: 50px;
    }

    .influencers footer {
        margin-top: 0;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .influencers {
        padding: 140px 0;
        background-size: auto;
        background-position-y: 100%;
        background-position-x: 85% !important;
    }
}

.share-panel p {
    color: #000;
    text-align: left;
    padding: 0 5px;
    font-size: 16px;
}

.influencers .share-title {
    font-size: 36px !important;
    line-height: 1.2;
    color: #000;
    text-align: center !important;
    margin-top: 20px;
    font-family: Noto Sans, sans-serif
}

/*------------------------------------------------------------------
Instagram Shadowban Tester CSS
-------------------------------------------------------------------*/

.shadowban-test {
    max-width: 835px;
    margin: 0 auto;
    padding: 150px 0 0px;
}

.shadowban {
    /*background: #FFFFFF url(../img/marketing-images/sb_bg.png) no-repeat center top;*/
    background: url(../img/marketing-images/sb_bg.png) no-repeat center top;
    /*background-size: 100% auto;*/
    min-height: 100vh;
    padding: 180px 0 30px;
    font-family: Noto Sans, sans-serif;
}

@media (min-width: 1600px) {
    .shadowban {
        /*background: #FFFFFF url(../img/marketing-images/sb_bg.png) no-repeat center top;*/
        background: url(../img/marketing-images/sb_bg.png) no-repeat center top;
        background-size: 100% auto;
    }
}

.subpage .shadowban .navbar-default {
    /*background:#133367 url(../img/marketing-images/v2-background.png) no-repeat center top;*/
    background: #FFFFFF url(../img/marketing-images/v2-background.png) no-repeat center top;
}

.shadowban {
    max-width: 835px;
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (max-width: 993px) {
    .shadowban-prevention-cure .container {
        padding: 0 15px !important;
    }
}

@media only screen and (min-width: 993px) {
    /*.sb-footer-top{
      padding:0 50px;
    }*/
}

.sb-footer-top {
    margin-left: auto !important;
    margin-right: auto !important;
}

.triberr-social-img {
    /*background: url(../img/triberr-sb-iphone-graphic-diagonals.png);
    content:"";
    background-size: cover;
    padding-bottom: 52%;*/
    padding: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.shadowban-prevention-cure .container {
    margin: 50px auto;
    float: none;
    padding: 0;
}

.shadowban h1 {
    font-size: 36px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    /*margin-bottom:40px;*/
    font-family: Noto Sans, sans-serif;
}

.sb-footer-bottom .sb-footer-title {
    font-size: 36px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    margin-bottom: auto;
    font-family: Noto Sans, sans-serif;
    text-align: left;
}

.sb-footer-title {
    display: inline-flex;
    font-size: 30px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #133367;
}

.sb-footer-title i {
    text-align: center;
    margin-right: 5px;
}

.shadowban h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    font-family: Noto Sans, sans-serif;
    margin-bottom: 50px;
}

.shadowban h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    font-family: Noto Sans, sans-serif;
}

.shadowban a {
    color: #133367;
    font-weight: bold;
}

.shadowban .post-hashtags a:hover {
    color: #33c1ff;
    font-weight: bold;
}

.shadowban a.fail {
    color: #C82A66;
}

.shadowban form {
    border: 5px solid #5a7195;
    height: 80px;
    border-radius: 5px;
    background: #5a7195;
    position: relative;
    margin-bottom: 50px;
}

.shadowban form label {
    color: #C82A66;
    position: absolute;
    top: 11px;
    left: 30px;
    font-size: 30px;
    font-weight: bold;
}

.shadowban .footer-h3 {
    margin-bottom: 30px;
}

.shadowban .analysis-title {
    font-size: 36px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-family: Noto Sans, sans-serif
}

.shadowban form button {
    background: #C82A66;
    color: #fff;
    width: 213px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .4s;
    border-radius: 5px;
}

.shadowban form button:hover {
    background: #fcb00c;
}

@media (max-width: 991px) {
    .shadowban #mainNav.navbar-default .navbar-collapse, #mainNav.navbar-default .navbar-form {
        background: linear-gradient(to right, rgb(168, 50, 121), rgb(211, 131, 18));
        color: rgb(168, 50, 121) !important;
    }

    .influencers #mainNav.navbar-default .navbar-collapse, #mainNav.navbar-default .navbar-form {
        background: linear-gradient(to right, rgb(168, 50, 121), rgb(211, 131, 18));
        color: rgb(168, 50, 121) !important;
    }

    .shadowban #mainNav.affix.navbar-default .navbar-collapse, .influencers #mainNav.affix.navbar-default .navbar-collapse {
        margin-top: 10px !important;
    }

    .shadowban .navbar-default .nav > li > a:hover, .influencers .navbar-default .nav > li > a:active {
        color: #fcb00c;
    }

    .triberr-social-img {
        display: none;
    }
}

.shadowban form input {
    padding: 0 235px 0 70px;
    height: 100%;
    width: 100%;
    color: #414042;
    font-weight: bold;
    font-size: 25px;
    border: none;
    border-radius: 4px;
}

.shadowban .row {
    margin: 0 -7px;
}

.shadowban .col-sm-6 {
    padding: 0 7px;
}

.shadowban-rate, .shadowban-stats {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    width: 100%;
    min-height: 258px;
    border-radius: 5px;
    padding: 20px;
    display: table;
    margin-bottom: 7px;
}

.shadowban .analysis-panel {
    margin-bottom: 50px;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .analysis-panel .panel-body {
        text-align: center;
    }

    .post-analysis-status {
        margin-top: 15px;
    }

    .post-analysis-status > div {
        margin-bottom: 15px;
    }
}

.shadowban footer {
    position: absolute;
    z-index: 149;
    background: #fff;
    left: 0;
    right: 0;
    color: #000;
    width: 100%;
    border-top: 2px solid #ccc;
}

.shadowban footer .row {
    margin: 0;
}

.shadowban footer li {
    margin: 20px 0;
}

.sb-footer-content li a {
    font-weight: 400 !important;
    font-size: 18px;
    text-decoration: underline;
}

.sb-faq {
    text-align: left !important;
}

.faq-question {
    margin-bottom: 5px !important;
    font-size: 20px !important;
    border: 2px solid #133367;
    border-radius: 5px;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}
.btn-logic, .btn-logic:hover, .btn-logic:focus{
  box-shadow: none;
}
.text-red{color:#C82A66}
.text-blue{color: #133367}
.faq-question i{
  position: absolute;
  right: 25px;
  top:15px;
}
.top-faq-row{
  margin-bottom: 20px;
}
.faq-reply {
    margin-bottom: 30px !important;
    font-size: 18px !important;
    display: inline-flex;
}

.sb-footer-content {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.sb-faq .fa.fa-question, .sb-faq .fa.fa-info, .sb-explanation .fa.fa-bookmark, .shadowban-myth .fa.fa-cloud, .shadowban-facts .fa.fa-check-square-o {
    border-radius: 50%;
    background: #C82A66;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 11px;
}

.sb-footer-top {
    background: #fff;
}

.sb-footer-bottom {
    padding: 50px 0;
    background: #833ab4; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ffffff 0%, #fccc63 25%, #fbad50 50%, #cd486b 100%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #fccc63 25%, #fbad50 50%, #cd486b 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.fa-li {
    margin: 5px -5px;
    color: #C82A66;
    position: inherit;
}

.sb-faq h1 {
    color: #133367 !important;
    margin-bottom: 30px;
}

.sb-social-footer {
    margin: 20px auto !important;
}

.sb-social-footer h3 {
    /*  margin: 40px auto !important;*/
}

.sb-social-footer #signup-button {
    font-size: 24px !important;
    margin: 20px auto !important;
    letter-spacing: 0em !important;
}

.sticky-social {
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 999;
    border-radius: 0 5px 5px 0 !important;
}

.sticky-social .fa {
    color: #FFF;
}

.btn-social {
    width: 50px;
    height: 50px;
    padding: 16px;
    color: #fff;
    border-radius: 0;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: width;
    transition-duration: 2s;
    display: flex;
}

.btn-fb {
    background: #3b5998;
}

.btn-li {
    background: #0077B5;
}

.btn-tw {
    background: #0084b4;
}

.btn-gp {
    background: #d34836;
}

.sticky-stats {
    width: 100px;
    background: transparent;
    height: 25px;
    margin-left: 30px;
    border-radius: 5px;
    margin-top: -5px;
    padding: 2px;
    /*display:none;*/
    color: #fff;
    transition: 0s;
    opacity: 0;
}

.btn-fb:hover, .btn-li:hover, .btn-tw:hover, .btn-gp:hover {
    width: 150px;
}

.btn-fb:hover > .sticky-stats {
    /*  display: block !important;*/
    opacity: 1 !important;
    transition-delay: 0.3s;
}

.btn-tw:hover > .sticky-stats {
    /*display: block !important;*/
    opacity: 1 !important;
    transition-delay: 0.3s;
}

.btn-gp:hover > .sticky-stats {
    /*  display: block !important;*/
    opacity: 1 !important;
    transition-delay: 0.3s;
}

@media (max-width: 835px) {
    .sb-social-footer {
        padding: 0 20px;
    }

    .sb-social-footer #signup-button {
        font-size: 18px !important;
        margin: 20px auto !important;
        letter-spacing: 0em !important;
        float: none !important;
        width: 50% !important;
        padding: 10px 20px;
    }

    .sb-footer-content {
        width: auto;
    }
}

@media (max-width: 993px) {
    .sb-explanation .faq-reply {
        width: auto !important;
    }

    .sb-explanation .sb-footer-title {
        text-align: left !important;
    }

    .what-to-do .padding-text {
        padding: 0px 30px 0px 15px
    }

    .what-to-do .sb-footer-content {
        padding: 0px 15px 0px 0px !important
    }
}

@media (max-width: 400px) {
    .sb-social-footer {
        width: auto;
    }
}

.m-t-20 {
    margin-top: 20px;
}

.influencers .alert-danger, .shadowban .alert-danger {
    font-size: 18px;
    padding: 20px;
    position: relative;
    z-index: 150;
    margin: -30px 0 20px;
}

.analysis-panel {
    box-shadow: 15px 15px 15px rgba(0, 0, 0, .05);
}

.post-analysis-status {
    height: auto;
    display: block;
    width: 100%;
}

.status-text {
    padding-left: 25px;
}

.skipped-text {
    transform: translateY(45%);
}

.fa.fa-check-circle {
    color: #00b200;
    font-size: 40px !important;
}

.what-to-do .sb-footer-content {
    padding: 0 15px;
}

.fa.fa-times-circle {
    color: #C82A66;
    font-size: 40px !important;
}

.fa.fa-minus-circle {
    color: #f0ad4e;
    font-size: 40px !important;
}

.sb-explanation {
    margin-bottom: 50px !important;
}

.text-18 {
    font-size: 18px;
    margin-top: 10px;
    font-family: Noto Sans, sans-serif;
}

.row.shadowban-prevention-cure {
    margin: 50px 0 !important;
    background: #f4f4f4;
}

.faq-reply i {
    font-style: normal !important;
    color: #C82A66;
}

.sb-shade {
    color: #C82A66;
    font-weight: 700;
    margin-right: 5px;
}

.sb-explanation .faq-reply li {
    margin: 10px !important;
}

.padd-30 {
    padding: 0 30px;
}

.padding-text {
    padding: 0 30px;
}

.sb-explanation .faq-reply {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sb-footer-bottom .sb-footer-title {
    text-align: center;
}

.post-hashtags {
    display: block;
    width: 100%;
    float: left;
    padding: 15px;
}

.note-sb {
    padding: 0 15px;
}

.add-tips li {
    margin: 10px 0 !important;
    display: flex;
    font-size: 18px !important;
}

.add-tips li .fa {
    margin-right: 5px;
    padding: 0 5px;
    width: auto;
}

.sb-ref li {
    text-decoration: underline;
    font-size: 18px !important;
}

.share-panel {
    padding: 10px 30px 10px 30px;
    border-color: #9e9e9e;
}

.margin-top-3 {
    margin-top: 3px;
}
.margin-top-5 {
    margin-top: 5px;
}

/** custom **/

.image {
    position: absolute;
    display: block;
    z-index: 1;
}

.cn {
    position: absolute;
    display: table;
    z-index: 2;
    opacity: 1;
    left: 50%;
    top: 50%;
    vertical-align: middle;
    text-align: center;
    transform: translate(-50%,-50%);
    margin-top: -5px;
}


.shadowban-post-text {
    color: #fff;
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-26%, -26%);
    -ms-transform: translate(-26%, -26%);
    right: 0;
    font-weight: 400;
    font-size: 16px;
}

.sbt-team-content {position: absolute;background-color: rgba(17, 24, 31, 0.8);bottom: 5px;display: inline-block;width: calc(100% - 10px);color: #fff;padding: 10px 15px;text-align: center;left: 5px;}

.sbt-team-content i + span {
    margin-right:10px;
}

.shadowban-post-overlay {
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #11181f;
}

.sbt-team-img { position: relative; }

.sbt-team-img .img-thumbnail {
    width: 100%;
}
@media only screen and (max-width:768px) {
    .mythvsfacts{
      background: #47C0EB !important;
    }
}
.mythvsfacts{
 background: linear-gradient(to right,#75d5ef 50%, #47C0EB 50%) ;
 padding: 40px 0 50px;
 margin-bottom: 40px;
}
.shadowban-myth p, .shadowban-facts p{
  padding:0 15px;
}
.mythvsfacts-ref{
  background: #f4f4f4;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #133367;
  border-radius: 5px;
}
.shadowban-post-stats {
    position: absolute;
    display: table;
    z-index: 2;
    opacity: 1;
    left: 90px;
    top: 170px;
    vertical-align: middle;
    text-align: center;
    background: #ccc;
    padding: 8px 35px 8px 14px;
}

div.inner {
    xdisplay: block;
    height: 80px;
    display: table-cell;
    vertical-align: middle;

}

.large {
    font-size: 32px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 10px 0 10px;
}

.large:hover {
    color: #fff;
}

.text-white {
    color: #FFFFFF;
}
.sb-footer-content .tp-faq-section{
  padding: 0;
}
.sb-panel-group{
  margin: 30px auto !important;
}
.ampfluence-anchor, .ampfluence-anchor:hover {color:#fff !important;text-decoration: underline;}