body {
	/* font-family: Montserrat,sans-serif; */
	/* font-family: "Open Sans", sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	/* font-family: Montserrat,sans-serif; */
	/* font-family: "Open Sans", sans-serif; */
	font-family: 'Roboto', sans-serif;	
}

.fb-rcc {
display: flex;
}

@media screen and (max-width: 768px) {
.fb-rcc {
display: block;
}
}

.fb-ccc {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
.row.is-flex {
display: block;
}
.row.is-flex > [class*='col-'] {
display: block;
}
}


.row.is-flex-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex-new > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

/* ================================================================================================================== */

.ua-st-cenbold {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: center;
}

.ua-st-cenbold h2 {
margin: 11px 0 11px 0;
padding: 0;
font-size: 41px;
font-weight: 700;
color: #333;
line-height: 1.2;
}

.ua-st-cenbold h2 span {
color: #337ab7;
}

.ua-st-cenbold p {
margin: 0 0 22px 0;
padding: 0 0 0 0;
font-size: 18px;
font-weight: 400;
color: #777;
line-height: 1.5;
}

@media screen and (max-width: 768px) {
.ua-st-cenbold h2 {font-size: 36px;}
}

/* ==================================================== */

.ua-st-leftplain {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: left;
}

.ua-st-leftplain h2 {
margin: 11px 0 11px 0;
padding: 0;
font-size: 28px;
font-weight: 500;
color: #333;
line-height: 1.2;
}

.ua-st-leftplain p {
margin: 0 0 22px 0;
padding: 0 0 0 0;
font-size: 16px;
font-weight: 400;
color: #333;
line-height: 1.5;
}



/* ==================================================== */

.ua-st-cenbp {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: center;
}

.ua-st-cenbp h2 {
margin: 11px 0 11px 0;
padding: 0;
font-size: 41px;
font-weight: 300;
color: #333;
line-height: 1.2;
}

.ua-st-cenbp p {
margin: 0 0 22px 0;
padding: 0 0 0 0;
font-size: 18px;
font-weight: 400;
color: #777;
line-height: 1.5;
}


/* ==================================================== */

.ua-st-cenplain {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: center;
}

.ua-st-cenplain h2 {
margin: 11px 0 11px 0;
padding: 0;
font-size: 34px;
font-weight: 300;
color: #333;
line-height: 1.2;
}

.ua-st-cenplain p {
margin: 0 0 22px 0;
padding: 0 0 0 0;
font-size: 18px;
font-weight: 400;
color: #777;
line-height: 1.5;
}

/* ==================================================== */


.ua-st-icohead {
	margin: 0 0 0 0;
	padding: 0;
	font-family: inherit;
	text-align: left;
}

.ua-st-icohead h3 {
	margin: 11px 0 11px 0;
	padding: 0;
	font-size: 28px;
	font-weight: 500;
	color: #333;
	line-height: 1.2;
}

.ua-st-icohead h3 i {
color: #ff751a;
}

.ua-st-icohead p {
	margin: 0 0 22px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.5;
}


/* ==================================================== */

.ua-st-3t {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: center;
}

.ua-st-3t h2 {
margin: 0;
padding: 8px 20px;
background: #e7f1fd;
font-size: 13px;
font-weight: 700;
color: #106eea;
display: inline-block;
text-transform: uppercase;
border-radius: 50px;
line-height: 1.2;
letter-spacing: 1.5px;
}

.ua-st-3t h3 {
margin: 15px 0 0 0;
padding: 0;
font-size: 32px;
font-weight: 700;
color: #333;
line-height: 1.2;
}

.ua-st-3t h3 span {
color: #106eea;
}

.ua-st-3t p {
margin: 15px auto 0 auto;
padding: 0 0 0 0;
font-size: 16px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
color: #444444;
line-height: 1.5;
width: 50%;
}

/* ==================================================== */

.ua-st-cenhp {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: center;
}

.ua-st-cenhp h2 {
margin: 0 0 5px 0;
padding: 0;
font-size: 28px;
font-weight: 500;
color: #071e55;
line-height: 1.2;
}

.ua-st-cenhp p {
margin: 0 auto 15px auto;
padding: 0 0 0 0;
font-size: 16px;
font-weight: 400;
font-family: "Open Sans", sans-serif;
color: #071e55;
line-height: 1.5;
}

/* ==================================================== */


.ua-st-2ch {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
flex: 1;
}

@media screen and (max-width: 768px) {
.ua-st-2ch {
margin: 0 0 10px 0;
}
}

