  .cardcommon2 .card-body{
    border: 2px solid #ffff;
  }
	.pad-top-75{
padding-top: 70px;
	}
 .pad-top-2{
padding-top: 2%;
    }
  .cardcommon2{
    height: 350px;
    border-radius: 0px;
  }
  .bg1{
    /*background-color: #ee671e73;*/
    text-shadow: 2px 2px 4px #0000000f;
    background: linear-gradient(#f7ba9a, #e8900c);
    border-radius: 15px;
    /*font-weight: 600;*/
  }
  .bg2{
    /*background-color: #ee671e73;*/
    text-shadow: 2px 2px 4px #0000000f;
    background: linear-gradient(#f7ba9a, #e8900c);
    border-radius: 15px;
   /* font-weight: 600;*/
  }
  
.card-body  ul{
  padding: 0px 58px;
  font-size: 14px;
}

  .firstcard .card{
    border: 0px;
  }
  .bg1 .card-text{
    line-height: 1.8em;
  }
  .bg1 ul li{
   /* line-height: 1.8em;*/
    color: #000;
    font-weight: 600;
  }
  .bg2 ul li {
    /*line-height: 1.8em;*/
    color: #000;
     font-weight: 600;
}
  .bg2 .card-text{
    line-height: 1.8em;
  }
  .bg2 ul li{
    line-height: 1.8em;
  }  

.bg1 .card-title{
font-weight: bold;
}
.bg2 .card-title{
font-weight: bold;
}
.bgdarkbtn3 a{
	color: #fff;
	text-decoration: none;
}
.bgdarkbtn1 a{
	color: #fff;
	text-decoration: none;
}
.bgdarkbtn2 a{
	color: #fff;
	text-decoration: none;
}
.bgdarkbtn4 a{
	color: #fff;
	text-decoration: none;
}
.bgdarkbtn1 {
    background-color: #1043ad;
    border: 0px;
    color: #fff;
    font-size: 12px;
    padding: 6px 24px;
    border-radius: 5px;
    margin-top: 54px;
} 
.bgdarkbtn2 {
    background-color: #1043ad;
    border: 0px;
    color: #fff;
    font-size: 12px;
    padding: 6px 24px;
    border-radius: 5px;
    margin-top: 16%;
}
.bgdarkbtn3 {
    background-color: #1043ad;
    border: 0px;
    color: #fff;
    font-size: 12px;
    padding: 6px 24px;
    border-radius: 5px;
    margin-top: 39px;
}
.bgdarkbtn4 {
    background-color: #1043ad;
    border: 0px;
    color: #fff;
    font-size: 12px;
    padding: 6px 24px;
    border-radius: 5px;
    margin-top: 5px;
}
/*.bgdarkbtnend{

 margin-top: 23px;
}*/

.navbar li {
    position: relative;
    padding: 0px 10px;
}
.navbar .dropdown:hover>ul {
  width: 200px;
    opacity: 1;
    top: 100%;
    visibility: visible;    
    border-top: 3px solid #e86c17;
    
    }

element.style {
}
.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.servr-icon {
    background-image: url(img/server-mng.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 5px;
    margin-right: 20px!important;
}
.counts .count-box {
    padding: 5px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    border: 1px solid #cccccc70;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #fff;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3498db;
    bottom: 0;
    left: calc(50% - 20px);
}
#footer .footer-top h4 {
    font-size: 16px;
    
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    color: #fff;
    align-items: center;
}
.white{
    color: #fff;
}
.contactdetails li{
color: #fff;
list-style: none;
}
.socialicon .iconbor .fa{
    margin: 10px 7px;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}
.innerdropdown{
  background-color: #ccc;
  padding: 10px 20px;
}
.innerdropdown li:hover{
  background-color: #e9ecef;
}
.innerdropdown li{
  padding: 0px 10px;
}
.fa-chevron-down:before {
    content: "\f078";
    font-size: 8px;
    }
    .count-box img{
      height: 50px;
    }
   .footer-top ul li .fa-chevron-right{
font-size: 8px;
padding: 0px 10px;
    color: #fff;
    }
    ol, ul {
    padding-left: 0rem;
}
.bgdarkbtn a{
  text-decoration: none;
  color: #fff;
}
.member h2{
    font-size: 20px;
    font-weight: bold;
    color: #de6f29;
}

.cartouter{
	padding: 5px;
    background-color: #d10828;
}
.cartouter a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.fa-shopping-cart{
	padding: 0px 10px;
    color: #ffc107;
}
#contact{
	margin-top: 77px;
}
.fa-home{
	    padding: 4px 0px 0px 0px;
}
.cardcommon2 .card-title{
	color: #000;
}
.cardcommon2 .card-text{
	color: #000;
}
.info-wrap .row{

    background-color: #cccccc29;
    padding: 10px;
}
.align-items-stretch{
	    align-items: stretch!important;
}
@media (min-width: 992px)
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;

.services .icon-box {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}