body{
    font-family: 'Open Sans', sans-serif;
}
header{
    
}
.header-top-part {
    height: 40px;
    background-color: #5f9019;
    color: #ffffff;
}
.header-top-social-icons {
    display: inline-block;
}
ul.social-nav-ul-wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
    list-style: none;
    padding: 0;
    overflow: hidden;
}
ul.social-nav-ul-wrapper li{
    float:left;
}

ul.social-nav-ul-wrapper li:after{
    content: '|';
    font-size: 8px;
    display: block;
    float: right;
    margin-top: 6px;
    margin-right: 11px;
    opacity: 0.5;
}
ul.social-nav-ul-wrapper li:last-child:after{
    display:none;
}

ul.social-nav-ul-wrapper li a{
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 11px;
    line-height: 24px;
    border-radius: 12px;
    background-color: transparent;
    color: #ffffff;
    opacity: 0.5;
    transition:0.3s all ease-in-out;
    -moz-transition:0.3s all ease-in-out;
    -webkit-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    -ms-transition:0.3s all ease-in-out;
}
ul.social-nav-ul-wrapper li a:hover{
    background-color: transparent;
    opacity: 1;
}


ul.social-nav-ul-wrapper li a i{
    width: 24px;
    text-align: center;
}

.header-top-details-right {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
    height: 24px;
    overflow: hidden;
    margin: 8px 0 0 0;
    padding: 0;
    float: right;
}

ul.under-all-li-details {
    padding: 0;
    margin: 0;
}
ul.under-all-li-details li {
    float: left;
    margin-right: 11px;
    list-style: none;
    opacity: 0.8;
    transition:0.3s all ease-in-out;
    -moz-transition:0.3s all ease-in-out;
    -webkit-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    -ms-transition:0.3s all ease-in-out;
}

ul.under-all-li-details li:after{
    content: '|';
    font-size: 8px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 11px;
    opacity: 0.5;
}
ul.under-all-li-details li:first-child:after{
    display:none;
}

ul.under-all-li-details li a{
    color:#fff;
}
ul.under-all-li-details li i{
    margin-right: 11px;
    opacity: 0.5;
}

.address{
    opacity: 1 !important;
}
ul.under-all-li-details li:hover{
    opacity: 1;
}

ul.under-all-li-details li a:hover{
    text-decoration: none;
    
}

/*=====================================================================================================================
                                    Menu
======================================================================================================================*/
.menu-wala-wrapper.sticky-header{
    background: #fff;
    border-bottom:1px solid #ccc;
}

