@font-face {
    font-family: 'Segoeui Regular';
    src: url('../fonts/segoeui.eot'); /* IE9 Compat Modes */
    src: url('../fonts/segoeui.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/segoeui.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/segoeui.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/segoeui.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/segoeui.svg') format('svg');
}
@font-face {
    font-family: 'Segoeui Bold';
    src: url('../fonts/segoeuib.eot'); /* IE9 Compat Modes */
    src: url('../fonts/segoeuib.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/segoeuib.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/segoeuib.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/segoeuib.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/segoeuib.svg') format('svg');
}
@font-face {
    font-family: 'Segoeui Black';
    src: url('../fonts/seguibl.eot'); /* IE9 Compat Modes */
    src: url('../fonts/seguibl.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/seguibl.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/seguibl.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/seguibl.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/seguibl.svg') format('svg');
}
@font-face {
    font-family: 'Segoeui Light';
    src: url('../fonts/segoeuil0.eot'); /* IE9 Compat Modes */
    src: url('../fonts/segoeuil0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/segoeuil0.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/segoeuil0.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/segoeuil0.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/segoeuil0.svg') format('svg');
}
@font-face {
    font-family: 'Segoeui SemiBold';
    src: url('../fonts/seguisb0.eot'); /* IE9 Compat Modes */
    src: url('../fonts/seguisb0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/seguisb0.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/seguisb0.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/seguisb0.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/seguisb0.svg') format('svg');
}

body{
    overflow-x: hidden;
    font-size: 14px;
}
h1,h2,h3,h4{
    margin: 0;
}
p{
    font-family: 'Segoeui Regular';
    font-size: 15px;
    color:#4d4d4d;
    margin-bottom: 20px
}

