/*--Navigation BAR --*/
.navigation-clean-button
{
    background:#fff;
    padding-top:.5rem;
    padding-bottom:.5rem;
    color:#333;
    border-radius:0;
    box-shadow:none;
    border:none;
    margin-bottom: 0
}

@media (min-width:768px)
{
    .navigation-clean-button
    {
        padding-top:0.5rem;
        padding-bottom:0.5rem
    }
}



.navigation-clean-button .navbar-brand
{
    font-weight:700;
    color:inherit
}

.navigation-clean-button .navbar-brand:hover
{color:#222
}

.navigation-clean-button .navbar-toggler
{
    border-color:#ddd;
    color:#888
}

.navigation-clean-button .navbar-toggler:focus,.navigation-clean-button .navbar-toggler:hover
{
    background:0 0
}

.navigation-clean-button .form-inline,.navigation-clean-button .navbar-collapse
{
    border-top-color:#ddd
}
.navigation-clean-button .navbar-nav a.active,.navigation-clean-button .navbar-nav>.show>a
{
    background:0 0;
    box-shadow:none
}
.navigation-clean-button.navbar-light .navbar-nav a.active,.navigation-clean-button.navbar-light .navbar-nav a.active:focus,.navigation-clean-button.navbar-light .navbar-nav a.active:hover
{
    color:#8f8f8f;
    box-shadow:none;
    background:0 0;
    pointer-events:none
}
.navigation-clean-button.navbar .navbar-nav .nav-link
{
    padding-left:18px;
    padding-right:18px
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link
{
    color:#465765
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,.navigation-clean-button.navbar-light .navbar-nav .nav-link:hover
{
    color:#37434d!important;
    background-color:transparent
}

.navigation-clean-button .navbar-nav>li>.dropdown-menu
{
    margin-top:-5px;
    box-shadow:0 4px 8px rgba(0,0,0,.1);
    background-color:#fff;
    border-radius:2px
}
.navigation-clean-button .dropdown-menu .dropdown-item,.navigation-clean-button .dropdown-menu .dropdown-item:focus
{
    line-height:2;
    font-size:14px;
    color:#37434d
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus,.navigation-clean-button .dropdown-menu .dropdown-item:hover
{
    background:#eee;
    color:inherit
}

.navigation-clean-button .actions .login
{
    margin-right:1rem;
    text-decoration:none;
    color:#465765
}

.navigation-clean-button .navbar-text .action-button,.navigation-clean-button .navbar-text .action-button:active,.navigation-clean-button .navbar-text .action-button:hover
{
    background:#56c6c6;
    border-radius:20px;
    color:#fff;
    box-shadow:none;
    border:none;
    text-shadow:none;
    padding:.5rem 1rem;
    transition:background-color .25s;
    font-size:inherit
}
.navigation-clean-button .navbar-text .action-button:hover
{
    background:#66d7d7
}

/* **************************************   */

/* ------- HEADER BLUE ---------  */

.header-blue {
    background: linear-gradient(135deg, #172a74, #21a9af);
    background-color: #184e8e;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
  }
  
  @media (min-width:768px) {
    .header-blue {
      padding-bottom: 20px;
      margin-top:-40px;
    }
  }
  
  
  
  .header-blue .action-button, .header-blue .action-button:not(.disabled):active {
    /*border: 1px solid rgba(255,255,255,0.7);*/
    border-radius: 40px;
    color: #ebeff1;
    box-shadow: none;
    text-shadow: none;
    padding: .3rem .8rem;
    background: transparent;
    transition: background-color 0.25s;
    outline: none;
  }
  
  .header-blue .action-button:hover {
    color: #fff;
  }
  
  .header-blue .hero {
    margin-top: 20px;
    text-align: center;
  }
  
  @media (min-width:768px) {
    .header-blue .hero {
      margin-top: 60px;
      text-align: center;
    }
  }
  
  .header-blue .hero h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
  }
  
  @media (min-width:992px) {

    .header-blue .hero {
        margin-top: 60px;
        text-align: left;
    }

    .header-blue .hero h1 {
      margin-top: 80px;
      margin-bottom: 24px;
      line-height: 1.2;
    }
  }
  
  .header-blue .hero p {
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
  }
  
  .header-blue .phone-holder {
    text-align: right;
  }
  
  .header-blue div.iphone-mockup {
    position: relative;
    max-width: 300px;
    margin: 20px;
    display: inline-block;
  }
  
  .header-blue .iphone-mockup img.device {
    width: 100%;
    height: auto;
  }
  
  .header-blue .iphone-mockup .screen {
    position: absolute;
    width: 88%;
    height: 77%;
    top: 12%;
    border-radius: 2px;
    left: 6%;
    border: 1px solid #444;
    background-color: #aaa;
    overflow: hidden;
    background: url(../../assets/img/screen-content-iphone-6.jpg);
    background-size: cover;
    background-position: center;
  }
  
  .header-blue .iphone-mockup .screen:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 70%;
    height: 140%;
    top: -12%;
    right: -60%;
    transform: rotate(-19deg);
    opacity: 0.2;
  }
  
/* **************************************   */

/* ------- ARTICLE-DUAL-COLUMN ---------  */

.article-dual-column {
    color: #56585b;
    background-color: #fff;
    font-family: 'Lora', serif;
    font-size: 14px;
  }
  
  .article-dual-column .intro {
    font-size: 16px;
    margin: 0 auto 30px;
  }
  
  .article-dual-column .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 25px;
  }
  
  .article-dual-column .intro p {
    color: #929292;
    font-size: 12px;
  }
  
  .article-dual-column .intro p .by {
    font-style: italic;
  }
  
  .article-dual-column .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
  }
  
  .article-dual-column .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px;
  }
  
  .article-dual-column .intro img {
    margin-top: 25px;
  }
  
  .article-dual-column .text p {
    margin-bottom: 20px;
    line-height: 1.45;
  }
  
  @media (min-width:768px) {
    .article-dual-column .text p {
      font-size: 16px;
    }
  }
  
  .article-dual-column .text h2 {
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  
  @media (min-width:768px) {
    .article-dual-column .text h2 {
      font-size: 20px;
    }
  }
  
  .article-dual-column .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .article-dual-column .text figure img {
    margin-bottom: 12px;
    max-width: 100%;
  }
  
  @media (max-width:767px) {
    .article-dual-column .toc {
      border: 1px solid #d3d3d3;
      padding: 20px 0 15px;
      margin-bottom: 20px;
      border-width: 1px 0;
    }
  }
  
  .article-dual-column .toc p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
  }
  
  .article-dual-column .toc ul {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 0;
  }
  
  .article-dual-column .toc li {
    padding: 2px 0;
  }
  
  .article-dual-column .toc a {
    color: inherit;
  }
  
