/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom:-1px;
}
.banner:before {
    content: '';
    background: url('../../images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index:1;
    display: none;
}
.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    padding-bottom: 50px;
}
/*------------ / products ------------*/
.sect1 {
    padding: 0px 0 30px;
}
.products-sect-title,
.news-sect-title{
    background: url('../../images/common/index/pd-tit.png')center no-repeat;
    font-size: 18px;
    line-height: 1.4;
    padding: 55px 0 60px 0px;
    margin: 0 0 30px;
    text-align:  center;
}
.products-sect-title span,
.news-sect-title span{
    color: #000;
    font-size: 20px;
    display:block;
    vertical-align: middle;
    margin: auto;
    text-align:center;
    font-weight: normal;
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.products-sect-title .more,
.album-sect .more,
.news-sect-title .more{
     margin-top:  30px;
    left: 87%;
    position:  absolute;
    max-width: 300px;
}
.album-sect .more{
    top:0px;
    right:0px;
    position:absolute;
}
.products-sect .more a,
.album-sect .more a,
.news-sect-title .more a,
.about-sect .ibtn.more{
    width: auto;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #555555;
    font-size: 14px;
    font-weight:bold;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.products-sect .more a:before,
.album-sect .more a:before,
.news-sect-title .more a:before,
.about-sect .ibtn.more:before{
    content:'';
    width:15px;
    height:3px;
    background:url(../../images/common/hover-01.png);
    display:inline-block;
    margin:0px 5px 2px;
}
.products-sect .more a:hover:before,
.album-sect .more a:hover:before,
.news-sect-title .more a:hover:before,
.about-sect .ibtn.more:hover:before{
    background-position:0 100%;;
}
.products-sect .more a:hover,
.album-sect .more a:hover,
.news-sect-title .more a:hover,
.about-sect .ibtn.more:hover{
    color: #2693FF;
}
.products-sect .more a:after,
.album-sect .more a:after,
.news-sect-title .more a:after,
.about-sect .ibtn.more:after{
    display: inline-block;
    margin-left: 7px;
    content: '';
    width: 55px;
    height: 7px;
    background: url(../../images/common/hover.png)no-repeat;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: -2px;
}

.products-sect .more a:hover:after,
.album-sect .more a:hover:after,
.news-sect-title .more a:hover:after,
.about-sect .ibtn.more:hover:after{
   width: 74px;
    background: url(../../images/common/hover_2.png)no-repeat;
}/*
.products-sect-title .more {
    float: right;
    text-indent:-9999%;
    width: 140px;
    height:23px;
    padding:0 0px;
    position:relative;
    display: inline-block;
    background: url(../../images/common/side-arrow.png)0px 0px no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-sect-title .more:hover{
    background-position:0 100%;
    width: 161px;
    padding:0 10px;
}*/
.products-list {
    margin: -20px -10px 0;
     border-right: solid 1px #fff;
   
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}


.products-list .box {
    max-width: 220px;
    margin: 22px auto 0px;
    position: relative;
}
.products-list .slick-track .item:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DDDDDD;
    position: absolute;
    right:  0;
    top: 0;
}


.products-list .box {
    max-width: 220px;
    margin: 22px auto 0px;
    position: relative;
}

.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    font-family:'Open Sans';
    font-size: 12px;
    font-weight:bold;
    letter-spacing:0.05em;
    z-index: 9;
    top: -23px;
    left:0px;
    color: #000;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
/*
.products-list .pic:before {
    content: '';
    background: rgba(0,0,0,0.7);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}*/
.products-list .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 0px 8px;
}
.products-list .description {
    font-size: 13px;
    color: #777;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 39px;
}
.products-list .name {
    color: #373737;
    font-size: 17px;
    margin: 10px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 30px;
}
.products-list .box:hover .name {
    color: #FF00FF;
}
.products-sect .slick-dots,
.news-sect .slick-dots,
.album-sect .slick-dots{
    padding-top: 20px;
    text-align: center;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    border:1px solid #aaa;
    background:#fff;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin:0 5px;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button,
.album-sect .slick-dots li.slick-active button{
    border-color:#FF00FF;
    background:#FF00FF;
}

/*------------ / about ------------*/
.sect2 {
     padding: 0px 0 40px;
    background:#fff;
}
.sect2:before{
    content:'';
    background:url(../../images/common/index/about-right.png)no-repeat;
    display:block;
    width:452px;
    right:0px;
    position:absolute;
    z-index:9;
    height:517px;
    margin-top:  -230px;
}
.sect2 .container:before{
    content:'';
    width:135%;
    height:1px;
   border-bottom: 1px solid #6D6D6D;
    position:absolute;
    left:0px;
    top:110px;
}

.sect2 .container {
    max-width: 1300px;
    padding: 0 0 0px;
}
.about-sect {
    position: relative;
    overflow: hidden;
}
/*
.about-sect:before{
     background:url(../../images/common/index/about-left.jpg);
     content:'';
     width:129px;
     z-index:99;
     height:187px;
     top:-50px;
     left:-20px;
     display:inline-block;
     position:absolute;
}*/
.about-sect-title {
    color: #2C2C2C;
    font-size: 22px;
    margin-bottom: 18px;
    padding-left: 160px;
    padding-top:50px;
    
}
.about-sect-title:before{
    content:'About';
    font-family:'arial';
    color:#444;
    font-size:38px;
    margin-right:10px;
    font-weight:bold;
}
.about-sect-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;

}