a, a:hover, a:focus{
    text-decoration: none;
    color:inherit;
}
a:not(.img-link):hover{
    opacity: .8;
}
.sec-title{
    font-family: 'Segoeui Bold';
    color:#66931b;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sec-title-2{
    font-family: 'Segoeui Bold';
    color:#66931b;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sec-title span{
    color:#4d4d4d;
}
.section-pad{
    padding-top: 50px;
	padding-bottom: 30px;
    
}
ul{
    padding-left:0;
    margin: 0px;
}
.btn{
    cursor: pointer;
}
.btn.btn-primary.btn--sm{
    font-family: 'Lato';
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btn.btn-primary.btn--blue{
    color:#fff;
    background: #164367;
    border: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(27, 74, 111, 0.4);
}
.btn-primary.btn--green {
    font-family: 'Segoeui SemiBold';
    color: #fff;
    background-color: #66931b;
    border-color: #66931b;
    border-radius: 15px 0px 15px 0px;
    padding: 5px 30px;
}
.btn-primary.btn--green:hover {
    background-color: #7ab11e;
}
/* Header top start */
header {
    position: relative;
    z-index: 99999;
}
.header-top{
    background: #d8e4c2;
}
.header-top .social{
    display: inline-block;
    margin-left: 95px;
    padding: 5px 0px;
}
a.call{
    font-family: 'Lato';
    font-weight: 900;
    font-size: 20px;
    color: #5a6c3c;
    display: inline-block;
    vertical-align: middle;
}
.social a{
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5d861a;
    text-align: center;
    font-size: 11px;
    color:#fff;
    display: inline-block;
        padding-top: 1px;
        margin-right: 8px;
            vertical-align: middle;
}
/* Header top end */

/* Navigation start */
.navbar-brand{
    position: relative;
    width: 257px;
    padding: 0px;
    display: inline-block;
    max-width: none;
    margin-right: 0px;
}
.navbar-brand img{
    position: absolute;
    width: 100%;
    max-width: 208px;
    top:-69px;
    left:0px;
}
.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
        background: #fbfdf8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fbfdf8, #dcebc3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fbfdf8, #dcebc3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fbfdf8, #dcebc3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fbfdf8, #dcebc3); /* Standard syntax */
    border-bottom: 5px solid #16211c;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Lato';
    font-weight: 700;
    color: #5a6c3c;
    text-transform: uppercase;
    padding-top: 37px;
    padding-bottom: 37px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover{
    color: #5a6c3c;
    background-image: url(../assets/images/nav-bk.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    padding: 0px;
    margin: 0px;

    background-color: #ecf5df;
    border: 1px solid rgb(22, 33, 28);
}
.dropdown-item {
        font-family: 'Lato';
    font-weight: 700;
        font-size: 14px;
    color: #5a6c3c;
    text-transform: uppercase;
        padding: .5rem 1rem;
    border-bottom: 1px solid rgba(92, 122, 44, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #5d871a;
}
/* Navigation End */

/* Slider Start */
.slide-inner{
        position: relative;
    padding-bottom: 52%;
}
.slide-title, .slide-img{
    position: absolute;
}
.slide-item.background-slide-1{
    background: url(../assets/images/slide-bk-1.png) no-repeat center center /cover;
}
.slide-item.background-slide-2{
    background: url(../assets/images/slide-bk-1.png) no-repeat center center /cover;
}
.slide-item.background-slide-3{
    background: url(../assets/images/slide-bk-1.png) no-repeat center center /cover;
}
.slide-img{
    left:50%;
    bottom:-198px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.slick-slide img {
    width: 100%;
}
.slick-slider .slick-track, .slick-slider .slick-list{
    overflow: visible;
}
.slick-dots {
    bottom: 16%;
    text-align: right;
    padding-right: 20px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover{
    background: #fff;
}
.slick-dots li button:before{
    display: none;
}
.slide-title{
    font-family: 'Segoeui Bold';
    color: #5d861a;
    font-size: 34px;
    background: rgba(255,255,255, .63);
    border-radius: 10px;
    padding: 15px 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.slide-title span{
    font-family: 'Segoeui Black';
    color:#16211c;
    font-size: 56px;
    text-indent: 40px;
    display: block;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slider-bottom{
    background: #5c7a2c;
    border-top: 5px solid #fff;
}
.slider-bottom h2{
    font-family: 'Segoeui Black';
    font-size: 50px;
    color:#fff;
    text-transform: uppercase;
        line-height: 104px;
}
.slider-bottom h2 a{
    font-family: 'Segoeui Light';
    float: right;
    color:#fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 25px 40px;
    font-size: 27px;
      background: #425d17; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(45deg, #425d17, #5b831a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(45deg, #425d17, #5b831a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(45deg, #425d17, #5b831a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(45deg, #425d17, #5b831a); /* Standard syntax */
}
.slider-bottom h2 a:hover{
     background: -webkit-linear-gradient(-90deg, #425d17, #5b831a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #425d17, #5b831a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #425d17, #5b831a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #425d17, #5b831a); /* Standard syntax */
}
.slider-bottom h2 a span{
    display: block;
    font-family: 'Segoeui Bold';
    line-height: 1;
}
section#banner-slider {
    overflow: hidden;
}
/* ./Slider End */


/* Plastic Disposable Start */
#plastic-disposable{
    padding: 45px 0px;
}
#plastic-disposable p:nth-last-of-type(1){
    margin-bottom: 0px;
}
.continue-reading{
    font-family: 'Segoeui Bold';
    font-size: 18px;
    color:#68833c
}
.side-img{
    padding-top: 10px;
}
.side-img img{
    max-width: 100%;
}
.line{
    padding-top: 35px;
}
.line img{
    width: 100%;
}
/* Plastic Disposable End */


/* Our Products Start */
#our-products{
    background: url(../assets/images/background-1.jpg) no-repeat top center /cover;
    padding-top: 35px;
    padding-bottom: 10px;
}
.product-single{
    overflow: hidden;
    height: 219px;
    background: #eff0f0;
    -webkit-border-radius: 160px 20px 20px 160px;
    -moz-border-radius: 160px 20px 20px 160px;
    border-radius: 160px 20px 20px 160px;
    margin-bottom: 30px;
}
.product-left{
    width: 218px;
    float: left;
    height: 219px;
    background: url(../assets/images/elipse.png) no-repeat center center /cover;
    position: relative;
}
.product-left img{
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-right{
    padding: 15px;
    width: 100%;
    max-width: calc(100% - 219px);
    float: left;
}
.product-right h2{
    font-family: 'Lato';
    font-weight: 600;
    color:#0f3a5c;
    font-size: 25px;
    margin-bottom: 7px;
}
.product-right p{
    font-family: 'Lato';
    font-weight: 450;
    color:#565757;
    margin-bottom: 4px;
}
.content-top{
    height: 150px;
    overflow: hidden;
}
.content-bottom{
    padding-top: 10px;
}
/* Our Products End */

/* Section bottom Start */
#bottom-section {
    -webkit-box-shadow: 0px -10px 10px #c5c5c5;
    -moz-box-shadow: 0px -10px 10px #c5c5c5;
    box-shadow: 0px -10px 10px #c5c5c5;
}
#bottom-section .bottom-sec-top{
    background: url(../assets/images/background-2.jpg) no-repeat center center /cover;
}
#bottom-section .bottom-sec-top h2{
        position: relative;
    font-family: 'Lato';
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    padding: 29px 78px;
}
#bottom-section .bottom-sec-top h2 span{
    display: inline-block;
}
#bottom-section .bottom-sec-top h2 span:nth-of-type(2){
    width: 188px;
    position: relative;
}
#bottom-section .bottom-sec-top h2 span:nth-of-type(2) img{
    position: absolute;
    top: -101px;
    left: 8px;
}
.bottom-sec-bottom{
        margin-top: 30px;
    margin-bottom: 30px;
}
.bottom-text{
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    background: url(../assets/images/line-back.png) no-repeat center left;
    padding-left: 24px;
    position: relative;
    margin-right: 30px;

}
.bottom-text:before{
    content: "";
    width: 70%;
    border-bottom: 3px solid #426315;
    position: absolute;
    top: 50%;
    right: 100%;
}
/* Section bottom Bottom */