.ua-st-2ch h2 {
margin: 0 0 0 0;
padding: 5px 10px;
border-left: 4px solid #ef233c;
font-size: 20px;
font-weight: 700;
color: #212529;
line-height: 1.2;
}

.ua-st-2cp {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
flex: 1;
}

.ua-st-2cp p {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 16px;

font-weight: 400;
color: #666;
line-height: 1.5;
}

/* ==================================================== */

.ua-st-hh  {
}

.ua-st-hh h2 {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
font-size: 30px;
font-weight: 700;
color: #42acd6;
line-height: 1.1;
text-align: left;
}

.ua-st-hh h4 {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-family: inherit;
font-size: 20px;
font-weight: 500;
color: #a4a4a4;
line-height: 1.5;
text-align: left;
}

/* ==================================================== */

.ua-st-tline {
}

.ua-st-tline h2 {
margin: 30px 0 10px 0;
padding: 15px 0 0 0;
font-family: inherit;
font-size: 28px;
font-weight: 700;
color: #363636;
line-height: 1.2;
text-align: left;
position: relative;
}

.ua-st-tline h2::before {
content: '';
position: absolute;
width: 140px;
height: 4px;
background: #cdaa72;
top: 0;
}

.ua-st-tline h3 {
margin: 20px 0 10px 0;
padding: 0 0 0 0;
font-family: inherit;
font-size: 18px;
font-weight: 400;
color: #363636;
line-height: 1.2;
text-align: left;
}

/* ==================================================== */

.ua-st-2color {
}

.ua-st-2color h2 {
	margin: 0 0 17px 0;
	padding: 0;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #333333;
}

.ua-st-2color h2 span {
	color: #ff9600;
}


/* ==================================================== */

.ua-st-linearrow h2 {
position: relative;
margin: 0 0 30px 0;
padding: 0;
font-family: inherit;
font-size: 26px;
font-weight: 300;
color: #333;
text-transform: uppercase;
line-height: 36px;
}

.ua-st-linearrow h2::before {
position: absolute;
content: "";
left: 0;
top: 45px;
display: inline-block;
width: 100px;
height: 4px;
background: #f58634;
}

.ua-st-linearrow h2::after {
position: absolute;
content: "";
left: 20px;
bottom: -28px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px;
border-color: #f58634 transparent transparent transparent;
}

/* ==================================================== */

.ua-st-blinediv {
}

.ua-st-blinediv h3{
margin: 0 0 0 0;
padding: 0;
font-size: 24px;
font-weight: 700;
color: #212529;
line-height: 1.2;
}

.ua-st-blinediv .seprator {
height: 2px;
width: 56px;
background-color: #0aaa7a;
margin: 7px 0 10px 0;
}

/* ==================================================== */


.ua-st-dlinesq {
margin: 0;
padding: 0;
font-family: inherit;
text-align: left;
}

.ua-st-dlinesq h5 {
margin: 0 0 15px 0;
padding: 0 0 10px 0;
background: transparent;
border-bottom: 1px solid #333;
font-family: inherit;
font-size: 20px;
font-weight: 700;
color: #333;
line-height: 1.2;
text-align: left;
position: relative;
}

.ua-st-dlinesq h5::after {
margin: 0;
padding: 0;
border: 2px solid #FFBD1F;
width: 50px;
height: 2px;
left: 0;
bottom: -1px;
position: absolute;
content: "";
}

.ua-st-dlinesq h5 i {
font-size: 20px;
color: #d6121a;
}

/* ==================================================== */

.ua-st-blineslant {
margin: 0;
padding: 0;
font-family: inherit;
text-align: left;
}

.ua-st-blineslant h3 {
margin: 0 0 0 0;
padding: 0;
font-size: 26px;
font-weight: 700;
color: #4a4949;
line-height: 1.2;
text-transform: uppercase;
}

.ua-st-blineslant .u2-slant {
width: 50px;
height: 4px;
background-color: #1e5b9a !important;
margin: 5px 0 30px 0;
-webkit-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
-o-transform: skewX(-45deg);
-moz-transform: skewX(-45deg);
transform: skewX(-45deg);
}

/* ==================================================== */


.ua-st-centline {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: center;
}

.ua-st-centline h2 {
margin: 30px 0 10px 0;
padding: 15px 0 0 0;
font-size: 28px;
font-weight: 700;
color: #363636;
line-height: 1.2;
position: relative;
}

.ua-st-centline h2::before {
content: '';
position: absolute;
width: 140px;
height: 4px;
background: #cdaa72;
left: 50%;
top: 0;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
transform: translate(-50%,0);
}

