.navbar{
	padding: 5px 0;
	background: #ffffff;
}
.navbar-brand img{
	width: 250px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	color:#001d4c;
}
.topbar-contact-info ul li a:hover {
    color: #184a93;
}
.btn-default.btn-highlighted::before{
	background-color: #184a93;
}
.hero{
	background: #184a93;
}
.main-footer{
	background: #001d4c;
}
.footer-copyright-text{
	padding: 20px 0;
}
.footer-links img{
	margin-bottom:20px;
}
.our-services {
    background: #ffffff url(../images/service-bg.svg) no-repeat;
}
.scrolling-ticker-text {
    margin-bottom: -10px;
    margin-top: 40px;
}
.section-title h3{
	color: #	;
}
.section-title h1 span, .section-title h2 span {
    color: #184a93;
}
.btn-default{
	background: #184a93;
}
.service-item::after{
	background: #184a93;
}
.service-item .icon-box{
	background: #ffffff;
    border: 2px solid #184a93;
	margin-bottom: 25px;
}
.service-item-content{
	border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 5px;
	min-height: 190px;
}
.service-item-content h3{
	margin-bottom: 8px;
}
.service-item .icon-box i{
	color: #184a93;
    font-size: 22px;
}
.section-footer-text p a{
	color: #184a93;
}
.service-item{
	border: 1px solid #001d4c;
}
.about-body-list .icon-box i{
	color: #184a93;
    font-size: 22px;
}
.about-body-item .icon-box{
	background-color: white;
    border: 2px solid #184a93;
}
.about-body-item .icon-box:before{
	background-color: transparent;
}
.about-us-images img{
	height: 600px;
    object-fit: cover;
	border-radius:6px;
}
.our-testimonials {
	background: url(../images/testimonials-bg.png), #184a93;
}
.testimonials-counter-item {
    width: calc(50% - 22.5px);
}
.testimonials-counter-item h2 {
    width: auto;
    margin-right: 25px;
}
.testimonials-counter-list{
	margin-top: 40px;
    padding-top: 50px;
}
.what-we-do-footer {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.what-we-do-list ul li{
	line-height: 1.1em;
}
.what-we-do-content{
    background-color: #184a93;
}
.footer-links ul li a:hover {
    color: #DCFD7D;
}
.contact-us-form{
	background-color: transparent;
}
.contact-form .form-control{
	border: 1px solid;
}
.page-contact-us .contact-us-form .section-title {
    border-bottom: none;
    padding-bottom: 0;
}
.work-process-content {
    width: 100%;
}
.work-process-content h3{
	color: white;
}
.work-process-item{
	border: 1px solid #000000;
}
.our-clients{
	padding-bottom: 15px;
}
.client-list{
	display: flex;
    align-items: center;
    justify-content: center;
}
.client-list img{
	width: 300px;
}
.client-list .image-anime {
    border: 1px solid #001d4c;
    margin: 15px;
    margin-top: 0;
    border-radius: 12px;
    padding: 20px;
	text-align: center;
}
.hero-body ul li{
	font-size: 22px;
}
.what-we-do-list {
    width: 100%;
}



@media (max-width: 767px) {
	.section-title h1 {
        font-size: 28px;
        line-height: 40px;
    }
	.client-list {
		display: block;
	}
	.about-us-images img {
		height: auto;
	}
	.what-we-do-list ul li {
		line-height: 25px;
	}
	.testimonials-counter-list{
		display: block;
	}
	.testimonials-counter-item {
		width: 100%;
		margin-bottom: 27px;
	}
	.client-list img{
		width: 200px;
	}
	.topbar{
		display: none;
	}
	.responsive-menu, .navbar-toggle{
		display: none;
	}
	.navbar-brand img {
        max-width: 220px;
    }
	.our-services{
		background: unset;
	}
	.service-item-content{
		min-height: auto;
	}
	.section-title h2{
		line-height: 36px;
	}
	.navbar-brand {
		width: 100%;
		text-align: center;
	}
	.hero-body ul li {
		font-size: 16px;
	}
}