/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

/*
.linked-icon .et_pb_icon {
font-size: 30px !important;
}
*/


hr.blog {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c3c3c3;
    margin: 1em 0;
    padding: 0 0 25px;
}





.single-post .et_pb_section {

    padding-top: 40px !important;
}



.et_pb_widget_area_left {
    border-right: none;
    padding-right: 0;
}

.wp-block-latest-posts__post-date {
    display: block;
    font-size: 13px;
    color: #777;
}


.widget_block {
margin-bottom: 30px !important;
}


#main-content .container:before {
    background-color: #fff !important;
}

.widget_recent_entries ul {
list-style: circle;
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #27508B !important;
}

.strapline-2 h3 {
line-height: 2.2em !important;
}

.home strong {
    color: #666 !important;
    font-weight: 700 !important;
}




h2.title1 {
    font-size: 30px;
    padding-bottom: 0px;
    margin: 0 auto;
    line-height: 40px;
    font-weight: 500;
}



.border-1 {
    border-top: 1px solid #2f5597;
    position: relative;
    margin: 0 auto !important;
    max-width: 65%;
    padding-bottom: 70px;
}

.border-1:after {
    content:'';
    position:absolute;
    right: 50%;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #2f5597 transparent transparent transparent  ;
}












.blocky {
display: inline-block;
}


.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    font-size: 20px !important;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    font-size: 20px !important;
}


.et-waypoint.et_pb_animation_top.et-animated, .et_pb_animation_top.et-animated {
    animation: none !important;
}