.logo-wrapper{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.logo-wrapper a{
    display:inline-block;
    padding:6px 0px;
}
.logo-wrapper a img{
    width:180px;
}

.wrapper-menu{
    width: 100%;
}
ul.nav-menu-use {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    margin-left:30px;
    z-index:9999;
}
li.menu-li-item,
li.book-now-btn-header {
    list-style: none;
    position: relative;
    float:left;
    padding: 0 0px;
    display: inline-block;
}
li.menu-li-item.active .link-item-a{
    background: #71ba09;
    color:#fff;
}
li.menu-li-item a.link-item-a{
    display: inline-block;
    color:#54575a;
    padding: 26px 18px 27px;
    transition:0.3s all ease-in-out;
    -moz-transition:0.3s all ease-in-out;
    -webkit-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    -ms-transition:0.3s all ease-in-out;
}
li.book-now-btn-header a{
    padding: 8px 24px;
    border-radius: 3px;
    background-color: #71ba09;
    color: #ffffff;
    transition:0.3s all ease-in-out;
    -moz-transition:0.3s all ease-in-out;
    -webkit-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    -ms-transition:0.3s all ease-in-out;
}
li.book-now-btn-header {
    margin-top:26px;
    float:right;
}
li.menu-li-item a:hover,
li.book-now-btn-header a:hover{
    text-decoration: none;
}
li.menu-li-item a.link-item-a:hover{
    background:#71ba09;
    color:#fff;
}
ul.under-menu-wrp {
    position: absolute;
    top: 100%;
    padding:10px;
    background: #ccc;
    width: 100%;
    min-width: 180px;
    display: none;
    transition:0.3s all ease-in-out;
    z-index:999999;
}
li.menu-li-item:hover ul.under-menu-wrp{
    display:block;
}

ul.under-menu-wrp li{
    list-style:none;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
}

ul.under-menu-wrp li a:hover{
    color: white;
}

ul.under-menu-wrp li a{
    color:#333;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    display:block;
    padding: 7px 5px;
    
    transition:0.3s all ease-in-out;
    -moz-transition:0.3s all ease-in-out;
    -webkit-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    -ms-transition:0.3s all ease-in-out;
}

ul.under-menu-wrp li:last-child{
    border-bottom:0px;
}

button.btn-menu-click{
    width: 54px;
    display: none;
    margin: 0px auto;
    margin-top: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #71ba09;
    padding: 10px 12px;
    min-height:44px;
    position: relative;
}
button.btn-menu-click .icon-bar{
    width: 28px;
    height: 2px;
    background: #fff;
    display: block;
    
    transition:0.3s all ease-in-out;
    -moz-transition:0.3s all ease-in-out;
    -webkit-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    -ms-transition:0.3s all ease-in-out;
    
}

button.btn-menu-click .icon-bar:nth-child(2){
    margin:8px 0px;
}

button.btn-menu-click.this-active .icon-bar:nth-child(1){
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
}

button.btn-menu-click.this-active .icon-bar:nth-child(2){
    display:none;
}

button.btn-menu-click.this-active .icon-bar:nth-child(3){
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
}


/*============================================================================================================================
                                        Slider
===============================================================================================================================*/
#colors-fountain-slide .carousel-control-prev,
#colors-fountain-slide .carousel-control-next{
    top: 40%;
    height: 80px;
    background: #333;
    width: 80px;
    border-radius: 50%;
}
#colors-fountain-slide .carousel-control-next{
    right:40px;
}
#colors-fountain-slide .carousel-control-prev{
    left: 40px;
    
}




/*================================================================================================
                                    About Section
=================================================================================================*/
section.about-fountain-section{
    padding:140px 0px 90px 0px;
}
.image-about-section-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 100px;
    margin-right: 100px;
}
.image-about-section-wrapper img:first-child{
    top: -80px;
    position: absolute;
    z-index: 2;
    right: -80px;
}
.image-about-section-wrapper:hover img:last-child{
    z-index:999;
}

.image-about-section-wrapper img:last-child{
    position: relative;
    transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}

