body{
	background: #EEEEEE;
	font-family: 'Ubuntu', sans-serif;
}
.site-bg{
	background: #26A76F;
}
.site-color-green{
	color: #26A76F;
}
.site-color-blue{
	color: #173665;
}
.top-header{
	text-align: right;
	font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    padding: 9px 20px;
    font-weight: 500;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(38 167 111);
}
#home-slider .owl-dots{
	position: relative;
    top: -40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #26A76F;
}
.owl-dot:focus{
	outline: 0;
}
.border-10{
	border-radius: 10px;
}
.dark-triangles{
	background: url(../../img/logo/dark-triangles.png);
}
.sub-title{
	font-weight: 400;
    opacity: 0.8;
}
.sc-img img {
    border-radius: 12px;
    box-shadow: 0px 5px 13px 0px #17171796;
    transition: 0.5s;
}
.img-fluid{
    width: 100%;
}
.fnt-sm{
    font-size: 13px;
}
.sc-title{
	margin-top: -35px;
	border-radius: 12px;
	color: #fff;
    height: 95px;
}
.service-card{
	margin-bottom: 20px;
	cursor: pointer;
}
.service-card:hover .sc-img img{
	box-shadow: 0px 9px 13px 0px #17171796;
	transition: 0.5s;
	webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.catalogue-banner{
	background: url(../../img/banner/banner-for-download.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 180px;
}
.btn-site{
	background: #26A76F;
	color: #fff;
	border-radius: 0;
}
.btn-site:hover{
	color: #fff;
}
footer{
	background: #313030;
	border-top: 6px solid #26A76F;
}
footer h4{
	font-weight: 400;
}
.f_nav a{
	color: #BABABA;
}
.f_nav a:hover{
	color: #fff;
}
.w-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-ul {
    position: relative;
    left: 15px;
    color: #c0c0c0;
}
.contact-ul li {
    line-height: 1.5;
    margin-bottom: 15px;
    margin-left: 10px;
}
.w-ul-none li {
    float: none;
    padding: 0;
}
.contact-ul img {
    position: absolute;
    left: -23px;
    color: #BD4F53;
}
.form-control:focus{
    box-shadow: unset;

}
.owl-carousel .owl-item img{
    display: inline;
}
.a-none{
    color: unset;
}
.a-none:hover{
    text-decoration: unset;
    color: unset;
}

/*Mobile devices*/
 @media only screen and (max-width : 768px) {
   .m-hide{
   	display: none;
   }
   .m-text-center{
   	text-align: center;
   }
 
}
/* Medium Devices, Desktops */
 @media only screen and (max-width : 992px) {
    .servi-content{
        padding-top: 35px;
        padding-bottom: 45px;
    }
}
/* Large Devices, Wide Screens */
 @media only screen and (max-width : 1200px) {

}
 @media only screen and (max-width : 1888px) {
}
.txt-clr-green{
    color:#44ae82;
}
.list-bg{
    /*border-radius: 2px; */
    margin: 0;
    color: #24a56f;
    /* border: 1px dashed #23a66e; */
    list-style: none;
    padding: 0;
}
.list-bg li{
    /* font-size: 14px; */
    padding-bottom: 15px;
}
.list-bg li i{
    padding-right: 15px;
    font-size: 18px;
}
.list-bg li span{}
.grid-thum{
    background:#f6f6f6;
}
.img-border{
    /*border: 7px double #24a76f;*/
    /*border-radius: 4px;*/
    transition: 1s;
}
.img-border:hover{
    webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.benfits-list{
    list-style:none;
    padding-left:0;
}
.benfits-list li{
    padding-top: 12px;
    color: #e7e7e7;
}
.benfits-list li i{
    display:table-cell;
    padding-right: 15px;
}
.benfits-list li span{
    display:table-cell;
}
.text-dark-blk{
    color:#000000;
}
.head-style-1{
    /*padding-top: 15px;*/
    color: #fffafa;
    font-size: 18px;
    /*text-align: center;*/
    /*border-bottom: 2px solid #23a66f;*/
    /*margin:0;*/
}
.txt-style-2{
    color: #646464;
    font-weight: 500;
    font-size: 18px;
}
.grey-txt{
    color: #8d8d8d;
}
.green-org{
    background:#25a66e;
}
/*img-box*/
.box-wrap{
    cursor: pointer;
    overflow: hidden;
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    box-shadow: 3px 6px 6px 0 rgb(0 0 0 / 11%);
    background: #ffffff;
}

.img-bx{
    position: relative;
}
.box-wrap:hover img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.box-wrap img{
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.img-set{
    width: 100%;
    display: inline-block;
    max-width: 100%;
    height: auto;
    
}

.img-caption{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
}
.img-caption h2{
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: #ffffff;
}
.servi-content{
    position: relative;
    padding: 30px 15px;
}
.servi-content:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent #ffffff transparent;
    transform: translate3d(-50%, 0, 0);
}
.ser-list{
    /*list-style: none;*/
    /*padding: 0;*/
    margin: 0;
    color:#7c7c7c;
}
.list-sec{
    background:#ffffff;
    /*margin-bottom: 50px;*/
}
.hori-bx{
    margin-bottom: 20px;
}
.bx-inside{
    cursor: pointer;
    color: #44ae82;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    margin: 0px;
    padding-right: 50px;
    border: 2px solid #eeeeee;
    border-radius: 7px 1px 7px 1px;
}
.bx-inside p{
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}
.bx-inside:hover{
    background:#26a76f;
	border-color:#26a76f;
    color: #fff;
    transition:all .35s ease-in-out;
}

.h-points{
    background:#ffffff;
}
.h-points p{
    color: #000000;
    margin-bottom:10px;
}
.h-points h3{
    /*text-align: center;*/
    color: #173665;
    font-size: 30px;
    /*text-transform: uppercase;*/
    padding-top: 30px;
    padding-bottom: 15px;
}
.h-points h5{
    padding-top: 15px;
    color: #ffffff;
    font-size:30px;
}
.h-points ul{
    margin: 0;
    padding-bottom: 30px;
    font-size:14px;
}
.h-points ul li{
    color: #ffffff;
    padding-bottom:12px;
    font-weight: 500;
}
.map-area{
    background: #25a56f;
    /*padding: 20px;*/
}
.card-pic{
    /*background: #24a56f;*/
}
.card-style-3{
    background:#f6f6f6;
}
.d-bx{
    /*border: 1px dashed #23a66f;*/
    /*padding: 15px;*/
    border-radius: 5px;
    /*background: #fff;*/
    text-align:center;
    cursor: pointer;
    transition: box-shadow .3s;
    color: #173665;
}
.d-bx:hover .img-war img{
    box-shadow: 0px 9px 13px 0px #17171796;
    transition: 0.5s;
    webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.box-title{
    margin-top: -35px;
    border-radius: 12px;
    color: #fff;
    /*height: 95px;*/
}
.box-title h6{
    font-size: 15px;
    margin: 0;
    padding-top: 15px;
    padding-left:5px;
    padding-right:5px;
}
.img-war{
    
}
.img-war img{
    border-radius: 12px;
    box-shadow: 0px 5px 13px 0px #17171796;
    transition: 0.5s;
}

/*************************** WHATSAPP ******************/
.float-whatsapp{
	    position: fixed;
    /* width: 60px; */
    /* height: 60px; */
    bottom: 40px;
    right: 40px;
    /* background-color: #25d366; */
    /* color: #FFF; */
    /* border-radius: 50px; */
    /* text-align: center; */
    /* font-size: 30px; */
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.my-float{
    /* margin-top: 16px; */
    font-size: 60px;
    color: #25d366;
}
.six-img-area{
    background:#ffffff;
}
.s-bx-wrapper{
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 23%);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 23%);
}
.title-name{
    background: #8bca07;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 0px 12px 20px;
    margin-bottom:15px;
}
#banner-bg{
    background-color: rgb(20 22 26 / 60%);
}
#bg-blue{
    background:#0098db;
}
#bg-purple{
    background:#9278d1;
}
#bg-yellow{
    background:#f0ab00;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color:#26a76f;
}