img{
  user-select:none;
  user-drag:none;
  -webkit-user-drag: none;
}
* {
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pb100{
	padding:100px 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}
/*==========================
 <--start-Top-header-area -->
===========================*/

.top-header {
    padding: 8px 38px 8px 10px;
    border-bottom: 1px solid #E5E5E5;
}

.top-header-infor ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 35px;
    position: relative;
}

.top-header-infor ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    top: 2px;
    right: -20px;
    background: #E5E5E5;
    display: inline-block;
}

.top-header-infor ul li:last-child:before{
    background: transparent;
}

.top-header-infor ul li i {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}

.top-header-infor ul li a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
}

.top-header-social-icon {
    text-align: right;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}

.search-button a {
    font-size: 22px;
    display: inline-block;
    color: #a6cd33;
	padding:0 40px;
}

.top-header-social-icon ul li.search-button i:first-child {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.top-header-social-icon ul li {
    display: inline-block;
    position: relative;
}

.top-header-social-icon ul li:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    top: 2px;
    right: -20px;
    background: #E5E5E5;
    display: inline-block
}

.top-header-social-icon ul li i {
    display: inline-block;
    font-size: 14px;
    margin-left: 29px;
    transition: 0.5s;
    color: #666;
}

.top-header-social-icon ul li i:hover{
    color:#a6cd33;
}

/*==========================
 <--start-header-area -->
===========================*/
.header-area {
    padding:0;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.header-area .container-fluid>.flex{
	align-items: center;
}
.header-logo {
    position: relative;
}
.header-logo img{
	width:250px;
}
.header-menu ul>li {
    display: inline-block;
    margin-right: 70px;
	position: relative;
}
.header-menu .head-active>a{
	color:#a6cd33;
	box-sizing: border-box;
	position: relative;
}
.header-menu li:after{
	content:'';
	display:block;
	left:0;
	bottom:0;
	width:0;
	height:3px;
	background: #a6cd33;
	transition: 0.5s;
	z-index: 99;
}
.header-menu .head-active:after{
	width:100%;
}
.header-menu a {
    display: inline-block;
    color: #333333;
    padding: 30px 0;
    transition: 0.5s;
	font-size:18px;
	position: relative;
}

.header-menu a:hover{
    color:#a6cd33;
}

.header-menu ul li i {
    display: inline-block;
    color: #555555;
    font-size: 16px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: 0.5s;
}

.header-menu a:hover i {
    transform: rotate(-180deg);
    color:#a6cd33;
}

.header-contact {
    text-align: center;
    position: relative;
}

.header-contact:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 101px;
    right: -5px;
    top: -37px;
    background: #E5E5E5;
    display: inline-block;
}

.header-contact img {
    margin-right: 11px;
}

.header-contact a {
    font-size: 22px;
    display: inline-block;
    font-weight: 500;
    color: #232323;
    font-family: 'MONTSERRAT';
}

.header-cart-button {
    display: inline-block;
    position: relative;
}

.count {
    position: absolute;
    top: -35px;
    left: 15px;
}

.count h5 {
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.count h5:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 22px;
    right: -3px;
    background: #a6cd33;
    border-radius: 50px;
    z-index: -1;
    display: inline-block;
}

.header-button {
    display: inline-block;
}

.col-lg-2.text-right {
    text-align: right;
}

.header-button a {
    background: #a6cd33;
    color: #fff;
    display: inline-block;
    padding: 12px 35px;
    margin-left: 34px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border:1px solid #a6cd33;
}

.header-button a:hover{
    color:#a6cd33;
}

.header-button a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.header-button a:hover:before{
    transform: scale(1);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}
@media(max-width:1500px){
	.header-menu ul li{
		margin-right:30px;
	}
}


/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    /* position: relative; */
}

.header-menu ul li .sub-menu {
    position: fixed;
    width: 100vw;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
    top: 90px;
	left:0;
    z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 90px;
    visibility: visible;
	border-bottom: 1px solid #eee;
}
.header-menu ul li .sub-menu li{
	margin-right:0;
}
.header-menu ul li .sub-menu li a {
    display: block;
    padding: 18px 20px;
    color: #333333;
    font-size:16px;
}

.header-menu ul li .sub-menu li a:hover {
    color: #a6cd33;
}

/*==========================
 <--start-slider-section -->
===========================*/
.slider-section {
    background: url(../image/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 850px;
    position: relative;
}

.slider-section.slider-2 {
    background: url(../image/slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 850px;
    position: relative;
}

.slider-section.slider-2 .slider-content h1 {
    color: #fff;
}

.slider-content {
    animation: 3.1s running fadeInUp;
}

.slider-content h4 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: -7px;
}

.slider-content h1 {
    font-size: 62px;
    line-height: 62px;
}

.slider-content p {
    color: #fff;
    width: 45%;
    padding: 19px 0 0px;
}

.solar-button {
    margin-top: 38px;
    position: relative;
    display: inline-block;
}

.solar-button a {
    background: #a6cd33;
    color: #fff;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border: 2px solid #a6cd33;
}

.solar-button a:hover{
    color: #a6cd33;
}

.solar-button a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.solar-button a:hover:before{
    transform: scale(1);
}

.solar-button i {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    color: #a6cd33;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
}

.solar-button a:hover i{
    color:#fff;
    background:#a6cd33;
}

/*==========================
 <--start-information-section -->
===========================*/
.row.information {
    margin-top: -81px;
    position: relative;
}

.single-information-box {
    border-radius: 10px;
    filter: drop-shadow(-2.113px 4.532px 12.5px rgba(16,28,2,0.08));
    background-color: #ffffff;
    padding: 12px 28px 39px;
    position: relative;
    z-index: 1;
}

.single-information-box:before{
    position: absolute;
    content:"";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background:#a6cd33;
    z-index: -1;
    transition: 0.5s;
    border-radius: 10px;
}

.single-information-box:hover:before{
    width: 100%;
}

.information-icon img {
    transition: 0.5s;
}

.single-information-box:hover .information-icon img{
    filter: brightness(1) invert(1);
}

.information-icon {
    background: #000;
    width: 63px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    border-radius: 50px;
    float: left;
    margin-top: 55px;
    margin-right: 20px;
    transition: 0.5s;
}

.single-information-box:hover .information-icon{
    background: #fff;
}

.information-content h4 {
    font-size: 20px;
    margin-bottom: -6px;
    transition: 0.5s;
}

.single-information-box:hover .information-content p,
.single-information-box:hover .information-content h4{
    color: #fff;
}

.information-content p{
    transition: 0.5s;
}


/*==========================
 <--start-section-title-->
===========================*/
.section-title {
    padding: 0 0 32px;
    animation: 3.1s running fadeInUp;
}

.section-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a6cd33;
    margin: 0;
    margin-bottom: -8px;
}

.section-title h1 {
    font-size: 43px;
    font-weight: 600;
    line-height: 46px;
}

p.desc-one {
    width: 90%;
    padding: 22px 0 0;
}

/*==========================
 <--start-about-section -->
===========================*/
.about-section {
    padding: 130px 0 100px;
}

.about-thumb {
    margin-left: -60px;
}

.about-list-item ul li i {
    display: inline-block;
    background: #a6cd33;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    margin-right: 14px;
    margin-bottom: 17px;
}

.solar-contact {
    display: inline-block;
}

.solar-conatct-box {
    display: -webkit-box;
    padding: 0 0 0 28px;
}

.solar-contact-icon {
    padding-right: 18px;
    padding-top: 4px;
}

.solar-contact-content a {
    color: #666666;
    display: inline-block;
}

/*===============================
 <--start-why-choose-us-section-->
=================================*/
.why-choose-us-section {
    background: #F8F8F8;
    padding: 107px 0 128px;
}

.why-choose-us-section .section-title {
    padding: 0 0 60px;
}

.why-choose-us-box {
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    padding: 17px 36px 43px;
    position: relative;
    z-index: 1;
}

.why-choose-us-box:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 0;
    background: #a6cd33;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    transition: 0.5s;
}

.why-choose-us-box:hover:before{
    height: 100%;
}

.why-choose-us-icon {
    background: #a6cd33;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50px;
    margin: 13px auto 31px;
    transition: 0.5s;
}

.why-choose-us-box:hover .why-choose-us-icon{
    background: #fff;
}

.why-choose-us-icon img{
    transition: 0.5s;
}

.why-choose-us-box:hover .why-choose-us-icon img{ 
    opacity: 0;
 }

img.why-choose-icon-2 {
    position: relative;
    top: -67px;
    opacity: 0;
    transition: 0.5s;
    left: -2px;
}

.why-choose-us-box:hover img.why-choose-icon-2{ 
    opacity: 1;
 }

 .why-choose-us-content h4{
    font-size: 24px;
    transition: 0.5s;
}

.why-choose-us-box:hover  .why-choose-us-desc p,
.why-choose-us-box:hover  .why-choose-us-content h4{
    color: #fff;
}

.why-choose-us-desc p{
    transition: 0.5s;
}