.btn-1 {
  background: #4274c9;
  background-image: -webkit-linear-gradient(top, #4274c9, #2f5597);
  background-image: -moz-linear-gradient(top, #4274c9, #2f5597);
  background-image: -ms-linear-gradient(top, #4274c9, #2f5597);
  background-image: -o-linear-gradient(top, #4274c9, #2f5597);
  background-image: linear-gradient(to bottom, #4274c9, #2f5597);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px #949494;
  -moz-box-shadow: 0px 0px 10px #949494;
  box-shadow: 0px 0px 10px #949494;
  font-family: inherit;
  color: #ffffff !important;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 4px;
  text-decoration: none;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.btn-1:hover {
  background: #2f5597;
  background-image: -webkit-linear-gradient(top, #2f5597, #4274c9);
  background-image: -moz-linear-gradient(top, #2f5597, #4274c9);
  background-image: -ms-linear-gradient(top, #2f5597, #4274c9);
  background-image: -o-linear-gradient(top, #2f5597, #4274c9);
  background-image: linear-gradient(to bottom, #2f5597, #4274c9);
  text-decoration: none;
color: #ffffff !important;
}

.entry-content ul {
    list-style-type: circle !important;
}

.exp2 {
font-weight: 600;
}

h4 {
    padding: 10px 0 15px;
    font-size: 20px !important;
}

.profile-pic {
border: 1px solid #888;
	margin-top:30px;
}

.app1 {
    text-align: center !important;
    padding: 0 17px 35px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
	color:#fff !important;
}

@media only screen and (max-width: 1260px) and (min-width: 1025px) {
.app1 {
    text-align: center !important;
    padding: 11px 11px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
}

@media only screen and (max-width: 1024px) {
.app1 {
    text-align: center !important;
    padding: 0px 10px 35px;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}
}


h3.app-title {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    padding-bottom: 0 !important;
    color: #fff;
}


h2.app-title1 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 0px !important;
    text-transform: uppercase;
    line-height: 45px !important;
    margin: 35% auto;
	color: #fff !important;
	position: relative;
    top: 10px;
}

@media only screen and (max-width: 1260px) and (min-width: 1025px) {
h2.app-title1 {
    font-size: 24px;
    line-height: 36px !important;
}
}

@media all and (max-width: 1024px) {
h2.app-title1 {
    margin: 10% auto;
}	
}

.app2-1 {
background: rgb(6,83,163);
/*background: linear-gradient(129deg, rgba(6,83,163,1) 0%, rgba(6,83,163,0.65) 100%);*/
	background: linear-gradient(129deg, #24539A 0%, #508fd6 100%);

}

.app2-2 {
background: rgb(31,98,176);
/*background: linear-gradient(129deg, rgba(31,98,176,1) 0%, rgba(31,98,176,0.65) 100%);*/
	background: linear-gradient(129deg, #8F367C 0%, #d270bc 100%);

	
}


.app2-3 {
background: rgb(36,112,185);
/*background: linear-gradient(129deg, rgba(36,112,185,1) 0%, rgba(36,112,185,0.65) 100%);*/
	background: linear-gradient(129deg, #BA1716 0%, #e55653 100%);

}

.app2-4 {
background: rgb(26,131,197);
/*background: linear-gradient(129deg, rgba(26,131,197,1) 0%, rgba(26,131,197,0.65) 100%);*/
	background: linear-gradient(129deg, #a54a3d 0%, #e3937b 100%);

}







.app2-1,
.app2-2,
.app2-3,
.app2-4 {
    border: 4px solid #fff;
    border-radius: 20px;
    margin-bottom: 50px !important;
    box-shadow: 0 0 15px #999;
	padding-top: 10px !important;
}



.app2-1::after{
color: #a0a1d6;
}
.app2-2::after{
color: #e28fa4;
}
.app2-3::after{
color: #f1958f;
}
.app2-4::after{
color: #e3cfa8;
}





@media only screen and (max-width: 1500px) and (min-width: 1025px) {
.app2-1::after,
.app2-2::after,
.app2-3::after,
.app2-4::after {
content: 'E' !important;
font-family: 'ETMODULES';
font-size: 60px !important;
font-weight: normal;
position: absolute;
top: 46%;
right: calc(-22px - 14.5%);
}
}


@media only screen and (min-width: 1501px) {
.app2-1::after,
.app2-2::after,
.app2-3::after,
.app2-4::after{
content: 'E' !important;
font-family: 'ETMODULES';
font-size: 60px !important;
font-weight: normal;
position: absolute;
top: 46%;
right: calc(-11px - 17.5%);
}
}

@media all and (max-width: 1024px) {
.app2-1::after,
.app2-2::after,
.app2-3::after,
.app2-4::after {
content: 'C'!important;
font-family: 'ETMODULES';
font-size: 60px !important;
font-weight: normal;
position: absolute;
left: calc(50% - 25px);
bottom: -50px;	
}
}

/*
.app4 {
background-color: #fff;
border: 2px solid #2f5597;
border-radius: 20px;
margin-bottom: 50px;

}
*/

.app4 {
background: rgb(41,157,216);
/*background: linear-gradient(129deg, rgba(41,157,216,1) 0%, rgba(41,157,216,0.65) 100%);*/
background: linear-gradient(129deg, #3F8124 0%, #79d057 100%);
border: 4px solid #fff;
border-radius: 20px;
margin-bottom: 50px !important;
box-shadow: 0 0 15px #999;
}


.app3 {
/*background-color: #3d6cbd;*/
padding-top: 25px !important;
margin-bottom: 15px !important;
border-radius: 20px 20px 0 0;
margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
width: 100% !important;
margin-right: 0 !important;
}
}

@media only screen and (max-width: 1024px) {
.et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row {
    display: block;
}
}





@media only screen and (max-width: 1024px) {
.app0 {
max-width: 600px !important;
padding: 0 10% !important;
}	
}


@media only screen and (min-width: 1025px) {
.et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row {
    display: flex;
}
}




.entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
padding: 0 0 45px 1em !important;
line-height: 2em !important;
}



.showmore1 {
    font-weight: 700;
    padding: 15px 0 0;
    display: inline-block;
    color: #27508B !important;
}


.verticaline {
    width: 1px;
    height: 130px;
    background: #ddd;
    margin: 0 auto;
}


hr.hr1 {
    width: 117%;
    position: relative;
    right: 17%;
    height: 1px;
    border: none;
    color: #ddd;
    background-color: #ddd;
	
}

hr.hr2 {
    width: 118%;
    position: relative;
    left: 0;
    height: 1px;
    border: none;
    color: #ddd;
    background-color: #ddd;
	
}


@media (max-width: 1080px) {

hr.hr1,
hr.hr2{
 display: none !important;
}
}
	
	
	





/* buttons fixed to the bottom */
.ss_row_align_buttons .et_pb_column {
padding-bottom:30px;
}
 
.ss_row_align_buttons .et_pb_button_module_wrapper {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}


@media (max-width: 980px) {
#row1 .et_pb_column {
    width: 100%!important;
}
	
	.vertical1 {
		display: none;
}
}



.pic1 {
max-width: 300px;
}



@media (max-width: 980px) {
.pic1 {
max-width: 250px;
}
}















@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}




.et_header_style_centered #main-header .logo_container {
    padding: 15px !important;
}


.et-pb-icon {
    font-weight: 500 !important;
 /*   font-size: 65px !important; */
/*	color: #2f5597 !important;*/
}






.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    color: #ffffff !important;
}






.page-id-49 #menu-item-122,
.page-id-49 #menu-item-42,
.page-id-49 #menu-item-87,
.page-id-49 #menu-item-43,
.page-id-49 #menu-item-46,
.page-id-49 #menu-item-88 {	
display: none !important;
}


.home #menu-item-324 {
display: none !important;
}



.post-password-required .et_password_protected_form {
    min-height: 256px;
    max-width: 600px;
    margin: 35px auto 0;
    padding-bottom: 40px;
}


.gallery1 img {
width: 100vw !important;
}

.portrait1 img {
    border-radius: 50%;
    border: 1px solid #888;
}



.portrait1 img {
	max-width: 275px !important;
	margin: 0 auto;
	width: 100%;
}





/*---------- [Testimonial Slider ]----------*/

    
    .testimonial-slider,
    .testimonial-slider .et_pb_container {
        height: auto !important;

		
    }
    .testimonial-slider,
    .testimonial-slider .et_pb_slide {
        max-height: auto;
       /* border: 1px solid #fff;
        outline: 30px solid #000;*/
    }
    .testimonial-slider .et_pb_slide_description {
        position: relative;
        top: 25%;
        padding-top: 0 !important;
        padding-bottom: 70px !important;
        height: auto !important;
}

.testimonial-image {
    display: inline-block;
    padding-bottom: 40px;
    position: relative;
    top: 10px;
}

.testimonial-slider .et_pb_slide_description {
		min-height: 535px !important;
}

@media only screen and (max-width: 980px) and (min-width: 701px) {
.testimonial-slider .et_pb_slide_description {
		min-height: 600px !important;
}
}


@media only screen and (max-width: 700px) {
.testimonial-slider .et_pb_slide_description {
		min-height: 700px !important;
}
}





	
.testimonial-slider .et-pb-controllers a {
    border-radius: 10px;
}


.et_pb_slider .et_pb_slide_1,
.et_pb_slider .et_pb_slide_2,
.et_pb_slider .et_pb_slide_3,
.et_pb_slider .et_pb_slide_0 {
    background-color: transparent !important;
}


@media only screen and (max-width: 980px) {
#page-container {
padding-top: 200px !important;
}
}






@media only screen and (max-width: 981px) {
#logo {
    min-height: 100px !important;
    height: 100px !important;
    max-height: 100px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
}

@media (max-width: 980px) {
.et_header_style_centered header#main-header .logo_container {
    height: 100px !important;
    max-height: 100px !important;
    padding: 70px !important;
}
}

@media screen and (max-width: 782px) {
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 39px !important;
}
}

@media only screen and (min-width: 981px) {
.et_header_style_centered header#main-header.et-fixed-header .logo_container {
    height: 90px !important;
}
}





@media (max-width: 980px) {
	.service-mod {
margin: 30px 0 !important;		
	}
}








#main-header #top-menu a.ds-menu-active, .et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
    color: #919497 !important;
}

#footer-widgets {
    padding: 30px 0 0 !important;
}



#et-info-phone:hover { 
opacity: 0.7 !important;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}

#et-info, #et-secondary-menu {
    text-align: center !important;
    font-size: 14px;
    line-height: 25px !important;
}


