/* General Styles */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  background: #fff;
}
.bg-wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.section-header {
  padding-top: 5.625em;
  text-align: center;
}
.section-header h3 {
  margin-bottom: 0.5em;
}
.section-header .line-red {
  margin: 2.5em auto 2.9375em auto;
}
.line-red {
  display: block;
  width: 4em;
  height: 0.1875em;
  margin: 0 auto;
  background: #f38181;
}
/* Main Header Styles */
.main-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  background: transparent;
}
.main-header .header-wrapper {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-top: 1em;
}
.main-header .header-wrapper .main-logo {
  float: left;
  font-weight: 700;
  font-size: 1.875em;
}
.main-header .header-wrapper .main-menu {
  float: right;
  text-align: center;
}
.main-header .header-wrapper .main-menu li {
  display: inline-block;
  padding: 0.75em 1.875em;
}
.main-header .header-wrapper .main-menu li a {
  padding-bottom: 0.75em;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875em;
}
.main-header .header-wrapper .main-menu li a:hover {
  color: #fce38a;
  border-bottom: 0.1875em solid #fce38a;
  transition: 0.1s;
}
.main-header .header-wrapper .main-menu li a span {
  font-size: 1.2em;
}
.main-header .header-wrapper .main-menu li:last-child {
  padding: 0.75em 0;
}
.main-header .header-wrapper .main-menu li:nth-child(6) a:hover,
.main-header .header-wrapper .main-menu li:last-child a:hover {
  border: none;
}

  
  /* Section-1 Styles */
  #section-1 {
    height: 38em;
    color: #fff;
    background-color: #fff;
  }
  #section-1 .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10em;
  }
  #section-1 .content-slider input {
    display: none;
  }
  #section-1 .content-slider .slider {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
    padding-bottom: 10em;
  }
  #section-1 .content-slider .slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    padding-top: 6em;
    /* background-image: linear-gradient(rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9)); */
    /* background-image: linear-gradient(rgba(129, 188, 243, 0.9), rgba(252, 227, 138, 0.9)); */

    box-sizing: border-box;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    padding-bottom: 0.3em;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    font-size: 2.5em;
    text-transform: none;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 6em;
    line-height: 95%;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    display: block;
    width: 4em;
    height: 0.1875em;
    margin: 2.5em auto;
    background: #fff;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button {
    padding-bottom: 5em;
    z-index: 15 !important;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
    padding: 0.5em 2em;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 0.875em;
    color: #fff;
    text-transform: uppercase;
    border: 0.1875em solid #fff;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
    color: #e88382;
    border-color: #e88382;
    transition: 0.3s;
  }
  #section-1 .content-slider .slider #top-banner-1 {
    background: url('../images/banners/crossBanner.jpg') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-2 {
    background: url('../images/banners/circular.jpg') no-repeat center center;
    background-size: cover;
    min-width: 100%;
  }
  #section-1 .content-slider .slider #top-banner-3 {
    background: url('../images/banners/crossBanner.jpg') no-repeat center center;
    background-size: cover;
    min-width: 100%;
  }
  #section-1 .content-slider .slider #top-banner-4 {
    background: url('../images/banners/circular.jpg') no-repeat center center;
    background-size: cover;
    min-width: 100%;
  }
  #section-1 .content-slider nav {
    padding-bottom: 3em;
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    z-index: 10;
    text-align: center;
  }
  #section-1 .content-slider nav .controls {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
  }
  #section-1 .content-slider nav .controls label {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 3.1em;
    overflow: hidden;
    margin: 0 1em;
    padding-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    color: #086ad8;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.2em;
  }
  #section-1 .content-slider nav .controls label .progressbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #086ad8;
    z-index: 100;
  }
  #section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #e88382;
  }
  #section-1 .content-slider nav .controls label span {
    font-size: 1.4em;
    font-weight: 700;
  }
  #section-1 .content-slider nav .controls label:hover {
    color: #e88382;
  }
  #section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
  #section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
  #section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
  #section-1 .content-slider #banner4:checked ~ .slider #top-banner-4 {
    opacity: 1;
    z-index: 1;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
    cursor: default;
    color: #e88382;
    transition: all 0.5s;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
    background: #fff;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
    animation: progressBarFill 5s linear;
  }


  /* Animations */
  @keyframes progressBarFill {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0;
    }
  }
  /* Media Queries */
  @media only screen and (min-width: 1920px) {
    body {
      font-size: 22px;
    }
    .main-header .header-wrapper {
      width: 57%;
    }
    #section-1 {
      height: 60em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 12em;
    }
  }
  @media only screen and (max-width: 1919px) {
    body {
      font-size: 20px;
    }
    .main-header .header-wrapper {
      width: 60%;
    }
    #section-1 {
      height: 60em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 11em;
    }
  }
  @media only screen and (max-width: 1680px) {
    body {
      font-size: 18px;
    }
    .main-header .header-wrapper {
      width: 65%;
    }
    #section-1 {
      height: 50em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 9em;
    }
  }
  @media only screen and (max-width: 1366px) {
    body {
      font-size: 16px;
    }
    .main-header .header-wrapper {
      width: 70%;
    }
  }
  @media only screen and (max-width: 1120px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 1.4em;
    }
    #section-1 {
      height: 35em;
    }
    #section-1 .content-slider nav {
      bottom: -0.2em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 7em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
      margin: 2em auto;
    }

    .section .masthead .vh1 {
      position: absolute;
      width: 100%;
      font-weight: 700;
      font-size: 60px;
      height: 120px;
    }
    .section .masthead .vh1 span {
      font-size: 12px;
      letter-spacing: 0.33em;
      font-weight: 400;
    }
  }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 14px;
    }
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 1.3em;
    }
    #section-1 .content-slider nav {
      bottom: 0;
    }
    #section-1 .content-slider nav .controls {
      width: 80%;
    }
  }
  @media only screen and (max-width: 860px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 0.9em;
    }
    #section-1 {
      height: 29em;
    }
    #section-1 .content-slider nav {
      bottom: -1em;
    }
    #section-1 .content-slider nav .controls {
      width: 90%;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
      font-size: 2em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
      font-size: 4.5em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 5em;
    }
  }
  @media only screen and (max-width: 768px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 0.5em;
    }
    #section-1 {
      height: 27em;
    }
    #section-1 .content-slider nav .controls {
      width: 100%;
    }
    #section-1 .content-slider nav .controls label {
      width: 19%;
      font-size: 0.8em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
      margin: 1.7em auto;
    }
    .single-gallery .gallery-image {
      max-height: 100px;
  }
  }
  @media only screen and (max-width: 650px) {
    .main-header .header-wrapper {
      width: 95%;
    }
    .single-gallery .gallery-image {
      max-height: 100px;
  }
  }
  @media only screen and (max-width: 480px) {
    .main-header .header-wrapper {
      width: 97%;
    }
    .main-header .header-wrapper .main-logo {
      display: none;
    }
    .main-header .header-wrapper .main-menu li {
      padding: 0.2em 0.3em;
    }
    .main-header .header-wrapper .main-menu li:last-child,
    .main-header .header-wrapper .main-menu li:nth-child(6) {
      padding: 0.2em 0.7em;
    }
    #section-1 {
      height: 36em;
    }
    #section-1 .content-slider nav {
      bottom: -0.5em;
    }
    #section-1 .content-slider nav .controls label {
      width: 40%;
      font-size: 0.7em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
      font-size: 1.5em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
      font-size: 3em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
      margin: 1.7em auto;
    }
  }