/* **************************************   */

/* ------- BRANDS ---------  */
.brands {
    color: #313437;
    background-color: #fff;
  }
  
  .brands a {
    display: block;
    text-align: center;
    padding: 40px 0;
  }
  
  @media (max-width:767px) {
    .brands a {
      padding: 30px 0;
    }
  }
  
  .brands a img {
    display: inline-block;
    margin: 10px 20px;
    vertical-align: middle;
  }
  

/* **************************************   */

/* ------- FEATURES-BLUE ---------  */
.features-blue {
    color: #fff;
    background: linear-gradient(135deg, #172a74, #21a9af);
    background-color: #184e8e;
    padding-bottom: 30px;
  }
  
  @media (max-width:767px) {
    .features-blue {
      padding-bottom: 10px;
    }
  }
  
  .features-blue p {
    color: rgba(255,255,255,0.6);
  }
  
  .features-blue h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
  }
  
  @media (max-width:767px) {
    .features-blue h2 {
      margin-bottom: 25px;
      padding-top: 25px;
      font-size: 24px;
    }
  }
  
  .features-blue .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
  }
  
  @media (max-width:767px) {
    .features-blue .intro {
      margin-bottom: 40px;
    }
  }
  
  .features-blue .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
  }
  
  @media (max-width:767px) {
    .features-blue .item {
      min-height: 0;
    }
  }
  
  .features-blue .item .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
  }
  
  .features-blue .item .description {
    font-size: 15px;
    margin-bottom: 0;
  }
  
  .features-blue .item .icon {
    font-size: 40px;
    color: #ffcc1e;
    float: left;
    margin-left: -65px;
  }
  
