@import url("top.css");
@import url("search.css");
@import url("webslidemenu.css");

body{
     background-color: #000;
}

.logo>a>img{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.bg-black{
    background-color: #a6ce39;
}

.product-box-layout1 {
    text-align: center;
    margin-bottom: 2rem;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding-bottom: 2rem;
}

.product-box-layout1 .item-img {
    position: relative;
}

.product-box-layout1 .itemt-content {
    line-height: 1;
    margin-top: 20px;
}
.product-box-layout1 .itemt-content .title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}

.color-dark a {
    color: #111111;
}

.product-box-layout1 .itemt-content span {
    color: #000;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
}


/*:::::::::::::technology section:::::::::::::*/ 

.home_working_section{
    padding: 40px 0;
}


.home_working_section .inner-content{
  margin: 0px 0 30px;
}

.home_working_section .working-block{
  padding: 0px 15px;
    max-width: 20%;
}

.home_working_section .title h2 {
    
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.home_working_section .title h2 span {
    font-weight: 700;
}

.home_working_section .title h2:after {
    content: '';
    position: absolute;
    width: 48%;
    height: 3px;
    bottom: -3px;
    left: 25%;
    background-color: #a6ce39;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.home_working_section .title p {
    
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
    padding: 50px 0;
    max-width: 66%;
}


.working-block-one .inner-box{
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  padding: 0px 25px 15px 25px;
  margin-top: 90px;
  min-height: 275px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover{
  transform: translateY(-15px);
}

.working-block-one{
  position: relative;
    text-align: center;
}

.working-block-one:before{
  position: absolute;
  content: "\F135";
  font-family: "bootstrap-icons";
  font-size: 20px;
  line-height: 24px;
  top: 70px;
  right: -26px;
    color: #a6ce39;
}
.home_working_section .working-block:last-child .working-block-one:before{content: none;}
.working-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #a6ce39;
  padding: 5px;
  margin-top: -90px;
  margin-bottom: 19px;
}

.working-block-one .inner-box .icon-box .count-box{
  position: absolute;
  top: 8px;
  right: -12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 3px solid rgb(255, 255, 255);
    background: #a6ce39;
  z-index: 2;
}

.working-block-one .inner-box .icon-box .icon{
  position: absolute;
  display: inline-block;
  left: 3px;
  top: 3px;
  width: 130px;
  height: 130px;
  line-height: normal;
  font-size: 60px;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
    overflow: hidden;
}

.working-block-one .inner-box .icon-box .icon:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
background: #a6ce39;
}
/*.working-block-one .inner-box .icon-box .icon img{max-width: 70px;}*/
.working-block-one .inner-box .lower-content{text-align: center;}
.working-block-one .inner-box .lower-content h3{
  margin-bottom: 12px;
    text-align: center;
    font-size: 18px;
}

.working-block-one .inner-box .lower-content .pattern-layer{ 
  position: relative;
  display: block;
  max-width: 62px;
  width: 100%;
  height: 9px;
  margin: 0 auto;
  margin-bottom: 23px;
  background-repeat: no-repeat;
  /*filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
    background: url(../images/line-4.png);
}

.working-block-one .inner-box:hover .lower-content .pattern-layer{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

/*:::::::::::::technology section end:::::::::::::*/



.fcont h2{
	font-size:22px;
	color:#fff;
	font-weight:600;
    margin: 0;
    margin-bottom: 8px;
	text-transform:uppercase;
}
.fcont h4{
	font-size:18px;
	color:#fff;
	font-weight:normal;
    line-height: 25px;
    margin: 0;
	text-transform:capitalize;
}

.ft-Footer{
	margin-bottom: 0px;
}


.SocialMediaIcon{
    display: inline-block;
}		  
.SocialMediaIcon ul{
    margin:0px;
    padding:0px;
    list-style:none;
}		  
.SocialMediaIcon ul a li {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    line-height: 44px;
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}		  
.SocialMediaIcon ul a:hover li{
    color: #ffffff;
    transform: rotate(360deg);
    background-color: #a6ce39;
}

.copy-right a {
	 color: #fff;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}
.copy-right .cr-text { 
    color: #fff;
	text-align:left;
	padding-top: 14px;
}
.copy-right .powered { 
    color: #fff;
	text-align:right;
	padding-top: 14px;
}

@media only screen and (max-width: 480px) {
    
     .home_working_section .working-block {
        max-width: 50%;
    }
    
.logo>a>img{
    width: 75%;
}

.search-open{
	    display: none;
}

.copy-right .cr-text{
	text-align: center;
}

.copy-right .powered{
	text-align: center;
	padding-top:0px;
}

}