.col-mob-1 {
  width: 8.33333%;
} /* grid is 100%,100% divided by total colums (this is a 12 column gris system) ,12 and multiply by the current column number. round to 5 decimals   */
.col-mob-2 {
  width: 16.66667%;
}
.col-mob-3 {
  width: 25%;
}
.col-mob-4 {
  width: 33.33333%;
}
.col-mob-5 {
  width: 41.66667%;
}
.col-mob-6 {
  width: 50%;
}
.col-mob-7 {
  width: 58.33333%;
}
.col-mob-8 {
  width: 66.66667%;
}
.col-mob-9 {
  width: 75%;
}
.col-mob-10 {
  width: 83.33333%;
}
.col-mob-11 {
  width: 91.66667%;
}
.col-mob-12 {
  width: 100%;
}

.changes {
  color: red;
}

/*Start of Testing backgrounds*/
.green {
  background-color: green;
}
.blue {
  background-color: blue;
}
.red {
  background-color: red;
}
/*End of Testing backgrounds*/

/*Start of display block and hidden classes*/
.show1 {
  display: block;
}
.show2 {
  display: block;
}
.show3 {
  display: block;
}
.hide1 {
  display: none;
}
.hide2 {
  display: none;
}
.hide3 {
  display: none;
}
/*End of display block and hidden classes*/

/*----------------------------------Start of global css----------------------------------------*/

.rowWidth {
  width: 92%;
  margin: 0 auto;
}
p {
  line-height: 22px;
  margin: 0 0 10px;
  text-align: justify;
  font-size: 16px;
}

/*start of headers*/
.headingBotBorder {
  border-bottom: solid 1px black;
  padding-bottom: 10px;
}
.moreAboutUsMainHeader {
  margin-bottom: 20px;
}
h1 {
  font-size: 20px;
  font-family: "Cinzel", serif;
}

/*End of headers*/
/*Start of Mobile Burger Nav*/
.mainNavMobContainerPlaceholder {
  height: 100px;
}
.hamburger {
  background-color: #fff;

  border-radius: 5px;
  color: #888;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;

  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 999999999999999999;

  width: 50px;
  height: 40px;
  text-align: center;
}
.cross {
  background-color: #fff;

  border-radius: 5px;
  color: #888;
  cursor: pointer;
  font-size: 3.2em;
  font-weight: bold;

  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 999999999999999999;

  width: 50px;
  height: 40px;
  text-align: center;
}
.menu {
  background: #232323;
  font-size: 0.8em;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 75px;
  text-align: left;
  padding-left: 14px;
  width: 100%;
  z-index: 1000000;
}
.menu ul {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  /*border-bottom:#dddddd 1px solid;*/
  display: block;
  padding: 15px 0 15px 0;
  color: #c7c7c7;
}
.menu li:hover {
  /*background:#ffffff;*/
  /*border-bottom:#dddddd 1px solid;*/
  display: block;
  padding: 15px 0 15px 0;
  color: white;
}
.menu ul li a {
  color: #c7c7c7;
  margin: 0px;
  text-decoration: none;
}
.menu ul li a:hover {
  text-decoration: none;
}
.menu a {
  text-decoration: none;
  color: #c7c7c7;
}
.menu a:hover {
  text-decoration: none;
}
.glyphicon-home {
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}
.burgerNavHeader {
  display: inline-block;
  font-size: 16px;
  background-color: #232323;
  height: 50px;
  position: fixed;
}

.borderTop {
  border-top: solid 5px #3ac1cf;
  border-bottom: solid 1px white;
  background: #232323;
  height: 80px;
  position: fixed;
}
.mobileLogo {
  position: relative;
  top: 15px;
  left: 15px;
}
/*End of Mobile Burger Nav*/
/* Start of Mobile footer*/
.mobileFooterWebCLogo {
  text-align: center;
  height: 78px;
  width: 90px;
}
.mobileFooterText {
  margin-top: 15px;
  text-align: center;
}
.WebCLogoCenter {
  margin: 0px auto 16px;
  text-align: center;
}
.footerBorderTop {
  margin-top: 30px;
  border-top: solid 1px black;
}
/* End of Mobile footer */
/*---------------------------------End of global css-----------------------------------*/

/*Start of HOMEPAGE styling*/
.rowWidthHome {
  width: 92%;
  margin: 0 auto;
}
.homeLogoBig {
  width: 100%;
  margin: 12px auto;
}
.homeMobNav {
  width: 100%;
  margin: 0 auto;
}
.homeMobNavSection {
  color: white;
  line-height: 50px;
  margin: 8px 0px;
}

.homeMobNav li h2 {
  background-color: #1e1e1e;
  padding-left: 20px;
}
.homeMobNav li h2:hover {
  background-color: #3ac1cf;
}
/*End of HOMEPAGE styling*/

/*Start of OUR HISTORY styling*/
.historyImg {
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(4, 4, 4, 0.7) 0px 0px 9px;
  margin-bottom: 14px;
  border: solid 1px white;
}
/*End of OUR HISTORY styling*/