/* **************************************   */

/* ------- HIGHLIGHT-BLUE ---------  */
.highlight-blue {
    color: #fff;
    background:linear-gradient(135deg,#172a74,#21a9af);background-color:#184e8e;
    padding: 50px 0;
  }
  
  .highlight-blue p {
    color: #c4d5ef;
    line-height: 1.5;
  }
  
  .highlight-blue h2 {
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
  }
  
  .highlight-blue .intro {
    font-size: 16px;
    max-width: 1000px;
    margin: 0 auto 25px;
  }
  
  .highlight-blue .buttons {
    text-align: center;
  }
  
  .highlight-blue .buttons .btn {
    padding: 16px 32px;
    margin: 6px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
  }
  
  .highlight-blue .buttons .btn:hover {
    opacity: 1;
  }
  
  .highlight-blue .buttons .btn:active {
    transform: translateY(1px);
  }
  
  .highlight-blue .buttons .btn-primary, .highlight-blue .buttons .btn-primary:active {
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 6px;
    color: #ebeff1;
    box-shadow: none;
    text-shadow: none;
    padding: 14px 24px;
    background: transparent;
    transition: background-color 0.25s;
  }
  
  
/*----Override To add padding on top ----
/* On screens that are 992px or less,  */
@media screen and (max-width: 1992px) {
    .highlight-blue .container
    {
        padding-bottom:20px; 
        padding-top:80px;
    }
}

/* On screens that are 600px or less, */
@media screen and (max-width: 760px) {
    .highlight-blue .container
    {
        padding-bottom:20px; 
        padding-top:80px;
    }
}


/* On screens that are 600px or less, */
@media screen and (max-width: 600px) {
    .highlight-blue .container
    {
        padding-bottom:20px; 
        padding-top:80px;
    }
}

  
/* **************************************   */

/* ------- TESTIMONIALS ---------  */
.testimonials-clean {
    color: #313437;
    background:linear-gradient(135deg,#172a74,#21a9af);
    background-color:#184e8e;
  }
  
  .testimonials-clean p {
    color: #7d8285;
  }
  
  .testimonials-clean h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: white;
  }

  
  @media (max-width:767px) {
    .testimonials-clean h2 {
      margin-bottom: 25px;
      padding-top: 25px;
      font-size: 24px;
    }
  }
  
  .testimonials-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .testimonials-clean .intro p {
    margin-bottom: 0;
  }
  
  .testimonials-clean .people {
    padding: 50px 0 20px;
  }
  
  .testimonials-clean .item {
    margin-bottom: 32px;
  }
  
  @media (min-width:768px) {
    .testimonials-clean .item {
      height: 220px;
    }
  }
  
  .testimonials-clean .item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
  }
  
  .testimonials-clean .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
  }
  
  .testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
  }
  
  .testimonials-clean .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: white;
  }
  
  .testimonials-clean .item .title {
    font-size: 13px;
    color: #9da9ae;
  }
  
  .testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
  }
  
  .testimonials-clean .item img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
  }
  
  /* **************************************   */