.image-about-section-wrapper img{
    width:100%;
    transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.image-about-section-wrapper:hover img:last-child{
    transform: translateX(-5%);
}

.manage-about-sec-disc-wrp{
    
}

p.top-about-message-title-sub {
    word-wrap: break-word;
    line-height: 1.18;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    letter-spacing: 0.48em;
}

h3.title-about-the-section-inner {
    font-weight: 700;
    font-style: italic;
    font-size: 55px;
    line-height: 1.18;
    word-break: break-word;
    margin-top: 0.65em;
    margin-bottom: 0.65em;
    font-family: 'Playfair Display', serif;
    color:#71ba09;
}
h3.title-about-the-section-inner span{
    display:block;
    font-size: 45px;
    color: #486173;
}

.all-about-disc-wrp-pera{
    
}
.all-about-disc-wrp-pera p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#486173;
}
.button-wrp-about-to-contact {
    text-align: left;
    margin-top: 30px;
}
a.contact-us-btn-about-section {
    border: 2px solid #71ba09;
    padding: 9px 24px;
    display: inline-block;
    border-radius: 20px;
    background: transparent;
    color: #71ba09;
    overflow: hidden;
    position: relative;
    
    transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
a.contact-us-btn-about-section:before{
    background-color: #71ba09;
    transform-origin: 0% 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    border-radius: 20px;
    border:2px solid;
}


a.contact-us-btn-about-section:hover:before{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}

a.contact-us-btn-about-section:hover{
    text-decoration: none;
    color:#fff;
}

/*=================================================   Our Product     =============================================*/
section.our-product-section {
    padding: 86px 0 100px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: rgba(227, 227, 240, 0.5);
}
.title-product-sec-devs {
    margin-bottom: 55px;
    text-align: center;
}
.title-product-sec-devs h2 {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #71ba09;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0;
    font-family: "Raleway", Open sans-serif;
}

.title-product-sec-devs h2:before{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    right: 18%;
    top: 14%;
    z-index: 1;
    width: 35px;
    height: 7px;
}

.title-product-sec-devs h2:after{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    left: 18%;
    top: 14%;
    z-index: 1;
    width: 35px;
    height: 7px;
}
.title-product-sec-devs p{
    font-size: 16px;
    line-height: 28px;
    color: #918f8e;
}
.product-item-wrp-section {
    -webkit-box-shadow: 0px 5px 20px -6px #b8b8b8;
    box-shadow: 0px 5px 20px -6px #b8b8b8;
    background: #fff;
}
.product-image-wrp {
    position: relative;
    overflow: hidden;
}
.product-image-wrp img{
    width:100%;
}
.product-text-wrp {
    padding: 30px 30px;
    background: #fff;
}

h3.title-product-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #71ba09;
}
p.disc-fountain-name{
    font-size: 16px;
    color: #929292;
    line-height: 1.625;
}
a.read-product-more-about {
    font-size: 15px;
    padding: 8px 16px;
    display: inline-block;
    color: #71ba09;
    
    transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
a.read-product-more-about:hover{
    padding-left:35px;
    text-decoration: none;
}



.side-product-img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.side-product-text-disc {
    padding: 20px 30px;
    background: #f8f8f8;
}
.margin-tp-20{
    margin-top:40px;
}

.img-effect-products{
    overflow:hidden;
}
.img-effect-products img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.img-effect-products:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}





/*=================================================    Why Choose Us    ========================================================*/

