/*---------------------------------------------
Template name:  BNSCloud
Version:        1.1
Author:         ThemeLooks
Author url:     http://themelooks.com

NOTE:
-----
Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

[Table of Content]

01: General CSS
    1.1: Default CSS
    1.2: Buttons
    1.3: Default classes
    1.4: Padding
    1.5: Animations
02: Page title
03: Section/Widget title
04: Header
    4.1: Logo
    4.2: Header menu
    4.3: Sticky header
05: Banner
06: Features
07: Home features
    7.1: Single home feature
08: Pricing plans
09: Why us
10: Review slider
11: Subscribe
12: News/Blog
    12.1: Single post
    12.2: Sidebar search form
    12.3: Sidebar widgets
    12.4: Blog details
    12.5: Post author
    12.6: Post comments
    12.7: Comment form
13: Footer
    13.1: Footer posts
    13.2: Footer contacts
    13.3: Footer form
    13.4: Bottom footer
14: About us
    14.1: Members
15: Counter
16: Domain
    16.1: Domain checker
    16.2: Domain price
    16.3: Domain table
17: Contact
18: Others

----------------------------------------------*/

/*=============================================
    01: General CSS
==============================================*/

/* 1.1: Default CSS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
::-moz-selection {
    background: #031b4e;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #031b4e;
    color: #fff;
    text-shadow: none;
}
::-webkit-input-placeholder {
    color: #7884ac !important;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #7884ac !important;
    opacity: 1 !important;
}

textarea {
    resize: none;
}
img {
    max-width: 100%;
    height: auto;
}
p:last-child{
    margin-bottom: 0;
}
a {
    color: #0063f8;
}
a:hover {
    color: #031b4e;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #475f6b;
    font-weight: bold;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5,
h6 {
    font-size: 16px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #475f6b;
    background: #fff;
    position: relative;
}

body, html { overflow-x: hidden !important; }

/* 1.2: Buttons */
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    padding: 8.5px 25px;
    border-radius: 0;
}

.btn-sm {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    padding: 6px 20px;
    border-radius: 0;
}

.btn:focus,
.form-control:focus {
    box-shadow: none !important;
}
select option:first-child{
  color: green;
}
.form-control::placeholder {

  color: #A3AFB5 !important;

}

/* country flags start */

.Lang-en {
      background-image: url(../img/Flags/4x3/gb.svg);
      background-repeat: no-repeat;
      padding-left: 35px;
    height: 26px;
}
.Lang-de {
      background-image: url(../img/Flags/4x3/de.svg);
      background-repeat: no-repeat;
      padding-left: 35px;
    height: 26px;
}
.Lang-ru {
      background-image: url(../img/Flags/4x3/ru.svg);
      background-repeat: no-repeat;
      padding-left: 35px;
    height: 26px;
}
.Lang-fr {
      background-image: url(../img/Flags/4x3/fr.svg);
      background-repeat: no-repeat;
      padding-left: 35px;
    height: 26px;
}
.Lang-nl {
      background-image: url(../img/Flags/4x3/bq.svg);
      background-repeat: no-repeat;
      padding-left: 35px;
    height: 26px;
}

/* country flags end */

select:invalid { color: gray; }
.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #4DD6A3;
    border-color: transparent;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0063f8;
    border-color: transparent;
}
.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    color: #fff;
    background-color: #0063f8;
    border-color: transparent;
    box-shadow: none;
}
.btn-secondary:hover {
    color: #0063f8;
    background-color: #fff;
    border-color: transparent;
}
.btn-transparent {
    color: #4DD6A3;
    background-color: transparent;
    border-color: #4DD6A3;
}
.btn-transparent:hover {
    color: #ffffff !important;
    background-color: #4DD6A3;
}