/* ------- ARTICLE-CLEAN ---------  */
.article-clean {
    color: #56585b;
    background-color: #fff;
    font-family: 'Lora', serif;
    font-size: 14px;
  }
  
  .article-clean .intro {
    font-size: 16px;
    margin: 0 auto 30px;
  }
  
  .article-clean .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 20px;
  }
  
  .article-clean .intro p {
    color: #929292;
    font-size: 12px;
  }
  
  .article-clean .intro p .by {
    font-style: italic;
  }
  
  .article-clean .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
  }
  
  .article-clean .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px;
  }
  
  .article-clean .intro img {
    margin-top: 20px;
  }
  
  .article-clean .text p {
    margin-bottom: 20px;
    line-height: 1.45;
  }
  
  @media (min-width:768px) {
    .article-clean .text p {
      font-size: 16px;
    }
  }
  
  .article-clean .text h2 {
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  
  @media (min-width:768px) {
    .article-clean .text h2 {
      font-size: 20px;
    }
  }
  
  .article-clean .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .article-clean .text figure img {
    margin-bottom: 12px;
    max-width: 100%;
  }
  



/*---For Responsive Youtube videos -- */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
  

/*---------PRICING COMPARISON MODULES -------- */

.compare-heading {
    font-size: 18px;
    font-weight: 700!important;
    border-bottom: 0!important;
    padding-top: 10px!important;
  }
  
  .price-btns {
    border-top: 1px solid #d4e3ed;
  }
  
  .pricing-table tfoot td.free {
    border-bottom-left-radius: 5px;
  }
  
  .comparison .qbo {
    background: #009E2C;
    border-top-right-radius: 3px;
  }
  
  .comparison .price-info {
    padding: 5px 15px 15px;
  }
  
  .comparison .price-was {
    color: #999;
    text-decoration: line-through;
  }
  
  .comparison .price-now, .comparison .price-now span {
    color: #ff5406;
  }
  
  @media (max-width:767px) {
    .comparison .row {
      background: #FFF;
    }
  }
  
  @media (max-width:767px) {
    .price-info {
      border-top: 0!important;
    }
  }
  
  @media (max-width:639px) {
    .comparison .price-buy {
      padding: 5px 10px;
    }
  }
  
  @media (max-width:639px) {
    .comparison .hide-mobile {
      display: none;
    }
  }
  
  @media (max-width:639px) {
    .comparison .price-now span {
      font-size: 16px;
    }
  }
  
  @media (max-width:639px) {
    .compare-heading {
      font-size: 13px;
    }
  }
  
  .comparison {
    margin: 0 auto;
    font: 15px/1.4 Roboto,sans-serif;
    text-align: center;
    padding: 10px;
    color: #6e808a;
  }
  
  .comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  
  td.package-btn {
    border: 0;
    background: #fff;
    padding: 25px 0!important;
  }
  
  .comparison td, .comparison th {
    border-right: 1px solid #d4e3ed;
    empty-cells: show;
    padding: 15px 20px;
  }
  
  .package-btn.pack-4, tfoot .options {
    border-right: 0 none;
  }
  
  .package-btn.pack-1 {
    border-bottom-left-radius: 6px;
  }
  
  .n-button, a.n-button {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    background-color: #02a1cf;
    border-radius: 99px;
  }
  
  .package-btn.pack-4 {
    border-bottom-right-radius: 6px;
  }
  
  .comparison tbody tr:nth-child(odd) {
    display: none;
  }
  
  .comparison .compare-row {
    background: #e9f0f5;
  }
  
  .comparison .tickblue {
    color: #0078C1;
  }
  
  .comparison .tickgreen {
    color: #009E2C;
  }
  
  .comparison th {
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #CCC;
  }
  
  .comparison tr td:first-child {
    text-align: left;
  }
  
  .comparison .qbo, .comparison .qbse, .comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
  }
  
  .comparison .tl2 {
    border-right: 0;
    color: #000;
    padding: 0;
    text-align: left;
  }
  
  .price-options-desc {
    background: #46647c;
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    border-top-left-radius: 6px;
    color: #fff;
    font-size: 1.2em;
  }
  
  .comparison .qbse {
    font-weight: 400;
    border-left: 0;
    font-size: 1.1em;
    border-right: 0 none;
  }
  
  .table-price {
    display: block;
    font-size: 36px;
    line-height: 50px;
  }
  
  .qbse-first {
    background: #556b78;
    border-top-left-radius: 6px;
  }
  
  .qbse-second {
    background: #02a1cf;
  }
  
  .qbse-third {
    background: #632fc6;
  }
  
  .qbse-last {
    background: #3cbc10;
    border-top-right-radius: 6px;
  }
  
  @media (max-width:767px) {
    .comparison td:first-child, .comparison th:first-child {
      display: none;
    }
  }
  
  @media (max-width:767px) {
    .comparison tbody tr:nth-child(odd) {
      display: table-row;
      background: #F7F7F7;
    }
  }
  
  @media (max-width:767px) {
    .comparison td, .comparison th {
      border: 1px solid #CCC;
    }
  }
  
  @media (max-width:639px) {
    .comparison td, .comparison th {
      padding: 10px 5px;
    }
  }
  
  @media (max-width:639px) {
    .comparison .qbo, .comparison .qbse {
      font-size: 12px;
      padding: 10px 5px;
    }
  }
  
  .n-button.n-button-grey.show-free-download {
    background: #556b78;
  }
  
  .n-button.n-button-purple {
    background: #632fc6;
  }
  
  .n-button.n-button-green {
    background: #3cbc10;
  }
  
  .pricing.headline.text-center {
    color: #fff;
    margin-top: 48px;
  }
  
  tbody tr {
    background: #fff;
  }
  
  #pricing-section, .price-header {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #pricing-section {
    background-image: url(../../assets/img/picingbg.jpg);
    padding: 65px 0;
  }
  
  .price-header {
    background-image: url(../../assets/img/picingbg.jpg);
  }
  
  .pricing-sub-headline.text-center {
    color: #a1aeb5;
    font-weight: 300;
    font-size: 18px;
    font-family: Roboto,sans-serif;
    margin-bottom: 48px;
  }
  
  .last-td {
    border-bottom-left-radius: 6px;
  }
  
  .last-tr {
    background: 0 0;
  }
  
  .last-tr td {
    background: #fff;
  }
  
  .pack-1, .pack-2, .pack-3, .pack-4 {
    border-top: 1px solid #d4e3ed!important;
  }
  