.ua-st-centline p {
margin: 10px 0 10px 0;
padding: 0 0 0 0;
font-family: "Open Sans", sans-serif;
font-size: 18px;
font-weight: 400;
color: #363636;
line-height: 1.2;
}

/* ==================================================== */

.ua-st-2t {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: left;
}

.ua-st-2t h4 {
margin: 0 0 0 0;
padding: 0;
font-size: 22px;
font-weight: 500;
color: #363636;
line-height: 1.2;
text-transform: uppercase;
}

.ua-st-2t h3 {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 26px;
font-weight: 700;
color: #363636;
line-height: 1.5;
}

/* ==================================================== */

.ua-st-pbline {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: left;
}

.ua-st-pbline h3 {
position: relative;
margin: 0 0 15px 0;
padding: 0 0 5px 0 ;
font-size: 20px;
font-weight: 700;
color: #363636;;
line-height: 1.4;
}

.ua-st-pbline h3::before {
content: " ";
position: absolute;
left: 0;
bottom: 0;
width: 60px;
height: 3px;
background-color: #ff9600;
}

/* ==================================================== */

.ua-st-mlineboth {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: left;
}


.ua-st-mlineboth h3 {
position: relative;
margin: 0 0 0 0;
padding: 0 0 0 0 ;
font-size: 22px;
font-weight: 700;
color: #363636;;
line-height: 1.2;
text-transform: uppercase;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
}

.ua-st-mlineboth h3 span {
margin: 0 15px 0 15px;
padding: 10px ;
border: 2px solid currentColor;
}

.ua-st-mlineboth b {
display: block;
flex: 1;
height: 2px;
opacity: .1;
background-color: currentColor;
}

/* ==================================================== */

.ua-st-cenbold-mline {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: center;
}

.ua-st-cenbold-mline h2 {
margin: 11px 0 11px 0;
padding: 0;
font-size: 41px;
font-weight: 700;
color: #333;
line-height: 1.2;
}

.ua-st-cenbold-mline p {
margin: 0 0 22px 0;
padding: 0 0 0 0;
font-size: 18px;
font-weight: 400;
color: #777;
line-height: 3.5;
}

.ua-st-cenbold-mline p::before {
content: "";
margin: auto;
width: 200px;
border-top: 6px solid #0bcf6c;
background-color: #ff9600;
display: block;
}


/* ==================================================== */


.ua-st-roundline {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: left;
}

.ua-st-roundline h2 {
font-size: 48px;
font-weight: 700;
margin-bottom: 70px;
text-transform: capitalize;
position: relative;
line-height: 44px;
}

.ua-st-roundline h2::before {
content: '';
position: absolute;
left: 0;
bottom: -35px;
width: 10px;
height: 10px;
background: #e45447;
border-radius: 7px;
}

.ua-st-roundline h2::after {
content: '';
position: absolute;
left: 0;
bottom: -31px;
width: 100px;
height: 2px;
background: #e45447;
}

/* ==================================================== */


.ua-st-cenroundline {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: center;
}


.ua-st-cenroundline h2 {
color: #333333;
position: relative;
margin-bottom: 45px;
font-size: 48px;
line-height: 45px;
}

.ua-st-cenroundline h2::before {
content: '';
position: absolute;
left: 50%;
bottom: -15px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 100px;
height: 2px;
background: #e45447;
}

.ua-st-cenroundline h2::after {
content: '';
position: absolute;
left: 50%;
bottom: -19px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
background: #e45447;
width: 10px;
height: 10px;
border-radius: 10px;
}

/* ==================================================== */


.ua-st-greyred {
margin: 0 0 0 0;
padding: 0;
font-family: inherit;
text-align: left;
}


.ua-st-greyred h3 {
margin: 0 0 0 0;
padding: 0;
color: #777777;
font-size: 30px;
line-height: 1.4x;
}


.ua-st-greyred h3 span {
color: #e45447;
}

/* ==================================================== */



.ua-st-ballonh {
margin: 0 0 0 0;
padding: 18px;
background: #90acd1;
border-radius: 8px;
text-align: left;
display: inline-block;
position: relative;
}

.ua-st-ballonh h4 {
margin: 0 0 0 0;
padding: 0;
font-size: 16px;
font-family: inherit;
font-weight: 400;
color: #fff;
line-height: 1.5;
}

.ua-st-ballonh::after {
content: '';
position: absolute;
right: 0;
bottom: -15px;
width: 0;
height: 0;
border-left: 26px solid transparent;
border-right: 0 solid transparent;
border-top: 24px solid #90acd1;
}