html,body {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;	
	margin:0;
	padding:0;
	color:#232323;
	font-size: 15px;
	line-height: 20px;
	position: relative;
    overflow-x: hidden;
	height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;	
	background: #ededed;
}
body {
	background: url(img/under-construction-bg.jpg);
	background-size: cover;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
    color: #06518a;
    text-decoration: none;
	outline:0 !important;
}
a:hover:active:focus:focus-within,a:hover,a {
	text-decoration:none;
}
ul,li {
	margin:0;
	padding:0;	
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none;
}
.form-control:focus {
	box-shadow:none;
}
.container {
    max-width: 1160px;
	margin: 0 auto;
	padding: 0 12px;
}
.bg-pambas {
    background-color: #f7f5f2;
}
.bg-graycolor {
    background-color: #f5f5f5;
}
.bg-default {
    background-color: var(--default);
}
.bg-gray {
    background-color: #e8e8e8;
}
:root {
	--default: #E8030E;
	--white: #fff;
	--black: #000;
	--transparent: transparent;
}






img {
	max-width: 100%;
}

.d-flex {
    display: flex;
    width: 100%;
    align-self: center;
	padding: 8px 0;
}
.align-self-center {
    align-self: center;
    width: 100%;
    margin-top: 100px;
}
.uc-content h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #2f3f6b;
    margin: 25px 0 20px;
    line-height: 50px;
}
p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
	color: #2f3f6b
}
.uc-content {
    text-align: center;
}
.desktop-img {
    text-align: right;
}

@media (min-width: 1200px) {



}

@media (min-width: 992px) {

}

@media (min-width: 768px) {
	
	
  
}

@media (max-width: 1450px) {


}

@media (max-width: 1199px) {


}

@media (max-width: 991px) {
	
.align-self-center {
	margin-top: 40px;
}	
.uc-content h3 {
	font-size: 35px;
	line-height: 35px;
}

}
@media (max-width: 767px) {

.desktop-img {
    text-align: center;
}
p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
}
.uc-content h3 {
    font-size: 24px;
	line-height: 30px;
}

}


@media (max-width: 575px){


}