/*===============================
 <--start-skill-sectionn-->
=================================*/
.skill-section {
    background: url(../image/skill-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px;
}

.vedio-icon {
    position: relative;
    left: 80px;
}

.vedio-icon i {
    display: inline-block;
    color: #7EB53D;
    background: #ffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


.skill {
    margin-bottom: 14px;
    position: relative;
    overflow-x: hidden;
}

.skill > p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    margin-bottom: 13px;
}

.skill:before {
    width: 90%;
    height: 8px;
    content: "";
    display: block;
    position: absolute;
    background: #EEEEEE;
    bottom: 18px;
    border-radius: 10px;
}

.skill-bar {
    width: 75%;
    height: 8px;
    background: #a6cd33;
    display: block;
    position: relative;
    border-radius: 8px;
}

.skill-bar span {
    font-size: 18px;
    /* padding: 3px 0; */
    font-weight: 500;
    float: right;
    top: -34px;
    position: relative;
}

.skill-bar {
    position: relative;
  
}

.skill1 .skill-count1 {
    right: 0;
}

/* SKILL 2 */
.skill2{
    width: 85%;
}

.skill2 .skill-count2 {
    right: 0;
}




/*=====================================
 <--start-Call-do-action-sectionn-->
======================================*/
.call-do-action-section {
    padding: 47px 0 65px;
    background: #F8F8F8;
}

.call-do-action-section.style-home-2 {
    background: #fff;
}

.col-lg-6.call-do-button-right {
    text-align: right;
}

.call-do-action-content h4 {
    font-size: 32px;
    line-height: 48px;
}


/*=====================================
 <--start-contact-sectio-->
======================================*/
.contact-section {
    background: #F8F8F8;
    padding: 0 0 127px;
}

.row.add-bg-imgs {
    background: url(../image/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 36px 50px 69px;
    border-radius: 5px;
}

.contact-form-content {
    margin-bottom: 55px;
}

.contact-form-content h4 {
    font-size: 14px;
    color: #a6cd33;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -7px;
}

.contact-form-content h1 {
    font-size: 43px;
    margin-top: 0;
}

.form-box input {
    width: 100%;
    border: transparent;
    height: 54px;
    border-radius: 5px;
    padding: 0 25px;
    outline: 0;
}

.submit-button button {
    background: #a6cd33;
    border: transparent;
    color: #fff;
    font-size: 20px;
	font-weight:800;
    padding: 15px 60px;
	line-height: 1;
    border-radius: 5px;
    border: 1px solid #a6cd33;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.submit-button button:hover{
    color:#a6cd33;
}

.submit-button button:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.submit-button button:hover:before{
    transform: scale(1);
}

/*=====================================
 <--start-team-sectio-->
======================================*/
.team-section {
    padding: 104px 0 126px;
}

.team-section.upper {
    padding: 130px 0 106px;
}

.team-section .section-title {
    padding: 0 0 61px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.single-team-box {
    margin-bottom: 20px;
}

.team-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-team-box:hover .team-thumb img{
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    left: 23%;
    bottom: -70px;
    background: #fff;
    padding: 9px 22px;
    border-radius: 5px;
    transition: 0.5s;
}

.single-team-box:hover .team-social-icon{
    bottom: -2px;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li i {
    font-size: 14px;
    display: inline-block;
    color: #000;
    margin: 0 7px;
    transition: 0.5s;
}

.team-social-icon ul li i:hover{
    color:#a6cd33;
}

.team-content {
    filter: drop-shadow(-2.113px 4.532px 12.5px rgba(140,140,140,0.1));
    background-color: #ffffff;
    padding: 24px 24px 24px;
}

.team-content h4 {
    font-size: 22px;
    line-height: 36px;
    margin: 0;
}

.team-content p {
    font-size: 13px;
    text-transform: uppercase;
    color: #a6cd33;
}


/*=====================================
 <--start-counter-section-->
======================================*/
.counter-section {
    background: url(../image/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 125px;
}

.counter-section .section-title {
    padding: 0 0 39px;
}

.counter-section .section-title h4 {
    color: #fff;
}

.counter-section .section-title h1 {
    color: #fff;
}

.counter-box {
    text-align: center;
}

.counter-content h1 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
}

.counter-content span {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

.counter-content p {
    color: #fff;
    margin-top: 5px;
}



/*=====================================
 <--start-Testimonials-section-->
======================================*/
.testimonail-section {
    padding: 100px 0 100px;
}

.testimonail-section .section-title {
    padding: 0 0 67px;
}

.testimonials-box {
    background: #F8F8F8;
    padding: 26px 41px 27px;
    border-radius: 5px;
    margin: 0 13px 0;
}

.testimonials-rating ul li {
    display: inline-block;
}

.testimonials-rating ul li i {
    display: inline-block;
    font-size: 16px;
    color: #a6cd33;
    margin-right: 4px;
}

.testimonials-desc p {
    padding: 27px 0 29px;
}

.testimonials-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonials-author-content h4 {
    font-size: 20px;
    line-height: 24px;
}

.testimonials-author-content p {
    font-size: 14px;
    color: #a6cd33;
}

.testimonials-quote {
    float: right;
    top: -42px;
    position: relative;
    right: 126px;
}

.testimonials-quote i {
    font-size: 24px;
    display: inline-block;
    opacity: 0.2;
}

.owl-dots {
    position: relative;
    text-align: center;
}
.owl-dot {
    display: inline-block;
    border: 2px solid #000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}
.owl-dot.active {
    display: inline-block;
    background: #a6cd33;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}


/*=====================================
 <--start-blog-section-->
======================================*/
.blog-section {
    background: #F7F7F7;
    padding: 100px 0 94px;
}

.blog-section  .section-title {
    padding: 0 0 60px;
}

.col-lg-6.blog-button-right {
    text-align: right;
}

.single-blog-box {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 42px;
    position: relative;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .blog-thumb img {
    transform:scale(1.1);
}

.meta-blog {
    position: absolute;
    top: 61%;
    left: 34%;
}

.meta-blog p {
    color: #a6cd33;
    font-size: 14px;
    filter: drop-shadow(-2.113px 4.532px 15px rgba(127,127,127,0.1));
    background-color: #ffffff;
    display: inline-block;
    padding: 4px 22px;
    border-radius: 5px;
}

.blog-content {
    padding: 23px 0 0;
}

.blog-content h4 a {
    font-family: 'MONTSERRAT';
    font-size: 24px;
    color: #232323;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    transition: 0.5s;
}

.single-blog-box:hover .blog-content h4 a{
    color:#a6cd33;
}

a.box-button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
    border-bottom: 1px solid #23232329;
    display: inline-block;
}

a.box-button:hover{
    border-bottom: 2px solid #a6cd33;
}

/*=====================================
 <--start-brand-section-->
======================================*/
.brand-section {
    padding: 0 0 100px;
    background: #F7F7F7;
}

.brand-title {
    margin-bottom: 46px;
}

.brand-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'MONTSERRAT';
    font-weight: 500;
    position: relative;
}

.brand-title h4:before {
    position: absolute;
    content: "";
    width: 41%;
    height: 3px;
    top: 29px;
    right: 14px;
    background: #a6cd33;
    display: inline-block;
}

.brand-title h4:after {
    position: absolute;
    content: "";
    width: 41%;
    height: 3px;
    top: 29px;
    left: 14px;
    background: #a6cd33;
    display: inline-block;
}

.brand-thumb {
    background: #fff;
    text-align: center;
    padding: 34px 50px 35px;
    display: inline-block;
    border-radius: 5px;
}


/*=====================================
 <--start-footer-secion-->
======================================*/
.footer-section {
	background: #717070;
    padding: 0;
}
.footer-top{
	padding:50px 0  120px;
}
.footer-logo img{
	width:250px;
}
.footer-widget-desc p {
    color: #fff;
    padding: 12px 0 22px;
    width: 75%;
    opacity: 0.800;
}

.footer-socail-ion ul li {
    display: inline-block;
    color: #fff;
}

li.text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.footer-socail-ion ul li{
	
}
.footer-socail-ion ul li i {
    display: inline-block;
	width:40px;
	height:40px;
	line-height: 20px;
	text-align: center;
	padding:10px;
	background: #555555;
	border-radius: 50px;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.footer-socail-ion ul li i:hover{
    color:#fff;
	background: #a6cd33;
}

.footer-section .solar-conatct-box {
    padding: 24px 0 0 0;
}

.footer-section .solar-contact-content p {
    color: #fff;
}

.footer-section .solar-contact-content a {
    color: #fff;
}

.footer-widget-content {
    margin-top: -22px;
}
.col-20{
	width:20%;
}
.footer-widget-title {
    margin-bottom: 9px;
}
.footer-t{
	width:100%;
	margin-bottom:50px;
}
.footer-widget-title h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-widget-title h4 a{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-widget-title h4 a:hover{
	color:#a6cd33;
}
.footer-widget-menu p{
	color:#fff;
	font-size:16px;
	font-weight:400;
}
.footer-widget-menu p span{
	font-weight:600;
}
.footer-widget-menu ul li{
    opacity: 1;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'MONTSERRAT';
    transition: 0.5s;
}
.footer-widget-menu ul li a{
	color:#fff;
}

.footer-widget-menu ul li a:hover{
    color:#a6cd33;
}

.footer-widget-desc-2 p {
    opacity: 0.800;
    color: #ffffff;
    line-height: 27px;
}
@media(max-width:999px){
	.col-20{
		display: none;
		width:100%;
	}
	.wapdisplay{
		display: inline;
	}
	.footer-top{
		padding:30px 0;
	}
	.footer-t{
		margin-bottom:0;
	}
	.footer-socail-ion{
		display: none;
	}
}
.newsletter-box {
    margin: 28px 0 19px;
}

.newsletter-box input {
    background: transparent;
    border: 1px solid #3A4034;
    height: 45px;
    outline: 0;
    padding: 0 22px;
    width: 100%;
    border-radius: 5px;
    color: #ffff;
}

.newsletter-submit-button button {
    background: #a6cd33;
    border: transparent;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    color: #fff;
}
.footer-bottom .flex{
	align-items: center;
	border-top:1px solid #a3a2a2;
}
.copyright-area {
    padding:30px 0;
}

.copyright-area span {
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
	padding:0 4px;
}

.copyright-area a {
    display: inline-block;
    color: #fff;
}
.copyright-area a:hover {
    display: inline-block;
    color: #a6cd33;
}


/*=====================================
 <--start-Slider-secion-Home-2-->
======================================*/
.slider-section.style-home-2 {
    background: url(../image/slider1-h-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-section.style-home-2 .slider-content p {
    color: #666666;
    padding: 28px 0 0px;
}

.slider-section.style-home-2.slider-2 {
   background: url(../image/slider2-h-2.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-section.style-home-2.slider-2 p.style-home-2 {
    color: #fff !important;
    width: 55%;
    font-size: 18px;
    opacity: 0.902;
    line-height: 28px;
}

.slider-video-button {
    float: right;
    top: -215px;
    position: relative;
    left: -28%;
}

.slider-video-button i {
    display: inline-block;
    color: #7EB53D;
    background: #ffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*=====================================
 <--start-About-secion-Home-2-->
======================================*/
.about-section.style-home-2 {
    padding: 129px 0 124px;
}

.about-thumb.style-home-2 {
    margin-left: 8px;
}

/*=====================================
 <--start-service-secion-Home-2-->
======================================*/
.service-section {
    background: #F8F8F8;
    padding: 105px 0 108px;
}

.service-section .section-title {
    padding: 0 0 60px;
}

.single-service-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 34px;
    margin-bottom: 20px;
}

.service-thumb{
    overflow: hidden;
}

.service-thumb img {
    width: 100%;
    border-radius: 10px;
    transition: 0.5s;
}

.single-service-box:hover .service-thumb img{
    transform: scale(1.1);
}

.service-icon {
    background: #000;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    left: 125px;
    top: -32px;
    margin-bottom: -4px;
    transition: 0.5s;
}

.single-service-box:hover .service-icon{
    background:#a6cd33;
}

.service-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0;
    margin-bottom: -6px;
}

.service-content h4 a {
    font-size: 24px;
    font-weight: 600;
    font-family: 'MONTSERRAT';
    display: inline-block;
    transition: 0.5s;
}

.single-service-box:hover .service-content h4 a{
   color:#a6cd33;
}

.service-content p {
    padding: 6px 0 23px;
}

/*===========================================
 <--start-working-process-secion-Home-2-->
=============================================*/
.working-process-section {
    padding: 105px 0 125px;
    background: #F7F7F7;
}

.working-process-section .section-title {
    padding: 0 0 81px;
}

.working-process-box {
    text-align: center;
}

.working-process-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.working-process-thumb:before {
    position: absolute;
    content: "";
    left: -19px;
    top: -20px;
    width: 190px;
    height: 190px;
    line-height: 190px;
    border-radius: 50%;
    border: 2px dashed #a6cd33;
    transition: .5s;
    opacity: 0.5;
    z-index: -1;
}

.working-process-box:hover .working-process-thumb:before{
    opacity: 1;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
}

.working-process-number {
    position: absolute;
    right: -42px;
    top: 55px;
    transition: 0.5s;
    opacity: 0;
}

.working-process-box:hover .working-process-number {
    right: -30px;
    top: 3px;
    opacity: 1;
}

.working-process-number span {
    background: #a6cd33;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #ffff;
}

.working-porcess-content h4 {
    font-size: 20px;
    margin-top: 42px;
}

.working-porcess-content p {
    width: 90%;
    margin: auto;
    margin-top: -7px;
}


/*===========================================
 <--start-working-process-secion-Home-2-->
=============================================*/
.testimonail-section.style-home-2 {
    padding: 128px 0 126px;
}

.testimonail-section.style-home-2 .owl-dot {
    left: 38%;
    position: relative;
    bottom: 112px;
}

.testimonail-section.style-home-2 .testimonail-section .section-title {
    padding: 0 0 58px;
}

.testimnials-thumb {
    position: relative;
    margin-left: 45px;
}


/*===========================================
 <--start-portfolio-section-Home-2-->
=============================================*/
.portfolio-section {
    background: #F7F7F7;
    padding: 100px 0 6px;
}

.portfolio-section.inner {
    padding: 129px 0 109px;
}

.portfolio-section .section-title {
    padding: 0 0 70px;
}

.single-portfolio-box.inner {
    margin-bottom: 20px;
}

.portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-portfolio-box:hover .portfolio-thumb img{
    transform: scale(1.1);
}

.portfolio-content {
    background: #fff;
    padding: 34px 39px 38px;
    position: absolute;
    bottom: -253px;
    left: 0;
    right: 0;
    margin: auto;
    transition:0.5s;
}

.single-portfolio-box:hover .portfolio-content{
    bottom: 0;
}

.portfolio-content h4 {
    font-size: 13px;
    color: #a6cd33;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0;
    margin-bottom: -17px;
}

.portfolio-content h1 a {
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    font-family: 'MONTSERRAT';
    padding-bottom: 11px;
    transition: 0.5s;
}

.portfolio-content h1 a:hover{
    color:#a6cd33;
}

.portfolio-button a {
    background: #a6cd33;
    color: #fff;
    padding: 12px 22px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #a6cd33;
    position: relative;
    z-index: 1;
}

.portfolio-button a:hover{
    color:#a6cd33;
}

.portfolio-button a:before{
    position: absolute;
    content: "";
    background:#fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform:scale(0);
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.portfolio-button a:hover:before{
    transform: scale(1);
}

.portfolio-button i {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    color: #a6cd33;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
}

.portfolio-button a:hover i{
    color: #fff;
    background:#a6cd33;
}

/*===========================================
 <--start-blog-section-Home-2-->
=============================================*/
.blog-section.style-home-2 {
    padding: 98px 0 130px;
}

.blog-section.style-home-2.blog-grid {
    padding: 130px 0 107px;
}

.blog-section.style-home-2.blog-2column {
    padding: 129px 0 106px;
}

.single-blog-box-2 {
    background: #fff;
    padding: 21px;
    border-radius: 8px;
}

.single-blog-box-2.blog-grid {
    margin-bottom: 24px;
}

.blog-thumb-2{
    overflow: hidden;
}

.blog-thumb-2 img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box-2:hover .blog-thumb-2 img{
    transform: scale(1.1);
}

.blog-content-2 {
    display: inline-block;
    padding: 13px 0 22px;
}

.blog-content-2 h4 a {
    display: inline-block;
    font-size: 24px;
    font-family: 'MONTSERRAT';
    font-weight: 600;
    line-height: 33px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 25px;
    transition: 0.5s;
}

.single-blog-box-2:hover .blog-content-2 h4 a{
    color:#a6cd33;
}

.meta-blog-2 {
    display: inline-block;
    padding-left: 27px;
    padding-top: 26px;
}

.meta-blog-2 p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'MONTSERRAT';
}



/*===========================================
 <--start-breadcumb-sectio-->
=============================================*/
.breadcumb-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 400px;
}

.breadcumb-title h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 8px;
}

.breadcumb-content ul{
	color: #fff;
	font-size: 16px;
	font-family: 'MONTSERRAT';
	font-weight:200;
}

.breadcumb-content ul a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'MONTSERRAT';
	font-weight:200;
	padding:0 5px;
}
.breadcumb-content ul a:hover{
	color:#a6cd33;
}
.breadcumb-content ul i{
    display: inline-block;
    font-size: 15px;
}
@media(max-width:999px){
	.breadcumb-section{
		min-height:200px;
		margin-top:60px;
	}
}

/*================================
 <--start-history-section-->
=================================*/
.history-section {
    background: #F7F7F7;
    padding: 106px 0 59px;
}

.history-section .section-title {
    padding: 0 0 67px;
}

.history-box {
    margin-bottom: 69px;
}

.history-box.upper {
    margin-top: -178px;
    padding: 0 45px 0;
}
.history-box.upper .history-content {
    width: 93%;
}

.history-thumb img {
    width: 100%;
}

.history-content {
    border-radius: 5px;
    background-color: #ffffff;
    width: 82%;
    margin: auto;
    padding: 32px 33px 33px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.history-content span {
    font-size: 16px;
    color: #a6cd33;
    font-family: 'MONTSERRAT';
    display: inline-block;
}

.history-content h4 {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: 'MONTSERRAT';
    margin-top: -9px;
    margin-bottom: 3px;
}

/*================================
 <--start-faqs-section-->
=================================*/
.faqs-section {
    padding: 111px 0 113px;
}

.faqs-section .section-title {
    padding: 0 0 60px;
}

p.center {
    width: 65%;
    margin: auto;
    padding: 26px 0 0;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #a6cd33;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    color: #232323!important;
    background-color: transparent;
    border: 1px solid #F1F1F1;
    padding: 14px 20px 14px 30px;
    border-radius: 5px;
    z-index: 1;
    font-family: 'MONTSERRAT';
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 25px 20px 25px 30px;
    margin: 0;
    background: rgba(30, 71, 153, .1);
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
}

.accordion a.active:before{
  display: none;
}

.accordion a.active {
    color: #fff!important;
    border: 1px solid #a6cd33!important;
    background: #a6cd33!important;
    border-radius: 5px 5px 0 0;
}

/*================================
 <--start-Service-detaisl-section-->
=================================*/
.service-details {
    background: #F5F5F5;
    padding: 100px 0 100px;
    position: relative;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 2px solid rgba(6,36,97,0.10196078431372549);
    border-radius: 4px;
    padding: 0 20px 0;
    outline: 0;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #a6cd33;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 30px 30px 30px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

h4.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: #a6cd33;
    border-radius: 5px;
}

ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
    background: #a6cd33;
    color: #fff;
}

.widget-download-box {
    padding: 30px 30px 15px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.widget-download-box ul li a {
    background: #a6cd33;
    color: #fff;
    display: inline-block;
    padding: 14px 36px;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.widget-download-box ul li i {
    font-size: 15px;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}


/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background: url(../image/sidebar-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 49px 0 49px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 3px 0 0px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: -13px;
}

h5.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 28px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.8);
}

h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 164px;
    right: 0;
    top: 30px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.8);
}

h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    padding: 1px 0 30px;
}

.widget-button a {
    padding: 12px 35px;
    background: #a6cd33;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.widget-button a:hover{
    color: #a6cd33;
}

.widget-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background:#fff;
    transition: .5s;
    border-radius: 4px;
}

.widget-button a:hover:before {
    width: 100%; 
    left: 0;
}

h2.accordion-title {
    font-size: 30px;
    margin-bottom: 23px;
}

/*service details right */

.service-dtls-all-items {
    padding-left: 85px;
}

h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

p.service-dtls-desc {
    margin-bottom: 23px;
    text-align: justify;
}

p.service-dtls-desc2 {
    padding: 0 0 31px;
}

/*service dtls box*/

.service-dtls-box {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 5px;
}

.sevice-dtls-content {
    padding-left: 25px;
}

.sevice-dtls-content h4 {
    font-size: 20px;
    line-height: 44px;
}
/*service dtls pannel*/

.service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #062461;
    font-weight: 400;
}

.service-dtls-items ul li i {
    background: #E5E8EF;
    border-radius: 20px;
    color: #062461;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.service-dtls-items ul li:hover i {
    background: #a6cd33;
    color: #fff;
}

.service-dtls-cont h5 {
    font-size: 16px;
    color: #a6cd33;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
}

.service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
}


/*================================
 <--start-Blog-section-->
=================================*/

.blogs-section {
    padding: 100px 0 100px;
    background: #F8F8F8;
}

.blogs-section.style-two {
    background: #F5F5F5;
}

.blogs-section.style-two .blog-content{
    border:transparent;
}

.row.blogs-pr {
    padding-right: 90px;
}

.blogs-section .blog-content {
    padding: 35px 35px 18px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
}

.blogs-section h2.blog-title a {
    font-size: 28px;
    font-weight: 700;
}

.style-two.blogs-section h2.blog-title a {
    font-size: 22px;
    font-weight: 700;
}

p.blog-desc {
    padding: 15px 0 38px;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    font-family: 'MONTSERRAT';
    color: #062462;
}

ul.blog-author li i {
    color: #a6cd33;
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7,72,131,0.5019607843137255);
}


/*blog Post
================*/

.blogs-section .widget-sidebar-box {
    padding: 13px 30px 30px;
}

.upp.widget-sidebar-box {
    padding: 13px 30px 15px;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #062461;
    display: inline-block;
    transition: .5s;
    font-family: 'MONTSERRAT';
}


/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    background: #f6f6f6;
    padding: 6px 20px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 400;
    color: #062461;
    transition: .5s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a6cd33;
    border-radius: 5px 30px 30px 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item a:hover:before {
   transform: scale(1); 
}

.tag-item a:hover {
   color: #fff; 
}

/*Blog Details
=================================*/

.single-blog-dtls-box ul.blog-author {
    padding: 8px 0 0;
}

.single-blog-dtls-box .blog-thumb:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-dtls-box .meta-blog a:hover:before {
    transform: scale(1);
}

.blogs-section .single-blog-dtls-box .blog-content {
    padding: 35px 35px 25px;
}

p.blog-desc2 {
    padding: 15px 0 0px;
}

/*Blog Quote
=================*/

.blog-quote {
    background: #f6f6f6;
    padding: 24px 35px 43px;
    border-left: 4px solid #a6cd33;
    border-radius: 2px;
    margin: 25px 0 47px;
}

img.qte-icon {
    float: left;
    margin-right: 20px;
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #062462;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #062462;
    padding: 0 0 8px;
}

ul.product-list li i {
    color: #a6cd33;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    padding: 20px 20px 25px 30px;
    margin: 35px 0 40px;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    font-family: 'MONTSERRAT';
    color: #062462;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #062462;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a6cd33;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #fff;
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6,36,98,0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6,36,98,0.1);
    margin-bottom: 30px;
    padding: 0 0 11px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-size: 16px;
    font-weight: 600;
}

