/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

* {
  box-sizing: border-box;
}

/* body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  background-color: ivory;
} */

.row {
  display: flex;
}

/* Create two equal columns that sits next to each other */
/* Main column */
.main {
  flex: 45%;
  padding: 20px;
}

/* Side column */
.side {
flex: 45%;
padding: 20px;
}

/* Create three equal columns that sit next to each other */
/* Left column */
.left {
  flex: 33.33%;
  padding: 10px;
  float: left;
}
/* Middle column */
.middle {
  flex: 33.33% 
}
/* right column */
.right {
  flex: 33.33%;
  padding: 10px;
  float:right;
}

.ms-20Cntr {
margin-bottom:8px;	
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

.my-h5 {
  color:#0e11b4  ;
  font-size: 14 px;
  text-align: center;
}

.my-h4 {
  color: #ff9800;
  font-size: 1.5em;
  text-align: center;
}	

.my-h3 {
  color:#ef6c00;
    font-size: 2em;
    text-align:center;	
}

.my-h2 {
  color:#ff9800;
  font-size: 2em;
  text-align:center;
}


.my-h1 {
  color:#ef6c00;
  font-size: 2.5em,;
  text-align:center;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  height: 100%;
}


.carousel-item {
  height: 70vh;
  min-height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.services-icon {
  margin-bottom: 20px;
  font-size: 30px;
}
bgc2, .vLine, .hLine {
    background-color: #0F52BA;
}

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content 
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
*/
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
