.body{
    background-color:#f5f7fa;
    font-family:URWDIN-Regular, sans-serif;
}

h1 {
text-shadow: 2px 2px 4px #d2d4d6;
}
h3 {
}
.row {
margin-right:0px;margin-left:0px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.navbar-dark{
    background-color:#18222c;
}

.black_title {
    color: white;
    padding-left: 20px;
    font-size: 2vw;
    font-weight: bold;
}

.black_body {
    color: white;
    font-size: 1vw;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.black_body b {
    color: #ED7D3A;
}

.black_list {
    list-style-type: square;
}

.servicebg_title {
    padding-top:50px;
    width:100%;
    padding:10px;
    text-align:center;
    color:#ED7D3A;
    font-weight: bold;
}
.servicebg_block_title {
display: block; border-radius: 25px;
  background: #212529;
  padding: 20px;
  margin-bottom: 30px;
  color:#FFFFFF;
    box-shadow: 2px 2px 4px #d2d4d6;
  }

.servicebg_block {
    padding-left:25px;
    padding-right:25px;
    color:#212529;
}
.service_column {
    padding-left:10px;
    padding-right:10px;
    padding-bottom:50px;
}
.values_block {
    padding-left:20px;
    padding-right:20px;
    color:#27282;
    text-align: center;
}

.tech_title {
    color: white;
    padding-left: 10%;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 2.2vw;
    font-weight: bold;
}
.tech_body {
     color: white;
    padding-left: 10%;
    font-size: 1vw;
    padding-bottom: 20px;
}

.tech_card {
    background-color:#ED7D3A;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: skew(20deg);
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
        box-shadow: 2px 2px 4px #212529;
    }

.techico {
    height:5vw;
    padding-left: 5%;
}

.techtext {
transform: skew(-20deg);
height: 100%;
}
.tech_titlesub {
padding-top:1vw;
padding-left: 5%;
font-size: 1.75vw;
font-weight: bold;


}
.tech_bodysub {
padding-top:1.75vw;
padding-left: 3%;
font-size: 1.15vw;

}

.blogpic {
    width:100%;
    height: 20vw;
}
.values_title {
    color: #EF2D56;
    padding-top:10px;
    padding-bottom:10px;
    font-weight: bold;
    font-size: 2.2vw;
    text-align: center;
    text-shadow: 2px 2px 4px #d2d4d6;
}

.values_img {
    width:5vw;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.servicebg_block:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #f5f7fa;
    left: 0;
    top: -30px;
}
.footer {
    background-color:#18222c;
    color:#fff;
    position:relative;

}

.footerCopy{
    width:100%
}

.footerBg__left{
    float:left;
    top:0;
    left:0;
    width:60%;
    height:calc(100% - 89px);
    background-color:#2d2e2d;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}

.footer a {
    color:rgba(255,255,255,.5);
}

.footerBg__right{
    float:right;
    top:0;
    left:0;
    width:40%;
    height:calc(100% - 89px);
    background-color:#18222c;
     padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}
.footerBg__left_row{
    margin-left:20px;
}

.social_icon {
max-height: 70px;
min-height: 35px;
padding-top: 5px;
padding-left: 5px;padding-right: 5px;padding-bottom: 15px;

}

.footer_socialmedia {
margin-left:2rem;
}

.footer_bottom {
    padding-left: 20px;
    padding-bottom: 10px;
    margin-top: 10px;

}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
  border-radius: 5px 5px 0 0;
}