section.why-choose-section {
    padding: 86px 0 100px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.title-choose-us-section{
    margin-bottom: 55px;
    text-align: center;
}
.title-choose-us-section h2{
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #71ba09;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0;
}
.title-choose-us-section h2:before{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    right: 18%;
    top: 20%;
    z-index: 1;
    width: 35px;
    height: 7px;
}
.title-choose-us-section h2:after{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    left: 18%;
    top: 20%;
    z-index: 1;
    width: 35px;
    height: 7px;
}
.title-choose-us-section p{
    font-size: 16px;
    line-height: 28px;
    color: #918f8e;
}

.item-choose-us-box {
    text-align: center;
    padding-bottom: 30px;
}
.icon-wrp-item-choose-us {
    font-size: 14px;
    width: 70px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    display: inline-block;
}

.title-choose-box-wrp{
    
}
.title-choose-box-wrp h3{
    padding: 20px 0px 10px;
    font-size: 28px;
    font-weight: 600;
    color: #242424;
    
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    cursor:pointer;
}
.title-choose-box-wrp h3:hover{
    color:#71ba09;
}
.title-choose-box-wrp p{
    font-size: 14px;
    color:#777;
    line-height: 24px;
}



/*=================================================    Why Choose Us    ========================================================*/

section.section-testimonial {
    padding: 86px 0 100px 0;
    position: relative;
    z-index: 0;
    background: #333;
    overflow: hidden;
}

.title-testimonial{
    margin-bottom: 55px;
    text-align: center;
}
.title-testimonial h2{
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #71ba09;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0;
}
.title-testimonial h2:before{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    right: 18%;
    top: 20%;
    z-index: 1;
    width: 35px;
    height: 7px;
}
.title-testimonial h2:after{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    left: 18%;
    top: 20%;
    z-index: 1;
    width: 35px;
    height: 7px;
}
.title-testimonial p{
    font-size: 16px;
    line-height: 28px;
    color: #918f8e;
}

.client-box-wrp {
    padding: 40px 30px;
    color: #fff;
    border-radius: 6px;
    position: relative;
    border: 1px solid #a7a7a7;
    margin-bottom:20px;
}
.testimonail-row-box-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.image-wrp-testimonail{
    left:30px;
}
.image-wrp-testimonail img{
    border-radius:50%;
}
.user-testimonail-details {
    padding-left: 25px;
    margin-top: 15px;
}
.user-testimonail-details h6{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0;
    color:#71ba09;
}
.user-testimonail-details span{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.desciption-testimonail {
    padding-top: 30px;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    min-height:120px;
}

.desciption-testimonail p{
    font-size:16px;
    margin:0px;
    color:#fff;
}

.testimonial-slider button.owl-prev,
.testimonial-slider button.owl-next{
    width: 30px;
    height: 30px;
    background: #a7a7a7 !important;
    text-shadow: none;
    border-radius: 50% !important;
    opacity:0.7;
    transition: 0.3s all ease-in-out;
}


.testimonial-slider button.owl-prev:hover,
.testimonial-slider button.owl-prev:focus,
.testimonial-slider button.owl-prev:active,
.testimonial-slider button.owl-prev:hover span,
.testimonial-slider button.owl-next:hover,
.testimonial-slider button.owl-next:focus,
.testimonial-slider button.owl-next:active,
.testimonial-slider button.owl-next:hover span{
    opacity:1;
    color:#333;;
    outline:none;
}

/*==================================================  Some Other Details Section ============================================*/
section.details-section {
    padding: 60px 0px 80px;
}
.innder-images-some-details-sections-column {
    position: relative;
    width: 100%;
    text-align: center;
}
.one-some-details-sec-image {
    position: absolute;
    z-index: 3;
    top: 200px;
    left: 80px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.one-some-details-sec-image:hover{
    z-index: 3;
    -ms-transform: translate(10%, -10%);
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
}
.second-some-details-sec-image {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 160px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.second-some-details-sec-image:hover{
    z-index: 4;
    -ms-transform: translate(-10%, 10%);
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
}
.third-some-details-sec-image {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.third-some-details-sec-image:hover{
    z-index: 5;
    -ms-transform: translate(-10%, -10%);
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%);
}

.some-details-section-text-wrp {
    padding-top: 50px;
    padding-bottom:70px;
}
.inner-wrp-section-some-details{
    
}
.inner-wrp-section-some-details span{
    font-size: 30px;
    color: #e87823;
}

.inner-wrp-section-some-details h2{
    font-size: 36px;
    color: #242424;
    font-weight: 600;
}

.inner-wrp-section-some-details p{
    font-size: 16px;
    color: #929292;
    line-height: 1.625;
    padding-bottom:30px;
}
ul.just-checked-files {
    padding: 00px 0px 30px;
}
ul.just-checked-files li{
    padding-bottom: 10px;
    list-style:none;
}

ul.just-checked-files li i{
    color: #21b73d;
    padding-right: 15px;
}

/*==================================================     Footer    =======================================================*/
footer.footer {
    background: #333;
    padding: 50px 0px 40px;
}

.footer-logo-and-disc{
    
}
.footer-logo-and-disc img{
    width:120px;
    margin-bottom:30px;
}
.footer-logo-and-disc p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 26px;
    padding-right: 25px;
}
ul.footer-social-ul-wrp{
    padding:0px;
    
}
ul.footer-social-ul-wrp li{
    list-style:none;
    float:left;
    margin-right:10px;
}
ul.footer-social-ul-wrp li a{
    color: rgba(255, 255, 255, 0.8);
    width: 34px;
    display: inline-block;
    height: 34px;
    padding: 4px 0px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    
    transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}

ul.footer-social-ul-wrp li a.facebook:hover{
    background: #3b5998 ;
}
ul.footer-social-ul-wrp li a.twitter:hover{
    background: #3f729b ;
}
ul.footer-social-ul-wrp li a.instagram:hover{
    background: #c93593 ;
}
ul.footer-social-ul-wrp li a.whatsapp:hover{
    background: #25D366;
}
ul.footer-social-ul-wrp li a.facebook:hover,
ul.footer-social-ul-wrp li a.twitter:hover,
ul.footer-social-ul-wrp li a.instagram:hover,
ul.footer-social-ul-wrp li a.whatsapp:hover{
    color:#fff;
    text-decoration: none;
}




h3.exprole-links-footer {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: rgb(113, 186, 9);
    margin-bottom: 10px;
    position: relative;
    padding-bottom:12px;
}

h3.exprole-links-footer:after{
    content:"";
    position: absolute;
    left:0px;
    bottom:0px;
    width:30px;
    background: rgb(113, 186, 9);
    height:2px;
    
    transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}
h3.exprole-links-footer:hover:after{
    width:120px;
}

ul.footer-link-explore{
    padding:20px 0px 0px 15px;
}
ul.footer-link-explore li{
    list-style: none;
    display: block;
    margin: 10px 0;
}
ul.footer-link-explore li a{
    color:rgba(255, 255, 255, 0.8);
    
    transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}
ul.footer-link-explore li a:hover{
    padding-left:10px;
    text-decoration: none;
    color:#71ba09;
}
ul.footer-link-explore li a i{
    padding-right:4px;
}


.address-wrp-footer {
    padding: 18px 0px 0px 0px;
    
}
.address-wrp-footer-item-row{
    margin-bottom:6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrp-footer-box {
    width: 45px;
    min-height: 45px;
    float:left;
}
.icon-wrp-footer-box i{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0px auto;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid #f5f5f5;
    padding: 8px 0px;
    font-size: 16px;
}
.details-box-address-and-detailss{
    float: left;
    width: 80%;
    margin-left: 20px;
}
.details-box-address-and-detailss p{
    color: #f5f5f5;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.details-box-address-and-detailss a{
    color:#f5f5f5;
    
    transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}
.details-box-address-and-detailss a:hover{
    text-decoration: none;
    color:#71ba09;
}

.copy-right-wrp {
    background: #000;
}
p.copy-right-company{
    color:#f5f5f5;
    margin:0px;
    padding:8px 0px;
    font-size:12px;
}









/*===========================================================================================================================
                                                          About Section Part
=============================================================================================================================*/

section.naviagtion-bar {
    background-image: url(../images/navigation-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 50px 0 50px 0;
}

section.naviagtion-bar .navigation-inner h2{
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 10px;
}
section.naviagtion-bar .navigation-inner ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


section.naviagtion-bar .navigation-inner ul li:first-child{
    margin-left: 0;
}
section.naviagtion-bar .navigation-inner ul li{
    display: inline-block;
    margin: 0 12px;
    color: #e8e8e8;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    position: relative;
}

section.naviagtion-bar .navigation-inner ul li:after{
    position: absolute;
    right: -20px;
    top: 2px;
    color: #fff;
    content: "/";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
section.naviagtion-bar .navigation-inner ul li:last-child:after{
    display: none;
}

section.naviagtion-bar .navigation-inner ul li a{
    color: #fff;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}








/*========================================================================================================================
                                                        Gallery
=========================================================================================================================*/

.title-gallery-sec-devs {
    margin-bottom: 55px;
    text-align: center;
}
.title-gallery-sec-devs h2 {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #71ba09;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0;
    font-family: "Raleway", Open sans-serif;
}

.title-gallery-sec-devs h2:before{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    right: 18%;
    top: 24%;
    z-index: 1;
    width: 35px;
    height: 7px;
}

.title-gallery-sec-devs h2:after{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    left: 18%;
    top: 24%;
    z-index: 1;
    width: 35px;
    height: 7px;
}


.image-wrapper-gallery{
    width:100%;
    overflow: hidden;
    margin-bottom:20px;
}
.image-wrapper-gallery img{
    width:100%;
    border-radius: 4px;
}














/*=========================================================================================================================
                                                            Contact Page
============================================================================================================================*/
section.contact-section {
    background: #fff;
    padding: 80px 0px 60px;
}
.box-use-contact-details {
    padding: 20px 15px;
    border: 2px solid #ccc;
    border-radius: 6px;
}

.icons-details{
    position: absolute;
    left: 68px;
    top: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    background-color: #004650;
    color: #fff;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.content-details-contact-page-section {
    padding-left: 90px;
}

.content-details-contact-page-section h3{
    font-weight: 700;
    color: #242424;
    font-size: 26px;
}

.content-details-contact-page-section p{
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #242424;
    margin-bottom:0px;
}
.content-details-contact-page-section p a{
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #242424;
    margin-bottom:0px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    font-weight:600;
}
.content-details-contact-page-section p a:hover{
    text-decoration: none;
    color:#71ba09;
}




section.section-wrp-form-contact {
    padding: 30px 0px 70px;
    /*background: #e0e0e0;*/
}

.wrp-main-title-contact-pages{
    margin-bottom: 55px;
    text-align: center;
}
.wrp-main-title-contact-pages p{
    font-size: 16px;
    line-height: 28px;
    color: #918f8e;
}

.wrp-main-title-contact-pages h3 {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #71ba09;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0;
    font-family: "Raleway", Open sans-serif;
}

.wrp-main-title-contact-pages h3:before{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    right: 18%;
    top: 16%;
    z-index: 1;
    width: 35px;
    height: 7px;
}

.wrp-main-title-contact-pages h3:after{
    content: '';
    border-bottom: solid 1px #71ba09;
    border-top: solid 1px #71ba09;
    position: absolute;
    left: 18%;
    top: 16%;
    z-index: 1;
    width: 35px;
    height: 7px;
}

.box-wrp-white-contact {
    background: white;
    padding: 46px 40px;
    border-radius: 7px;
    box-shadow: 0px 0px 4px 2px #ccc;
}


.manage-margin-top-and-contant-also .form-control{
    line-height: 35px;
    border-radius: 0px;
}


.manage-margin-top-and-contant-also .form-control:active,
.manage-margin-top-and-contant-also .form-control:focus{
    outline:none;
    box-shadow: none;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}




section.map-section{
    padding-bottom:20px;
}






section.sec-product-detailss {
    padding: 80px 0px 50px;
}

.img-wrp-details-under-product{
    
}
.img-wrp-details-under-product img{
    width:100%;
}


.div-wrapper-box-solution h3{
    font-weight: 700;
    font-style: italic;
    font-size: 55px;
    line-height: 1.18;
    word-break: break-word;
    margin-top: 20px;
    margin-bottom: 0.65em;
    font-family: 'Playfair Display', serif;
    color: #71ba09;
}

.div-wrapper-box-solution p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #486173;
}
.div-wrapper-box-solution ul{
    padding:0px;
    padding-top:10px;
    padding-left: 12px;
}

.div-wrapper-box-solution ul li{
    padding-bottom: 10px;
    list-style: none;
}
.div-wrapper-box-solution ul li a{
    display:inline-block;
    padding:4px 0px;
    color:#242424;
}
.div-wrapper-box-solution ul li a i{
    color: #21b73d;
    padding-right: 15px;
}

.div-wrapper-box-solution ul li a:hover{
    color:#21b73d;
    text-decoration: none;
    padding-left: 30px
}




