html, body {
  margin: 0;
}

.features .eg_mid{
background-color: #F8F9FA;
padding: 2% 2%;
}

.features .eg_mid p {
    color: #777777;
}

ul#eg_core_value{
    min-width: 100%;
    list-style: outside none none;
    text-align: left !important;
	margin-top:10px;
    padding: 0;
}

ul#eg_core_value li {
    display: inline-block;
	width:80%;
	vertical-align:top;
	}

ul#eg_core_value li:nth-child(1) {
	border-right: 2px solid #D9232D;
	padding-right:30px;
	margin-right:30px;
	width:15%;
}




#particle-canvas {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, rgb(10, 10, 50) 0%,rgb(60, 10, 60) 100%);
  vertical-align: middle;
}

.services .icon-box h4 {
margin-left: 0px !important;
font-weight: 700;
margin-bottom: 0px;
font-size: 18px;
text-align: center;
margin-top: 15px;
}

.services .icon-box p {
margin-left: 0px !important;
font-weight: 600;
margin-bottom: 15px;
font-size: 14px;
text-align: center;
margin-top: 0;
color: #556270;
}

.banners{
padding-bottom: 10px;
background-attachment:fixed;
background-size:cover;
background-color:#1E1F3F;
}


.banners h2 {
color: #fff;
margin-bottom: 20px;
font-size: 48px;
font-weight: 400;
text-align: center;
padding-top: 30px;
}

.banners p {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
margin: 0 auto 30px auto;
color: #fff;
text-align: center;
width: 70%;
}

.owl-carousel .owl-item img {
display: block;
width: 100%;
border-radius: 6px !important;
}


ul#myTab{
min-width: 100%;
list-style: outside none none;
text-align: center !important;
margin-top:6%;
padding: 0;
}

ul#myTab li {
display: inline-block;
width:32% !important;
vertical-align:top;

}

ul#linkupdated{
min-width: 100%;
list-style: outside none none;
text-align: left !important;
margin-top:2%;
border-top:1px solid #dfdfdf;
padding: 0;
}

ul#linkupdated li {
display: inline-block;
width:auto !important;
vertical-align:top;
margin-right:20px;
}

ul#linkupdated li i{
font-size: 20px;
color: #d9232d;
position: relative;
top: 12px;
}
.blogs-box .blog-item {
  background-color: #f8f9fa;
  display: block;
  padding: 15px;
  border-radius: 10px;
      margin-bottom: 15px;
}
.blogs-box .blog-item:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.blogs-box .img-box{
	background-size: cover;
    min-height: 200px;
}
.blogs-box h4 {margin-left: 0px !important;font-weight: 700;margin-bottom: 10px;font-size: 18px;text-align: center;margin-top: 15px;min-height: 42px;align-items: center;display: flex;justify-content: center;}

.blogs-box .blog-item p {text-align: justify;margin-left: 0px !important;font-weight: 600;margin-bottom: 0;font-size: 14px;margin-top: 0;color: #556270;text-align-last: center;}


.single-blog-image{
    width: 500px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
 .single-blog-image img{   
	width: 100%;
 }