.post-comment-thumb {
    float: left;
    margin-right: 32px;
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: #a6cd33;
    font-weight: 400;
    font-family: 'MONTSERRAT';
    padding-left: 25px;
}

.blog-post-comment .post-title span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 9px;
    height: 1px;
    width: 10px;
    background: #a6cd33;
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #062462;
    position: relative;
    top: -60px;
    cursor: pointer;
    left: -32px;
}

/*Contact Form
======================*/

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6,36,98,0.1);
    margin: 30px 0 0;
    border-radius: 5px;
}

.contact-form-box3 .form-box input {
    background-color: #fff;
    border: 0;
}

.contact-form-box3 .form-box textarea {
    background-color: #ffff;
    border: 0;
    width: 100%;
    outline: 0;
    padding: 20px 22px;
}

.contact-form.style-two button {
    background: #a6cd33;
    border: transparent;
    color: #fff;
    padding: 9px 21px;
    margin-top: 20px;
    border-radius: 5px;
}



/*==================================
<---contact-information-section--->
=================================*/



.contact-information {
    padding: 113px 0 130px;
    background: #F8F8F8;
}

.contact-information .section-title {
    padding: 0 0 65px;
}

.contact-infor-box {
    background: #fff;
    border-radius: 10px;
    padding: 39px 37px 24px;
}

