@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/*  apply a natural box layout model to all elements  */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*  apply a natural box layout model to all elements  */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ------------- BODY ------------- */
html body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 100vh;
  width: 100vw; }
  html body a {
    color: white !important;
    text-decoration: none; }
  html body a:hover {
    color: #f8f15f !important;
    text-decoration: none; }

/*  ------------- HEADER -------------  */
.mainWraper {
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  grid-template-columns: 100%; }

header {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 1rem 10px;
  flex-direction: column;
  background-color: #0086c3;
  justify-content: space-between; }
  header div.logogroup {
    align-self: center; }
    header div.logogroup img {
      width: 300px;
      height: 100px; }
    header div.logogroup span {
      display: block;
      font-size: 42px;
      font-weight: bold;
      color: white; }
  header div.headerright {
    align-self: flex-start;
    margin-top: 10px; }
    header div.headerright div.socialmedia img {
      display: inline-block;
      width: 32px;
      height: 32px;
      transition: .5s;
      border-radius: 15px;
      background: #026999;
      margin-right: 5px;
      padding: 2px; }
    header div.headerright div.socialmedia img:hover {
      background: #18536e; }
    header div.headerright div.socialmedia div.call {
      font: 18px;
      line-height: 1.5rem;
      margin-right: 15px; }
    header div.headerright div.search {
      display: inline-block; }
    header div.headerright input.sfield {
      font-size: 1rem;
      color: #0086c3;
      width: 150px;
      height: 28px;
      padding: 0.25rem 0.5rem;
      border: none;
      border-radius: 6px 0 0 6px;
      background-color: rgba(255, 255, 255, 0.7);
      transition: width .5s; }
    header div.headerright input.sbtn {
      background-image: url(../images/searchIcon.png);
      background-size: 50%;
      width: 15%;
      color: white;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #90c4df;
      height: 28px;
      width: 30px;
      border: none;
      border-radius: 0 6px 6px 0;
      margin-left: -10px; }
    header div.headerright form input.sfield:focus {
      width: 190px;
      margin-right: 10px; }
    header div.headerright div.call {
      line-height: 1.3rem;
      margin-bottom: 10px;
      font-weight: normal; }
      header div.headerright div.call span {
        display: inline-block;
        color: white; }

nav {
  width: 100%;
  height: 44px;
  background: #2f7293;
  z-index: 99; }
  nav #hamburgerBtn {
    background: #3786ad;
    border: none;
    display: inline-block;
    position: relative;
    height: 44px;
    width: 45px;
    cursor: pointer; }
  nav #hamburgerBtn .top {
    top: 29%; }
  nav #hamburgerBtn .middle {
    top: 48%; }
  nav #hamburgerBtn .bottom {
    top: 67%; }
  nav #hamburgerBtn .top, nav #hamburgerBtn .middle, nav #hamburgerBtn .bottom {
    left: 20%; }
  nav #hamburgerBtn.open .top {
    transform: rotate(45deg);
    top: 48%; }
  nav #hamburgerBtn.open .middle, nav #hamburgerBtn.open .bottom {
    transform: rotate(-45deg);
    top: 48%; }
  nav #hamburgerBtn .line {
    position: absolute;
    height: 2px;
    width: 60%;
    background: white;
    border-radius: 2px;
    transition: all cubic-bezier(0.2, 0.1, 0.2, 1.2) 0.3s; }
  nav ul {
    height: 0;
    overflow: hidden;
    width: 20rem;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 998;
    font-family: Verdana;
    font-weight: normal; }
    nav ul li a {
      display: block;
      width: 100%;
      padding: 0.75rem 2%;
      font-size: 1rem;
      text-shadow: -1px -1px 0 black;
      color: white;
      text-decoration: none;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      background: #3786ad; }
    nav ul li a:hover {
      background-color: #036ea0; }
    nav ul li a:active {
      background-color: #0c242f; }
    nav ul li:hover {
      background-color: #036ea0; }
    nav ul li.menu-item-has-children > a:after {
      font-size: .75rem;
      content: "\25BC";
      color: white;
      float: right;
      background-color: transparent; }
    nav ul li.menu-item-has-children ul {
      display: none;
      padding: 0; }
    nav ul li.menu-item-has-children:hover ul {
      display: block;
      height: auto; }
    nav ul li.menu-item-has-children ul li {
      display: block; }
    nav ul li.menu-item-has-children ul a {
      border-top: solid 1px rgba(0, 0, 0, 0.2);
      font-size: 12px;
      padding: 10px 5%;
      font-weight: normal;
      display: block; }
    nav ul li.menu-item-has-children ul li {
      background-color: #036ea0; }
  nav ul.open {
    height: auto; }

nav ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline; }

/*  ------------- FOOTER -------------  */
/*  ------------- Main Body -------------  */
#carouselExampleControls {
  display: none; }

main {
  padding: 1% 10px;
  background: #f8f8f8;
  width: 100%; }

main.indexMain div.bodytop {
  margin-top: 10px; }
  main.indexMain div.bodytop div h1 {
    display: block;
    color: #0086c3;
    font-size: 18px;
    font-weight: bold; }
  main.indexMain div.bodytop div div {
    margin: 10px 0px 0px 0px; }
    main.indexMain div.bodytop div div .roundinfo {
      display: inline-block;
      border-radius: 10px;
      background: #0086c3;
      padding: 10px;
      color: white;
      align-items: center; }
      main.indexMain div.bodytop div div .roundinfo img {
        height: 20px;
        width: 20px;
        align-items: center; }
  main.indexMain div.bodytop div P {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    float: left; }
main.indexMain div.infocards {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
  main.indexMain div.infocards div.card {
    box-shadow: 3px 3px 5px grey;
    background: #3786ad !important;
    text-align: center; }
    main.indexMain div.infocards div.card div.card-header {
      color: white;
      font-weight: bold;
      font-size: 16px;
      text-align: center; }
    main.indexMain div.infocards div.card p {
      text-align: justify;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.6;
      color: white; }
    main.indexMain div.infocards div.card img {
      vertical-align: middle;
      margin: 15px;
      text-align: center; }
main.indexMain div.bodybottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px; }
  main.indexMain div.bodybottom div {
    width: 100%;
    color: white;
    border-radius: 5px;
    line-height: 1.6; }
    main.indexMain div.bodybottom div span {
      font-weight: Bold;
      background: #495d68;
      display: block;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 10px; }
    main.indexMain div.bodybottom div p {
      background: transparent;
      padding: 10px;
      border: 1px solid #b5b5b5;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      color: black; }

main.contatctus {
  display: flex;
  flex-direction: column; }
  main.contatctus div.submitmessage {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px; }
  main.contatctus form label {
    margin-bottom: 5px; }
  main.contatctus form div.form-group {
    margin-bottom: 10px; }
  main.contatctus div.address {
    margin: 10px;
    font-size: 1.2rem;
    font-weight: normal; }
    main.contatctus div.address span.name {
      display: block;
      font-size: 26px;
      margin-bottom: 10px;
      font-weight: bold; }
    main.contatctus div.address address {
      line-height: 1.5; }
    main.contatctus div.address a {
      color: black !important; }

main.aboutus div.heading {
  margin-bottom: 15px; }
  main.aboutus div.heading span {
    font-weight: bold;
    color: #036ea0;
    font-size: 2rem; }
main.aboutus div.detail p {
  line-height: 1.5;
  font-size: 1.5rem; }
main.aboutus div.detail span {
  font-weight: bold;
  display: inline-block;
  color: #036ea0;
  font-size: 1.3rem;
  margin-top: 15px; }
main.aboutus div.detail ul {
  list-style: none; }
main.aboutus div.detail ul li {
  margin: 10px 20px 10px 20px; }
main.aboutus div.detail ul li:before {
  content: '✓';
  margin-left: -20px;
  margin-right: 10px;
  font-size: 1.3rem;
  color: #065a06;
  font-weight: bold; }

/*  ------------- End Main Body-------------  */
main.services div.heading {
  margin-bottom: 15px; }
  main.services div.heading span {
    font-weight: bold;
    color: #036ea0;
    font-size: 1rem; }
main.services div.detail div.detailcard {
  margin: 10px;
  display: flex;
  flex-direction: column;
  border: solid 1px #a8a8a8;
  line-height: 1.5rem;
  box-shadow: 3px 3px 5px grey;
  transition: .5s; }
  main.services div.detail div.detailcard div.header {
    background: #3786ad;
    padding: 10px;
    color: #e4e4e4;
    font-weight: bold; }
  main.services div.detail div.detailcard p {
    padding: 10px; }
main.services div.detail div.detailcard:hover {
  height: auto;
  transform: scale(1.1); }

footer {
  background: #0086c3;
  color: white;
  width: 100%;
  height: 30px;
  text-align: center;
  padding: 10px; }

/*----- Clearfix: Force an Element not to collapse -----*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.text-center {
  text-align: center !important; }

@media only screen and (min-width: 35rem) {
  /*-----HEADER SOCIAL ICONS-----*/
  header figure.logo {
    width: 200px; }
  header h1 {
    font-size: 3.8rem;
    padding-bottom: 0.4rem; }

  /*  ------------- MAIN -------------  */ }
@media only screen and (min-width: 40em) {
  /*-----HEADER SOCIAL ICONS-----*/
  header, nav, main, footer {
    max-width: 75rem;
    margin: 0 auto; }

  .headerandnav {
    width: 100%;
    background: #0086c3; }

  header {
    flex-direction: row;
    align-items: flex-end;
    width: 100%; }
    header div.logogroup {
      align-self: center; }
      header div.logogroup span {
        font-size: 52px;
        font-weight: bold;
        margin: 5px;
        font: 'Lato','sans-serif'; }
    header div.headerright {
      font-size: 20px; }
      header div.headerright div.socialmedia img {
        width: 64px;
        height: 64px;
        transition: .5s; }

  /*-----HEADER End-----*/
  nav #hamburgerBtn {
    display: none; }
  nav div.menu-main-menu-container ul.menu {
    display: flex;
    height: auto;
    width: 100%;
    row-gap: 10px; }
  nav ul li {
    margin-right: 1px;
    width: 25%; }
  nav ul li a {
    display: block;
    border: none;
    width: 100%;
    background: none;
    font-size: .85rem;
    padding: 0.9rem 0.8rem;
    color: #fffefe;
    text-decoration: none;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    border-right: 1px solid #c3c3c3;
    background: transparent; }
  nav ul li.menu-item-has-children ul {
    z-index: 99;
    position: absolute;
    display: none;
    display: flex;
    width: 12rem;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: 1PX 1px 1px 0px #d1d2d3; }
    nav ul li.menu-item-has-children ul li {
      background: transparent; }
      nav ul li.menu-item-has-children ul li a {
        border: 0px;
        color: black;
        background: transparent;
        display: block;
        text-shadow: none;
        border-bottom: 0.5px solid #d1d2d3; }
      nav ul li.menu-item-has-children ul li a:hover {
        background: #0086c3; }
  nav ul li.menu-item-has-children > a:after {
    font-size: .75rem;
    content: "\00A0\00A0\25BC";
    color: white; }
  nav ul li:last-child {
    margin-right: -1px; }

  main.indexMain div.bodytop div h1 {
    font-size: 18px; }
  main.indexMain div.bodytop div div {
    margin: 0px; }
    main.indexMain div.bodytop div div .roundinfo {
      margin-left: 5px; }
  main.indexMain div.bodytop div P {
    font-size: 18px;
    float: left; }
  main.indexMain div.bodytop div .card-header {
    font-size: 50px !important; }
  main.indexMain div.infocards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    flex-wrap: wrap; }
    main.indexMain div.infocards div.card {
      padding: 0px; }
  main.indexMain div.bodybottom {
    flex-direction: row; }
    main.indexMain div.bodybottom div {
      width: 25%; }

  main.contatctus {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto 1.3fr 1fr; }
    main.contatctus div.submitmessage {
      font-size: 22px;
      grid-row: 1;
      grid-column: 1 / 3; }
    main.contatctus form {
      grid-row: 2; }
    main.contatctus #map {
      grid-column: 1 / 3;
      grid-row: 3;
      margin: 10px; }

  main.services div.detail {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto); }
  main.services div.heading {
    margin-bottom: 15px; }
    main.services div.heading span {
      font-weight: bold;
      color: #036ea0;
      font-size: 1.5rem; }

  #carouselExampleControls {
    display: block; }
    #carouselExampleControls .carousel-caption {
      bottom: -20px !important;
      right: 0px;
      left: 0px;
      width: 100%; }
      #carouselExampleControls .carousel-caption h1 {
        background: #0086c3;
        font-size: 42px;
        font-weight: bold;
        color: #d0d0d0; }
      #carouselExampleControls .carousel-caption p {
        font-size: 26px;
        font-weight: bold; } }
@media only screen and (min-width: 66em) {
  /*  ------------- NAV -------------  */
  /*  ------------- NAV -------------  */
  /*  ------------- MAIN -------------  */
  main.indexMain div.bodytop div h1 {
    font-size: 22px;
    float: left;
    position: relative;
    top: 10px; }
  main.indexMain div.bodytop div div {
    margin: 0px;
    align-content: center; }
    main.indexMain div.bodytop div div .roundinfo {
      float: right;
      margin-left: 5px; }
  main.indexMain div.bodytop div P {
    font-size: 18px;
    float: left; } }

/*# sourceMappingURL=styles.css.map */
