
body, html{
	font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
	color: #000;
	width: 100% !important;
	height: 100% !important;
	scroll-behavior: smooth;
	background-color:#fff!important; 
	
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}





link, visited, active{
	text-decoration:none;
}
	
hover{
	text-decoration:none;
}


.header2{
	width:100%;
	margin:0;
	overflow:hidden;
 	padding: 20px 0px;
	background-color: #fff;
}

.container{
 	max-width: 1400px;
 }

.container2{
 	max-width: 1400px;
	margin: 50px auto;
	
 }


.row{
	width:100%;
	margin:0;
	padding:0;
	
}

.hero-row{ 
	padding: 30px 20px 0px 20px;
 	background-color: #fff;
	margin: 0px 0px;
	height: 250px;
	border: solid 5px #b06e81;
	
	
	
}

.hero-txt{
	width: 100%;
 padding: 0px 0px 0px 0px;
}

.hero-hide{
		display: none;;
	}
.hero-img{
width: 700px;
position: relative;
top: -35px;
right: -20px;
z-index: 99;
	
}



.inner-container{
	max-width: 1400px;
}

.about{
	padding-right: 0px;
}


.white-container{ 
	padding: 100px 0px;
	background-color: #fff;
	
}



.padding1{
	padding:0 5em;
	box-sizing:border-box;
}

.margin-bottom{
	margin-bottom:100px;
}

.logos{
	width:450px;
	margin: 0 auto;
	padding:0;
}	

.bottom-line{
	border-bottom:solid 1px #ffffff;
	margin-bottom: 20px;
	padding-top: 10px;
}


p {
	color: #000!important;
	font-size:18px;
	font-weight: 300;
	line-height: 24px;
	margin:0 0 20px;
}


h1{
	
	font-weight: 700;
	font-size:30px;
	line-height: 38px;
	margin:0 0 0px;
}

h2{
	
	font-weight: 700;
	font-size:30px !important;
	margin-top:0 !important;
	margin-bottom:30px !important;
	line-height:36px !important;
}
h3{
	
	font-weight: 700;
	font-size:40px !important;
	margin-top:0 !important;
	margin-bottom:20px !important;
	line-height:46px !important;
}



h4{
	
	font-weight: 700;
	font-size:20px !important;
	margin-top:18px !important;
	margin-bottom:10px !important;
	line-height:26px !important;
}

h5{
	
	font-weight: 700;
	font-size:18px !important;
	margin-top:20px !important;
	margin-bottom:10px !important;
	line-height:26px !important;
}

h6{
	
	font-weight: 700;
	font-size:32px !important;
	margin-top:0 !important;
	margin-bottom:20px !important;
	line-height:38px !important;
}

.white-txt{
	color: #ffffff!important;
}
.pink-txt{
	color: #b06e81!important;
}

.blue-txt{
	color: #3d5c7a!important;
}

.white-txt-small{
	color: #ffffff!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 5px;
}

.white-txt-form{
	color: #ffffff!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
}



.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.form-container1{
	max-width:100%;
	margin:0px 30px 0px auto;
	background-color: #3d5c7a;
	border-radius: 0px;
	padding:1.75em;
	color: #fff;
}






/******************* Accordion Stage 1 *****************/

.main-list{
	
	color: #000!important;
	font-size:16px;
	font-weight: 300;
	line-height: 20px;
	margin:0 0 20px 0px;
	
}

ol li {
	
	margin-bottom: 10px;
}

#stage1-accordion .panel-title a {
    display: block;
    padding: 20px 15px 20px 15px;
    background: #ffffff;
    border-bottom: 1px solid #3d5c7a;
    border-radius: 0px;
    font-weight:300;
	font-style:normal;
	font-size:20px;
	color: #3d5c7a;
    position: relative;
	text-decoration: none;
	width:100% !important;
}
	

#stage1-accordion .panel-title a:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
}


#stage1-accordion .panel-title a:active{
	color: #3d5c7a;
	background-color:#fff;
}

#stage1-accordion .panel-title a.collapsed:before, #stage2-accordion .panel-title a.collapsed:before, #stage3-accordion .panel-title a.collapsed:before, #stage4-accordion .panel-title a.collapsed:before
	{ content: "\f067"; }
#stage1-accordion .panel-body, #stage2-accordion .panel-body, #stage3-accordion .panel-body, #stage4-accordion .panel-body{
	margin-bottom: 8px;
	margin-top: 0px;
    padding: 30px 0px;
    font-size: 16px;
    line-height: 20px;
	border-radius: 8px;
    border: 0px solid #dcdee1;
}
#stage1-accordion .panel-title a .icon1{
    display: inline-block;
    width: 0px;
    line-height: 51px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 15px;
}








@media screen and (min-width: 768px) {
	
h1{
	
	font-weight: 700;
	font-size:44px;
	line-height: 58px;
	margin:0 0 0px;
}

h2{
	
	font-weight: 700;
	font-size:32px !important;
	margin-top:0 !important;
	margin-bottom:60px !important;
	line-height:46px !important;
}
	
	
.hero-row{ 
	padding: 0px 0px 0px 60px;
 	background-color: #fff;
	margin: 0px 0px;
	height: 400px;
	border: solid 5px #b06e81;
	
	
	
}

.hero-txt{
	width: 50%;
 padding: 0px 80px 25px 0px;
}

	.hero-hide{
		display: block;
	}
.hero-img{
width: 750px;
position: relative;
top: -35px;
right: -30px;
z-index: 99;
	
}	
.about{
	padding-right: 80px;
}

}

@media screen and (min-width: 1400px) {

	
	


	
}



	
	




