@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins&display=swap');
:root {
    --brand-color-red: #f7100f;
    --brand-color-white: #fff;
    --brand-color-black: #000;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
body {
    line-height: 1.375;
    padding: 0; margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}
/* Layout */
ul, ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
} 
a {text-decoration: none;color:#000;font-size: 1rem;}
a:hover { text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif;}
h1, h2 {
    font-size: 2rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}
h3 {
    font-size: 1.5rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
    line-height:140%;
    }
h4 {
    font-size: 1.3rem;
    margin: 1.56rem 0 1.56rem;
    font-weight: 400;
    line-height:140%;
}

img {
    max-width: 100%;
    height: auto;
}
p {margin-bottom: 20px;color: #000;font-size: 1rem;font-weight: 400;line-height: 1.7rem;}

.no-margin, .m-0 {
    margin: 0px !important; 
}
.no-margin-top, .mt-0 {
    margin-top: 0px !important;
}
.no-margin-bottom, .mb-0 {
    margin-bottom: 0px !important;
}
.no-margin-left, .ml-0 {
    margin-left: 0px !important;
}
.no-margin-right, .mr-0 {
    margin-right: 0px !important;
}
.no-margin-v, .mv-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.no-padding, .p-0 {
    padding: 0px !important; 
}
.no-padding-top, .pt-0 {
    padding-top: 0px !important;
}
.no-padding-bottom, .pb-0 {
    padding-bottom: 0px !important;
}
.no-padding-left, .pl-0 {
    padding-left: 0px !important;
}
.no-padding-right, .pr-0 {
    padding-right: 0px !important;
}
.no-padding-v, .pv-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.container {
    min-width: 320px;
}
@media (min-width: 1200px)
.container {
    width: 1240px;
}
.d-inline-block {
	display: inline-block !important;
}
.d-inline {
	display: inline !important;
}
.d-block {
	display: block !important;
}
.pull-none {
	float: none !important;
}


body.width-full #fContent > .container {
    width: 100%;
    padding: 0;
}
body.width-full #fMatter {
    padding: 0;
}
body.title-off .fPageTitle {
    display: none;
}
#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow:hidden;
}
#f-messages {
    margin: 0;
}