.service-mod h4 {
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-mod li {
    padding: 0 0 20px 0;
	
}

/*
.home .entry-content ul {
    text-align: center;
    list-style-position: inside;
}
*/


@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
}




/*
.contact .et-pb-icon {
    font-size: 40px !important;
	padding-top:30px;
}
*/

.cli_settings_button {
color: #27508B !important;
}







/*-------cookie banner styling---------*/

button#catapultCookie {
    font-size: 14px !important;
    display: block;
    float: right;
    margin: 10px 0 10px 20px !important;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
	color: #dd1c1c;
}


.has-cookie-bar #catapult-cookie-bar {
    opacity: 0.9 !important;
    padding: 10px 20px 0;
    font-size: 14px !important;
    line-height: 23px !important;
}

.cookie-bar-bar .ctcc-inner {
    display: block !important;
}



.has-cookie-bar #catapult-cookie-bar {
    opacity: 0.9 !important;
    padding: 10px 20px 0;
}






/*--------end of cookie banner styling---------*/






.select_page { visibility : hidden; }

.mobile_nav .select_page {
    display: none !important;
}


@media (max-width: 980px) {
.et_header_style_centered #main-header {
    padding: 20px 0 3px;
}
}


@media (max-width: 980px) {
.et_header_style_centered #main-header .mobile_nav {
    background-color: transparent;
}

