* {
    box-sizing: border-box;
}
body {
    width: 100%;
    padding:0;
    font-family: "Times Roman";
}
.pgContainer {
    display:block;
    width: 100%;
    padding:0;
}
.container {
    width: 100%;
}
.container > .row > p {
    font-size: 1.2rem;
    padding-right: 10px;
}
.pgTitle {
    font-family: "Brush Script", Serif;
    font-size: 3.6rem;
    font-weight: 600;
    font-style: italic;
    color: #040433;
    margin-left: 80px;
    margin-top: 20px;
    margin-bottom: 0;
}
#pgLeft {
    display: inline-block;
    width: 21%;
    background-color: #040433;
    color: #FFF;
}
#pgLeft > #supportSec {
    width: 100%;
    position: relative;
    margin-left: 12px;
    top: 30px;
}
#pgLeft > #supportSec > .pan-lft-img {
    width: 90%;
    padding-left:0;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
}
img.logo {
    display: block;
    position: relative;
    width: 96%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 60px;
    top:20px;
}
.supportSec > h4 {
    font-size: 1em;
}
div.supportSec > h4 > ul > li {
    font-size: 90%;
}
.iCap {
    font-size: 6rem;
}
.iCap2 {
    font-size: 5rem;
}
#pgRight {
    display: inline-block;
    position: relative;
    width: 79%;
    padding-left: 0;
    padding-right:0;
}
#pgRight > #header {
    display: inline-block;
    width: 100%;
    height: 210px;
    z-index: 20;
}
#header > h1 {
    position: absolute;
    top: 0px;
}
.tpHdr {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.tpHdr > img {
    position: relative;
    height: 260px;
    width: 100%;
    opacity: 1.0;
    z-index: -40;
}
.botHdr {
    display: inline-grid;
    grid-template-columns: repeat(6, auto);
    position:relative;
    width: 100%;
    text-align: center;
    left:0;
    padding-left: 20px;
    height: 25px;
    background-color: #fa3205;
}
#header > hr {
    margin-bottom: 10px;
}
#tagline {
    display: block;
    position: absolute;
    top: 120px;
    font-family: "Georgia";
    font-size: .9rem;
    font-weight: 600;
    text-align: left;
    margin-left: 76px;
    margin-bottom: 30px;
}
.menu {
    color: #000;
    width: 20px;
}
.menu > a:link {
    text-decoration: none;
    color: #000;
}
.menu > a:visited {
    color: #fcf96d;
}
.servMenu {
    display: inline-block;
    border: 1px solid #fa3205;
    height: 10px;
}
#benefitsList {
    list-style: none;
}
.container > .row > .item1 > img {
    height: 100px;
}
.circle {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    text-align:center;
}
.item1 {
    background-color: #00E978;
    align-content: center;
    position:relative;
    left: 44%;
    top: -90px;
    z-index: -12;
}
.item1 > img {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: -24;
}
.item2 {
    background: rgba(209,217,220, .9);
    align-content: center;
    position: relative;
    left: -70px;
    top: 40%;
}
.item2 > img {
    position: relative;
    top: 9px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.item3 {
    background-color: #fcf96d;
    position: relative;
    z-index: -15;
    top: 41%;
    left: 16%;
}
#serviceLst {
    position: relative;
    z-index: 20;
}
ul.a {
    display: none;
    position:relative;
    list-style-type: circle;
    background-color: #fa3205;
    width: 160px;
}
li.drop {
    display: block;
    width: 100%;
    margin-left: -18px;
    padding-left:0;
    text-align: left;
    color:#FFF;
    border-bottom: 1px solid #040433;
}
li.drop > a{
    text-decoration: none;
    color: #FFF;
}
.formbox {
    background-color: #FFF;
    width: 360px;
    height:350px;
    border: 2px solid #17326C;
    position: relative;
    top: -100px;
    left:42%;
}
.formbox2 {
    background-color: #FFF;
    width: 360px;
    height:460px;
    border: 2px solid #17326C;
    position: relative;
    top: -100px;
    left:42%;
}
.frmRequired {
    color: red;
    font-weight: 200;
}
input[type=text] {
    background-color: #DEE6DF;
    border: none;
    width: 100%;
}
input[type=password] {
    background-color: #DEE6DF;
    border: none;
    width: 100%;
}
input[type=submit] {
    width: 100%;
}
.frmErr {
    color: #F00;
}
#appBenefits {
    padding-left: 60px;
}
div.row:nth-child(3) > .text-center > img {
    width: 36%;
}
.card {
    display: inline-grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
    border-color: rgb(4,4,51);
    float: left;
    width: 48%;
    height: 410px;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.2em;
}
.card > h4 {
    grid-column: 1 / -1;
    grid-row: 1;
}
.card > .card-img {
    grid-column: 1;
    grid-row: 2 / -1;
    height:100%;
}
.card-img > img {
    width: 98%;
}
.card > .card-content {
    grid-column: 2 / -1;
    grid-row: 2;
    margin: 5px;
    overflow: scroll;
}
.bk1 {
    background-color: #c25a13;
    padding: 18px;
}
.bk2 {
    background-color: #abcf91;
    padding: 18px;
}
.bk3 {
    background-color: #abcf91;
    padding: 18px;
}
.bk4 {
    background-color: #315496;
    padding: 18px;
}
.bk5 {
    background-color: yellow;
    padding: 18px;
}
.bk6 {
    background-color: #2f76b4;
    padding: 18px;
    height: 460px;
}
.bk7 {
    background-color: #2f76b4;
    padding: 18px;
}
.bk8 {
    background-color: #2f76b4;
    padding: 18px;
}
.bk9 {
    background-color: #2f76b4;
    padding: 18px;
}
.bk10 {
    background-color: #2f76b4;
    padding: 18px;
}
footer {
    display: block;
    width: 100%;
    padding-top: 20px;
    background-color: #FFF;
    color: #040433;
    padding-bottom: 20px;
}
#supportSec2 {
    display:none;
}
#addProject {
    display: block;
    padding: 10px;
    width: 96%;
    margin: 8px;
    border: 2px solid black;
    border-radius: 10px;
}
footer > #copyRt {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
/* Projects page */
#projectCnt {
    display: block;
    margin:8px;
    padding-left:8px;
    border: 1px solid red;
}
#addProject > input {
    margin-bottom: 8px;
}
#addProject > textarea {
    width: 100%;
}
.thnxMsg {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #cecece;
    width: 60%;
}
@media only screen and ( max-width: 600px) {
  #supportSec {
      display: none;
  }
  #supportSec2 {
    display:block;
    margin-left:25%;
    color: white;
  }
  .circle {
      display: none;
  }
  .row > .formbox {
      display: inline-block;
      width: 98%;
      position: relative;
      top: 0;
      left: -5px;
      margin-top: 5px;
      margin-left: auto;
      margin-right: auto;
  }
  .card {
      width: 100%;
      margin-left:auto;
      margin-right: auto;
  }
  footer {
    background-color: #040433;
  }
}