.padding-no {
    padding: 0 !important;
}
.margin-no {
    margin: 0 !important;
}
.spacing-no {
    padding: 0 !important;
    margin: 0 !important;
}
@media (max-width : 767.8px) {
    .col-xs-12 {
        float: none;
    }
}
#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow:hidden;
}
.row.row-equal {
    display: flex;
    flex-wrap: wrap;
}
.row-equal:before,
.row-equal:after {
   content: normal;
}
.row-center {
    align-items: center;
}
/*Module*/
.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}
/* Button */
a.fButton,
input.fButton,
.formDiv .fForm .buttons input {
    padding: 8px 30px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 1em;
    text-align: center;
    background: transparent;
    border: 2px solid var(--brand-color-red);
    box-shadow: none;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.fButton:hover,
input.fButton:hover,
.formDiv .fForm .buttons input:hover {
    background: var(--brand-color-red);
    color: #fff;
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
}
/* Column */
#fMatter .fCol5 .fGalleryImages .fGalleryItem,
#fContentPost .fCol5 .fGalleryImages .fGalleryItem,
.fCol5 .fGalleryImages .fGalleryItem {
    width: 20%;
    float: left;
    padding: 2em;
}
/* Common CSS */
.border {
    border:6px solid #fff;
    box-shadow: 0px 0px 2px 2px #ccc;
    border-radius:3px;
}
input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}
/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}   
/* Responsive Homepage */
@media (max-width : 319px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 280px;
    }  
}
@media (min-width : 320px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 300px;
    }        
}
@media (min-width : 480px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 470px;
    }
}
@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 1170px;
    }
}
.red {
    color: var(--brand-color-red) !important;
}
.fModuleTitle h3 {
    text-align: center;
}
.light-red {
    background: #fdf9f3;
}
.light-grey {
    background: #f5f5f5;
}
.headingLeft .fModuleTitle h3 {
    text-align: left;
}
.fPageTitle {
    padding: 3rem 0;
    background-image: url(https://storage.unitedwebnetwork.com/files/708/ddc8a1f4305d3b584402a7125782c201.jpg);
}
.fPageTitle h1 {
    text-align: center;
}
/*Header module*/
.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}  
/*header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}*/
.region-header .fModule {
    display: flex;
    align-items: stretch;
}
.navbar-header {
    float: none;
}
header p {
    margin: 0;
}
.fMenu ul, .fMenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
nav {
    height: 100%;
}
nav ul.fMenu {
    min-height: 100%;
}
.menu-horizontal nav ul.fMenu,
.contact-det ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
header .menu-horizontal nav ul.fMenu {
    justify-content: flex-end;
}
.contact-det ul {
    align-items: center;
    justify-content: flex-end;
}
.menu-horizontal nav > ul > li,
.contact-det ul li {
    display: flex;
    align-items: stretch;
    position: relative;
}
/*.menu-hover-1 .fMenu > li {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}*/
.menu-horizontal nav a,
.contact-det ul li a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 1rem;
    transition: 0.3s all;
}
.menu-hover-1 .fMenu > li > a {
    position: relative;
}
.menu-hover-1 .fMenu > li > a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    display: block;
    background: #444;
    transition: 0.3s all;
    opacity: 0;
}
.menu-horizontal nav > ul ul {
    display: none;
    position: absolute;
}
.menu-hover-1 nav > ul ul {
    z-index: 11;
    top: 100%;
    transition: 0.5s top,0.5s opacity;
    width: 140px;
    text-align: left;
    transition: 0.5s opacity, 0.5s margin;
    opacity: 0;
    margin-top: -100%;
}
.menu-hover-1 nav > ul ul li {
    position: relative;
    z-index: 3;
    opacity: 0;
}
.menu-hover-1 .fMenu li li a {
    padding: 0.5rem 1rem;
    text-align: center;
    display: block;
}
.menu-hover-1 .fMenu ul li a {
    font-size: 0.8rem;
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.menu-hover-1 nav:hover > ul ul {
    display: block;
    width: 100%;
    opacity: 1;
    margin-top: 0;
}
.menu-hover-1 nav:hover > ul ul li {
    opacity: 1;
}
.menu-hover-1 .fMenu ul li:hover a {
	background: rgba(255,255,255,0.1);
}
.fMenuSub {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(68,68,68,0.95);
    z-index: 10;
    opacity: 0;
    transition: 0.5s opacity;
    margin-top: -100%;
}
nav:hover .fMenuSub {
    opacity: 1;
    margin-top: 0;
}
.region-header .fModule.contact-det {
    align-items: center;
}
.menu-hover-1 .fMenu > li:hover {
    margin: 0;
}
.menu-hover-1 .fMenu > li:hover > a {
    padding-bottom: 1.25rem;
    padding-top: 0.75rem;
.}
.menu-hover-1 .fMenu > li.fButton  > a{
	/*height: 45%;
    top: 50%;
    transform: translateY(-50%);*/
    border: 2px solid var(--brand-color-red);
    border-radius: 10px;
}
.menu-hover-1 .fMenu > li:hover.fButton  > a{
	padding-top:0;
	padding-bottom:0;
	background:var(--brand-color-red);
	color:#fff;
}

.contact-det ul li {
    padding: 0 0.4rem;
    display: inline-block;
}
.contact-det ul li a.fButton {
    padding: 5px 10px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    transition: .6s all;
    -webkit-box-shadow: 0px 3px 15px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 15px -9px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 15px -9px rgba(0,0,0,0.5);
}
.path-home-.f-not-scrolled header{
	box-shadow:none;
}
header.back-white {
    background: #fff;
}
.header-logo img {
    max-height: 90px;
    transition: .6s all;
}
video.fullscreen-bg__video {
    width: 100%;
}
/*header.back-white .header-logo img {
    max-height: 80px;
}*/
#fMatter .fModule.fBanner {
    margin: 0;
    padding: 0;
}
.bx-wrapper {
    margin-bottom: 0 !important;
}
.bx-controls-direction {
    display: none;
}
.bx-wrapper .bx-pager {
    padding-top: 0 !important;
    bottom: -25px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 50px !important;
    border-radius: 5px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dadada !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #878787 !important;
}
.fBanner .fGalleryText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 60%;
    text-transform: uppercase;
}
.fBanner .fGalleryText p {
    font-size:1.5rem;
    line-height: 2.5rem;
}
.fBanner .fGalleryText p span {
    font-size: 2rem;
    font-weight: bold;
}
.announcement .f-list-item .f-list-item-container {
    box-shadow: none;
    transform: scale(1);
    transition: 0.6s all;
}
.announcement .f-list-item:hover .f-list-item-container {
    -webkit-box-shadow: 0px 0px 23px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 23px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px -15px rgba(0,0,0,0.75);
    transform: scale(1.02);
}
.announcement .f-list-item .f-list-item-container p {
    margin: 0;
}
.announcement .f-list-item .f-list-item-container .f-list-item-subtitle {
    font-size: 0.8rem;
    padding-bottom: 0.8rem;
}
.announcement .f-list-item .f-list-item-container .f-list-item-title {
    padding: 0.8rem 0 0;
}
.announcement .f-list-item .f-list-item-container .f-list-item-teaser-content p a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-color-red);
    color: #fff;
}
.training.announcement .f-list-item .f-list-item-container {
    padding: 15px;
}
.training.announcement .f-list-item .f-list-item-container .f-list-item-title,
.training.announcement .f-list-item .f-list-item-container .f-list-item-button {
    padding: 0.8rem 0;
}
.training.announcement .f-list-item .f-list-item-container .f-list-item-title a{
    font-weight: bold;
}
.training.announcement .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    max-height: 100px;
}
.training.announcement .f-list-item .f-list-item-container .f-list-item-button a {
    color: var(--brand-color-red);
}
.numberDiv ul li {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    border-radius: 15px;
    overflow: hidden;
}
.numberDiv ul li > div {
    width: 70%;
    padding: 15px;
}
.numberDiv ul li .num {
    width: 30%;
    text-align: center;
    background: rgb(247,16,15);
    background: linear-gradient(153deg, rgba(247,16,15,1) 0%, rgba(248,52,51,1) 46%, rgba(250,112,111,1) 73%, rgba(255,255,255,1) 100%);
    color: #fff;
    font-size: 2rem;
}
.numberDiv ul li .num span {
    display: block;
    font-size: 0.8rem;
}
#fModule-19572 img {
    max-height: 480px;
}
.contactForm {
    -webkit-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
}
.formDiv .fForm label {
    width: auto;
    float: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.formDiv .fForm input,
.formDiv .fForm textarea {
	padding: 0.25rem;
    border: none;
    border-bottom: 1px solid #000;
}
.formDiv .fForm .buttons {
    padding-left: 0;
}
.formDiv .fForm .buttons input {
    background: var(--brand-color-red);
    color: #fff;
}
footer {
    background: #fdf9f3;
}
footer .fModule {
    padding: 0.5rem 15px;
}
.footer-logo img {
    max-height: 190px;
}
.footerContent ul li {
    padding: 0.5rem 0;
}
.footerlinks ul li:first-child {
    display: none;
}
.footerlinks ul li a {
    position: relative;
}
.footerlinks ul li a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--brand-color-red);
    transition: 0.6s all;
}
.footerlinks ul li a:hover:after {
    width: 100%;
}
.footerlinks ul li a:hover {
    color: #000;
}
.footer-social ul, .footer-social ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-social ul li {
    padding: 0 0.5rem;
}
.footer-social .menu-item-text {
    display: none;
}
.footer-social img {;
    max-height: 30px;
}
.borTop {
    width: 100%;
    padding-top: 00%.5rem;
    border-top: 1px solid var(--brand-color-red);
}
.navbar-toggle {
    display: none;
}
/*Mission*/
.tilesWrap {
	padding: 0;
	margin: 50px auto;
	list-style: none;
	text-align: center;
}
.tilesWrap li {
	display: inline-block;
	width: 300px;
	height: 300px;
	padding: 100px 20px 40px;
	position: relative;
	vertical-align: top;
	margin: 10px;
	background: #fff;
	text-align: left;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.1;
	top: 40px;
	right: 20px;
	transition: all 0.6s ease-in-out;
}
.tilesWrap li h3 {
	font-size: 1.5rem;
	color: #767676;
	margin-bottom: 5px;
	transition: all 0.6s ease-in-out;
}
.tilesWrap li p {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #878787;
	margin-top: 5px;
	transition: all 0.6s ease-in-out;
}
.tilesWrap li:hover{
	box-shadow: 0 0 30px rgba(33,33,33,.5); 
}
.tilesWrap li:hover h3,
.tilesWrap li:hover p{
	color:#000
}
.tilesWrap li:hover h2 {
	top: 20px;
	opacity: 0.6;
}
.tilesWrap li:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
	border-radius: 50%;
}
.tilesWrap li:after {
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:nth-child(1):before {
	background: #c9ffbf;
	background: -webkit-linear-gradient(to right, #ffafbd, #c9ffbf);
	background: linear-gradient(to right, #ffafbd, #c9ffbf);
}
.tilesWrap li:nth-child(2):before {
	background: #f2709c;
	background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
	background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(3):before {
	background: #c21500;
	background: -webkit-linear-gradient(to right, #ffc500, #c21500);
	background: linear-gradient(to right, #ffc500, #c21500);
}
.tilesWrap li:nth-child(4):before {
	background: #fc354c;
	background: -webkit-linear-gradient(to right, #0abfbc, #fc354c);
	background: linear-gradient(to right, #0abfbc, #fc354c);
}

/*Content List*/
.justify-center{
  justify-content:center;
}
.content-list-people .f-list-item {
    background:#fafafa;
    margin:15px;
    padding:10px;
    border-radius:20px;
    max-width:900px;
    transition:0.4s all ease-in-out;
}
.content-list-people .f-list-item-container {
    padding-bottom: 2rem;
}
.content-list-people .f-list-item-teaser-image a {
    margin: 0 auto;
    display: block;
}
.content-list-people a {
    color: #000;
    font-weight:600;
}
.content-list-people .f-list-item-teaser-image img{
    overflow: hidden;
    width:200px;
    height:200px;
    margin-right:20px;
    filter: grayscale(100%);
    border-radius: 100%;
    border: 4px solid #eee;
    transition: 0.6s all ease;
    float:left;
}
.content-list-people .f-list-item:hover img {
    filter: none;
}
.content-list-people .f-list-item:hover {
    box-shadow: 0 0 20px rgba(33,33,33,.3); 
}
.content-list-people .f-list-item-title,
.content-list-people .f-list-item-title a {
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight:bold;
}
.content-list-people .f-list-item-subtitle {
    font-size: 1rem;
    font-weight: 400;
}

/*OpenCloseToggle*/
.fModule.OpenCloseToggle {
	margin-top: 0 !important; 
	margin-bottom: 0 !important;
}
.OpenCloseToggle .fModuleTitle {
	border-bottom: 1px solid #ccc;
	padding: 1rem 1.5rem;
	transition: 0.3s all;
	cursor: pointer;
	background: #fff;
	position: relative;
	z-index: 2;
}
.OpenCloseToggle .fModuleContent {
	border-bottom: 1px solid #ccc;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.OpenCloseToggle .fModuleTitle h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0; padding: 0;
	position: relative;
	display: block;
	transition: 0.3s all;
	color: #000;
	padding-right:30px;
	width:98%;
}
@media (min-width : 320px) {
    .OpenCloseToggle .fModuleTitle h3 {
        font-size:1.1rem;
    }        
}
@media (min-width : 480px) {
    .OpenCloseToggle .fModuleTitle h3 {
        font-size:1.2rem;
    }
} 
@media (min-width: 768px) {
    .OpenCloseToggle .fModuleTitle h3 {
        font-size:1.5rem;
    }
}
.OpenCloseToggle .fModuleTitle h3:after,
.OpenCloseToggle .fModuleTitle h3:before {
	display:block;
	content: "";
	position: absolute;
	right: 0;
	background: #767676;
	top: 50%; transform:translateY(-50%);
	transition: 0.3s all;
}
.OpenCloseToggle .fModuleTitle h3:after {
	width: 1rem; height: 2px;
}
.OpenCloseToggle .fModuleTitle h3:before {
	width: 2px; height: 1rem;
	right: 0.5rem;
	right: calc(0.5rem - 1px);
}
.OpenCloseToggle.opened .fModuleTitle h3:before {
	height: 0;
}
.OpenCloseToggle .fModuleTitle:hover h3,
.OpenCloseToggle .fModuleTitle:hover,
.OpenCloseToggle.opened .fModuleTitle,
.OpenCloseToggle.opened .fModuleTitle h3 {
	color: #000;
}
.OpenCloseToggle.opened .fModuleTitle,
.OpenCloseToggle .fModuleTitle:hover {
	background: var(--brand-color-1);
}
.OpenCloseToggle.opened .fModuleTitle h3:after,
.OpenCloseToggle.opened .fModuleTitle h3:before,
.OpenCloseToggle .fModuleTitle:hover h3:after,
.OpenCloseToggle .fModuleTitle:hover h3:before {
	background: #000;
}

.OpenCloseToggle .fModuleContent {
	opacity: 0;
  	transition: 0.5s ease-in-out;
	overflow-y: hidden;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.OpenCloseToggle.closed .fModuleContent {
	padding-top: 0;
	padding-bottom: 0;
}
.OpenCloseToggle.opened .fModuleContent {
	opacity: 1;
	max-height: 1400px;
}

/*Contact Page*/
.contact_pg h4{
    font-size: 1.3rem !important;
    color: #000 !important;
    margin-top: 0;
}
.contact_pg label {
    font-size: 1rem !important;
    color: #000 !important;
}
.contact_pg .rp p{
    font-size: 1rem;
}
.contact_pg input {
    background: none;
    border: 1px solid #dadada;
    text-align: left;
    font-size: 1rem;
    padding: 0.7em;
    color: #000;
    margin-top: 0px;
}
.contact_pg h3{
    text-align: center;
    font-size: 1.8rem;
    color: var(--brand-color-red);
    font-weight: 800;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 1em !important;
    margin: 0 auto;
}
.contact_pg input#email{
    border: 1px solid #dadada;
    height: 15px !important;
}
.contact_pg textarea#message {
    border: 1px solid #dadada;
    margin-top: 0px;
    color: #000;
    font-size: 22px;
}
.contact_pg .fa{
    font-size: 19px;
    color: #191103;
    background: #fbfafa;
    padding: 1em;
    border: 1px solid #f9f6f1;
    width: 60px;
    -webkit-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.11);
}
.contact_pg li{
    font-size:20px;
    margin-bottom: 10px;
}
.contact_pg .rp{
    text-align: center;
}
.map_sec {
    width: 100%;
    float: left;
    margin-top: 5em;
}
.contact_pg .rp {
    text-align: center;
    border-right: 1px solid #d2d2d2;
        word-break: break-word;
}
.contact_pg .rp:last-child {
     border-right:none;
}

/*Footer*/
.region-footer .fGalleryText,
.region-footer p,
.region-footer li, 
.region-footer li a{
	font-size:0.9rem ;
}

/*BOD Page*/
.bod .f-list-item-container {
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:40px;
    transition:0.4s all ease-in-out;
}
.bod .f-list-item-teaser-image a {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 1rem;
    display: block;
}
.bod a {
    text-align:center;
}
.bod .f-list-item-teaser-image{
    overflow: hidden;
    border-radius: 100%;
    width:180px;
    height:180px;
    margin:0 auto;
}
.bod .f-list-item-teaser-image a img {
    transform: scale(1);
    transition: 0.6s all;
}
.bod .f-list-item-container:hover img {
    transform: scale(1.1);
}
.bod .f-list-item-container:hover{
    background:#fafafa;
    border-radius:5px;
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
}
.bod .f-list-item-title,
.bod .f-list-item-title a {
    margin-top:10px;
    margin-bottom: 5px;
    font-size: 1rem;
    text-align:center;
    font-weight:600;
}
.bod .f-list-item-subtitle {
    font-size: 1rem;
    text-align:center;
    font-style: italic;
    margin-bottom:10px
}


/**BOD Inner page**/
.content-type-16663 .fPageTitle h1#heading{
	font-size:0px
}
.content-type-16666 .head-padding,
.content-type-16663 .head-padding {
	height:90px;
}
.content-type-16663 .f-content-container {
    display: inline-block;
    width: 100%;
}
.content-type-16663 .f-content-container .f-content-image {
    width: 20%;
    float: left;
    padding: 0 15px;
}
.content-type-16663 .f-content-container .f-content-image img {
    max-width: 100%;
    height: auto;
    margin: 1.56rem 0 1.56rem;
    border-radius:50%;
}
.content-type-16663 .f-content-container .f-content-text {
    width: 80%;
    float: right;
    padding: 0 15px;
}

/* Event */
.content-list-event .f-list-item {
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.content-list-event .f-list-item-container {
	padding: 1rem;
	background: #f5f5f5;
	border-radius:5px;
	transition: 0.4s all ease-in-out;
	text-align: center;
	height: 100%;
}
.content-list-event .f-list-item-container:hover {
	-webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.5);
}
.content-list-event .f-list-item-teaser-image {
	display: block;
	margin: -1rem;
	margin-bottom: 0;
	text-align: center;
}
.content-list-event .f-list-item-title {
	font-size: 1.1rem;
	transition: 0.5s all;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	font-weight: 700;
	color:#000;
}
.content-list-event .f-list-item-title a {
	color: #000;
	transition: 0.5s all;
	display: block;
}
.content-list-event .f-list-item-subtitle {
	padding-top: 0.9rem;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.content-list-event .f-list-item-subtitle p{
	font-size: 0.9rem;
}
.content-list-event .f-list-item-teaser-content p{
	color:#000;
	font-size:0.9rem;
}
.content-list-event .f-list-item-button{
	width: 50%;
    background: none;
    border: 2px solid var(--brand-color-red);
    border-radius:10px;
    transition: 0.6s all ease;
    display: inline-block;
    padding: 10px 35px;
}
.content-list-event .f-list-item-button:hover{
	background-color: var(--brand-color-red);
}
.content-list-event .f-list-item-button:hover a{
	color:#fff;
}
.content-list-event .f-list-item-button a{
	text-decoration:none;
    font-weight: bold;
}
.content-list-event .f-content-container{
	padding:30px;
}
.content-list-event .f-content-container img{
	margin:0 auto;
	max-width:fit-content;
}
.justify-center{
	justify-content:center;
}

/*Event Inner Page*/
.content-type-16666 .f-content-image{
	margin: 0 auto;
	text-align:center;
}

@media (max-width: 480px) {
    .contact_pg .rp {
        border-right: none;
    }
}


/*Our Valued Customer*/
.img-border .fModuleContent ul li a {
    padding: 20px;
    display: inline-block;
    overflow: hidden;
    box-shadow: none;
    transition: 0.6s all ease;
}
.img-border .fModuleContent ul li a img {
    transform: scale(1);
    transition: 0.6s all ease;
    width:150px;
}
.img-border .fModuleContent ul li a:hover img {
    transform: scale(1.1);
}
.img-border .fModuleContent ul li a:hover {
    -webkit-box-shadow: -1px 1px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 4px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 4px -1px rgba(0,0,0,0.75);
}


/*Testimonials*/
.testi .bx-viewport{
	height:300px !important;
}
.testi img{
	margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    width:100px;
    border: 4px solid #F4DAF5;
    position:absolute;
    left: 0;
    right: 0;
    z-index:2
}
.testi .fGalleryText{
	max-width: 900px;
    margin: 0 auto;
}
.testi .description{
    font-size: 1rem;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
    border: 1px solid #DCEDFD;
    padding:30px;
    padding-top:70px;
    margin-top:50px;
    z-index:0;
}
.testi .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";font-weight: 900;
    font-size: 1.8rem;
    color: #d7d7d7;
    position: relative;
    top: 0;
    left: -12px;
}
.testi .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #DEF2FD;
    font-size: 1rem;
    font-weight: 700;
    position:absolute;
    transform:translate(-50%, -50%);
    font-style:italic;
}
.testi .post{
    font-size:1rem;
    color: #878787;
    display:inline-block;
    font-weight:500;
}
@media (max-width : 319px) {
    .testi .title{
        font-size:0.9rem;
    	width:80%;
    }
    .testi .post,
    .testi .description{
    	font-size:0.8rem;
    }
    .testi .bx-viewport{
	    height:510px !important;
    }
}
@media (min-width : 320px) {
    .testi .title{
    	font-size:0.9rem;
    	width:80%
    }
    .testi .post,
    .testi .description{
    	font-size:0.8rem;
    }
    .testi .bx-viewport{
	    height:480px !important;
    }
}
@media (min-width : 480px) {
    .testi .title{
    	font-size:0.9rem;
    }
    .testi .post,
    .testi .description{
    	font-size:0.8rem;
    }
    .testi .bx-viewport{
	    height:350px !important;
    }
}
@media (min-width: 768px) {
    .testi .title{
    	font-size:1rem;
    }
    .testi .post,
    .testi .description{
    	font-size:0.9rem;
    }
}
@media (min-width: 992px) {
    .testi .title{
    	font-size:1rem;
    	width:auto;
    }
    .testi .post,
    .testi .description{
    	font-size:1rem;
    }
}
.testi2 img{
	margin: 0 auto;
	margin-top:10px;
    border-radius: 50%;
    margin-bottom: 20px;
    width:100px;
    border: 5px solid #fff;
    position:absolute;
    left: 0;
    right: 0;
    z-index:2
}
.testi2 .description{
    font-size: 1rem;
    color: #5e595b;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background:#FAF5FF;
    border: 2px solid #DCEDFD;
    padding:20px;
    padding-top:105px;
    z-index:0;
    width:90%;
    -webkit-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    border-radius: 15px;
}
.testi2 .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";font-weight: 900;
    font-size: 1.8rem;
    color: #d7d7d7;
    position: relative;
    top: 0;
    left: -12px;
}
.testi2 .title{
	display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #DEF2FD;
    font-size: 1rem;
    font-weight: 700;
    font-style:italic;
    -webkit-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.75);
    border-radius: 15px;
}
.testi2 .post{
    font-size:1rem;
    color: #878787;
    display:inline-block;
    font-weight:500;
}
@media (min-width : 320px) {
    .testi2 .description{
    	height:fit-content;
    }
    .testi2 .bx-viewport{
	    height:520px !important;
    }
}
@media (min-width : 480px) {
    .testi2 .description{
    	height:fit-content;
    }
    .testi2 .bx-viewport{
	    height:400px !important;
    }
}
@media (min-width: 992px) {
	.testi2 .description{
    	height:340px;
    }
    .testi2 .bx-viewport{
	    height:400px !important;
    }
}


/*Membership Form*/
.path-membership- .fForm label,
.path-user-form-237- .fForm label {
    width: 100% !important;
    text-align: left !important;
    float: none !important;
}
.path-membership- .fForm,
.path-user-form-237- .fForm{
	max-width: 900px;
    margin: 0 auto;
    margin-top:50px;
    margin-bottom:50px;
}
.path-membership- .fForm input, 
.path-membership- .fForm select,
.path-membership- .fForm textarea,
.path-user-form-237- .fForm input, 
.path-user-form-237- .fForm select, 
.path-user-form-237- .fForm textarea {
	background-color: #f7f7f7;
	padding: 0.5rem 0px !important;
	width:100%;
	border-radius:10px;
}
.path-membership- .fForm .buttons,
.path-user-form-237- .fForm .buttons {
    padding-left: 15px;
}
.path-membership- .fForm .buttons input,
.path-user-form-237- .fForm .buttons input{
	padding: 8px 30px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 1em;
    text-align: center;
    background: transparent;
    border: 2px solid var(--brand-color-red);
    box-shadow: none;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.path-membership- .fForm .buttons input:hover,
.path-user-form-237- .fForm .buttons input:hover{
	background: var(--brand-color-red);
    color: #fff;
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
}

.membership-box-1{
	background-color: #FAACA8;
	background-image: linear-gradient(90deg, #E2F9FD 0%, #DDD6F3 100%);
	border-radius:15px;
	-webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
	margin-left:2%;
	margin-right:2%;
	transition: 0.4s all ease-in-out;
	transform:scale(0.99);
}
.membership-box-2{
	background-color: #8ec5fc;
    background-image: linear-gradient(120deg, #FDF3F2 0%,  #E5F1EF 100%);
    border-radius:15px;
	-webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
	margin-left:2%;
	margin-right:2%;
	transition: 0.4s all ease-in-out;
	transform:scale(0.99);
}
.membership-box-1:hover,
.membership-box-2:hover{
	-webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
	transform:scale(1);
}

/*Gallery*/
.path-gallery- .bx-wrapper img {
    max-height: 180px;
    margin: 0 auto;
}


/*Our Services*/
.content-list-mini .f-list-item {
    margin-bottom: 15px;
}
.content-list-mini .f-list-item-container {
    position: relative;
    padding: 1.5rem;
    height: 100%;
    color: #666;
    font-size: 1rem;
    background: #fafafa;
}
.content-list-mini .f-list-item-container {
    padding: 1rem;
    -webkit-box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.45);
    box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.45);
}
.content-list-mini .f-list-item-container {
    transition: 0.5s all;
    cursor: pointer;
}
.content-list-mini .f-list-item-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #7d0706;
    transition: 0.5s all;
    z-index: 1;
}
.content-list-mini .f-list-item-container:before {
    height: 100%;
    width: 1px;
    opacity: 0;
}
.content-list-mini .f-list-item-teaser-image {
	width:100px;
	margin:0 auto;
	display: inline-block;
    position: relative;
    padding-right:1rem;
}
.content-list-mini .f-list-item-title {
    font-size: 1rem;
    color: var(--brand-color-red);
    font-weight:600;
    position: relative;
    transition: 0.5s all;
    display: inline-block;
    position: relative;
    padding-right: 2rem;
    text-align:center;
}
.content-list-mini .f-list-item-title:after, .content-list-mini .f-list-item-title:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 0.65rem;
    width: 1rem;
    top: 0.2rem;
    position: absolute;
    transition: 0.5s all;
    opacity: 1;
    font-weight: 600 !important;
    color: #fff;
}
.content-list-mini .f-list-item-title:before {
    right: auto;
    opacity: 0;
    color: #000;
}
.content-list-mini .f-list-item-title:after {
    right: 0.5rem;
    left: auto;
    color: #7d0706;
}
.content-list-mini .f-list-item-teaser-content {
    display: none;
}
.fboxy-body h2 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 2rem;
    max-width: 80%;
    background: var(--brand-color-red);
    color: #fff;
    margin-left: -2rem;
    margin-bottom: 1.5rem;
}
.content-list-mini .f-list-item-container:hover {
    transform: scale(1.05);
}
.content-list-mini .f-list-item-container:hover:before {
    background: var(--brand-color-red);
    opacity: 0.1;
    width: 100%;
    z-index: -10;
}
.content-list-mini .f-list-item-container:hover .f-list-item-title {
    color: #fff;
    margin-left: 1.5rem;
    margin-right: -1.5rem;
    text-shadow:1px 1px 2px #878787;
}
.content-list-mini .f-list-item-container:hover .f-list-item-title:before {
    opacity: 1;
    left: -17px;
}
.content-list-mini .f-list-item-container:hover .f-list-item-title:after {
    opacity: 0;
}