.contact-infor-icon i {
    font-size: 38px;
    display: inline-block;
    color: #a6cd33;
}

.contact-infor-content h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'MONTSERRAT';
    margin-top: 0;
}

.contact-infor-content p {
    font-size: 17px;
    line-height: 30px;
}



/*==================================
<---contact-tow-section--->
=================================*/
.contact-form-tow {
    padding: 0;
}

.contact-form-content p {
    font-size: 18px;
    font-family: 'MONTSERRAT';
    padding: 19px 0 0;
}

.contact-form-tow .form-box input {
    width: 90%;
}

.contact-form-tow .form-box textarea {
    width: 100%;
    height: 200px;
    padding: 22px;
    border: transparent;
    border-radius: 5px;
    outline: 0;
}



/*=================================
<--shop-section-->
==================================*/
.shop-section {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
}

.form_box select {
    width: 30%;
    height: 38px;
    padding-left: 15px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #062462;
    border: 1px solid rgba(6,36,98,0.4);
    transition: .5s;
}

.upper.widget_search {
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #062461;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 0 20px 0;
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #a6cd33;
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: #a6cd33;
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6,36,98,0.1);
    background-color: rgba(7,72,131,0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'MONTSERRAT';
    user-select: none;
    color: #062461;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.widget-check p {
    display: inline;
    float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}


.widget-check input:checked ~ .checkmark {
    background-color: #a6cd33;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.widget-check input:checked ~ .checkmark:after {
  display: block;
}


.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
}




/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #a6cd33;
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.row.products {
    padding-left: 30px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}
.product-title{
	padding:10px 0 20px;
}
.products-thumb {
    position: relative;
    z-index: 1;
        border: 1px solid rgba(6,36,98,0.1);
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0.3;
    transition: .5s;
    border-radius: 4px 4px 0 0;
    background-color: #a6cd33;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'MONTSERRAT';
    line-height: 24px;
    background: #a6cd33;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0D0E14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: #a6cd33;
    transition: .6s;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #062462;
    line-height: 17px;
}