/* --------------------------
01. Helper-Classes
---------------------------*/

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.verticle-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lead-text {
    color: #F64032;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-menu li {
    display: inline-block;
}

.section-overlay-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.section-overlay-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5)
}

.section-padding {
    padding-top: 120px;
}

.gray-bg {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 140px;
}

.gray-bg:after,
.gray-bg:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url('../images/angle-box.png') repeat-x scroll top center;
}

.gray-bg:before {
    top: 0px;
    background-position: bottom center;
}


/*--------------------------
07. gallery-Area
----------------------------*/
.container-fluid.wide {
  max-width: 1500px;
}

.service-area,
.gallery-area {
    padding-bottom: 100px;
}

.single-gallery {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}

.single-gallery .gallery-image {
    /* display: block; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block; /* makes it fit in like an <img> */
    background-size: cover; /* or contain */
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 140px;
}


.single-gallery .gallery-image img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-gallery:hover .gallery-image img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.single-gallery .gallery-image:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-gallery:hover .gallery-image:after {
    opacity: 0.9;
}

.single-gallery .gallery-image:before {
    content: "\e611";
    font-family: 'themify';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #F64032;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-gallery:hover .gallery-image:after {
    opacity: 0.9;
}

.single-gallery:hover .gallery-image:before {
    opacity: 1;
}



/*------------------------
09. Testimonial-Area-Start 
 -------------------------*/

.testimonial-area {
    overflow: hidden;
}

.single-testimonial {
    position: relative;
    left: 0;
    z-index: 1;
    text-align: center;
}

.testimonial-slider .single-testimonial {
    padding: 0px 50px;
}

.single-testimonial .quote {
    font-size: 150px;
    line-height: 150px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 30px;
    color: rgba(0, 0, 0, 0.02);
    z-index: -1;
}

.testimonial-page .single-testimonial .quote {
    right: 60px;
    bottom: 20px;
}

.single-testimonial .desc {
    font-size: 24px;
    color: #0e2129;
    margin-bottom: 30px;
    line-height: 34px;
    font-weight: 500;
}

.single-testimonial .desc:after,
.single-testimonial .desc:before {
    content: '"';
}

.single-testimonial .client-photo {
    width: 100px;
    height: 100px;
    line-height: 0px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 25px;
}

.single-testimonial .client-info .name {
    margin-bottom: 5px;
    font-size: 20px;
}

.single-testimonial .client-info .sub-title {
    font-size: 14px;
    color: #282e44;
}


/*------------------------
10. Video-Area-Start 
 -----------------------*/

.video-area {
    overflow: hidden;
    max-width: 100%;
}