/* Footer Start */
.footer-top{
    padding-top: 40px;
	padding-bottom: 40px;
    border-top: 5px solid #5d8220;
}
.footer-item{
    
}
.footer-item h3{
    font-family: 'Segoeui SemiBold';
    color:#0e0d0d;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-item h3 span{
    font-family: 'Segoeui Bold';
    color:#5d8220;
}
.footer-item.type-2 h3 span{
    color:#0e0d0d;
}
.footer-item .social{
    margin-bottom: 20px;
}
.footer-item .social a {
    width: 24px;
    height: 24px;
    font-size: 14px;
}
address{
    overflow: hidden;
}
address img{
    width: 11px;
    float: left;
    position: relative;
    top:3px;
}
.address{
    font-family: 'Segoeui SemiBold';
    width: 100%;
    max-width: calc(100% - 11px);
    float: left;
    padding-left: 10px;
    color:#0e0d0d;
}
.address a{
   display: inline-block;
    background: #6d9c20;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 15px;
    margin-top: 10px;
}
.address a span{
    font-family: 'Segoeui Semibold';
}
.footer-contact a{
    display: block;
    margin-bottom: 10px;
}
.footer-contact a img{
    margin-right: 5px;
}
.footer-contact a.footer-call{
    font-family: 'Segoeui Bold';
    color:#6d9c20;
    font-size: 34px;
        line-height: 1;
}
.footer-contact a.footer-mail{
    font-family: 'Segoeui SemiBold';
    color:#0e0d0d;
    font-size: 15px;
}
.footer-bottom{
    background: #16211c;
    padding: 15px 10px;
    text-align: center;
}
.footer-bottom a{
    font-family: 'Segoeui SemiBold';
    color:#fff;
    font-size: 15px;
}
/* Footer End */

/* Plastic page start */
.single-img{
    padding-top: 15px;
    padding-bottom: 20px;
}
.single-img img{
    max-width: 100%;
}
/* Plastic page end */


/* Location */
.map-wrapper iframe{
    width: 100%;
    border-top: 5px solid #66931b;
    
}
.map-wrapper{
    width: 100%;
    border-top: 5px solid #66931b;
    
    position: relative;
}
.map-wrapper .container{
    position: relative;
}
.map-float-div{
    position: absolute;
    top:-14px;
    left:0px;
    width: 100%;
    max-width: 395px;
    background: rgba(255,255,255,.8);
        -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    border-radius: 0px 0px 40px 40px;
    border-top: 10px solid #66931b;
    z-index: 9;
}
.map-float-div:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 10px solid #435f17;
}
.map-left{
    width: 70px;
    float: left;
    padding: 20px 15px;
}
.map-left img{
    width: 100%;
    
}
.gm-style .place-card-large {
    display: none!important;
}
#google-map{
    width: 100%;
    height: 380px;
}
.map-right {
    width: 100%;
    max-width: calc(100% - 70px);
    float: left;
    background: rgba(102,147,27, .8);
    padding: 19px 20px;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    border-radius: 0px 0px 40px 40px;
}
.map-right h3{
    font-size: 18px;
    color:#fff;
}
/* ./Location */


/* Gallery Start */
.gallery-wrapper{
    overflow: hidden;
}
.gallery-item{
    width: 25%;
    float: left;
    height: 300px;
    overflow: hidden;
}
.gallery-item a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.gallery-item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-hover{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    display: block;
        -webkit-transform:scale(.5);
    -moz-transform: scale(.5);
    -ms-transform:  scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    
    opacity: 0;
}
.gallery-hover img{
    width: auto!important;
    height: auto!important;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -moz-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    -o-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
}
.gallery-item a:hover{
    opacity: 1;
}
.gallery-item:hover .gallery-hover{
        -webkit-transform:scale(.9);
    -moz-transform: scale(.9);
    -ms-transform:  scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    
    
    opacity: 1;
}
/* Gallery End */



