@charset "utf-8";
/* CSS Document */
.header-upper-style3 {
    position: relative;
    display: block;
    background: #035996;
    padding: 0px 0 40px;
}
.main-menu.style2.s3 .navigation > li > a i::before {
    color: #035996;
}
.btn-three {
    background: #E95150;
    color: #ffffff;
}
.top-social-links-style1 ul li a i {
    color: #035996;
}
.bg-black {
background-color: #212121;
background-image: url("https://www.transparenttextures.com/patterns/dark-denim.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.text-theme {
	color: #6bbcff;
}
.bg-theme-dark {
	background: #035996;
}
.bg-2 {
background-color: #faf0ff;
background-image: url("https://www.transparenttextures.com/patterns/fabric-of-squares.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.bg-3 {
background-color: #fff0f0;
background-image: url("https://www.transparenttextures.com/patterns/nistri.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.bg-4{
background-color: #d0e5f5;
background-image: url("https://www.transparenttextures.com/patterns/wet-snow.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.product-bg{
	background-color: #454d49;
background-image:url("../bg/bg-2.jpg");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.mission-bg{
	background-color: #454d49;
background-image:url("../bg/mission-bg.jpg");
}
.gredient-bg-01 {
	background: linear-gradient(to top right, #ef5749 21%, #d00b98 100%);
}
.gredient-bg-02 {
background: linear-gradient(to top right, #b305a2 0%, #022196 100%);
}
.gredient-bg-03 {
background: linear-gradient(to top right, #024097 21%, #05a63f 100%);
}
.capability {
	padding: 40px 30px;
	text-align: center;
	color: #FFFFFF;
	margin: 15px;
}
.capability .icon-holder span::before {
    color:#FFFFFF;
    font-size: 65px;
    line-height: 65px;
}

.single-fact-counter.style2 .count-box h1 span.percent {
    padding: 0 5px;
}
.single-fact-counter.style2 .count-box h1 span.percent::before {
    top: 10px;
    right: 0;
    font-size: 25px;
    line-height: 25px;
}
.single-fact-counter .count-box h1 span.percent::before {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'icomoon';
    content: "\f295";
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.case-study-font {
	font-size: 19px;
	font-weight: 500;
	line-height: 25px;
}
.border-1 {
	border: #C3C3C3 1px solid;
}
.text-capitalize {
	text-transform: capitalize;
}

.serviceBox{
    padding-left: 30px;
    position: relative;
	
}
.serviceBox:before{
    content: "";
    width: 60px;
    height: 60px;
    background: #035996;
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
}
.serviceBox .service-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #035996;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}
.serviceBox .service-content{
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #d5d5d5 #d5d5d5 #3f4147;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
	background:#FFFFFF;
}
.serviceBox:hover .service-content{
    background: #3f4147;
    border-color: #3f4147;
}
.serviceBox .title{
    font-size: 30px;
    font-weight: 600;
    color: #333;
    padding-left: 30px;
    margin-bottom: 35px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox:hover .title{
    color: #fff;
}
.serviceBox .description{
    font-size: 16px;
    color: #858585;
    margin: 0;
}
.serviceBox:hover .description{
    color: #fff;
}
.serviceBox .read-more:hover{
    background: #2a2b2c;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 50px; }
}
.table-responsive td tr {
   border: #B0B0B0 solid 1px;
	padding: 10px;
}

.table-bordered td, .table-bordered th {
    padding: 7px 10px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