/***********************************************/
/*------------FOOTER : SMOOTH PRODUCTS------   */
html, body {
    height: 100%;
    width: 100%;
  }
  
  .sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
  }
  
  .sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    border: 5px solid #eee;
    border-radius: 3px;
    position: relative;
    margin: 0 25px 15px 0;
    float: left;
    max-width: 300px;
  }
  
  .sp-thumbs {
    text-align: left;
    display: inline-block;
  }
  
  .sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
  }
  
  .sp-thumbs a:link, .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  
  .sp-thumbs a:hover {
    opacity: 1;
  }
  
  .sp-thumbs a:active, .sp-current {
    opacity: 1!important;
    position: relative;
  }
  
  .sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  
  .sp-large a img {
    max-width: 100%;
    height: auto;
  }
  
  .sp-large a {
    display: block;
  }
  
  .sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
  }
  
  .sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 1031;
    display: none;
    cursor: pointer;
  }
  
  .sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
  }
  
  #sp-prev, #sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
  }
  
  #sp-prev {
    left: 10px;
  }
  
  #sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
  }
  
  #sp-next {
    right: 10px;
  }
  
  #sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
  }
  
  #sp-prev:hover, #sp-next:hover {
    background: #444;
  }
  
  @media screen and (max-width: 400px) {
    .sp-wrap {
      margin: 0 0 15px 0;
    }
  }
  
  @media screen and (max-width: 400px) {
    #sp-prev, #sp-next {
      top: auto;
      margin-top: 0;
      bottom: 25px;
    }
  }
  
  /***********************************************/
/*------------FOOTER : SOCIAL-ICONS------   */

.social-icons {
    color: #313437;
    background-color: #fff;
    text-align: left;
    padding: 10px 0;
  }
  
  @media (max-width:767px) {
    .social-icons {
      padding: 10px 0;
    }
  }
  
  .social-icons i {
    font-size: 24px;
    display: inline-block;
    color: #757980;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    border: 0px solid #c8ced7;
    text-align: center;
    border-radius: 10%;
    line-height: 10px;
  }
  
  
