/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bottom-align {
    margin: auto auto 0;
}
#logo {
    max-width: 225px;
}



/*****************************************************
** Divider styling
******************************************************/
#bg-animate-bottom .et_pb_bottom_inside_divider {
	animation: bg-rise 3s ease-in-out forwards;
}
@keyframes bg-rise {
	0% {
		background-size: 100% 0px;
		bottom: -70px;
	}
	
	100% {
		background-size: 100% 70px;
		bottom: 0;
	}
}


/*****************************************************
** HTML tag styling 
******************************************************/
h1, h2, h3, h4, h5, h6 {
	overflow-wrap: normal;
	text-transform: capitalize;
	font-weight: 200;
}
h1 { 
    font-size: 37px;
    font-weight: 500;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 18px
}
h4 {
	font-size: 15px;
}
body {
    font-size: 15px !important;
}
mark {
	background-color: #662383;
	color: #ffffff;
}


/*****************************************************
** Font Awesome styling 
******************************************************/
#top-menu li a {
	font-weight: 400;
}


/*****************************************************
** Font Awesome styling 
******************************************************/
.fab, .far, .fas {
	color: #ffffff !important;
	font-size: 50px;
	padding-bottom: 20px;
}
.fontAwesomeFooterIcons {
    font-size: 15px !important;  
    padding-right: 10px;
}
.contactPage {
    font-size: 15px !important;
    color: #2e3192 !important;
    padding-right: 10px;
}


/*****************************************************
** Subpage title header 
******************************************************/
.subpageHeader h1 {
	text-transform: uppercase;
}
.subpageHeader .subTitle div, 
.subpageHeader .subTitle div p {
	font-weight: 300;
    line-height: 1.5em;
	font-size: 20px !important;
}
.subpageHeader h2 {
	text-transform: uppercase;
}


/*****************************************************
** Overview services titles
******************************************************/
.serviceOverviewTiles .et_pb_image {
	margin-left: auto !important;
	margin-right: auto !important;
}
.serviceOverviewTiles img {
	width: 60px !important;
}
.serviceOverviewTiles h2 {
	font-size: 15px !important;
    text-align: center;
}


/*****************************************************
** Icons
******************************************************/
.iconPurpleCircle .et_pb_image_wrap {
    background-color: #662383 !important;
}


/*****************************************************
** Horizontal align buttons
******************************************************/
.btn-inline .et_pb_button_module_wrapper {
    display: block;
}
.btn-inline {
    text-align: center !important;
}
.full-width-btn {
    width: 100%;
    text-align: center;
}
.fullWidthHeightBtn {
    width: 100%;
    height: 100%;
}


/*****************************************************
** Fixes popup bullet points
******************************************************/
.popup ul {
    padding-left: 20px;
}
.popup ul li {
    list-style: disc;
}


/*****************************************************
** Footer styling //#231f20
******************************************************/
.menuSitemap li a[aria-current="page"] {
    color: #662383 !important;
}
.footerAccreditations img {
    max-width: 120px;
    margin-right: 20px;
}