@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
#summary, #question {
  display: none;
}

.btn-outline-primary {
  color: #653784;
  border-color: #653784;
  background-color: #ffffff;
}
.btn-outline-primary:hover {
  border-color: #653784;
  background-color: #653784;
}

.chatbot-btn, .mqs-btn, .choice-Box a {
  color: #ffffff !important;
  border-color: #653784 !important;
  background-color: #653784 !important;
}
.chatbot-btn:hover, .mqs-btn:hover, .choice-Box a:hover {
  color: #653784 !important;
  border-color: #653784 !important;
  background-color: #ffffff !important;
}

.hrefWhite {
  color: white;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .chatbox {
    margin-right: 1%;
    width: 275px;
  }
  .chatbot-btn {
    width: 30px;
    height: 35px;
    font-weight: bold;
  }
  .mqs-btn {
    width: 30px;
    height: 35px;
    font-weight: bold;
  }
  .chatbot-btn::before {
    content: "?";
  }
  .mqs-btn::before {
    content: "?";
  }
  .modalH {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .modalB {
    padding: 0px;
  }
  .modalF {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .btn-outline-primary {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .chatbox {
    margin-right: 2%;
    width: 375px;
  }
  .chatbot-btn {
    width: 100px;
  }
  .mqs-btn {
    width: 100px;
  }
  .chatbot-btn::after {
    content: "Need help?";
  }
}
.modalF {
  height: 50px;
}

/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .whyUs {
    width: 1080px;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
.choice-Box {
  border-radius: 10px;
  height: 300px;
  width: 285px;
  font-size: 15px;
}
.choice-Box a {
  border: 1px solid;
  border-radius: 4px;
  padding: 5px;
  text-decoration: none;
}
.choice-Box h1#chatBoth1 {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.choice-Box li {
  list-style-type: none !important;
  margin: 10px;
}

.chatbot-btn, .mqs-btn {
  padding: 0;
  margin-right: 2% !important;
  margin-bottom: 2% !important;
}

@media screen and (max-height: 430px) {
  .chatbox {
    margin-right: 2%;
    width: 275px;
  }
}
.modalOverides {
  bottom: 100px !important;
  right: 0 !important;
  top: unset !important;
  left: unset !important;
  height: unset !important;
}
@media screen and (max-height: 430px) {
  .modalOverides {
    bottom: 50px !important;
  }
}
.modalOverides .modalH {
  background-color: #653784;
}
.modalOverides .modalT {
  font-size: 15px;
  color: #ffffff;
}
.modalOverides span {
  color: #ffffff;
}
.modalOverides .modalF {
  height: 71px;
}
@media only screen and (max-width: 600px) {
  .modalOverides .modalF {
    height: 50px;
  }
}
@media only screen and (max-height: 430px) {
  .modalOverides .modalF {
    height: 50px;
  }
}

button.close {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
button.close:hover {
  text-shadow: 0 2px 0 #000000 !important;
}

body.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

.modal.in {
  pointer-events: none;
}

.modal-content {
  pointer-events: all;
}

.modal-backdrop {
  display: none;
}

.rotate:hover {
  transform: rotateZ(-30deg);
}

.pdelete {
  padding-right: 0px !important;
}

.modal-dialog {
  margin: unset !important;
}

.pmDelete {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.boxShadow1 {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.grow {
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.2);
}

.icon {
  color: #653784;
  padding-left: 4px;
}

.marginDelete {
  margin-top: 15px;
}

.topmarginDel {
  margin-top: 0px;
}

.snH {
  position: absolute;
  left: 15px;
  font-size: 15px;
}

#videoText {
  padding-top: 0px;
}

/* ACCORDION*/
/* Accordion Link Button */
.accLink {
  margin-top: 0px;
  background: none;
  border: none;
  color: #606cb5 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0px;
  line-height: 0;
  font-weight: bold;
}

/* BUTTONS STYLING */
/* book now and download button */
.buttonCurve {
  border-radius: 4px;
  display: inline;
}

/* CHATBOT */
.mRemove {
  margin: 0px;
}

#topFooter {
  margin-top: 0px;
}

.bottomf {
  background-color: #e7e1e8;
  height: 300px;
}

.titleDl {
  font-weight: bold;
}

.woctTitle {
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 40px;
  color: #653784;
}

.seeMore {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 0px !important;
  color: #653784;
}

.woctSection {
  padding-left: 2px;
  padding-right: 2px;
}
@media only screen and (max-width: 600px) {
  .woctSection {
    min-height: 532px;
  }
}

@media only screen and (max-width: 1200px) {
  .aboutSec {
    min-height: 610px;
  }
}
@media only screen and (max-width: 768px) {
  .aboutSec {
    min-height: 450px;
  }
}

.aboutSec__header {
  position: relative;
  justify-content: center;
}

.aboutSec__quote {
  color: #653784;
}

.dlmore {
  padding-top: 40px;
  list-style-type: none;
}

.testimonialSec {
  height: 300px;
  background-color: rgb(255, 255, 255);
}

.sepBorder {
  border-top: 1px solid lightgray;
}

.mar-10 {
  margin-top: 20px;
}

.mar-11 {
  margin-bottom: 30px;
}

.happyC {
  height: 600px;
}

.holderOfAll {
  height: 600px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  color: #444;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.slider {
  height: 400px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
}

.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}

.slider__inner {
  position: absolute;
  top: 30px;
  left: 0;
  width: 400%;
  height: 100%;
  transition: left 0.4s;
  display: flex;
  flex-flow: row nowrap;
}

.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.slider__image {
  font-size: 2.7rem;
  color: #2196F3;
}

.slider__caption {
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.slider__txt {
  color: #999;
  margin-bottom: 9rem;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 992px) {
  .slider__txt {
    padding: 0px;
  }
}
@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
.certs {
  margin-bottom: 40px;
}

.space {
  line-height: 200%;
}

ul#bulletRemove {
  list-style-type: none;
}

h2#slider_caption {
  font-size: 1.5em;
}

.sizeImg {
  height: 100px;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .sizeImg {
    height: 75px;
  }
  .mdel {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 501px) {
  .sizeImg {
    height: 50px;
  }
}
@media only screen and (max-width: 372px) {
  .sizeImg {
    height: 30px;
    margin-right: 10px;
  }
  .slider__image {
    font-size: 2rem;
    position: relative;
    top: 20px;
  }
}
@media only screen and (max-width: 336px) {
  .buttonCurve {
    display: block;
  }
}
@media only screen and (max-width: 297px) {
  .sizeImg {
    height: 30px;
    margin-right: 10px;
  }
  .certs {
    position: relative;
    bottom: 30px;
  }
  .slider__image {
    display: none;
  }
}
.breadcrumby {
  display: flex;
  flex-wrap: wrap;
  height: 24px;
  width: 341px;
  padding: 0px 0px;
  margin-bottom: 40px;
  list-style: none;
  border-radius: 0.25rem;
  background-color: white;
  font-size: 12px;
}

.name_role {
  margin-bottom: 0px;
  position: relative;
  bottom: 120px;
}

.alsoOptions {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.cardMod {
  border: none !important;
  padding: 0px 0px !important;
}

/* Testimonials */
/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.custSlides {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .custSlides {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.imgSlides {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .imgSlides {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
}

.imgDot-container {
  text-align: center;
}

/* The dots/bullets/indicators */
.growDot, .img-growDot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #9984a7;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.activedot, .growDot:hover, .img-growDot:hover {
  background-color: #000000;
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
}

/* Add a blue color to the author */
.author {
  color: cornflowerblue;
  padding-top: 25px;
}

.img_slider {
  max-width: 150px;
  filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.2));
  margin-bottom: 27px !important;
}

@media only screen and (min-width: 360px) {
  .img_slider {
    max-width: 250px;
  }
}
/* Medium devices (landscape tablets, px and up) */
@media only screen and (min-width: 526px) {
  .img_slider {
    max-width: 400px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .img_slider {
    max-width: 500px;
  }
}/*# sourceMappingURL=style2.css.map */