/* Commomn styles */

body {
	font-weight:400;
    color: #0e1b38;
    font-size: 14px;
}
a {
	color: #0e1b38;
	font-size: 14px;
	transition-duration: 0.4s;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition-duration: 0.4s;
}
a:hover, a:active {
    color: #239ea5;
}
a:focus {
	outline: none;
}
img {
	max-width:100%;
}
p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.col-1by5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.pad-none {
	padding-left:0px;
	padding-right:0px;
}

.pad-left-none {
	padding-left:0;
}

.pad-right-none {
	padding-right:0;
}
.pad-5-row {
	margin-left:-2.5px;
	margin-right:-2.5px;
}
.pad-5-row > div {
	padding-left:2.5px;
	padding-right:2.5px;
}
.white-bg {
	background:#fff;
}
p.alt {
	font-weight:400;
	font-size:15px;
	line-height:17px;
	margin-bottom:20px;
}
.h-list {
	list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.h-list li:not(:last-child) {
    margin-right: 5px;
}
.v-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
.v-list li:not(:last-child) {
    margin-bottom: 5px;
}
.dot-list {
    list-style: disc;
    padding-left: 17px;
}
.section {
    margin-bottom: 50px;
}
.text-mute {
	color: #bfbfbf !important;
}

.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.title-2 {
    color: #777777;
    font-size: 40px;
    text-align: center;
    padding: 0 15px;
}
.title-4 {
    font-weight: 700;
}
.sub-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.sub-title-2 {
    font-size: 16px;
    font-weight: 700;
}
.bg-line {
    position: relative;
    display: flex;
    align-items: center;
}
.bg-line::after {
    content: '';
    height: 1px;
    flex: 1;
    background: #1c74bb;
    position: relative;
    top: 3px;
    margin-left: 30px;

}
button:hover,
button:focus,
button:active {
    outline: 0;
}
.btn {
    border-radius: 30px;
    text-transform: capitalize;
    padding: 5px 20px;
    font-size: 14px;
}
.btn-primary {    
    background-color: #1c74bb;
    border-color: #1c74bb;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
}
.btn-border-secondary {
    border-color: #222222;
    background-color: #fff;
    
}
.btn-border-primary {
    background: #fff;
    border-color: #1c74bb;
    color: #1c74bb;    
}
.btn-float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-link {
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;    
    font-weight: 500;
}
a.btn-link {
    color: #00a022;
}
.btn-link i {
    font-size: 20px;
    line-height: 10px;
    margin-right: 5px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:hover,
.btn:focus:hover {
    background-color: #239ea5;
    border-color: #239ea5;
    color: #fff;
    text-decoration: none;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #239ea5;
    background-color: transparent;
}
.floated-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.xy-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.x-center {
    display: flex;
    justify-content: center;
}
.y-center {
    display: flex;
    align-items: center;
}
.card {
    display: flex;
    flex-direction: column;
}
.card-body {
    flex: 1 1 auto;
}
.h-100 {
    height: 100% !important;
}
.border-left-s1 {
    border-left: 2px dashed #565656;
    padding-left: 40px;
}

[class*=resp-slider].owl-carousel {
    margin: 0 -10px;
    width: initial;
}
[class*=resp-slider].owl-carousel .owl-item {
    padding: 10px;
}
[class*=resp-slider].owl-carousel .owl-nav {
    margin: 0;
}
[class*=resp-slider].owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin: 0;
    background: rgba(255,255,255,.5);
}
[class*=resp-slider].owl-carousel .owl-nav button:hover {
    color: #1c74bb;
}
[class*=resp-slider].owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-100%, -50%);
}
[class*=resp-slider].owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(100%, -50%);
}
[class*=resp-slider].owl-carousel .owl-nav button i {
    line-height: 16px;
    display: block;
}   

@media (max-width: 1199px) {
    [class*=resp-slider].owl-carousel .owl-nav button.owl-prev {
        transform: translate(0%, -50%);
        left: 15px;
    }
    [class*=resp-slider].owl-carousel .owl-nav button.owl-next {
        transform: translate(0%, -50%);
        right: 15px;
    }
}
/*  Commomn styles end */


/* ================================ */
/* b4 styles style  */
/* =============================== */
.d-flex {
	display: flex !important;
}
.align-items-center {
	align-items: center!important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-auto {
	margin-left: auto !important;
}
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.b4 .d-sm-none {
    display: none;
}
.b4 .d-sm-block {
    display: block;
}

/*  */
/* grid  */
.b4.row {
	display: flex;
    flex-wrap: wrap;
}
.b4.row > [class*=col] {
	flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    flex: 0 0 auto;
}
.b4.row .col-12 {
    flex: 0 0 auto;
	width: 100%;
}
.b4.row .col-6 {
    flex: 0 0 auto;
	width: 50%;
}
.b4.row .col-4 {
    flex: 0 0 auto;
	width: 33.33333333%;
}
.b4.row .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.row.gutters-0 {
    margin: 0 0;
}
.row.gutters-0 > [class*=col]{
    padding: 0;
}
@media (min-width: 576px) {
	.b4.row .col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
    .b4 .d-sm-none {
        display: block;
    }
    .b4 .d-sm-block {
        display: none;
    }
}
@media (min-width: 768px) {
    .b4.row .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	.b4.row .col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
    .b4.row .col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
    .b4.row .col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
    .b4.row .col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
    .b4.row .col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
}
@media (min-width: 992px) {
    .b4.row .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	.b4.row .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
    .b4.row .col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
    .b4.row .col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
}
@media (min-width: 1200px) {
	.b4.row .col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}