*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #787878;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
}

body::-webkit-scrollbar{width:10px}
body::-webkit-scrollbar-track{background:#999;border-radius:2px}
body::-webkit-scrollbar-thumb{background:#33cc00;border-radius:10px}
body::-webkit-scrollbar-thumb:hover{background:#33cc00}
body::-webkit-scrollbar-corner{background:#33cc00}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    color: #232323;
}

h1 {
    font-size: 34px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

h6 {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #111;
}

a{color:#111;text-decoration:none;cursor: pointer;}
a:active,a:hover{outline:0;text-decoration:none;}
p {
    margin-top: 0;
    margin-bottom: 20px;
}

img {
    width: 100%;
}
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.section {
    padding: 55px 0 75px 0;
}
/*===================
    sidebar
===================*/
#sidebar{z-index:99;position:fixed;bottom:100px;right:30px;width:70px}
#sidebar .icon-sidebar{display:inline-block;width:30px;height:30px;background:url(../images/sidebar.png) no-repeat}
#sidebar .sidebar-message .icon-sidebar{background-position:1px 1px}
#sidebar .sidebar-message:hover .icon-sidebar{background-position:1px -29.2px}
#sidebar .sidebar-service .icon-sidebar{background-position:-30px 1px}
#sidebar .sidebar-service:hover .icon-sidebar{background-position:-30px -29.2px}
#sidebar .sidebar-mini .icon-sidebar{background-position:-60px 1px}
#sidebar .sidebar-mini:hover .icon-sidebar{background-position:-60px -29.2px}
#sidebar .sidebar-top .icon-sidebar{background-position:-92px 1px}
#sidebar .sidebar-top:hover .icon-sidebar{background-position:-92px -29.2px}
#sidebar ul.list{border:1px solid #eee;border-radius:5px;overflow:visible;background:#fff}
#sidebar ul.list>li{vertical-align:top;position:relative;width:68px;border-bottom:1px solid #eee}
#sidebar ul.list>li.sidebar-message{border-top:0}
#sidebar ul.list>li.sidebar-message .msg-num{position:absolute;right:5px;top:5px;min-width:10px;height:18px;line-height:18px;padding:0 4px;border-radius:9px;background:#ff3b30;text-align:center;font-size:12px;color:#fff}
#sidebar ul.list>li.sidebar-top{display:none}
#sidebar ul.list>li a.sidebar-item-on{position:relative;display:block;padding:10px 0;text-align:center;color:#666}
#sidebar ul.list>li a.sidebar-item-on small{display:block;line-height:26px;font-size:12px}
#sidebar ul.list>li .slip{display:none;position:absolute;right:68px;bottom:0;padding:0 10px;overflow:hidden}
#sidebar .sidebar-item:hover .slip{display:block}
#sidebar .sidebar-item:hover a.sidebar-item-on{color:#ff7940}
#sidebar ul.list>li .slip .panel{padding:5px 10px;border:1px solid #ececec;border-radius:6px;box-shadow:0 0 10px 0 rgba(0,0,0,.15);overflow:hidden;background-color:#fff}
#sidebar ul.list>li.sidebar-service .service-list li{padding:8px 0}
#sidebar ul.list>li.sidebar-service .service-list i{float:left;width:24px;height:24px;background:url(../images/service.png) no-repeat}
#sidebar ul.list>li.sidebar-service .service-list i.icon-qq{background-position:3px 2px}
#sidebar ul.list>li.sidebar-service .service-list i.icon-qq-group{background-position:-27px 2px}
#sidebar ul.list>li.sidebar-service .service-list i.icon-tel{background-position:-57px 2px}
#sidebar ul.list>li.sidebar-service .service-list span{display:block;margin:-5px 0 2px 30px;font-size:14px;color:#333}
#sidebar ul.list>li.sidebar-service .service-list a,#sidebar ul.list>li.sidebar-service .service-list small{display:block;margin:0 0 0 30px;font-size:14px;color:#888}
#sidebar ul.list>li.sidebar-mini .slip,#sidebar ul.list>li.sidebar-service .slip,#sidebar ul.list>li.sidebar-message .slip{width:182px}
#sidebar ul.list>li.sidebar-mini .slip .panel,#sidebar ul.list>li.sidebar-service .slip .panel,#sidebar ul.list>li.sidebar-message .slip .panel{padding:13px 12px}
#sidebar ul.list>li.sidebar-mini .slip .panel img,#sidebar ul.list>li.sidebar-message .slip .panel img{width:100%}
#sidebar ul.list>li.sidebar-mini .slip .panel span,#sidebar ul.list>li.sidebar-message .slip .panel span{display:block;line-height:24px;text-align:center;font-size:12px;color:#333}
#sidebar .admission{width:70px;height:70px;margin-bottom:10px;background:#ff7940;box-shadow:0 0 10px 0 rgba(0,0,0,.15);border-radius:6px}
#sidebar .admission a{display:block;padding:11px 0}
#sidebar .admission a small{display:block;width:36px;margin:0 auto;font-size:18px;color:#fff}
/*===================
    preview
===================*/
a.preview-btns {
    background: #33cc00;
    border: 0;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    padding: 8px 20px;
    transition: all .3s;
    margin-top: 20px;
    margin-right: 10px;
    text-decoration:none;
}
a.preview-btns:hover {
    color: #fff;
    border-radius: 30px;
}
/*===================
    button
===================*/
.button {
    background: #33cc00;
    border: 0;
    color: #fff;
    padding: 6px 14px 6px 14px;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    padding: 8px 20px;
    transition: all .3s;
    margin-top: 20px;
}

.button:hover {
    color: #fff;
    border-radius: 30px;
}

/*===================
    navbar
===================*/
.navbar {
    padding: 10px 0 10px 0;
}

.navbar .navbar-brand h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6em;
}

.navbar .nav-item {
    font-size: medium;
}

.navbar .nav-item:last-child a {
    padding-right: 0 !important;
}

.navbar .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #111;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.navbar .nav-link.dropdown-toggle i {
    margin-left: 12px;
    position: relative;
    top: 1px;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 8px 20px 8px 20px;
    background: #fff;
    border: 0;
    box-shadow: 0px 0px 20px 0px #DDDDDD;
    width: 220px;
    margin-top: 10px;
}

.navbar .nav-item:hover .nav-link {
    color: #33cc00;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
    top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}

.navbar .dropdown-menu li {
    padding: 5px 0 5px 0;
}

.navbar .dropdown-menu li a {
    font-weight: 500;
    font-size: 14px;
    color: #111;
}

.navbar .dropdown-menu li a:hover {
    text-decoration: none;
    color: #33cc00;
}

/*===================
    header intro
===================*/
.header-intro {
    background-image: url("../images/bg-hero.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.header-intro .entry {
    padding: 75px 0 75px 0;
}

.header-intro .entry span {
    color: #33cc00;
    font-size: 56px;
    font-weight: 600;
    text-transform: capitalize;
}

.header-intro .entry h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin: 20px 0;
}

.header-intro .entry img {
    width: 100%;
}

/*===================
    header pages
===================*/
.header-pages .pages-title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 100px;
    background-image: url("../images/bg-header-pages.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.header-pages .pages-title span {
    color: #33cc00;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.header-pages .pages-title h2 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 16px;
}

/*===================
    title section
===================*/
.title-section {
    text-align: center;
    padding-bottom: 40px;
}

.title-section span {
    color: #33cc00;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block;
}

.title-section i {
    color: #818a91;
    font-size: 50px;
    margin-bottom: 15px;
}

/*===================
    services
===================*/
.services {
    background-image: url("../images/bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.services .entry {
    margin: 0px 20px 0px 20px;
    padding: 20px 20px 2px 20px;
    border-radius: 10px;
    text-align: center;
}

.services .entry i {
    color: #33cc00;
    font-size: 75px;
}

.services .entry h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.services .entry:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 45px 0px #DDDDDD;
}

.services .first-row {
    padding-bottom: 40px;
}

.services-page {
    padding: 0 0 75px 0;
}
/*===================
    log
===================*/
.log {
    background-image: url("../images/bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.log .entry {
    margin: 0px 20px 0px 20px;
    padding: 20px 20px 2px 20px;
    border-radius: 10px;
    text-align: center;
}
.point-time {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 17px;
  left: 25%;
  background: #1c87bf;
  margin-left: -4px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}
.point-bar{background-color: #33cc00;}
.timeline-content article {
  position: relative;
  margin: 0 auto;
}
.timeline-content article > h3 {
  width: 20%;
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 1.4em;
  color: #1d1d1d;
  padding: 10px 0 20px;
}
.timeline-content article section {
  padding: 0 0 17px;
  position: relative;
}
.timeline-content article section:before {
  content: "";
  width: 5px;
  top: 17px;
  bottom: -17px;
  left: 25%;
  background: #e6e6e6;
  position: absolute;
}
.timeline-content article section:last-child:before {
  display: none;
}
.timeline-content article section time {
  width: 20%;
  display: block;
  position: absolute;
}
.timeline-content article section time > span {
  display: block;
  text-align: right;
}
.timeline-content article section aside {
  color: #3a3a38;
  margin-left: 30%;
  padding-bottom: 15px;
}
.timeline-content article section .brief {
  color: #9f9f9f;
}
/*===================
    about us
===================*/
.about-us {
    background-image: url("../images/bg-about-us.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-us .entry img {
    padding-right: 40px;
}

.about-us .entry span {
    color: #33cc00;
    font-size: 16px;
    font-weight: 600;
}

.about-us .entry h2 {
    margin: 20px 0;
}

.about-us-pages {
    padding-top: 0;
    background-image: none;
}

.our-mission .entry img {
    padding-right: 0;
    padding-left: 40px;
}

/*===================
    counter
===================*/
.counter {
    text-align: center;
}

.counter .content {
    background-color: #F9F9F9;
    background-image: url("../images/bg-counter.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px 60px 21px;
    border-radius: 10px;
}

.counter .content:hover {
    opacity: 0.7;
}

.counter .entry {
    font-size: 19px;
    font-weight: 400;
    color: #333;
}

.counter span {
    color: #33cc00;
    font-size: 52px;
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
}

/*===================
    pricing
===================*/
.pricing {
    background-image: url("../images/bg2.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 55px 0 130px;
}

.pricing .entry {
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    margin: 0 15px 0 15px;
}

.pricing .entry h3 {
    font-size: 38px;
    color: #33cc00;
    margin: 17px 0;
}

.pricing .entry ul {
    padding: 0;
    margin: 0;
}

.pricing .entry ul li {
    list-style: none;
    padding: 5px 0;
}

.pricing .entry:hover {
    box-shadow: 0px 1px 45px 0px #DDDDDD;
    background: #fff;
}

.pricing .entry-center {
    background: #28ce5236;
}

.pricing .entry-center ul li {
    color: #111;
}

.pricing .entry-center:hover {
    background: #28ce5236;
}

.pricing .pricing-button {
    background: transparent;
    border: 1px solid #33cc00;
    color: #111;
}

.pricing-pages {
    background-image: none;
    padding: 0 0 100px 0;
    background-image: url(../images/bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.pricing-pages .nature {
    width: auto;
    overflow-x: scroll;
}
.pricing-pages .nature>span {
    display: block;
    padding: 40px;
    font-size: 20px;
    font-weight: bold;
}
.nature>ul {
    background: #fff;
}
@media screen and (max-width: 1279px) {
    .nature {
        width: auto;
        overflow-x: scroll;
    }

    .nature>ul {
        width: 1140px;
    }
}
.nature>ul>li {
    display: flex;
    line-height: 50px;
    border: 1px solid #8063e5;
    border-bottom: none;
    word-wrap: break-word;
}

.nature>ul>li>h5 {
    width: 140px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

.nature>ul>li>h6 {
    width: 700px;
    font-weight: normal;
    border-left: 1px solid #8063e5;
    font-size: 14px;
    line-height: 50px;
    padding-left: 10px;
}

.nature>ul>li>span {
    width: 100px;
    border-left: 1px solid #8063e5;
    text-align: center;
}

.nature>ul>li.first,
.nature>ul>li.last {
    color: #fff;
    background: #33cc00;
}

.yes {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/com.png) -3px 0px;
}

.no {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/com.png) -27px 0px;
}
/*===================
    why us
===================*/
.why-us {
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
}

.why-us .entry {
    margin: 0px 20px 0px 20px;
    padding: 20px 20px 2px 20px;
    border-radius: 10px;
    text-align: center;
}

.why-us .entry i {
    color: #33cc00;
    font-size: 75px;
}

.why-us .entry h5 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.why-us .entry:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 45px 0px #DDDDDD;
}

.why-us .first-row {
    padding-bottom: 40px;
}
/*===================
    anli work
===================*/
.our-anli {
    background-image: url("../images/bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 50px 0;
}

.our-anli .col-anli {
    margin-bottom: 30px;
    text-align: center;
}

.our-anli .col-anli img {
    width: auto;
    padding: 5px;
    transition: all .3s;
    width: 100%;
}

.our-anli .col-anli img:hover {
    opacity: 0.9;
    transform: scale(1.1);
}
/*===================
    our work
===================*/
.our-work {
    background-image: url("../images/bg2.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 50px 0;
}

.our-work .col-work {
    margin-bottom: 30px;
}

.our-work .col-work img {
    transition: all .3s;
}

.our-work .col-work img:hover {
    padding: 17px;
    opacity: 0.9;
}

/*===================
    testimonial
===================*/
.testimonial {
    background-image: url("../images/bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 130px;
}

.testimonial .entry {
    margin: 0px 13px 0px 13px;
    padding: 20px 20px 2px 20px;
    border-radius: 10px;
    text-align: center;
}

.testimonial .entry i {
    color: #33cc00;
    font-size: 75px;
    margin-bottom: 25px;
}

.testimonial .entry h5 {
    margin-top: 35px;
    margin-bottom: 20px;
}

.testimonial .entry:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 45px 0px #DDDDDD;
}

.testimonial .first-row {
    padding-bottom: 40px;
}

.testimonial-work {
    background-image: url("../images/bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
    padding-top: 50px;
}

.testimonial-work .entry {
    margin: 0px 13px 0px 13px;
    padding: 20px 20px 2px 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
}

.testimonial-work .entry h5 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.testimonial-work .entry ul {
    margin-top: 25px;
}

.testimonial-work .entry ul li {
    display: inline-block;
}

.testimonial-work .entry ul li i {
    color: #f0ad4e;
}

.testimonial-work .entry:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 45px 0px #DDDDDD;
}

.testimonial-work .first-row {
    padding-bottom: 40px;
}

/*===================
    call action
===================*/
.call-action {
    padding: 30px 0 130px 0;
    text-align: center;
}

.call-action h2 {
    margin-bottom: 20px;
}

.call-action p {
    padding: 0 20%;
}

/*===================
    features
===================*/
.features {
    padding: 0 0 130px 0;
}

.features .entry img {
    padding-right: 40px;
}

.features .entry span {
    color: #33cc00;
    font-size: 16px;
    font-weight: 600;
}

.features .entry h4 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.features .accordion {
    margin-top: 30px;
}

.features .accordion .card {
    border-radius: 0;
}

.features .accordion .card-header {
    background: #fff;
    margin: 0;
    padding: 3px 6px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    border-bottom: 0;
}

.features .accordion .card-header button {
    color: #111;
    font-weight: 700;
    outline: none;
    font-size: 14px;
}

.features .accordion .card-header button i {
    margin-right: 15px;
    color: #888;
}

.features .accordion .card-header button:hover {
    text-decoration: none;
    color: #33cc00;
}

.features .accordion .card-header button:focus {
    text-decoration: none;
    box-shadow: none;
}

.features .accordion .collapse.show {
    border-top: 1px solid #ddd;
}

/*===================
    faq
===================*/
.faq {
    padding-bottom: 120px;
}

.faq .title-section {
    padding-bottom: 50px;
}

.faq h5 {
    margin-bottom: 20px;
    margin-top: 23px;
}

/*===================
    404
===================*/
.page404 {
    text-align: center;
    padding-bottom: 130px;
}

.page404 img {
    width: 50%;
}

.page404 h2 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.page404 p {
    padding: 0 25%;
}

/*===================
    Contact us
===================*/
.contact-us {
    padding-bottom: 130px;
}

.contact-us .entry {
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    padding: 24px 28px 10px 28px;
}

.contact-us .entry h5 {
    margin-bottom: 10px;
}

.contact-us .entry ul li {
    padding: 12px 0;
}

.contact-us .entry ul li i {
    margin-right: 15px;
    font-size: 15px;
}
.contact-us .entry ul li .qq-qun{display: flex;}
.contact-us .entry ul li .qq-qun-img{
    width: 50%;
    text-align: center;
}
.contact-us .entry ul li .qq-qun-img img{
    width: 120px;
    height: 120px;
    text-align: center;
}
.contact-us .entry ul li .qq-qun-join{
    width: 50%;
    text-align: center;
}
/*===================
    footer
===================*/
footer {
    text-align: center;
    background: #302C42;
    padding: 50px 29%;
    color: #ddd;
    line-height: 22px;
    font-weight: 400;
}

footer h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer h6 {
    color: #DDDDDD;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

footer ul {
    margin-top: 22px;
    margin-bottom: 22px;
}

footer ul li {
    display: inline-block;
    margin: 0 7px;
}

footer ul li a{
    color: #bdbdbd;
}
footer ul li a:hover{
    color: #ddd;
}
/*===================
    responsive
===================*/
@media (max-width:767px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .header-intro .entry-img {
        padding-top: 0;
    }


    .navbar .nav-item .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        padding: 8px 20px 8px 20px;
        background: #fff;
        border: 0;
        box-shadow: 0px 0px 20px 0px #DDDDDD;
        width: 220px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
        display: block;
    }

    .services .entry {
        margin: 0;
    }

    .about-us .entry img {
        padding-right: 0;
        padding-bottom: 55px;
    }

    .counter .entry {
        padding: 10px 0;
        margin-bottom: 30px;
    }

    .counter .col-md-4:last-child .entry {
        margin-bottom: 0;
    }


    .pricing .entry {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .pricing .col-md-4:last-child .entry {
        margin-bottom: 0;
    }

    footer {
        padding: 130px 0;
    }

    .call-action p {
        padding: 0;
    }

    .page404 {
        text-align: center;
        padding-bottom: 130px;
    }

    .page404 img {
        width: 100%;
    }

    .page404 h2 {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .page404 p {
        padding: 0;
    }

    .our-mission .entry img {
        padding-left: 0;
    }

    .why-us .entry {
        margin: 0;
    }

}

@media (max-width:575px) {
    .container {
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .counter .container {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .navbar-toggler {
        padding-right: 0;
    }

    .navbar .nav-link {
        padding-left: 2px !important;
    }

     .navbar .nav-item .dropdown-menu {
       margin-left: 0;
    }

    .counter {
        padding: 0 30px;
    }

    .services .entry {
        margin: 0;
    }

    .pricing .entry {
        margin-left: 0;
        margin-right: 0;
    }

}