/* Place the word MENU after the mobile hamburger */
.mobile_menu_bar:after {
    content: 'MENU';
    position: relative !important;
    bottom: 10px;
    left: 10%;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
}

/* Change the hamburger to X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
	
.mobile_menu_bar:after {   
/* color: #007a33 !important; */
color: #2f5597 !important;
}	
}

.mobile_menu_bar:before {
    font-size: 40px;
    color: #2f5597 !important;
}


@media (max-width: 980px) {
.et_header_style_centered .mobile_menu_bar {
    position: relative !important;
    top: -17px;
    width: 107px;
    margin: 0 auto;
}
}




#main-header .container {
width: 90%;
}




.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    height: 70vh;
    padding-top: 6%;
}



@media (max-height: 500px) {
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    height: 425px;
}
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 100%;
}




.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 


#et-info-phone:hover { 
opacity: 0.7 !important;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 47%;
}

/*  GO FULL WIDTH AT LESS THAN 770 PIXELS */

@media only screen and (max-width: 770px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 770px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}









@media only screen and (max-width: 981px) {
#logo {
height: 85px;
max-height: 85px !important;
padding-bottom: 5px;
padding-top: 5px;
}
}

#et-info, #et-secondary-menu {
    text-align: center !important;
    font-size: 14px;
    line-height: 25px !important;
}

.footer-info {
font-size:90%;
}

.tandc  {
font-size:90%;  
    
}

#footer-bottom {
    padding: 15px 0 20px;
}

#et-top-navigation {
    text-align: center;
}


.rating > span:before {
content: "\2605";
position: absolute;
color: #fad51b;
}

.strapline {
font-size: 24px;
text-align: center;
line-height: 32px;
padding-top: 20px;
}


.head2 {
text-align: center;
text-transform: uppercase;
}

.strap6 {
text-transform: uppercase;
font-size: 24px;
text-align: center;
line-height: 32px;

}


.et_pb_fullwidth_header .header-content {
/*text-shadow: 0px 1px 4px black !important;*/
}


h1 {
    font-size: 40px;
	line-height: 46px !important;
	padding-bottom: 30px;
}

h2 {
	padding-bottom: 30px;
}






h3 {
    font-size: 25px;
	line-height: 32px !important;
	padding-bottom: 30px;

}

@media (max-width: 700px) {
	h1 {
    font-size: 30px;
	line-height: 36px;
	padding-bottom: 30px;
}
/*
h3 {
    font-size: 18px !important; 
	line-height: 24px;
	padding-bottom: 30px;
}
*/	
h3 {
    font-size: 22px !important;
    line-height: 34px !important;
    padding-bottom: 30px;
    text-transform: none !important;
}
	
	
	
	
	
.strapline {
    font-size: 17px;
    line-height: 26px;
}
}




 /* unvisited link */
a:link {
    color: #27508B;
}

/* visited link */
a:visited {
    color: #27508B;
}

/* mouse over link */
a:hover {
    color: #A9ADB1;
}

/* selected link */
a:active {
    color: #27508B;
} 



.d1 {
border: 4px solid #F64320;
border-radius:10px;
padding: 30px 40px 50px !important;
background-color: #444;
}

.testpic {
margin: 20px auto;
border-radius:75px;
}


.testimonial {
font-style: italic;
text-align: center;
font-size: 17px;
}

.test1 {
font-weight: bold;
text-align: center;
}






.p1 {
font-size: 20px;
text-align: center;
}


.p2 {
font-size: 18px;
text-align: center;
}






.p3 {
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
}

.email {
font-weight: bold;
font-size: 20px;
}


.p4 {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}

@media (min-width: 760px) {
.p4 {
    font-size: 25px;
}
}




body {
    font-size: 16px !important;
}


.foot1 {
display: inline-block;
}

@media (max-width: 980px) {
#main-header {
top: 0 !important;
}
}