/*Start of MORE ABOUT US styling*/
.AboutUsImageSlider {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(4, 4, 4, 0.7) 0px 0px 9px;
}
.headingStyle1 {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Cinzel";
  font-size: 18px;
}
.historySubImages {
  margin-bottom: 15px;
}

/*End of MORE ABOUT US styling*/

/*Start of COMMITTED TO SOLUTIONS styling*/
.committedToSolutionsImage {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  border: solid 1px white;
  box-shadow: rgba(4, 4, 4, 0.7) 0px 0px 9px;
}
.committedList ul li {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 30px;
  line-height: 28px;
}
/*End of COMITTED TO SOLUTIONS styling*/

/*Start of OUR PROFESSIONALS styling*/
.contactSpanStyle {
  font-weight: bold;
}
.ourProfessionalsMainImage {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(4, 4, 4, 0.7) 0px 0px 9px;
  border: solid 1px white;
}
.professionlRow {
  border-top: solid 1px black;
  padding-top: 20px;
  margin-top: 10px;
}
.ourProfessionalsSubImage {
  height: 370px;
  width: 90%;
  margin: 20px auto;
}
.ettieneSmallImage {
  background-image: url("imageAssets/images/ourProfessionals/staff-01-s.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-position: center center;
}
.jeannieSmallImage {
  background-image: url("imageAssets/images/ourProfessionals/staff-02-s.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-position: center center;
}
.riaanSmallImage {
  background-image: url("imageAssets/images/ourProfessionals/staff-03-s-newnew.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-position: center center;
}
.monicaSmallImage {
  background-image: url("imageAssets/images/ourProfessionals/staff-05-s-new.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-position: center center;
}
.hantieSmallImage {
  background-image: url("imageAssets/images/ourProfessionals/staff-06-s-new.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-position: center center;
}
.regardtSmallImage {
  background-image: url("imageAssets/images/ourProfessionals/staff-07-s.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-position: center center;
}
.contactAreasPracticeList ul li {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 30px;
  line-height: 18px;
}
/*End of OUR PROFESSIONALS styling*/

/*Start of SERVICES OFFERED page*/
/*Start of services accordion*/
.ui-accordion {
  /*The outer container of the accordion*/
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 100%;
}
.ui-accordion-header {
  /*The header container of the accordion*/
  background-color: #1e1e1e;
  color: white;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 18px;
  padding-left: 10px;
  vertical-align: middle;
}
.ui-accordion-header:hover {
  /*The header hover container of the accordion*/
  background-color: #3ac1cf;
  cursor: pointer;
  transition: 0.5s;
}
.ui-accordion-header-active {
  /*The state of the active header*/
  background-color: #3ac1cf;
}
.ui-accordion-content {
  /*The outer container of the accordion text*/
  padding-bottom: 10px;
}
#accordion ul li {
  list-style-type: disc;
  margin-left: 30px;
  font-size: 16px;
}
#accordion ul li p {
  font-size: 16px;
}

/*End of services accordion*/
/*End of SERVICES OFFERED page*/

/*Start of CONTACT US page*/
iframe {
  margin-bottom: 20px;
}
.contactDetailHeader {
  font-weight: bold;
}
.keyPlayerContactDetailsContainer {
  background-color: white;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}
.keyPlayerContactDetailsContainer p {
  margin: 14px;
}
.keyPlayerName {
  border-bottom: 3px solid #263a47;
  background-color: #42515a;
  color: white;
  display: block;
  line-height: 34px;
  padding-left: 14px;
}
.keyPlayerHeader {
  display: inline-block;
  font-weight: bold;
  margin: 14px 14px;
}
.keyPlayerInfo {
  padding: 14px 14px;
}
.keyPlayerEmailHeader {
  display: inline-block;
  font-weight: bold;
  padding: 0px 14px 14px;
}
/*End of CONTACT US page*/

/*Start of WEB-BASED ENQUIRIES*/
form {
  width: 100%;
}

form p {
  color: rgb(204, 0, 0);
}

form p input {
  width: 100%;
  border: solid 1px #c1c1c1;
  padding: 15px;
  font-size: 16px;
}

form p textarea {
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  border: solid 1px #c1c1c1;
  padding: 15px;
  font-size: 16px;
}

#send {
  height: 40px;
  width: 120px;
  padding: 10px;
  background: #2b2b2b;
  color: white;
}

/*End of WEB-BASED ENQUIRIRES*/

/*--Slideshow--*/
* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  z-index: -1;
}
.mySlides img {
  -webkit-box-shadow: 0px 96px 9px -83px rgba(138, 138, 138, 1);
  -moz-box-shadow: 0px 96px 9px -83px rgba(138, 138, 138, 1);
  box-shadow: 0px 96px 9px -83px rgba(138, 138, 138, 1);

  border-radius: 10px;
}
/* Hide the images by default */
.mySlides {
  display: none;
  z-index: -1;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-bottom: 16px;
}

.active,
.dot:hover {
  background-color: #3ac1cf;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/*--End of slideshow--*/

@font-face {
  font-family: daysLater28;
  src: url(DaysLater.ttf);
}

.WebC {
  font-family: daysLater28;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #232323;
  text-align: center;
}
.WebCletter {
  letter-spacing: 3px;
}