.content-list-mini-2 .f-list-item {
    margin-bottom: 15px;
}
.content-list-mini-2 .f-list-item-container {
    position: relative;
    height: 100%;
    color: #666;
    font-size: 1rem;
    background: #fafafa;
	border-radius:15px;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    transition: 0.5s all;
    cursor: pointer;
}
.content-list-mini-2 .f-list-item-teaser-image {
    
}
.content-list-mini-2 .f-list-item-title{
	text-align:center;
	font-weight:600;
	margin:1rem;
}
.content-list-mini-2 .f-list-item-button{
	text-align:center;
	padding-bottom:1rem;
}
.content-list-mini-2 .f-list-item-teaser-content {
    display: none;
}
.content-list-mini-2 .f-list-item-container:hover {
    transform: scale(1.01);
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
}
.fboxy-wrapper{height:80% !important;}
@media (max-width: 1199px) {
    /*.region-header .fModule.contact-det {
        display: none;
    }*/
    .menu-horizontal {
        width: 83.333%
    }
}
@media (max-width: 992px) {
    .region-header .fModule,
    #fFooter {
        text-align: center;
    }
    .menu-horizontal,
    .formDiv .fForm input {
        width: 100%;
    }
    header .menu-horizontal nav ul.fMenu,
    .footer-social ul, .footer-social ul li {
        justify-content: center;
    }
    .vdo, .about {
        text-align: center;
        width: 100%;
    }
    .headingLeft .fModuleTitle h3,
    #fModule-19539,
    #fModule-19572 {
        text-align: center;
    }
    .navbar-toggle {
        display: block;
        position: fixed;
        top: 2%;
        right: 1%;
        z-index: 999;
        background: rgb(247,16,15);
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .region-header .fModule.header-logo {
        text-align: left;
    }
    .menu-horizontal {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 50%;
        background: rgba(68,68,68,0.95);
        transition: .6s all;
    }
    .menu-horizontal.show {
        right: 0;
    }
    header .menu-horizontal nav ul.fMenu,
    header .menu-horizontal nav ul.fMenu  li {
        display: block;
    }
    .fMenuSub {
        display: none;
    }
    .menu-horizontal nav a {
        color: #fff;
    }
    .menu-hover-1 nav > ul ul {
        display: block;
        opacity: 1;
        position: relative;
        z-index: 999;
        top: auto;
        transition: 0.5s top,0.5s opacity;
        width: 100%;
        text-align: left;
        transition: 0.5s opacity, 0.5s margin;
        opacity: 1;
        margin-top: 0;
    }
    .menu-hover-1 nav > ul ul li {
        opacity: 1;
    }
    .menu-hover-1 .fMenu li li a {
        text-align: left;padding: .5rem 1rem;
    }
    .menu-hover-1 .fMenu > li.fButton > a {
        border: none;
        border-radius: 0px;
    }
    .menu-hover-1 .fMenu > li:hover.fButton > a {
        background:none;
        padding-bottom: 1.25rem;
        padding-top: 0.75rem;
    }
    .fBanner .fGalleryText {
        top: 61%;
    }
    .fBanner .fGalleryText p {
        font-size: 1rem;
        line-height: 2rem;
    }
}
@media (max-width: 768px) {
    .row {
        margin-right: 0;
        margin-left: 0; 
    }
}
@media (max-width: 540px) {
    .fBanner .fGalleryText p {
        font-size: 1rem;
    }
    .fBanner .fGalleryText p span {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    .fBanner .fGalleryText {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        transform: translateY(0%);
        text-align: center;
    }
}