.about-sect .txt-box {
    float: left;
    color: #2C2C2C;
    line-height: 1.55;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background:url(../../images/common/index/about-left.png)no-repeat;
}
 
.about-sect .editor {
    min-height: 220px;
    font-size:  15px;
    width: 100%;
    max-width: 600px;
    line-height:27px;
    padding:25px 0 0px 150px;
}
.about-sect .ibtn.more {
    text-indent:inherit;
    position: relative;
    left: 150px;
}

/*------------ / album ------------*/

.sect3:before{
    content:'';
    width:84%;
    height:1px;
    border-top:1px dashed #6D6D6D;
    position:absolute;
    left:0px;
}
.sect3 {
    padding: 40px 0 0;
}
.sect3 .container {
    max-width: 1330px;
    padding: 30px 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title:before{
    content:'Album';
    font-family:'arial';
    color:#444;
    font-size:38px;
    font-weight:bold;
}
.album-sect-title {
    line-height: 1.4;
    padding: 5px 0px 10px 0px;
    margin: 0 0 0px 0px;;
}
.album-sect-title span {
    color: #000;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
    font-weight: normal;
    margin-left:  10px;
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.album-sect-title .more {
    float: right;
    margin: 20px 0;
}
.album-sect-title .more a{
}
.album-sect-title .more a:hover{
}
.album-sect .btn.more {
   
}
/*
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}*/
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
/*
.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.7);
    opacity: 0;
    margin:10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}*/
.album-list .txt {
    display: block;
    position: absolute;
     top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:10px;
    background:rgba(0,0,0,0.7);
    color: #fff;
    font-size: 18px;
    line-height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
     -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
     opacity:0;
}
.album-list .box:hover .txt{
 opacity: 1;
}
.album-list .name:before {
    content: '';
    display: block;
    width:40px;
    top:0px;
    height:40px;
    left:0px;
    right:0px;
    margin:auto;
    background:url('../../images/common/album/hover.png') 50% 50% no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom:5px;
}
.album-list .name {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
   text-align:center;
   position:relative;
   margin-top:20%;
}

/*------------ / service ------------*/
.sect5:after{
    content:'';
     background: url(../../images/common/index/service_bg.jpg)center no-repeat;
     width:860px;
     height:599px;
     display:inline-block;
     position:absolute;
     right:0px;
     margin-top:-460px;
}
.sect5 {
   margin:60px 0 120px;
    padding: 70px 0 150px;
    background: url(../../images/common/index/ser-left.jpg)top left no-repeat;
}
.sect5 .ibtn.more:before{
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    bottom: 0px;
    position: absolute;
    z-index: -1;
   background: #00954a; /* Old browsers */
   background: -moz-linear-gradient(-45deg, #00954a 29%, #ffbf00 61%, #ff0000 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(-45deg, #00954a 29%,#ffbf00 61%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(135deg, #00954a 29%,#ffbf00 61%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}
.sect5 .ibtn.more:hover:before{
    height:100%;
}
.sect5 .ibtn.more i{
    display:none;
}
.sect5 .ibtn.more{
    background: none;
    width: 83px;
    height: 83px;
    text-indent: inherit;
    margin: 0px auto;
    text-align: center;
    border-radius: 0;
    font-size: 13px;
    margin-top:40px;
    color: #fff;
    background: #444;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 5;
}
.sect5 .ibtn.more span{
    line-height: 20px;
    top: 20px;
    position:  relative;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
    /* text-align:  right; */
}
.service-sect {
    position: relative;
    padding: 0px 0 0px 40%;
    max-width:780px;
      z-index:  9;
}
.service-sect .btn.more {
    margin-left: 0px;
}
.service-sect-title {
    line-height: 1.2;
    margin: 0 0 30px;
    text-align: left;
}
.service-sect-title span {
    color: #444;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: normal;
    text-align:left;
}
.service-sect-title:before{
    content:'Services';
    font-family:'arial';
    color:#444;
    display:block;
    font-size:38px;
    font-weight:bold;
}
.service-sect-title:after{
    content:'';
    background:#444;
    display:block;
    width:30px;
    margin-top:10px;
    margin-left:2px;
    height:4px;
}
.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 110px;
    color: #000;
     line-height:28px;
}


/*------------ / news ------------*/

.sect4 {
    padding: 20px 0;
}
.news-sect{
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title{
     background: url('../../images/common/index/new-tit.png')center no-repeat;
     padding: 68px 0 68px 0px;
}
.news-sect-title .more {
    float: right;
    margin: 20px 0;
}

.news-list {
    margin: -30px -6px 0;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box:hover {
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
    background: rgba(87, 87, 87, 0.8);
}
.news-list .box {
    max-width: 254px;
    margin: 15px auto;
      -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover {
    background: #fff;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
/*
.news-list .box:hover .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/news/hover.png') 100% 100% / 24% auto no-repeat;
}*/
.news-list .txt {
    position: relative;
    padding: 20px 20px 40px;
    background:#F7F7F7;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
      -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .box:hover .txt{
    background: #510eec; /* Old browsers */
background: -moz-linear-gradient(top, #510eec 1%, #bf00ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #510eec 1%,#bf00ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #510eec 1%,#bf00ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.news-list .name {
    color: #373737;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 21px;
}
.news-list .box:hover .name,
.news-list .box:hover .description {
    color: #fff;
}
.news-list .description {
    color: #6D6D6D;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 8px 0 14px;
}
.news-list .date {
    display: block;
    color: #000;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
}
.news-list .date:before{
    content:'';
    width:26px;
    height:5px;
    background:url(../../images/common/index/new-dot.png)no-repeat;
    display:block;
    margin:auto;
    margin-bottom:3px;
}
.news-list .box:hover .date:before{
    background-position:0 100%;
}
.news-list .box:hover .date {
    color: #fff;
}
/*************fancybox-close*************/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: -60px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
}
//*************************************/
@media screen and (max-width: 1500px) {

.sect2:before{
    margin-top:  -50px;
    background-size:200px;
    width:200px;
    height:300px;
}
    .about-sect .editor {
    max-width: 1000px;
}
}


@media screen and (max-width: 1370px) {
    
}
@media screen and (max-width: 1300px) {
    .sect2 {
        padding: 0px 0 80px;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .banner:before {
        display:none;
    }
    .banner {
        padding-bottom: 0px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 0px 0 30px 0;
    }
    .sect2:before{
    width:200px;
    right:0px;
    height:517px;
    margin-top:  -100px;
    background-size:200px;
    }
	.products-sect-title .more,
.album-sect .more,
.news-sect-title .more{
    left: 80%;
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
    .service-sect {
    padding: 0px 0 0px 5%;
}
    .service-sect-title span {
    color: #fff;
}
.service-sect-title:before{
    color:#fff;
}
.service-sect-title:after{
    background:#fff;
}
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
         background: #ffffffe0;
        padding: 20px 30px;
    }
    .sect5 .ibtn.more{
        margin-top:20px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
    .about-sect .editor {
    max-width:100%;
    width:auto;
    padding:0px 20px;
}
    .sect5 {
    background:none;
}
    .sect5:after{
     margin-top:-520px;
     background: url(../../images/common/index/service_bg2.jpg)center no-repeat;
    }
    .service-sect-title span,
.service-sect-title:before{
    color:#444;
}
    .service-sect-title:after{
    background:#444;
}
    .sect5 {
    margin: 80px 0 30px;
    padding: 30px 0 30px;
    }

    .about-sect .txt-box {
    background:none;
}
    .about-sect-title {
        padding-left: 20px;}
}
@media screen and (max-width: 450px) {
    .products-sect-title {
        width: 100%;
    }
    .products-list .item+.item:before{
        display: none;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
      
        margin: 60px auto 0;
       left:35%;
  
    }
    .about-sect .ibtn.more {
    left: 20px;
}

    .products-list {
        margin: 50px auto 0;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect .more {
        left:35%;
        top:25px;
    }
    .album-list {
        margin: 40px auto 0;
        clear: both;
    }
    .news-sect-title {
        width: 100%;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        margin: 60px auto 0px;
       left:35%;
      
    }
    .news-list {
        margin: 50px auto 0;
    }
.sect5:after{
     margin-top:-550px;
    }
    .sect3 {
    padding: 0px 0;
}
        .sect2:before{
    margin-top:  -60px;
    }
}
@media screen and (max-width: 440px) {
   .about-sect-title:before{
    display:block;
}
    .about-sect .editor {
       margin-bottom:20px;

    }
    .sect2 .container:before{
    top:150px;
}
 .sect2 {
        padding: 0px ;
    }
    .sect3:before{
        display:none;
    }
}
