/* -------- */
/*   Home   */
/* -------- */



/*-----------------------*/
/*       Solutions       */
/*-----------------------*/
.Intro {
  display: flex;
  justify-content: center;
  align-items: center;
    padding-top: 80px;
    height: 240px;
}
.IntroWrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.SL {
    float: left;
    padding: 30 60 0 0;
    width: 8%;
}
.SR {
    float: left;
    padding-left: 20px;
    width: 90%;
    max-width: 900px;
    border-left: 2px solid black;
}






/*-----------------------------*/
/*            Why Us           */
/*-----------------------------*/
.Why {
    height: 800px;
    padding-top: 50px;
    padding-bottom: 125px;
    margin: 0 auto;
    /* Change Me */
    background: ;
}
.Why h2, .Why h4 {
    font-family: 'BenchNine', sans-serif;
}

.WhyTxt {
    width: 940px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.Why h2 {
    font-size: 30px;
    font-weight: 400;
}
.Why p {
    padding: 0px 20px;
}






/* ------- Hexagon Posters -------------*/
.Hexa {
    height: 520px;
    width: 1150px;
    margin: 0 auto;
}

.Hexa-Poster {
    margin: 20px 10px;
    width: 360px;
    float: left;
}
.Hexa-Poster:hover .Hexa-Bot {
    background: #505050;
}
.Hexa-Poster:hover .Hexa-Text {
       border: 3px solid #3c3c3c;
}
.Hexa-Poster:hover .Hexa-Text h3 {
	   color: #141414  ;
}


/* Top Part */
.Hexa-Top {
    height: 240px;
    border-bottom: 4px solid white;
}
.Hexa-Top img {
    width: 100%;
}

/* Bottom Part */
.Hexa-Bot{
    height: 250px;
    background-color: #2a2a2a;

    text-align: center;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

/* ---- Hexa-Text ---- */
.Hexa-Text {
  border: 3px solid #505050;
  width: 55%;
  height: 52px;
  background: #fff;
  position: relative;
  top: -30px;
  margin: 0 auto;
}
.Hexa-text h3 {
	font-size: 34px;
    margin: 0 auto;
	color: #383838;
}
.Hexa-Bot p {
    font-size: 0.90em;
    color: white;
}







/*--------------------------*/
/*         Rad Msg          */
/*--------------------------*/

.RedMsg {
    text-align: center;
    padding: 40 0;
    height: 350px;
    background: repeating-linear-gradient(
    -55deg,
    #CC7722,
    #CC7722 10px,
    #DE801A 10px,
    #DE801A 20px
  ) /* CC7722 DE801A */
}
.RedWrap {
    width: 1000px;
    margin: 0 auto;
}



.RadTxt p {
    margin-top: 105px;
    font-size: 30px;
    line-height: 45px;
    color: white;
}







/*-------------------------*/
/*   Radiation Services    */
/*-------------------------*/

.Services {
    padding-top: 150px;
    padding-bottom: 150px;
    height: auto;
    margin: 0 auto;
}
.CenterTxt {
    text-align: center;
}


#RadText {
    padding: 30px;
    padding-bottom: 60px;
    height: 150px;
}

/* Portfolio Sections */
.Rad {
    width: 1150px;
    height: 318px;
    margin: 0 auto;
    color: blue;
}
.Rad h2 {
    font-size: 34px;
    font-family: 'BenchNine';
}
.TextBox {
    float: left;
    width: 30%;
    height: 266px;
    padding: 18px;
    text-align: center;
    border-left: 3px solid #DE801A;
}
.TextBox:first-child {
    border: 0;
}

.TextBox h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #404040;
}
.TextBox:hover h2 {
    color: black;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: 200ms;
}
/* Portfolio Btn */
.BtnSpace {
    height: 60px;
    padding: 40px;
}