.product-price p {
    font-size: 15px;
    font-family: 'MONTSERRAT';
    padding: 14px 0 0px;
    color: #a6cd33;
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon a:hover {
    color: #fff;
}

.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before{
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 92px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 92px;
}


/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #062462;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a6cd33;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a:hover:before {
    transform: scale(1);
}

.pagination-menu ul li a:hover {
    color: #fff;
}



/*==============================
<--product-details-->
===============================*/
.product-details {
    padding: 124px 0 100px;
    background: #F5F5F5;
}

.products-details-content {
    box-shadow: 0 0 27px rgba(88,88,88,0.1);
    padding: 7px 33px 44px;
}

.products-title h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.products-details-reting ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    color: #FF9D34;
}

.products-details-reting ul li.rating-text {
    color: #222 !important;
    font-size: 16px !important;
}

.pirce-box {
    margin-top: 12px;
}

.pirce-box span {
    display: inline-block;
    margin-right: 11px;
}

.pirce-box span.price {
    font-size: 20px;
    color: #a6cd33;
    font-weight: 600;
}

.product-quantity {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.title h5 {
    font-size: 22px;
    margin-right: 22px;
    margin-top: -4px;
}

.point span {
    display: inline-block;
    cursor: pointer;
    margin: 0 -3px;
}

.minus {
    background:#a6cd33;
    display: inline-block;
    width: 45px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

.num {
    border: 1px solid #a6cd33;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    width: 60px;
    height: 41px;
    line-height: 38px;
    text-align: center;
}

.plus {
    background: #a6cd33;
    display: inline-block;
    width: 45px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

.products-features span {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 11px;
}

.products-features p {
    font-size: 16px;
    width: 85%;
    text-align: justify;
}

.chart-button a {
    display: inline-block;
    background: #a6cd33;
    color: #fff;
    padding: 7px 14px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 37px;
}

.chart-button i {
    display: inline-block;
    font-size: 15px;
    margin-right: 7px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; 
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block; 
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0; 
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0; 
}

.tab-content {
  overflow: hidden; 
}

.nav-tabs {
    border: 1px solid #dee2e6;
}

.tab-content img {
width: 100%;
-webkit-animation-name: opacity;
        animation-name: opacity;
-webkit-animation-duration: .3s;
        animation-duration: .3s; 
}

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
        }
 }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    } 
 }

.products-item-title {
    padding: 34px 0 24px;
}



/*=================================
<--portfolio-details-section-->
==================================*/

.portfolio-details {
    padding: 130px 0 127px;
}

h4.portfolio-details-title {
    font-size: 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid #DAD9DF;
    width: 90%;
}

.portfolio-details-content {
    margin-top: 52px;
}

p.portfolio-details-desc {
    margin: 32px 0 -5px;
}

.product-details-infor {
    margin-top: 40px;
    border-top: 1px solid #DAD9DF;
    width: 90%;
}

.product-details-infor-content {
    margin-top: 32px;
}

.our-client {
    display: inline-block;
    margin-right: 65px;
}

.project-category p, 
.work-date-line p,
.our-client p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'MONTSERRAT';
}

.project-category h4, 
.work-date-line h4, 
.our-client h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.work-date-line {
    display: inline-block;
}

.project-category {
    display: inline-block;
    margin-left: 67px;
}

.product-details-button a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #a6cd33;
    font-weight: 500;
    font-family: 'MONTSERRAT';
    border: 2px solid #a6cd33;
    width: 90%;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    margin-top: 35px;
}

.project-list-iteam {
    margin-top: 30px;
}

.project-list-iteam ul li i {
    display: inline-block;
    color: #a6cd33;
    margin-right: 10px;
    font-size: 18px;
}

.project-list-iteam ul li {
    margin-bottom: 10px;
}

.project-social-icon ul li {
    display: inline-block;
    margin-top: 20px;
}

.project-social-icon ul li i {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.project-social-icon ul li i:hover{
    color: #fff;
}

.project-social-icon ul li i:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(0);
    border-radius: 5px;
    background:#a6cd33;
    z-index: -1;
    transition: 0.5s;
}

.project-social-icon ul li i:hover:after{
    transform: scale(1);
}


/*==============================
<---blog-list-section--->
==============================*/

.blog-section.style-home-2.blog-list {
    padding: 129px 0 129px;
}

.single-blog-box-3 {
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    margin-bottom: 29px;
}

.single-blog-thumb-3{
    overflow: hidden;
}

.single-blog-thumb-3 img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box-3:hover .single-blog-thumb-3 img {
    transform: scale(1.1);
}

.blog-content-3 {
    padding: 28px 0 0;
}

.meta-blog-3 span {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}

.meta-blog-3 span i {
    color: #a6cd33;
    font-size: 13px;
    display: inline-block;
    margin-right: 9px;
}

a.blog-title-3 {
    font-size: 36px;
    display: inline-block;
    color: #232323;
    font-weight: 600;
    font-family: 'MONTSERRAT';
    line-height: 45px;
    text-transform: unset;
    padding: 14px 0 11px;
    transition: 0.5s;
}

.single-blog-box-3:hover a.blog-title-3{
    color:#a6cd33;
}

p.blog-desc-3 {
    width: 92%;
    margin-bottom: 22px;
}

.blog-pages-intention {
    margin-top: 20px;
}

.blog-pages-intention ul li {
    display: inline-block;
    margin-right: 14px;
}

.blog-pages-intention ul li i {
    display: inline-block;
    background: #a6cd33;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
}

.blog-pages-intention ul li a {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #a6cd33;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.blog-pages-intention ul li a:hover{
    color:#fff;
}

.blog-pages-intention ul li a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform:scale(0);
    background:#a6cd33;
    border-radius: 3px;
    z-index: -1;
    transition: 0.5s;
}

.blog-pages-intention ul li a:hover:before{
    transform: scale(1.1);
}















/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #a6cd33;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 60px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #a6cd33;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #a6cd33;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #a6cd33;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    background-color: rgba(21,43,99,0.10196078431372549);
    display: inline-block;
}