.video-slider {
    width: 100vw;
}

.single-video {
    position: relative;
    margin: 0px 15px;
    border-radius: 5px;
    overflow: hidden;
}

.single-video .video-image img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.single-video:hover .video-image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7)
}

.single-video .video-button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    border-radius: 100px;
}

.single-video .video-button:hover {
    background-color: #ffffff;
    color: #F64032;
}




@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

body {
  background-color: #3e94ec;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 100%;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#086ad8;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #c1c3d1;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}



/* ----------------------------------------------------------------------------- */
/* ------------------------------ Tooltip with Line ---------------------------- */
/* ----------------------------------------------------------------------------- */

.notes {
  margin: auto;
  padding: 2rem 1.2rem 0;
  max-width: 35rem;
  font-family: Open Sans, sans serif;
  text-align: center;
}

.tooltip-container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

.lg-container {
  max-width: 1250px;
  position: relative;
  padding: 0;
}

.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
  border-color: #de8250;
  cursor: pointer;
}
.lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
  background-color: #de8250;
  cursor: pointer;
}
.lg-hotspot--selected {
  z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
}
.lg-hotspot__button {
  height: 48px;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  border: 1.5px solid #007bff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
}
.lg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 16.8px;
  width: 16.8px;
  border-radius: 100%;
  border: 3px solid white;
  background-color: #007bff;
  transition: border-color 1s linear;
}


.lg-hotspot__label {
  position: absolute;
  padding: 0 0 1.1em 0;
  width: 16em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  pointer-events: none;
  border-radius: 2px;
  user-select: none;
  opacity: 0;
  transition: all 0.1s linear;
}
.lg-hotspot__label h4 {
  margin: 0;
  padding: 0.65em 24px;
  background-color: #007bff;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 2px 2px 0 0;
}
.lg-hotspot__label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #333;
}

.lg-hotspot--top-left .lg-hotspot__label {
  top: 24px;
  left: 24px;
}

.lg-hotspot--top-right .lg-hotspot__label {
  top: 24px;
  right: 24px;
}

.lg-hotspot--bottom-right .lg-hotspot__label {
  right: 24px;
  bottom: 24px;
}

.lg-hotspot--bottom-left .lg-hotspot__label {
  bottom: 24px;
  left: 24px;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* Bootstrap Carousel Override */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  }

.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


/* Product Item Div Styling */
.productItem {
  display: none;
}

.loadMoreProduct {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  background-color: blue;
  transition: .3s;
}

.loadMoreProduct:hover {
  color: blue;
  background-color: #fff;
  text-decoration: none;
}
.noContent {
    background-color: grey !important;
}

.noLRPadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.intelligenceText {
  padding: 5%;
}


/* Cover Video Styling */

.masthead {
  position: relative;
}
.masthead-video {
  z-index: 0;
  width: 100%;
}
.masthead-overlay {
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0; left: 0;
  bottom: 0; right: 0;
  width: 100%;
  height: 100%;
}
.masthead-arrow {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.4;
}
.vh1 {
  position: absolute;
  width: 100%;
  font-weight: 700;
  font-size: 110px;
  text-align: center;
  height: 120px;
  line-height: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
.vh1 span {
  margin-top: 15px;
  display: block;
  font-size: 18px;
  letter-spacing: 0.43em;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 7px;
  opacity: 0.5;
}

.fs-20 {
  font-size: 20px;
}

.layouts-section-text ul, .layouts-section-text li {
  font-size: 20px;
}

.carousel-image-item-size {
  max-width: 700px;
  max-height: 500px;
}

.mw-100 {
  max-width: 100%;
}

.mw-50 {
  max-width: 500px;
  margin: auto;
}

.mw-600 {
  max-width: 600px;
  margin: auto;
}

.pb-5 {
  padding-bottom: 5%;
}

.roseM-color {
  color: #ceaeb5;
}

.iodr-1417-color {
  color: #489caf
}

.minh-500 {
  color: #ceaeb5;
}

.chart-layout {
  max-width: 600px;
  width: 100%;
  margin: auto
}

.bg20 {
	background: -moz-linear-gradient(top,  #f8f9fa 0%, #f8f8f8 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top,  #dddddd 0%,#f8f8f8 100%); */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8f9fa 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}

.divider-border {
  border-right: 1px solid #dee2e6;
}

.column-shrink {
  padding-right: 2%;
  padding-left: 2%
}

.ta-center {
  text-align: center;
}

.ml-2em {
  margin-left: 2em !important;
}

.img-90 {
  max-width: 90%;
  height: 90%;
}

/* Media Queries */

@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1120px) {

}
@media only screen and (max-width: 1024px) {
  .carousel-image-item-size {
    height: 250px;
  }

  .masthead .vh1 {
    position: absolute;
    width: 100%;
    font-weight: 700;
    font-size: 60px;
    height: 120px;
  }
  .masthead .vh1 span {
    font-size: 12px;
    letter-spacing: 0.33em;
    font-weight: 400;
  }

}
@media only screen and (max-width: 860px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 650px) {

}
@media only screen and (max-width: 480px) {

}