/* 1.3: Default classes */
.bg-primary {
    background-color: transparent !important;
}
.bg-secondary {
    background-color: transparent !important;
}
.bg-dark {
    background-color: transparent !important;
}
.bg-light {
      background-color: transparent !important;
}
.title-bg-light {
    background-color: #819fff;
}
.title-bg-dark {
  background: rgb(22,192,167);
  background: -moz-linear-gradient(30deg, rgba(22,192,167,1) 20%, rgba(83,217,159,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(22,192,167,1) 20%, rgba(83,217,159,1) 100%);
  background: linear-gradient(30deg, rgba(22,192,167,1) 20%, rgba(83,217,159,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16c0a7",endColorstr="#53d99f",GradientType=1);
}
.bg-primary:before {
    background-color: #4DD6A3;
}
.bg-secondary:before {
    background-color: #819fff;
}
.bg-dark:before {
    background-color: #0063f8;
}
.bg-light:before {
    background-color: #f9f9f9;
}
.bg-light-str {
    background-color: #f9f9f9;
}
.bg-rotate:before {
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
}

.brdr-bot.bg-rotate:before {
  border-bottom: 1px solid #cfcfcf;
}
.brdr-top.bg-rotate:before {
  border-top: 1px solid #cfcfcf;
}
.brdr-str-top {
  border-top: 1px solid #cfcfcf;
}
.text-light {
    color: #9aa4c6 !important;
}
p, .Open-Sans {
    font-family: 'Open Sans', sans-serif;
}
.Montserrat {
    font-family: 'Montserrat', sans-serif;
}
ul.list-inline > li {
    display: inline-block;
}
ul.list-inline > li:not(:last-child) {
    margin-right: 15px;
}
.form-control {
    font-size: 16px;
}
.form-control:focus {
    border-color: #0063f8;
}
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    border: 1px solid red !important;
}
.half-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.half-gutters > .col,
.half-gutters > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

/* 1.4: Padding */
.pt-175 {
    padding-top: 175px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-m80 {
    margin-top: -80px !important;
}



/* 1.5: Animations */
.animated {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    width: 70px;
    height: 70px;
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/*=============================================
    02: Page title
==============================================*/

.page-title {
    padding-top: 55px;
    padding-bottom: 95px;
}

.Advertisers .page-title, .Publishers .page-title, .Content .page-title {
    padding-top: 65px;
    padding-bottom: 15px;
}
.page-title h2 {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.page-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #fff;
}
.page-title a {
    color: #fff;
}
.page-title a:hover {
    color: #ddd;
}
.custom-breadcrumb li {
    font-size: 16px;
    display: inline-block;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.custom-breadcrumb li:last-child a {
    pointer-events: none;
}

.page-subtitle {

  font-size: 16px;

}

/*=============================================
    03: Section/Widget title
==============================================*/

.section-title, .section-title-dark {

    padding-bottom: 15px;

}
.section-title h2, .section-title-dark h2 {
    margin-top: 0 auto;
    position: relative;
}

.section-title p { font-size: 16px; }


.section-page-title .title {
    margin: 0 auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
    max-width: 520px;
}

.section-title-dark h2 { color: #ffffff; }
.adv-col h2:before { background-color: #06cdf2 !important; }
.pub-col h2:before { background-color: #4DD6A3 !important; }
.con-col h2:before { background-color: #ff6f5e !important; }
.white h2:before { background-color: #ffffff !important; }

.section-title.text-left h2:before, .section-title-dark.text-left h2:before {
    margin: 0;
}
.widget-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: bold;
}
.widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #4DD6A3;
}

.page-section-item svg {

  width: 64px;

}

.page-section-item .item-text {

  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;

}

/*=============================================
    04: Header
==============================================*/

/*
.main-header{
    padding: 7px 0;
    position: relative;
    z-index: 999;
    -webkit-transition: all .2s;
            transition: all .2s;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.main-header.Advertisers, .main-header.Content, .main-header.Publishers {

  box-shadow: none;

}

.main-header.bg-secondary {
    background-color: #819fff !important;
}
.main-header.bg-dark {
    background-color: #0063f8 !important;
}

*/

/* 4.1: Logo */

.main-header .logo svg {
    max-width: 130px;
    min-width: 100px;
    width: 100%;
    display: inline-block;
}

/* 4.2: Header menu */
.header-navbar
.header-navbar > ul > li,
.header-navbar > ul > li > a {
  font-size: 16px;
    margin: 0;
    padding: 5px 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}

.navbar-expand-md .navbar-nav { flex-wrap: wrap; }

.header-navbar > ul > li {
    display: inline-block;
    padding: 0 .8em;
}

.header-navbar > ul > li > a {
    color: #475f6b;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-navbar > ul > li > a.def-link:after,
.header-navbar > ul > li.active > a.def-link:after,
.header-navbar > ul > li:hover > a.def-link:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #4DD6A3;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header-navbar > ul > li > a.def-link:hover:after,
.header-navbar > ul > li.active > a.def-link:after,
.header-navbar > ul > li:hover > a.def-link:after {
    width: 100%;
}

.main-header nav {
    padding: 15px 30px;
    position: relative;
    z-index: 999;
    -webkit-transition: all .2s;
            transition: all .2s;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.main-header nav {

  background: #ffffff;

}

.main-header .navbar-nav .nav-link {
    color: #475f6b !important;
}


.language-switch  {
    list-style-type: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #4DD6A3;
}

.navbar-brand {

  font-size: 0;

}

.register-button i {
    font-size: 12px;
    margin-right: 10px;
}

.Advertisers .btn-transparent:hover {

  color: #06cdf2 !important;

}

.Content .btn-transparent:hover {

  color: #ff6f5e !important;

}

/* 4.3: Sticky header */
.main-header.sticking {
    position: fixed;
    top: 0;
    background-color: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
}




/*=============================================
    05: Banner
==============================================*/

.main-banner {

  margin-top: -20px;

}

.banner-content { z-index: 3; position: relative; }
.banner-content h2 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 auto;
    display: unset;
}

.banner-content svg {

  margin: 15px auto;
  display: block;

}

.banner-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.banner-item {

  padding: 19% 3%;
  overflow: hidden;
  background-position-x: 1px !important;
}

.banner-item.bg-content:after {

  content: " ";
  position: relative;
  right: -1px;

}



.showheroes-spot > div {

  display: block;
  max-height: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;

}

.showheroes-spot-caption { width: 99% !important;}

.banner-video {

  z-index: 1;
  opacity: 0.2;

    /* Make video to at least 100% wide and tall */
    width: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}

/*=============================================
    06: Our Partners
==============================================*/

.our-partners {

  z-index: 2;

}

.our-partners:before {

  background-color: #ffffff;

}



/*=============================================
    XX: Watch-video
==============================================*/

.watch-video {

  z-index: 2;


}

.watch-video:before {

  background-color: #ffffff;

}

.swiper-slide {

  height: 100%;
  position: relative;

}

.swiper-safety .swiper-slide {

  height: 100% !important;

}

.careers-intro, .contact-intro, .about-company, .careers-inside-intro, .careers-inside-offer, .text-section, .contact-team {

  z-index: 2;
  margin-top: -80px;
  padding-top: 50px;

}


.careers-inside-text {

  font-size: 16px;

}

.careers-inside-text strong {

  font-size: 18px;

}

.careers-inside-text li {

  list-style-type: square;

}

.about-company:before, .text-section:before {

  background: #ffffff;

}

.text-section h3 { font-weight: bold;}
.text-section { line-height: 2em; }
.text-section .simple-text { font-weight: normal; }
.about-company p, .about-team p, .text-section p { line-height: 2em;}

.careers-intro p, .contact-intro p, .careers-inside-intro p {

text-align: center;

}

.team-title, .team-subtitle, .team-desc { text-align: center; }
.team-title { font-size: 18px; }
.team-people img {

  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);


}

.careers-carousel, .about-carousel-big {

  z-index: 3;
}

.contact-locs {

  z-index: 5;
  margin-top: -80px;

}

.contact-locs svg {

  max-width: 36px;
  float: left;
  margin-right: 20px;
}

.contact-info address {

  display: block;
  overflow: hidden;

}

.contact-info li {
    position: relative;
    margin-bottom: 30px;
}
.contact-info li span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #475f6b;
  margin-bottom: 10px;
}
.contact-info li a {
    color: #475f6b;
    float: left;
}

.office-title { padding-left: 71px;}


.contact-locs iframe {

  width: 100%;
  min-height: 250px;

}

.about-office iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;

}

.map-responsive{
    overflow:hidden;
    padding-bottom: 45%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contact-team:before {

  background: #ffffff !important;

}

.careers-informational a {

  color: #475F6B !important;

}

.careers-informational {

  margin-top: -80px;
  z-index: 100;
  color: white;

}

.contact-team .team-item {

  height: 100% !important;
  border: 0;
  border-radius: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  text-align: center;

}

.mr-30 { margin-right: 30px;}

.contact-team .team-item img {

  object-fit: cover;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.17);
  -moz-box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.17);
  box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.17);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

.contact-team .team-item h3 {

  font-weight: bold;
  font-family: 'Montserrat';
  margin-bottom: 30px;
}

.contact-team .team-item p.card-text {
  font-family: 'Open Sans';
  margin-bottom: 50px;
}

.contact-team .data i {

  color: #4DD6A3;
  margin-right: 1em;

}


.contact-team .contact-social-icons i { font-size: 18px; }
/*=============================================
    XX: Publisher USP
==============================================*/

.monetization {

  z-index: 1;

}

.monetization .list-title {

  font-size: 18px;
  font-weight: 700;
  color: #4dd6a3;

}

.monetization.col-adv .list-title {

  color: #06CDF2;

}


.monetization .list-item {

  line-height: 1.5em;

}

.monetization .list-item .text {

  margin-top: 15px;

}

.green-text { color: #4dd6a3; }
.blue-text { color: #06CDF2; }

.monetization .bullet {
  width: 1.5em;
  float: left;
  margin-right: 1em;
  margin-top: 2px;
}

.monetization .text {

  overflow: hidden;
  display: block;

}

.mon-item1 {

  position: absolute;
  display: block;
  left: -20%;
  top: 10%;
    z-index:100;

}

.mon-item2 {

  position: absolute;
  display: block;
  top: 110%;
  left: 0;
    z-index:100;

}

.mon-item3 {

  position: absolute;
  display: block;
  left: 90%;
  top: 20%;
  float: right;
    z-index:100;

}

.mon-item-img {

  position: relative;
  display: block;
  margin: 0 auto;
  right: 0;
  left: 0;

}

.monetization svg.arrow1 {

  position: absolute;
  top: 20px;
  right: 85%;
  z-index:100;
  height: 90%;
}
.monetization svg.arrow2 {

  position: absolute;
  top: 57%;
  left: 25%;
  z-index:100;
  height: 90%;
}
.monetization svg.arrow3 {

  position: absolute;
  top: 30%;
  left: 90%;
  z-index:100;
  height: 90%;
}
.monetization .badge {

  width: 50px;
  height: 50px;
  color: #4dd6a3;
  border: 2px solid #4dd6a3;
  border-radius: 0px;
  font-size: 30px;
  text-align: center;
  float: left;
  position: relative;
  top: -10px;
  left: -20px;

}

.monetization.col-adv .badge {

  color: #06CDF2;
  border: 2px solid #06CDF2;

 }

.monetization .mon-icon {

  height: 64px;

}

.publisher-usp, .content-usp, .advertiser-usp, .con-benefits, .adv-benefits {

  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;

}

.gdpr-badge {

  max-width: 120px;
  margin-left: 10px;

}

.publisher-usp:before, .content-usp:before, .advertiser-usp:before {

  background-color: #f1f6f9;

}

.content-usp { background-color: #ffffff; }

.list-group-item {


  background: transparent;

}

.publisher-usp .subtitle h3, .content-usp .subtitle h3, .advertiser-usp .subtitle h3 {

  font-family: Montserrat;

}

.publisher-usp .subtitle, .content-usp .subtitle, .advertiser-usp .subtitle {

  margin-bottom: 20px;

}

.publisher-usp svg, .content-usp svg, .advertiser-usp svg {

  float: left;
  height: 80px;
  max-width: 80px;

}

.case-study svg { height: 50px !important; max-width: 50px !important; }

.publisher-usp .usp-title, .content-usp .usp-title, .advertiser-usp .usp-title {

  margin-top: 30px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  display: block;
  text-align: center;

}

.case-study .usp-title { margin-top: 10px !important; margin-bottom: 0px !important;}
.publisher-usp .usp-title h3 { color: #4DD6A3; }
.content-usp .usp-title h3 { color: #ff6f5e; }
.advertiser-usp .usp-title h3 { color: #06cdf2 }
.publisher-usp .usp-title h3, .content-usp .u sp-title h3, .advertiser-usp .usp-title h3 {

  font-weight: 600;

}

.publisher-usp p, .content-usp p, .advertiser-usp p {

  text-align: center;

}

.publisher-usp .usp-icon, .content-usp .usp-title .usp-icon, .advertiser-usp .usp-title .usp-icon {

  margin-top: 15px;
  float: left;
  display:block;
  width: 100%;
  text-align: center;

}

.case-study .usp-icon {

  margin-top: 15px;
  float: left;
  display:block;
  width: 100%;
  text-align: center;

}

.benefits-list li { border: 0; line-height: 2em; margin-bottom: 15px;}

.benefits-list img { width: 1.5em; margin-right: 1em; float: left; }

.benefits-list p.list-text {

overflow: hidden;
margin-top: 0;

}

@media only screen and (max-width: 1200px) {
 .maria_trilevic {
   margin-bottom: 20px;
  float:none;
  width:25%;
 }


}
 @media only screen and (max-width: 820px) {
  .maria_trilevic {
    margin-bottom: 10px;
   float:none;
   width:35%;
  }


}

/*=============================================
    XX: Mechanism
==============================================*/

.mechs {

  z-index: 2;

}

.mechs:before {

  background-color: #ffffff;

}

.mechs .mechs-big-icon {

  height: 64px;
  margin-left: 20px;

}

.mechs .mechs-small-icon {

  height: 48px;

}

.mechs-big-slide .mechs-list-title {

  color: #06cdf2;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  margin-left: 10px;

}

.mechs-big-slide .mechs-list-head {

  position: relative;
  display: block;

}

.mechs-big-slide .mechs-list {

  list-style-type: square;
  line-height: 2em;

}

.mechs-small-slide .mechs-list-title {

  color: #06cdf2;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  margin-left: 10px;

}

.mechs-small-slide .mechs-list-head {

  position: relative;
  display: block;

}

.mechs-small-slide p {

  line-height: 1.5em;
  font-family: Open Sans;
  margin-top: 20px;

}

.swiper-pagination {

  position: unset;

}
.swiper-button-prev {
  left: 3vw;
  }
.swiper-button-next { right: 3vw; }


.details .swiper-button-next, .details .swiper-button-prev, .mechs .swiper-button-next, .mechs .swiper-button-prev {

  top: 300px;

}

.swiper-team-prev, .swiper-team-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

.swiper-berlinpress-prev, .swiper-berlinpress-next, .swiper-rigapress-prev, .swiper-rigapress-next, .swiper-ruspress-prev, .swiper-ruspress-next {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      background-size: 27px 44px;
      background-position: center;
      background-repeat: no-repeat;
    }

    .media-logos {

      height: 70px;

    }

    .media-logos img {

      max-width: 70%;
      max-height: 50px;
      width: auto;
      height: auto;
      margin: auto;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      opacity: 0.6;

    }

.swiper-team-prev, .swiper-berlinpress-prev {
  left: 3vw;
  }
.swiper-team-next, .swiper-berlinpress-next { right: 3vw; }

.swiper-berlinpress-prev, .swiper-rigapress-prev, .swiper-ruspress-prev { left: 0;}
.swiper-berlinpress-next, .swiper-rigapress-next, .swiper-ruspress-next  { right: 0; }


.swiper-review-prev, .swiper-review-next {
    position: absolute;
    top: 45%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 50;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

.swiper-review-prev {
  left: -25px;
  }
.swiper-review-next { right: -25px; }

.review-slider2 .swiper-slide, .benefit-slider .swiper-slide, .swiper-big .swiper-slide, .swiper-slide {
  height: auto;
}


.carousel-button-next {

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234DD6A3'%2F%3E%3C%2Fsvg%3E");

}

.carousel-button-prev {

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234DD6A3'%2F%3E%3C%2Fsvg%3E");

}

.swiper-button-green.swiper-button-next, .swiper-button-green.swiper-team-next, .swiper-button-green.swiper-review-next, .swiper-button-green.swiper-berlinpress-next, .swiper-button-green.swiper-rigapress-next, .swiper-button-green.swiper-ruspress-next {

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234DD6A3'%2F%3E%3C%2Fsvg%3E");

}

.swiper-button-green.swiper-button-prev, .swiper-button-green.swiper-team-prev, .swiper-button-green.swiper-review-prev, .swiper-button-green.swiper-berlinpress-prev, .swiper-button-green.swiper-rigapress-prev, .swiper-button-green.swiper-ruspress-prev {

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234DD6A3'%2F%3E%3C%2Fsvg%3E");

}

.carousel-button-next, .carousel-button-prev {

  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;

}

/*=============================================
    XX: Details
==============================================*/

.details {

  z-index: 2;
  padding-top: 50px;

}

.details:before {

  background-color: #ffffff;

}

.details .details-icon {

  height: 64px;

}

.details-slide .details-list-title {

  color: #4dd6a3;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: 25%;
  margin-left: 20px;

}

.details-slide .details-list-subhead {

  position: relative;
  display: block;
  margin-top: 20px;

}

.details .details-subicon {

  height: 48px;

}

.details-slide .details-list-subtitle {

  color: #475f6b;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 25%;
  margin-left: 20px;

}

.details-slide .details-list-head {

  position: relative;
  display: block;

}



.details-slide .details-list {

  list-style-type: square;
  line-height: 2em;

}

.details-slide .features-icon {

  vertical-align: middle;

}

/*=============================================
    X: Visit Us
==============================================*/

.maps {

  background: #E9ECED !important;
  z-index: 5;

}

/*=============================================
    06: Features
==============================================*/

.features {
    margin-bottom: -15px;
    margin-top: -15px;
}
.single-feature {
    text-align: center;
    border: 1px solid #e1eeff;
    border-bottom: 1px solid #4DD6A3;
    padding: 30px 20px 25px;
    margin: 15px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    height: calc(100% - 30px);
}
.single-feature h3 {
    margin: 15px 0;
}
.single-feature:hover  {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/*=============================================
    09: Why us
==============================================*/

.single-reason {
    margin-bottom: 25px;
}
.single-reason h3 {
    margin-bottom: 30px;
}
.why-us-video-sticky-tape {
    width: calc(100% - 40px);
    margin: auto;
}
.why-us-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #031b4e;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.why-us-video p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 95px;
}
.why-us-video p span {
    display: block;
    margin-top: 15px;
}

/*=============================================
    10: Review slider
==============================================*/

.review-slider-wrap {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.review-slider {
    overflow: visible;
    padding: 15px;
}
.single-review {
    background: #fff !important;
    padding: 30px 50px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);
    box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);
}

.careers-blocks .careers-item, .press-blocks .item, .careers-inside-offer .careers-item {

  height: 100% !important;
  border: 0;
  border-radius: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);
  box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);

}

.careers-inside-offer .card { padding: 20px; }

.careers-inside-offer .card-title {

  font-size: 18px;
  font-weight: bold;
  text-align: left;

 }

.careers-inside-offer .card-icon svg {

  height: 56px;
  margin-bottom: 20px;

}

.reviews .card, .downloads .card {

height: 100% !important;
border: 0;
border-radius: 0;
-webkit-transition: all .2s;
transition: all .2s;
position: relative;
-webkit-box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);
-moz-box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);
box-shadow: 0px 10px 30px 0px rgba(77,214,163,0.1);

}

.careers-blocks .careers-item h3 {

  font-weight: bold;
  font-family: 'Montserrat';
  margin-bottom: 30px;
}
/*
.press-blocks .item .date {

  font-size: 14px;
  margin-top: 40px;

}
*/
.press-blocks .item h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
  font-weight: bold;
}

.press-blocks .badge {
  vertical-align:middle;
  margin-top: -0.3em;
}

.careers-blocks .careers-item p.card-text {
  font-family: 'Open Sans';
  margin-bottom: 50px;
}

.press-blocks ul a {

  font-family: 'Montserrat'!important;
  color: #475f6b;

}

.nav-pills .nav-link {

  background-color: #fff;
  margin: 5px;
  transition: all 0.2s;


}

.nav-pills .nav-link.active {

  background-color: #4DD6A3;


}


.more-offices h3 {

  position: absolute;
  top: calc(50% - 15px);

}

.about-offices img { height: 100%; }

.best-cases .single-review, .top-verticals .single-review {

  padding: 0;
  padding-bottom: 20px;
  transform: perspective(1000px) rotateY(15deg);
  background: #f5f8fa !important;

}

.top-verticals .single-review:nth-child(3) {

  transform: perspective(1000px) rotateY(0deg);

}

.top-verticals .single-review:nth-child(4) {

  transform: perspective(1000px) rotateY(-15deg);

}

.top-verticals .single-review:nth-child(5) {

  transform: perspective(1000px) rotateY(-15deg);

}

.top-verticals .single-review {

  background: #ffffff !important;

}

.top-verticals .swiper-wrapper, .team-people .swiper-wrapper {

  height: 100% !important;

}

.close-btn {

  font-size: 48px;
  color: #ffffff;
  text-shadow: none;
  float: right;

}

.close-btn:hover {

  opacity: 1;
  color: #ffffff;
  transition: ease 0.5s;

}


.best-cases .slide-right {

  transform: perspective(1000px) rotateY(-15deg);

}

.best-cases .single-review:nth-child(1) {

  transform: perspective(1000px) rotateY(30deg);

}

.best-cases .single-review:nth-child(4) {

  transform: perspective(1000px) rotateY(-30deg);

}

.best-cases .swiper-wrapper {

height: 100%;

}
.best-cases .review-info {

  padding: 15px 40px;
  float: left;

}

.best-cases .review-info svg {

  height: 36px;

}

.best-cases .caseHover, .top-verticals .topHover {

  position: absolute;
  top: 80%; bottom: 0;
  right: 0; left: 0;
  background: rgb(255,111,94);
  background: rgba(255,111,94, 0.8);
  text-align: center;
  opacity: 0;
  transition: all 1s;

}

.top-verticals .topHover {

  background: rgb(32,190,213);
  background: rgba(32,190,213, 0.8);

}

.best-cases a .caseHover, .top-verticals a .topHover {

    color: #ffffff;
    font-size: 18px;

}

.best-cases a.play-case:hover .caseHover, .top-verticals a.play-case:hover .topHover {

  opacity: 1;

}

.memberHover {

  position: absolute;
  top: 0; bottom: 0;
  right: 0; left: 0;
  background: rgb(77,214,163);
  background: rgba(77,214,163, 0.8);
  text-align: center;
  opacity: 1;
  transition: all 1s;
  border-radius: 50%;
  font-size: 2em;
  opacity: 0;

}

.memberHover a { color: #ffffff; float: left; margin: 0 5%; transition: all 0.5s;}

.memberHover a:hover { color: #475F6B;}

.member-photo:hover .memberHover { opacity: 1;}

}

.top-verticals .swiper-wrapper {

height: 100%;

}

.top-verticals .head-text {

  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto;

}


.round-button {
  position: absolute;
  bottom: 50%;
  top: 40%;
	display:block;
  left: calc(50% - 32px);
	width:70px;
	height:70px;
	padding-top: 16px;
	padding-left: 5px;
	border: 4px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background-color: rgba(0,0,0,0.7);
	font-weight:bold;
	transition: all 0.3s ease;
  opacity: 0.8;

}
.play-case:hover .round-button {
  opacity: 1;
  color:#f5f5f5;
}

.play-case {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  display: block;
  background-size: cover;
}

svg .st-black {

  fill: #475f6b;

}

.best-cases .head-text {

  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-left: 15px;
  line-height: 1em;

}

.best-cases .count { color: #FF6F5E; }

.best-cases .sub-text {

  font-size: 18px;
  font-weight: 400;
  line-height: 1em;

}

.single-review.content {

  -webkit-box-shadow: 0px 10px 30px 0px rgba(255,111,94,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(255,111,94,0.1);
  box-shadow: 0px 10px 30px 0px rgba(255,111,94,0.1);
}

.single-review.advertisers {

  -webkit-box-shadow: 0px 10px 30px 0px rgba(32,190,213,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(32,190,213,0.1);
  box-shadow: 0px 10px 30px 0px rgba(32,190,213,0.1);
}

.best-cases .single-review:before {

  background-color: #FF6F5E !important;
  height: 50px;
  bottom: -35px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);

}
.best-cases .single-review:nth-child(2n):before {

  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);

}

.single-review:before {
    height: 30px;
    bottom: -14px;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
}
.single-usp {

  height: 100%;

}

.careers-item:hover, .contact-team .team-item:hover img {

    box-shadow: 0 0 20px rgba(0,0,0,.1);

}


.swiper-big .swiper-wrapper, .benefit-slider .swiper-wrapper {

height: 100%;

}

.review-slider2 .swiper-wrapper {

  height: 100%;

}

.benefit-slider .single-review {

  padding-bottom: 30px;

}

.height-100 { height: 100%; }
.slider-badge {

  position: absolute;
  top: -20px;
  right: -20px;
  height: 100px;
  width: 100px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background: rgb(255,111,94);
  background: linear-gradient(30deg, rgba(255,111,94,0.98) 20%, rgba(255,136,94,0.98) 100%);
  color:white;
  margin: 0 auto;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */

   display: flex;
   align-items: center;
}

.vertical-bottom {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */

   display: flex;
   align-items: flex-end;
}


.single-review p {
    color: #475f6b;
    line-height: 24px;
    margin-top: 25px;
}
.review-info {
    overflow: hidden;
}
.review-info i {
    color: #0063f8;
    background: #f6faff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
}
.review-info h4 {
    margin-bottom: 2px;
}
.review-info span {
    font-family: 'Open Sans', sans-serif;
}

.review-logo {

display: block;

}

.review-logo svg {

height: 70px;
width: auto;
max-width: 150px;
}

.review-logo img {

  height: 70px;
  padding: 15px 0;
  width: auto;
  max-width: 150px;

}

.reviews {

  margin-top: -80px;
  background: #ffffff !important;
  z-index: 100;

}

.review-logo svg .st0 {fill:#4DD6A3;}


.swiper-container {

  padding: 50px 15px;

}

.review-portrait img {

  width: 100%;

}

/* Review pagination */
.review-pagination {
    position: inherit;
    margin-top: 30px;
}
.swiper-pagination-bullet {
    margin: 0 2.5px;
    width: 20px;
    height: 5px;
    border: none;
    background: #e1eeff;
    border-radius: 50px;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.swiper-pagination-bullet-active {
    width: 10px;
    background: #0063f8;
}

.adv-col .swiper-pagination-bullet-active {

  background: #06cdf2 !important;

}

.con-col .swiper-pagination-bullet-active {

  background: #FF6F5E !important;

}
/*=============================================
    11: Subscribe
==============================================*/

.news-letter-title p {
    margin-top: 15px;
    text-align: center;
}
.subscribe-form input:not([type=submit]) {
    height: 50px;
    border: 1px solid #d2e0e7;
    border-radius: 0px;
    background: transparent;
    padding: 0 30px;
}
.subscribe-form input:not([type=submit]):focus {
    border: 1px solid #4dd6a3;
}
.subscribe-form input[type=submit] {
    position: absolute;
    top: 5px;
    right: 5px;
}
.subscribe-form .parsley-errors-list {
    display: none;
}
.btn-subscribe {
  border-radius: 0px;
}

/*=============================================
    12: News/Blog
==============================================*/

.more-post {
    margin-top: 30px;
}
.more-post li {
    width: 50%;
    float: left;
}
.more-post li:first-child i {
    margin-right: 5px;
}
.more-post li:last-child i {
    margin-left: 5px;
}
.more-post li:last-child {
    text-align: right;
}
.more-post li a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.more-post li a:not(.disabled):hover {
    letter-spacing: 1px;
    color: #0063f8;
}
a.disabled,
a.disabled:hover {
    color: #ddd;
    pointer-events: none;
}

/* 12.1: Single post */
.single-post {
    border: 1px solid #e1eeff;
    height: 100%;
}
.post-content {
    padding: 25px 30px;
}

.post-info a {
    color: #5e7b97;
}
.post-content h3 a {
    color: #031b4e;
    line-height: 27px;
}
.post-content h3 a:hover {
    color: #0063f8;
}
.post-content p {
    margin-bottom: 20px;
}
.post-content > a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.post-content > a:hover {
    letter-spacing: 1px;
    color: #4DD6A3;
}
.post-content > a i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.blog .single-post {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

/* 12.2: Sidebar search form */
.search-form {
    position: relative;
}
.search-form input {
    border: 1px solid #e1eeff;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    height: 50px;
    padding: 0 30px;
    width: calc(100% - 74px);
    float: left;
}
.search-form button {
    width: 74px;
    float: right;
    border: 1px solid #e1eeff;
    border-left: 0;
    text-align: center;
    color: #9aa4ac;
    line-height: 48px;
    padding: 0;
    background: transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.search-form button:focus,
.search-form button:active,
.search-form button:hover {
    border: 1px solid #0063f8;
    border-left: 0;
    color: #fff;
    background: #0063f8;
    outline: none;
    cursor: pointer;
}

/* 12.3: Sidebar widgets */
.sidebar-widget {
    border: 1px solid #e1eeff;
    padding: 25px 30px;
    margin-top: 30px;
}
.sidebar-list {
    margin-bottom: 0;
    font-weight: 500;
}
.sidebar-list li:not(:last-child) {
    border-bottom: 1px solid #e1eeff;
    padding-bottom: 15px;
}
.sidebar-list li:not(:first-child) {
    padding-top: 15px;
}
.sidebar-list li a {
    color: #7884ac;
}
.sidebar-list li a:hover {
    color: #0063f8;
}
.sidebar-list li a span {
    float: right;
}
.sidebar-list li a i {
    font-style: normal;
    color: #031b4e;
}
.sidebar-list li a:hover i {
    color: #0063f8;
}
.sidebar-list.Open Sans {
    font-weight: normal;
}
.tag-list {
    margin-left: -6px;
    margin-bottom: -5px;
}
.tag-list li {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 10px;
}
.tag-list li a {
    color: #7884ac;
    background: #f6faff;
    display: block;
    padding: 6px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.tag-list li a:hover {
    background: #0063f8;
    color: #fff;
}

/* 12.4: Blog details */
.blog-details {
    border: 1px solid #e1eeff;
}
.post-image {
    position: relative;
}
.post-image a {
    position: relative;
    left: 30px;
    bottom: 40px;
    color: #5e7b97;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 2px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.post-image a:hover {
    color: #fff;
    background: #0063f8;
}
.post-detail-content {
    padding: 25px 30px;
}
.post-detail-content h2 {
    color: #0063f8;
    font-weight: 500;
    margin-bottom: 20px;
}
.post-detail-content p {
    line-height: 24px;
    color: #7884ac;
}
.post-detail-content p b {
    color: #031b4e;
}
.post-detail-content p:not(:last-child) {
    margin-bottom: 20px;
}
.tag-cat-soc {
    padding: 25px 0;
    border-bottom: 1px solid #e1eeff;
}
.tag-cat {
    color: #5e7b97;
    margin: 0;
}
.tag-cat li + li {
    margin-left: 10px;
}
.tag-cat a {
    color: #5e7b97;
    margin-left: 6px;
}
.tag-cat a:hover {
    color: #031b4e;
}
.share-icons {
    margin: 0;
}
.share-icons li + li {
    margin-left: 10px;
}
.share-icons a:hover {
    color: #031b4e;
}
.single-post-page .more-post {
    padding-bottom: 25px;
    border-bottom: 1px solid #e1eeff;
    margin-top: 25px;
}

/* 12.5: Post author */
.post-author {
    margin-top: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1eeff;
}
.post-author img {
    border-radius: 100%;
    margin-right: 20px;
    margin-top: 5px;
}
.post-author-info {
    border-left: 1px solid #e1eeff;
    overflow: hidden;
    padding-left: 15px;
}
.post-author-info h4 a {
    font-weight: normal;
    color: #5e7b97;
    margin-bottom: 15px;
}
.post-author-info h4 a:hover {
    color: #4DD6A3;
}
.post-author-info p {
    line-height: 24px;
    margin-bottom: 10px;
}

/* 12.6: Post comments */
.post-comments {
    margin-top: 55px;
}
.post-comments h3 {
    margin-bottom: 35px;
}
.main-comment {
    border-bottom: 1px solid #e0f3ff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.comment-author {
    margin-right: 15px;
}
.comment-author img {
    border-radius: 100%;
}
.comment-content {
    overflow: hidden;
    position: relative;
}
.comment-content > a {
    color: #9aa4ac;
    position: absolute;
    right: -40px;
    top: 0;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.comment-content > a i {
    margin-right: 7px;
}
.comment-content > a:hover {
    color: #4DD6A3;
    right: 0;
}
.comment-content h4 {
    margin-bottom: 15px;
}
.comment-content h4 a {
    color: #5e7b97;
    font-weight: normal;
}
.comment-content h4 a:hover {
    color: #4DD6A3;
}
.comment-content h4 span {
    color: #9aa4ac;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
}
.comment-content p {
    color: #7884ac;
    line-height: 24px;
    max-width: calc(100% - 70px);
    margin-bottom: 0;
}
.comment-reply {
    margin-left: 65px;
    border-top: 1px solid #e0f3ff;
    padding-top: 30px;
    margin-top: 30px;
}

/* 12.7: Comment form */
.comment-form {
    margin-top: 55px;
}
.comment-form h3 {
    margin-bottom: 30px;
}
.comment-form form div{
    margin-bottom: 15px;
}
.comment-form textarea,
.comment-form input {
    border: 1px solid #e1eeff;
    border-radius: 0;
    height: 40px;
}
.comment-form textarea {
    height: 150px;
}
.comment-form .parsley-errors-list {
    display: none;
}

/*=============================================
    13: Footer
==============================================*/

.main-footer {
    background-color: #475f6b;
    padding-top: 60px;
    z-index: 0;
}
.main-footer:before {
    background-color: #475f6b;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}
.footer-widget .widget-title {
    color: #fff;
    font-weight: normal;
}
.footer-widget .widget-title:before {
    background-color: #fff;
    width: 30px;
}

/* 13.1: Footer posts */
.footer-posts {}
.footer-posts p {
    color: #9aa4c6;
    margin-bottom: 5px;
}
.footer-posts p a {
    color: #9aa4c6;
}
.footer-posts p a:hover {
    color: #fff;
}
.footer-posts h4 a {
    line-height: 24px;
    color: #e0f3ff;
    display: inline-block;
}
.footer-posts h4 a:hover {
    color: #fff;
}
.footer-posts li:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-posts li + li p {
    margin-top: 10px;
}

/* 13.2: Footer contacts */
.footer-links {}
.footer-links ul {}
.footer-links ul li {
    position: relative;
    padding-left: 0px;
}

.footer-links ul li a {
    color: white;
    margin-bottom: 0;
}

.footer-links ul li a:hover {
    color: #4DD6A3;
    transition: ease .5s;
}

.Advertisers .footer-links ul li a:hover { color: #06cdf2 !important; }
.Content .footer-links ul li a:hover { color: #ff6f5e !important; }
.Advertisers .copyright-text a { color: #06cdf2 !important; }
.Content .copyright-text a { color: #ff6f5e !important; }

/* 13.3: Footer form */
.footer-form input:not([type=submit]){
    background: rgba(255,255,255,0.05);
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer-form input:not([type=submit]):focus{
    background: rgba(255,255,255,0.1);
}
.footer-form textarea {
    height: 100px;
    padding: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer-form textarea:focus {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-color: transparent;
}

.footer-form textarea::-webkit-input-placeholder,
.footer-form input::-webkit-input-placeholder {
    color: #9aa4c6 !important;
}
.footer-form textarea::-moz-placeholder,
.footer-form input::-moz-placeholder {
    color: #9aa4c6 !important;
}
.footer-form input[type=submit] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 3.5px 19px;
}
.footer-form .parsley-errors-list {
    display: none;
}

.footerLogos {

  float: left;
  max-height: 50px;
  width: auto;
  margin-right: 20px;

}

.footerLogos.gdpr {

  max-height: 50px;

}

.footerLogos.gdpr2 {

  max-height: 30px;

}

/* 13.4: Bottom footer */
.bottom-footer {
    border-top: 1px solid rgba(255,255,255,0.15);
}
.copyright-text {
    padding: 30px 0;
    display: block;
}

.copyright-text a:hover {
    color: white;
    font-weight: 500;
}
.back-to-top {
    color: #031b4e;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    line-height: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    margin: auto;
    text-align: center;
}
.back-to-top:hover {
    color: #fff;
    background: #0063f8;
}
.footer-menu {
    margin-bottom: 0;
}
.footer-menu li {
    padding: 30px 0;
}
.footer-menu li:not(:last-child) {
    margin-right: 25px !important;
}
.footer-menu li a {
    color: #9aa4c6;
}
.footer-menu li a:hover {
    color: #fff;
}

.footer-follow a {

  color: white;
  float: left;
  display: block;
  padding: .5em 1em;
  background: rgb(71, 95, 107);
  background: rgba(255, 255, 255, 0.05);
  margin-left: 10px;

}

.footer-follow a:hover {

  color: white;
  background: rgba(255, 255, 255, 0.1);
}

/*=============================================
    14: About us
==============================================*/

.about-us-title h2 {
    line-height: 40px;
}
.about-us-title span {
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.sticky-tape:before,
.sticky-tape:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #0063f8;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: -1;
}
.sticky-tape:before {
    left: -20px;
    bottom: -20px;
}
.sticky-tape:after {
    right: -20px;
    top: -20px;
}

.footer-logo {

  min-width: 150px;
  max-width: 40%;

}

/* 14.1: Members */
.single-member {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 30px;
}
.single-member:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.member-info {
    padding: 15px 15px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.member-info:before {
    bottom: -65px;
    -webkit-transform: skewY(-9deg);
            transform: skewY(-9deg);
}
.member-info h4 {
    font-weight: 500;
    margin-bottom: 2px;
}
.member-info span {
    color: #9aa4c6;
    font-family: 'Open Sans', sans-serif;
}
.member-info ul {
    margin-bottom: 0;
    margin-top: 25px;
}
.member-info ul li {
    display: inline-block;
}
.member-info ul li:not(:last-child) {
    margin-right: 10px;
}
.member-info ul li a {
    color: #fff;
}
.member-info ul li a:hover {
    color: #ddd;
}

/*=============================================
    16: Domain
==============================================*/

/* 16.1: Domain checker */
.domain-checker {
    position: relative;
    top: -30px;
}
.domain-checker .input-group {
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.domain-checker .input-group ul {
    left: 30px;
}
.domain-checker input[type=text] {
    height: 60px;
    border: none;
    padding-left: 30px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    font-family: 'Open Sans', sans-serif;
}
.domain-checker input[type=submit] {
    border-color: #0063f8;
}

/* 16.2: Domain price */
.domain-price {
    margin-top: 50px;
    margin-bottom: 80px;
}
.domain-price li {
    width: 170px;
    border: 1px solid #e1eeff;
    text-align: center;
    padding: 8px 12px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.domain-price li:hover {
    border-color: transparent;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.domain-price li > span {
    display: block;
    position: relative;
    font-weight: 500;
    color: #0063f8;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.domain-price li > span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 1px;
    background: #0063f8;
}
.domain-price p {}
.domain-price p span {
    color: #031b4e;
}

/* 16.3: Domain table */
.domain-table {
    margin-bottom: 30px;
}
.domain-table .thead-dark th {
    background-color: #031b4e;
    border-color: #031b4e;
    font-weight: 500;
    padding: 15px 10px;
    vertical-align: middle;
}
.domain-table td {
    padding: 18px 10px;
}
.domain-table tbody {
    color: #7884ac;
}
.domain-table tbody span {
    font-weight: bold;
    color: #031b4e;
}
.domain-table tbody a {
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.domain-table tbody a:hover {
    color: #4DD6A3;
    letter-spacing: 1px;
}
.domain-table tbody i.fa-times {
    color: #ff0000;
}
.domain-table tbody i.fa-check {
    color: #008000;
}
.domain-table tbody td {
    border-color: #e1eeff;
    width: 25%;
    vertical-align: middle;
}
.domain-table tbody tr {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.domain-table tbody tr:hover {
    background-color: transparent;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/*=============================================
    17: Contact
==============================================*/

.contact-content {
    margin-bottom: 55px;
}
.contact-content h2 {
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 30px;
}
.contact-content h2 span {
    font-weight: bold;
}
.contact-content p {
    color: #7884ac;
}
.contact-content ul {}
.contact-content ul li {
    color: #7884ac;
    font-family: 'Montserrat', sans-serif;
}
.contact-content ul li span {
    color: #031b4e;
    display: inline-block;
    width: 120px;
}

.contact-text {

  text-align: center;

}


.contact-paragraph {

  text-align:center;

}


.contact-social-icons a:hover {
    color: #4DD6A3;
}
.contact-form input, .contact-form select {
    height: 40px;
    border-radius: 0;
    border-color: #d2e0e7;
}
.contact-form .form-check input {
    height:auto;
}
.contact-form textarea {
    height: 200px;
    border-radius: 0;
    border-color: #d2e0e7;
}
.contact-form div div .parsley-errors-list {
    left: 30px;
}

.contact {

  z-index: 2;

}

.page-sections {

  z-index: 5;

}

.page-sections.first-sec, .page-sections.second-sec {

  margin-top: -80px;

}

.page-sections.second-sec {

  margin-top: -80px;
  background: #ffffff !important;
  z-index: 6;

}

.page-sections.third-sec {

  margin-top: -80px;
  background: #ffffff !important;
  z-index: 7;

}
.page-sections:before {

  background: #ffffff;

}

.page-sections.bg-light:before {

      background-color: #f9f9f9;
}

.page-sections .big-img {

  margin: 0 auto;
  display: block;
  position: relative;
  max-width: 120% !important;

}



.downloads .badge { bottom: 3px; position: relative; font-size: .6em; }

.downloads .flag-icon { width: 1.1em; }


/*=============================================
    XX: 404
==============================================*/

.not-found-title {
    background: #4DD6A3;
    min-height: 580px;
    overflow: hidden;
    z-index: 0;
    padding-top: 30px;
}
.not-found-title img {}
.not-found-title h2 {
    margin-top: 135px;
    margin-bottom: 15px;
}
.not-found-title a {
    color: #fff;
}
.not-found-title a:hover {
    text-decoration: underline;
    color: #fff;
}
.not-found-title .svg {
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
    bottom: 0;
    z-index: -1;
}
.not-found-content h3 {
    line-height: 34px;
    color: #7884ac;
    margin-bottom: 60px;
}
.not-found-content form input[type=text] {
    border-color: #e1eeff;
    background: #f6faff;
}
.not-found-content form input[type=text]:focus {
    border-color: #0063f8;
}

/*=============================================
    18: Others
==============================================*/

.preLoader {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0063f8;
    z-index: 99999;
    overflow: hidden;

}


.our-clients {

  position: relative;
  overflow: hidden;
  text-align: center;

}

.our-clients li { display:inline-block; }

.our-clients li img {

    max-height: 220px;
    float: left;
    margin: .5em 2.5em;
    opacity: 0.5;

}

.our-clients li img:hover {
  opacity: 1;
  transition: ease 1s;
}


#slider {
	list-style:none;
	padding:0px
}

.slider-container {
	height:150px;
	padding:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#slider img {
	width:200px;
	height:125px;
	margin:0px;
	display:inline-block
}

#slider li {
	width:210px;
}
.bx-window { width: 100% !important; }
.logos-sliding { width: 100% !important; }

.z-index { z-index: 5; }
.z-index-1 { z-index: 1; }
.z-index-2 { z-index: 2; }

.parsley-errors-list {
    list-style: none;
    padding: 0;
    position: absolute;
    left: 15px;
    margin: 0;
    bottom: -18px;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.parsley-errors-list li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    background: red;
    color: #fff;
    padding: 0 10px;
}
[data-animate] {
    visibility: hidden;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
[data-animate].animated {
    visibility: visible;
}

.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#4DD6A3;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#ff6f5e;}
.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#06CDF2;}

.modal-content.transp { background: transparent; border: 0;}


.info-badge {

  background: #f0f4f7;
  padding: 8px 20px;
  display: block;
  margin: 0 auto;

}

.info-badge svg {

  float: left;
  margin-right: 15px;

}

.info-text { text-align: center; display: block; margin: 0 auto; }


.brand-safety .arrow {
  display: flex;
  width: 85%;
  margin: 20px auto;
  align-items: center;
}

.brand-safety .line {
  flex-grow: 1;
  height: 7px;
  background: rgb(6,205,242);
  background: linear-gradient(90deg, rgba(6,205,242,0.1) 0%, rgba(6,205,242,1) 100%);
  position: relative;
}

.brand-safety.mobile .line {
  width: 100%;
  background: rgb(6,205,242);
}

.brand-safety .line:before {
  position: absolute;
  content: '';
  bottom: -7px;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid rgb(6,205,242);
}

.brand-safety.mobile .line.noarrow:before {
  content: none;
}

.brand-safety .percent-text {

  margin-top: 12px;

}

.brand-safety .percent-text.goRight {

  margin-top: 12px;
  position: absolute;
  right: 0;

}

.brand-safety .card {

  border: 0;
  height: 100%;

}

.brand-safety .card img {
  height: 48px;
  display: block;
  margin:0 auto;
}

.brand-safety .card img.sh-logo {
  height: 56px;
}

.brand-safety .card-text {

  text-align: center;
  margin-top: 15px;

}

.brand-safety .card:after {


  top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 7px;
	margin-left: -7px;


}


.brand-safety .card:before {

	position: absolute;
  bottom: -31px;
  left: 50%;
  z-index: 50;
	border: solid transparent;
	content: " ";
	height: 14px;
	width: 14px;
  border-radius: 50%;
  margin-left: -7px;
  background: #475f6b;

}



.brand-safety.mobile .card:before {

	position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: 50;
	border: solid transparent;
	content: " ";
	height: 14px;
	width: 14px;
  border-radius: 50%;
  margin-left: -7px;
  background: #475f6b;

}

.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }

section.Advertisers {

  background: rgb(255,111,94);
  background: linear-gradient(30deg, rgba(15,168,210,1) 20%, rgba(74,202,210,1) 100%);

}
section.Publishers {
  background: rgb(22,192,167);
  background: -moz-linear-gradient(30deg, rgba(22,192,167,1) 20%, rgba(83,217,159,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(22,192,167,1) 20%, rgba(83,217,159,1) 100%);
  background: linear-gradient(30deg, rgba(22,192,167,1) 20%, rgba(83,217,159,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16c0a7",endColorstr="#53d99f",GradientType=1);
 }
section.Content {
  background: rgb(255,111,94);
  background: linear-gradient(30deg, rgba(255,111,94,1) 20%, rgba(255,136,94,1) 100%);
}

.swiperusp .swiper-slide, .benefit-slider .swiper-slide, .swiper-berlinpress .swiper-slide  {
  height: auto !important;
}

.carousel-item { height: 100%; }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 50% !important;
  bottom:auto !important;
}

.second-gdpr-badge {

    max-height: 50px !important;

  }






@media (max-width:2520px) {
  .mon-item2 {

    left: -20%;

  }
  .mon-item1 {

    left: -40%;

  }

    .adv-benefits .swiper-wrapper, .con-benefits .swiper-wrapper {height: 300px}
}
@media (max-width:1500px) {

  .mon-item1 {

    left: -45%;

  }
  .benefit-title h2 {font-size: 20px;}
}
@media (max-width:1200px) {
/*  .main-header { padding-top: 10px; } */
  .adv-benefits .swiper-wrapper {height: 400px;}
  .con-benefits .swiper-wrapper {height: 350px;}
  .mon-item2 {

    left: -15%;
    max-width: 40%;

  }
  .mon-item1 {

    left: -25%;
    max-width: 30%;

  }
}
@media (max-width:998px) {

  .page-sections .big-img {

    margin: 0 auto 40px auto;
    max-width: 100% !important;
    left: 0; right: 0;

  }

  .details-slide .details-list-title {

    bottom: 0;
    top: 10%;

  }

  .swiper-container { padding: 0 15px 20px 15px;}

  .banner-item {

    padding: 50% 3%;
    overflow: hidden;
    height: 80vh;

  }

  .banner-vertical-center {
      min-height: 100%;  /* Fallback for browsers do NOT support vh unit */

     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
  }

  .page-title {
      padding-top: 45px;
      padding-bottom: 65px;
  }

  .bg-rotate:before {
      -webkit-transform: skewY(0deg);
              transform: skewY(0deg);
  }
  .bg-rotate.pb-120 { padding-bottom: 0px !important; }
  .page-sections.first-sec, .page-sections.second-sec {

    margin-top: 0px;

  }
  .details-slide .details-list-head { margin-top: 0; }
    .adv-benefits .swiper-wrapper, .con-benefits .swiper-wrapper {height: 300px;}
    .more-offices h3 {

      font-size: 30px;

    }



  .monetization .badge {
    margin-right: 20px;
    top: -10px;
    left: 0px;
  }

  .register-button { float: right;    padding-right: 2rem!important; }

/*
  .main-header.sticking { background-color: rgb(255,255,255); background-color:rgba(255,255,255,0.95) !important; }
*/
}

.second-gdpr-badge {

    max-height: 50px !important;
    margin-top: 17px;

  }

@media (max-width:768px) {

  .swiper-berlinpress .swiper-slide  {
    height: 100% !important;
  }

  .adv-benefits .swiper-wrapper {height: 300px;}
  .contact-team .team-item img, .team-people img, .memberHover {

    max-width: 280px;
    width: 100%;
    display: block;
    margin: 0 auto;

  }

  .header-navbar > ul > li,
  .header-navbar > ul > li > a {
    font-size: 16px;
      margin: none;
      margin: 10px 0;
      padding: none;
      border: none;
      line-height: 1;
      display:inline;
  }
  .header-navbar > ul > li {
      display: block;
      position: relative;
  }

  .header-navbar > ul > li > a:after,
  .header-navbar > ul > li.active > a:after,
  .header-navbar > ul > li:hover > a:after {
      content: none;
      transition: none;
  }

  .header-navbar > ul > li > ul > li > a {

    padding: .7em 1.2em;

  }

}
@media (max-width:576px) {

.reviews .swiper-button-prev, .reviews .swiper-button-next {
      top: 50vh;
    }


  .details-slide .details-list-title {

    bottom: 0;
    top: 0;
    margin-bottom: 20px;

  }

  .details-slide .details-list-subtitle {

    bottom: 0;

  }

  .banner-video {

    top: 50%;

  }

  .footerLogos {

    float: left;
    max-height: 50px;
    width: auto;
    margin-right: 20px;

  }

  .footerLogos.gdpr {

    max-height: 60px;

  }

  .second-gdpr-badge {

      max-height: 50px !important;
      margin-top: 27px;

    }

  .slider-badge {

    position: absolute;
    top: -20px;
    right: -20px;
    height: 70px;
    width: 70px;
    font-size: 8px;
  }
  .adv-benefits .swiper-wrapper, .con-benefits .swiper-wrapper {height: 100%;}
  .page-section-item svg {

    width: 48px;

  }

  .page-section-item .item-text {

    font-size: 12px;
    font-weight: 600;
    max-width: 100%;
    word-wrap: break-word;

  }
  .px-5 {

    padding-left: 1rem !important;
    padding-right: 1rem !important;

  }
}

.con-benefits .swiper-wrapper {

height: 100% !important;

}