/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #232353 0%, #232353 100%);
    background-image: -ms-linear-gradient(0deg, #232353 0%, #232353 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 85%;
    -webkit-transform: translateY(-85%);
    -moz-transform: translateY(-85%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #a6cd33;
}

 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #a6cd33 0%, #a6cd33 100%);
    background-image: -webkit-linear-gradient(0deg, #a6cd33 0%, #a6cd33 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }



 /*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #a6cd33;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #a6cd33;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}
/*page-contact*/
.page-contact{
	background: #f8f8f8;
}
.page-contact-p1{
	font-size:40px;
	color:#333333;
	font-weight:600;
	line-height: 1;
	margin-top:0;
}
.page-contact-p2{
	font-size:28px;
	color:#333333;
	font-weight:600;
	line-height: 1;
	margin-top:50px;
}
.page-contact-d1{
	margin-top:70px;
}
.page-contact-tab{
	width:calc((100% / 3) - 20px);
}
.page-contact-p3{
	font-size:20px;
	color:#222;
	font-weight:600;
	line-height: 1;
	margin-top:25px;
}
.page-contact-p4{
	font-size:20px;
	color:#222;
	font-weight:200;
	line-height: 1.6;
	margin-top:25px;
}
.page-contact-p4 a{
	color:#222;
}
.page-contact-tab:hover .page-contact-p4{
	color:#a6cd33;
}
.page-contact-tab:hover .page-contact-p4 a{
	color:#a6cd33;
}
.page-contact-bottom{
	margin-top:100px;
}
.page-contact-p5{
	font-size:40px;
	color:#1a1a1a;
	font-weight:600;
	line-height: 1;
	margin-top:0px;
}
.page-contact-p6{
	font-size:20px;
	color:#333333;
	font-weight:200;
	line-height: 1;
	margin-top:50px;
}
.contact-form{
	margin-top:40px;
}
.contact-form .col-md-6{
	margin-top:10px;
}
.contact-form .col-lg-12{
	margin-top:10px;
}
.contact-form  span{
	font-size:16px;
	color:#333333;
	font-weight:400;
}
.form-box{
	margin-top:16px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.submit-button{
	margin-top:10px;
}

/*rightnav*/
.online {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 22px;
    margin-top: -150px;
    display: block;
}
.online li {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 11px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
}
.online li a{
	width: 50px;
    height: 50px;
	display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
	border-radius: 5px;
}
.online li a .icon{
	background: none;
}
.online li:nth-child(1) a{
	background: #fff;
}
.online li:nth-child(2) a{
	background: #fff;
}
.online li:nth-child(3) a{
	background: #fff;
}
.online li:nth-child(4) a{
	background: #fff;
}
.online li:nth-child(5) a{
	background: #fff;
}
.online li:hover a{
	background: #fff;
}
.online li:hover a svg path{
	fill:#a6cd33;
}
.online li span {
    position: absolute;
    width: 11px;
    height: 6px;
    left: 18px;
    top: -6px;
}

.online1 {
   position: absolute;
   top: 5px;
   right: 70px;
   width: 250px;
   height: 40px;
   line-height: 40px;
   border-radius: 5px;
   box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
   font-size: 16px;
   color: #333;
   background: #FFF;
   display: none;
   text-align: center;
}
.online2 {
   position: absolute;
   top: 5px;
   right: 70px;
   width: 250px;
   height: 40px;
   line-height: 40px;
   border-radius: 5px;
   box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
   font-size: 16px;
   color: #333;
   background: #FFF;
   display: none;
   text-align: center;
}

.online3 {
    position: absolute;
    top: 0;
    right: 70px;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
    font-size: 16px;
    color: #333;
    background: #FFF;
    display: none;
    text-align: center;
	overflow: hidden;
}
.online3 img{
	width:100%;
	height:100%;
}
.online4 {
   position: absolute;
   top: 5px;
   right: 70px;
   width: 250px;
   height: 40px;
   line-height: 40px;
   border-radius: 5px;
   box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
   font-size: 16px;
   color: #333;
   background: #FFF;
   display: none;
   text-align: center;
}
.online5 {
   position: absolute;
   top: 5px;
   right: 70px;
   width: 250px;
   height: 40px;
   line-height: 40px;
   border-radius: 5px;
   box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
   font-size: 16px;
   color: #333;
   background: #FFF;
   display: none;
   text-align: center;
}
.online li div::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%; /* 定位在父元素的右边缘外 */
    transform: translateY(-50%); /* 垂直居中 */
    /* 构造三角形 */
    border-width: 8px; /* 箭头的大小 */
    border-style: solid;
    border-color: transparent transparent transparent #fff; 
}
ul {
    list-style-type: none;
}

.online img {
    background-color: rgba(58, 56, 56, 0.48);
}
@media(max-width:999px){
	.online{
		display:none;
	}
}

/*news*/
.news-top{
	padding:17px 0;
	font-size:16px;
	color:#fff;
	font-weight:200;
	background: #a6cd33;
	line-height: 1;
}

.news-top ul a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    padding: 0 5px;
}
.news-title{
	font-size:36px;
	color:#333;
	font-weight:600;
	line-height: 1;
	margin-top:0;
}
.news-time{
	font-size:16px;
	color:#707070;
	font-weight:400;
	line-height: 1;
	margin-top:40px;
}

.news-line{
	width:100%;
	height:1px;
	background: #dcdcdc;
	margin-top:50px;
}
.news-img{
	margin-top:60px;
}
.news-img img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.news-text{
	margin-top:60px;
}
.news-text p{
	margin-bottom:20px;
	color:#666666;
	line-height: 2;
	font-weight:200;
	font-size:18px;
}
.news-pn-tab{
	width:100%;
	margin-bottom:15px;
}
.news-pn-tab a{
	width:100%;
	color:#666666;
	line-height: 2;
	font-weight:200;
	font-size:16px;
}
.news-pn-tab a:hover{
	color:#a6cd33;
}
.news-list{
	background: #f8f8f8;
}
.news-list-tab{
	width:calc(50% - 20px);
	border-radius:20px;
	overflow: hidden;
	margin-bottom:40px;
}
.news-list-img{
	width:100%;
}
.news-list-img img{
	width:100%;
	display: block;
}
.news-list-text{
	background: #fff;
	padding:50px 30px;
}
.news-list-time{
	font-size:16px;
	color:#333;
	line-height:1;
	font-weight:200;
	margin-top:0px;
}
.news-list-title{
	font-size:24px;
	color:#333;
	line-height:35px;
	font-weight:600;
	margin-top:30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-list-more{
	margin-top:25px;
	justify-content: flex-start;
	align-items: center;
}
.news-list-more span{
	font-size:16px;
	color:#333;
	line-height:1;
	font-weight:400;
	margin-top:0px;
	padding-right:20px;
	transition:0.5s;
}
.news-list-more img{
	transition:0.5s;
}
.news-list-tab:hover span{
	padding-right:40px;
}
.pagelist{
	margin-top:20px;
}
.pagelist ul {
	text-align: center;
	padding: 30px 0;
}

.pagelist a {
	display: inline-block;
	margin: 0 5px;
	color: #222222;
	border: 1px solid #999999;
	width:40px;
	height:40px;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}

.pagelist  a:hover {
	border-color: #a6cd33;
	background: #a6cd33;
	color: #fff;
}

.pagelist .active a {
	border-color: #a6cd33;
	background: #a6cd33;
	color: #fff;
}

.prevLink,.nextLink {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.prevLink a,.nextLink a {
	font-size: 16px;
}
@media(max-width:999px){
	.news-top{
		display: none;
	}
	.news-title{
		margin-top:80px;
		font-size: 26px;
	}
	.news-list-tab{
		width:100%;
	}
}
/*about*/
.about{
	background: #f8f8f8;
}
.about1{
	padding-top:100px;
}
.about-title{
	font-size:40px;
	color:#333;
	line-height:1;
	font-weight:600;
	margin-top:0px;
}
.about-text1{
	font-size:24px;
	color:#333;
	line-height:1.6;
	font-weight:200;
	margin-top:40px;
}
.about-text2{
	font-size:18px;
	color:#333;
	line-height:1.6;
	font-weight:200;
	margin-top:40px;
}
.about1-con{
	margin-top:80px;
	background: #fff;
}
.about1-con-left{
	width:50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding:50px; 
	font-size:18px;
	color:#333;
	line-height:1.6;
	font-weight:200;
}
.about1-con-right{
	width:50%;
	box-sizing: border-box;
}
.about1-con-right img{
	width:100%;
	display: block;
}
.about2{
	padding-top:100px;
}
.about-text3{
	font-size:18px;
	color:#333;
	line-height:1.6;
	font-weight:200;
	margin-top:40px;
}
.swiperabout2{
	margin-top:70px;
	padding-bottom:30px;
}
.swiperabout2 .swiper-slide{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.about2-tab{
	width:calc((100% - 80px) / 5);
}
.about2-tab img{
	border-radius: 20px;
	display:block;
	width:100%;
}
.about2-tab p{
	font-size:18px;
	color:#333;
	line-height:1;
	font-weight:600;
	margin-top:20px;
	margin-bottom:60px;
	text-align: center;
}
.about2-pagination .swiper-pagination-bullet{
	background: #a6cd33!important;
	height:12px!important;
	width:12px!important;
}
.about-text4{
	font-size:18px;
	color:#333;
	line-height:1.6;
	font-weight:200;
	margin-top:60px;
}
.about2-video{
	margin-top:50px;
	position: relative;
}
.about2-video-bg{
	width:100%;
	display: block;
}

.videobox {
    width: 200px;
    height: 200px;
    display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.videobox i {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-animation: round 10s linear infinite;
    -moz-animation: round 10s linear infinite;
    animation: round 10s linear infinite
}

.videobox .play:before {
    background: #a6cd33
}

.videobox .play:after {
    background: #a6cd33
}

.play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: 0 0;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1
}

.play2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: 0 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-moz-keyframes round {
    from {
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 999999999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
.about3{
	padding-top:100px;
	padding-bottom: 100px;
}
.about3-con{
	margin-top:40px;
	width:100%;
}
.about3-tab{
	min-height: 450px;
	position: relative;
	width: 25%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	transition: 0.3s;
	flex: 1;
	padding:30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}
.about3-tab:nth-child(1){
	background-image:url('../image/about3-1.jpg');
}
.about3-tab:nth-child(2){
	background-image:url('../image/about3-2.jpg');
}
.about3-tab:nth-child(3){
	background-image:url('../image/about3-3.jpg');
}
.about3-tab-hover {
    flex: 2;
}
.about3-tab p{
	font-size:20px;
	color:#fff;
	line-height:1.6;
	font-weight:600;
	margin-top:0px;
}
.about3-tab-hover p{
	font-size:30px;
}
.about3-tab-hover{
	align-items: center;
	padding:0 80px;
}
.about-text5{
	font-size:18px;
	color:#333;
	line-height:1.6;
	font-weight:200;
	margin-top:40px;
	margin-bottom:40px;
}
.about3-con-img .about3-img-small{
	display:block;
	width:calc(50% - 10px);
	margin-bottom:20px;
}
.about3-con-img .about3-img-large{
	display:block;
	width:100%;
}
@media(max-width:999px){
	.about1-con-left{
		width:100%;
	}
	.about1-con-right{
		width:100%;
	}
	.about2-tab{
		width:calc(50% - 5px);
	}
	.about2-tab p{
		margin-bottom: 20px;
	}
	.about3-tab{
		width:100%;
		margin-bottom:10px;
		min-height:300px;
	}
	.about3-tab-hover{
		padding: 0 30px;
	}
	.about3-tab-hover p{
		font-size:20px;
	}
	.about3{
		padding-bottom: 30px;
	}
}
/*sustainability*/
.sus1{
	padding:100px 0;
	background: #fff;
}
.sus-center{
	background: #f2f2f2;
}
.sus-text1{
	font-size:30px;
	color:#333;
	line-height:1.6;
	font-weight:200;
}
.sus-text2{
	font-size:20px;
	color:#707070;
	line-height:1.6;
	font-weight:200;
	margin-top:40px;
}
.sus-text3{
	font-size:20px;
	color:#707070;
	line-height:1.6;
	font-weight:200;
	margin-top:30px;
}
.sus-center{
	background: #f2f2f2;
}
.sus2{
	padding-top:100px;
}
.sus3{
	padding-top:100px;
}
.sus4{
	padding-top:100px;
}
.sus5{
	padding-top:100px;
}
.sus6{
	padding-top:100px;
}
.sus7{
	padding-top:100px;
	padding-bottom:100px;
}
.sus-text{
	width:calc(50% - 20px);
	position: relative;
	align-items: center;
	align-content: center;
}
.sus-title{
	font-size:36px;
	color:#a6cd33;
	line-height:1;
	font-weight:600;
	margin-top:0px;
}
.sus-description{
	font-size:18px;
	color:#707070;
	line-height:1.6;
	font-weight:400;
	margin-top:30px;
}
.sus-media{
	width:calc(50% - 20px);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.sus-media img{
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.sus-media:hover img{
	transform: scale(1.05);
}
.sus-con{
	margin-top:30px;
	width:100%;
}

.sus7-img{
	margin:0 auto;
	background: #a6cd33;
	padding:20px;
	border-radius: 50px;
	width:100px;
	box-sizing: border-box;
	transition: transform 0.3s ease;
}
.sus7-tab:hover .sus7-img{
	transform: translate(0px,-5px);
}
.sus7-text{
	text-align: center;
	font-size:18px;
	color:#333333;
	line-height:1;
	font-weight:400;
	margin-top:20px;
}
.contact-bottom{
	padding:100px 0;
	background-image: url(../image/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	background-size:auto;
}
.contact-left{
	width:36%;
	
}
.contact-right{
	width:calc(64% - 50px);
}
.contact-right .form-box{
	border: 1px solid #dcdcdc;
}
.contact-right .contact-form{
	margin-top: 0px;
}
.contact-p1{
	font-size:48px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-top:0px;
}
.contact-p2{
	font-size:20px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-top:70px;
}
.contact-p3{
	font-size:16px;
	color:#333333;
	line-height:1;
	font-weight:400;
	margin-top:25px;
}
.contact-p3 a{
	color:#333333;
}
.contact-p3 a:hover{
	color:#a6cd33;
}
.contact-p3 span{
	font-weight:800;
}

@media(max-width:999px){
	.sus1{
		padding:  30px 0;
	}
	.sus-text1{
		font-size:22px;
	}
	.sus2{
		padding-top:30px;
	}
	.sus3{
		padding-top:30px;
	}
	.sus4{
		padding-top:30px;
	}
	.sus5{
		padding-top:30px;
	}
	.sus6{
		padding-top:30px;
	}
	.sus7{
		padding-top:30px;
		padding-bottom:30px;
	}
	.sus-text{
		width:100%;
	}
	.sus-media{
		width:100%;
		margin-top:10px
	}
	.sus-title{
		font-size:22px;
		margin-top:10px
	}
	.sus7-tab{
		width:calc(50% - 10px);
		margin-bottom: 20px;
	}
	.contact-bottom{
		padding:30px 0;
	}
	.contact-left{
		width:100%;
	}
	.contact-right{
		width:100%;
	}
	.contact-p1{
		font-size: 32px;
	}
	.contact-p2{
		margin-top:30px;
	}
}
/*case*/
.case-page{
	
}
.case-top{
	padding-top:100px;
}
.case-top{
	padding-top:100px;
}
.case-bottom{
	padding-bottom:100px;
}
.case-list{
	background: #f8f8f8;
}
.case-list-tab{
	width:calc(50% - 20px);
	margin-bottom:50px;
}
.case-list-img{
	border-radius: 25px;
	width:100%;
	overflow: hidden;
}
.case-list-img img{
	display: block;
	width:100%;
}
.case-list-title{
	font-size:24px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-top:30px;
	transition:0.5s;
}
.case-list-tab:hover .case-list-title{
	color:#a6cd33;
}
.case-list-more.flex{
	margin-top:35px;
	padding:15px 25px;
	justify-content: flex-start;
	border:1px solid #a6cd33;
	border-radius: 8px;
	max-width:200px;
	align-items: center;
	transition:0.3s;
	font-size:16px;
	color:#333333;
	line-height:1;
	font-weight:400;
}
.case-list-more.flex span{
	padding-right:10px;
	
}
.case-list-more:hover {
	background: #a6cd33;
	color:#fff;
}
.case-list-more:hover img{
	 filter: brightness(0) invert(1);
}
@media(max-width:999px){
	.case-list-tab{
		width:100%;
		margin-bottom:30px;
	}
}
.case-left{
	width:50%;
}
.case-right{
	width:50%;
}
.case-text1{
	font-size:36px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-top:0px;
}
.case-text2{
	font-size:18px;
	color:#707070;
	line-height:1.6;
	font-weight:200;
	margin-top:0px;
}
.case-center{
	margin-top:70px;
	position: relative;
	z-index: 3;
}
.case-center-con{
	background: #eaf2d4;
	padding:80px 50px;
	box-sizing: border-box;
}
.case-text3{
	font-size:36px;
	color:#a6cd33;
	line-height:1;
	font-weight:600;
	margin-top:0px;
}
.case-text4{
	font-size:18px;
	color:#707070;
	line-height:1.6;
	font-weight:400;
	margin-top:40px;
}
.case-ico-list{
	margin-top:40px;
}
.case-tab{
	width:25%;
}
.case-img{
	background: #a6cd33;
	margin:0 auto;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease;
}
.case-tab:hover .case-img{
	transform: translate(0px, -5px);
}
.case-text5{
	text-align: center;
	font-size:18px;
	color:#333333;
	line-height:1;
	font-weight:400;
	margin-top:20px;
}
.case-bottom{
	background: #f8f8f8;
	margin-top: -100px;
	position: relative;
	z-index: 2;
	padding-top:200px;
}
.case-a{
    width: calc((100% - 90px) / 4);
}
.case-a img{
	border-radius: 20px;
	display:block;
	width:100%;
}
.case-a p{
	font-size:18px;
	color:#707070;
	line-height:1;
	font-weight:400;
	margin-top:20px;
	margin-bottom:60px;
	text-align: center;
}
.case-a:hover img{
	transform: scale(1.05);
}
.case-a:hover p{
	color:#a6cd33;
}
.case-pn{
	padding-top:40px;
	padding-bottom:100px;
	width:100%;
}
.case-pn a{
	color: #666666;
	line-height: 2;
	font-weight: 200;
	font-size: 16px;
}
.case-pn a:hover{
	color: #a6cd33;
}
@media(max-width:999px){
	.case-text1{
		font-size:26px;
	}
	.case-left{
		width:100%;
	}
	.case-right{
		width:100%;
		margin-top:20px;
	}
	.case-center-con{
		padding:30px 20px;
	}
	.case-tab{
		width:50%;
		margin-bottom: 20px;
	}
	.case-bottom{
		padding-top:150px;
	}
	.case-a{
		width:calc(50% - 10px);
	}
	.case-a p{
		margin-bottom:20px;
	}
	.case-pn{
		padding:10px 0 30px;
	}
}
.product-list-page{
	background: #f8f8f8;
	padding-bottom: 100px;
}
.product-list-more.flex{
	margin-top:35px;
	padding:15px 25px;
	justify-content: flex-start;
	border:1px solid #a6cd33;
	border-radius: 8px;
	max-width:200px;
	align-items: center;
	transition:0.3s;
	font-size:16px;
	color:#333333;
	line-height:1;
	font-weight:400;
	background: #a6cd33;
	color:#fff;
}
.product-list-more.flex span{
	padding-right:10px;
	
}
.product-list-more:hover {
	background: #fff;
	color:#a6cd33;
}
.product-list-more img{
	 filter: brightness(0) invert(1);
}
.product-list-more:hover img{
	 filter: none;
}
.product-list-tab{
	padding-top:100px;
	padding-bottom: 100px;
}
.product-list-img{
	width:62%;
	position:relative
}
.product-list-text{
	width:38%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.product-list-img-bg{
	width:calc(100% - 50px);
	max-width:640px;
	height:400px;
	background: #fff;
	border-radius: 25px;
}
.product-list-img img{
	position: absolute;
	top:50px;
	right:30px;
	z-index: 3;
	max-width:90%;
}
.product-list-title{
	font-size:40px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-bottom:0px;
}
.product-list-description{
	font-size:17px;
	color:#333333;
	line-height:1.6;
	font-weight:200;
	margin-top:30px;
}
.product-list-tab:nth-child(2) .product-list-img{
	display: flex;
	justify-content: flex-end;
}
.product-list-tab:nth-child(2) .product-list-img img{
	left:30px;
}

@media(max-width:999px){
	.product-list-tab{
		padding:30px 0 0;
	}
	.product-list-img-bg{
		max-width:100%;
	}
	.product-list-img{
		width:100%;
	}
	.product-list-text{
		width:100%;
		padding-top: 50px;
	}
	.product-list-img img{
		max-width: calc(100% - 40px);
		right:20px;
		top:20px;
	}
	.product-list-img-bg{
		height:250px;
	}
	.product-list-title{
		font-size:26px;
	}
	.product-list-tab:nth-child(2) .product-list-img{
		margin-top:20px;
	}
	.product-list-page{
		padding-bottom: 30px;
	}
}
.pro-list{
	background: #f8f8f8;
	padding:100px 0;
}
.pro-list-left{
	width:340px;
	max-width:340px;
}
.pro-list-left-nav{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.pro-list-left-title{
	font-size:30px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-top:0px;
	padding:30px 20px;
	border-bottom: 1px solid #eeeeee;
}
.pro-list-nav-div{
	padding:20px;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:17px;
	color:#707070;
	line-height:1;
	font-weight:400;
}
.pro-list-nav-div span{
	display: block;
	cursor: pointer;
	font-size: 22px;
}
.pro-list-nav-a{
	display:block;
	width:calc(100% - 20px);
}
.pro-list-nav-div.pro-list-nav-active{
	color:#fff;
	background: #a6cd33;
}
.pro-list-nav-div.pro-list-nav-active .pro-list-nav-a{
	color:#fff;
}
.pro-list-nav li dl{
	display: none;
}
.pro-list-nav li dl dd a{
	display:block;
	padding:20px 36px;
	font-size:17px;
	color:#707070;
	line-height:1;
	font-weight:400;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	
}
.pro-list-nav li dl dd a:hover{
	color: #a6cd33 !important;
}
.pro-list-nav li dl dd a.pro-list-nav-active2{
	color: #a6cd33 !important;
}
.pro-list-nav li dl{
	margin-bottom:0;
}
.pro-list-nav li dd{
	margin-bottom:0;
}
.pro-list-nav-div:hover{
	color:#a6cd33;
}
.pro-list-nav-div.pro-list-nav-active:hover{
	color:#fff;
}
.pro-list-right{
	width:calc(100% - 380px);
}
.pro-list-right-title{
	font-size:18px;
	color:#707070;
	line-height:1.6;
	font-weight:200;
	margin-top:0px;
}
.pro-list-con{
	margin-top:50px;
	justify-content: flex-start;
}
.pro-list-a{
	display: block;
	width:calc((100% - 40px) / 3);	
	margin-right:20px;
}

.pro-list-a:nth-child(3n){
	margin-right:0px;
}
.pro-list-a img{
	border-radius:20px;
	overflow: hidden;
	display: block;
	width:100%;
}
.pro-list-a p{
	font-size:18px;
	color:#707070;
	line-height:1;
	font-weight:400;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}
.pro-list-a:hover p{
	color:#a6cd33;
}
.pro-list-bottom{
	margin-top:100px;
}
.pro-list-bottom-title{
	width:100%;
	font-size:30px;
	color:#333;
	line-height:1;
	font-weight:600;
}
.pro-list-bottom-con{
	width:100%;
	margin-top:40px;
}
.pro-list-bottom-a{
	display: block;
	width:calc((100% - 80px) / 5);	
}

.pro-list-bottom-a img{
	border-radius:20px;
	overflow: hidden;
	display: block;
	width:100%;
	transition: transform 0.3s ease;
}
.pro-list-bottom-a p{
	font-size:18px;
	color:#707070;
	line-height:1;
	font-weight:400;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}
.pro-list-bottom-a:hover p{
	color:#a6cd33;
}

.product-page-top{
    padding:50px 0;
    background: #a6cd33;
    line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
}
.product-page-top ul a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    padding: 0 5px;
	
}
.product-page-top p{
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	margin-bottom:20px;
}
.pro-content-top{
	background: #f8f8f8;
	padding:100px 0;
}
.pro-list-img{
	max-width:500px;
	box-sizing: border-box;
}
.pro-list-img .swiper-slide{
	padding:20px;
	box-sizing: border-box;
	background: #fff;
	/* border-radius: 20px; */
	overflow: hidden;
}
.pro-content-img{
	display: block;
	width:100%;
}
.swiperpro{
	border-radius: 20px;
	overflow: hidden;
}
.swiperpro-next:after{
	font-size: 30px!important;
	color:#a6cd33!important;
}
.swiperpro-prev:after{
	font-size: 30px!important;
	color:#a6cd33!important;
}
.pro-content-description{
	width:calc(100% - 530px);
}
.pro-content-p1{
	width:100%;
	font-size: 36px;
	color: #333333;
	font-weight: 400;
	line-height: 1;
	margin-bottom:0px;
}
.pro-content-p2{
	width:100%;
	font-size: 20px;
	color: #a6cd33;
	font-weight: 600;
	line-height: 1;
	margin-top:30px;
}
.pro-content-p3{
	width:100%;
	font-size: 16px;
	color: #707070;
	font-weight: 200;
	line-height: 1.6;
	margin-top:20px;
}
.pro-content-pn{
	margin-top:20px;
}
.pro-content-pn-tab{
	width:100%;
}
.pro-content-pn-tab a{
	width:100%;
	color:#666666;
	line-height: 2;
	font-weight:200;
	font-size:16px;
}
.pro-content-pn-tab a:hover{
	color:#a6cd33;
}
.pro-content-center-div{
	margin-top:40px;
}
.pro-content-center{
	padding:50px 0 0;
}
.pro-content-p4{
	width:100%;
	font-size: 24px;
	color: #a6cd33;
	font-weight: 600;
	line-height: 1;
}
.pro-content-center td {
	padding:10px 15px;
    box-sizing: border-box;
    color: #707070;
    font-size: 16px;
    background: #eeeeee;
    transition:0.3s;
	font-weight:200;
	border:1px solid #fff;
}
.pro-content-center tr:nth-child(2n+2) td {
    background: #f8f8f8;
}
.pro-content-center tr:hover td {
    background: #a6cd33;
    color:#fff;
}
.pro-content-p5{
	width:100%;
	font-size: 24px;
	color: #a6cd33;
	font-weight: 600;
	line-height: 1;
	margin-top:50px;
}
.pro-content-center-div2{
	margin-top:40px;
}
.pro-content-tab{
	width:50%;
	margin-bottom:40px;
}
.pro-content-tab-img{
	background: #a6cd33;
	border-radius: 50px;
	width:100px;
	height: 100px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pro-content-tab-text1{
	text-align: left;
	font-size:20px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-top:30px;
}
.pro-content-tab-text2{
	text-align: left;
	font-size:16px;
	color:#707070;
	line-height:1.6;
	font-weight:200;
	margin-top:20px;
	max-width:400px;
}
.pro-content-p6{
	font-size:16px;
	color:#333333;
	line-height:1.6;
	font-weight:200;
	margin-top:30px;
}

.pro-content-bottom {
    margin-top: 100px;
}
.pro-list-img-box{
	width:100%;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
}
.pro-list-img-box img{
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.pro-list-bottom-a:hover img {
	transform: scale(1.05);
}
.pro-list-a:hover img {
	transform: scale(1.05);
}
@media(max-width:999px){
	.pro-list{
		padding:30px 0;
	}
	.breadcumb-title h1{
		line-height: 1.6;
	}
	.pro-list-left{
		width:100%;
	}
	.pro-list-right{
		width:100%;
		margin-top:20px;
	}
	.pro-list-a{
		width:100%;
		margin-right:0;
	}
	.pro-list-bottom-a{
		width:100%;
		margin-right:0;
	}
	.pro-list-bottom{
		margin-top:30px;
	}
	.product-page-top{
		margin-top:64px;
	}
	.product-page-top p{
		font-size:28px;
	}
	.pro-content-top{
		padding:30px 0;
	}
	.pro-list-img{
		max-width:100%;
	}
	.pro-list-img img{
		max-width:100%;
	}
	.pro-content-description{
		width:100%;
		margin-top:20px;
	}
}
.contact-index-title {
    font-size: 40px;
    color: #333333;
    font-weight: 600;
    line-height: 1;
}
.s5{
	padding:100px 0 50px;
}
.s5-bottom{
	margin-top:100px;
}
.s5-switch{
	width:220px;
	height:50px;
	border:1px solid #707070;
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	font-size:18px;
	font-weight:400;
	color:#333333;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
	margin-left:20px;
	cursor: pointer;
}
.s5-switch-hover{
	border:1px solid #a6cd33;
	background: #a6cd33;
	color:#fff;
}
.s5-bottom{
	display: block;
	position: relative;
}
.s5-map{
	display: block;
	position: relative;
	width:100%;
	z-index: 1;
}
.s5-position{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2;
}
.s5-position #contact{
    position:relative;
    bottom:20px;
    left:0;
}
.s5-position-img{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 3;
	opacity: 1;
}
.s5-position-img:nth-child(1){
	display: block;
}
@media(max-width:999px){
	.s5{
		padding:30px 0;
	}
	.s5-right{
		margin-top:20px;
		width:100%;
	}
	.s5-switch{
		width:calc((100% - 20px) / 3);
		margin-left:0px;
		font-size: 14px;
		
	}
	.s5-bottom{
		margin-top:20px;
	}
}