/* Contact start */
.form-control {
      font-family: 'Segoeui SemiBold';
    border: 2px solid #66931b;
    border-radius: 15px 0px 15px 0px;
}
.form-control::-webkit-input-placeholder {
   color: #66931b;
	opacity:1;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #66931b;  
opacity:1;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #66931b;  
opacity:1;
}

.form-control:-ms-input-placeholder {  
   color: #66931b;  
opacity:1;
}
.form-control:focus {
    border-color: rgb(69, 97, 23);
}
.form-group {
    margin-bottom: 20px;
}
textarea.form-control{
    height: 147px;
}
#contact aside h3{
    font-family: 'Segoeui Bold';
    color:#66931b;
    font-size: 18px;
    margin-bottom: 20px;
}
#contact aside p{
    font-family: 'Segoeui Semibold';
    color:#0e0d0d;
}
#contact .footer-contact a.footer-call {
    font-size: 22px;
}
#contact button{
    margin-left: 10px;
}
/* Contact end */

/* Product  Start*/
#product .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.left-angle{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.bak-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left-angle:before{
content: "";
    position: absolute;
    top: 0px;
    left: 248px;
    background: #fff;
    width: 110%;
    height: 100%;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}
#product .product-left {
    position: absolute;
    top: 36%;
    left: 300px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}
.feature-list h2{
    font-family: 'Segoeui Bold';
    color:#66931b;
    font-size: 18px;
    position: relative;
    margin-bottom: 24px;
}
.feature-list h2:before{
        content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    border-bottom: 1px solid #66931b;
    width: 100%;
}
.feature-list h2 span{
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right:10px;
}
.feature-list ul{
    list-style-type:none;
    padding-right: 50px;
}
.feature-list ul li{
    font-family: 'Segoeui Regular';
    position: relative;
    padding-left: 25px;
    font-size:15px;
    margin-bottom: 15px;
}
.feature-list ul li:before{
    content: url(../assets/images/check.png);
    position: absolute;
    top:2px;
    left:0px;
}
.bin-cat{
    padding-top: 30px;
    padding-bottom: 0px;
}
.bin-item{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 45px;
}
.bin-item2{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 100px;
}
.bin-item img{
    width: 100%;
}
.bin-item img2{
    width: 100%;
}
.bin-item p{
    font-family: 'Segoeui Bold';
    color:#66931b;
    font-size:12px;
}
.bin-item2 p{
    font-family: 'Segoeui Bold';
    color:#66931b;
    font-size:12px;
}
.bottom-list p{
        font-family: 'Segoeui Bold';
    color: #5c7a2c;
    font-size: 18px;
    text-transform: uppercase;
    padding: 19px 0px;
}
.bottom-list ul{
    list-style-type: none;
    position: relative;
    text-align: center;
    padding: 25px 60px;
    text-transform: uppercase;
    overflow: hidden;
}
.bottom-list ul:before{
content: "";
    position: absolute;
    top: 0px;
    left: 34px;
    width: 100%;
    height: 100%;
    background: #77a801;
    -webkit-transform: skew(-31deg);
    -moz-transform: skew(-31deg);
    -ms-transform: skew(-31deg);
    -o-transform: skew(-31deg);
    transform: skew(-31deg);
}
.bottom-list ul li{
      font-family: 'Segoeui Bold';
    color:#fff;
    font-size:25px;
    display: inline-block;
    position: relative;
    z-index: 9;
}
#product{
    overflow: hidden;
}
.agreement{
    background: #154265;
    margin-bottom: 55px;
}
.agreement h2{
    font-family: 'Lato';
    font-weight: 700;
    color:#fff;
    padding: 12px 30px;
    background: url(../assets/images/title-bk.png) no-repeat -22px center /cover;
     font-size: 31px;
}
.agreeent-content{
    position: relative;
    padding: 20px 295px 30px 68px;
}
.agreeent-content img{
    position: absolute;
    right: 20px;
    bottom: 0px;
}
.agreeent-content:before{
    content: url(../assets/images/arrow.png);
    position: absolute;
    left:-19px;
    top:0px;
}
.agreement-inner p{
    font-family: 'Lato';
    font-weight: 400;
    color:#fff;
}
.agreement-inner a{
    font-family: 'Lato';
    font-weight: 700;
    color:#fff;
    font-size: 20px;
}

/* Product End */




























